:root {
  --green: #083d2d;
  --olive: #4b5805;
  --gold: #b49745;
  --white: #fff;
  --dark: #151515;
}

* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', Arial, sans-serif;
  color: var(--dark);
  margin: 0;
  background: #fff;
  font-family: "Manrope", sans-serif;
}

a {
  text-decoration: none
}

.logo
{
  width: 70%;
}


.site-nav {
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.site-nav.nav-hidden {
  transform: translateY(-130%);
  opacity: 0;
}

.hero-section {
  position: relative;
  min-height: 10vh;
  overflow: hidden;
  padding: 38px 0 0
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(67, 67, 0, .18) 48%, rgba(0, 0, 0, .15));
  z-index: 1
}

.site-nav {
  padding: 0;
  top: 34px;
  z-index: 10;
  background: transparent;
  transition: .25s ease
}

.nav-shell {
  background: #fff;
  border-radius: 90px;
  padding: 10px 42px;
  box-shadow: 0 14px 45px rgba(0, 0, 0, .08)
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111 !important;
  text-transform: uppercase;
  line-height: .86;
  font-family: Georgia, serif;
  font-size: 27px;
  letter-spacing: -.8px;
  margin: 0;
  min-width: 275px
}

.brand-emblem {
  width: 58px;
  height: 58px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 28px;
  line-height: 1
}

.navbar-nav {
  gap: 38px;
  align-items: center
}

.nav-link {
  color: #151515 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 !important;
  white-space: nowrap
}

/* Style for when a user hovers OR when the section is currently active */
.nav-link:hover,
.nav-link.active {
  color: #4c5805c7 !important;
  text-decoration: underline !important;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px
}

.whatsapp {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #000;
  font-size: 34px;
  font-weight: 900;
}

.btn-brand {
  background: var(--green);
  border: 0;
  color: #fff !important;
  border-radius: 35px;
  padding: 10;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  font-family: "Urbanist", sans-serif;
}

.btn-brand:hover {
  background: #062e22;
  color: #fff !important
}

.custom-toggler {
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--green);
  padding: 0;
  position: relative;
  box-shadow: none !important
}

.toggler-line {
  position: absolute;
  left: 12px;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: .25s ease
}

.toggler-line:nth-child(1) {
  top: 15px
}

.toggler-line:nth-child(2) {
  top: 22px
}

