@charset "UTF-8";

:root {
    --primary-color: #295C51;
    --secondary-color: #E9BB71;
    --primary-black-color: #0C1C18;
    --gray-color: #FEFCF8;
    --primary: #2e7d32;
    --secondary: #81c784;
    --accent: #4caf50;
    --light: #f1f8e9;
    --dark: #1b5e20;
    --text: #212121;
    --light-text: #757575;
    --border: #e0e0e0;
    --border-devider: #e2e8f0;
    --primary-blue: #1e3a8a;
    --secondary-blue: #3b82f6;
    --accent-teal: #0891b2;
    --success-green: #059669;
    --dark-navy: #0f172a;
    --light-gray: #f8fafc;
    --border-gray: #e2e8f0;
    --text-dark: #1e293b;
    --text-medium: #475569;
}

.sub-heading {
    border-radius: 8px;
    border: 1px solid rgba(35, 37, 39, 0.1);
    background: var(--white-color);
    font-size: 16px;
    font-weight: 600;
}

.nav-right-item .theme-btn.style-one {
    padding: 13px 20px;
    font-weight: 600;
    font-size: 14px;
}

.text-white .sub-heading {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #295C51;
    color: var(--white-color);
}

.theme-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-btn.style-one {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 16px;
}

.theme-btn.style-one:hover {
    background-color: var(--secondary-color);
    color: var(--heading-color);
}

.section-title h2 span {
    color: var(--primary-color);
}

.gray-bg {
    background-color: var(--gray-color);
}

.hero-content h1 {
    line-height: 95px !important;
}

/* Hero Section */
.hero-seo .hero-wrapper {
    position: relative;
    z-index: 1;
    padding: 140px 0 130px;
    background-color: rgba(233, 187, 113, 0.05);
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-seo .hero-wrapper {
        padding: 150px 0 70px;
    }
}

.hero-seo .hero-wrapper .shape {
    position: absolute;
    z-index: -1;
}

.hero-seo .hero-wrapper .shape.blur-shape-one {
    background: conic-gradient(from 105deg at -78.01% 65.75%, rgba(41, 92, 81, 0.7) 0deg, rgba(86, 194, 171, 0.7) 360deg);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    position: absolute;
    top: -20%;
    left: -5%;
}

.hero-seo .hero-wrapper .shape.blur-shape-one span {
    width: 185px;
    height: 555px;
}

.hero-seo .hero-wrapper .shape.blur-shape-two {
    background: conic-gradient(from 105deg at -78.01% 65.75%, rgba(41, 92, 81, 0.7) 0deg, rgba(86, 194, 171, 0.7) 360deg);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    position: absolute;
    bottom: -20%;
    right: -5%;
}

.hero-seo .hero-wrapper .shape.blur-shape-two span {
    width: 185px;
    height: 555px;
}

.hero-seo .hero-wrapper .shape.circle-shape-one {
    left: -20%;
    bottom: -50%;
}

.hero-seo .hero-wrapper .shape.circle-shape-one span {
    width: 830px;
    height: 830px;
    border-radius: 50%;
    background: linear-gradient(147deg, rgba(41, 92, 81, 0.05) 19.79%, rgba(41, 92, 81, 0) 69.2%);
}

.hero-seo .hero-wrapper .shape.circle-shape-two {
    right: -18%;
    top: -50%;
}

.hero-seo .hero-wrapper .shape.circle-shape-two span {
    width: 830px;
    height: 830px;
    border-radius: 50%;
    background: linear-gradient(49deg, rgba(233, 187, 113, 0.05) 13.98%, rgba(233, 187, 113, 0) 73.6%);
}

.hero-seo .hero-wrapper .hero-content {
    position: relative;
}

.hero-seo .hero-wrapper .hero-content .element {
    position: absolute;
    right: 0;
    top: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-seo .hero-wrapper .hero-content .element {
        right: 60px;
    }
}

.hero-seo .hero-wrapper .hero-content h1 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 12px;
}

.hero-seo .hero-wrapper .hero-content h1 span {
    font-weight: 800;
    color: var(--primary-color);
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-seo .hero-wrapper .hero-content h1 {
        font-size: 72px;
        line-height: 85px;
    }
}

@media screen and (max-width: 991px) {
    .hero-seo .hero-wrapper .hero-content h1 {
        font-size: 72px;
        line-height: 85px;
    }
}

@media (max-width: 767px) {
    .hero-seo .hero-wrapper .hero-content h1 {
        font-size: 44px;
        line-height: 60px;
    }
}

.hero-seo .hero-wrapper .hero-content p {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .hero-seo .hero-wrapper .hero-content p {
        font-size: 16px;
    }
}

