    /* Reset and base */
    *, *::before, *::after {
      box-sizing: border-box;
    }
    body {
      margin: 0;
      font-family: 'Georgia', serif;
      background: #f6f0e9;
      color: #3a2b1c;
      line-height: 1.5;
      font-feature-settings: "liga" 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    a {
      text-decoration: none;
      color: inherit;
      cursor: pointer;
    }
    strong {
      font-weight: 700;
    }
    em {
      font-style: normal;
      font-family: 'Georgia', serif;
      font-weight: 700;
      font-size: 1.3em;
    }
    /* Container base */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 30px;
    }
    .company-name {
  margin-bottom: 10px; /* Adjust spacing below the heading */
}

.tagline {
  margin-top: 0;
  font-size: 1.2rem;
  color: #666; /* optional styling */
}
/* Compact Founder Styles */
.founder-section {
  padding: 60px 0;
  background: #f6f0e9;
}

.founder-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.founder-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(58, 43, 28, 0.08);
  display: flex;
  overflow: hidden;
}

.founder-image {
  flex: 1;
  min-height: 400px;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-content {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-content small {
  font-family: sans-serif;
  color: #97836a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 10px;
  display: block;
}

.founder-content h2 {
  font-family: 'Georgia', serif;
  color: #3a2b1c;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}

.founder-name {
  color: #665233;
  line-height: 1.6;
  margin-bottom: 20px;
}

.founder-qualities {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.founder-qualities li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #3a2b1c;
}

.founder-qualities li:before {
  content: "•";
  color: #a08257;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}

.founder-actions {
  display: flex;
  gap: 12px;
}

.founder-btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.founder-btn svg {
  fill: currentColor;
}

.founder-btn.primary {
  background: #3a2b1c;
  color: white;
  border: 1px solid #3a2b1c;
}

.founder-btn.primary:hover {
  background: #a08257;
  border-color: #a08257;
}

.founder-btn.secondary {
  background: transparent;
  color: #3a2b1c;
  border: 1px solid #3a2b1c;
}

.founder-btn.secondary:hover {
  background: rgba(58, 43, 28, 0.05);
}

/* Responsive */
@media (max-width: 768px) {
  .founder-card {
    flex-direction: column;
  }
  
  .founder-image {
    min-height: 250px;
  }
  
  .founder-actions {
    flex-direction: column;
  }
  
  .founder-btn {
    justify-content: center;
  }
}
/* Image Size Control */
.founder-img {
  max-height: 500px;
  object-fit: cover;
}

/* Title Hover Effect */
.title-hover:hover {
  color: #a08257;
  transition: color 0.3s ease-in-out;
}

/* Custom Primary Button */
.custom-btn {
  background-color: #a08257;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 500;
  transition: background-color 0.3s ease-in-out;
}

.custom-btn:hover {
  background-color: #c5b497;
  color: #000;
}

/* Custom Outline Button */
.custom-outline-btn {
  background-color: transparent;
  color: #333;
  border: 2px solid #a08257;
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.custom-outline-btn:hover {
  background-color: #a08257;
  color: #fff;
}

/* Text Hover */
a:hover, p:hover, li:hover {
  color: #97836a;
  transition: color 0.3s ease;
}


    /* Hero Section */
    .hero {
      position: relative;
      background: url('https://storage.googleapis.com/workspace-0f70711f-8b4e-4d94-86f1-2a93ccde5887/image/8a6b7af3-4ccb-4139-b5d3-6d2f98873ab5.png') center center/cover no-repeat;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #f0e9dc;
      text-align: center;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(58, 43, 28, 0.75);
      z-index: 1;
    }
.hero .company-name {
  color: #f0e9dc !important;
}

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }
    .hero h1 {
      font-size: 4rem;
      font-weight: 900;
      letter-spacing: 0.02em;
      line-height: 1.1;
      text-transform: uppercase;
      font-family: 'Georgia', serif;
      color: #f0e9dc !important;
    }
    .hero h1 .italic {
      font-style: italic;
      font-family: 'Georgia', serif;
      font-weight: 700;
      font-size: 4rem;
      font-variant-ligatures: discretionary-ligatures;
    }
    .hero p {
      margin-top: 15px;
      font-weight: 400;
      font-size: 1.25rem;
      font-family: 'Georgia', serif;
      font-style: normal;
    }
    .hero a.button {
      margin-top: 30px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      font-size: 1.1rem;
      border-bottom: 1.5px solid #f0e9dc;
      padding-bottom: 2px;
      transition: all 0.3s ease;
      color: #f0e9dc;
    }
    .hero a.button:hover {
      border-color: #c5b497;
      color: #c5b497;
    }
    .hero a.button svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
      margin-left: 5px;
      transition: transform 0.3s ease;
    }
    .hero a.button:hover svg {
      transform: translateX(4px);
    }

    /* About Section */
    .about {
      background: #fff;
      padding: 120px 30px;
      display: flex;
      gap: 60px;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto 120px auto;
    }
    .about-text {
      max-width: 520px;
      flex: 1 1 450px;
    }
    .about-text small {
      color: #97836a;
      letter-spacing: 0.1em;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.75rem;
      display: block;
      margin-bottom: 25px;
      font-family: sans-serif;
    }
    .about-text h2 {
      font-family: 'Georgia', serif;
      font-weight: 900;
      font-size: 3.1rem;
      line-height: 1.1;
      text-transform: uppercase;
      margin: 0 0 25px 0;
    }
    .about-text h2 .italic {
      font-family: 'Georgia', serif;
      font-weight: 700;
      font-style: italic;
      font-variant-ligatures: discretionary-ligatures;
      font-size: 3rem;
    }
    .about-text p {
      font-family: 'Georgia', serif;
      font-weight: 400;
      font-size: 1.1rem;
      color: #665233;
      margin-bottom: 30px;
      max-width: 400px;
    }
    .about-text a {
      font-weight: 700;
      color: #3a2b1c;
      border-bottom: 1px solid;
      padding-bottom: 2px;
      font-size: 1rem;
      font-family: sans-serif;
      display: inline-flex;
      gap: 6px;
      align-items: center;
      cursor: pointer;
      transition: color 0.25s ease;
    }
    .about-text a:hover {
      color: #a08257;
      border-color: #a08257;
    }
    .about-text a svg {
      width: 15px;
      height: 15px;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      transition: transform 0.3s ease;
    }
    .about-text a:hover svg {
      transform: translateX(5px);
    }
    .about-images {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(2, 1fr);
      flex: 1 1 480px;
    }
    .about-images img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      aspect-ratio: 4/5;
      box-shadow: 0 8px 15px rgb(58 43 28 / 0.15);
      background-color: #e4dccd;
      display: block;
      transition: transform 0.3s ease;
    }
    .about-images img:nth-child(1) {
      grid-row: span 2;
      aspect-ratio: 4/8;
    }
    .about-images img:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 30px rgb(58 43 28 / 0.3);
      cursor: pointer;
    }

    /* Portfolio Section */
    .portfolio {
      background: #fff;
      padding: 100px 30px 140px;
      max-width: 1200px;
      margin: 0 auto 120px;
    }
    .portfolio small {
      font-family: sans-serif;
      text-transform: uppercase;
      color: #97836a;
      letter-spacing: 0.1em;
      font-weight: 600;
      font-size: 0.75rem;
      display: block;
      margin-bottom: 25px;
    }
    .portfolio h2 {
      font-family: 'Georgia', serif;
      font-weight: 900;
      font-size: 3rem;
      line-height: 1.1;
      margin-bottom: 40px;
      text-transform: uppercase;
    }
    .portfolio h2 .italic {
      font-style: italic;
      font-variant-ligatures: discretionary-ligatures;
      font-weight: 700;
      font-family: 'Georgia', serif;
    }
    .portfolio-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px 60px;
      align-items: center;
      max-width: 1000px;
      margin: 0 auto;
    }
    .portfolio-image {
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      background-color: #e4dccd;
      box-shadow: 0 10px 18px rgba(58, 43, 28, 0.15);
    }
    .portfolio-image img {
      width: 100%;
      display: block;
      transition: transform 0.3s ease;
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }
    .portfolio-image:hover img {
      transform: scale(1.05);
      cursor: pointer;
    }
    .portfolio-text {
      font-family: 'Georgia', serif;
      text-align: left;
      max-width: 430px;
    }
    .portfolio-text .date {
      font-size: 0.8rem;
      font-family: sans-serif;
      color: #97836a;
      margin-bottom: 5px;
      font-weight: 600;
      letter-spacing: 0.1em;
    }
    .portfolio-text h3 {
      margin: 2px 0 8px 0;
      font-weight: 900;
      font-family: 'Georgia', serif;
      font-size: 1.6rem;
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }
    .portfolio-text p {
      font-weight: 400;
      font-size: 1rem;
      color: #665233;
      line-height: 1.4;
      max-width: 350px;
    }
    .portfolio-text .accent-palette {
      margin-top: 15px;
      font-family: sans-serif;
      font-size: 0.85rem;
      color: #97836a;
      max-width: 320px;
    }
    .portfolio-nav {
      display: flex;
      gap: 15px;
      margin-top: 35px;
    }
    .portfolio-nav button {
      border: 1.5px solid #c5b497;
      background: none;
      color: #3a2b1c;
      padding: 8px 14px;
      border-radius: 50px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .portfolio-nav button:hover {
      background-color: #c5b497;
      color: #fff;
      border-color: #c5b497;
    }
    .portfolio-nav svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }
    .portfolio-nav svg.left {
      transform: rotate(180deg);
    }

    /* Services Section */
    .services {
      background: url('https://storage.googleapis.com/workspace-0f70711f-8b4e-4d94-86f1-2a93ccde5887/image/358a70ae-5b94-4897-9a5a-0275ea3e46ee.png') center/cover no-repeat;
      position: relative;
      color: #f0e9dc;
      padding: 100px 30px 140px;
      max-width: 1200px;
      margin: 0 auto 120px;
      border-radius: 12px;
      overflow: hidden;
    }
    .services::before {
      content: '';
      position: absolute;
      inset:0;
      background-color: rgba(75, 59, 41, 0.8);
      z-index: 0;
      border-radius: 12px;
    }
    .services-inner {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px 40px;
      z-index: 1;
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 12px;
    }
    .services-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 18px;
    }
    .services-info small {
      font-family: sans-serif;
      font-weight: 600;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      opacity: 0.8;
      font-variant-ligatures: no-common-ligatures;
    }
    .services-info h2 {
      font-family: 'Georgia', serif;
      font-weight: 900;
      font-size: 3rem;
      line-height: 1.1;
      margin: 0;
      font-variant-ligatures: discretionary-ligatures;
    }
    .services-info p {
      color: #d6c9b0;
      font-family: 'Georgia', serif;
      font-weight: 400;
      max-width: 380px;
      font-size: 1.05rem;
      line-height: 1.45;
      margin-bottom: 25px;
    }
    .services-info a.button {
      font-weight: 700;
      font-size: 1rem;
      color: #f0e9dc;
      border-bottom: 1.5px solid #f0e9dc;
      padding-bottom: 3px;
      max-width: fit-content;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      transition: color 0.3s ease, border-color 0.3s ease;
    }
    .services-info a.button:hover {
      color: #cdb698;
      border-color: #cdb698;
    }
    .services-info a.button svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      transition: transform 0.3s ease;
    }
    .services-info a.button:hover svg {
      transform: translateX(5px);
    }
    .service-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px 48px;
      color: #3a2b1c;
    }
    .service-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 8px 18px rgb(58 43 28 / 0.12);
      cursor: pointer;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      max-width: 320px;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .service-card:hover {
      box-shadow: 0 15px 38px rgb(58 43 28 / 0.25);
      transform: translateY(-4px);
    }
    .service-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      border-bottom: 1px solid #e4dccd;
      background-color: #e4dccd;
    }
    .service-card-content {
      padding: 18px 20px 20px;
      font-family: 'Georgia', serif;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
    .service-card-content small {
      font-family: sans-serif;
      font-weight: 600;
      font-size: 0.75rem;
      color: #7f6f57;
      margin-bottom: 6px;
      font-variant-ligatures: no-common-ligatures;
    }
    .service-card-content h3 {
      margin: 0 0 8px 0;
      font-weight: 700;
      font-size: 1.25rem;
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }

    /* Journal Section */
    .journal {
      background: #fff;
      padding: 100px 30px 140px;
      max-width: 1200px;
      margin: 0 auto 120px;
    }
    .journal small {
      font-family: sans-serif;
      text-transform: uppercase;
      color: #97836a;
      letter-spacing: 0.1em;
      font-weight: 600;
      font-size: 0.75rem;
      display: block;
      margin-bottom: 25px;
    }
    .journal h2 {
      font-family: 'Georgia', serif;
      font-weight: 900;
      font-size: 3rem;
      line-height: 1.1;
      margin-bottom: 40px;
      text-transform: uppercase;
    }
    .journal h2 .italic {
      font-style: italic;
      font-variant-ligatures: discretionary-ligatures;
      font-weight: 700;
      font-family: 'Georgia', serif;
    }
    .journal-entries {
      display: flex;
      gap: 36px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .journal-entry {
      position: relative;
      flex: 1 1 260px;
      max-width: 300px;
      overflow: hidden;
      background-color: #e4dccd;
      border-radius: 12px;
      cursor: pointer;
      box-shadow: 0 6px 14px rgb(58 43 28 / 0.12);
      transition: box-shadow 0.3s ease;
      aspect-ratio: 3 / 4.2;
      display: flex;
      align-items: flex-end;
      color: #3a2b1c;
      font-family: 'Georgia', serif;
    }
    .journal-entry img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.9);
      border-radius: 12px;
      transition: transform 0.3s ease;
      z-index: 1;
      pointer-events: none;
    }
    .journal-entry:hover img {
      transform: scale(1.1);
    }
    .journal-entry-content {
      position: relative;
      z-index: 2;
      background-color: rgba(244, 238, 228, 0.75);
      border-radius: 6px;
      padding: 18px 20px 18px 20px;
      margin: 24px;
      max-width: calc(100% - 48px);
      text-align: left;
      color: #3a2b1c;
      backdrop-filter: blur(6px);
      box-shadow: 0 2px 12px rgb(58 43 28 / 0.11);
      transition: background-color 0.3s ease;
    }
    .journal-entry:hover .journal-entry-content {
      background-color: rgba(244, 238, 228, 0.9);
    }
    .journal-entry-content h3 {
      font-weight: 800;
      margin: 0 0 12px 0;
      font-size: 1.3rem;
      font-variant-ligatures: discretionary-ligatures;
      text-transform: uppercase;
    }
    .journal-entry-content p {
      font-size: 1rem;
      color: #665233;
      font-family: 'Georgia', serif;
      margin: 0 0 8px 0;
    }
    .journal-entry-content a.read-more {
      font-weight: 700;
      font-size: 1rem;
      text-decoration: underline;
      color: #3a2b1c;
      display: inline-block;
      transition: color 0.3s ease;
      cursor: pointer;
    }
    .journal-entry-content a.read-more:hover {
      color: #a08257;
    }

    /* Contact Section */
    .contact {
      background: #fff;
      max-width: 1200px;
      margin: 0 auto 0 auto;
      padding: 80px 30px 120px;
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 60px;
      color: #3a2b1c;
    }
    .contact small {
      font-family: sans-serif;
      text-transform: uppercase;
      color: #97836a;
      letter-spacing: 0.1em;
      font-weight: 600;
      font-size: 0.75rem;
      margin-bottom: 20px;
      display: block;
    }
    .contact h2 {
      font-family: 'Georgia', serif;
      font-weight: 900;
      font-size: 3rem;
      line-height: 1.1;
      margin-bottom: 26px;
      text-transform: uppercase;
    }
    .contact h2 .italic {
      font-style: italic;
      font-variant-ligatures: discretionary-ligatures;
      font-weight: 700;
      font-family: 'Georgia', serif;
    }
    .contact p {
      font-family: 'Georgia', serif;
      font-weight: 400;
      font-size: 1.05rem;
      max-width: 360px;
      color: #665233;
      line-height: 1.45;
      margin-bottom: 40px;
    }
    form {
      display: grid;
      gap: 20px 20px;
      grid-template-columns: 1fr 1fr;
    }
    form input[type="text"],
    form input[type="email"],
    form textarea {
      font-family: 'Georgia', serif;
      border: none;
      border-bottom: 1.25px solid #3a2b1c;
      padding: 10px 8px;
      font-size: 1rem;
      background: transparent;
      resize: vertical;
      color: #3a2b1c;
      line-height: 1.3;
      outline-offset: 4px;
      transition: border-color 0.25s ease;
      border-radius: 0;
    }
    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form textarea:focus {
      outline: none;
      border-color: #a08257;
    }
    form label {
      display: none;
    }
    form input[type="text"]:nth-child(1),
    form input[type="email"]:nth-child(2) {
      width: 100%;
    }
    form textarea {
      grid-column: 1 / -1;
      min-height: 110px;
      font-family: 'Georgia', serif;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    form button {
      grid-column: 1 / -1;
      border: none;
      background: none;
      color: #3a2b1c;
      font-weight: 700;
      font-family: sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
      border-bottom: 1.5px solid currentColor;
      max-width: fit-content;
      padding-bottom: 5px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: color 0.3s ease, border-color 0.3s ease;
    }
    form button:hover {
      color: #a08257;
      border-color: #a08257;
    }
    form button svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      transition: transform 0.3s ease;
    }
    form button:hover svg {
      transform: translateX(6px);
    }

    /* FOOTER STYLES */
