/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Sponsorship Page */
.sponsorship-hero {
    background-image: url('../images/header.rtl.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #ffffff;
}

[dir="ltr"] .sponsorship-hero {
    background-image: url('../images/header.ltr.jpg');
}

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

.sponsorship-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.sponsorship-hero-subtitle,
.sponsorship-hero-description,
.sponsorship-hero-meta {
    max-width: 760px;
    margin: 0 auto 12px;
    font-size: 1.1rem;
}

.sponsorship-hero-meta {
    font-weight: 600;
    color: #ebf6ed;
}

.sponsorship-cta {
    margin-top: 16px;
    padding-inline: 32px;
}

.sponsorship-section {
    padding: 80px 0;
}

.sponsorship-section.bg-light {
    background-color: #f7fbf8;
}

.section-heading h2 {
    color: #020d18;
    margin-bottom: 16px;
    font-size: 2rem;
}

.section-heading p {
    color: #4f4f4f;
    max-width: 820px;
    margin: 0 auto;
}

.sponsorship-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(2, 13, 24, 0.08);
    height: 100%;
}

.sponsorship-card.accent {
    background: linear-gradient(120deg, #ffffff, #f2faf4);
}

.sponsorship-card h3,
.sponsorship-card h4 {
    color: #020d18;
    margin-bottom: 16px;
}

.sponsorship-card p {
    color: #4f4f4f;
    margin-bottom: 12px;
}

.sponsorship-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.sponsorship-mini-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(2, 13, 24, 0.06);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
}

.sponsorship-mini-card h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #15733c;
}

.sponsorship-mini-card p {
    color: #4f4f4f;
}

.sponsorship-reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.sponsorship-reason-card {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(2, 13, 24, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.reason-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #e6f5ec;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason-icon img {
    width: 28px;
    height: 28px;
}

.sponsorship-reason-card h3 {
    margin-bottom: 6px;
    color: #020d18;
    font-size: 1.1rem;
}

.sponsorship-reason-card p {
    color: #4f4f4f;
    margin: 0;
}

.sponsorship-quotes {
    background: #020d18;
    color: #fff;
}

.sponsorship-quote-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}

.sponsorship-quote-card p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.8;
}

.sponsorship-tier-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    border: 1px solid rgba(2, 13, 24, 0.08);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tier-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tier-header h3 {
    margin: 0;
    color: #020d18;
}

.tier-price {
    color: #15733c;
    font-size: 1.1rem;
    font-weight: 700;
}

.sponsorship-tier-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sponsorship-tier-card li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #4f4f4f;
}

.sponsorship-tier-card strong {
    color: #020d18;
}

.sponsorship-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sponsorship-steps li {
    padding-inline-start: 24px;
    position: relative;
    color: #4f4f4f;
}

.sponsorship-steps li::before {
    content: '';
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #15733c;
}

[dir="rtl"] .sponsorship-steps li::before {
    right: 0;
}

[dir="ltr"] .sponsorship-steps li::before {
    left: 0;
}

.sponsorship-quote {
    font-size: 1.05rem;
    font-weight: 600;
    color: #020d18;
    margin-bottom: 0;
}

.sponsorship-contact-card {
    background: #020d18;
    color: #fff;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sponsorship-contact-card .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sponsorship-contact-card a {
    color: #ffffff;
    font-weight: 600;
}

.sponsorship-contact-card .btn {
    background: #ffffff;
    color: #15733c;
    border: none;
}

.sponsorship-contact-card .btn:hover {
    background: #ebf6ed;
}

@media (max-width: 991px) {
    .sponsorship-section {
        padding: 60px 0;
    }

    .sponsorship-reason-card {
        flex-direction: column;
    }

    .sponsorship-tier-card {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .sponsorship-hero-badge {
        font-size: 0.85rem;
        padding-inline: 16px;
    }

    .sponsorship-hero-content h2 {
        font-size: 1.8rem;
    }

    .sponsorship-card,
    .sponsorship-contact-card {
        padding: 24px;
    }
}

a {
    text-decoration: none;
    /* width: 100%; */

}

p {
    text-align: justify;
}

:root {
    --primary-color: #15733C;
    --secondary-color: #2c3e50;
    --text-color: #FFFFFF;
    --bg-color: #f4f4f4;
    --white: #ffffff;
    --transition: all 0.3s ease;
}

body {
    font-family: 'Cairo', sans-serif;
    line-height: 1.6;
    background-color: rgba(236, 232, 232, 0.111);
    color: var(--text-color);
    overflow-x: hidden;
    overflow-y: auto;
}


/* RTL Support */
[dir="rtl"] body {
    text-align: right;
    direction: rtl;
}

/* LTR Support */
[dir="ltr"] body {
    text-align: left;
    direction: ltr;
}




main {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    position: relative;
    z-index: 1;
}

section {
    overflow: visible;
    width: 100%;
    position: relative;
}





/* ========================================
   NAVBAR - Bootstrap Custom Styles
   ======================================== */

/* Language Switcher */
.lang-switcher-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1050;
}

.btn-langa {
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-lang:hover,
.btn-lang:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-lang .lang-text-desktop {
    margin-right: 4px;
}

/* Old mobile language switcher removed - using custom design now */

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    min-width: 120px;
    z-index: 1100 !important;
    position: absolute !important;
}

/* RTL Language Dropdown Fix */
[dir="rtl"] .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

[dir="rtl"] .lang-switcher-wrapper {
    left: auto;
    right: 20px;
}

/* Ensure dropdowns are above hero section */
.navbar-nav .dropdown {
    position: relative;
    z-index: 1100;
}

.dropdown-item {
    color: #000;
    font-size: 15px;
    padding: 8px 16px;
}

.dropdown-item:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Custom Navbar */
.custom-navbar {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: relative;
    z-index: 1050;
    margin-top: 25px;
    padding: 0;
}

.custom-navbar .container {
    background-color: #22222266;
    border-radius: 47.5px;
    padding: 0.5rem 1.5rem;
    min-height: 95px;
    gap: 15px;
    overflow: visible !important;
}

.dark-nav {
    background-color: #FAFAFA !important;
}

#navbarNav {
    gap: 7px;
}

#navLangDropdown {
    margin-inline-start: 20px;
}


.custom-navbar .navbar-nav {
    gap: 0.5rem;
}

.custom-navbar .nav-link {
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    padding: 0.5rem 0.75rem;
    transition: var(--transition);
    white-space: nowrap;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
    color: var(--primary-color);
}

/* Hide default Bootstrap dropdown arrow */
.custom-navbar .dropdown-toggle::after {
    display: none;
}

/* Custom Dropdown Menu Styles */
.custom-dropdown {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 250px;
    margin-top: 8px;
}

.custom-dropdown .dropdown-item {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #f5f5f5;
    color: var(--primary-color);
    padding-right: 25px;
}

.custom-dropdown .dropdown-item:active {
    background-color: var(--primary-color);
    color: #ffffff;
}

/* Register Button */
.btn-register {
    background-color: var(--white);
    color: #000000;
    padding: 0.6rem 1.5rem;
    border-radius: 48px;
    font-weight: 500;
    font-size: 18px;
    transition: var(--transition);
    white-space: nowrap;
    text-decoration: none;
}

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

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

.dark-reg:hover {
    background-color: white;
    color: var(--primary-color);
}


/* Navbar Toggler */
.custom-navbar .navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.custom-navbar .navbar-toggler img {
    filter: brightness(0) invert(0);
}

.custom-navbar .home img {
    filter: brightness(0) invert(1);
}

.custom-navbar .navbar-toggler:focus {
    box-shadow: none;
}

.custom-navbar .navbar-brand img {
    max-height: 80px;
}

.h-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    font-family: 'Cairo', sans-serif;
    color: #000000;
}

/* RTL Support for Navbar */
[dir="rtl"] .navbar-menu {
    direction: rtl;
}

/* Navbar adjustments for medium screens */
@media (max-width: 1400px) {
    .custom-navbar .navbar-brand img {
        max-height: 60px;
    }

    .custom-navbar .nav-link {
        font-size: 16px;
        padding: 0.5rem 0.35rem;
    }

    .custom-navbar .navbar-nav {
        gap: 0.1rem;
    }

    .btn-register {
        padding: 0.5rem 1rem;
        font-size: 16px;
    }
}

/* Mobile Navbar - Start from 1200px */
@media (max-width: 1200px) {
    .mbwith-0 {
        margin-bottom: 0px;
    }

    #navbarNav {
        min-height: 340px;
    }

    .custom-navbar {
        margin-top: 0;
        padding: 0px !important;
    }

    .custom-navbar .navbar-brand img {
        height: 38px;
        max-width: 100%;
        width: auto;
    }

    /* Schedule dropdown - always show on mobile */
    #scheduleDropdown+.dropdown-menu {
        position: static !important;
        transform: none !important;
        border: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin: 0;
        display: block !important;
    }

    #scheduleDropdown+.dropdown-menu .dropdown-item {
        color: white;
        font-size: 14px;
        font-weight: 400;
        padding: 0.5rem 1rem;
        padding-inline-start: 2.5rem;
        opacity: 0.85;
    }

    #scheduleDropdown+.dropdown-menu .dropdown-item:hover,
    #scheduleDropdown+.dropdown-menu .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    /* Dark nav pages - different colors for dropdown items */
    .dark-nav #scheduleDropdown+.dropdown-menu .dropdown-item {
        color: #000000;
        opacity: 0.75;
    }

    .dark-nav #scheduleDropdown+.dropdown-menu .dropdown-item:hover,
    .dark-nav #scheduleDropdown+.dropdown-menu .dropdown-item:focus {
        background-color: rgba(0, 0, 0, 0.05);
        color: #15733C;
        opacity: 1;
    }

    /* Hide arrow icon for schedule dropdown on mobile */
    #scheduleDropdown img {
        display: none;
    }

    /* Disable click on schedule dropdown parent */
    #scheduleDropdown {
        pointer-events: none;
        cursor: default;
    }

    /* Language switcher - keep normal dropdown behavior */
    #navLangDropdown+.dropdown-menu,
    #langDropdownMobile+.dropdown-menu {
        position: absolute !important;
        background: white;
        border: 1px solid #E1E1E1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        display: none;
        left: auto !important;
        right: 0 !important;
        transform: none !important;
        max-width: calc(100vw - 2rem);
        min-width: 120px;
    }

    /* RTL Language Dropdown on Mobile */
    [dir="rtl"] #navLangDropdown+.dropdown-menu,
    [dir="rtl"] #langDropdownMobile+.dropdown-menu {
        left: auto !important;
        right: -60px !important;
    }

    /* LTR Language Dropdown on Mobile */
    [dir="ltr"] #navLangDropdown+.dropdown-menu,
    [dir="ltr"] #langDropdownMobile+.dropdown-menu {
        left: -60px !important;
        right: auto !important;
    }

    #navLangDropdown+.dropdown-menu.show,
    #langDropdownMobile+.dropdown-menu.show {
        display: block !important;
    }

    .collapse {
        padding-bottom: 20px;
    }

    .custom-navbar .container {
        background-color: #15733C99;
        border-radius: 0;
        padding: 0.75rem 1rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.5rem;
    }

    .custom-navbar .navbar-toggler {
        order: 0;
        padding: 0.25rem;
        flex-shrink: 0;
    }

    .custom-navbar .navbar-brand {
        order: 1;
        margin: 0 auto;
        flex-shrink: 1;
        min-width: 0;
    }

    .custom-navbar .dropdown {
        order: 2;
        flex-shrink: 0;
    }

    .custom-navbar .navbar-collapse {
        margin-top: 1rem;
    }

    .custom-navbar .navbar-nav {
        gap: 0;
    }

    .custom-navbar .nav-link {
        padding: 0.75rem 1rem;
    }

    .btn-register {
        margin-top: 1.5rem;
        width: 100%;
        text-align: center;
        padding: 0.75rem 1.5rem;
    }

    .lang-switcher-wrapper {
        top: 15px;
        left: 15px;
    }

    .btn-lang {
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media (max-width: 768px) {
    .navbar {
        margin-top: 0;
    }

    .navbar .container {
        border-radius: 0;
        padding: 0.5rem 1rem;
        background-color: #15733C99;
    }

    .navbar-toggle {
        display: block;
        order: 2;
    }

    .navbar-btn {
        order: 1;
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .navbar-menu {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        background-color: #15733C99;
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        margin: 0 1rem;
    }


    [dir="rtl"] .navbar-menu {
        flex-direction: column;
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-menu a {
        padding: 1rem 2rem;
        width: 100%;
    }

    .navbar-content {
        position: relative;
    }
}

@media (max-width: 480px) {
    .custom-navbar .navbar-brand img {
        height: 32px;
    }

    .custom-navbar .nav-link {
        font-size: 16px;
    }

    .custom-navbar .navbar-toggler img {
        width: 20px;
        height: 20px;
    }

    /* Old btn-lang-mobile styles removed */

    .custom-navbar .container {
        padding: 0.5rem 0.75rem;
        gap: 0.25rem;
    }
}

@media (max-width: 360px) {
    .custom-navbar .navbar-brand img {
        height: 28px;
    }

    /* Old btn-lang-mobile styles removed */

    .custom-navbar .navbar-toggler img {
        width: 18px;
        height: 18px;
    }

    .custom-navbar .container {
        padding: 0.5rem;
        gap: 0.25rem;
    }
}

/* =====================
   Footer Styles
   ===================== */

/* Footer Top Section */
.footer-top {
    padding: 60px 0;
}

footer {
    background-color: rgba(236, 232, 232, 0.111);

}

/* Map Section */
.footer-map {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
}

.google-map-container {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.footer-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #FFFFFFC9;
    border-radius: 8px;
    padding: 24px;
    width: fit-content;
    display: flex;
    align-items: baseline;
    gap: 12px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    border: 1px solid #FFFFFF;
}

.map-icon {
    flex-shrink: 0;
}

.map-icon img {
    width: 24px;
    height: 24px;
}

.map-text {
    flex: 1;
}

.map-address {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.map-country {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

/* Email Section */
.footer-email {
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 500px;
    position: relative;
    overflow: hidden;
    /* max-width: 597px; */
}


.email-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    text-align: start;
}

.email-logo {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.email-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.email-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.email-form-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 6px;
    gap: 6px;
    min-height: 60px;
}

.email-input {
    flex: 1;
    padding: 8px 16px;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    color: #000000;
    min-width: 0;
}

.email-input::placeholder {
    color: #999999;
}

.email-btn {
    background-color: #15733C;
    color: #FFFFFF;
    border: none;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    width: 160px;
    height: 48px;
}

.email-btn:hover {
    background-color: #0f5a2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}

/* Footer Bottom Section */
.footer-bottom {
    padding: 60px 0 30px;
}






.footer-heading {
    font-size: 20px;
    font-weight: 700;
    color: #200E32;
    margin-bottom: 20px;
}

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

.footer-links li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-links a,
.footer-links span {
    font-size: 17px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.6;
    position: relative;
    display: inline-block;
}

.contact-f a,
.contact-f span {
    color: #200E32;
}

.footer-links a:hover {
    color: #15733C;
    transform: translateX(-3px);
}

.footer-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #15733C;
    transition: width 0.3s ease;
}

.footer-links a:hover::after {
    width: 100%;
}

/* Footer Icon Holder */
.footer-icon-holder {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.footer-icon-holder img {
    width: 24px;
    height: 24px;
}

/* Footer Partners */
.footer-partners {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.partner-logo {
    width: 100px;
    height: auto;
}

/* Footer Separator */
.footer-separator {
    height: 1px;
    background-color: #E1E1E1;
    margin: 40px 0 30px;
}

/* Footer Copyright */
.copyright-text {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.copyright-text p {
    color: #000000;
    margin: 0;
    display: inline-block;
    white-space: normal;
    /* white-space: nowrap; */
}

.copyright-text span {
    color: #15733C;
    white-space: nowrap;
}

.social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
    transition: all 0.3s ease;
    position: relative;
}


.social-links a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #15733C;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 0;
}

.social-links a:hover::before {
    transform: scale(1);
}

.social-links a:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}

.social-links img {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    transition: filter 0.3s ease;
}

.social-links a:hover img {
    filter: brightness(0) invert(1);
}

.logo-holder {
    width: 165px;
    height: 75px;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 10px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animated {
    opacity: 1;
}

/* Fade Up Animation */
.fade-up {
    transform: translateY(60px);
}

.fade-up.animated {
    transform: translateY(0);
}

/* Fade Down Animation */
.fade-down {
    transform: translateY(-60px);
}

.fade-down.animated {
    transform: translateY(0);
}

/* Fade Left Animation */
.fade-left {
    transform: translateX(60px);
}

.fade-left.animated {
    transform: translateX(0);
}



/* Fade In Animation */
.fade-in {
    transform: scale(0.9);
}

.fade-in.animated {
    transform: scale(1);
}

/* Zoom In Animation */
.zoom-in {
    transform: scale(0.8);
}

.zoom-in.animated {
    transform: scale(1);
}

/* Rotate In Animation */
.rotate-in {
    transform: rotate(-5deg) scale(0.9);
}

.rotate-in.animated {
    transform: rotate(0deg) scale(1);
}

/* Footer Responsive */
@media (max-width: 992px) {

    .footer-map,
    .footer-email {
        height: 360px;
    }

    .email-title {
        font-size: 24px;
    }

    .email-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 40px 0;
    }



    .map-info {
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 12px 16px;
    }

    .map-address {
        font-size: 12px;
    }

    .map-country {
        font-size: 11px;
    }

    .email-content {
        padding: 30px 20px;
    }

    .email-logo {
        width: 60px;
    }

    .email-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .email-subtitle {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .email-form-wrapper {
        max-width: 100%;
        padding: 4px;
        gap: 4px;
        min-height: 50px;
    }

    .email-input {
        padding: 6px 12px;
        font-size: 12px;
    }

    .email-btn {
        width: 120px;
        height: 42px;
        font-size: 12px;
        padding: 0;
    }
}

@media (max-width: 575px) {


    .email-content {
        padding: 25px 15px;
    }

    .email-logo {
        width: 50px;
        margin-bottom: 12px;
    }

    .email-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .email-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .email-form-wrapper {
        max-width: 100%;
        padding: 4px;
        gap: 4px;
        min-height: 46px;
        border-radius: 16px;
    }

    .email-input {
        width: 50%;

        padding: 8px 12px;
        font-size: 12px;
        text-align: center;
        border-radius: 12px;
    }

    .email-btn {
        width: 50%;
        height: 40px;
        font-size: 11px;
        padding: 0;
        border-radius: 12px;
        flex-shrink: 0;
    }

    .footer-bottom {
        padding: 40px 0 20px;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .social-links {
        justify-content: center;
        margin-top: 20px;
    }

    .copyright-text {
        justify-content: center;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .copyright-text p,
    .copyright-text span {
        font-size: 14px;
    }
}

/* ============================================ */
/* Custom Input Component - Shared Styles */
/* ============================================ */

/* Input Wrapper */
.input-wrapper {
    position: relative;
    width: 100%;
    height: 56px;
    background-color: transparent;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.input-wrapper:focus-within {
    border-color: #15733C;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(21, 115, 60, 0.1);
}

/* Custom Input - No Style */
.custom-input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding: 0;
    position: relative;
    z-index: 2;
}

/* RTL direction for inputs */
[dir="rtl"] .custom-input {
    direction: rtl;
    text-align: right;
}

/* LTR direction for inputs */
[dir="ltr"] .custom-input {
    direction: ltr;
    text-align: left;
}

/* Floating Label */
.floating-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: transparent;
    padding: 0 4px;
    z-index: 1;
}

/* RTL label positioning */
[dir="rtl"] .floating-label {
    right: 20px;
    left: auto;
}

/* LTR label positioning */
[dir="ltr"] .floating-label {
    left: 20px;
    right: auto;
}

/* Label moves up when input is focused or has value */
.input-wrapper:focus-within .floating-label,
.input-wrapper.has-value .floating-label {
    top: -5px;
    font-size: 12px;
    color: #15733C;
    background-color: #FFFFFF;
    padding: 0 8px;
}

/* Validation Icons */
.validation-icon,
.invalidation-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

/* RTL validation icon positioning */
[dir="rtl"] .validation-icon,
[dir="rtl"] .invalidation-icon {
    left: 20px;
    right: auto;
}

/* LTR validation icon positioning */
[dir="ltr"] .validation-icon,
[dir="ltr"] .invalidation-icon {
    right: 20px;
    left: auto;
}

/* Show validation icon when input is valid */
.input-wrapper.is-valid .validation-icon {
    opacity: 1;
}

/* Show invalidation icon when input is invalid */
.input-wrapper.is-invalid .invalidation-icon {
    opacity: 1;
}

/* Hide icons when input is focused (user is typing) */
.input-wrapper:focus-within .validation-icon,
.input-wrapper:focus-within .invalidation-icon {
    opacity: 0;
}

/* Keep validation icon visible when input has value and is valid (not focused) */
.input-wrapper.has-value.is-valid:not(:focus-within) .validation-icon {
    opacity: 1;
}

/* Keep invalidation icon visible when input has value and is invalid (not focused) */
.input-wrapper.has-value.is-invalid:not(:focus-within) .invalidation-icon {
    opacity: 1;
}

/* Invalid state border color */
.input-wrapper.is-invalid {
    border-color: #DC3545;
}

.input-wrapper.is-valid {
    border-color: #15733C;
}

.input-wrapper.is-invalid .floating-label {
    color: #DC3545;
}

/* Responsive for Custom Input */
@media (max-width: 767px) {
    .input-wrapper {
        height: 52px;
        padding: 14px 18px;
    }

    .custom-input {
        font-size: 15px;
    }

    .floating-label {
        font-size: 15px;
    }

    [dir="rtl"] .floating-label {
        right: 18px;
    }

    [dir="ltr"] .floating-label {
        left: 18px;
    }

    .input-wrapper:focus-within .floating-label,
    .input-wrapper.has-value .floating-label {
        font-size: 11px;
    }

    .validation-icon,
    .invalidation-icon {
        width: 22px;
        height: 22px;
    }

    [dir="rtl"] .validation-icon,
    [dir="rtl"] .invalidation-icon {
        left: 18px;
    }

    [dir="ltr"] .validation-icon,
    [dir="ltr"] .invalidation-icon {
        right: 18px;
    }
}

@media (max-width: 575px) {
    .input-wrapper {
        height: 48px;
        padding: 12px 16px;
    }

    .custom-input {
        font-size: 14px;
    }

    .floating-label {
        font-size: 14px;
    }

    [dir="rtl"] .floating-label {
        right: 16px;
    }

    [dir="ltr"] .floating-label {
        left: 16px;
    }

    .input-wrapper:focus-within .floating-label,
    .input-wrapper.has-value .floating-label {
        font-size: 10px;
    }

    .validation-icon,
    .invalidation-icon {
        width: 20px;
        height: 20px;
    }

    [dir="rtl"] .validation-icon,
    [dir="rtl"] .invalidation-icon {
        left: 16px;
    }

    [dir="ltr"] .validation-icon,
    [dir="ltr"] .invalidation-icon {
        right: 16px;
    }
}


.dark-nav .nav-link {
    color: black;
}

/* ============================================ */
/* Mobile Sidebar Menu Styles */
/* ============================================ */

/* Mobile Sidebar Container */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background-color: rgba(236, 232, 232, 0.111);
}

.mobile-sidebar.active {
    visibility: visible;
    opacity: 1;
}

/* Overlay */
.mobile-sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Sidebar Content */
.mobile-sidebar-content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-sidebar.active .mobile-sidebar-content {
    right: 0;
}

/* Sidebar Header */
.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FAFAFA;
}

.mobile-sidebar-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-sidebar-close img {
    width: 20px;
    height: 20px;
}

.mobile-sidebar-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.mobile-sidebar-logo img {
    /* max-width: 150px; */
    width: 100%;
    height: auto;
}

/* ============================================ */
/* Custom Mobile Language Switcher */
/* ============================================ */

.mobile-lang-switcher {
    position: relative;
    flex-shrink: 0;
}

.mobile-lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}



.mobile-lang-btn .lang-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.mobile-lang-btn .lang-text {
    color: #200E32;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-lang-btn .arrow-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.mobile-lang-switcher.active .mobile-lang-btn .arrow-icon {
    transform: rotate(180deg);
}

/* Language Dropdown */
.mobile-lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: -70px;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.mobile-lang-switcher.active .mobile-lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-lang-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: #200E32;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid #F5F5F5;
}

.mobile-lang-option:last-child {
    border-bottom: none;
}

.mobile-lang-option:hover {
    background-color: #F8F8F8;
}

.mobile-lang-option.active {
    background-color: #F0F7F3;
    color: #15733C;
}

.mobile-lang-option .check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease;
}

.mobile-lang-option.active .check-icon {
    opacity: 1;
    transform: scale(1);
}

/* RTL Support for Language Dropdown */
[dir="rtl"] .mobile-lang-dropdown {
    right: -70px;
    left: auto;
}

[dir="ltr"] .mobile-lang-dropdown {
    left: 0;
    right: auto;
}

/* ============================================ */
/* Desktop Language Switcher (In Navbar) */
/* ============================================ */

.desktop-lang-switcher {
    position: relative;
}

.desktop-lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.desktop-lang-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.desktop-lang-btn .lang-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.desktop-lang-btn .lang-text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.desktop-lang-btn .arrow-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.desktop-lang-switcher.active .desktop-lang-btn .arrow-icon {
    transform: rotate(180deg);
}

/* Desktop Language Dropdown */
.desktop-lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1100;
    overflow: hidden;
}