.hero-seo .hero-wrapper .hero-content .hero-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (max-width: 767px) {
    .hero-seo .hero-wrapper .hero-content .hero-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hero-seo .hero-wrapper .hero-content .hero-button .theme-btn {
    margin-bottom: 10px;
    margin-right: 30px;
}

.hero-seo .hero-wrapper .hero-content .author-box .author-list li span {
    background-color: var(--secondary-color);
    border: 2px solid var(--white-color);
}

.hero-seo .hero-wrapper .hero-image-box {
    position: relative;
    padding-left: 55px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-seo .hero-wrapper .hero-image-box {
        max-width: 575px;
        margin: 0 auto;
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .hero-seo .hero-wrapper .hero-image-box {
        margin-top: 60px;
    }
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image {
    position: absolute;
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 92, 81, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(41, 92, 81, 0.05);
}

@media (max-width: 767px) {
    .hero-seo .hero-wrapper .hero-image-box .hero-sm-image img {
        width: 150px;
        height: 120px;
    }
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image.image-one {
    left: 0;
    top: 0;
}

.hero-seo .hero-wrapper .hero-image-box .hero-sm-image.image-two {
    bottom: 0;
    right: 0;
}

.hero-seo .hero-wrapper .hero-image-box .element {
    position: absolute;
    top: 0;
    right: 0;
}

/* About Section */
.about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-wrapper .sasly-image-box {
    width: 25%;
}

@media screen and (max-width: 991px) {
    .about-wrapper .sasly-image-box {
        width: 50%;
        padding: 0 10px;
    }
}

.about-wrapper .sasly-image-box.box-one {
    margin-top: -90px;
}

@media screen and (max-width: 991px) {
    .about-wrapper .sasly-image-box.box-one {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.about-wrapper .sasly-image-box.box-two {
    position: relative;
}

.about-wrapper .sasly-image-box.box-two .shape {
    position: absolute;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .about-wrapper .sasly-image-box.box-two .shape {
        top: -50px;
    }
}

@media screen and (max-width: 991px) {
    .about-wrapper .sasly-image-box.box-two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.about-wrapper .section-content-box {
    width: 50%;
    padding: 0 70px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-wrapper .section-content-box {
        padding: 0 50px;
    }
}

@media screen and (max-width: 991px) {
    .about-wrapper .section-content-box {
        width: 100%;
        padding: 0 15px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

/* Team Testimonial */
.seo-testimonial .testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 17%;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .seo-testimonial .testimonial-slider {
        padding-left: 10%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .seo-testimonial .testimonial-slider {
        padding-left: 5%;
    }
}

@media screen and (max-width: 991px) {
    .seo-testimonial .testimonial-slider {
        padding-left: 0;
    }
}

.seo-testimonial .testimonial-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 550px;
}

@media screen and (max-width: 991px) {
    .seo-testimonial .testimonial-slider .slick-slide {
        max-width: 100%;
    }
}

/* Seo Footer */
.seo-footer {
    background-color: #0C1C18;
    color: rgba(255, 255, 255, 0.7);
}

.seo-footer .footer-copyright {
    background-color: rgba(255, 255, 255, 0.04);
}

.footer-widget .widget-title {
    color: wheat;
}

/* Page Hero CSS */
.page-hero-ss {
    position: relative;
    z-index: 1;
    padding: 220px 0 130px;
    background-color: rgba(233, 187, 113, 0.05);
    overflow: hidden;
}

@media (max-width: 767px) {
    .page-hero-ss {
        padding: 150px 0 70px;
    }
}

.page-hero-ss .shape {
    position: absolute;
    z-index: -1;
}

.page-hero-ss .shape.blur-shape {
    top: -25%;
    left: -5%;
}

.page-hero-ss .shape.blur-shape span {
    width: 185px;
    height: 555px;
    -webkit-transform: rotate(-37.493deg);
    transform: rotate(-37.493deg);
    background: conic-gradient(from 105deg at -78.01% 65.75%, rgba(41, 92, 81, 0.7) 0deg, rgba(86, 194, 171, 0.7) 360deg);
    -webkit-filter: blur(150px);
    filter: blur(150px);
}

.page-hero-ss .shape.circle-shape {
    right: -18%;
    top: -50%;
}

.page-hero-ss .shape.circle-shape span {
    width: 830px;
    height: 830px;
    border-radius: 50%;
    background: linear-gradient(49deg, rgba(233, 187, 113, 0.05) 13.98%, rgba(233, 187, 113, 0) 73.6%);
}

.seo-about-sec .sasly-image-box.style-one {
    padding-left: 80px;
}

@media screen and (max-width: 991px) {
    .seo-about-sec .sasly-image-box.style-one {
        padding-left: 0;
    }
}

.seo-about-sec .sasly-image-box.style-one .image-one {
    position: relative;
    padding-top: 100px;
}

.seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
    position: absolute;
    top: 0;
    left: -80px;
}

@media screen and (max-width: 991px) {
    .seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .seo-about-sec .sasly-image-box.style-one .image-one .circle-shape {
        left: auto;
        right: 0;
    }
}

.seo-about-sec .sasly-image-box.style-one .text-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seo-about-sec .sasly-image-box.style-one .text-box span {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid var(--border-color);
    max-width: 100px;
    line-height: 27px;
}

.seo-company {
    background-color: #0C1C18;
}

.seo-company .text-box h5 {
    color: var(--white-color);
}

.seo-service .sasly-image-box.style-one {
    position: relative;
    max-width: 660px;
    min-height: 480px;
}

.seo-service .sasly-image-box.style-one .sasly-image img {
    border-radius: 10px;
}

.seo-service .sasly-image-box.style-one .element-image {
    position: absolute;
    bottom: 50px;
    right: 0;
    max-width: 220px;
}

.seo-service .sasly-image-box.style-one .element-image img {
    border-radius: 10px;
}

.seo-service .sasly-image-box.style-one .shape {
    position: absolute;
    top: 50px;
    right: 25px;
}

.seo-service .section-content-box {
    padding-left: 50px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .seo-service .section-content-box {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .seo-service .section-content-box {
        padding-left: 0;
    }
}

.seo-service .sasly-iconic-box.style-nine {
    text-align: left;
}

.seo-service .sasly-iconic-box.style-nine .content p {
    margin-bottom: 20px;
}

.seo-service .sasly-iconic-box.style-nine .content .read-more {
    color: var(--heading-color);
    font-weight: 500;
    text-decoration: underline;
}

.seo-service .sasly-iconic-box.box-one {
    background-color: #F3F4F0;
}

.seo-service .sasly-iconic-box.box-one .icon {
    background-color: #295C51;
}

.seo-service .sasly-iconic-box.box-two {
    background-color: #FCF6EB;
}

.seo-service .sasly-iconic-box.box-two .icon {
    background-color: #E9BB71;
}

.seo-service .sasly-iconic-box.box-three {
    background-color: #F9F8FE;
}

.seo-service .sasly-iconic-box.box-three .icon {
    background-color: #AF9FFF;
}

/* Service Details CSS */
.service-details-wrapper .service-item .content h2 {
    margin-bottom: 25px;
    font-size: 48px;
}

@media screen and (max-width: 991px) {
    .service-details-wrapper .service-item .content h2 {
        font-size: 32px;
        line-height: 1;
    }
}

.service-details-wrapper .service-item .content h4 {
    margin-bottom: 15px;
}

.service-details-wrapper .service-item .content p {
    margin-bottom: 30px;
}

/* Project Details Page */
.project-details-ss .project-thumbnail .thumbnail {
    position: relative;
}

.project-details-ss .project-thumbnail .thumbnail img {
    border-radius: 7px;
    min-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-ss .project-thumbnail .thumbnail img {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .project-details-ss .project-thumbnail .thumbnail img {
        min-height: 20px;
    }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--primary-color);
    max-width: 400px;
    width: 100%;
    padding: 40px 50px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .project-details-ss .project-thumbnail .thumbnail .project-info-box {
        padding: 20px 30px;
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 40px;
    }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box h4.title {
    letter-spacing: -0.48px;
    color: var(--white-color);
    margin-bottom: 20px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li {
    display: block;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span {
    font: 500 16px var(--heading-font);
    color: var(--white-color);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.36px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.info {
    float: right;
}

.project-details-ss .project-content .content h3.title {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1.04px;
    margin-bottom: 33px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-ss .project-content .content h3.title {
        font-size: 22px;
        margin-bottom: 25px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .project-details-ss .project-content .content h3.title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 40px;
    }
}

.project-details-ss .project-content .content p {
    margin-bottom: 40px;
}

.project-details-ss .project-content .content ul {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .project-details-ss .project-content .content ul {
        margin-bottom: 30px;
    }
}

.project-details-ss .project-content .content h5 {
    margin-bottom: 10px;
}

.project-details-ss .project-content .content .block-image img {
    border-radius: 7px;
}

/* Faqs Page */
.faqs-page-ss .sasly-image-box img {
    border-radius: 7px;
}

.sasly-nav-tabs .nav-tabs {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sasly-nav-tabs li {
    display: block;
}

.sasly-nav-tabs .nav-link {
    display: block;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    padding: 8px 25px;
    letter-spacing: -0.36px;
    font: 600 18px var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 10px;
}

.sasly-nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/* Blog Standard CSS */
.blog-standard-ss .blog-quote-post-item {
    background-color: rgba(41, 92, 81, 0.122);
}

/* Contact Page CSS */
.contact-ss .sasly-iconic-box.style-twelve {
    padding: 50px 50px 40px;
    background-color: rgba(41, 92, 81, 0.122);
    border-radius: 10px;
}

/* Report-store-page */
#report-store {
    @media (max-width: 767.98px) {
        .filter-options {
            flex-direction: column !important;
        }
        .filter-chip {
            width: 100% !important;
        }
    }
    .hero-section {
        background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 100%);
        padding: 4rem 0;
        position: relative;
        overflow: hidden;
    }

    .hero-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 100%;
        height: 200%;
        background: radial-gradient(circle, rgba(76, 175, 80, 0.1) 0%, transparent 70%);
        animation: float 6s ease-in-out infinite;
    }

    @keyframes float {

        0%,
        100% {
            transform: translateY(0px) rotate(0deg);
        }

        50% {
            transform: translateY(-20px) rotate(5deg);
        }
    }

    .hero-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        position: relative;
        z-index: 2;
    }

    .hero-content {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background-color: white;
        color: var(--primary-green);
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 2rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .hero-title {
        font-size: 3.5rem;
        font-weight: 800;
        color: var(--primary);
        margin-bottom: 1.5rem;
        line-height: 1.2 !important;
    }

    .hero-subtitle {
        font-size: 1.25rem;
        color: var(--text-light);
        margin-bottom: 1.2rem;
        line-height: 1.6 !important;
    }

    h2 {
        font-size: 1.5em;
    }

    .header {
        position: relative;
        height: 230px;
        background-image: url('https://img.freepik.com/free-photo/close-up-environment-sign-collection_23-2148884838.jpg?t=st=1748107885~exp=1748111485~hmac=768befe242d98ab022137c2ac6c236387ff584d12d2e7267399ecd11528274e7&w=826');
        background-size: cover;
        background-position: center;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 20px;
        overflow: hidden;
    }

    @media (max-width: 768px) {
        .header {
            height: 100%;
        }

        .header h1 {
            font-size: 28px;
        }

        .header p {
            font-size: 16px;
        }
    }

    .header-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(18 114 18 / 64%);
        z-index: 1;
    }

    .header-content {
        position: relative;
        z-index: 2;
    }

    .header h1 {
        font-size: 37px;
        font-weight: 600;
        color: white;
        line-height: normal;
        margin-bottom: 16px;
    }

    .header p {
        font-size: 18px;
        max-width: 800px;
        margin: 0 auto;
        color: #f1f1f1;
    }

    .slogan-vertical {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        position: fixed;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--light);
        padding: 20px 5px;
        border-radius: 4px;
        color: var(--primary);
        font-weight: bold;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
    }

    .container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 2rem 0;
    }

    .metrics-bar {
        display: flex;
        justify-content: space-around;
        background-color: var(--light);
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .metric {
        text-align: center;
    }

    .metric-title {
        font-weight: bold;
        color: var(--dark);
        margin-bottom: 0.5rem;
    }

    .metric-value {
        font-size: 1.8rem;
        color: var(--primary);
    }

    .filter-section {
        background-color: white;
        padding: 1.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .filter-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 2rem;
        text-align: center;
    }

    .filter-options {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .filter-chip {
        background-color: var(--light);
        border: 1px solid var(--accent);
        border-radius: 10px;
        padding: 0.5rem 1rem;
        cursor: pointer;
        transition: all 0.3s;
        color: #212529;
    }

    .filter-chip:hover,
    .filter-chip.active {
        background-color: var(--accent);
        color: white;
        transition: all 0.3s;
    }

    .reports-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        gap: 2rem;
    }

    @media (max-width: 600px) {
        .reports-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .report-cards {
            margin: 0;
        }

        .report-cta {
            flex-direction: column;
            gap: 0.5rem;
        }

        .r-btn {
            width: 100%;
            margin: 0 0 0.5rem 0;
        }
    }

    .report-cards {
        background-color: white;
        border-radius: 8px;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .report-cards:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    }

    .report-image {
        height: 160px;
        background-color: var(--light);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .report-sustainability-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: var(--primary);
        color: white;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 20px;
    }

    .report-content {
        padding: 1.5rem;
    }

    .report-content .report-badges {
        background-color: var(--light);
        border: 1px solid var(--accent);
        border-radius: 4px;
        padding: 0.5rem;
        cursor: pointer;
        transition: all 0.3s;
        color: #212529;
        width: max-content;
        line-height: 0;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .report-title {
        font-size: 1rem;
        font-weight: bold;
        color: var(--dark);
    }

    .report-meta {
        font-size: 0.8rem;
        color: var(--light-text);
        margin-bottom: 1rem;
    }

    .report-price {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 1rem;
    }

    .report-cta {
        display: flex;
        justify-content: space-between;
    }

    .r-btn {
        padding: 0.5rem;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s;
        text-decoration: none;
        font-size: 13px;
        width: 100%;
        margin: 0px 5px 0px 0px;
    }

    .r-btn-primary {
        background-color: var(--primary);
        color: white;
        border: none;
    }

    .r-btn-primary:hover {
        background-color: var(--dark);
    }

    .r-btn-outline {
        border: 1px solid var(--primary);
        color: var(--primary);
        background-color: transparent;
    }

    .r-btn-outline:hover {
        background-color: var(--light);
    }

    /* Detailed Report Page Styles */
    .report-hero {
        background: linear-gradient(135deg, var(--light), #e8f5e9);
        padding: 3rem 0;
        margin-bottom: 2rem;
    }

    .report-hero-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        display: flex;
        gap: 2rem;
        align-items: center;
    }

    .report-hero-content {
        flex: 1;
    }

    .report-hero-image {
        flex: 1;
        max-width: 400px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 1rem;
    }

    .breadcrumb {
        margin-bottom: 1rem;
        color: var(--light-text);
        font-size: 0.9rem;
    }

    .breadcrumb a {
        color: var(--primary);
        text-decoration: none;
    }

    .report-title-large {
        font-size: 2rem;
        color: var(--dark);
        margin-bottom: 1rem;
    }

    .report-meta-large {
        display: flex;
        gap: 2rem;
        margin-bottom: 0.5rem;
    }

    .meta-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: var(--light-text);
    }

    .report-pricing {
        display: flex;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .price-option {
        flex: 1;
        padding: 1rem;
        border-radius: 8px;
        background-color: white;
        border: 1px solid #e0e0e0;
        text-align: center;
    }

    .price-option.recommended {
        border-color: var(--primary);
        position: relative;
    }

    .recommended-badge {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--primary);
        color: white;
        padding: 2px 10px;
        border-radius: 12px;
        font-size: 0.7rem;
    }

    .option-title {
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .option-price {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .option-description {
        font-size: 0.8rem;
        color: var(--light-text);
        margin-bottom: 1rem;
    }

    .report-cta-large {
        display: flex;
        gap: 1rem;
        margin-top: 2rem;
    }

    .r-btn-large {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .report-tabs {
        margin-top: 2rem;
        border-bottom: 1px solid #e0e0e0;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .tabs-nav::-webkit-scrollbar {
        height: 6px;
    }

    .tabs-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .tabs-nav::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 10px;
    }

    /* Firefox */
    .tabs-nav {
        scrollbar-width: thin;
        scrollbar-color: #aaa #f1f1f1;
    }

    .tabs-nav {
        display: flex;
        gap: 2rem;
        margin-bottom: -1px;
    }

    .tab {
        padding: 1rem 0;
        cursor: pointer;
        color: var(--light-text);
        border-bottom: 2px solid transparent;
    }

    .tab.active {
        color: var(--primary);
        border-bottom: 2px solid var(--primary);
        font-weight: bold;
    }

    .tab-content {
        padding: 2rem 0;
    }

    .report-highlights {
        background-color: white;
        padding: 1.5rem;
        border-radius: 8px;
        margin-bottom: 2rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .highlights-title {
        font-size: 1.2rem;
        color: var(--dark);
        margin-bottom: 1rem;
    }

    .highlights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .highlight-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .highlight-icon {
        width: 40px;
        height: 40px;
        background-color: var(--light);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.2rem;
    }

    .highlight-text {
        flex: 1;
    }

    .section-title {
        font-size: 1.5rem;
        color: var(--dark);
        margin: 2rem 0 1rem;
    }

    .section-content {
        line-height: 1.6;
        text-align: justify;

        h2 {
            font-size: 1.2rem !important;
            line-height: 68px !important;
        }
    }

    .impact-stats {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.5rem;
        margin: 2rem 0;
    }

    .impact-item {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border-top: 3px solid var(--primary);
    }

    .impact-value {
        font-size: 2rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .impact-label {
        color: var(--text);
        font-size: 0.9rem;
    }

    .circle-graph {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: conic-gradient(var(--primary) 64%, #e0e0e0 0);
        margin: 0 auto 1rem;
    }

    .circle-graph.graph-two {
        background: conic-gradient(var(--primary) 41%, #e0e0e0 0);
    }

    .sustainability-feature {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 2rem;
        background-color: var(--light);
        padding: 1.5rem;
        border-radius: 8px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.5rem;
        flex-shrink: 0;
    }

    .feature-content {
        flex: 1;
    }

    .feature-title {
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: var(--dark);
    }
}

.rd-page .header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.rd-page {
    .graph-stats-labels {
        font-size: 0.8rem;
        color: var(--light-text);
    }

    .header {
        background: #295c51c4;
        color: white;
        padding: 1rem;

        .logo {
            font-size: 1.3rem;
        }
    }

    .header-container {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-right {
        display: flex;
        gap: 1rem;
    }

    .slogan-vertical {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        position: fixed;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--light);
        padding: 20px 5px;
        border-radius: 4px;
        color: var(--primary);
        font-weight: bold;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
    }

    .report-tabs .tabs-nav {
        position: sticky;
        top: 0;
        background: white;
        z-index: 5;
    }

    .container {
        max-width: 1300px;
        margin: 0 auto;
    }

    .breadcrumb {
        padding: 1rem 0;
        color: var(--light-text);
        font-size: 0.9rem;
    }

    .breadcrumb a {
        color: var(--primary);
        text-decoration: none;
    }

    .report-hero {
        background: linear-gradient(135deg, var(--light), #e8f5e9);
        padding: 2rem 0;
        margin-bottom: 2rem;
    }

    .report-hero-container {
        display: grid;
        grid-template-columns: 2fr 1.4fr;
        gap: 2rem;
        align-items: center;
    }

    .report-hero-image {
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 1rem;
        text-align: center;
    }

    .report-badges {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .badge {
        background-color: var(--light);
        color: var(--primary);
        padding: 0.5rem 0.8rem;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 500;
    }

    .badge-impact {
        background-color: var(--primary);
        color: white;
        line-height: 17px;
    }

    .report-title-large {
        font-size: 2rem;
        color: var(--dark);
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .report-meta-large {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        margin-bottom: 1.5rem;
    }

    .meta-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: var(--light-text);
        font-size: 0.9rem;
    }

    .report-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
        margin: 1.5rem 0;
    }

    .stat-item {
        background-color: white;
        padding: 1rem;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .stat-value {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.3rem;
    }

    .stat-label {
        font-size: 0.8rem;
        color: var(--light-text);
    }

    @media screen and (max-width: 768px) {
        .stat-label {
            line-height: normal;
        }
    }

    .report-cta-box {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        margin-bottom: 2rem;
    }

    .report-pricing {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .price-option {
        padding: 1rem;
        border-radius: 8px;
        background-color: var(--light);
        text-align: center;
        position: relative;
        border: 4px solid transparent;
        transition: all 0.3s;
        cursor: pointer;
    }

    .price-option:hover {
        transform: translateY(-3px);
    }

    .price-option.recommended {
        border-color: var(--primary);
        background-color: white;
    }

    .recommended-badge {
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--primary);
        color: white;
        padding: 2px 10px;
        border-radius: 12px;
        font-size: 0.7rem;
    }

    .option-title {
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .option-price {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .option-description {
        font-size: 0.8rem;
        color: var(--light-text);
        margin-bottom: 0.2rem;
    }

    .report-cta-large {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .r-btn {
        padding: 0.75rem 1.5rem;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s;
        text-decoration: none;
        font-size: 1rem;
    }

    .r-btn-primary {
        background-color: var(--primary);
        color: white;
        border: none;
    }

    .r-btn-primary:hover {
        background-color: var(--dark);
    }

    .r-btn-outline {
        border: 1px solid var(--primary);
        color: var(--primary);
        background-color: transparent;
    }

    .r-btn-outline:hover {
        background-color: var(--light);
    }

    .report-tabs {
        margin: 2rem 0;
    }

    .tabs-nav {
        display: flex;
        gap: 0.5rem;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 2rem;
        overflow-x: auto;
        padding-bottom: 1px;
    }

    .tab {
        padding: 0.75rem 1.5rem;
        cursor: pointer;
        color: var(--light-text);
        white-space: nowrap;
        border-bottom: 2px solid transparent;
        margin-bottom: -1px;
    }

    .tab.active {
        color: var(--primary);
        border-bottom: 2px solid var(--primary);
        font-weight: 500;
    }

    .tab-content {
        line-height: 1.6;
    }

    .section-title {
        font-size: 1.5rem;
        color: var(--dark);
        margin: 2rem 0 1rem;
        position: relative;
        padding-left: 15px;
    }

    .section-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        background-color: var(--primary);
        border-radius: 3px;
    }

    .overview .section-content,
    .report-toc .section-content,
    .impact .section-content,
    .companies .section-content {
        margin-bottom: 2rem;
        text-align: justify !important;
        h1 {
            font-size: 1rem !important;
            line-height: 35px !important;
            color: #474747 !important;
        }

        h2 {
            font-size: 1.2rem !important;
            line-height: 45px !important;
            color: var(--primary);
        }

        h3 {
            font-size: 1rem !important;
            line-height: 40px !important;
        }

        ul {
            all: unset;
            display: list-item;
            margin-left: 20px;
        }

        p,
        ul,
        ol,
        li {
            color: #474747 !important;
        }
    }

    .report-toc {
        h3 strong {
            font-size: large !important;
            font-weight: 600 !important;
        }

        ul {
            margin-left: 15px !important;
            font-size: 15px !important;
            color: #000 !important;
        }

    }

    .highlights-card {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 2rem;
    }

    .highlights-title {
        font-size: 1.2rem;
        color: var(--dark);
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .highlights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
    }

    .highlight-item {
        display: flex;
        gap: 1rem;
    }

    .highlight-icon {
        width: 40px;
        height: 40px;
        background-color: var(--light);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.2rem;
        flex-shrink: 0;
    }

    .sustainability-impact {
        background-color: var(--light);
        border-radius: 8px;
        padding: 1.5rem;
        margin: 2rem 0;
    }

    .impact-title {
        font-size: 1.2rem;
        color: var(--dark);
        margin-bottom: 1rem;
        text-align: center;
    }

    .impact-subtitle {
        text-align: center;
        color: var(--light-text);
        margin-bottom: 2rem;
    }

    .impact-stats {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .impact-item {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .impact-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--light);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.5rem;
        margin: 0 auto 1rem;
    }

    .impact-value {
        font-size: 2rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .impact-label {
        color: var(--text);
        font-size: 0.9rem;
    }

    .graph-wrapper {
        margin: 2rem 0;
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .graph-title {
        font-size: 1.2rem;
        color: var(--dark);
        margin-bottom: 1rem;
    }

    .toc-card {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 2rem;
    }

    .toc-title {
        font-size: 1.2rem;
        color: var(--dark);
        margin-bottom: 1rem;
    }

    .toc-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .toc-list li {
        margin-bottom: 0.5rem;
        padding-left: 20px;
        position: relative;
    }

    .toc-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
        background-color: var(--primary);
        border-radius: 50%;
    }

    .toc-list li.chapter {
        font-weight: bold;
        margin-top: 1rem;
    }

    .toc-list li.chapter::before {
        background-color: var(--dark);
    }

    .method-card {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 2rem;
    }

    .method-diagram {
        background-color: var(--light);
        border-radius: 8px;
        padding: 1.5rem;
        margin: 1.5rem 0;
        text-align: center;
    }

    .circle-gauge {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 0 auto;
        background: conic-gradient(var(--primary) 64%, #e0e0e0 0);
        position: relative;
    }

    .circle-gauge::after {
        content: attr(data-value);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--dark);
    }

    .circle-gauge-small {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: 0 auto;
        background: conic-gradient(var(--primary) 41%, #e0e0e0 0);
        position: relative;
    }

    .circle-gauge-small::after {
        content: attr(data-value);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
        font-weight: bold;
        color: var(--dark);
    }
    .circle-gauge.value-high::after {
        color: #fff !important;
    }
    .circle-gauge-small.value-high::after {
        color: #fff !important;
    }
    .methodology-steps {
        display: flex;
        gap: 1rem;
        margin: 2rem 0;
        flex-wrap: wrap;
    }

    .method-step {
        flex: 1;
        min-width: 200px;
        padding: 1rem;
        background-color: var(--light);
        border-radius: 8px;
        position: relative;
    }

    .step-number {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 30px;
        height: 30px;
        background-color: var(--primary);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .step-title {
        font-weight: bold;
        margin-bottom: 0.5rem;
        padding-left: 1rem;
    }

    .sustainability-features {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
        margin: 2rem 0;
    }

    .sustainability-feature {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border-left: 4px solid var(--primary);
    }

    .feature-title {
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: var(--dark);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .feature-content {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .faq-section {
        margin: 2rem 0;
    }

    /* .faq-item {
      margin-bottom: 1rem;
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 1rem;
  } */

    .faq-question {
        font-weight: bold;
        margin-bottom: 0.5rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-answer {
        color: var(--light-text);
        padding: 1rem 1rem;
    }

    @media (max-width: 768px) {
        .report-hero-container {
            grid-template-columns: 1fr;
            gap: 0rem;
        }

        .tabs-nav {
            flex-wrap: nowrap;
            overflow-x: auto;
            padding-bottom: 5px;
        }

        .methodology-steps {
            flex-direction: column;
        }
    }
}

.contact-us {

    .header {
        background: linear-gradient(135deg, var(--primary), var(--dark));
        color: white;
        padding: 1rem;
    }

    .header-container {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .header-right {
        display: flex;
        gap: 1rem;
    }

    .slogan-vertical {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        position: fixed;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--light);
        padding: 20px 5px;
        border-radius: 4px;
        color: var(--primary);
        font-weight: bold;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
    }

    .container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .breadcrumb {
        padding: 1rem 0;
        color: var(--light-text);
        font-size: 0.9rem;
    }

    .breadcrumb a {
        color: var(--primary);
        text-decoration: none;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .contact-hero {
        background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 100%);
        padding: 3rem 0;
        margin-bottom: 2rem;
    }

    .contact-hero-container {
        text-align: center;
    }

    .contact-badges {
        display: flex;
        gap: 2rem;
        margin-bottom: 2rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .badge {
        background-color: #ffffff;
        color: var(--primary);
        padding: 0.8rem 1.5rem;
        border-radius: 20px;
        font-size: 1rem;
        font-weight: 500;
    }

    .badge-impact {
        background-color: var(--primary);
        color: white;
    }

    .contact-title-large {
        font-size: 3rem;
        color: var(--primary);
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .contact-subtitle {
        font-size: 1.2rem;
        color: var(--light-text);
        margin: 0 auto 2rem;
        line-height: 1.6;
    }

    .contact-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
        margin: 2rem 0;
    }

    .stat-item {
        background-color: white;
        padding: 1rem;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .stat-value {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.3rem;
    }

    .stat-label {
        font-size: 1rem;
        color: #060202;
        font-weight: 500;
        text-transform: uppercase;
    }

    @media screen and (max-width: 768px) {
        .stat-label {
            font-size: 13px;
        }
    }

    .contact-main {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 3rem;
        margin: 3rem 0;
    }

    .contact-info-section {
        background-color: white;
        border-radius: 8px;
        padding: 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        height: fit-content;
    }

    .section-title {
        font-size: 1.5rem;
        color: var(--dark);
        margin-bottom: 1.2rem;
        position: relative;
        padding-left: 15px;
    }

    .section-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        background-color: var(--primary);
        border-radius: 3px;
    }

    .contact-info-grid {
        display: grid;
        gap: 1.5rem;
    }

    .info-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
        background-color: var(--light);
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .info-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .info-icon {
        width: 50px;
        height: 50px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.5rem;
        flex-shrink: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .info-details h3 {
        font-weight: bold;
        color: var(--dark);
        font-size: 20px;
    }

    .info-details p {
        color: var(--light-text);
        margin: 0;
        line-height: 1.5;
    }

    .contact-form-section {
        background-color: white;
        border-radius: 8px;
        padding: 2rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: var(--dark);
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 0.3rem;
        border-radius: 4px;
        font-size: 1rem;
        transition: all 0.3s ease;
        border: 1px solid #bac7b7;
        height: 41px;
        font-size: 13px;
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.1);
        background-color: white;
    }

    .form-group textarea {
        resize: vertical;
        min-height: 120px;
    }

    .btn {
        padding: 0.75rem 1.5rem;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s;
        text-decoration: none;
        font-size: 1rem;
        border: none;
        display: inline-block;
    }

    .btn-primary {
        background-color: var(--primary);
        color: white;
    }

    .btn-primary:hover {
        background-color: var(--dark);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
    }

    .btn-outline {
        border: 1px solid var(--primary);
        color: var(--primary);
        background-color: transparent;
    }

    .btn-outline:hover {
        background-color: var(--light);
    }

    .submit-btn {
        width: 100%;
        margin-top: 1rem;
    }

    .sustainability-impact {
        background-color: var(--light);
        border-radius: 8px;
        padding: 2rem;
        margin: 3rem 0;
    }

    .impact-title {
        font-size: 1.5rem;
        color: var(--dark);
        margin-bottom: 1rem;
        text-align: center;
    }

    .impact-subtitle {
        text-align: center;
        color: var(--light-text);
        margin-bottom: 2rem;
    }

    .impact-stats {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .impact-item {
        background-color: white;
        border-radius: 8px;
        padding: 1.5rem;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .impact-item:hover {
        transform: translateY(-3px);
    }

    .impact-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: var(--light);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.8rem;
        margin: 0 auto 1rem;
    }

    .impact-value {
        font-size: 2rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .impact-label {
        color: var(--text);
        font-size: 0.9rem;
    }

    .highlights-card {
        background-color: white;
        border-radius: 8px;
        padding: 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin: 3rem 0;
    }

    .highlights-title {
        font-size: 1.3rem;
        color: var(--dark);
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .highlights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 2rem;
    }

    .highlight-item {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
    }

    .highlight-icon {
        width: 40px;
        height: 40px;
        background-color: var(--light);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.2rem;
        flex-shrink: 0;
    }

    .highlight-text {
        color: var(--text);
        line-height: 1.5;
    }

    @media (max-width: 968px) {
        .contact-main {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .form-row {
            grid-template-columns: 1fr;
        }

        .contact-title-large {
            font-size: 2.5rem;
        }

        .contact-hero {
            padding: 2rem 0;
        }

        .slogan-vertical {
            display: none;
        }

        .header-right {
            flex-direction: column;
            gap: 0.5rem;
        }
    }

    @media (max-width: 640px) {
        .container {
            padding: 0 1rem;
        }

        .contact-title-large {
            font-size: 2rem;
        }

        .contact-badges {
            flex-direction: column;
            gap: 10.2px;
        }

        .contact-info-section,
        .contact-form-section {
            padding: 1.5rem;
        }
    }
}

.report-faq-container {
    .container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .faq-section {
        background: white;
        border-radius: 15px;
        padding: 3rem;
        margin: 2rem 0;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    }

    .faq-header {
        text-align: center;
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 3px solid var(--light);
    }

    .faq-title {
        font-size: 2rem;
        color: var(--dark);
        margin-bottom: 1rem;
        font-weight: 700;
        position: relative;
    }

    .faq-title::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(to right, var(--primary), var(--accent));
        border-radius: 2px;
    }

    .faq-subtitle {
        font-size: 1.2rem;
        color: var(--light-text);
        margin: 0 auto 2rem;
    }

    .faq-stats {
        display: flex;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .faq-stat {
        text-align: center;
        padding: 1rem;
        background: var(--light);
        border-radius: 10px;
        width: 300px;
    }

    .faq-stat-value {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .faq-stat-label {
        font-size: 1rem;
        color: #061612;
    }

    .faq-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .faq-category-card {
        background: var(--light);
        padding: 1.5rem;
        border-radius: 12px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

    .faq-category-card:hover,
    .faq-category-card.active {
        background: white;
        border-color: var(--primary);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(46, 125, 50, 0.2);
    }

    .category-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .category-title {
        font-weight: 600;
        color: var(--dark);
        margin-bottom: 0.5rem;
    }

    .category-count {
        font-size: 0.9rem;
        color: var(--light-text);
    }

    .faq-search {
        margin-bottom: 3rem;
        position: relative;
    }

    .search-input {
        width: 100%;
        padding: 1.2rem 3rem 1.2rem 1.5rem;
        border: 2px solid var(--border);
        border-radius: 50px;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        background: #fafafa;
    }

    .search-input:focus {
        outline: none;
        border-color: var(--primary);
        background: white;
        box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.1);
    }

    .search-icon {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        color: var(--light-text);
        font-size: 1.2rem;
    }

    .faq-content {
        display: grid;
        gap: 1rem;
    }

    .faq-item {
        background: white;
        border: 1px solid var(--border);
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .faq-item:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .faq-question {
        padding: 1.5rem 2rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fafafa;
        transition: all 0.3s ease;
        position: relative;
    }

    .faq-question:hover {
        background: var(--light);
    }

    .faq-question.active {
        background: var(--primary);
        color: white;
    }

    .question-text {
        font-weight: 600;
        font-size: 1.1rem;
        flex: 1;
        margin-right: 1rem;
    }

    .question-category {
        position: absolute;
        top: 0.5rem;
        right: 3rem;
        background: var(--primary);
        color: white;
        padding: 0.2rem 0.6rem;
        border-radius: 12px;
        font-size: 0.7rem;
        font-weight: 500;
    }

    .faq-question.active .question-category {
        background: rgba(255, 255, 255, 0.2);
    }

    .faq-icon {
        font-size: 1.2rem;
        transition: transform 0.3s ease;
        color: var(--primary);
    }

    .faq-question.active .faq-icon {
        transform: rotate(180deg);
        color: white;
    }

    .faq-answer {
        overflow: hidden;
        transition: all 0.3s ease;
        background: white;
    }

    .faq-answer.active {
        max-height: 1000px;
    }

    .answer-content {
        padding: 2rem;
        border-top: 1px solid var(--border);
    }

    .answer-highlight {
        background: var(--light);
        padding: 1rem;
        border-radius: 8px;
        border-left: 4px solid var(--primary);
        margin: 1rem 0;
    }

    .answer-list {
        list-style: none;
        padding-left: 0;
    }

    .answer-list li {
        padding: 0.5rem 0;
        position: relative;
        padding-left: 1.5rem;
    }

    .answer-list li::before {
        content: "✓";
        position: absolute;
        left: 0;
        color: var(--primary);
        font-weight: bold;
    }

    .contact-cta {
        background: linear-gradient(135deg, var(--light), #e8f5e9);
        padding: 2rem;
        border-radius: 12px;
        text-align: center;
        margin-top: 3rem;
    }

    .cta-title {
        font-size: 1.5rem;
        color: var(--dark);
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .cta-text {
        color: var(--light-text);
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn {
        padding: 0.8rem 1.5rem;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
        font-size: 1rem;
        border: none;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .btn-primary {
        background-color: var(--primary);
        color: white;
    }

    .btn-primary:hover {
        background-color: var(--dark);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
    }

    .btn-outline {
        border: 2px solid var(--primary);
        color: var(--primary);
        background-color: transparent;
    }

    .btn-outline:hover {
        background-color: var(--primary);
        color: white;
        transform: translateY(-2px);
    }

    .hidden {
        display: none;
    }

    @media (max-width: 768px) {
        .container {
            padding: 0 1rem;
        }

        .faq-section {
            padding: 2rem;
        }

        .faq-title {
            font-size: 2rem;
        }

        .faq-stats {
            flex-direction: column;
            align-items: center;
        }

        .faq-categories {
            grid-template-columns: 1fr;
        }

        .question-category {
            display: none;
        }

        .cta-buttons {
            flex-direction: column;
            align-items: center;
        }
    }
}

.about-us {

    .header {
        background: linear-gradient(135deg, var(--primary), var(--dark));
        color: white;
        padding: 1rem;
    }

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

    .logo {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .header-right {
        display: flex;
        gap: 1rem;
    }

    .slogan-vertical {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        position: fixed;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--light);
        padding: 20px 5px;
        border-radius: 4px;
        color: var(--primary);
        font-weight: bold;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
    }

    .container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .breadcrumb {
        padding: 1rem 0;
        color: var(--light-text);
        font-size: 0.9rem;
    }

    .breadcrumb a {
        color: var(--primary);
        text-decoration: none;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .hero-section {
        background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 100%);
        padding: 4rem 0;
        margin-bottom: 3rem;
        position: relative;
        overflow: hidden;
    }

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%2322c55e" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        opacity: 0.3;
    }

    .hero-container {
        position: relative;
        z-index: 2;
    }

    .hero-badges {
        display: flex;
        gap: 1rem;
        margin-bottom: 2rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .badge {
        background-color: var(--light);
        color: var(--primary);
        padding: 0.5rem 1rem;
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 500;
        border: 2px solid transparent;
        transition: all 0.3s ease;
    }

    .badge:hover {
        border-color: var(--primary);
        transform: translateY(-2px);
    }

    .badge-highlight {
        background-color: var(--primary);
        color: white;
    }

    .hero-title {
        font-size: 3.5rem;
        color: var(--primary);
        margin-bottom: 1.5rem;
        line-height: 1.2;
        text-align: center;
        font-weight: 700;
    }

    .hero-subtitle {
        font-size: 1.25rem;
        color: var(--light-text);
        max-width: 700px;
        margin: 0 auto 2.5rem;
        line-height: 1.6;
        text-align: center;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    .hero-stat {
        background: white;
        padding: 2rem;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .hero-stat:hover {
        transform: translateY(-5px);
    }

    .hero-stat-value {
        font-size: 2.5rem;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .hero-stat-label {
        color: var(--text);
        font-weight: 500;
    }

    .section {
        margin: 4rem 0;
    }

    .section-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .section-title {
        font-size: 2.5rem;
        color: var(--dark);
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .section-subtitle {
        font-size: 1.1rem;
        color: var(--light-text);
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .story-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
        margin: 3rem 0;
    }

    .story-content {
        background: white;
        padding: 3rem;
        border-radius: 15px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    }

    .story-title {
        font-size: 1.8rem;
        color: var(--dark);
        margin-bottom: 1.5rem;
        position: relative;
        padding-left: 20px;
    }

    .story-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        background: linear-gradient(to bottom, var(--primary), var(--accent));
        border-radius: 3px;
    }

    .story-text {
        color: var(--text);
        line-height: 1.7;
        font-size: 1.05rem;
        margin-bottom: 1.5rem;
    }

    .story-highlight {
        background: var(--light);
        padding: 1.5rem;
        border-radius: 10px;
        border-left: 4px solid var(--primary);
        margin: 1.5rem 0;
    }

    .story-visual {
        background: linear-gradient(135deg, var(--primary), var(--dark));
        border-radius: 15px;
        padding: 3rem;
        color: white;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .story-visual::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/></svg>');
        opacity: 0.3;
    }

    .story-visual-content {
        position: relative;
        z-index: 2;
    }

    .story-visual h3 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .story-visual p {
        font-size: 1.1rem;
        opacity: 0.9;
        line-height: 1.6;
    }

    .values-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin: 3rem 0;
    }

    .value-card {
        background: white;
        padding: 2.5rem;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        text-align: center;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .value-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(to right, var(--primary), var(--accent));
    }

    .value-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(46, 125, 50, 0.2);
    }

    .value-icon {
        width: 80px;
        height: 80px;
        background: var(--light);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        margin: 0 auto 1.5rem;
        transition: all 0.3s ease;
    }

    .value-card:hover .value-icon {
        background: var(--primary);
        transform: scale(1.1);
    }

    .value-title {
        font-size: 1.4rem;
        color: var(--dark);
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .value-description {
        color: var(--light-text);
        line-height: 1.6;
        font-size: 1rem;
    }

    .team-section {
        background: white;
        padding: 4rem 0;
        border-radius: 20px;
        margin: 4rem 0;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    }

    .team-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2.5rem;
        margin: 3rem 0;
    }

    .team-member {
        text-align: center;
        padding: 2rem;
        background: var(--light);
        border-radius: 15px;
        transition: all 0.3s ease;
    }

    .team-member:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .member-avatar {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--primary), var(--accent));
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        color: white;
        margin: 0 auto 1.5rem;
        font-weight: bold;
    }

    .member-name {
        font-size: 1.3rem;
        color: var(--dark);
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .member-role {
        color: var(--primary);
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .member-bio {
        color: var(--light-text);
        line-height: 1.5;
        font-size: 0.95rem;
    }

    .achievements-section {
        background: linear-gradient(135deg, var(--light), #e8f5e9);
        padding: 4rem 0;
        border-radius: 20px;
        margin: 4rem 0;
    }

    .achievements-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
        margin: 3rem 0;
    }

    .achievement-item {
        background: white;
        padding: 2rem;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .achievement-item:hover {
        transform: translateY(-5px);
    }

    .achievement-icon {
        width: 70px;
        height: 70px;
        background: var(--primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: white;
        margin: 0 auto 1.5rem;
    }

    .achievement-title {
        font-size: 1.2rem;
        color: var(--dark);
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .achievement-description {
        color: var(--light-text);
        line-height: 1.5;
        font-size: 0.95rem;
    }

    .cta-section {
        background: linear-gradient(135deg, var(--primary), var(--dark));
        color: white;
        padding: 4rem 0;
        border-radius: 20px;
        text-align: center;
        margin: 4rem 0;
        position: relative;
        overflow: hidden;
    }

    .cta-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="20" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="90" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
        opacity: 0.3;
    }

    .cta-content {
        position: relative;
        z-index: 2;
    }

    .cta-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .cta-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        opacity: 0.9;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn {
        padding: 1rem 2rem;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s;
        text-decoration: none;
        font-size: 1.1rem;
        border: none;
        display: inline-block;
    }

    .btn-primary {
        background-color: var(--primary);
        color: white;
    }

    .btn-primary:hover {
        background-color: var(--dark);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
    }

    .btn-outline {
        border: 2px solid white;
        color: white;
        background-color: transparent;
    }

    .btn-outline:hover {
        background-color: white;
        color: var(--primary);
        transform: translateY(-2px);
    }

    .btn-white {
        background-color: white;
        color: var(--primary);
    }

    .btn-white:hover {
        background-color: var(--light);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
    }

    .footer {
        background-color: white;
        padding: 2rem 0;
        border-top: 1px solid #e0e0e0;
        text-align: center;
        color: var(--light-text);
        margin-top: 3rem;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .animate-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s ease;
    }

    .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 968px) {
        .story-grid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .hero-title {
            font-size: 2.5rem;
        }

        .section-title {
            font-size: 2rem;
        }

        .slogan-vertical {
            display: none;
        }

        .header-right {
            flex-direction: column;
            gap: 0.5rem;
        }

        .cta-buttons {
            flex-direction: column;
            align-items: center;
        }
    }

    @media (max-width: 640px) {
        .container {
            padding: 0 1rem;
        }

        .hero-title {
            font-size: 2rem;
        }

        .hero-subtitle {
            font-size: 1.1rem;
        }

        .hero-badges {
            flex-direction: column;
            align-items: center;
        }

        .story-content,
        .story-visual {
            padding: 2rem;
        }

        .team-section {
            padding: 3rem 0;
        }

        .cta-title {
            font-size: 2rem;
        }
    }

    .story-visual-content h3 {
        color: wheat;
    }
}

.custom-research {

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

    /* Hero Section */
    .hero {
        padding: 4rem 0;
        text-align: center;
        background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 100%);
        position: relative;
        overflow: hidden;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%2322c55e" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        opacity: 0.3;
    }

    .hero-content {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
    }

    .hero h1 {
        font-size: 3.5rem;
        font-weight: 800;
        margin-bottom: 1.5rem;
        background: var(--primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1.2 !important;
    }

    .hero p {
        font-size: 1.25rem;
        color: #6b7280;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-button {
        background: var(--primary);
        color: white;
        padding: 1rem 2rem;
        border: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
    }

    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
    }

    /* Features Grid */
    .features {
        padding: 5rem 0;
        background: white;
    }

    .section-header {
        text-align: center;
        margin-bottom: 4rem;
    }

    .section-header h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 1rem;
    }

    .section-header p {
        font-size: 1.2rem;
        color: #6b7280;
        max-width: 600px;
        margin: 0 auto;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    .feature-card {
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        padding: 2rem;
        border-radius: 20px;
        border: 1px solid rgba(34, 197, 94, 0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .feature-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #059669, #22c55e);
    }

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        background: var(--primary);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .feature-card h3 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 1rem;
    }

    .feature-card p {
        color: #6b7280;
        line-height: 1.6;
    }

    /* Process Section */
    .process {
        padding: 5rem 0;
        background: linear-gradient(135deg, #f0f9ff 0%, #ecfdf5 100%);
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    .process-step {
        text-align: center;
        position: relative;
    }

    .step-number {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #059669, #22c55e);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        font-weight: 700;
        margin: 0 auto 1.5rem;
        box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
    }

    .process-step h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 1rem;
    }

    .process-step p {
        color: #6b7280;
    }

    /* Sustainability Impact */
    .sustainability {
        padding: 5rem 0;
        background: white;
    }

    .impact-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        margin-top: 3rem;
    }

    .stat-card {
        text-align: center;
        padding: 2rem;
        border-radius: 15px;
        background: linear-gradient(135deg, #f0f9ff 0%, #ecfdf5 100%);
        border: 1px solid rgba(34, 197, 94, 0.1);
    }

    .stat-number {
        font-size: 2.5rem;
        font-weight: 800;
        color: #059669;
        margin-bottom: 1.5rem;
    }

    .stat-label {
        color: #6b7280;
        font-weight: 500;
    }

    /* Contact CTA */
    .contact-cta {
        padding: 5rem 0;
        background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
        color: white;
        text-align: center;
    }

    .contact-cta h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: wheat;
    }

    .contact-cta p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    .contact-form {
        max-width: 600px;
        margin: 0 auto;
        display: grid;
        gap: 1rem;
    }

    .form-group {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        font-size: 1rem;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

    /* Footer */
    .footer {
        background: #1f2937;
        color: white;
        padding: 3rem 0 1rem;
    }

    .footer-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .footer-section h3 {
        color: #22c55e;
        margin-bottom: 1rem;
    }

    .footer-section a {
        color: #d1d5db;
        text-decoration: none;
        display: block;
        margin-bottom: 0.5rem;
        transition: color 0.3s ease;
    }

    .footer-section a:hover {
        color: #22c55e;
    }

    .footer-bottom {
        border-top: 1px solid #374151;
        padding-top: 1rem;
        text-align: center;
        color: #9ca3af;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .hero h1 {
            font-size: 2.5rem;
            line-height: normal !important;
        }

        .nav-links {
            display: none;
        }

        .features-grid,
        .process-steps {
            grid-template-columns: 1fr;
        }
    }

    /* Animations */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fade-in-up {
        animation: fadeInUp 0.6s ease-out forwards;
    }

}

.disclaimer {
    .title {
        font-size: 1.2rem;
        font-weight: 600;
    }
}

.breadcrumb {
    padding: 1rem 0;
    color: var(--light-text);
    font-size: 0.9rem;
}

.breadcrumb a {
    color: var(--primary);
    text-decoration: none;
}

.bg-light-success {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 100%);
}

.ul-style {
    margin-top: 0;
    padding-left: 2rem;
    list-style-type: disc;
}

.value-description a {
    color: var(--dark);
    text-decoration: underline;
}

.country-dropdown {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.country-item:hover {
    background-color: #f8f9fa;
}

.country-flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.country-selector .dropdown-toggle::after {
    margin-left: 8px;
}

.country-button {
    border-radius: 4px !important;
    padding-right: 26px !important;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 1rem;
    border: 1px solid #bac7b7 !important;
    height: 41px;
}

#selectedCode {
    font-size: 0.8rem;
}

input::placeholder {
    color: #999;
    padding-left: 10px !important;
}

.download-report-form {
    .header {
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        color: white;
        padding: 2rem 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .header-content {
        text-align: center;
    }

    .header h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        letter-spacing: -0.025em;
    }

    .header p {
        font-size: 1.125rem;
        opacity: 0.9;
        margin-bottom: 0;
    }

    .main-container {
        max-width: 1200px;
        margin: -3rem auto 3rem;
        padding: 0 1rem;
        position: relative;
        z-index: 10;
    }

    .content-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-top: 0;
    }

    .section-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid var(--border);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        height: 100%;
    }

    .section-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .section-header {
        background: linear-gradient(135deg, var(--light), #ffffff);
        padding: 2rem;
        border-bottom: 1px solid var(--border);
        text-align: center;
    }

    .form-section-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--primary);
        line-height: normal;
    }

    .section-subtitle {
        color: var(--light-text);
        font-size: 0.95rem;
        margin-bottom: 7px;
        line-height: 44px;
    }

    .section-content {
        padding: 2rem;
    }

    /* Report Details Styles */
    .report-meta {
        display: grid;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .meta-item {
        display: flex;
        align-items: center;
        padding: 1rem;
        background: linear-gradient(135deg, #f0f9ff6e 0%, #ecfdf500 100%);
        border-radius: 8px;
        border-left: 4px solid var(--accent);
    }

    .meta-icon {
        color: var(--primary);
        font-size: 1.25rem;
        margin-right: 1rem;
        min-width: 24px;
    }

    .meta-content {
        flex: 1;
    }

    .meta-label {
        font-size: 0.875rem;
        color: var(--light-text);
        font-weight: 500;
        line-height: 1.9;
    }

    .meta-value {
        font-size: 1rem;
        color: var(--text);
        font-weight: 600;
        line-height: normal;
    }

    .report-highlights {
        background: #f8fafc;
        border-radius: 8px;
        padding: 1.5rem;
        border: 1px solid var(--border);
    }

    .highlights-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .highlights-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .highlights-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0.75rem;
        font-size: 0.95rem;
        color: var(--text);
    }

    .highlights-list li:last-child {
        margin-bottom: 0;
    }

    .highlights-list .check-icon {
        color: var(--success);
        margin-right: 0.75rem;
        margin-top: 0.125rem;
        font-size: 1rem;
    }

    .form-label {
        font-weight: 600;
        color: var(--dark);
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
    }

    .form-label i {
        color: var(--primary);
        font-size: 1rem;
    }

    .form-control,
    .form-select {
        border: 2px solid var(--border);
        border-radius: 8px;
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
        transition: all 0.2s ease;
        background-color: white;
        color: var(--text);
    }

    .form-control:focus,
    .form-select:focus {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
        outline: none;
    }

    .form-control:hover,
    .form-select:hover {
        border-color: var(--secondary);
    }

    .form-control::placeholder {
        color: var(--light-text);
    }

    .form-check {
        margin-bottom: 1rem;
    }

    .form-check-input:checked {
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .form-check-input:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 0.25rem rgba(26, 54, 93, 0.1);
    }

    .form-check-label {
        font-size: 0.95rem;
        color: var(--text);
        margin-left: 0.5rem;
    }

    .btn-outline {
        border: 2px solid var(--primary);
        color: var(--primary);
        background: transparent;
        padding: 0.875rem 1.5rem;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.2s ease;
        width: 100%;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        text-decoration: none;
    }

    .btn-outline:hover {
        background-color: var(--primary);
        color: white;
        transform: translateY(-1px);
    }

    .security-notice {
        background: #f0f9ff;
        border: 1px solid #bae6fd;
        border-radius: 8px;
        padding: 1rem;
        margin-bottom: 1.2rem;
    }

    .security-notice small {
        color: var(--light-text);
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin: 0;
        font-size: 12px;
        line-height: normal;
    }

    .required {
        color: #e53e3e;
    }

    .form-divider {
        height: 1px;
        background: linear-gradient(to right, transparent, var(--border-devider), transparent);
    }

    .help-text {
        text-align: center;
        margin-top: 1rem;
    }

    .help-text a {
        color: var(--primary);
        text-decoration: none;
        font-weight: 500;
    }

    .help-text a:hover {
        text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .header h1 {
            font-size: 2rem;
        }

        .header p {
            font-size: 1rem;
        }

        .main-container {
            margin-top: -2rem;
            padding: 0 0.5rem;
        }

        .content-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .section-content {
            padding: 1.5rem;
        }

        .section-header {
            padding: 1.5rem;
        }
    }

    /* Animation */
    .fade-in {
        animation: fadeInUp 0.6s ease-out;
    }


}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-bar-container {
    background: #fff;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    position: absolute;
    inset: 0;
    display: grid;
}

.search-reports-input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
}

.search-results-wrapper {
    display: none;
    background: #fff;
    border: 1px solid #eee;
    max-height: 300px;
    overflow-y: auto;
}

.reqest-report-sample {
    z-index: 10000;

    .modal-content {
        border: none;
        border-radius: 16px;
        box-shadow: 0 25px 50px rgba(30, 58, 138, 0.15);
        overflow: hidden;
        background: white;
    }

    .modal-header {
        background: linear-gradient(135deg, #2e7d32, #4caf50);
        border: none;
        padding: 2rem 2rem;
        text-align: center;
        position: relative;
    }

    .modal-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23dots)"/></svg>');
        opacity: 0.4;
    }

    .close-btn {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        background: rgba(255, 255, 255, 0.15);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: white;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
    }

    .close-btn:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: rotate(90deg);
        border-color: rgba(255, 255, 255, 0.5);
    }

    .report-icon {
        width: 54px;
        height: 62px;
        margin: 0 auto 1rem;
        background: linear-gradient(135deg, #ef4444, #f97316);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 12px 32px rgba(239, 68, 68, 0.3);
        position: relative;
        z-index: 1;
    }

    .report-icon::after {
        content: '';
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), transparent);
        border-radius: 10px;
        pointer-events: none;
    }

    .report-icon i {
        font-size: 1.5rem;
        color: white;
        position: relative;
        z-index: 1;
    }

    .modal-title {
        color: white;
        font-weight: 700;
        font-size: 1rem;
        margin: 0;
        position: relative;
        z-index: 1;
        line-height: 1.4;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .modal-body {
        padding: 2.5rem;
        background: white;
    }

    .form-label {
        color: var(--text-dark);
        font-size: 0.85rem;
    }

    .form-control {
        border: 2px solid var(--border-gray);
        transition: all 0.3s ease;
        background: var(--light-gray);
        color: var(--text-dark);
        font-size: 0.8rem;
        min-height: 37.38px;
    }

    .country-button {
        border: 2px solid var(--border-gray) !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        height: inherit;
    }

    .form-control:focus {
        border-color: var(--secondary-blue);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        background: white;
        outline: none;
    }

    .form-control::placeholder {
        color: var(--text-medium);
    }

    .phone-input-group {
        position: relative;
        display: flex;
        align-items: center;
    }

    .country-select {
        position: absolute;
        left: 1.125rem;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 1.1rem;
        z-index: 2;
        cursor: pointer;
        padding: 0.25rem;
        border-radius: 4px;
    }

    .country-select:focus {
        outline: 2px solid var(--secondary-blue);
        outline-offset: 2px;
    }

    .phone-input {
        padding-left: 4.5rem !important;
    }

    .submit-btn {
        background: #2e7d32;
        border: none;
        padding: 0.2rem 2rem;
        font-weight: 700;
        font-size: .7rem;
        border-radius: 7px;
        color: white;
        width: 100%;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.75px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
    }

    .submit-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.6s;
    }

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(30, 58, 138, 0.4);
    }

    .submit-btn:hover::before {
        left: 100%;
    }

    .submit-btn:active {
        transform: translateY(0);
    }

    .submit-btn:disabled {
        opacity: 0.7;
        transform: none;
        cursor: not-allowed;
    }

    .form-text {
        font-size: 0.6rem;
        color: var(--text-medium);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        line-height: 1.5;
        margin-top: 10px;
    }

    .form-text i {
        color: var(--success-green);
    }

    .brand-badge {
        position: absolute;
        top: -10px;
        right: -22px;
        background: wheat;
        padding: 0.150rem 0.60rem;
        border-radius: 10px;
        font-size: 0.60rem;
        line-height: normal;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 2;
    }

    .demo-trigger {
        position: fixed;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background: var(--primary-blue);
        color: white;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 8px;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
    }

    .demo-trigger:hover {
        background: var(--secondary-blue);
        transform: translateX(-50%) translateY(-2px);
    }

    .success-modal .modal-content {
        border-radius: 20px;
        border: none;
        overflow: hidden;
    }

    .success-modal .modal-body {
        padding: 3rem 2rem;
        background: linear-gradient(135deg, var(--success-green) 0%, #10b981 100%);
        color: white;
        text-align: center;
    }

    .success-icon {
        width: 80px;
        height: 80px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        backdrop-filter: blur(10px);
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .success-icon i {
        font-size: 2.5rem;
        color: white;
    }

    .success-modal h5 {
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .success-modal p {
        opacity: 0.9;
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .success-modal .btn {
        background: white;
        color: var(--success-green);
        border: none;
        padding: 0.875rem 2rem;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .success-modal .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: 450px;
    }

    @media (max-width: 576px) {
        .modal-dialog {
            margin: 1rem;
        }

        .modal-body {
            padding: 2rem 1.5rem;
        }

        .modal-header {
            padding: 2rem 1.5rem;
        }

        .modal-title {
            font-size: 1.25rem;
        }

        .report-icon {
            width: 70px;
            height: 70px;
        }

        .report-icon i {
            font-size: 1.8rem;
        }
    }

    .floating-stats {
        position: absolute;
        top: 20px;
        left: 20px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        padding: 0.1rem 0.6rem;
        font-size: 0.7rem;
        color: white;
        font-weight: 600;
        z-index: 1;
    }

    .floating-stats i {
        margin-right: 0.25rem;
        color: #fbbf24;
    }

    .dropdown-menu {
        min-width: max-content !important;
    }
}

.thanks-you-page {
    .header {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-black-color) 100%);
        padding: 1rem 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Hero Section */
    .hero-section {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary) 100%);
        padding: 4rem 0;
        position: relative;
        overflow: hidden;
    }

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        opacity: 0.3;
    }

    .hero-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 2rem;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .success-icon {
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, var(--accent), var(--primary));
        border-radius: 50%;
        margin: 0 auto 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: successPulse 2s ease-in-out infinite;
        box-shadow: 0 0 30px rgba(76, 175, 80, 0.4);
    }

    .success-icon i {
        font-size: 3rem;
        color: white;
    }

    @keyframes successPulse {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }
    }

    .hero-title {
        font-size: 3.5rem;
        font-weight: 800;
        color: white;
        margin-bottom: 1rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .hero-subtitle {
        font-size: 1.3rem;
        color: #e2e8f0;
        margin-bottom: 2rem;
        font-weight: 500;
    }

    /* Main Content */
    .main-content {
        max-width: 1000px;
        margin: -2rem auto 0;
        padding: 0 2rem;
        position: relative;
        z-index: 3;
    }

    .thank-you-card {
        background: white;
        border-radius: 20px;
        padding: 3rem;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        margin-bottom: 3rem;
        border-top: 5px solid var(--primary-color);
    }

    .confirmation-message {
        text-align: center;
        margin-bottom: 3rem;
    }

    .confirmation-message h2 {
        font-size: 2rem;
        color: var(--text);
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .confirmation-message p {
        font-size: 1.1rem;
        color: var(--light-text);
        line-height: 1.8;
    }

    .highlight-text {
        color: var(--primary-color);
        font-weight: 600;
    }

    /* Contact Grid */
    .contact-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin: 3rem 0;
    }

    .contact-card {
        background: var(--light);
        padding: 2rem;
        border-radius: 15px;
        border-left: 4px solid var(--primary-color);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .contact-card-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, var(--primary-color), var(--primary));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .contact-card-icon i {
        color: white;
        font-size: 1.2rem;
    }

    .contact-card h3 {
        font-size: 1.2rem;
        color: var(--text);
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .contact-card p {
        color: var(--light-text);
        margin-bottom: 0.5rem;
    }

    .contact-link {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .contact-link:hover {
        color: var(--primary);
        text-decoration: underline;
    }

    /* Phone Numbers Section */
    .phone-section {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-black-color) 100%);
        padding: 3rem;
        border-radius: 20px;
        margin: 3rem 0;
        color: white;
    }

    .phone-section h3 {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 2rem;
        font-weight: 700;
        color: wheat;
    }

    .phone-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
    }

    .phone-item {
        text-align: center;
        padding: 1.5rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        backdrop-filter: blur(10px);
        transition: transform 0.3s ease;
    }

    .phone-item:hover {
        transform: translateY(-5px);
    }

    .phone-item i {
        font-size: 2rem;
        margin-bottom: 1rem;
        color: var(--secondary-color);
    }

    .phone-number {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .phone-region {
        font-size: 1rem;
        color: #e2e8f0;
        font-weight: 500;
    }

    .phone-hours {
        font-size: 0.9rem;
        color: #e2e8f0;
        margin-top: 0.5rem;
    }

    /* Report Section */
    .report-section {
        background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
        padding: 3rem;
        border-radius: 20px;
        margin: 3rem 0;
        color: white;
        text-align: center;
    }

    .report-section h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
        font-weight: 700;
    }

    .featured-report {
        background: rgba(255, 255, 255, 0.15);
        padding: 2rem;
        border-radius: 15px;
        margin: 2rem 0;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .report-title {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 1rem;
        line-height: 1.4;
    }

    .report-meta {
        font-size: 0.9rem;
        opacity: 0.9;
        margin-bottom: 1.5rem;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .btn {
        padding: 1rem 2rem;
        border: none;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 1rem;
    }

    .btn-primary {
        background: white;
        color: var(--primary-color);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .btn-secondary {
        background: transparent;
        color: white;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }

    .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
    }

    /* Social Section */
    .social-section {
        background: white;
        padding: 2rem;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .social-section h4 {
        color: var(--text);
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .social-link {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, var(--primary-color), var(--primary));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        transition: transform 0.3s ease;
    }

    .social-link:hover {
        transform: translateY(-3px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .nav-menu {
            display: none;
        }

        .hero-title {
            font-size: 2.5rem;
        }

        .hero-subtitle {
            font-size: 1.1rem;
        }

        .thank-you-card {
            padding: 2rem 1.5rem;
            margin: -1rem 1rem 2rem;
        }

        .phone-section,
        .report-section {
            padding: 2rem 1.5rem;
            margin-left: 1rem;
            margin-right: 1rem;
        }

        .cta-buttons {
            flex-direction: column;
            align-items: center;
        }

        .btn {
            width: 100%;
            justify-content: center;
            max-width: 300px;
        }
    }

    /* Animations */
    .fade-in {
        animation: fadeIn 0.8s ease-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .slide-up {
        animation: slideUp 0.8s ease-out 0.3s both;
    }

    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(50px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}