:root {
    --contact-primary-color: #0b5b22;
    --contact-secondary-color: #f59e0b;
    --contact-light-bg: #f9f9f9;
    --contact-card-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    --contact-input-bg: #f5f5f5;
    --primary-color: #0b5b22;
    --secondary-color: #f59e0b;
    --light-color: #f9f9f9;
    --dark-color: #1e293b;
    --border-radius: 16px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --accent-color: #0088ff;
}


/* Top announcement bar */
.announcement {
    background: #015821;
    /* deep green */
    color: #fff;
    border-top: 4px solid #063b14;
    font-weight: 500;
    font-size: 0.95rem;
}

.announcement .tagline {
    /* text-align: center; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcement .actions .btn-getstarted {
    background: #FB9700;
    /* orange */
    border-color: #FB9700;
    color: #fff;
    font-weight: 700;
}

.announcement .login-link {
    color: #FB9700;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .4rem;
}

/* Main navbar */
nav.navbar {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand .logo-img {
    height: 64px;
    width: 64px;
    object-fit: contain;
}

.site-title {
    color: #015821;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-left: 12px;
    font-size: 1.6rem;
}

.navbar-nav .nav-link {

    /* padding: 0.6rem 1rem; */
    color: #015821;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar-nav .nav-link:hover {
    color: #0b3f1b;
}

.btn-getstarted-main {
    background: #FB9700;
    border-color: #FB9700;
    color: #fff;
    font-weight: 700;
}

.btn-contact1 {
    background: #015821 !important;
    border-color: #015821 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 0.55rem 1.25rem !important;
    font-weight: 600 !important;
}

.btn-contact1:hover {
    background: linear-gradient(98deg, #015821 -11.44%, #033816 107.53%) !important;
    border-color: #015821 !important;
    color: #fff !important;
    border-color: #015821 !important;
}


/* Center nav items on large screens and align actions right */
@media (min-width: 992px) {
    .navbar .navbar-collapse {
        justify-content: end;
    }

    .navbar .nav-actions {
        margin-left: auto;
    }
}

/* Small screens tweaks */
@media (max-width: 991.98px) {
    .site-title {
        font-size: 1.1rem;
    }

    .navbar-brand .logo-img {
        height: 48px;
        width: 48px;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .announcement .tagline {
        text-align: left;
    }
}

/* Toggler icon color visible on white background */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,%200,%200,%200.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Hero section */
.hero-section {
    background-color: #f9f9f9;
    background-image: url("Group 1171274810.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* min-height: 100vh; */
    overflow: hidden;
    position: relative;
    /* padding: 80px 0; */
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.hero-title {


    margin-bottom: 1.5rem;

    color: #015821;
    font-family: "Plus Jakarta Sans";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    text-transform: capitalize;
}

.hero-title-features {
    margin-bottom: 1.5rem;
    color: #023916;
    font-family: "Plus Jakarta Sans";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    text-transform: capitalize;
}

.hero-title-features2 {
    color: #676767;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
}

.hero-subtitle {
    margin-bottom: 2rem;

    color: #4C3B31;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}



.btn-contact-now {
    color: white;
    font-weight: 600;
    padding: 10px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s;

    border-radius: 5px;
    background: linear-gradient(98deg, #015821 -11.44%, #033816 107.53%);
}

.btn-contact-now:hover {
    background: linear-gradient(98deg, #033816 -11.44%, #015821 107.53%);
    color: white;
}

.btn-start-trial {

    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 10px 10px;
    transition: all 0.3s;

    color: #015821;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 175% */
}

.btn-start-trial:hover {
    color: #094218;
}

.btn-start-trial .arrow {
    width: 36px;
    height: 36px;

    border: 1px solid #015821;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.watch-video {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;

    text-decoration: none;
    color: #069E3E;
    font-family: "Plus Jakarta Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.watch-video .play-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #FB9700;
    color: #FB9700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.google-rating {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.google-logo {
    width: 40px;
    height: 40px;
    background-color: #FB9700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image container with responsive handling */
.hero-image-container {
    position: relative;
    max-width: 100%;
}

.hero-image-container img {
    max-width: 100%;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {

    .hero-title {
        margin-top: 15px;
        font-size: 2rem;
    }

    .hero-title-features {
        margin-top: 15px;
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-image-container {
        margin-top: 40px;
    }
}



.features-slider {
    background-color: #f5f7ff;
    /* padding: 40px 0; */
}

.feature-card {
    background-color: #4169e1;
    border-radius: 24px;
    color: white;
    padding: 40px 30px;
    /* position: relative; */
    height: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    /* min-height: 280px; */
}

.feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
    opacity: 0.9;
}

.btn-feature {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #4169e1 !important;
    border-radius: 100px !important;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.btn-feature:hover {
    background-color: white !important;
    color: #2d53c7 !important;
}

.feature-icon {
    border-radius: 12px;
}

.feature-icon img {
    width: 90px;
    height: 92px;
}

.carousel-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.carousel-indicators {
    margin-top: 30px;
    position: relative;
    bottom: auto;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccd3f5;
    margin: 0 5px;
}

.carousel-indicators button.active {
    background-color: #4169e1;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .feature-card {
        margin-bottom: 20px;
        padding: 30px 20px;
        min-height: 0;
    }


}

@media (max-width: 767.98px) {
    .feature-content {
        padding-right: 70px;
    }
}



/* About Section Styles */


.about-title {
    color: #015821;
    font-family: "Plus Jakarta Sans";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    /* 122.727% */
    text-transform: capitalize;
}

.about-desc {
    color: #C07400;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 154%;
    /* 36.96px */
    text-transform: capitalize;
}

.about-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    border: none;

}

.circle-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.circle-number span {
    font-size: 2rem;
    font-weight: 700;
    color: #25355a;
}

.circle-blue {
    background-color: #e8e9f7;
}

.circle-pink {
    background-color: #fbe7ec;
}

.circle-yellow {
    background-color: #fef7e6;
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #015821;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.24px;

}

.card-text2 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #676767;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
}

.learn-more {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    color: #015821;
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
}

.learn-more svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.learn-more:hover {
    color: #F7B731;
}

.learn-more:hover svg {
    transform: translateX(5px);
}

@media (max-width: 768px) {



    .company-details {

        border-left: none !important;
    }

    /* .about-title {
    font-size: 2rem;
  } */
    .about-desc {
        font-size: 1rem;
    }

    .circle-number {
        width: 70px;
        height: 70px;
    }

    .circle-number span {
        font-size: 1.7rem;
    }
}


.company-details {
    border-left: 2px solid #1A3663;
}


#heroCarousel .carousel-indicators {
    bottom: -15px !important;
}


#heroCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1A2B4C !important;
    border: none;
    margin: 0 5px;
}



.demo-section {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.demo-image {
    max-width: 100%;
}

.btn-trial {
    background-color: white !important;
    font-family: "Plus Jakarta Sans";
    color: #FB9700 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-trial:hover {
    background-color: #f8f8f8 !important;
    color: #FB9700 !important;
}

.btn-trial2 {
    font-family: "Plus Jakarta Sans";
    color: #FB9700 !important;
    border-radius: 6px;
    border: 1px solid #FFDFB2;
    background: linear-gradient(104deg, #FFFFFB 55.83%, #FAE0E1 100%);
    padding: 10px 20px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-trial2:hover {
    background: linear-gradient(104deg, #FAE0E1 55.83%, #FFFFFB 100%);

    color: #FB9700 !important;
}

.flame-icon {
    color: #FB9700;
}

.demo-heading {
    font-family: "Plus Jakarta Sans";
    color: #015821;
    font-size: 3rem;
    font-weight: 700;
    /* margin-bottom: 1.5rem; */
    /* line-height: 1.1; */
}

.demo-subheading {
    color: #C07400;
    font-family: "Plus Jakarta Sans";
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.btn-demo {
    background-color: #015821;
    color: white;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
}

.btn-demo:hover {
    background-color: #094218;
    color: white;
}

.btn-sandbox {
    color: #015821;
    font-weight: 600;
    border: 1px solid #015821;
    border-radius: 8px;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-sandbox:hover {
    background-color: rgba(11, 91, 34, 0.05);
    color: #015821;
}

.arrow-icon {
    display: inline-flex;
    margin-right: 10px;
}

.demo-info {
    margin-top: 2rem;
    color: #069E3E;
    font-family: "Plus Jakarta Sans";
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}



.security-badge svg {
    color: white;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .demo-heading {
        font-size: 2.5rem;
    }

    .demo-subheading {
        font-size: 1.5rem;
    }

    .action-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .btn-demo,
    .btn-sandbox {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .demo-heading {
        font-size: 2rem;
    }

    .demo-section {
        padding: 15px 0;
    }
}



/* Pricing Section Styles */
.pricing-section {
    background: linear-gradient(120deg, rgba(11, 91, 34, 0.9), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    /* padding: 80px 0; */
    position: relative;
    overflow: hidden;
}

.pricing-section::before {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at bottom left, rgba(255, 153, 0, 0.4), transparent 50%);
    z-index: 0;
}

.pricing-section .container {
    position: relative;
    z-index: 1;
}

.pricing-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    font-family: "Plus Jakarta Sans";
}

.pricing-subtitle {
    font-size: 1.4rem;
    font-family: "Plus Jakarta Sans";
    color: #3CFF84;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

.pricing-card {
    background-color: white;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.pricing-card.featured {
    background-color: #FF9900;
    color: white;
}

.pricing-card:hover {
    background-color: #FF9900;
    color: white;
    transform: translateY(-10px);
}

.pricing-card:hover .check-icon {
    color: white;
}

.pricing-card:hover .btn-create-account {
    background-color: white;
    color: #FF9900;
}

.plan-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-container {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 0;
}

.period {
    font-size: 1rem;
    color: inherit;
    opacity: 0.8;
}

.plan-description {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 25px;
    line-height: 1.5;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.feature-list li {
    margin-bottom: 12px;
    font-weight: 500;
}

.check-icon {
    color: #FF9900;
    margin-right: 10px;
    font-weight: bold;
}

.featured .check-icon {
    color: white;
}

.btn-create-account {
    background-color: #FF9900;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.featured .btn-create-account {
    background-color: white;
    color: #FF9900;
}

.btn-create-account:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.trial-info {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .pricing-title {
        font-size: 2.5rem;
    }

    .pricing-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    .pricing-card {
        margin-bottom: 30px;
    }
}




/* Testimonials Section Styling */
.testimonials-section {
    background-color: #e8eeff;
    position: relative;
    overflow: hidden;
}

.subtitle {
    font-family: "Plus Jakarta Sans";
    font-size: 1.2rem;
    color: #C07400;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-title {
    font-family: "Plus Jakarta Sans";
    font-size: 3rem;
    font-weight: 700;
    color: #015821;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.chat-bubble {
    color: #555;
    display: inline-flex;
}

/* Review Buttons */
.btn-review {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    gap: 10px;
}

.google-review {
    background-color: #FFA500;
    color: white;
}

.video-review {
    background-color: white;
    color: #f03e3e;
    border: 1px solid #dee2e6;
}

.play-icon {
    color: #f03e3e;
}

/* Testimonial Card */
.testimonial-card {
    background-color: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}

.testimonial-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 4px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-name {
    color: #C07400;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #2d3748;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-date {
    color: #718096;
    font-size: 0.9rem;
}

/* Carousel Navigation */
.carousel-nav-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-nav-btn {
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    color: #015821;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

/* Indicators */
.carousel-indicators {
    position: static;
    margin-top: 30px;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #d1d5db !important;
    margin: 0 5px !important;
    opacity: 1;
}

.carousel-indicators button.active {
    background-color: #015821 !important;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 2.3rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .testimonial-image {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 767.98px) {



    .subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-image {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .client-name {
        font-size: 1.5rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }
}


/* FAQ Section Styling */
.faq-section {
    background-color: #f9f9f9;
    /* padding: 80px 0; */
}

.faq-title {
    font-family: "Plus Jakarta Sans";
    color: #015821;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.green-indicator {
    width: 80px;
    height: 6px;
    background-color: #0b9e44;
    border-radius: 3px;
    margin-bottom: 2.5rem;
}

/* Resource Cards */
.resource-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.resource-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-radius: 15px;
    text-decoration: none;
    color: #015821;
    font-weight: 600;
    transition: transform 0.2s;
}

.resource-card:hover {
    transform: translateX(5px);
    color: #015821;
}

.card-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-icon {
    font-size: 20px;
}

.card-text3 {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 700;
}

.card-arrow {
    color: #015821;
}

.pink-card {
    background-color: #ffeeee;
}

.blue-card {
    background-color: #eef1ff;
}

.green-card {
    background-color: #eeffef;
}

/* FAQ Accordion */
.faq-accordion {
    margin-top: 20px;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    background-color: #651FFF !important;
}

.accordion-item.active-item {
    background-color: #651FFF !important;
}

.accordion-button {
    font-family: "Plus Jakarta Sans";
    padding: 20px 25px;
    font-weight: 600;
    font-size: 18px;
    color: white;
    background-color: transparent;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.accordion-body {
    font-family: "Plus Jakarta Sans";
    padding: 0 25px 20px;
    color: white;
    font-size: 18px;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .faq-title {
        font-size: 2.8rem;
    }

    .resource-card {
        padding: 15px 20px;
    }

    .card-text {
        font-size: 16px;
    }

    .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .accordion-body {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .faq-title {
        font-size: 2.5rem;
    }

    /* .faq-section {
            padding: 50px 0;
        } */

    .green-indicator {
        width: 60px;
        margin-bottom: 2rem;
    }
}




/* Footer Styling */
.footer-section {
    background-color: #ffffff;
    padding: 70px 0 0px;
}

.footer-tagline {
    font-family: "Plus Jakarta Sans";
    color: #015821;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-heading {
    font-family: "Plus Jakarta Sans";
    color: #015821;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-subheading {
    font-family: "Plus Jakarta Sans";
    color: #C07400;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.location-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #6c757d;
}

.btn-contact-footer {
    border-radius: 30px;
    background: #0081FE;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.11);
    color: white;
    font-weight: 600;
    padding: 12px 35px;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s;
}

.btn-contact-footer:hover {
    background-color: #0070d1;
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 6px 15px rgba(0, 136, 255, 0.4);
}

.footer-bottom {
    border-top: 1px solid #eaeaea;
    /* padding-top: 30px; */
}

.footer-links {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.footer-links li a {
    color: #015821;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 1.1rem;
}

.footer-links li a:hover {
    color: #C07400;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #666;
    transition: all 0.3s;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-icon.linkedin:hover {
    background-color: #0077b5;
    color: white;
}

.social-icon.facebook:hover {
    background-color: #1877f2;
    color: white;
}

.social-icon.instagram:hover {
    background-color: #e1306c;
    color: white;
}

.social-icon.youtube:hover {
    background-color: #ff0000;
    color: white;
}

.copyright {
    font-family: "Plus Jakarta Sans";
    color: #0081FE;
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .footer-heading {
        font-size: 2.5rem;
    }

    .footer-subheading {
        font-size: 1.1rem;
    }

    .footer-links {
        /* flex-direction: column; */
        align-items: center;
        gap: 15px;
    }


    .social-links {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer-heading {
        font-size: 1.5rem;
    }

    .footer-section {
        padding: 50px 0 30px;
    }
}





.logoMarqueeSection {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

#logoMarqueeSection {
    max-width: 100%;
    /* margin: 0 auto; */
}

.default-content-container {

    margin-top: 0;
    margin-bottom: 0;

    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 50vh;
}

div.marquee>a>img {
    height: 50px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    /* padding-right: 5.4rem; */
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}



.trusted-businesses {
    background: #fff;
}

.trusted-logo {
    width: 100px;
    height: auto;
    opacity: 1;
}

.trusted-text {
    font-size: 1.5rem;
    line-height: 1.2;
}

.logoMarqueeSection {
    width: 100%;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

.marquee {
    display: flex;
    gap: 12px !important;
    animation: marquee 30s linear infinite !important;
}

.marqueelogo {
    transition: transform 0.2s;
}

.marqueelogo:hover {
    transform: scale(1.08);
    opacity: 1;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .trusted-logo {
        width: 60px;
    }

    .trusted-text {
        font-size: 1.2rem;
    }

    .marqueelogo {
        width: 48px !important;
        height: 48px !important;
    }
}

@media (max-width: 767.98px) {
    .trusted-businesses .row {
        flex-direction: column;
        text-align: center;
    }

    .trusted-logo {
        margin-bottom: 12px;
    }

    .marquee {
        gap: 16px;
    }
}




.demo-new-section {
    color: #1D4ED8;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 187.5% */
    background: #F9FAFB;
    display: flex;
    height: 44px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;

}






.experience-section {
    background-image: url("/frontend/assets/img/experience-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 400px;
}

.experience-img-wrapper {
    position: relative;
    min-height: 340px;
}

.experience-img-wrapper img.experience-watermark {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0.13;
    width: 180px;
    max-width: 60%;
    z-index: 2;
}

.experience-title {
    color: #023916;
    font-family: "Plus Jakarta Sans";
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.1;
}

.experience-desc {
    color: #C07400 !important;
    font-family: "Plus Jakarta Sans";
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-trial-experience {
    background: #fff;
    color: #FB9700;
    border: 1px solid #ffe3c1 !important;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 24px;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(251, 151, 0, 0.07);
    display: inline-block;
}

.btn-contact-exp {
    border-radius: 5px;
    background: linear-gradient(97deg, #FAE0E1 4.79%, #E2FAE0 106.06%);
    font-weight: 600;
    padding: 14px 32px;
    font-size: 1.1rem;
    border: none;
    box-shadow: 0 2px 8px rgba(11, 91, 34, 0.07);
    transition: background 0.2s;
}

.btn-contact-exp2 {
    background: linear-gradient(270deg, #C07400 3.51%, #014B1B 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-contact-exp:hover {
    background: linear-gradient(97deg, #E2FAE0 4.79%, #FAE0E1 106.06%);
}

.btn-arrow-exp {
    border-radius: 5px;
    border: 1.4px solid #FAE0E1;
    padding: 13px 12px;
    font-size: 1.1rem;
    color: #C07400;
    display: flex;
    align-items: center;
    transition: background 0.2s;
}

.arrow-icon {
    display: inline-flex;
    align-items: center;
}

.btn-demo-exp {
    color: #C07400;
    font-family: "Plus Jakarta Sans";
    background: none;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    padding: 14px 0;
}

.exp-stat {
    min-width: 180px;
}

.exp-icon {
    width: 48px;
    height: 48px;
    background: #e7f7e7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {

    .experience-section {
        min-height: 250px;
        background-size: contain;
    }

    .experience-title {
        font-size: 2rem;
    }

    .experience-img-wrapper img.experience-watermark {
        width: 120px;
    }

    .exp-stat {
        min-width: 140px;
    }
}

@media (max-width: 767.98px) {

    .experience-section {
        min-height: 180px;
        background-size: cover;
        /* padding: 30px 0; */
    }

    .experience-section .row {
        /* flex-direction: column-reverse; */
        text-align: start;
    }

    .experience-title {
        font-size: 1.5rem;
    }

    .exp-stat {
        justify-content: center;
        margin-bottom: 16px;
    }

    .experience-img-wrapper {
        min-height: 200px;
    }
}





/* header css */

/* Mobile Navigation Styles */
.mobile-nav {
    background-color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle {
    background: none;
    border: none;
    color: #015821;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: all 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-header {
    padding: 20px;
    text-align: right;
    /* border-bottom: 1px solid #015821; */
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #015821;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background-color: #015821;
}

.mobile-menu-body {
    /* padding: 20px; */
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.mobile-menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-items li {
    margin-bottom: 0;
    border-bottom: 1px solid #015821;
}

.mobile-menu-items a {
    display: block;
    padding: 15px 0;
    color: #015821;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.mobile-menu-items a:hover {
    color: #069E3E;
    padding-left: 10px;
}

.mobile-menu-contact {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #069E3E;
}

.contact-info {
    display: flex;
    align-items: center;
    color: #015821;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info i {
    margin-right: 10px;
    color: #015821;
}

.mobile-book-btn {
    width: 100%;
    padding: 12px 20px;
    background-color: #069E3E;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mobile-book-btn:hover {
    background-color: #069E3E;
    transform: translateY(-2px);
}

.mobile-menu-footer {
    /* margin-top: 30px; */
    padding: 20px 0;
    /* border-top: 1px solid #015821; */
    text-align: center;
}

.mobile-logo-footer {
    margin-bottom: 5px;
}

.mobile-copyright {
    color: #666;
    font-size: 0.8rem;
    line-height: 1.4;
}

.mobile-copyright p {
    margin: 2px 0;
}

.thyo-link {
    color: #069E3E;
    font-weight: 600;
}




/* Contact Hero Section */
.contact-hero {
    background-color: var(--contact-light-bg);
    padding: 100px 0 70px;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {

    position: absolute;
    right: -5%;
    top: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(11, 91, 34, 0.05);
    z-index: 0;
}

.contact-hero::after {

    position: absolute;
    left: -5%;
    bottom: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.05);
    z-index: 0;
}

.contact-hero .container {
    position: relative;
    z-index: 2;
}

.contact-hero-subtitle {
    color: var(--contact-secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.contact-hero-title {
    color: var(--contact-primary-color);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Contact Info Cards */
.contact-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--contact-card-shadow);
    margin-bottom: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background-color: var(--contact-light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--contact-primary-color);
    font-size: 24px;
}

.contact-label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #444;
}

.contact-text {
    color: #666;
    margin-bottom: 0;
}

.contact-link {
    color: var(--contact-primary-color);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: var(--contact-secondary-color);
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 0;
    background: white;
}

.contact-form-title {
    color: var(--contact-primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-form-subtitle {
    color: #666;
    margin-bottom: 40px;
}

.contact-form {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--contact-card-shadow);
}

.form-control {
    border: none;
    background-color: var(--contact-input-bg);
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s;
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgba(11, 91, 34, 0.1);
    border: none;
    outline: none;
}

.form-label {
    color: #555;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-btn-submit {
    background-color: var(--contact-primary-color);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.contact-btn-submit:hover {
    background-color: #0a4e1d;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(11, 91, 34, 0.2);
}

/* Map Section */
.contact-map-container {
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--contact-card-shadow);
}

/* Social Links */
.contact-social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.contact-social-icon {
    width: 45px;
    height: 45px;
    background: var(--contact-light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 18px;
    transition: all 0.3s;
}

.contact-social-icon:hover {
    background: var(--contact-primary-color);
    color: white;
    transform: translateY(-3px);
}

/* Animation for cards */
@keyframes contactFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-animated {
    animation: contactFadeInUp 0.6s ease-out forwards;
}

.contact-delay-1 {
    animation-delay: 0.2s;
}

.contact-delay-2 {
    animation-delay: 0.4s;
}

.contact-delay-3 {
    animation-delay: 0.6s;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .contact-hero-title {
        font-size: 2.5rem;
    }

    .contact-form-title {
        font-size: 2rem;
    }

    .contact-map-container {
        margin-top: 30px;
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .contact-hero {
        padding: 70px 0 40px;
    }

    .contact-hero-title {
        font-size: 2rem;
    }

    .contact-form {
        padding: 25px;
    }

    .contact-card {
        padding: 20px;
    }
}



/* Hero Section */
.about-hero {
    background: linear-gradient(120deg, rgba(11, 91, 34, 0.07), rgba(245, 158, 11, 0.05));
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(rgba(11, 91, 34, 0.1), transparent 70%);
    top: -300px;
    right: -200px;
    z-index: 0;
}

.about-hero::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(rgba(245, 158, 11, 0.1), transparent 70%);
    bottom: -200px;
    left: -100px;
    z-index: 0;
}

.about-subtitle {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.about-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--dark-color);
}

.about-title span {
    color: var(--primary-color);
}

.about-description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4b5563;
    max-width: 700px;
    margin-bottom: 30px;
}

.about-image-container {
    position: relative;
    height: 100%;
}

.about-image {
    border-radius: var(--border-radius);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 2;
}

.about-image-shape {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: var(--primary-color);
    right: -20px;
    bottom: -20px;
    border-radius: var(--border-radius);
    z-index: 1;
    opacity: 0.1;
}

/* Mission Vision Section */
.mission-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.mission-card {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.mission-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(11, 91, 34, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--primary-color);
    font-size: 28px;
}

.mission-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.mission-text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
}

/* Story Section */
.story-section {
    padding: 80px 0;
    background-color: var(--light-color);
    position: relative;
    overflow: hidden;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #4b5563;
    margin-bottom: 50px;
    max-width: 700px;
}

.story-box {
    position: relative;
    padding: 30px;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.story-box:hover {
    transform: translateY(-5px);
}

.story-year {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.story-box-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.story-box-text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background-color: #fff;
}

.team-card {
    background-color: #fff;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-image-container {
    position: relative;
    overflow: hidden;
}

.team-image {
    transition: transform 0.6s ease;
}

.team-card:hover .team-image {
    transform: scale(1.05);
}

.team-content {
    padding: 25px;
    text-align: center;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark-color);
}

.team-position {
    color: var(--primary-color);
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.team-bio {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-color);
    color: var(--dark-color);
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Values Section */
.values-section {
    padding: 80px 0;
    background-color: var(--light-color);
}

.value-box {
    background-color: #fff;
    padding: 30px;
    border-radius: var(--border-radius);
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.value-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.value-icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.value-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.value-text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
}

/* Stats Section */
.stats-section {
    padding: 100px 0;
    background-color: var(--primary-color);
    color: white;
}

.stat-card {
    text-align: center;
    margin-bottom: 30px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.stat-text {
    font-size: 1.2rem;
    opacity: 0.9;
}

.stat-icon {
    font-size: 50px;
    margin-bottom: 20px;
    opacity: 0.8;
}

/* Animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .about-title {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .about-image-container {
        margin-top: 40px;
    }

    .mission-card,
    .story-box,
    .value-box {
        padding: 25px;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .about-hero {
        padding: 80px 0 60px;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .mission-card,
    .story-box,
    .value-box {
        padding: 20px;
    }

    .mission-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .mission-title,
    .story-box-title,
    .value-title {
        font-size: 1.2rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-text {
        font-size: 1rem;
    }
}

.login-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.login-wrapper {
    width: 100%;
    max-width: 1000px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    position: relative;
    z-index: 10;
    background-color: white;
}

/* Background shapes */
.shape {
    position: absolute;
    z-index: 1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(rgba(11, 91, 34, 0.15), rgba(11, 91, 34, 0.05));
    top: -100px;
    right: 10%;
}

.shape-2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));
    bottom: -50px;
    left: 10%;
}

/* Left side - image */
.login-image-side {
    display: flex;
    flex: 1;
    background-color: var(--primary-color);
    /* padding: 40px; */
    position: relative;
    overflow: hidden;
}

.login-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.login-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(11, 91, 34, 0.7) 0%, rgba(11, 91, 34, 0.4) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    color: white;
}

.login-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-image-text {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.login-image-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 90%;
    opacity: 0.9;
}

/* Right side - form */
.login-form-side {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-logo {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.login-logo img {
    height: 50px;
    width: auto;
    margin-right: 15px;
}

.login-logo-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.login-heading {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.login-subheading {
    color: #6b7280;
    margin-bottom: 30px;
}

.form-floating {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #e5e7eb;
    padding: 15px 20px;
    height: 58px;
    font-size: 1rem;
    border-radius: 12px;
    transition: var(--transition);
}

.form-control:focus {
    box-shadow: 0 0 0 4px rgba(11, 91, 34, 0.1);
    border-color: var(--primary-color);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px;
}

.forgot-password {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.forgot-password:hover {
    color: var(--primary-color);
}

.btn-login {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    width: 100%;
    /* margin-bottom: 20px; */
    height: 50px;
    transition: var(--transition);
}

.btn-login:hover {
    color: white;
    background-color: #094e1c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 91, 34, 0.15);
}

.login-divider {
    text-align: center;
    position: relative;
    margin: 25px 0;
    color: #9ca3af;
}

.login-divider::before {

    position: absolute;
    left: 0;
    top: 50%;
    width: 42%;
    height: 1px;
    background-color: #e5e7eb;
}

.login-divider::after {

    position: absolute;
    right: 0;
    top: 50%;
    width: 42%;
    height: 1px;
    background-color: #e5e7eb;
}

.social-login {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: white;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    transition: var(--transition);
}

.social-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.social-button.google:hover {
    color: #DB4437;
    border-color: #DB4437;
}

.social-button.facebook:hover {
    color: #4267B2;
    border-color: #4267B2;
}

.social-button.apple:hover {
    color: #000;
    border-color: #000;
}

.register-link {
    text-align: center;
    color: #6b7280;
    font-size: 0.95rem;
}

.register-link a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.register-link a:hover {
    color: var(--accent-color);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .login-wrapper {
        flex-direction: column;
    }

    .login-image-side {
        display: none;
    }

    .mobile-logo {
        display: flex !important;
        justify-content: center;
        margin-bottom: 30px;
    }

    .login-form-side {
        padding: 30px;
    }
}

.mobile-logo {
    display: none;
}

@media (max-width: 575.98px) {
    .login-heading {
        font-size: 1.5rem;
    }

    .login-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .login-form-side {
        padding: 25px 20px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    animation: fadeIn 0.8s forwards;
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}