.footer-container {
  background-color: #3a2b1c;
  color: #f6f0e9;
  padding: 60px 0 0;
  font-family: 'Georgia', serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 0 30px;
}

.footer-section {
  padding: 20px;
}

.footer-heading {
  color: #f6f0e9;
  font-size: 1.3rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #a08257;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: #d6c9b0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: #a08257;
  padding-left: 5px;
}

.contact-info p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  color: #d6c9b0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-info i {
  color: #a08257;
  margin-top: 3px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  color: #f6f0e9;
  background: rgba(160, 130, 87, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #a08257;
  transform: translateY(-3px);
}

.map-section {
  padding: 0;
}

.map-section iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 8px;
  border: 1px solid rgba(214, 201, 176, 0.3);
}

.copyright-container {
  background: rgba(58, 43, 28, 0.8);
  padding: 20px 0;
  margin-top: 60px;
}

.copyright-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.copyright-text,
.footer-menu {
  font-size: 0.9rem;
  color: #97836a;
}

.copyright-text a,
.footer-menu a {
  color: #d6c9b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright-text a:hover,
.footer-menu a:hover {
  color: #a08257;
}

.footer-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-section {
    padding: 0;
  }
  
  .copyright-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-menu {
    justify-content: center;
  }
}

/* Font Awesome for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-section {
    padding: 0;
  }
  
  .copyright-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-menu {
    justify-content: center;
  }
}


    /* Responsive */
    @media (max-width: 1000px) {
      .about, .services-inner {
        grid-template-columns: 1fr !important;
      }
      .about, .services-inner {
        padding: 40px 20px !important;
      }
      .about-images {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
      }
      .services {
        padding: 80px 20px 120px;
        border-radius: 0;
      }
      .portfolio-content {
        grid-template-columns: 1fr;
      }
      .portfolio-text {
        max-width: 100%;
      }
      .service-cards {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
      }
    }
    @media (max-width: 600px) {
      .hero h1 {
        font-size: 2.9rem;
      }
      .about-text h2 {
        font-size: 2.4rem;
      }
      .portfolio h2 {
        font-size: 2.3rem;
      }
      .services-info h2 {
        font-size: 2.4rem;
      }
      .journal h2 {
        font-size: 2.3rem;
      }
      .about-text,
      .about-images,
      .services-inner,
      .portfolio-content,
      .service-cards,
      .contact {
        padding: 30px 15px !important;
      }
      .contact {
        grid-template-columns: 1fr !important;
      }
      .contact p {
        margin-bottom: 40px;
        max-width: 100%;
      }
    }


