 
.site-header {
        background-color: var(--color-primary-bg);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
        padding: 12px 0;
        position: sticky;
        top: 0;
        z-index: 1000;
        width: 100%;
    }
    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        min-height: 80px;
    }
    .header-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .logo-group {
        display: flex;
        align-items: center;
        gap: 15px;
        height: 80px;
    }
    .logo-svg-1 {
        width: 71.39px;
        height: 70px;
    }
    .logo-svg-association {
        width: 50px;
        height: 50px;
    }
    .logo-img-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 81px;
        height: 80px;
    }
    .divider {
        width: 1px;
        height: 80px;
        background-color: #000;
    } 
    .main-nav ul {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .main-nav li {
        position: relative;
    }
    .main-nav li:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -12px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 40px;
        background-color: var(--color-border-light);
    }
    .main-nav a {
        font-family: var(--font-main);
        font-size: 18px;
        color: var(--color-text-dark);
        transition: color 0.3s;
    }
    .main-nav a:hover, .main-nav li:first-child a {
        color: var(--color-text-gray);
    }
    .header-right {
        display: flex;
        align-items: center;
        gap: 22px;
    }
    .header-right img {
        width: 22px;
        height: 22px;
    }
    @media (max-width: 1200px) {
        .main-nav { display: none; }
        .header-container { justify-content: space-between; }
    }
    @media (max-width: 768px) {
        .header-left .divider, .header-left .header-logo-main { display: none; }
    }

/* CSS for section section:Hero */
.hero-section {
        background-color: rgba(246, 248, 250, 0.5); 
        overflow: hidden;
    }
    .hero-container {
        display: flex; 
        align-items: center;
    }
    .hero-static-slide {
        flex: 0 0 806px;
        width: 806px;
        height: 492px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        background-color: #f9f7ee;
    }
    .hero-slider-wrapper {
        flex: 1;
        overflow: hidden;
        position: relative;
        height: 492px;
        display: flex;
        align-items: center;
    }
    .hero-slider {
        display: flex;
        gap: 24px;
        transition: transform 0.5s ease-in-out;
        overflow: visible;
    }
    .hero-slide {
        flex: 0 0 auto;
        width: 806px;
        height: 492px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        transition: opacity 0.5s, transform 0.5s; 
    }
    .hero-slide.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }
    .hero-bg-logo {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-logo-merged { 
        z-index: 1;
        width: 240px;
        height: 235px;
    }
    .hero-bg-pattern {
        position: absolute;
        width: 291px;
        height: 291px;
        z-index: 2;
    }
    .hero-slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        width: 50px;
        height: 60px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s, transform 0.3s;
        padding: 0;
    }
    .slider-btn:hover {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
    .slider-btn svg {
        width: 100%;
        height: 100%;
        filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
    }
    .slider-prev {
        left: 20px;
    }
    .slider-next {
        right: 20px;
    }
    @media (max-width: 1200px) {
        .hero-container {
            flex-direction: column;
        }
        .hero-static-slide {
            flex: 0 0 auto;
            width: 100%;
            max-width: 806px;
        }
        .hero-slider-wrapper {
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .hero-static-slide,
        .hero-slide {
            width: calc(100vw - 40px);
            height: 300px;
        }
        .slider-btn {
            width: 30px;
            height: 40px;
        }
        .slider-prev {
            left: 5px;
        }
        .slider-next {
            right: 5px;
        }
    }

/* CSS for section section:CtaAndQuote */
.cta-quote-section {
        background-color: var(--secondary-bg);
        background-image: url('images/2bb49db5963b27a65161a401111eac540a7b2292.png');
        padding: 60px 0;
    }
    .cta-container {
        display: flex;
        gap: 24px;
        margin-bottom: 38px;
    }
    .cta-card {
        flex: 1;
        height: 272px;
        border-radius: 20px;
        box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
        color: var(--color-text-light);
        background-size: cover;
        background-position: center;
    }
    .cta-card-1 {
        background-image: url('images/1fa317bead0c0fad2d7d375fb067fe7642f6ea57.png');
    }
    .cta-card-2 {
        background-image: url('images/1fa317bead0c0fad2d7d375fb067fe7642f6ea57.png');
        transform: scaleX(-1);
    }
    .cta-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        border-radius: 20px;
    }
    .cta-card-1::before {
        background-color: rgba(80, 141, 81, 0.7);
    }
    .cta-card-2::before {
        background-color: rgba(67, 67, 67, 0.5);
    }
    .cta-card h3, .cta-card img {
        position: relative;
        z-index: 1;
    }
    .cta-card-2 h3, .cta-card-2 img {
        transform: scaleX(-1);
    }
    .cta-card h3 {
        font-family: var(--font-heading);
        font-size: 33px;
        line-height: 46px;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.5);
    }
    .cta-banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(0deg, #f9f7ee 0%, #cccccc 100%);
        border-radius: 20px;
        padding: 32px 48px;
        margin-bottom: 60px;
    }
    .cta-banner p {
        font-family: var(--font-main);
        font-weight: 700;
        font-size: 32px;
    }
    .cta-button {
        display: flex;
        align-items: center;
        gap: 16px;
        background-color: var(--color-accent-green-dark);
        color: var(--color-text-light);
        padding: 22px 36px;
        border-radius: 20px;
        font-family: var(--font-inter);
        font-weight: 700;
        font-size: 24px;
    }
    .quote-container {
        display: flex;
        gap: 24px;
        align-items: center;
    }
    .quote-text {
        flex: 1;
        border-left: 1px solid var(--color-text-light);
        padding-left: 26px;
        color: var(--color-text-light);
    }
    .quote-text p {
        font-family: var(--font-inter);
        font-weight: 700;
        font-size: 32px;
        line-height: 35px;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
        margin-bottom: 30px;
    }
    .quote-text footer {
        font-family: var(--font-main);
        font-weight: 700;
        font-size: 32px;
        text-align: right;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    }
    .quote-image-wrapper {
        flex-shrink: 0;
        width: 728px;
        height: 419px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }
    .quote-image-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(270deg, rgba(239, 233, 223, 0) 60%, #efe9df 77%);
        border-radius: 20px;
    }
    .quote-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    @media (max-width: 1200px) {
        .cta-container, .quote-container { flex-direction: column; }
        .cta-card { width: 100%; }
        .quote-image-wrapper { width: 100%; }
    }
    @media (max-width: 768px) {
        .cta-banner { flex-direction: column; gap: 20px; text-align: center; }
        .cta-card h3, .quote-text p, .quote-text footer { font-size: 24px; line-height: 1.3; }
    }