.desktop-lang-switcher.active .desktop-lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.desktop-lang-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: #200E32;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid #F5F5F5;
}

.desktop-lang-option:last-child {
    border-bottom: none;
}

.desktop-lang-option:hover {
    background-color: #F8F8F8;
}

.desktop-lang-option.active {
    background-color: #F0F7F3;
    color: #15733C;
}

.desktop-lang-option .check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease;
}

.desktop-lang-option.active .check-icon {
    opacity: 1;
    transform: scale(1);
}

/* RTL Support for Desktop Language Dropdown */
[dir="rtl"] .desktop-lang-dropdown {
    right: 0;
    left: auto;
}

[dir="ltr"] .desktop-lang-dropdown {
    left: 0;
    right: auto;
}

/* ============================================ */
/* Top Mobile Navbar Language Switcher */
/* ============================================ */

/* Override mobile lang switcher styles for top navbar */
.navbar .mobile-lang-switcher {
    position: relative;
}

.navbar .mobile-lang-btn {
    background-color: transparent;
    border: none;
    padding: 6px 10px;
}

.navbar .mobile-lang-btn .lang-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.navbar .mobile-lang-btn .arrow-icon {
    filter: brightness(0) invert(1);
}

.navbar .mobile-lang-dropdown {
    /* right: 0; */
    left: auto;
}

[dir="ltr"] .navbar .mobile-lang-dropdown {
    left: auto;
    right: 0;
}

/* Dark Navbar (White Background) Language Switcher Overrides */
.dark-nav .mobile-lang-btn .lang-text {
    color: #000 !important;
}

.dark-nav .mobile-lang-btn .arrow-icon {
    filter: none !important;
}

.dark-nav .desktop-lang-btn .lang-text {
    color: #000 !important;
}

.dark-nav .desktop-lang-btn .arrow-icon {
    filter: none !important;
}

.dark-nav .desktop-lang-btn .lang-icon {
    filter: none !important;
}

/* Sidebar Navigation */
.mobile-sidebar-nav {
    flex: 0 0 auto;
    padding: 16px 0;
    overflow-y: visible;
    background-color: #FAFAFA;
}

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



.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px;
    color: #200E32;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background: none;
    border: none;
    width: 100%;
    text-align: right;
    transition: background-color 0.2s;
}

.mobile-nav-link:hover {
    background-color: #F8F8F8;
}

.mobile-nav-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-nav-arrow img {
    width: 20px;
    height: 20px;
}

/* Dropdown Styles */
.mobile-nav-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* background-color: #F8F8F8; */
}

.mobile-nav-item.has-dropdown.active .mobile-nav-dropdown {
    max-height: 500px;
}

.mobile-nav-dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 14px 30px;
    color: #200E32;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.2s;
    /* border-bottom: 1px solid #E5E5E5; */
}

.mobile-nav-dropdown-link:hover {
    background-color: #EFEFEF;
}

.mobile-nav-dropdown li:last-child .mobile-nav-dropdown-link {
    border-bottom: none;
}



/* Rotate arrow when dropdown is active */
.mobile-nav-item.has-dropdown.active .mobile-nav-dropdown-toggle .arrow-icon {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

.mobile-nav-dropdown-toggle .arrow-icon {
    transition: transform 0.3s ease;
}

/* Sidebar Contact Info */
.mobile-sidebar-contact {
    flex: 0 0 auto;
    padding: 20px 20px 16px;
    border-top: 1px solid #E5E5E5;
    background-color: #FAFAFA;
}

.mobile-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.mobile-contact-item:last-of-type {
    margin-bottom: 20px;
}

.mobile-contact-item img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.mobile-contact-item a {
    color: #200E32;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
}

.mobile-contact-item div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Social Links */
.mobile-sidebar-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mobile-sidebar-social a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.2s;
}

.mobile-sidebar-social a:hover {
    transform: scale(1.1);
}

.mobile-sidebar-social img {
    width: 24px;
    height: 24px;
}

/* Sidebar Footer (Login Button) */
.mobile-sidebar-footer {
    flex: 0 0 auto;
    padding: 16px 20px 20px;
    background-color: #FAFAFA;
}

.mobile-sidebar-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background-color: #15733C;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    transition: background-color 0.3s;
}

.mobile-sidebar-btn:hover {
    background-color: #0f5a2e;
    color: #fff;
}

/* Hide sidebar on desktop */
@media (min-width: 1200px) {
    .mobile-sidebar {
        display: none;
    }
}

/* Prevent body scroll when sidebar is open */
body.sidebar-open {
    overflow: hidden;
}

/* RTL Adjustments for LTR version (English) */
[dir="ltr"] .mobile-sidebar-content {
    right: auto;
    left: -100%;
}

[dir="ltr"] .mobile-sidebar.active .mobile-sidebar-content {
    right: auto;
    left: 0;
}

[dir="ltr"] .mobile-nav-link {
    text-align: left;
}

[dir="ltr"] .mobile-sidebar-header {
    flex-direction: row-reverse;
}

/* Flip navigation arrows for LTR (English) pages */
[dir="ltr"] .mobile-nav-arrow img {
    transform: rotate(180deg);
}

/* Flip dropdown toggle arrows for LTR (English) pages */
[dir="ltr"] .mobile-nav-dropdown-toggle .mobile-nav-arrow img {
    transform: rotate(180deg);
}

.mobile-sidebar-contact .footer-links li {
    align-items: center;
    font-weight: 500;

}

.mobile-sidebar-contact .footer-links a {
    font-size: 15px;
    font-weight: 500;


}

.mobile-sidebar-contact .footer-links span {
    font-size: 15px;
    font-weight: 500;


}
/* ========================================
   LANDING PAGE STYLES
   ======================================== */

/* Hero Section */
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
    font-family: 'Cairo', sans-serif;
}

body {
    background-color: #FAFAFA8C !important;
    font-family: 'Cairo', sans-serif;
}

