:root {
    --brand-green: #6D9F28;
    --dark-green: #3B883E;
    --brand-green-light: #D2EBD3;
    --brand-green-hover: #6a8d33;
    --Colors-Secondary-100: #C4E596;
    --gz-teal: #0d2b33;
    --gz-green: #89b828;
    --gz-light-green: #f7faef;
    --gz-gray: #666666;
}


body {
    font-family: 'Dm sans', sans-serif;
    color: #333;
}


.nav-link {
    /* font-size: 13px; */
    font-weight: 500;
    color: var(--gz-gray) !important;
}

.nav-link.active {
    color: var(--gz-green) !important;
}

.logo-text {
    color: var(--gz-teal);
    line-height: 1;
    font-size: 1rem;
    align-self: center;
    margin-top: 8px;
}

.logo-subtext {
    font-size: 10px;
    tracking-widest: 0.2em;
    font-weight: 300;
}


.carousel-item {
    height: 600px;
    overflow: hidden;
    position: relative;
}


.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 99%) 0%, rgb(0 0 0 / 56%) 100%);
    z-index: 1;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20% 67%;
}

.carousel-caption-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: clamp(2rem, 3vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    font-family: Dm sans;
}

.badge-peace {
    background-color: #dcedc1;
    color: #4a6d00;
    padding: 8px 16px;
    font-size: 13px;
}

.lead {
    font-family: Dm sans;
}


.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 6s ease-out;
}


.carousel-item.active img {
    transform: scale(1.15);
}

.carousel-caption-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}

.content-box {
    max-width: 750px;
}

.carousel-item .hero-title,
.carousel-item .slide_subtitle,
.carousel-item .badge-peace {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.carousel-item.active .badge-peace {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.carousel-item.active .hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.carousel-item.active .slide_subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}



.carousel-indicators .active {
    background-color: #0a0b0c !important;
}


@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.service-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
}

.service-card:hover {
    border-color: var(--gz-green);
    transform: translateY(-5px);
}

.icon-box {
    width: 48px;
    height: 48px;
    background-color: var(--gz-light-green);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box svg {
    width: 24px;
    height: 24px;
    stroke: var(--gz-green);
}

.card-search-svg {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    stroke: #ccc;
}

/* Indicators Positioned Below Hero */
.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
}

.carousel-indicators .active {
    background-color: #555;
}

.section-margin {
    margin-top: 60px;
}

.text-sm {
    font-size: 1.2rem;
}

.small {
    font-size: 1rem;
}

.lead {
    font-family: Dm sans;
}

.service_section,
.carousel-indicators {
    background: #FAFAFA
}

.slide_subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.btn-brand {
    background-color: var(--brand-green);
    color: white;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 10px;
    border: none;
    transition: 0.3s;
}

.btn-brand:hover {
    background-color: #6da128;
    color: white;
}



.faq-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.5rem;
}


.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1rem;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--gz-green); 
}


.faq-icon {
    transition: transform 0.3s ease;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease;
    opacity: 0;
}


.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

    
  
    
    #footer-newsletter .footer-input
 {

    padding: 5px 15px;
    margin-bottom: 5px;
}
.btn-subscribe
 {

    transition: background 0.3s;
}

.footer-socials .social-icons{
                    display: grid;
                    gap: 10px;
    grid-template-columns: repeat(2, 40px);
                    justify-content: center;
                    justify-items: center;
                    align-items: center;
}

@media(max-width:992px) {
    .navbar-nav.ms-auto.align-items-center {
        padding-top: 15px;
    }

    .navbar-nav li {
        width: 100%;
        padding: 5px 0;
        border-top: 2px solid #eee;
    }
    
      .mailicon{
        width:180px !important;
        /*background:blue;*/
    }
    
    .footer-socials .social-icons{
        justify-content: flex-start;
        display:flex;
        margin-top: 20px;
        
    }
     .footer-socials h6{
         text-align:left !important;
     }
     
     .navbar.sticky-top{
         padding-top: .5rem !important; 
         padding-bottom: .5rem !important;
     }
     
     
     .office_address, .footer-socials{
         width:100% !important;
     }
     
     .office_address, .footer-socials{
         margin-top:30px !important;
     }
}