/* CSS for section section:News */
.news-section {
        background-color: var(--secondary-bg);
        padding: 96px 0;
    }
    .news-container {
        display: flex;
        gap: 40px;
    }
    .news-main {
        flex: 2;
    }
    .news-sidebar {
        flex: 1;
        max-width: 504px;
    }
    .news-main h2, .news-sidebar h2 {
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: 42px;
        line-height: 59px;
        letter-spacing: 2.1px;
        margin-bottom: 30px;
    }
    .news-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        margin-bottom: 32px;
    }
    .news-card, .news-card-large {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        color: var(--color-text-light);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: flex-end;
        padding: 20px;
    }
    .news-card { height: 298px; }
    .news-card-large { height: 313px; }
    .news-card-bg {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    .news-card-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(0deg, #241f1f 0%, rgba(0, 0, 0, 0) 59.3%);
        z-index: 2;
    }
    .news-card p, .news-card-large p {
        position: relative;
        z-index: 3;
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
        text-shadow: 0px 4px 4px rgba(0,0,0,0.5);
    }
    .news-list-wrapper {
        background-color: var(--color-accent-green);
        border: 2px solid rgba(153, 125, 125, 0.5);
        border-radius: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        height: 976px;
        padding: 30px;
        position: relative;
        overflow: hidden;
    }
    .news-list {
        height: 100%;
        overflow-y: auto;
        padding-right: 20px; /* for scrollbar */
    }
    .news-list-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 132px;
        background: linear-gradient(180deg, rgba(56, 124, 57, 0) 0%, #387c39 65%);
        border-radius: 0 0 12px 12px;
        pointer-events: none;
    }
    .news-list li {
        padding: 20px 0;
        border-bottom: 1px solid var(--color-text-light);
    }
    .news-list li:first-child { padding-top: 0; }
    .news-list li:last-child { border-bottom: none; }
    .news-list a {
        color: var(--color-text-light);
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .news-list a span {
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
    }
    @media (max-width: 1200px) {
        .news-container { flex-direction: column; }
        .news-sidebar { max-width: 100%; }
    }
    @media (max-width: 768px) {
        .news-grid { grid-template-columns: 1fr; }
    }

/* CSS for section section:Leaders */
.leaders-section {
        background-color: var(--tertiary-bg);
        background-image: url('images/2bb49db5963b27a65161a401111eac540a7b2292.png');
        background-size: 286px;
        padding: 60px 0;
    }
    .leaders-header {
        margin-bottom: 70px;
    }
    .leaders-header h2 {
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: 42px;
        margin-bottom: 16px;
    }
    .leaders-header p, .leaders-header a {
        font-family: var(--font-main);
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }
    .leaders-header a {
        text-decoration: underline;
    }
    .leaders-grid {
        display: flex;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
    }
    .leader-card {
        width: 456px;
    }
    .leader-card img {
        width: 100%;
        height: 328px;
        object-fit: cover;
        border-radius: 12px;
        border: 2px solid var(--color-text-light);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 38px;
    }
    .leader-card h3 {
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .leader-card p {
        font-family: var(--font-main);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }
    @media (max-width: 1400px) {
        .leaders-grid {
            justify-content: center;
        }
    }

/* CSS for section section:ContactForm */
.contact-form-section {
        background-color: #EEE5CC;
        padding: 60px 0;
    }
    .contact-form-section h2 {
        font-family: var(--font-heading);
        font-size: 42px;
        margin-bottom: 12px;
    }
    .form-subtitle {
        font-size: 20px;
        color: #3d3d3d;
        margin-bottom: 60px;
        max-width: 850px;
    }
    .form-stepper {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 16px;
        margin-bottom: 60px;
    }
    .step { display: flex; align-items: center; gap: 16px; }
    .step-number {
        width: 50px; height: 50px;
        border-radius: 12px;
        background-color: rgba(246, 248, 250, 0.75);
        border: 1px solid #fff;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
        display: grid;
        place-items: center;
        font-size: 20px;
        color: #3d3d3d;
    }
    .step-label { font-size: 13px; color: #3d3d3d; }
    .step-arrow { width: 51px; }
    .contact-form {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 36px;
    }
    .form-group { display: flex; flex-direction: column; gap: 8px; }
    .form-group-span-2 { grid-column: span 2; }
    .form-group-tall { grid-row: span 3; }
    .form-group label { font-size: 13px; color: var(--color-text-gray); }
    .contact-form input, .contact-form textarea, .custom-select {
        background-color: #fff;
        border: 1px solid #cfcfcf;
        border-radius: 12px;
        box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
        padding: 20px;
        font-family: var(--font-main);
        font-size: 13px;
        width: 100%;
    }
    .contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--color-text-muted); }
    .contact-form textarea { resize: vertical; min-height: 120px; }
    .form-group-tall textarea { min-height: 250px; }
    .custom-select { position: relative; }
    .custom-select select { appearance: none; -webkit-appearance: none; background: transparent; border: none; padding: 0; margin: 0; width: 100%; height: 100%; cursor: pointer; }
    .custom-select::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 9px;
        background-image: url('images/1_1143.svg');
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }
    .date-range { display: flex; align-items: center; gap: 12px; }
    .date-range input { flex: 1; }
    .form-group-bottom {
        grid-column: 1 / 5;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .checkbox-group { 
        display: flex; 
        gap: 12px; 
        align-items: center;
        width: 100%;
    }
    .checkbox-group input[type="checkbox"] {
        width: auto;
        min-width: 20px;
        height: 20px;
        flex-shrink: 0;
        box-shadow: none !important;
        background-color: transparent !important;
    }
    .checkbox-group label { 
        font-size: 14px; 
        line-height: 1.2; 
        color: var(--color-text-dark);
        flex: 1;
    }
    .checkbox-group a { color: #0075bc; }
    .form-bottom-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }
    .file-upload { 
        flex: 1;
        text-align: center;
    }
    .file-upload a { font-size: 16px; color: #0075bc; }
    .file-upload span { display: inline-block; width: 12px; height: 12px; border: 1px solid #cfcfcf; border-radius: 50%; text-align: center; font-size: 10px; line-height: 12px; color: #0075bc; margin-left: 8px; }
    .file-upload small { display: block; font-size: 13px; color: var(--color-text-dark); margin-top: 8px; }
    .submit-btn {
        background-color: var(--color-accent-green-dark);
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 22px 40px;
        font-size: 24px;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        white-space: nowrap;
    }
    @media (max-width: 1200px) {
        .contact-form { grid-template-columns: repeat(2, 1fr); }
        .form-group-bottom { grid-column: 1 / 3; }
    }
    @media (max-width: 768px) {
        .contact-form { grid-template-columns: 1fr; }
        .form-group-span-2, .form-group-bottom { grid-column: 1 / 2; }
        .form-stepper { flex-direction: column; align-items: flex-start; }
    }

/* CSS for section section:Footer */
.site-footer-main {
    background-color: #F6FBF7;
    padding-top: 60px;
}
.footer-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 60px; 
    flex-wrap: nowrap;
}
.footer-logo-area {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}
.footer-logo-area img {
    width: 200px;
    height: auto;
}
.footer-logo-association {
    width: 80px !important;
    height: 80px !important;
}
.footer-logo-divider {
    width: 1px;
    height: 120px;
    background-color: #000;
}
.footer-section-divider {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    align-self: stretch;
    margin: 0 20px;
}
.footer-nav-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    column-gap: 80px;
    row-gap: 30px;
    flex: 1 1 0%;
}
.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footer-nav-col h4 {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1.2;
}
.footer-nav-col h4 a {
    color: var(--color-text-dark);
}
.footer-nav-col ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 8px;
}
.footer-nav-col ul li a {
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-dark);
    line-height: 1.5;
}
.footer-nav-col-single {
    gap: 12px;
    justify-content: flex-start;
}
.footer-nav-col-contacts {
    grid-column: 1 / 2;
}
.footer-nav-col-faq {
    grid-column: 2 / 3;
}
.footer-nav-copy {
    grid-column: 1 / 4;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    text-align:center;
    margin-bottom: 30px;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    flex: 0 0 350px;
    padding: 0;
    margin-left: auto;
}
.footer-logo-area,
.footer-nav-wrapper,
.footer-contact {
    align-self: flex-start;
}
.footer-contact h4 {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 8px;
    color: var(--color-text-dark);
}
.footer-contact a {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: var(--color-text-dark);
    word-break: break-word;
}
.copyright-container {
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    color: #333;
}
@media (max-width: 1400px) {
    .footer-container {
        flex-wrap: wrap;
    }
    .footer-nav-wrapper {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        column-gap: 40px;
    }
    .footer-section-divider {
        display: none;
    }
    .footer-contact {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .footer-nav-copy {
        grid-column: 1 / 3;
    }
}
@media (max-width: 1200px) {
    .footer-container {
        flex-direction: column;
        gap: 40px;
    }
    .footer-logo-area {
        align-self: center;
    }
    .footer-nav-wrapper {
        grid-template-columns: 1fr;
        column-gap: 30px;
    }
    .footer-section-divider {
        display: none;
    }
    .footer-contact {
        width: 100%;
        max-width: 500px;
        align-self: center;
    }
    .footer-nav-col-contacts,
    .footer-nav-col-faq,
    .footer-nav-copy {
        grid-column: 1 / 2;
    }
}
@media (max-width: 768px) {
    .footer-logo-area {
        flex-direction: column;
        gap: 20px;
    }
    .footer-logo-divider {
        display: none;
    }
    .footer-nav-wrapper {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 30px;
    }
    .footer-nav-col h4 {
        font-size: 24px;
    }
    .footer-nav-col ul li a {
        font-size: 14px;
    }
    .footer-contact {
        padding: 0;
    }
    .footer-contact h4 {
        font-size: 24px;
    }
    .footer-contact a {
        font-size: 16px;
    }
} 