.hero-section-rtl {
    position: relative;
    width: 100%;
    background-image: url('../images/header.rtl.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 900px;
    z-index: 1;
}
.hero-section-ltr {
    position: relative;
    width: 100%;
    background-image: url('../images/header.ltr.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 900px;
    z-index: 1;
}

/* submittion  */

.hero-section-submittion {
    position: relative;
    width: 100%;
    background-image: url('../images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 427px;
    z-index: 1;
}

/* Animated background layer */


/* Ensure content stays above animated background */

.hero-sub-content-submittion {
    gap: 3px;
    margin-top: 20px;
    color: white;
    font-size: 16px;
}

/* Arrow icon flip for LTR */
.hero-sub-content-submittion img {
    transition: transform 0.3s ease;
}

html[dir="ltr"] .hero-sub-content-submittion img {
    transform: scaleX(-1);
}

.hero-sub-content-submittion home1 {
    font-weight: 400;
}

.hero-sub-content-submittion p {
    font-weight: 600;
    margin: 0px;

}

/* submittion  */









/* Hero Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background: linear-gradient(to left,
            rgba(0, 0, 0, 0.8245) 0%,
            rgba(0, 0, 0, 0.8) 80%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content-submittion h2 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}


.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.pock-place {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* max-width: 230px; */
}

.pock-place p {
    font-weight: 400;
    font-size: 20px;
    color: white;


}

.btn-book {
    font-weight: bold;
    font-size: 20px;
    color: white;
    background-color: #1DB340;
    width: 250px;
    height: 56px;
    border-radius: 48px;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid transparent;
}

.btn-book:hover {
    background-color: transparent;
    color: white;
    border: 1px solid #1DB340;
}


.btn-more {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #FFFFFF33;
    width: 250px;
    height: 56px;
    border-radius: 48px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 500;
}

.btn-more:hover {
    /* color: #0AA23D ; */
    border: 1px solid #0AA23D;
    background-color: transparent;
}

.date-location {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.date-location .date {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.date-location .date h1 {
    font-weight: bolder;
    font-size: 64px;
    color: white;
    margin: 0;
}

.date-location .location {

    padding: 25px;
    border-radius: 8px;
    border: 1px solid #FFFFFF88;
    background: #FFFFFF33;
    width: 414px;
}

.location-1 {
    display: flex;
    justify-content: space-between;
}

.location h1 {
    color: white;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;

}

.location-container {
    display: flex;
    justify-content: start;
    align-items: first baseline;
}

.date-location .location h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
}

.location .arrow-holder {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: #1DB340;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ============================
   Rotating media centerpiece
   ============================ */
.rotate-images {
    position: relative;
    width: 460px;
    height: 460px;
    margin-inline: 24px;
}

.rotate-images .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: none;
    background-color: #1DB340;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 3;
}

.rotate-images .play-btn img {
    display: block;
    width: 20px;
    height: 20px;
}

/* Play button responsive sizing */
@media (max-width: 1200px) {
    .rotate-images .play-btn {
        width: 54px;
        height: 54px;
    }

    .rotate-images .play-btn img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 992px) {
    .rotate-images .play-btn {
        width: 50px;
        height: 50px;
    }

    .rotate-images .play-btn img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 768px) {

    .hero-content-submittion h2 {
        font-size: 20px;
    }

    .rotate-images .play-btn {
        width: 46px;
        height: 46px;
    }

    .rotate-images .play-btn img {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .hero-content-submittion h2 {
        font-size: 18px;
    }

    .rotate-images .play-btn {
        width: 42px;
        height: 42px;
    }

    .rotate-images .play-btn img {
        width: 12px;
        height: 12px;
    }
}

.rotate-images .orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: rotateFade 3s infinite;
    transform-origin: center center;
}

@keyframes rotateFade {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, -50%) rotate(360deg);
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        opacity: 0;
    }
}

.orbit-item {
    position: absolute;
    width: 113px;
    height: 182px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Scattered/Collage Layout - Each image positioned individually */
/* Position from center (50%, 50%) with rotation */

.orbit .i1 {
    top: 2%;
    left: 22%;
    transform: rotate(-34deg);
    z-index: 6;
}


.orbit .i2 {
    top: -2%;
    left: 53%;
    transform: rotate(12deg);
    z-index: 7;
}

.orbit .i3 {
    top: 20%;
    left: 68%;
    transform: rotate(-97deg);
    z-index: 5;
}

.orbit .i4 {
    top: 60%;
    left: 55%;
    transform: rotate(-22deg);
    z-index: 4;
}

.orbit .i5 {
    top: 65%;
    left: 31%;
    transform: rotate(21deg);
    z-index: 5;
}

.orbit .i6 {
    top: 51%;
    left: 9%;
    transform: rotate(48deg);
    z-index: 6;
}

.orbit .i7 {
    top: 22%;
    left: 6%;
    transform: rotate(-62deg);
    z-index: 8;
}

.orbit .i8 {
    top: 42%;
    left: 77%;
    transform: rotate(-57deg);
    z-index: 5;
}

@keyframes orbit-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.summary-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 17px;
    text-align: center;
}

.title-container {
    justify-content: flex-start;
}

.summary-content p {
    font-weight: 400;
    font-size: 20px;
    color: black;
}

.box {
    border-radius: 16px;
    border: 1px solid #0F9A3E33;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
    cursor: pointer;
    transition: var(--transition);
    background: white;


}

.box.active,
.box:hover {
    background: #0AA23D;
    color: white;
}

.box.active .img-holder,
.box:hover .img-holder {
    background: #FFFFFF33;
}

.box.active img,
.box:hover img {
    filter: brightness(0) invert(1);
}

.box.active h3,
.box.active p,
.box:hover h3,
.box:hover p {
    color: #FFFFFF;
}

.box .img-holder {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    padding: 24px;
    background: #1DB3401A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.box .img-holder img {
    width: 49px;
    height: 49px;
}

.box h3 {
    font-weight: 700;
    font-size: 20px;
    color: black;
    line-height: 150%;
}

.box p {
    font-weight: 400;
    font-size: 20px;
    color: black;
    line-height: 150%;
}

.logo-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 210%;
    color: #000000;
}

.logo-title img {
    width: 166px;
    height: 79px;
}

.turiaq-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.test {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

.turiaq-link {
    color: #0AA23D;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.turiaq-link:hover {
    color: #15733C;
    text-decoration: underline;
}

.turiaq-strong {
    font-weight: 700;
    color: #0AA23D;
}


/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .rotate-images .orbit {
        animation: none;
    }
}

/* Responsiveness */
@media (max-width: 1200px) {
    .rotate-images {
        width: 400px;
        height: 400px;
    }

    :root {
        --orbit-radius: 100px;
    }
}

@media (max-width: 992px) {
    .rotate-images {
        width: 340px;
        height: 340px;
    }

    :root {
        --orbit-radius: 90px;
    }

    .orbit-item {
        width: 100px;
        height: 162px;
    }
}

@media (max-width: 768px) {
    .rotate-images {
        width: 300px;
        height: 300px;
        margin: 16px auto;
    }

    :root {
        --orbit-radius: 80px;
    }

    .orbit-item {
        width: 92px;
        height: 148px;
    }
}

@media (max-width: 480px) {
    .rotate-images {
        width: 260px;
        height: 260px;
    }

    :root {
        --orbit-radius: 70px;
    }

    .orbit-item {
        width: 84px;
        height: 134px;
    }
}

/* ================================
   Responsive: Section 1, 2, and 3
   ================================ */