/* Social Colors */
.container .team-1 .team-social a.social-tw { background: #00acee; }
.container .team-1 .team-social a.social-fb { background: #3b5998; }
.container .team-1 .team-social a.social-li { background: #0e76a8; }
.container .team-1 .team-social a.social-in { background: #E1306C; }
.container .team-1 .team-social a.social-yt { background: #c4302b; }

.container .team-1 .team-social a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
/**********************************/
/********** General CSS ***********/
/**********************************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Lato', sans-serif;
    color: #454545;
    font-weight: 300;
    background: #ffffff;
}

a {
    color: #333333;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
    color: #454545;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 15px 0;
    color: #333333;
    font-weight: 700;
    
}

h1 {
    font-weight: 900;
}

img {
    width: 100%;
    height: auto;
}



/**********************************/
/***** Layout & Section Title *****/
/**********************************/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/**********************************/
/********** Team #1 Style *********/
/**********************************/
.team-1 {
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.team-1 .team-img {
    overflow: hidden;
}

.team-1 .team-img img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.team-1:hover .team-img img {
    transform: scale(1.2);
}

.team-1 .team-content {
    padding: 20px;
}

.team-1 .team-content h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}

.team-1 .team-content h3 {
    font-size: 16px;
    font-weight: 300;
}

.team-1 .team-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.team-1 .team-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
/* NAVBAR STYLES */
:root {
  --primary-dark: #3a2b1c;
  --secondary-warm: #a08257;
  --bg-light: #f6f0e9;
  --border-light: rgba(214, 201, 176, 0.3);
}

.main-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(246, 240, 233, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-light);
  padding: 15px 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--primary-dark);
  letter-spacing: 0.5px;
  position: relative;
}

.logo-text::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-warm);
  transition: width 0.4s ease;
}

.nav-logo:hover .logo-text::after {
  width: 100%;
}

.nav-menu {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-link {
  font-family: 'Georgia', serif;
  font-weight: 500;
  color: var(--primary-dark);
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  position: relative;
  padding: 8px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--secondary-warm);
  transition: width 0.4s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--secondary-warm);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Dropdown Styles */
.nav-dropdown {
  position: relative;
}

.dropdown-toggle {
  background: none;
  border: none;
  font-family: 'Georgia', serif;
  font-weight: 500;
  color: var(--primary-dark);
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 8px 0;
  min-width: 160px;
  box-shadow: 0 4px 12px rgba(58, 43, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
}

.dropdown-item {
  display: block;
  padding: 8px 16px;
  font-family: 'Georgia', serif;
  color: var(--primary-dark);
  text-decoration: none;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: rgba(160, 130, 87, 0.1);
  color: var(--secondary-warm);
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile Menu */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  width: 30px;
  height: 21px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.toggle-line {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--primary-dark);
  transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 992px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--bg-light);
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px 30px;
    gap: 20px;
    transition: right 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: -5px 0 15px rgba(58, 43, 28, 0.1);
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
    margin-top: 10px;
    margin-left: 15px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .nav-dropdown:hover .dropdown-menu {
    display: block;
  }

  .mobile-toggle {
    display: flex;
  }

  .mobile-toggle.active .toggle-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .mobile-toggle.active .toggle-line:nth-child(2) {
    opacity: 0;
  }

  .mobile-toggle.active .toggle-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/* About Page Styles */
.about-hero {
  height: 70vh;
  background: url('img/about-hero-bg.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0e9dc;
}

.our-story {
  padding: 100px 0;
  background: #fff;
}

.our-story .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(58, 43, 28, 0.1);
}

.mission-section {
  padding: 80px 0;
  background: #f6f0e9;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.mission-card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(58, 43, 28, 0.08);
}

.values-section {
  padding: 100px 0;
  background: #fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.value-card {
  border-left: 3px solid #a08257;
  padding-left: 20px;
}

.advantages-section {
  padding: 100px 0;
  background: #f6f0e9;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.advantage-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.advantage-card .number {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(160, 130, 87, 0.1);
}

.about-cta {
  padding: 80px 0;
  text-align: center;
  background: #3a2b1c;
  color: #f0e9dc;
}

/* Responsive */
@media (max-width: 768px) {
  .our-story .container,
  .mission-grid {
    grid-template-columns: 1fr;
  }
  
  .mission-card {
    padding: 30px;
  }
}