.toggler-line:nth-child(3) {
  top: 29px
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(1) {
  top: 22px;
  transform: rotate(45deg)
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(2) {
  opacity: 0
}

.custom-toggler[aria-expanded="true"] .toggler-line:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg)
}
.site-footer {
  background: var(--olive);
  color: #fff;
  padding: 26px 0;
  font-size: 14px
}
.site-footer a{text-decoration: none; color: #fff;}
.site-footer p{margin-top: 20px; text-align: center;}
.site-footer {
  background: #4b5905;
  padding: 48px 0 32px;
  font-family: "Urbanist", sans-serif;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.7fr;
  align-items: center;
  gap: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 34px;
}

.footer-brand img {
  max-height: 70px;
  width: auto;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.footer-address p {
  margin: 0;
  font-size: 14px;
}
.footer-address h4{text-align: center; font-size: 16px; font-weight: 800; margin-top: 20px;}
.social-icons {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
}
.footer-partner {
  text-align: center;
}

.footer-partner img {
  max-height: 70px;
  width: auto;
}

.footer-line {
  height: 2px;
  background: #fff;
  margin-top: 34px;
  opacity: 0.9;
}
.blog-section{padding: 100px 0 !important;}
.blog-card:hover{transform: translateY(-2px);}
@media (max-width: 991px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
  }

  .footer-brand {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-partner {
    text-align: center;
  }
  .blog-section{padding: 100px 0 !important;}
  .blog-grid {justify-content: center;}
  .blog-card{flex: 0 0 calc((100% - (3 * 20px)) / 1) !important; height: auto !important;}
  .blogs{padding: 30px 0 20px !important;}
}

@media (max-width: 575px) {
  .site-footer {
    padding: 38px 0 26px;
  }

  .footer-brand {
    gap: 20px;
  }

  .footer-brand img {
    max-height: 58px;
  }

  .footer-partner img {
    max-height: 70px;
  }

  .footer-address {
    font-size: 13px;
  }
}

@media(max-width:1399px) {
  .nav-shell {
    padding: 18px 34px
  }

  .navbar-brand {
    min-width: 230px;
    font-size: 23px
  }

  .navbar-nav {
    gap: 24px
  }

  .nav-link {
    font-size: 15px
  }

  .hero-copy h1 {
    font-size: 50px
  }

  .hero-content {
    padding-top: 220px
  }

  .hero-copy {
    padding-left: 35px
  }
}

@media(max-width:1199px) {
  .nav-shell {
    border-radius: 34px
  }

  .navbar-collapse {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee
  }

  .navbar-nav {
    align-items: flex-start;
    gap: 8px
  }

  .nav-actions {
    justify-content: space-between
  }

  .hero-content {
    padding-top: 160px
  }

  .hero-copy {
    /* padding-left: 0 */
  }

  .hero-copy h1 {
    font-size: 44px
  }

  .hero-badges div {
    min-width: 0;
    flex: 1;
    font-family: "Manrope", sans-serif;
  }

  .hero-stats {
    width: 92%;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 28px;
    gap: 18px
  }

  .hero-stats div:nth-child(2) {
    border-right: 0
  }

  .hero-stats div {
    font-size: 16px
  }
}
.blog-section{padding: 80px 0;}
.blog-grid{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.blog-card{
    flex: 0 0 calc((100% - (3 * 20px)) / 3);
    box-sizing: border-box;
    max-width: 500px;
    border-radius: 20px;
    border: 1px solid gray;
    align-content: center;
    padding: 20px 0;
}
.blog-card img{
    height: auto;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
}
.blog-card h4{ font-size: 16px; font-weight: 600; margin: 10px; font-family: "Urbanist", sans-serif; line-height: 1.3;}
.blog-card a {text-decoration: none; color: #000;}
@media(max-width:767px) {
  .hero-section {
    min-height: auto;
    padding-top: 16px;
    background-position: center top
  }

  .site-nav {
    top: 14px;
    padding: 0 12px
  }

  .nav-shell {
    border-radius: 26px;
    padding: 12px 14px
  }

  .navbar-brand {
    min-width: auto;
    font-size: 18px;
    gap: 8px
  }

  .brand-emblem {
    width: 42px;
    height: 42px;
    font-size: 20px
  }

  .navbar-collapse {
    background: #fff;
    border-radius: 20px;
    margin-top: 12px;
    padding: 16px
  }

  .nav-link {
    font-size: 16px
  }

  .nav-actions {
    gap: 12px;
    align-items: center
  }

  .whatsapp {
    font-size: 28px
  }

  .btn-brand {
    padding: 13px 25px
  }

  .section {
    padding: 60px 0
  }

  .section h2 {
    font-size: 28px
  }

}

@media(max-width:420px) {
  .hero-copy h1 {
    font-size: 31px
  }

  .navbar-brand {
    font-size: 16px
  }

  .btn-brand {
    padding: 12px 20px
  }

  .enquiry-card .form-control {
    height: 48px
  }
}

.blogs{
  padding: 50px 0;
  font-family: "Manrope", sans-serif !important;
}
.blogs h1{
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.blogs h2{
  font-family: "Urbanist", sans-serif;
  font-size: 25px;
  font-weight: 800;
}
.blogs h3{
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.blogs p{
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

/* 1. Word by Word Base Styles */
.animate-words .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
                transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

/* 2. Letter by Letter Base Styles */
.animate-letters .letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(15px) rotate(5deg);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

/* Active states triggered by JavaScript when scrolled into view */
.animate-words.active .word,
.animate-letters.active .letter {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
}