/* Tablets and below */
@media (max-width: 992px) {

    /* Section-1: summary */
    .section-1 {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .summary-content {
        gap: 14px;
    }

    .summary-content .h-title {
        font-size: 28px;
        line-height: 150%;
    }

    .summary-content p {
        font-size: 18px;
    }

    /* Section-2: boxes */
    .boxes-holder {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .boxes-holder .box {
        width: 48%;
        min-width: 280px;
    }

    /* Section-3: who-turiaq */
    /* { gap: 24px; } */
    .logo-title {
        width: 50%;
        margin-bottom: -30px;
    }

    .logo-title h2 {
        font-size: 30px;
    }

    .logo-title img {
        width: 140px;
        height: auto;
    }

    .turiaq-content p {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    /* Section-1 */
    .section-1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section-1 [style*="padding-inline-start"] {
        padding-inline-start: 20px !important;
    }

    .section-1 .h-title1 {
        font-size: 20px;
        padding: 0 20px;
    }

    .section-1 .req-dates h3 {
        font-size: 22px;
    }

    .section-1 .req-dates .sub-title {
        font-size: 16px;
    }

    .section-1 .dates-list h4 {
        font-size: 18px;
    }

    .section-1 .last-title {
        font-size: 18px;
    }

    .summary-content .h-title {
        font-size: 24px;
    }

    .summary-content p {
        font-size: 16px;
    }

    /* Section-2 */
    .boxes-holder {
        gap: 16px;
    }

    .boxes-holder .box {
        width: 100%;
        max-width: 480px;
        margin-inline: auto;
    }

    .boxes-holder .box h3 {
        font-size: 18px;
    }

    .boxes-holder .box p {
        font-size: 16px;
    }

    .boxes-holder .box .img-holder {
        width: 64px;
        height: 64px;
        padding: 16px;
    }

    .boxes-holder .box .img-holder img {
        width: 40px;
        height: 40px;
    }

    /* Section-3 */
    /* { flex-direction: column; align-items: flex-start; gap: 16px; } */
    .logo-title {
        width: 100%;
        margin-bottom: -20px;
    }

    .logo-title h2 {
        font-size: 26px;
        line-height: 160%;
    }

    .logo-title img {
        width: 130px;
        height: auto;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .section-1 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .section-1 [style*="padding-inline-start"] {
        padding-inline-start: 15px !important;
    }

    .section-1 .h-title1 {
        font-size: 18px;
        padding: 0 15px;
    }

    .section-1 .req-dates h3 {
        font-size: 20px;
    }

    .section-1 .req-dates .sub-title {
        font-size: 14px;
    }

    .section-1 .dates-list h4 {
        font-size: 16px;
    }

    .section-1 .last-title {
        font-size: 16px;
    }

    .summary-content .h-title {
        font-size: 22px;
    }

    .summary-content p {
        font-size: 15px;
    }

    .boxes-holder .box {
        min-width: 0;
    }

    .logo-title h2 {
        font-size: 22px;
    }

    .turiaq-content p {
        font-size: 15px;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-title {
        font-size: 36px;
    }

    .rotate-images {
        width: 360px;
        height: 360px;
        margin: 2rem auto;
    }

    .pock-place {
        max-width: 100%;
        margin: 0 auto;
    }

    .date-location {
        margin: 2rem auto 0;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
        background-position: initial;
        background-size: cover;
    }

    .hero-title {
        font-size: 28px;
    }

    .rotate-images {
        width: 300px;
        height: 300px;
    }

    .btn-book,
    .btn-more {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
    }

    .pock-place a {
        width: 100% !important;
        flex-direction: column;
    }

    .date-location .location {
        width: 100%;
    }

    .date-location .location h1 {
        font-size: 24px;
    }

    .date-location .location h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 400px;
        background-position: initial;
        background-size: cover;
    }

    .hero-title {
        font-size: 22px;
    }

    .rotate-images {
        width: 250px;
        height: 250px;
    }

    .pock-place p {
        font-size: 16px;
    }

    .btn-book,
    .btn-more {
        font-size: 16px;
        height: 48px;
    }

    .date-location .date h1 {
        font-size: 48px;
    }

    .date-location .location {
        padding: 20px;
    }

    .date-location .location h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .date-location .location h3 {
        font-size: 14px;
    }

    .location .arrow-holder {
        width: 48px;
        height: 48px;
    }

    .location .arrow-holder img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 360px) {
    .hero-title {
        font-size: 20px;
    }

    .pock-place p {
        font-size: 14px;
    }

    .btn-book,
    .btn-more {
        font-size: 14px;
        height: 44px;
    }

    .date-location .location h1 {
        font-size: 18px;
    }

    .date-location .location h3 {
        font-size: 13px;
    }
}

/* =====================
   Section-4: Goals
   ===================== */

/* Bootstrap row handles goals layout */

.stat-card {
    background: #F0F0F0;
    border-radius: 22px;
    padding: 24px;
    width: 240px;
    min-width: 260px;
    backdrop-filter: blur(84px);
    -webkit-backdrop-filter: blur(84px);

}

.stat-number {
    font-weight: 800;
    font-size: 84px;
    color: #000000;
    line-height: 1;
    text-align: start;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stat-number.animate {
    opacity: 1;
    transform: translateY(0);
}

@keyframes countUp {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.05);
    }

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

.stat-sub {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    text-align: start;
    color: #5C5D5F;
    margin-bottom: 25px;
    font-weight: 500;

}

.stat-progress {
    height: 6.6px;
    background: #D9D9D9;
    overflow: hidden;
}

.stat-progress .stat-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #0F9A3E 0%, #15733C 100%);
    transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-progress .stat-bar.animate {
    width: 70%;
}

.goals-content {
    flex: 1;
}

.goals .h-title {
    margin-bottom: 20px;
}

.checked-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1DB3401A;
}

.checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-item {
    display: flex;
    align-items: baseline;
    /* align icon with first line of text */
    gap: 10px;
    opacity: 0.5;
    transform: scale(0.8);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.check-item.animate {
    opacity: 1;
    transform: scale(1);
}

.check-item img {
    width: 20px;
    height: 20px;
}

.check-item span {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;


}

/* Ensure the circular icon holder aligns on baseline and doesn't stretch */
.checked-holder {
    align-self: baseline;
    line-height: 0;
    /* remove extra baseline space */
    flex-shrink: 0;
}

/* Section-4 responsiveness */
@media (max-width: 992px) {
    .goals {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .stat-card {
        width: 100%;
        margin-inline: auto;
    }

    .checks {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .checks {
        grid-template-columns: 1fr;
        gap: 3px 24px;
    }

    .check-item span {
        font-size: 18px;
    }
}

/* =====================
   Section-5: Media & Experience
   ===================== */

/* Bootstrap row handles media-experience layout */

.video-card {
    position: relative;
    background: linear-gradient(180deg, #f5f5f5, #e8e8e8);
    height: 311px;
}

.video-card .video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-card .video-logo {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 120px;
    height: auto;
}

.video-card .video-play-btn {
    position: absolute;
    left: -16px;
    bottom: -26px;
    width: 139px;
    height: 139px;
    border-radius: 50%;
    background: #1DB340;
    border: 12px solid #FAFAFA;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.video-card .video-play-btn img {
    width: 22px;
    height: 22px;
}

.video-info-box {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #FFFFFF1F;
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 16px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 1.5;
    text-align: right;
    border: 1px solid #FFFFFF;
    max-width: 386px;
    font-weight: 700;
}

.video-info-box p {
    margin: 0;
}

/* For English version - align text to left */
[dir="ltr"] .video-info-box {
    text-align: left;
    right: auto;
    left: 16px;
}

.experience-card {
    background-image: url('../images/green-wallpaper.jpg');
    color: #ffffff;
    border-radius: 30px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 311px;
    text-align: start;
}

.experience-card .exp-inner {
    width: 100%;
    text-align: start;
}

.experience-card .exp-title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
}

.experience-card .exp-sub {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 16px;
}

.avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.avatars img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FFFFFF80;
    margin-inline-start: -10px;
}

.avatars img:first-child {
    margin-inline-start: 0;
}

.avatar-more {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0F9A3E;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 3px solid #ffffff;
    margin-inline-start: -10px;
}

video {
    border-radius: 24px;
}

.plus-icon {
    font-size: 90px;
    font-weight: bold;
    color: white;
    margin-inline-end: 25px;
    margin-bottom: 20px;
}

.goals-brief {
    font-weight: 600;
    font-size: 18px;
    padding: 25px 90px;
}

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

.conference-list li {
    position: relative;
    padding-inline-start: 1.5rem;
    /* space for bullet on the right since it's RTL */
    font-size: 20px;
    color: black;
    text-align: start;
    font-weight: 500;
    /* text-wrap: nowrap; */

}

.conference-list li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: #1DB340;
    /* the same green from your design */
    border-radius: 50%;
}

.goals-section {
    background-color: #EDF3F1;
}

.goals-image-wrapper {
    overflow: hidden;
    margin-top: auto;
    width: fit-content;
    max-width: 375px;
    max-height: 222px;
    border-radius: 16px;

}

.goals-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;

}

.goals-box {
    border: 1px solid #15733C66;
    border-radius: 16px;
    background-color: #EDF3F1;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    min-height: 200px;

}

.goals-box:hover {
    border-color: #15733C66;
    background-color: #15733C;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(21, 115, 60, 0.2);
}

.goals-box.active {
    border-color: #15733C66;
    background-color: #15733C;
    color: white;
}

.goals-box .num-holder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #15733C99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 16px;
    color: white;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.goals-box:hover .num-holder,
.goals-box.active .num-holder {
    background-color: #FFFFFF52;
}

.goals-box h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.goals-box li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.5;
}

.goals-box:hover h5,
.goals-box:hover li,
.goals-box.active h5,
.goals-box.active li {
    color: white;
}

/* Targets Section Styles */
.targets-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.target-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* flex: 1 1 200px; */
    max-width: 250px;
}

.target-box .icon-holder {
    width: 85px;
    height: 85px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0px 16px 44px 0px rgba(29, 179, 64, 0.1);
    transition: all 0.3s ease;
}

.target-box:hover .icon-holder {
    transform: translateY(-5px);
    box-shadow: 0px 20px 50px 0px rgba(29, 179, 64, 0.2);
}

.target-box h4 {
    font-weight: 500;
    font-size: 16px;
    max-width: 153px;
    line-height: 1.5;
}

/* Goals Section Responsive Styles */
@media (max-width: 1199px) {
    .goals-brief {
        padding: 25px 50px;
        font-size: 17px;
    }

    .conference-list li {
        font-size: 18px;
    }

    .goals-image-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
    }

    .goals-image-wrapper img {
        width: 100%;
        height: auto;
    }

    .goals-box {
        min-height: 180px;
    }

    .goals-box h5 {
        font-size: 17px;
    }

    .goals-box li {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .goals-brief {
        padding: 20px 30px;
        font-size: 16px;
    }

    .conference-list li {
        font-size: 17px;
    }

    .goals-image-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        margin-bottom: 20px;
    }

    .goals-image-wrapper img {
        width: 100%;
        height: auto;
    }

    .goals-results-row {
        text-align: center;
    }

    .goals-box {
        min-height: 160px;
        margin-bottom: 15px;
    }

    .goals-box h5 {
        font-size: 16px;
    }

    .goals-box li {
        font-size: 14px;
    }

    .targets-holder {
        gap: 20px;
    }

    .target-box {
        flex: 1 1 calc(50% - 20px);
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .goals-brief {
        padding: 15px 20px;
        font-size: 15px;
    }

    .conference-list li {
        font-size: 16px;
        padding-right: 1.2rem;
    }

    .conference-list li::before {
        width: 6px;
        height: 6px;
    }

    .goals-image-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
    }

    .goals-image-wrapper img {
        width: 100%;
        height: auto;
    }

    .goals-box {
        min-height: 140px;
        padding: 1px !important;
    }

    .goals-box .num-holder {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .goals-box h5 {
        font-size: 15px;
    }

    .goals-box li {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .target-box {
        flex: 1 1 calc(50% - 15px);
    }

    .target-box .icon-holder {
        width: 70px;
        height: 70px;
    }

    .target-box h4 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .goals-brief {
        padding: 10px 15px;
        font-size: 14px;
    }

    .conference-list li {
        font-size: 14px;
        padding-right: 1rem;
    }

    .goals-image-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
    }

    .goals-image-wrapper img {
        width: 100%;
        height: auto;
    }

    .goals-box {
        min-height: 120px;
        padding: 1px !important;
    }

    .goals-box .num-holder {
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin-inline-end: 12px;
    }

    .goals-box h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .goals-box li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .targets-holder {
        gap: 15px;
    }

    .target-box {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .target-box .icon-holder {
        width: 60px;
        height: 60px;
    }

    .target-box h4 {
        font-size: 13px;
        max-width: 100%;
    }
}


.types-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;

}

.section-7 {
    padding: 0;
    margin: 0;
}

.img-bg {
    background-image: url('../images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
}

/* Image Side */
.section7-image-side {
    width: 100%;
    height: 556px;
    overflow: hidden;
}

.section7-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content Side */
.section7-content-side {
    padding: 40px 60px;
    /* height: 556px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

/* Custom scrollbar for webkit browsers */
.section7-content-side::-webkit-scrollbar {
    width: 6px;
}

.section7-content-side::-webkit-scrollbar-track {
    background: transparent;
}

.section7-content-side::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.section7-content-side::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.7);
}

.section7-content-side h3 {
    font-weight: 700;
    font-size: 28px;
    color: white;
    margin-bottom: 16px;
    line-height: 1.3;
}

.section7-content-side>p {
    font-weight: 400;
    font-size: 15px;
    color: white;
    margin-bottom: 20px;
    line-height: 1.5;
}

.section7-subtitle {
    font-weight: 700;
    font-size: 17px;
    color: white;
    margin-bottom: 12px;
}

.section7-dates-description {
    font-weight: 400;
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Date Boxes */
.date-boxes-wrapper {
    display: flex;
    gap: 16px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: stretch;
}

.date-box-item {
    flex: 0 0 auto;
}

.date-box {
    width: 170px;
    height: 110px;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.date-box.green-box {
    background-color: transparent;
    border: 1px solid #FFFFFF;
}

.date-box.white-box {
    background-color: #FFFFFF40;
}

.date-box .date-label {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 2px;
    text-align: center;
}

.date-box.green-box .date-label {
    color: #FFFFFF;
}

.date-box.white-box .date-label {
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.date-box .date-sublabel {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.date-box.green-box .date-sublabel {
    color: #FFFFFF;
}

.date-box.white-box .date-sublabel {
    color: #FFFFFF;
}

/* Submit Button */
.section7-submit-btn {
    padding: 16px 32px;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    width: 356px;
    /* 170px + 16px gap + 170px = 356px */
    height: 52px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.section7-submit-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.section7-submit-btn span {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

/* Section-7 Responsive Styles */
@media (max-width: 1199px) {
    .section7-image-side {
        height: 500px;
    }

    .section7-content-side {
        padding: 35px 50px;
        height: 500px;
    }

    .section7-content-side h3 {
        font-size: 26px;
    }

    .section7-content-side>p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .section7-image-side {
        height: 400px;
    }

    .section7-content-side {
        padding: 40px 50px;
        height: auto;
        min-height: 450px;
    }

    .section7-content-side h3 {
        font-size: 26px;
        text-align: center;
    }

    .section7-content-side>p {
        font-size: 16px;
        text-align: center;
    }

    .section7-subtitle {
        font-size: 18px;
        text-align: center;
    }

    .section7-dates-description {
        font-size: 15px;
        text-align: center;
    }

    .date-boxes-wrapper {
        justify-content: center;
    }

    .date-box {
        width: 170px;
        height: 110px;
    }

    .section7-submit-btn {
        width: 356px;
        /* 170px + 16px gap + 170px = 356px */
        margin: 0 auto;
        display: flex;
    }
}

@media (max-width: 767px) {
    .section7-image-side {
        height: 350px;
    }

    .section7-content-side {
        padding: 30px 25px;
        height: auto;
        min-height: 400px;
    }

    .section7-content-side h3 {
        font-size: 22px;
    }

    .section7-content-side>p {
        font-size: 15px;
    }

    .section7-subtitle {
        font-size: 17px;
    }

    .section7-dates-description {
        font-size: 14px;
    }

    .date-box {
        width: 160px;
        height: 105px;
        padding: 12px;
    }

    .date-box .date-label {
        font-size: 16px;
    }

    .date-box.white-box .date-label {
        font-size: 22px;
    }

    .date-box .date-sublabel {
        font-size: 13px;
    }

    .date-boxes-wrapper {
        gap: 14px;
    }

    .section7-submit-btn {
        width: 334px;
        /* 160px + 14px gap + 160px = 334px */
        height: 48px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .section7-image-side {
        height: 300px;
    }

    .section7-content-side {
        padding: 25px 20px;
        height: auto;
        min-height: 380px;
    }

    .section7-content-side h3 {
        font-size: 20px;
    }

    .section7-content-side>p {
        font-size: 14px;
    }

    .section7-subtitle {
        font-size: 16px;
    }

    .section7-dates-description {
        font-size: 13px;
    }

    .date-boxes-wrapper {
        gap: 15px;
    }

    .date-box {
        width: 140px;
        height: 100px;
        padding: 12px;
    }

    .date-box .date-label {
        font-size: 15px;
    }

    .date-box.white-box .date-label {
        font-size: 22px;
    }

    .date-box .date-sublabel {
        font-size: 12px;
    }

    .section7-submit-btn {
        width: 295px;
        /* 140px + 15px gap + 140px = 295px */
        height: 44px;
        font-size: 14px;
    }
}

/* Section-8: Speech/Dialog Cards */
.section-8 {
    position: relative;
    overflow: hidden;
}

.bg-year-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 560px;
    font-weight: 700;
    color: #15733C1A;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.section-8 .container {
    position: relative;
    z-index: 1;
}

.speach-holder {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    min-height: 973px;
}

/* Dialog Item Container */
.dialog-item {
    position: relative;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    flex: 0 0 150px;
    height: 973px;
    min-height: 973px;
}

.dialog-item.active {
    flex: 1;
}

/* Closed State */
.dialog-closed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #EDF3F180;
    border-radius: 142px;
    height: 973px;
    padding: 50px 30px;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.dialog-item.active .dialog-closed {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

/* Number Holder */
.number-holder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #15733C99;
    flex-shrink: 0;
}

.opened-n {
    background-color: #0AA23D;
}

.number-holder span {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}

/* Speaker Name (Vertical Text) */
.speaker-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    font-family: 'Cairo', sans-serif;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

/* Open State Content */
.dialog-content {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #EDF3F180;
    border-radius: 24px;
    border: 2px solid #15733C;
    height: 973px;
    min-height: 973px;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}

.dialog-item.active .dialog-content {
    display: flex;
    opacity: 1;
}

.dialog-content img {
    max-height: 220px;
}

.dialog-content .message h3 {
    font-weight: 700;
    font-size: 20px;
}

.dialog-content .message p {
    font-weight: 600;
    font-size: 20px;
    color: black;
    font-family: 'Cairo', sans-serif;
}

.dialog-content button {
    padding: 16px;
    min-width: 197px;
    height: 48px;
    border-radius: 100px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

.dialog-content button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.dialog-content button span {
    font-weight: 600;
    font-size: 16px;
    color: #15733C;
}

.dialog-content .data-holder {
    background-color: #15733C1A;
    border-radius: 16px;
    padding: 25px 15px;
}

.dialog-content .data-holder h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 164%;
}

.dialog-content .data-holder button {
    padding: 16px;
    border-radius: 100px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    width: 80%;
}

/* Section-8 Responsive */
@media (max-width: 992px) {
    .bg-year-text {
        font-size: 240px;
        left: 50%;
    }

    .speach-holder {
        flex-direction: column;
        gap: 20px;
    }

    .dialog-item {
        flex: 0 0 auto;
        width: 100%;
        min-height: 200px;
        height: auto;
    }

    .dialog-item:not(.active) {
        min-height: 110px;
        height: 110px;
    }

    .dialog-item.active {
        min-height: auto;
        height: auto;
    }

    .dialog-closed {
        flex-direction: row;
        justify-content: flex-start;
        padding: 30px;
        border-radius: 24px;
        height: auto;
    }

    .speaker-name {
        writing-mode: horizontal-tb;
        transform: none;
        margin-left: 20px;
        font-size: 24px;
    }

    .dialog-content {
        min-height: auto;
        height: auto;
        overflow-y: visible;
    }
}

@media (max-width: 768px) {
    .bg-year-text {
        font-size: 140px;
        left: 50%;
    }

    .dialog-item:not(.active) {
        min-height: 110px;
        height: 110px;
    }

    .dialog-item.active {
        height: auto;
        min-height: auto;
    }

    .dialog-closed {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 20px;
        height: 110px;
    }

    .dialog-content {
        height: auto;
        min-height: auto;
        overflow-y: visible;
    }

    .speaker-name {
        writing-mode: horizontal-tb;
        transform: none;
        margin-left: 0;
        margin-top: 0;
        font-size: 18px;
        text-align: center;
    }

    .dialog-content .message h3 {
        font-size: 18px;
    }

    .dialog-content .message p {
        font-size: 16px;
    }

    .number-holder {
        width: 60px;
        height: 60px;
    }

    .number-holder span {
        font-size: 24px;
    }

    .dialog-content button {
        width: 100%;
    }

    .dialog-content .data-holder button {
        width: 100%;
    }

    /* Fix details section responsive - Full width columns */
    .dialog-content .details .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .dialog-content .details img {
        max-width: 100%;
        height: auto;
    }

    .dialog-content .data-holder {
        padding: 20px 15px;
    }

    .dialog-content .data-holder h3 {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
    }
}

/* =====================
   Section-9: Countdown Timer
   ===================== */

.section-9 {
    position: relative;
    background-image: url('../images/section9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 80px 0;
    overflow: hidden;
}

.section9-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.1) 10%,
            rgba(0, 0, 0, 0.56) 56%);
    z-index: 1;
}

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

.countdown-content {
    color: white;
    text-align: start;
}

.countdown-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.3;
}

.countdown-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-register-now {
    background-color: white;
    color: #200E32;
    font-size: 18px;
    font-weight: 600;
    width: 246px;
    height: 56px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-register-now:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.countdown-timer {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.timer-box-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #FFFFFF66;
    border-style: dashed;
}

.timer-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 124px;
    height: 124px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.timer-box:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.timer-value {
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 8px;
}

.timer-label {
    font-size: 18px;
    font-weight: 500;
    color: white;
}

/* Section-9 Responsive */
@media (max-width: 992px) {
    .countdown-title {
        font-size: 36px;
    }

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

    .countdown-subtitle {
        font-size: 18px;
    }

    .countdown-timer {
        justify-content: center;
        margin-top: 40px;
    }

    /* .timer-box-holder {
        width: 120px;
        height: 120px;
    } */

    /* .timer-box {
        width: 104px;
        height: 104px;
    } */


    .timer-value {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .section-9 {
        padding: 60px 0;
        background-image: url('../images/mobile-photo.png');
    }

    .countdown-title {
        font-size: 28px;
    }

    .countdown-subtitle {
        font-size: 16px;
    }

    .partner-card {
        margin-bottom: 8px;
    }

    .btn-register-now {
        width: 190px;
        font-weight: bolder;
        text-align: center;
    }

    /* .timer-box-holder {
        width: 100px;
        height: 100px;
    } */
    /* 
    .timer-box {
        width: 84px;
        height: 84px;
    } */

    .timer-value {
        font-size: 32px;
    }

    .timer-label {
        font-size: 14px;
    }

    #timer-box>div {
        gap: 16px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    /* .timer-box-holder {
        width: 100% !important;
        max-width: 200px;
    } */
}

/* =====================
   Section-10: Conference Schedule
   ===================== */

.section-10 {
    background-color: #F9F9F9;
}

/* Schedule Tabs */
.schedule-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.schedule-tab {
    background-color: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.schedule-tab:hover {
    border-color: #0AA23D;
    transform: translateY(-4px);
    background-color: #15733C;

}

.schedule-tab.active {
    background-color: #15733C;
    border-color: #0AA23D;
}

.tab-day {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.schedule-tab.active .tab-day {
    color: #FFFFFF;
}

.schedule-tab:hover .tab-day {
    color: #FFFFFF;
}

.tab-date {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.schedule-tab.active .tab-date {
    color: #FFFFFF;
}

.schedule-tab:hover .tab-date {
    color: #FFFFFF;
}

.tab-location {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.schedule-tab.active .tab-location {
    color: #FFFFFF;
}

.schedule-tab:hover .tab-location {
    color: #FFFFFF;
}

/* Tab Content */
.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

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

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

/* Schedule Items */
.schedule-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    max-width: 100%;
    overflow: hidden;
}

.schedule-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateX(-4px);
}

.schedule-item img {
    border-radius: 8px;
    width: 260px;
    height: 209px;
    object-fit: cover;
    flex-shrink: 0;
}




/* Schedule Details */
.schedule-details {
    flex: 1;
}



.schedule-description {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

.schedule-details {
    display: flex;
    flex-direction: column;

    gap: 16px;
}

.schedule-details .dates {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.schedule-details .main-saperate {
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
}

.sub-saperate {
    height: 62px;
    width: 1px;
    background-color: #E1E1E1;
    margin: 0px 40px;
    flex-shrink: 0;
}

.two-dates {
    gap: 16px
}

.schedule-details .dates .min-title,
.schedule-details .dates .sub-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;

}

.schedule-details .dates .min-title .date,
.schedule-details .dates .min-title h2,
.schedule-details .dates .sub-title .date {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0px;
}

.schedule-details .dates .sub-title h4 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0px;
}




/* Section-10 Responsive */
@media (max-width: 992px) {
    .schedule-tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .schedule-tab {
        min-width: auto;
        width: 100%;
    }

    .schedule-item {
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px;
    }

    .schedule-item img {
        width: 220px;
        height: 180px;
    }

    .schedule-details {
        gap: 12px;
    }

    .schedule-description {
        font-size: 15px;
    }

    .sub-saperate {
        height: 50px;
        margin: 0px 20px;
    }






    .schedule-description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .schedule-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 12px;
    }

    .schedule-item img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .schedule-details {
        gap: 10px;
        width: 100%;
    }

    .schedule-description {
        font-size: 14px;
    }

    .sub-saperate {
        height: 40px;
        margin: 0px 12px;
    }

    .schedule-details .dates .min-title,
    .schedule-details .dates .sub-title {
        font-size: 14px;
    }

    .two-dates {
        gap: 8px;
        flex-wrap: wrap;
    }

    .schedule-details .dates .min-title,
    .schedule-details .dates .sub-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .bg-year-text {
        font-size: 100px;
        left: 50%;
    }

    .schedule-item {
        padding: 12px;
        gap: 10px;
    }

    .schedule-description {
        font-size: 13px;
    }

    .sub-saperate {
        height: 30px;
        margin: 0px 8px;
    }

    .schedule-details .dates .min-title,
    .schedule-details .dates .sub-title {
        font-size: 13px;
    }

    .schedule-details .dates .min-title .date,
    .schedule-details .dates .min-title h2,
    .schedule-details .dates .sub-title .date {
        font-size: 16px;
    }

    .schedule-details .dates .sub-title h4 {
        font-size: 16px;
    }

    .schedule-description {
        font-size: 14px;
    }

    .time-period {
        margin-top: 0;
    }

    .schedule-image {
        width: 100%;
        height: 200px;
    }

    .tab-day {
        font-size: 20px;
    }

    .tab-date {
        font-size: 14px;
    }
}

/* =====================
   Section-11: Team Members
   ===================== */

.section-11 {
    background-color: #EDF3F1;
}

/* Team Tabs */
.team-tabs {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.team-tab {
    border: none;
    border-radius: 100px;
    width: 200px;
    height: 56px;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #6B6B6B;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}

.team-tab:hover {
    background-color: #15733C;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.team-tab.active {
    background-color: #15733C;
    color: #FFFFFF;
}

/* Team Content */
.team-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.team-content.active {
    display: block;
}

/* Team Cards */
.team-card {
    background-color: transparent;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 24px;

}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.team-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 13px;
    text-align: center;
}

.team-name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.4;
}

.team-position {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

/* Floating animation keyframes */
@keyframes float {

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

    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatAlt {

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

    50% {
        transform: translateY(-12px);
    }
}

.partner-card {
    background-color: #EDF3F1;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    transition: all 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

/* Different timing for each card */
.partner-card:nth-child(1) {
    animation: float 3.5s ease-in-out infinite;
    animation-delay: 0s;
}

.partner-card:nth-child(2) {
    animation: floatAlt 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

.partner-card:nth-child(3) {
    animation: float 3.8s ease-in-out infinite;
    animation-delay: 1s;
}

.partner-card:nth-child(4) {
    animation: floatAlt 3.2s ease-in-out infinite;
    animation-delay: 1.5s;
}

.partner-card:hover {
    transform: translateY(-20px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    animation-play-state: paused;
}

.partner-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-card:hover img {
    transform: scale(1.1);
}

/* Partner Card Responsive */
@media (max-width: 768px) {
    .partner-card {
        width: 100%;
    }
}

/* =====================
   Gallery Section (Footer)
   ===================== */

.gallery-section {
    background-color: #f8f9fa;
}



.gallery-section p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.gallery-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

/* Hide scrollbar for webkit browsers */
.gallery-scroll-container::-webkit-scrollbar {
    display: none;
}

.gallery-scroll-container.active {
    cursor: grabbing;
}

.gallery-scroll-wrapper {
    display: flex;
    gap: 16px;
    padding: 10px 0;
    width: max-content;
}

.gallery-item {
    flex-shrink: 0;
    width: 390px;
    height: 245px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive Gallery Styles */
@media (max-width: 1199px) {
    .gallery-item {
        width: 350px;
        height: 220px;
    }

    .gallery-scroll-wrapper {
        gap: 14px;
    }
}

@media (max-width: 991px) {
    .gallery-section .h-title {
        font-size: 22px;
    }

    .gallery-section p {
        font-size: 15px;
    }

    .gallery-item {
        width: 320px;
        height: 200px;
    }

    .gallery-scroll-wrapper {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .gallery-section .h-title {
        font-size: 20px;
    }

    .gallery-section p {
        font-size: 14px;
        padding: 0 15px;
    }

    .gallery-item {
        width: 280px;
        height: 175px;
    }

    .gallery-scroll-wrapper {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .gallery-section .h-title {
        font-size: 18px;
    }

    .gallery-section p {
        font-size: 13px;
    }

    .gallery-item {
        width: 250px;
        height: 156px;
    }

    .gallery-scroll-wrapper {
        gap: 8px;
    }
}

/* =====================
   Section-13: Video Section
   ===================== */

.video-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
}

.video-frame {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003D;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.video-overlay:hover {
    background-color: #00000050;
}

.video-overlay.hidden {
    display: none;
}

.play-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #1DB340;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(10, 162, 61, 0.4);
    border: 4px solid #FAFAFA;
}

.play-btn:hover {
    box-shadow: 0 6px 30px rgba(10, 162, 61, 0.6);
}

.play-btn svg {
    margin-left: 4px;
}

/* Section-13 Responsive */
@media (max-width: 992px) {


    .play-btn {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {


    .play-btn {
        width: 60px;
        height: 60px;
    }

    .play-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* Section-11 Responsive */
@media (max-width: 992px) {
    .team-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding-bottom: 10px;
    }

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

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

    .team-tabs::-webkit-scrollbar-thumb {
        background: #15733C;
        border-radius: 10px;
    }

    .team-tab {
        min-width: 200px;
        flex-shrink: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .team-tab {
        font-size: 14px;
        min-width: 180px;
    }

    .team-name {
        font-size: 16px;
    }

    .team-position {
        font-size: 13px;
    }
}

/* Section-5 responsive */
@media (max-width: 992px) {
    .media-experience {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .experience-card .exp-title {
        font-size: 30px;
    }

    .experience-card .exp-sub {
        font-size: 15px;
    }

    .video-card {
        min-height: 220px;
    }
}

@media (max-width: 480px) {
    .video-card .video-logo {
        width: 100px;
    }

    .video-card .video-play-btn {
        width: 56px;
        height: 56px;
        border-width: 10px;
    }

    .video-info-box {
        bottom: 12px;
        right: 12px;
        padding: 10px 12px;
        max-width: 220px;
        font-size: 12px;
    }

    [dir="ltr"] .video-info-box {
        left: 12px;
    }



    .avatars img,
    .avatar-more {
        width: 36px;
        height: 36px;
    }
}

/* Gallery Modal */
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.gallery-modal.active {
    display: flex;
}

.gallery-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.gallery-modal-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 50px 50px 20px 50px;

    max-height: 85vh;
    overflow-y: auto;
}

.gallery-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: 'Cairo', sans-serif;
    z-index: 10;
}

.gallery-close-btn img {
    width: 24px;
    height: 24px;
}

.gallery-close-btn:hover {
    opacity: 0.7;
}

/* Gallery Images */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

/* Swiper Custom Styling */
.gallerySwiper {
    width: 100%;
    height: 100%;
    padding: 40px 60px 20px 60px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 61px;
    height: 61px;
    background-color: #15733C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.swiper-button-next img {
    transform: rotate(270deg) !important;

}

.swiper-button-prev img {
    transform: rotate(90deg) !important;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #0f5a2d;
}

/* Gallery Modal Responsive */
@media (min-width: 993px) and (max-width: 1500px) {
    .gallery-modal-content {
        padding: 40px 40px 20px 40px;
    }

    .gallerySwiper {
        padding: 30px 50px 20px 50px;
    }

    .gallery-img {
        height: 220px;
    }
}

@media (max-width: 992px) {
    .gallery-modal-content {
        width: 95%;
        padding: 30px 20px;
        max-height: 80vh;
    }

    .gallerySwiper {
        padding: 60px 40px 30px 40px;
    }

    .gallery-img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .gallery-modal-content {
        max-height: 75vh;
        padding: 50px 15px 20px 15px;
    }

    .gallerySwiper {
        padding: 50px 30px 20px 30px;
    }

    .gallery-img {
        height: 180px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        width: 20px;
        height: 20px;
    }

    .gallerySwiper {
        padding: 60px 50px 40px 50px;
    }

    .gallery-close-btn {
        top: 20px;
        right: 20px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .gallery-modal-content {
        max-height: 70vh;
        padding: 40px 10px 15px 10px;
    }

    .gallerySwiper {
        padding: 40px 20px 15px 20px;
    }

    .gallery-img {
        height: 150px;
    }

    .gallery-close-btn {
        top: 15px;
        right: 15px;
        font-size: 14px;
    }

    .gallery-close-btn img {
        width: 20px;
        height: 20px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 42px !important;
    height: 42px !important;
}

/* =====================
   Message Modal
   ===================== */

.message-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.message-modal.active {
    opacity: 1;
    visibility: visible;
}

.message-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    transition: background-color 0.4s ease;
}

.message-modal-content {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 24px;
    max-width: 800px;
    width: 90%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.8) translateY(30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
    z-index: 10000;
}

.message-modal.active .message-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Custom scrollbar for modal */
.message-modal-content::-webkit-scrollbar {
    width: 8px;
}

.message-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.message-modal-content::-webkit-scrollbar-thumb {
    background: #15733C;
    border-radius: 10px;
}

.message-modal-content::-webkit-scrollbar-thumb:hover {
    background: #0f5a2e;
}

/* Fixed Header with Title and Close Button */
.message-modal-header {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    padding: 25px 60px 20px 60px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 24px 24px 0 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-modal-close {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #EDF3F1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.message-modal-close:hover {
    background-color: #15733C;
    transform: rotate(90deg);
}

.message-modal-close img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

.message-modal-close:hover img {
    filter: brightness(0) invert(1);
}

.message-modal-title {
    font-size: 32px;
    font-weight: 700;
    color: #15733C;
    text-align: center;
    line-height: 1.4;
    flex: 1;
    margin: 0;
}

/* Scrollable Body */
.message-modal-body {
    overflow-y: auto;
    padding: 30px 60px 50px 60px;
    flex: 1;
}

.message-modal-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: right;
    direction: rtl;
}

.message-modal-text p {
    margin-bottom: 20px;
}

.message-modal-text p:last-child {
    margin-bottom: 0;
}

/* Message Modal Responsive */
@media (max-width: 991px) {
    .message-modal-content {
        max-width: 90%;
        width: 92%;
    }

    .message-modal-header {
        padding: 20px 40px 15px 40px;
    }

    .message-modal-body {
        padding: 25px 40px 40px 40px;
    }

    .message-modal-title {
        font-size: 28px;
    }

    .message-modal-text {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .message-modal-content {
        max-width: 95%;
        width: 95%;
        max-height: 90vh;
        border-radius: 20px;
    }

    .message-modal-header {
        padding: 18px 30px 15px 30px;
        border-radius: 20px 20px 0 0;
    }

    .message-modal-body {
        padding: 20px 30px 35px 30px;
    }

    .message-modal-close {
        width: 35px;
        height: 35px;
    }

    .message-modal-close img {
        width: 18px;
        height: 18px;
    }

    .message-modal-title {
        font-size: 24px;
    }

    .message-modal-text {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 575px) {
    .message-modal-content {
        border-radius: 16px;
        max-height: 92vh;
        width: 96%;
    }

    .message-modal-header {
        padding: 15px 20px 12px 20px;
        border-radius: 16px 16px 0 0;
        flex-direction: column;
        gap: 10px;
    }

    .message-modal-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
    }

    .message-modal-close img {
        width: 16px;
        height: 16px;
    }

    .message-modal-body {
        padding: 20px 20px 30px 20px;
    }

    .message-modal-title {
        font-size: 20px;
        padding-right: 40px;
    }

    .message-modal-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .message-modal-text p {
        margin-bottom: 15px;
    }

    .author-info {
        margin: 20px 0;
        padding: 15px;
    }

    .author-info .name {
        font-size: 1.1em;
    }

    .author-info p {
        font-size: 0.9em;
    }
}

.author-info {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background-color: #15733C1A;
    border-radius: 8px;
    border: 1px solid #d0e8e8;
}

.author-info p {
    margin: 8px 0;
    color: #5b9aa0;
    font-size: 1em;
}

.author-info .name {
    font-weight: bold;
    font-size: 1.2em;
    color: #4a8a90;
}

[dir="ltr"] .conference-list li::before {
    left: 0 !important;
}


/* =====================
   Research Section Layout
   ===================== */

/* section-1-research Layout */
.section-1-research .row {
    display: flex;
    flex-wrap: wrap;
}

.section-1-research .text-content {
    order: 1;
}

.section-1-research .image-content {
    order: 2;
}

/* Apply padding only on large screens */
@media (min-width: 992px) {
    .section-1-research .text-content {
        padding-inline-start: 117px;
    }
}

/* Reverse order on mobile - image on top */
@media (max-width: 991px) {
    .section-1-research .text-content {
        order: 2;
    }

    .section-1-research .image-content {
        order: 1;
        margin-bottom: 2rem;
    }

    .section-1-research .h-title1 {
        font-size: 16px;
        padding: 0px 15px;
    }

    .section-1-research .req-dates h3 {
        font-size: 18px;
    }

    .section-1-research .req-dates .sub-title {
        font-size: 18px;
    }

    .section-1-research .date-box {
        width: 100%;
        max-width: 200px;
    }

    .section-1-research .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .section-1-research .cmt-badge {
        position: absolute;
        width: 170px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        order: 2;
        z-index: 10;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 20px;
        right: auto;
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        right: 20px;
        left: auto;
    }

    .section-1-research .cmt-card {
        order: 1;
        padding-bottom: 70px;
    }



    .section-1-research .badge-card {
        padding: 20px 12px;
    }

    .section-1-research .badge-title {
        font-size: 12px;
    }

    .section-1-research .badge-cmt-button {
        font-size: 12px;
        padding: 6px 12px;
    }

    .section-1-research .badge-link-label {
        font-size: 10px;
    }

    .section-1-research .badge-conference-name {
        font-size: 11px;
    }

    .section-1-research .cmt-card {
        padding: 30px;
    }

    .section-1-research .cmt-list li {
        font-size: 15px;
    }

    .section-1-research .cmt-bottom-description {
        padding: 20px;
    }

    .section-1-research .cmt-bottom-description p {
        font-size: 15px;
    }


}   


.section-1-research .h-title1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    max-width: 1000px;
    padding: 0px 20px;
    text-align: center;
}


.section-1-research .req-dates h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: black;
    margin-bottom: 25px;


}

.section-1-research .req-dates .sub-title {
    color: #15733C;
    font-weight: 600;
    font-size: 20px;

}


@media (max-width: 767px) {
    .section-1-research .hero-content h2 {
        font-size: 20px;
    }

    .section-1-research .h-title1 {
        font-size: 15px;
    }

    .section-1-research .req-dates h3 {
        font-size: 16px;
    }

    .section-1-research .req-dates .sub-title {
        font-size: 16px;
    }

    .section-1-research .date-box {
        width: 100%;
        height: auto;
        min-height: 120px;
    }

    .section-1-research .date-box .sub-title {
        font-size: 16px;
    }

    .section-1-research .date-box .main-title {
        font-size: 18px;
    }

    .section-1-research .last-title {
        font-size: 16px;
    }

    .section-1-research .accordion-main-title {
        font-size: 20px;
    }

    .section-1-research .accordion-main-subtitle {
        font-size: 14px;
    }

    .section-1-research .accordion-title {
        font-size: 16px;
    }

    .section-1-research .accordion-content p {
        font-size: 14px;
    }

    .section-1-research .btn-submit-now {
        font-size: 16px;
        width: 200px;
        height: 44px;
        padding: 12px 20px;
    }

    .section-1-research .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .section-1-research .cmt-badge {
        position: absolute;
        width: 160px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        order: 2;
        z-index: 10;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 15px;
        right: auto;
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        right: 15px;
        left: auto;
    }

    .section-1-research .cmt-card {
        order: 1;
        padding-bottom: 65px;
    }



    .section-1-research .badge-card {
        padding: 18px 10px;
    }

    .section-1-research .badge-title {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .section-1-research .badge-cmt-button {
        font-size: 11px;
        padding: 5px 10px;
    }

    .section-1-research .badge-link-label {
        font-size: 9px;
    }

    .section-1-research .badge-conference-name {
        font-size: 10px;
    }

    .section-1-research .cmt-card {
        padding: 24px;
    }

    .section-1-research .cmt-list li {
        font-size: 14px;
    }

    .section-1-research .btn-read-more {
        padding: 10px 24px;
    }

    .section-1-research .cmt-bottom-description {
        margin-top: 24px;
        padding: 18px;
    }

    .section-1-research .cmt-bottom-description p {
        font-size: 14px;
    }
}

.section-1-research .dates-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.section-1-research .dates-list h4 {
    font-weight: 700;
    font-size: 16px;

}



.section-1-research .date-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 151px;
    gap: 25px;
    padding: 16px;
    border-radius: 16px;
    background-color: #EDF3F1;
    color: black;
}

.section-1-research .date-box .sub-title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.section-1-research .date-box .main-title {
    font-weight: 700;
    font-size: 20px;
}


.section-1-research .date-box .sub-title {
        font-size: 16px;
    }

.section-1-research .date-box .main-title {
        font-size: 18px;
    }


.section-1-research .active {
    background-color: #0F9A3E !important;
    color: white !important;
}    

.last-title {
    font-weight: 500;
    font-size: 18px;
    color: black;
    margin-top: 25px;
}



/* Accordion Section */
.accordion-section {
    background-color: #EDF3F1;
}

.accordion-main-title {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.accordion-main-subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #6B6B6B;
    max-width: 800px;
    margin: 0 auto;
}

.custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background-color: #15733C !important;
    padding: 24px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* RTL accordion header */
html[dir="rtl"] .accordion-header {
    flex-direction: row;
}

/* LTR accordion header */
html[dir="ltr"] .accordion-header {
    flex-direction: row;
}

.accordion-item.active .accordion-header {
    padding: 0;
    margin-bottom: 16px;
}

.accordion-icon-holder {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.accordion-item:not(.active) .accordion-icon-holder {
    background-color: transparent;
}

.accordion-item.active .accordion-icon-holder {
    background-color: rgba(181, 181, 181, 0.5);
}

.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.accordion-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0;
    flex: 1;
    transition: color 0.3s ease;
}

/* RTL title alignment */
html[dir="rtl"] .accordion-title {
    text-align: right;
}

/* LTR title alignment */
html[dir="ltr"] .accordion-title {
    text-align: left;
}

.accordion-item.active .accordion-title {
    color: #FFFFFF;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 0;
}

.accordion-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

/* Bootstrap icon spacing fixes for LTR */
html[dir="ltr"] .accordion-content .bi {
    margin-right: 0.5rem;
    margin-left: 0;
}

/* Bootstrap icon spacing fixes for RTL */
html[dir="rtl"] .accordion-content .bi {
    margin-left: 0.5rem;
    margin-right: 0;
}

/* List item alignment */
html[dir="ltr"] .accordion-content ul li {
    text-align: left;
}

html[dir="rtl"] .accordion-content ul li {
    text-align: right;
}

.btn-submit-now {
    background-color: #15733C;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    min-width: 222px;
    height: 48px;
    padding: 16px 24px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-submit-now:hover {
    background-color: #0f5a2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}



/* CMT Section */
.cmt-section {
    background-color: rgba(236, 232, 232, 0.111);
}

.cmt-wrapper {
    position: relative;
    padding-top: 60px;
}

.cmt-badge {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* RTL positioning */
html[dir="rtl"] .cmt-badge {
    left: 50px;
    right: auto;
}

/* LTR positioning */
html[dir="ltr"] .cmt-badge {
    right: 50px;
    left: auto;
}

/* Green Loop/Ribbon at top */
.badge-loop {
    width: 60px;
    height: 40px;
    border: 8px solid #15733C;
    border-bottom: none;
    border-radius: 46px 25px 0 0;
    margin-bottom: -2px;
    background-color: transparent;
}

/* White Card */
.badge-card {
    background-color: #FFFFFF;
    border: 4px solid #15733C;
    border-radius: 20px;
    padding: 40px 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.badge-title {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin: 0 0 18px 0;
}

.badge-cmt-button {
    background-color: #0078D4;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    margin: 0 auto 18px;
    display: inline-block;
}

.badge-link-label {
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    margin: 0 0 12px 0;
}

.badge-conference-name {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    margin: 0;
    line-height: 1.4;
}

.cmt-card {
    background-color: #15733C;
    border-radius: 24px;
    padding: 40px;
    color: #FFFFFF;
    position: relative;
}

.cmt-content {
    max-width: 100%;
}

.cmt-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.cmt-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
}

/* RTL bullet positioning */
html[dir="rtl"] .cmt-list li {
    padding-right: 20px;
    padding-left: 0;
}

html[dir="rtl"] .cmt-list li:before {
    content: "•";
    position: absolute;
    right: 0;
    left: auto;
    color: #FFFFFF;
    font-size: 20px;
}

/* LTR bullet positioning */
html[dir="ltr"] .cmt-list li {
    padding-left: 20px;
    padding-right: 0;
}

html[dir="ltr"] .cmt-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    right: auto;
    color: #FFFFFF;
    font-size: 20px;
}

.cmt-list li a {
    color: #FFFFFF;
    text-decoration: underline;
    word-break: break-all;
    transition: opacity 0.3s ease;
}

.cmt-list li a:hover {
    opacity: 0.8;
}

.btn-read-more {
    padding: 16px 24px;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: none;
    font-weight: 600;
    color: #0f5a2d;
    text-decoration: none;
    font-size: 16px;
    width: 270px;
    height: 48px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-read-more:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    animation: none;
}

/* Responsive CMT Section */
@media (max-width: 991px) {
    .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .badge-loop {
        /* background-color: white; */
        border-color: white;
    }

    .cmt-badge {
        position: absolute;
        width: 180px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        top: unset;
        order: 2;
        z-index: 10;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 20px;
        right: auto;
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        right: 20px;
        left: auto;
    }

    .cmt-card {
        order: 1;
        padding-bottom: 80px;
    }



    .badge-card {
        border-radius: 16px;
        padding: 24px 16px;
        border-width: 3px;
    }

    .badge-title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .badge-cmt-button {
        font-size: 13px;
        padding: 8px 16px;
        margin-bottom: 16px;
    }

    .badge-link-label {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .badge-conference-name {
        font-size: 12px;
    }

    .cmt-card {
        padding: 30px 20px;
        border-radius: 16px;
    }
}

@media (max-width: 576px) {
    .badge-card {
        padding: 25px 15px;
    }

    .badge-title {
        font-size: 16px;
    }

    .badge-cmt-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .badge-conference-name {
        font-size: 14px;
    }

    .cmt-card {
        padding: 25px 15px;
    }

    .cmt-list li {
        font-size: 14px;
    }

    .btn-read-more {
        width: 100%;
        max-width: 300px;
    }
}

.cmt-bottom-description {
    margin-top: 32px;
    padding: 0px 80px;
    padding-top: 15px;
    border-radius: 16px;
}

.cmt-bottom-description p {
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin: 0;
    text-align: center;
}

@media (max-width: 575px) {
    .hero-section {
        height: auto;
        min-height: 350px;
    }

    .hero-content h2 {
        font-size: 18px;
    }

    .hero-sub-content {
        font-size: 14px;
    }

    .h-title1 {
        font-size: 14px;
    }

    .date-box {
        gap: 15px;
        padding: 12px;
    }

    .accordion-item.active {
        padding: 16px;
    }

    .accordion-header {
        padding: 16px;
    }

    .btn-submit-now {
        width: 180px;
        height: 40px;
        font-size: 14px;
        padding: 10px 16px;
    }

    .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .cmt-badge {
        position: absolute;
        width: 150px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        order: 2;
        z-index: 10;
    }

    .cmt-section {
        margin-bottom: 120px;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 50%;
        right: auto;
        transform: translate(-50%);
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        left: 50%;
        right: auto;
        transform: translate(-50%);
    }

    .cmt-card {
        order: 1;
        padding-bottom: 60px;
    }



    .badge-card {
        padding: 16px 8px;
        border-radius: 10px;
    }

    .badge-title {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .badge-cmt-button {
        font-size: 10px;
        padding: 4px 8px;
        margin-bottom: 8px;
    }

    .badge-link-label {
        font-size: 8px;
        margin-bottom: 6px;
    }

    .badge-conference-name {
        font-size: 9px;
    }

    .cmt-card {
        padding: 20px;
        border-radius: 16px;
        padding-bottom: 120px;
    }

    .cmt-content {
        padding: 10px 0;
    }

    .cmt-list li {
        font-size: 13px;
    }

    html[dir="rtl"] .cmt-list li {
        padding-right: 15px;
    }

    html[dir="ltr"] .cmt-list li {
        padding-left: 15px;
    }

    .btn-read-more {
        font-size: 13px;
        padding: 8px 20px;
    }

    .cmt-bottom-description {
        margin-top: 20px;
        padding: 16px;
    }

    .cmt-bottom-description p {
        font-size: 13px;
    }
}



/* Main Container */
.auth-container {
    display: flex;
    min-height: 100vh;
}



/* Left Side - Form Section */
.auth-form-section {
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
}

.auth-form-wrapper {
    width: 100%;
    max-width: 520px;
    padding: 20px;
    margin-top: 40px;
}

/* Top Header - Logo and Language */
.auth-top-header {
    position: absolute;
    top: 17px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Language Switcher - Old (Removed) */

.language-dropdown-auth {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    background-color: #FAFAFA;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333333;
}

.language-dropdown-auth:hover {
    background-color: #F0F0F0;
    color: #333333;
}

.language-dropdown-auth .lang-text-nav {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

/* Password Wrapper for Auth Pages */
.password-wrapper {
    position: relative;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 4;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .password-toggle-btn {
    left: 20px;
    right: auto;
}

[dir="ltr"] .password-toggle-btn {
    right: 20px;
    left: auto;
}

.password-toggle-btn img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.password-toggle-btn:hover img {
    opacity: 0.7;
}

/* Hide password toggle when input is focused (user is typing) */
.password-wrapper:focus-within .password-toggle-btn {
    opacity: 0.5;
}

/* Logo */
.auth-logo img {
    max-width: 250px;
    height: auto;
}

/* Auth Header */
.auth-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.auth-header .header-icon {
    width: 32px;
    height: 32px;
}

.auth-header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #020D18;
    margin: 0;
}

/* Form Styles */
.auth-form {
    width: 100%;
}

.form-group {
    margin-bottom: 24px;
}


.form-control {
    width: 100%;
    height: 56px;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    background-color: #FAFAFA;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

[dir="rtl"] .form-control {
    direction: rtl;
}

[dir="ltr"] .form-control {
    direction: ltr;
}

.form-control:focus {
    border-color: #15733C;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(21, 115, 60, 0.1);
}

.form-control::placeholder {
    color: #888888;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

/* Password Input Wrapper */
.password-input-wrapper {
    position: relative;
    width: 100%;
}

[dir="rtl"] .password-input-wrapper .form-control {
    padding-left: 50px;
    padding-right: 16px;
}

[dir="ltr"] .password-input-wrapper .form-control {
    padding-right: 50px;
    padding-left: 16px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 10;
}

[dir="rtl"] .password-toggle {
    left: 16px;
    right: auto;
}

[dir="ltr"] .password-toggle {
    right: 16px;
    left: auto;
}

.password-toggle:hover {
    opacity: 0.7;
}

.password-toggle img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
    gap: 12px;
    flex-wrap: wrap;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.remember-me input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #15733C;
    flex-shrink: 0;
}

.remember-me label {
    color: #888888;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
}

.forgot-password {
    color: #15733C;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.forgot-password:hover {
    color: #0f5a2d;
    text-decoration: underline;
}

/* Terms Agreement */
.terms-agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
}

.terms-agreement input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #15733C;
    flex-shrink: 0;
    margin-top: 2px;
}

.terms-agreement label {
    cursor: pointer;
    flex: 1;
}

.terms-agreement a {
    color: #1977F3;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.terms-agreement a:hover {
    text-decoration: underline;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    height: 56px;
    padding: 16px 0px;
    background-color: #15733C;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.btn-submit:hover {
    background-color: #0f5a2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}

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

/* Divider */
.divider {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

.divider::before,
.divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 160px;
    height: 1px;
    background-color: #E1E1E1;
}

[dir="rtl"] .divider::before {
    right: 0;
}

[dir="rtl"] .divider::after {
    left: 0;
}

[dir="ltr"] .divider::before {
    left: 0;
}

[dir="ltr"] .divider::after {
    right: 0;
}

.divider span {
    position: relative;
    background-color: #FFFFFF;
    font-size: 14px;
    color: black;
}

/* Google Button */
.btn-google {
    width: 100%;
    height: 56px;
    padding: 0px 25px;
    background-color: #F0F0F0;
    color: black;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #E0E0E0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.btn-google:hover {
    background-color: #E8E8E8;
    border-color: #15733C;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-google img {
    width: 20px;
    height: 20px;
}

/* Auth Footer */
.auth-footer {
    text-align: center;
    font-size: 14px;
    color: #4F4F4F;
}

.auth-footer a {
    color: #15733C;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 16px;
}

.auth-footer a:hover {
    color: #0f5a2d;
    text-decoration: underline;
}

/* Confirmation Page Styles */
.confirm-description {
    text-align: center;
    font-size: 16px;
    color: #6B6B6B;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* OTP Container */
.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    direction: ltr;
}

.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    background-color: #FAFAFA;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
}

.otp-input:focus {
    border-color: #15733C;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(21, 115, 60, 0.1);
}

.otp-separator {
    font-size: 24px;
    font-weight: 600;
    color: #E1E1E1;
    user-select: none;
}

/* Resend Timer */
.resend-timer {
    text-align: center;
    margin-top: 24px;
}

.timer-display {
    font-size: 18px;
    font-weight: 600;
    color: #FFA500;
}

.resend-link {
    font-size: 16px;
    font-weight: 600;
    color: #15733C;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
}

.resend-link.show {
    display: inline-block;
}

.resend-link:hover {
    color: #0f5a2d;
    text-decoration: underline;
}

/* Right Side - Image Section */
.auth-image-section {
    flex: 1;
    position: relative;
    background-image: url('../images/header.rtl.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 60px;
}

.auth-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
}

.auth-image-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFFFFF;
    max-width: 600px;
}

.auth-image-content .quote {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.auth-image-content .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.95;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.auth-image-content .footer-text {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    color: #FFFFFFCC;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .auth-image-content .quote {
        font-size: 22px;
    }

    .auth-image-content .description {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .auth-container {
        flex-direction: column;
    }

    .auth-image-section {
        min-height: 400px;
        padding: 40px 30px;
        order: 1;
    }

    .auth-form-section {
        padding: 60px 20px;
        order: 2;
    }

    .auth-top-header {
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .auth-image-content .quote {
        font-size: 20px;
    }

    .auth-image-content .description {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .auth-image-section {
        min-height: 350px;
        padding: 30px 20px;
    }

    .auth-form-section {
        padding: 40px 25px;
    }

    .auth-form-wrapper {
        max-width: 100%;
        padding: 10px;
    }

    .auth-logo img {
        max-width: 160px;
    }

    .auth-header h1 {
        font-size: 24px;
    }

    .auth-header .header-icon {
        width: 28px;
        height: 28px;
    }

    .form-control {
        padding: 12px 14px;
        font-size: 13px;
    }

    .btn-submit,
    .btn-google {
        padding: 12px;
        font-size: 14px;
    }

    .auth-image-content .quote {
        font-size: 18px;
    }

    .auth-image-content .description {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .auth-image-content .footer-text {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .auth-form-section {
        padding: 40px 20px;
    }

    .auth-form-wrapper {
        padding: 0;
        max-width: 100%;
    }

    .auth-image-section {
        min-height: 300px;
        padding: 25px 15px;
    }

    .auth-top-header {
        top: 15px;
        left: 15px;
        right: 15px;
    }

    .language-switcher {
        font-size: 13px;
    }

    .auth-logo img {
        max-width: 140px;
    }

    .auth-header {
        margin-bottom: 24px;
    }

    .auth-header h1 {
        font-size: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-control {
        font-size: 14px;
        padding: 14px;
    }

    .password-input-wrapper .form-control {
        padding-left: 45px;
    }

    .password-toggle {
        left: 12px;
    }

    .password-toggle img {
        width: 16px;
        height: 16px;
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }

    .forgot-password {
        font-size: 13px;
    }

    .remember-me label {
        font-size: 13px;
    }

    .otp-container {
        gap: 8px;
    }

    .otp-input {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .auth-image-content .quote {
        font-size: 16px;
    }

    .auth-image-content .description {
        font-size: 12px;
    }
}

/* Additional RTL/LTR Support for Mobile */
@media (max-width: 575px) {
    [dir="rtl"] .password-input-wrapper .form-control {
        padding-left: 45px;
        padding-right: 14px;
    }

    [dir="ltr"] .password-input-wrapper .form-control {
        padding-right: 45px;
        padding-left: 14px;
    }

    [dir="rtl"] .password-toggle {
        left: 12px;
        right: auto;
    }

    [dir="ltr"] .password-toggle {
        right: 12px;
        left: auto;
    }
}
/*********************************************************************************/
body {
    font-family: 'Cairo', sans-serif;
    background-color: rgba(236, 232, 232, 0.111);
}

/* Arrow icon flip for LTR */
.hero-sub-content img {
    transition: transform 0.3s ease;
}

html[dir="ltr"] .hero-sub-content img {
    transform: scaleX(-1);
}

/* Fade in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Keyframe animations for hero background */
@keyframes slowZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

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

@keyframes subtleMove {
    0% {
        transform: scale(1) translateX(0);
    }

    50% {
        transform: scale(1.03) translateX(-25px);
    }

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

.hero-section {
    position: relative;
    width: 100%;
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 427px;
}

/* Animated background layer */
.hero-section::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: subtleMove 2.4s ease-in-out infinite;
    z-index: 0;
}

/* Ensure content stays above animated background */
.hero-section>* {
    position: relative;
    z-index: 1;
}

.hero-content h2 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.hero-sub-content {
    gap: 3px;
    margin-top: 20px;
    color: white;
    font-size: 16px;

}

.hero-sub-content home1 {
    font-weight: 400;
}

.hero-sub-content p {
    font-weight: 600;
    margin: 0px;

}

.section-1 {
    background-color: rgba(236, 232, 232, 0.111);
}

/* Map Holder */
.map-holder {
    background: white;
    border-radius: 16px;
    padding: 16px 24px;
    max-height: 333px;
}

.map-holder h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
    color: black;
    text-align: center;
}

/* Date Box */
.date-box {
    background: #0AA23D;
    border-radius: 16px;
    padding: 40px 16px;
    height: 100%;
    /* min-height: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-box .day {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.date-box .day span {
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.date-box .day .date {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

/* Image Holder */
.image-holder {
    height: 100%;
    min-height: 250px;
}

.image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* Statistics Container */
.statistics-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background-color: #F5F5F5;
    padding: 24px;
    border-radius: 16px;
}

.stat-box {
    flex: 1;
    text-align: center;
    padding: 20px 16px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

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

.stat-number {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1;
}

.stat-label {
    font-weight: 400;
    font-size: 16px;
    color: black;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .map-holder h4 {
        font-size: 16px;
    }

    .date-box {
        padding: 32px 16px;
        min-height: 220px;
    }

    .date-box .day span {
        font-size: 18px;
    }

    .date-box .day .date {
        font-size: 18px;
    }

    .image-holder {
        min-height: 220px;
    }

    .statistics-container {
        padding: 20px;
        gap: 12px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: auto;
        min-height: 350px;
    }

    .hero-content h2 {
        font-size: 20px;
    }

    .hero-sub-content {
        font-size: 14px;
    }

    .map-holder {
        margin-bottom: 0;
    }

    .map-holder h4 {
        font-size: 15px;
    }

    .date-box {
        padding: 24px 12px;
        min-height: 200px;
    }

    .date-box .day span {
        font-size: 16px;
    }

    .date-box .day .date {
        font-size: 16px;
    }

    .image-holder {
        min-height: 200px;
    }

    .statistics-container {
        flex-wrap: wrap;
        gap: 12px;
        padding: 20px;
    }

    .stat-box {
        flex: 0 0 calc(50% - 6px);
        padding: 16px 12px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .hero-content h2 {
        font-size: 18px;
    }

    .hero-sub-content {
        font-size: 13px;
    }

    .map-holder {
        padding: 12px;
    }

    .map-holder h4 {
        font-size: 14px;
    }

    .date-box {
        padding: 20px 10px;
        min-height: 180px;
    }

    .date-box .day span {
        font-size: 14px;
    }

    .date-box .day .date {
        font-size: 14px;
    }

    .image-holder {
        min-height: 180px;
    }

    .statistics-container {
        padding: 16px;
        gap: 10px;
    }

    .stat-box {
        padding: 12px 8px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 12px;
    }
}

/* Section 2 - Offer Cards */
.section-2 {
    background-color: #FFFFFF;
}

.section-2 .col-5 {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

/* Section 2 Responsive Layout */
@media (max-width: 991px) {
    .section-2 .row {
        flex-direction: column-reverse;
    }

    .section-2 .col-7,
    .section-2 .col-5 {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section-2 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

.offer-card {
    background-color: #EDF3F1;
    border: 1px solid #15733C;
    border-radius: 8px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.offer-card:hover,
.offer-card.active {
    background-color: #15733C;
}

.offer-main-title {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 24px;
}

.offer-card:hover .offer-main-title,
.offer-card.active .offer-main-title {
    color: #FFFFFF;
}

/* Sub Offer */
.sub-offer {
    margin-bottom: 16px;
}

.sub-offer:last-child {
    margin-bottom: 0;
}

.sub-offer-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.sub-offer-info {
    display: flex;
    gap: 12px;
    flex: 1;
}

.section-2 .logo-holder {
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}


.offer-card:hover .logo-holder,
.offer-card.active .logo-holder {
    background-color: #FFFFFF1A;
}

.offer-card:hover img,
.offer-card.active img {
    filter: brightness(0) invert(1);
}



.sub-offer-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sub-offer-title {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin: 0;
    line-height: 1.4;
}

.offer-card:hover .sub-offer-title,
.offer-card.active .sub-offer-title {
    color: #FFFFFF;
}

.sub-offer-subtitle {
    font-weight: 500;
    font-size: 13px;
    color: #333333;
}

.offer-card:hover .sub-offer-subtitle,
.offer-card.active .sub-offer-subtitle {
    color: #FFFFFF;
}

.sub-offer-small {
    font-weight: 400;
    font-size: 11px;
    color: #666666;
}

.offer-card:hover .sub-offer-small,
.offer-card.active .sub-offer-small {
    color: rgba(255, 255, 255, 0.8);
}

/* Price Section */
.sub-offer-price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.currency-icon {
    width: 20px;
    height: 20px;
}

.price {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.offer-card:hover .price,
.offer-card.active .price {
    color: #FFFFFF;
}

.apply-form h2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 3%;
    color: #131313;
    margin-bottom: 20px;
}

.apply-form p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 3%;
    color: #6B6B6B;
    margin-bottom: 20px;
}

.note {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 3%;
    color: #888888;
    margin-bottom: 24px;
}


.btn-submit {
    width: 100%;
    height: 56px;
    padding: 16px 0px;
    background-color: #15733C;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.btn-submit:hover {
    background-color: #0f5a2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}

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

/* Select Input - Not Shared */
.select-wrapper {
    position: relative;
    width: 100%;
    height: 56px;
    background-color: #FAFAFA;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.select-wrapper:focus-within {
    border-color: #15733C;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(21, 115, 60, 0.1);
}

/* Green border when value is selected */
.select-wrapper.has-value {
    border-color: #15733C;
}

/* Custom Select */
.custom-select {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding: 0;
    direction: rtl;
    position: relative;
    z-index: 2;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Hide default arrow in IE */
.custom-select::-ms-expand {
    display: none;
}

/* Placeholder color */
.custom-select option[disabled] {
    color: #888888;
}

/* Custom Dropdown Styling */
.custom-dropdown-wrapper {
    position: relative;
    width: 100%;
}

.custom-dropdown-header {
    background-color: transparent;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    transition: all 0.3s ease;
}

.custom-dropdown-header:hover {
    border-color: #15733C;
}

.custom-dropdown-wrapper.active .custom-dropdown-header {
    border-color: #15733C;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(21, 115, 60, 0.1);
}

/* Valid state - green border when value selected */
.custom-dropdown-wrapper.has-value .custom-dropdown-header {
    border-color: #15733C;
}

.custom-dropdown-selected {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    flex: 1;
    text-align: right;
}

html[dir="ltr"] .custom-dropdown-selected {
    text-align: left;
}

.custom-dropdown-wrapper.has-value .custom-dropdown-selected {
    color: #000000;
    font-weight: 600;
}

.dropdown-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    opacity: 0.6;
}

.custom-dropdown-wrapper.active .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 1;
}

.custom-dropdown-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.custom-dropdown-wrapper.active .custom-dropdown-list {
    max-height: 300px;
    overflow-y: auto;
    opacity: 1;
}

.custom-dropdown-item {
    padding: 16px 20px;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: center;
}

.custom-dropdown-item:hover {
    background-color: #f0f0f0;
}

.custom-dropdown-item.selected {
    background-color: #EDF3F1;
}

.custom-dropdown-item:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}

/* Floating Label for Select */
.floating-label-select {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: transparent;
    padding: 0 4px;
    z-index: 1;
}

/* Label moves up when select has value or is focused */
.select-wrapper:focus-within .floating-label-select,
.select-wrapper.has-value .floating-label-select {
    top: -5px;
    font-size: 12px;
    color: #15733C;
    background-color: #FFFFFF;
    padding: 0 8px;
}

/* Custom dropdown arrow icon */
.select-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 3;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.select-wrapper:focus-within .select-arrow {
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
}

.select-wrapper.has-value .select-arrow {
    opacity: 1;
}

/* Book Now Section */
.book-now h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.book-now p {
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    margin-bottom: 24px;
}

.book-box {
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #15733C;
    overflow: hidden;
}

/* Book Header */
.book-header {
    padding: 30px 24px;
    border-bottom: 1px solid #E1E1E1;
}

.book-header h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    /* text-align: right; */
}

/* Book Section */
.book-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 24px;
    border-bottom: 1px solid #E1E1E1;
}

.book-section:last-child {
    border-bottom: none;
}

.section-label {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.section-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Quantity Controls */
.quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    padding: 8px 12px;
    border-radius: 8px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #15733C;
}

.minus-btn {
    position: relative;
}

.minus-btn::before {
    content: "-";
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    color: #888888;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qty-btn:hover {
    /* background-color: #0f5a2d; */
    /* transform: scale(1.01); */
    transform: translateY(-2px);
}

/* .qty-btn img {
    filter: brightness(0) invert(1);
} */

.qty-number {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    min-width: 30px;
    text-align: center;
}

/* Price Display */
.price-display {
    display: flex;
    align-items: center;
    gap: 6px;
}

.price-value {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}



.total-price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.total-value {
    font-size: 24px;
    font-weight: 700;
    color: #15733C;
}

.price-label {
    font-size: 18px;
    font-weight: 500;
    color: #888888;
}

/* Responsive for Select */
@media (max-width: 767px) {
    .select-wrapper {
        height: 52px;
        padding: 14px 18px;
    }

    .custom-select {
        font-size: 15px;
    }

    .floating-label-select {
        font-size: 15px;
        right: 18px;
    }

    .select-wrapper:focus-within .floating-label-select,
    .select-wrapper.has-value .floating-label-select {
        font-size: 11px;
    }

    .select-arrow {
        width: 18px;
        height: 18px;
        left: 18px;
    }
}

@media (max-width: 575px) {
    .select-wrapper {
        height: 48px;
        padding: 12px 16px;
    }

    .custom-select {
        font-size: 14px;
    }

    .floating-label-select {
        font-size: 14px;
        right: 16px;
    }

    .select-wrapper:focus-within .floating-label-select,
    .select-wrapper.has-value .floating-label-select {
        font-size: 10px;
    }

    .select-arrow {
        width: 16px;
        height: 16px;
        left: 16px;
    }
}

.footer-map1 {
    height: 333px;
}

/* Responsive for Offer Cards */
@media (max-width: 1200px) {
    .statistics-container {
        gap: 0px;
    }
}

@media (max-width: 991px) {


    .footer-map1 {
        height: 250px;
    }

    .offer-main-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sub-offer-title {
        font-size: 13px;
    }

    .price {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .offer-card {
        padding: 20px;
    }

    .offer-main-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .section-2 .logo-holder {
        width: 36px;
        height: 36px;
    }

    .sub-offer-title {
        font-size: 12px;
    }

    .sub-offer-subtitle {
        font-size: 12px;
    }

    .sub-offer-small {
        font-size: 10px;
    }

    .price {
        font-size: 20px;
    }

    .currency-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 575px) {
    .offer-card {
        padding: 16px;
    }

    .offer-main-title {
        font-size: 15px;
    }

    .section-2 .logo-holder {
        width: 32px;
        height: 32px;
    }

    .sub-offer-header {
        gap: 12px;
    }

    .sub-offer-info {
        gap: 10px;
    }

    .sub-offer-title {
        font-size: 11px;
    }

    .sub-offer-subtitle {
        font-size: 11px;
    }

    .sub-offer-small {
        font-size: 9px;
    }

    .price {
        font-size: 18px;
    }

    .currency-icon {
        width: 16px;
        height: 16px;
    }
}

.hero-section .container {
    z-index: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
    font-family: 'Cairo', sans-serif;
}

body {
    font-family: 'Cairo', sans-serif;
}

/* Keyframe animations for hero background */
@keyframes slowZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

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

@keyframes subtleMove {
    0% {
        transform: scale(1) translateX(0);
    }

    50% {
        transform: scale(1.03) translateX(-25px);
    }

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

.hero-section {
    position: relative;
    width: 100%;
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 427px;
}

/* Animated background layer */
.hero-section::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: subtleMove 2.4s ease-in-out infinite;
    z-index: 0;
}

/* Ensure content stays above animated background */
.hero-section>* {
    position: relative;
    z-index: 1;
}

.hero-section {
    position: relative;
    width: 100%;
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 427px;
}

.hero-content h2 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.hero-sub-content {
    gap: 3px;
    margin-top: 20px;
    color: white;
    font-size: 16px;
}

/* Arrow icon flip for LTR */
.hero-sub-content img {
    transition: transform 0.3s ease;
}

html[dir="ltr"] .hero-sub-content img {
    transform: scaleX(-1);
}

.hero-sub-content home1 {
    font-weight: 400;
}

.hero-sub-content p {
    font-weight: 600;
    margin: 0px;

}

.h-title1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    font-family: 'Cairo', sans-serif;
    color: #000000;
    max-width: 1000px;
    padding: 0px 20px;
    text-align: center;
}

.req-dates h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: black;
    margin-bottom: 25px;


}

.req-dates .sub-title {
    color: #15733C;
    font-weight: 600;
    font-size: 20px;

}

.dates-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.dates-list h4 {
    font-weight: 700;
    font-size: 16px;

}

.date-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 151px;
    gap: 25px;
    padding: 16px;
    border-radius: 16px;
    background-color: #EDF3F1;
    color: black;
}

.date-box .sub-title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.date-box .main-title {
    font-weight: 700;
    font-size: 20px;
}

.active {
    /* background-color: #0F9A3E !important;
    color: white !important; */
}

.last-title {
    font-weight: 500;
    font-size: 18px;
    color: black;
    margin-top: 25px;
}

/* Section-1 Layout */
.section-1 .row {
    display: flex;
    flex-wrap: wrap;
}

.section-1 .text-content {
    order: 1;
}

.section-1 .image-content {
    order: 2;
}

/* Apply padding only on large screens */
@media (min-width: 992px) {
    .section-1 .text-content {
        padding-inline-start: 117px;
    }
}

/* Reverse order on mobile - image on top */
@media (max-width: 991px) {
    .section-1 .text-content {
        order: 2;
    }

    .section-1 .image-content {
        order: 1;
        margin-bottom: 2rem;
    }
}

/* Accordion Section */
.accordion-section {
    background-color: #EDF3F1;
}

.accordion-main-title {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.accordion-main-subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #6B6B6B;
    max-width: 800px;
    margin: 0 auto;
}

.custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    background-color: #FFFFFF !important;
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background-color: #15733C !important;
    padding: 24px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* RTL accordion header */
html[dir="rtl"] .accordion-header {
    flex-direction: row;
}

/* LTR accordion header */
html[dir="ltr"] .accordion-header {
    flex-direction: row;
}

.accordion-item.active .accordion-header {
    padding: 0;
    margin-bottom: 16px;
}

.accordion-icon-holder {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.accordion-item:not(.active) .accordion-icon-holder {
    background-color: transparent;
}

.accordion-item.active .accordion-icon-holder {
    background-color: rgba(181, 181, 181, 0.5);
}

.accordion-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.accordion-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0;
    flex: 1;
    transition: color 0.3s ease;
}

/* RTL title alignment */
html[dir="rtl"] .accordion-title {
    text-align: right;
}

/* LTR title alignment */
html[dir="ltr"] .accordion-title {
    text-align: left;
}

.accordion-item.active .accordion-title {
    color: #FFFFFF;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 0;
}

.accordion-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

/* Bootstrap icon spacing fixes for LTR */
html[dir="ltr"] .accordion-content .bi {
    margin-right: 0.5rem;
    margin-left: 0;
}

/* Bootstrap icon spacing fixes for RTL */
html[dir="rtl"] .accordion-content .bi {
    margin-left: 0.5rem;
    margin-right: 0;
}

/* List item alignment */
html[dir="ltr"] .accordion-content ul li {
    text-align: left;
}

html[dir="rtl"] .accordion-content ul li {
    text-align: right;
}

.btn-submit-now {
    background-color: #15733C;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    min-width: 222px;
    height: 48px;
    padding: 16px 24px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-submit-now:hover {
    background-color: #0f5a2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}

/* CMT Section */
.cmt-section {
    background-color: rgba(236, 232, 232, 0.111);
}

.cmt-wrapper {
    position: relative;
    padding-top: 60px;
}

.cmt-badge {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* RTL positioning */
html[dir="rtl"] .cmt-badge {
    left: 50px;
    right: auto;
}

/* LTR positioning */
html[dir="ltr"] .cmt-badge {
    right: 50px;
    left: auto;
}

/* Green Loop/Ribbon at top */
.badge-loop {
    width: 60px;
    height: 40px;
    border: 8px solid #15733C;
    border-bottom: none;
    border-radius: 46px 25px 0 0;
    margin-bottom: -2px;
    background-color: transparent;
}

/* White Card */
.badge-card {
    background-color: #FFFFFF;
    border: 4px solid #15733C;
    border-radius: 20px;
    padding: 40px 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.badge-title {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin: 0 0 18px 0;
}

.badge-cmt-button {
    background-color: #0078D4;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    margin: 0 auto 18px;
    display: inline-block;
}

.badge-link-label {
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    margin: 0 0 12px 0;
}

.badge-conference-name {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    margin: 0;
    line-height: 1.4;
}

.cmt-card {
    background-color: #15733C;
    border-radius: 24px;
    padding: 40px;
    color: #FFFFFF;
    position: relative;
}

.cmt-content {
    max-width: 100%;
}

.cmt-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.cmt-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
}

/* RTL bullet positioning */
html[dir="rtl"] .cmt-list li {
    padding-right: 20px;
    padding-left: 0;
}

html[dir="rtl"] .cmt-list li:before {
    content: "•";
    position: absolute;
    right: 0;
    left: auto;
    color: #FFFFFF;
    font-size: 20px;
}

/* LTR bullet positioning */
html[dir="ltr"] .cmt-list li {
    padding-left: 20px;
    padding-right: 0;
}

html[dir="ltr"] .cmt-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    right: auto;
    color: #FFFFFF;
    font-size: 20px;
}

.cmt-list li a {
    color: #FFFFFF;
    text-decoration: underline;
    word-break: break-all;
    transition: opacity 0.3s ease;
}

.cmt-list li a:hover {
    opacity: 0.8;
}

.btn-read-more {
    padding: 16px 24px;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: none;
    font-weight: 600;
    color: #0f5a2d;
    text-decoration: none;
    font-size: 16px;
    width: 270px;
    height: 48px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-read-more:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    animation: none;
}

/* Responsive CMT Section */
@media (max-width: 991px) {
    .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .badge-loop {
        /* background-color: white; */
        border-color: white;
    }

    .cmt-badge {
        position: absolute;
        width: 180px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        top: unset;
        order: 2;
        z-index: 10;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 20px;
        right: auto;
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        right: 20px;
        left: auto;
    }

    .cmt-card {
        order: 1;
        padding-bottom: 80px;
    }



    .badge-card {
        border-radius: 16px;
        padding: 24px 16px;
        border-width: 3px;
    }

    .badge-title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .badge-cmt-button {
        font-size: 13px;
        padding: 8px 16px;
        margin-bottom: 16px;
    }

    .badge-link-label {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .badge-conference-name {
        font-size: 12px;
    }

    .cmt-card {
        padding: 30px 20px;
        border-radius: 16px;
    }
}

@media (max-width: 576px) {
    .badge-card {
        padding: 25px 15px;
    }

    .badge-title {
        font-size: 16px;
    }

    .badge-cmt-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .badge-conference-name {
        font-size: 14px;
    }

    .cmt-card {
        padding: 25px 15px;
    }

    .cmt-list li {
        font-size: 14px;
    }

    .btn-read-more {
        width: 100%;
        max-width: 300px;
    }
}

.cmt-bottom-description {
    margin-top: 32px;
    padding: 0px 80px;
    padding-top: 15px;
    border-radius: 16px;
}

.cmt-bottom-description p {
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin: 0;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .h-title1 {
        font-size: 16px;
        padding: 0px 15px;
    }

    .req-dates h3 {
        font-size: 18px;
    }

    .req-dates .sub-title {
        font-size: 18px;
    }

    .date-box {
        width: 100%;
        max-width: 200px;
    }

    .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .cmt-badge {
        position: absolute;
        width: 170px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        order: 2;
        z-index: 10;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 20px;
        right: auto;
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        right: 20px;
        left: auto;
    }

    .cmt-card {
        order: 1;
        padding-bottom: 70px;
    }



    .badge-card {
        padding: 20px 12px;
    }

    .badge-title {
        font-size: 12px;
    }

    .badge-cmt-button {
        font-size: 12px;
        padding: 6px 12px;
    }

    .badge-link-label {
        font-size: 10px;
    }

    .badge-conference-name {
        font-size: 11px;
    }

    .cmt-card {
        padding: 30px;
    }

    .cmt-list li {
        font-size: 15px;
    }

    .cmt-bottom-description {
        padding: 20px;
    }

    .cmt-bottom-description p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hero-content h2 {
        font-size: 20px;
    }

    .h-title1 {
        font-size: 15px;
    }

    .req-dates h3 {
        font-size: 16px;
    }

    .req-dates .sub-title {
        font-size: 16px;
    }

    .date-box {
        width: 100%;
        height: auto;
        min-height: 120px;
    }

    .date-box .sub-title {
        font-size: 16px;
    }

    .date-box .main-title {
        font-size: 18px;
    }

    .last-title {
        font-size: 16px;
    }

    .accordion-main-title {
        font-size: 20px;
    }

    .accordion-main-subtitle {
        font-size: 14px;
    }

    .accordion-title {
        font-size: 16px;
    }

    .accordion-content p {
        font-size: 14px;
    }

    .btn-submit-now {
        font-size: 16px;
        width: 200px;
        height: 44px;
        padding: 12px 20px;
    }

    .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .cmt-badge {
        position: absolute;
        width: 160px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        order: 2;
        z-index: 10;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 15px;
        right: auto;
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        right: 15px;
        left: auto;
    }

    .cmt-card {
        order: 1;
        padding-bottom: 65px;
    }



    .badge-card {
        padding: 18px 10px;
    }

    .badge-title {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .badge-cmt-button {
        font-size: 11px;
        padding: 5px 10px;
    }

    .badge-link-label {
        font-size: 9px;
    }

    .badge-conference-name {
        font-size: 10px;
    }

    .cmt-card {
        padding: 24px;
    }

    .cmt-list li {
        font-size: 14px;
    }

    .btn-read-more {
        font-size: 14px;
        padding: 10px 24px;
    }

    .cmt-bottom-description {
        margin-top: 24px;
        padding: 18px;
    }

    .cmt-bottom-description p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .hero-section {
        height: auto;
        min-height: 350px;
    }

    .hero-content h2 {
        font-size: 18px;
    }

    .hero-sub-content {
        font-size: 14px;
    }

    .h-title1 {
        font-size: 14px;
    }

    .date-box {
        gap: 15px;
        padding: 12px;
    }

    .accordion-item.active {
        padding: 16px;
    }

    .accordion-header {
        padding: 16px;
    }

    .btn-submit-now {
        width: 180px;
        height: 40px;
        font-size: 14px;
        padding: 10px 16px;
    }

    .cmt-wrapper {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .cmt-badge {
        position: absolute;
        width: 150px;
        margin-bottom: 0;
        margin-top: 0;
        bottom: -90px;
        order: 2;
        z-index: 10;
    }

    .cmt-section {
        margin-bottom: 120px;
    }

    /* RTL positioning on mobile */
    html[dir="rtl"] .cmt-badge {
        left: 50%;
        right: auto;
        transform: translate(-50%);
    }

    /* LTR positioning on mobile */
    html[dir="ltr"] .cmt-badge {
        left: 50%;
        right: auto;
        transform: translate(-50%);
    }

    .cmt-card {
        order: 1;
        padding-bottom: 60px;
    }



    .badge-card {
        padding: 16px 8px;
        border-radius: 10px;
    }

    .badge-title {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .badge-cmt-button {
        font-size: 10px;
        padding: 4px 8px;
        margin-bottom: 8px;
    }

    .badge-link-label {
        font-size: 8px;
        margin-bottom: 6px;
    }

    .badge-conference-name {
        font-size: 9px;
    }

    .cmt-card {
        padding: 20px;
        border-radius: 16px;
        padding-bottom: 120px;
    }

    .cmt-content {
        padding: 10px 0;
    }

    .cmt-list li {
        font-size: 13px;
    }

    html[dir="rtl"] .cmt-list li {
        padding-right: 15px;
    }

    html[dir="ltr"] .cmt-list li {
        padding-left: 15px;
    }

    .btn-read-more {
        font-size: 13px;
        padding: 8px 20px;
    }

    .cmt-bottom-description {
        margin-top: 20px;
        padding: 16px;
    }

    .cmt-bottom-description p {
        font-size: 13px;
    }
}

.hero-section .container {
    z-index: 0;
}
/* Auth Pages Styles */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    background-color: #FAFAFA !important;
    overflow-x: hidden;
}

/* Scroll Animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Main Container */
.auth-container {
    display: flex;
    min-height: 100vh;
}



/* Left Side - Form Section */
.auth-form-section {
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
}

.auth-form-wrapper {
    width: 100%;
    max-width: 520px;
    padding: 20px;
    margin-top: 40px;
}

/* Top Header - Logo and Language */
.auth-top-header {
    position: absolute;
    top: 17px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Language Switcher - Old (Removed) */

.language-dropdown-auth {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    background-color: #FAFAFA;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333333;
}

.language-dropdown-auth:hover {
    background-color: #F0F0F0;
    color: #333333;
}

.language-dropdown-auth .lang-text-nav {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

/* Password Wrapper for Auth Pages */
.password-wrapper {
    position: relative;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 4;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .password-toggle-btn {
    left: 20px;
    right: auto;
}

[dir="ltr"] .password-toggle-btn {
    right: 20px;
    left: auto;
}

.password-toggle-btn img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.password-toggle-btn:hover img {
    opacity: 0.7;
}

/* Hide password toggle when input is focused (user is typing) */
.password-wrapper:focus-within .password-toggle-btn {
    opacity: 0.5;
}

/* Logo */
.auth-logo img {
    max-width: 250px;
    height: auto;
}

/* Auth Header */
.auth-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.auth-header .header-icon {
    width: 32px;
    height: 32px;
}

.auth-header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #020D18;
    margin: 0;
}

/* Form Styles */
.auth-form {
    width: 100%;
}

.form-group {
    margin-bottom: 24px;
}


.form-control {
    width: 100%;
    height: 56px;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    background-color: #FAFAFA;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

[dir="rtl"] .form-control {
    direction: rtl;
}

[dir="ltr"] .form-control {
    direction: ltr;
}

.form-control:focus {
    border-color: #15733C;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(21, 115, 60, 0.1);
}

.form-control::placeholder {
    color: #888888;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

/* Password Input Wrapper */
.password-input-wrapper {
    position: relative;
    width: 100%;
}

[dir="rtl"] .password-input-wrapper .form-control {
    padding-left: 50px;
    padding-right: 16px;
}

[dir="ltr"] .password-input-wrapper .form-control {
    padding-right: 50px;
    padding-left: 16px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 10;
}

[dir="rtl"] .password-toggle {
    left: 16px;
    right: auto;
}

[dir="ltr"] .password-toggle {
    right: 16px;
    left: auto;
}

.password-toggle:hover {
    opacity: 0.7;
}

.password-toggle img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Form Options */
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
    gap: 12px;
    flex-wrap: wrap;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.remember-me input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #15733C;
    flex-shrink: 0;
}

.remember-me label {
    color: #888888;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
}

.forgot-password {
    color: #15733C;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.forgot-password:hover {
    color: #0f5a2d;
    text-decoration: underline;
}

/* Terms Agreement */
.terms-agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
}

.terms-agreement input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #15733C;
    flex-shrink: 0;
    margin-top: 2px;
}

.terms-agreement label {
    cursor: pointer;
    flex: 1;
}

.terms-agreement a {
    color: #1977F3;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.terms-agreement a:hover {
    text-decoration: underline;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    height: 56px;
    padding: 16px 0px;
    background-color: #15733C;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.btn-submit:hover {
    background-color: #0f5a2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}

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

/* Divider */
.divider {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

.divider::before,
.divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 160px;
    height: 1px;
    background-color: #E1E1E1;
}

[dir="rtl"] .divider::before {
    right: 0;
}

[dir="rtl"] .divider::after {
    left: 0;
}

[dir="ltr"] .divider::before {
    left: 0;
}

[dir="ltr"] .divider::after {
    right: 0;
}

.divider span {
    position: relative;
    background-color: #FFFFFF;
    font-size: 14px;
    color: black;
}

/* Google Button */
.btn-google {
    width: 100%;
    height: 56px;
    padding: 0px 25px;
    background-color: #F0F0F0;
    color: black;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #E0E0E0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.btn-google:hover {
    background-color: #E8E8E8;
    border-color: #15733C;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-google img {
    width: 20px;
    height: 20px;
}

/* Auth Footer */
.auth-footer {
    text-align: center;
    font-size: 14px;
    color: #4F4F4F;
}

.auth-footer a {
    color: #15733C;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 16px;
}

.auth-footer a:hover {
    color: #0f5a2d;
    text-decoration: underline;
}

/* Confirmation Page Styles */
.confirm-description {
    text-align: center;
    font-size: 16px;
    color: #6B6B6B;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* OTP Container */
.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    direction: ltr;
}

.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    background-color: #FAFAFA;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
}

.otp-input:focus {
    border-color: #15733C;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(21, 115, 60, 0.1);
}

.otp-separator {
    font-size: 24px;
    font-weight: 600;
    color: #E1E1E1;
    user-select: none;
}

/* Resend Timer */
.resend-timer {
    text-align: center;
    margin-top: 24px;
}

.timer-display {
    font-size: 18px;
    font-weight: 600;
    color: #FFA500;
}

.resend-link {
    font-size: 16px;
    font-weight: 600;
    color: #15733C;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
}

.resend-link.show {
    display: inline-block;
}

.resend-link:hover {
    color: #0f5a2d;
    text-decoration: underline;
}

/* Right Side - Image Section */
.auth-image-section {
    flex: 1;
    position: relative;
    background-image: url('../images/wallpap1er-section1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 60px;
}

.auth-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
}

.auth-image-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFFFFF;
    max-width: 600px;
}

.auth-image-content .quote {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.auth-image-content .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.95;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.auth-image-content .footer-text {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    color: #FFFFFFCC;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .auth-image-content .quote {
        font-size: 22px;
    }

    .auth-image-content .description {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .auth-container {
        flex-direction: column;
    }

    .auth-image-section {
        min-height: 400px;
        padding: 40px 30px;
        order: 1;
    }

    .auth-form-section {
        padding: 60px 20px;
        order: 2;
    }

    .auth-top-header {
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .auth-image-content .quote {
        font-size: 20px;
    }

    .auth-image-content .description {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .auth-image-section {
        min-height: 350px;
        padding: 30px 20px;
    }

    .auth-form-section {
        padding: 40px 25px;
    }

    .auth-form-wrapper {
        max-width: 100%;
        padding: 10px;
    }

    .auth-logo img {
        max-width: 160px;
    }

    .auth-header h1 {
        font-size: 24px;
    }

    .auth-header .header-icon {
        width: 28px;
        height: 28px;
    }

    .form-control {
        padding: 12px 14px;
        font-size: 13px;
    }

    .btn-submit,
    .btn-google {
        padding: 12px;
        font-size: 14px;
    }

    .auth-image-content .quote {
        font-size: 18px;
    }

    .auth-image-content .description {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .auth-image-content .footer-text {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .auth-form-section {
        padding: 40px 20px;
    }

    .auth-form-wrapper {
        padding: 0;
        max-width: 100%;
    }

    .auth-image-section {
        min-height: 300px;
        padding: 25px 15px;
    }

    .auth-top-header {
        top: 15px;
        left: 15px;
        right: 15px;
    }

    .language-switcher {
        font-size: 13px;
    }

    .auth-logo img {
        max-width: 140px;
    }

    .auth-header {
        margin-bottom: 24px;
    }

    .auth-header h1 {
        font-size: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-control {
        font-size: 14px;
        padding: 14px;
    }

    .password-input-wrapper .form-control {
        padding-left: 45px;
    }

    .password-toggle {
        left: 12px;
    }

    .password-toggle img {
        width: 16px;
        height: 16px;
    }

    .form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }

    .forgot-password {
        font-size: 13px;
    }

    .remember-me label {
        font-size: 13px;
    }

    .otp-container {
        gap: 8px;
    }

    .otp-input {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .auth-image-content .quote {
        font-size: 16px;
    }

    .auth-image-content .description {
        font-size: 12px;
    }
}

/* Additional RTL/LTR Support for Mobile */
@media (max-width: 575px) {
    [dir="rtl"] .password-input-wrapper .form-control {
        padding-left: 45px;
        padding-right: 14px;
    }

    [dir="ltr"] .password-input-wrapper .form-control {
        padding-right: 45px;
        padding-left: 14px;
    }

    [dir="rtl"] .password-toggle {
        left: 12px;
        right: auto;
    }

    [dir="ltr"] .password-toggle {
        right: 12px;
        left: auto;
    }
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
    font-family: 'Cairo', sans-serif;
}

body {
    background-color: rgba(236, 232, 232, 0.111) !important;

}

/* Keyframe animations for hero background */
@keyframes slowZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

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

@keyframes subtleMove {
    0% {
        transform: scale(1) translateX(0);
    }

    50% {
        transform: scale(1.03) translateX(-25px);
    }

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

.hero-section {
    position: relative;
    width: 100%;
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 427px;
}

/* Animated background layer */
.hero-section::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-image: url('../assets/images/green-wallpaper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: subtleMove 2.4s ease-in-out infinite;
    z-index: 0;
}

/* Ensure content stays above animated background */
.hero-section>* {
    position: relative;
    z-index: 1;
}

.hero-content h2 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.hero-sub-content {
    gap: 3px;
    margin-top: 20px;
    color: white;
    font-size: 16px;
}

/* Arrow icon flip for LTR */
.hero-sub-content img {
    transition: transform 0.3s ease;
}

html[dir="ltr"] .hero-sub-content img {
    transform: scaleX(-1);
}

.hero-sub-content home1 {
    font-weight: 400;
}

.hero-sub-content p {
    font-weight: 600;
    margin: 0px;
}

/* Confirmation Section */
.confirmation-section {
    background-color: #FAFAFA;
    min-height: 60vh;
}

.confirmation-card {
    background-color: #EDF3F1;
    border-radius: 16px;
    padding: 35px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.icon-holder {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background-color: #1DB340;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-holder img {
    width: 54px;
    height: 54px;
    filter: brightness(0) invert(1);
}

.confirmation-title {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-family: 'Cairo', sans-serif;
}

.confirmation-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-family: 'Cairo', sans-serif;
}

.details-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 8px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.detail-label {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    font-family: 'Cairo', sans-serif;
}

.detail-value {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    font-family: 'Cairo', sans-serif;
}

.btn-back-home {
    display: block;
    width: 100%;
    background-color: #15733C;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 32px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    margin-top: 24px;
    transition: all 0.3s ease;
    font-family: 'Cairo', sans-serif;
}

.btn-back-home:hover {
    background-color: #0f5a2d;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 115, 60, 0.3);
}


.head-title {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 16px;
    width: 100%;
}

.total-amount {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-top: 16px;
    padding-bottom: 16px;
}

.payment-note {
    font-weight: 600;
    font-size: 16px;
    color: #888888;
    padding: 16px 0px;
}

/* Payment Form Card */
.payment-form-card {
    background-color: transparent;
    border: 1px solid #B5B5B5;
    border-radius: 16px;
    padding: 0;
    padding: 16px;
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.payment-title {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-family: 'Cairo', sans-serif;
}

.secure-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.secure-main {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #15733C;
    font-weight: 600;
}

.secure-badge img {
    width: 24px;
    height: 24px;
}

/* Payment Method Option */
.payment-method-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    padding-inline: 24px;
}

.payment-method-option.first-option {
    border-bottom: 1px solid #E1E1E1;
    border-radius: 16px 16px 0 0;
}

.payment-method-option.last-option {
    border-top: 1px solid #E1E1E1;
    border-radius: 0 0 16px 16px;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-radio {
    width: 24px;
    height: 24px;
    border: 2px solid #B5B5B5;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.custom-radio:hover {
    border-color: #15733C;
}

.custom-radio:checked {
    background-color: #15733C;
    border-color: #15733C;
}

.custom-radio:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.radio-wrapper label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    margin: 0;
    font-family: 'Cairo', sans-serif;
    letter-spacing: 3%;
}

/* Payment Icons */
.payment-icons {
    display: flex;
    gap: 8px;
}

.payment-icon-holder {
    width: 49px;
    height: 36px;
    border: 0.7px solid #C5CDD0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-icon-holder img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

/* Payment Form */
.payment-form {
    margin-top: 40px;
}

/* Payment Footer */
.payment-footer {
    margin-top: 24px;
}

.payment-footer .terms-text {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Cairo', sans-serif;
}

.payment-footer .terms-link {
    color: #2563EB;
    text-decoration: none;
    font-weight: 600;
}

.payment-footer .terms-link:hover {
    text-decoration: underline;
}

.encyption {
    font-weight: 500;
    font-size: 14px;
    color: #6B6B6B;
}

/* Responsive */
@media (max-width: 991px) {
    .payment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .secure-badge {
        align-items: flex-start;
    }

    .payment-method-option {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .payment-icons {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .confirmation-card {
        padding: 32px 24px;
        gap: 20px;
    }

    .icon-holder {
        width: 88px;
        height: 88px;
    }

    .icon-holder img {
        width: 44px;
        height: 44px;
    }

    .confirmation-title {
        font-size: 18px;
    }

    .confirmation-subtitle {
        font-size: 16px;
    }

    .detail-label,
    .detail-value {
        font-size: 16px;
    }

    .btn-back-home {
        font-size: 18px;
        padding: 14px 24px;
    }
}

.hero-section .container {
    z-index: 0;
}
