/* Compiled CSS from SCSS - Adeer Wealth Platform */

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #0B3C40;
    background: #FFFFFF;
    direction: rtl;
    text-align: right;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}
html[dir="ltr"] body {
    h1,h2,h3,h4,h5,h6, p, label, input, textarea, select, option {
        text-align: left !important;
    }
    .event-section {
        direction: ltr;
    }
    .features-section .cta-bar .btn-cta img {
        rotate: 180deg;
    }
    .calculator-content {
        padding: 30px 30px 30px 15px
    }
    .property-details-content {
        padding: 30px 15px 30px 30px
    }
    .return-label, .return-value .amount {
        text-align: left !important;
    }
    .number-input {
        direction: rtl;
    }
    .asset-ownership-section .asset-steps .step-item .step-card-content {
        direction: ltr;
    }
    .asset-ownership-section .asset-steps .step-item .step-image {
        border-radius: 0 16px 16px 0;
    }
    .asset-steps .step-item.step-card-2 .step-card-content {
        direction: rtl;
        text-align: left !important;
    }
    .asset-ownership-section .asset-steps .step-item.step-card-2 .step-text {
        text-align: left !important;
        direction: ltr;
    }
    .mobile-app-section .mobile-content .mobile-features .mobile-feature-card, .mobile-app-section .mobile-content .app-download .newsletter-form {
        direction: ltr;
    }
    .mobile-app-section .mobile-content .app-download .newsletter-form .btn-download {
        margin-right: 0;
        margin-left: 16px;
    }
    .mobile-app-section .mobile-content .app-download .newsletter-form .email-input {
        text-align: left;
    }
    .contact-section .social-media-card p {
        left: 85px;
        right: 30px;
    }
    .contact-section .social-media-card .social-icons {
        padding-right: 0;
        padding-left: 60px;
    }
    .footer .footer-bottom .powered-by {
        justify-items: right;
    }
    .footer .footer-saudi-vision .saudi-vision-logo .rega-logo {
        margin-left: 29px;
    }
}

body {
    overflow-x: hidden;
}

/* Smooth section transitions */
section {
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

*:focus {
    outline: 2px solid #00D5BE;
    outline-offset: 2px;
}

.container {
    max-width: 1280px;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/* ============================================
   NAVBAR STYLES - ORGANIZED BY SECTIONS
   ============================================ */

/* ============================================
   SECTION 1: MAIN NAVBAR CONTAINER
   ============================================ */

.main-header-navbar {
    position: relative;
    width: 100%;
    z-index: 1000;
    margin-bottom: 0;
}

.main-header-navbar .header-navbar-wrapper {
    background: linear-gradient(105.02deg, rgba(255, 255, 255, 0.4) 8.56%, rgba(255, 255, 255, 0) 101.67%);
    border-radius: 99px;
    padding: 0 48px;
    margin: 32px auto;
    max-width: 1280px;
    position: relative;
}

.main-header-navbar .header-navbar-wrapper .container {
    position: relative;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 64px;
    min-height: 96px;
}

/* Language Switcher Section */
.main-header-navbar .header-navbar-wrapper .header-navbar-content .language-switcher-wrapper {
    flex-shrink: 0;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .language-switcher-wrapper .language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 899px;
    padding: 0 12px;
    height: 50px;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .language-switcher-wrapper .language-switcher .lang-btn {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 45px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .language-switcher-wrapper .language-switcher .lang-btn.active {
    background: #0D2D36;
    color: #FFFFFF;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .language-switcher-wrapper .language-switcher .lang-btn:not(.active) {
    color: #0D2D36;
    background: transparent;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .language-switcher-wrapper .language-switcher .lang-btn:hover {
    opacity: 0.8;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .language-switcher-wrapper .language-switcher .globe-icon {
    margin-right: 8px;
    flex-shrink: 0;
}

/* Navigation Menu Section */
.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-menu .nav-link {
    color: #FFFFFF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-menu .nav-link:hover {
    color: #00D5BE;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-menu .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00D5BE 0%, #00B8DB 100%);
    transition: width 0.3s ease;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-menu .nav-link:hover::after {
    width: 100%;
}

/* Logo Section */
.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-brand {
    flex-shrink: 0;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-brand svg {
    width: 103px;
    height: 32px;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-brand svg text {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

/* Mobile Toggle Button */
.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    justify-content: center;
    gap: 4px;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler .navbar-toggler-icon {
    display: block;
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    position: relative;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler .navbar-toggler-icon::before,
.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler .navbar-toggler-icon::after {
    bottom: -8px;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.main-header-navbar .header-navbar-wrapper .header-navbar-content .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 0;
}

/* Mobile Menu Section */
.main-header-navbar .header-navbar-wrapper .navbar-collapse {
    display: none;
    padding-top: 24px;
    padding-bottom: 24px;
}

.main-header-navbar .header-navbar-wrapper .navbar-collapse.show {
    display: block;
}

.main-header-navbar .header-navbar-wrapper .navbar-collapse .navbar-menu-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
}

.main-header-navbar .header-navbar-wrapper .navbar-collapse .navbar-menu-mobile .nav-link {
    color: #FFFFFF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.3s ease;
    width: 100%;
    text-align: right;
}

.main-header-navbar .header-navbar-wrapper .navbar-collapse .navbar-menu-mobile .nav-link:hover {
    color: #00D5BE;
}

/* ============================================
   SECTION 7: RESPONSIVE STYLES
   ============================================ */

/* Tablet and below (992px) */
@media (max-width: 992px) {
    .header-navbar-wrapper {
        padding: 0 24px;
        margin: 24px auto;
        border-radius: 24px;
    }

    .header-navbar-content {
        gap: 24px;
        min-height: 80px;
    }

    /* Language Switcher - Tablet */
    .language-switcher-wrapper .language-switcher {
        height: 45px;
        padding: 0 10px;
    }

    .language-switcher-wrapper .language-switcher .lang-btn {
        font-size: 14px;
        padding: 4px 10px;
        min-width: 40px;
        height: 28px;
    }

    .language-switcher-wrapper .language-switcher .globe-icon {
        width: 14px;
        height: 14px;
    }

    /* Navigation Menu - Tablet */
    .navbar-menu {
        display: none;
    }

    /* Logo - Tablet */
    .navbar-brand svg {
        width: 90px;
        height: 28px;
    }

    /* Toggle Button - Tablet */
    .navbar-toggler {
        display: flex;
    }
}

/* Mobile (768px) */
@media (max-width: 768px) {
    .header-navbar-wrapper {
        padding: 0 16px;
        margin: 16px auto;
        border-radius: 20px;
    }

    .header-navbar-content {
        gap: 16px;
        min-height: 70px;
    }

    /* Language Switcher - Mobile */
    .language-switcher-wrapper .language-switcher {
        height: 40px;
        padding: 0 8px;
        gap: 6px;
    }

    .language-switcher-wrapper .language-switcher .lang-btn {
        font-size: 13px;
        padding: 4px 8px;
        min-width: 35px;
        height: 26px;
    }

    .language-switcher-wrapper .language-switcher .globe-icon {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    /* Logo - Mobile */
    .navbar-brand svg {
        width: 80px;
        height: 24px;
    }

    .navbar-brand svg text {
        font-size: 14px;
    }

    .navbar-brand svg text:last-child {
        font-size: 8px;
    }

    /* Mobile Menu - Mobile */
    .navbar-collapse .navbar-menu-mobile {
        gap: 12px;
    }

    .navbar-collapse .navbar-menu-mobile .nav-link {
        font-size: 15px;
        padding: 10px 0;
    }
}

/* Small Mobile (576px) */
@media (max-width: 576px) {
    .header-navbar-wrapper {
        padding: 0 12px;
        margin: 12px auto;
        border-radius: 16px;
    }

    .header-navbar-content {
        min-height: 60px;
        gap: 12px;
    }

    /* Language Switcher - Small Mobile */
    .language-switcher-wrapper .language-switcher {
        height: 36px;
        padding: 0 6px;
        gap: 4px;
    }

    .language-switcher-wrapper .language-switcher .lang-btn {
        font-size: 12px;
        padding: 3px 6px;
        min-width: 32px;
        height: 24px;
    }

    .language-switcher-wrapper .language-switcher .globe-icon {
        width: 10px;
        height: 10px;
        margin-right: 2px;
    }

    /* Logo - Small Mobile */
    .navbar-brand img {
        width: 120px !important;
    }
    .hero-navbar .hero-navbar-content {
        gap: 12px !important;
    }

    .navbar-brand svg text {
        font-size: 12px;
    }

    .navbar-brand svg text:last-child {
        font-size: 7px;
    }

    /* Mobile Menu - Small Mobile */
    .navbar-collapse .navbar-menu-mobile .nav-link {
        font-size: 14px;
        padding: 8px 0;
    }
    .hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher{
        padding: 4px !important;
    }
}

/* Extra Small Mobile (480px) */
@media (max-width: 480px) {
    .header-navbar-wrapper {
        padding: 0 8px;
        margin: 8px auto;
    }

    .header-navbar-content {
        min-height: 56px;
        gap: 8px;
    }

    .language-switcher-wrapper .language-switcher {
        height: 32px;
        padding: 0 4px;
    }

    .language-switcher-wrapper .language-switcher .lang-btn {
        font-size: 11px;
        padding: 2px 4px;
        min-width: 28px;
        height: 22px;
    }

    .navbar-brand svg {
        width: 60px;
        height: 18px;
    }
}

/* ============================================
   HERO HEADER SECTION - ORGANIZED BY SECTIONS
   ============================================ */

/* ============================================
   SECTION 1: MAIN HERO CONTAINER
   ============================================ */

.hero-header-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #0D2D36;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    overflow: hidden;
}

.hero-header-section .container {
    position: relative;
}

/* Background Image with Opacity */
/* .hero-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/DotGrid.svg');
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
} */

/* ============================================
   SECTION 2: NAVBAR WITHIN HERO
   ============================================ */

.hero-navbar {
    position: fixed;
    width: 100%;
    max-width: 1280px;
    height: 96px;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    transition: top 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 1280px) {
    .hero-navbar {
        left: 0;
        right: 0;
        transform: translateX(0);
        margin: 0 auto;
    }
}

.hero-navbar.navbar-sticky {
    top: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hero-navbar.navbar-sticky .hero-navbar-wrapper {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero-navbar .hero-navbar-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    gap: 10px;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    background: rgb(0 0 0 / 10%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 20%);
}

.hero-navbar .hero-navbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 64px;
    width: 100%;
    height: 100%;
}

/* Language Switcher */
.hero-navbar .hero-navbar-content .language-switcher-wrapper {
    flex-shrink: 0;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 8px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 899px;
    box-sizing: border-box;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn {
    position: relative;
    width: 45px;
    height: 32px;
    border-radius: 99px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn .lang-text {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: absolute;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn.active {
    background: #0D2D36;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn.active .lang-text {
    color: #FFFFFF;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn:not(.active) {
    background: transparent;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn:not(.active) .lang-text {
    color: #0D2D36;
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn:hover {
    transform: scale(1.05);
}

.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .globe-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 0;
}

/* Navigation Menu */
.hero-navbar .hero-navbar-content .navbar-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 24px;
}

.hero-navbar .hero-navbar-content .navbar-menu .nav-link {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.hero-navbar .hero-navbar-content .navbar-menu .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00D5BE 0%, #00B8DB 100%);
    transition: width 0.3s ease;
}

.hero-navbar .hero-navbar-content .navbar-menu .nav-link:hover {
    color: #00D5BE;
}

.hero-navbar .hero-navbar-content .navbar-menu .nav-link:hover::after {
    width: 100%;
}

/* Logo */
.hero-navbar .hero-navbar-content .navbar-brand {
    width: 103px;
}

.hero-navbar .hero-navbar-content .navbar-brand svg {
    width: 100%;
    height: 100%;
}

.hero-navbar .hero-navbar-content .navbar-brand svg rect {
    fill: #FFFFFF;
}

.hero-navbar .hero-navbar-content .navbar-brand svg text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 7.78px;
    line-height: 9px;
    fill: #FFFFFF;
}

/* Mobile Toggle */
.hero-navbar .hero-navbar-content .navbar-toggler {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    justify-content: center;
    gap: 4px;
}

.hero-navbar .hero-navbar-content .navbar-toggler .navbar-toggler-icon {
    display: block;
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 2px;
}

.hero-navbar .hero-navbar-content .navbar-toggler .navbar-toggler-icon::before,
.hero-navbar .hero-navbar-content .navbar-toggler .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hero-navbar .hero-navbar-content .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.hero-navbar .hero-navbar-content .navbar-toggler .navbar-toggler-icon::after {
    bottom: -8px;
}

.hero-navbar .hero-navbar-content .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.hero-navbar .hero-navbar-content .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.hero-navbar .hero-navbar-content .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 0;
}

/* Mobile Menu */
.hero-navbar .navbar-collapse {
    display: none;
    padding-top: 24px;
}

.hero-navbar .navbar-collapse.show {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-navbar .navbar-collapse .navbar-menu-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-navbar .navbar-collapse .navbar-menu-mobile .nav-link {
    color: #FFFFFF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.hero-navbar .navbar-collapse .navbar-menu-mobile .nav-link:hover {
    color: #00D5BE;
}

/* ============================================
   SECTION 3: HERO CONTENT SECTION
   ============================================ */

.hero-content-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
    z-index: 1;
    margin: auto 0;
}

.hero-content-section::before {
    z-index: -1;
}

.hero-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*gap: 64px;*/
    width: 100%;
    margin-top: 130px;
    padding: 10% 0;
}

/* Hero Image Container */
.hero-image-container {
    order: 1;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

.hero-image-wrapper .hero-image {
    width: 628px;
    height: 527px;
    border-radius: 16px;
    object-fit: cover;
    max-width: 100%;
}

/* Hero Text Container */
.hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 1.11px;
    height: 470px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
    width: 100%;
    height: 442px;
    justify-content: center;
}

.hero-text-content .hero-title {
    width: 565px;
    /*height: 292px;*/
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 130%;
    text-align: right;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.hero-text-content .hero-title span {
    color: #FFECBD;
}

.hero-text-content .hero-subtitle {
    width: 542px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
}

.hero-text-content .btn-hero-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 22px;
    gap: 10px;
    width: 331px;
    height: 59px;
    background: #FFECBD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 99px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.hero-text-content .btn-hero-primary .btn-text {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #0B3C40;
    text-align: center;
}

.hero-text-content .btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.hero-text-content .btn-hero-primary:active {
    transform: translateY(0);
}

/* ============================================
   HERO SECTION ANIMATIONS
   ============================================ */

/* Hero Animation Base Classes */
.hero-animate-fade-in {
    opacity: 0;
    animation: heroFadeIn 1s ease-out forwards;
}

.hero-animate-slide-left {
    opacity: 0;
    transform: translateX(50px);
    animation: heroSlideLeft 1s ease-out forwards;
}

.hero-animate-delay-1 {
    animation-delay: 0.2s;
}

.hero-animate-delay-2 {
    animation-delay: 0.4s;
}

.hero-animate-delay-3 {
    animation-delay: 0.6s;
}

.hero-animate-delay-4 {
    animation-delay: 0.8s;
}

/* Keyframe Animations */
@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes heroSlideLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Hero Image Container Animation */
.hero-image-container {
    will-change: transform, opacity;
}

.hero-image-container.hero-animate-fade-in .hero-image {
    transition: transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.hero-image-container.hero-animate-fade-in:hover .hero-image {
    transform: scale(1.02);
}

/* Hero Text Container Animation */
.hero-text-container {
    will-change: transform, opacity;
}

.hero-title {
    position: relative;
    overflow: hidden;
    will-change: transform, opacity;
}


.hero-subtitle {
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeUp 0.8s ease-out forwards;
}

.hero-subtitle.hero-animate-delay-3 {
    animation-delay: 0.6s;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Button Animation */
.btn-hero-primary {
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    animation: heroButtonFadeIn 0.8s ease-out forwards;
}

.btn-hero-primary.hero-animate-delay-4 {
    animation-delay: 0.8s;
}

@keyframes heroButtonFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Enhanced Button Hover Effect */
.btn-hero-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0px 8px 16px rgba(255, 236, 189, 0.3);
}


/* Responsive Animation Adjustments */
@media (max-width: 992px) {
    .hero-animate-slide-left {
        transform: translateX(30px);
    }

    .hero-title::after {
        animation-duration: 0.8s;
    }
}

@media (max-width: 768px) {
    .hero-animate-fade-in {
        animation-duration: 0.8s;
    }

    .hero-animate-slide-left {
        animation-duration: 0.8s;
        transform: translateX(20px);
    }

    .hero-animate-delay-1 {
        animation-delay: 0.1s;
    }

    .hero-animate-delay-2 {
        animation-delay: 0.2s;
    }

    .hero-animate-delay-3 {
        animation-delay: 0.3s;
    }

    .hero-animate-delay-4 {
        animation-delay: 0.4s;
    }

}

/* ============================================
   SECTION 4: BACKGROUND PATTERNS
   ============================================ */

.hero-background-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    flex: none;
    order: 2;
    flex-grow: 0;
    overflow: hidden;
}

.background-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(52.19% 100% at 50% 0%, #000000 0%, rgba(0, 0, 0, 0) 95.31%);
    opacity: 0.2;
    z-index: 1;
}

.background-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.dot-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('../images/DotGrid.png');
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    opacity: 0.1;
    z-index: 0;

    /* Radial gradient mask for fade effect from edges */
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.opportunity-swiper {
    padding: 25px 0px 50px 0px !important;
}
.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active,
.opportunity-swiper .swiper-pagination .swiper-pagination-bullet-active,
.opportunities-section .swiper-pagination-bullet-active,
.opportunities-section .opportunity-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #0B3C40 !important;
    background-color: #0B3C40 !important;
    opacity: 1 !important;
}
/* ============================================
   SECTION 5: RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1200px) {
    .hero-navbar .hero-navbar-content {
        gap: 16px;
    }
    .navbar-brand img {
        width: 140px;
    }
}
/* Tablet and below (992px) */
@media (max-width: 992px) {
    .section-header .section-title {
        font-size: 32px !important;
    }
    .section-header .section-subtitle {
        font-size: 16px !important;
    }
    .hero-header-section {
        min-height: auto!important;
    }

    /* Navbar - Tablet */
    .hero-navbar {
        /*position: relative;*/
        top: 0 !important;
        height: auto;
        padding: 16px 0;
    }

    .hero-navbar .hero-navbar-wrapper {
        margin: 0 auto;
        max-width: 100%;
        padding: 10px 12px;
        border-radius: 25px;
    }

    .hero-navbar .hero-navbar-content {
        gap: 24px;
        flex-wrap: wrap;
    }
    .hero-navbar .hero-navbar-content .navbar-brand {
        flex: 1;
    }

    .hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher {
        /* width: 130px; */
        height: 35px;
        padding: 8px;
        gap: 4px;
    }

    .hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn {
        width: 35px;
        height: 24px;
        min-width: 35px;
    }
    .hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn .lang-text {
        font-size: 14px;
        line-height: 20px;
    }

    .hero-navbar .hero-navbar-content .navbar-menu {
        display: none;
    }

    .hero-navbar .hero-navbar-content .navbar-toggler {
        display: flex;
    }

    /* Hero Content - Tablet */
    .hero-content-section {
        margin-top: 0;
        flex-direction: column;
    }

    .hero-content-wrapper {
        flex-direction: column;
        gap: 32px;
        text-align: center;
        margin-top: 74px;
        padding: 64px 0
    }

    .hero-image-container {
        width: 100%;
        max-width: 628px;
        height: auto;
        padding: 0;
        display: none;
    }

    .hero-image-wrapper .hero-image {
        width: 80%;
        height: auto;
        max-width: 628px;
    }

    .hero-text-container {
        width: 100%;
        max-width: 588px;
        height: auto;
        align-items: center;
    }

    .hero-text-content {
        align-items: center;
        text-align: center;
        height: auto;
    }

    .hero-text-content .hero-title {
        width: 100%;
        height: auto;
        font-size: 49px;
        text-align: center !important;
    }

    .hero-text-content .hero-subtitle {
        width: 100%;
        height: auto;
        text-align: center !important;
    }

    .hero-text-content .btn-hero-primary {
        width: auto;
        min-width: 280px;
    }
}

/* Mobile (768px) */
@media (max-width: 768px) {
    .section-header .section-title {
        font-size: 26px !important;
    }
    .section-header .section-subtitle {
        font-size: 14px !important;
    }
    .hero-header-section {
        min-height: auto;
    }

    /* Navbar - Mobile */
    /*.hero-navbar {*/
    /*    padding: 12px 0;*/
    /*}*/

    /*.hero-navbar .hero-navbar-wrapper {*/
    /*    padding: 0 16px;*/
    /*    border-radius: 24px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content {*/
    /*    gap: 16px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher {*/
    /*    width: 120px;*/
    /*    height: 40px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn {*/
    /*    width: 40px;*/
    /*    height: 28px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn .lang-text {*/
    /*    font-size: 14px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .navbar-brand {*/
    /*    width: 90px;*/
    /*    height: 28px;*/
    /*}*/

    /* Hero Content - Mobile */
    .hero-content-section {
        padding: 32px 16px;
    }

    .hero-content-wrapper {
        gap: 24px;
    }

    .hero-image-container {
        padding: 0;
    }

    .hero-text-content {
        gap: 24px;
    }

    .hero-text-content .hero-title {
        font-size: 31px;
        line-height: 120%;
    }

    .hero-text-content .hero-subtitle {
        font-size: 16px;
    }

    .hero-text-content .btn-hero-primary {
        width: 100%;
        max-width: 331px;
    }

    .hero-background-pattern {
        width: 100%;
        left: 0;
    }
}

/* Small Mobile (576px) */
@media (max-width: 576px) {
    .hero-navbar .hero-navbar-wrapper {
        padding: 10px 2px;
    }

    /*.hero-navbar .hero-navbar-content {*/
    /*    gap: 12px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher {*/
    /*    width: 110px;*/
    /*    height: 36px;*/
    /*    padding: 0 8px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn {*/
    /*    width: 35px;*/
    /*    height: 26px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .lang-btn .lang-text {*/
    /*    font-size: 13px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .language-switcher-wrapper .language-switcher .globe-icon {*/
    /*    width: 14px;*/
    /*    height: 14px;*/
    /*}*/

    /*.hero-navbar .hero-navbar-content .navbar-brand {*/
    /*    width: 80px;*/
    /*    height: 24px;*/
    /*}*/

    .hero-content-section {
        padding: 24px 12px;
    }

    .hero-text-content .hero-title {
        font-size: 25px;
        line-height: 36px;
    }

    .hero-text-content .hero-subtitle {
        font-size: 14px;
    }

    .hero-text-content .btn-hero-primary {
        padding: 14px 20px;
        height: 52px;
    }

    .hero-text-content .btn-hero-primary .btn-text {
        font-size: 16px;
    }
}

/* Section Header */
.section-header {
    margin-bottom: 64px;
}

.asset-ownership-section .section-header {
    margin-bottom: 32px;
}

.section-header .section-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 49px;
    font-weight: 500;
    line-height: 120%;
    color: #0B3C40;
    margin-bottom: 16px;
    text-align: center !important;
}

.section-header .section-subtitle {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #768284;
    text-align: center !important;
}

/* Features Section */
.features-section {
    background: #E7ECEC;
    padding: 96px 0;
    position: relative;
    z-index: 1;
}

.features-section .feature-card {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 52px 24px 24px;
    text-align: center;
    position: relative;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.features-section .feature-card-container {
    margin-top: 64px;
}

.features-section .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.features-section .feature-card .feature-icon-wrapper {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 68px;
    background: #FFECBD;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.features-section .feature-card .feature-icon-wrapper .feature-icon {
    width: 34px;
    height: 34px;
}

.features-section .feature-card .feature-icon-wrapper .feature-icon svg {
    width: 100%;
    height: 100%;
}

.features-section .feature-card .feature-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    color: #0B3C40;
    margin-bottom: 8px;
    text-align: center !important;
}

.features-section .feature-card .feature-description {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #4A5565;
    text-align: center !important;
}

.features-section .cta-bar {
    background: #0D2D36;
    border-radius: 16px;
    padding: 24px 24px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    margin-top: 64px;
}

.features-section .cta-bar .cta-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.features-section .cta-bar .cta-text {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.8);
}

.features-section .cta-bar .btn-cta {
    background: #FFECBD;
    color: #1E2939;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 24px;
    border-radius: 14px;
    border: none;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.features-section .cta-bar .btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

/* Opportunities Section */
.opportunities-section {
    background: #FAFBFC;
    padding: 64px 0;
}

/* Event Section */
.event-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.event-section .event-content {
    background: linear-gradient(180deg, #0B3C40 0%, #082B2D 100%);
    padding: 96px 0;
    position: relative;
}

.event-section .event-content .container {
    max-width: 1280px;
    margin: 0 auto;
}

.event-section .event-layout {
    display: flex;
    justify-content: space-between;
    gap: 96px;
    align-items: flex-start;
}

.event-section {
    direction: rtl;
}

.event-section .event-details-box {
    min-width: 390px;
    background: rgba(37, 66, 69, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 24px;
    backdrop-filter: blur(10px);
    flex: 1;
}

.event-section .event-details-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-align: right;
}

.event-section .event-content-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.event-section .event-title-wrapper {
    text-align: right;
}

.event-section .event-main-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-align: right;
}

.event-section .event-description {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    color: rgba(255, 255, 255, 0.9);
    text-align: right;
    margin: 0;
    max-width: 600px;
}

.event-section .event-logos {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 8px;
}

.event-section .event-logo-divider {
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
}

.event-section .event-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.event-section .event-logo-item .event-logo {
    width: auto;
    height: 56px;
    object-fit: contain;
}

.event-section .event-logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.event-section .event-logo-text .logo-arabic {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.event-section .event-logo-text .logo-english {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.event-section .event-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.event-section .event-detail-item:last-child {
    margin-bottom: 0;
}

.event-section .event-detail-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffecbd42;
    border-radius: 50%;
    padding: 12px;
}

.event-section .event-detail-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-section .event-detail-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-section .event-detail-label {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-section .event-detail-value {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 150%;
}

.event-section .event-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 48px;
}

.event-section .event-image {
    width: auto;
    max-width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Event Section Specific Animations */
.event-section .event-content-right {
    will-change: transform, opacity;
}

.event-section .event-details-box {
    will-change: transform, opacity;
}

.event-section .event-main-title {
    transition: transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.event-section .event-description {
    transition: transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.event-section .event-logos {
    will-change: transform, opacity;
}

.event-section .event-logo-item {
    transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform, opacity;
}

.event-section .event-logo-item:hover {
    transform: translateY(-4px) scale(1.05);
}

.event-section .event-detail-item {
    will-change: transform, opacity;
    transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.event-section .event-detail-item:hover {
    transform: translateX(-8px);
}

.event-section .event-detail-icon {
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1),
                background-color 0.3s ease,
                box-shadow 0.3s ease;
}

/* .event-section .event-detail-item:hover .event-detail-icon {
    transform: scale(1.15) rotate(8deg);
    background-color: rgba(255, 236, 189, 0.7);
    box-shadow: 0 4px 12px rgba(255, 236, 189, 0.3);
} */

/* Smooth entrance animation for the entire section */
.event-section {
    animation: fadeInSection 0.8s ease-out;
}

@keyframes fadeInSection {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Add subtle animation to title */
.event-section .event-main-title {
    position: relative;
    overflow: hidden;
}

.event-section .event-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: width 0.6s ease-out;
}

.event-section .event-image-wrapper {
    will-change: transform, opacity;
}

.event-section .event-image-wrapper.scroll-animate {
    transform: translateY(40px);
    opacity: 0;
}

.event-section .event-image-wrapper.scroll-animate.animate-in {
    transform: translateY(0);
    opacity: 1;
}

.event-section .event-image-wrapper.scroll-animate.animate-in .event-image {
    transform: scale(1);
    opacity: 1;
}

.event-section .event-image-wrapper.scroll-animate .event-image {
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
                opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* RTL Animation Direction - Content slides from right */
.event-section .event-content-right.scroll-animate {
    transform: translateX(40px);
    opacity: 0;
}

.event-section .event-content-right.scroll-animate.animate-in {
    transform: translateX(0);
    opacity: 1;
}

/* Details box slides from left with subtle scale */
.event-section .event-details-box.scroll-animate {
    transform: translateX(-40px) scale(0.95);
    opacity: 0;
}

.event-section .event-details-box.scroll-animate.animate-in {
    transform: translateX(0) scale(1);
    opacity: 1;
}

/* Add subtle shadow animation on details box */
.event-section .event-details-box {
    transition: box-shadow 0.3s ease;
}

.event-section .event-details-box:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Logo items fade in with slight scale */
.event-section .event-logo-item.scroll-animate {
    opacity: 0;
    transform: scale(0.85) translateY(10px);
}

.event-section .event-logo-item.scroll-animate.animate-in {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* Detail items slide in from right with fade */
.event-section .event-detail-item.scroll-animate {
    opacity: 0;
    transform: translateX(20px);
}

.event-section .event-detail-item.scroll-animate.animate-in {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive Styles for Event Section */
@media (max-width: 1200px) {
    .event-section .event-content .container {
        padding: 0 24px;
    }
    .event-section .event-main-title {
        font-size: 40px;
    }
    .event-section .event-layout {
        gap: 24px;
    }
}

@media (max-width: 992px) {
    .event-section .event-content {
        padding: 64px 0;
    }

    .event-section .event-content .container {
        padding: 0 24px;
    }

    .event-section .event-layout {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .event-section .event-details-box {
        order: 2;
        width: 60%;
    }

    .event-section .event-content-right {
        order: 1;
        align-items: center;
    }

    .event-section .event-main-title {
        font-size: 36px;
        margin-bottom: 16px;
        text-align: center;
    }

    .event-section .event-description {
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }

    .event-section .event-logos {
        justify-content: flex-start;
    }

    .event-section .event-details-box {
        padding: 24px;
    }

    .event-section .event-details-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .event-section .event-content {
        padding: 48px 0;
    }

    .event-section .event-content .container {
        padding: 0 16px;
    }

    .event-section .event-layout {
        gap: 24px;
    }

    .event-section .event-main-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .event-section .event-description {
        font-size: 15px;
        line-height: 160%;
    }

    .event-section .event-content-right {
        gap: 24px;
    }

    .event-section .event-logos {
        flex-wrap: wrap;
        gap: 20px;
    }

    .event-section .event-logo-divider {
        height: 1px;
    }

    .event-section .event-logo-item .event-logo {
        height: 42px;
    }

    .event-section .event-logo-divider {
        height: 60px;
    }

    .event-section .event-details-box {
        padding: 20px;
        border-radius: 16px;
    }

    .event-section .event-details-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .event-section .event-detail-item {
        gap: 12px;
        margin-bottom: 16px;
    }

    .event-section .event-detail-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .event-section .event-detail-label {
        font-size: 12px;
    }

    .event-section .event-detail-value {
        font-size: 16px;
    }

    .event-section .event-image-wrapper {
        margin-top: 32px;
    }

    .event-section .event-image {
        height: 170px;
    }

    /* Reduce animation intensity on mobile */
    .event-section .event-content-right.scroll-animate {
        transform: translateX(20px);
    }

    .event-section .event-details-box.scroll-animate {
        transform: translateX(-20px);
    }

    .event-section .event-detail-item:hover {
        transform: translateX(-4px);
    }
}

@media (max-width: 576px) {
    .event-section .event-content {
        padding: 40px 0;
    }

    .event-section .event-detail-icon {
        width: 32px;
        height: 32px;
        padding: 7px;
    }

    .event-section .event-content .container {
        padding: 0 16px;
    }

    .event-section .event-layout {
        gap: 20px;
    }

    .event-section .event-content-right {
        gap: 20px;
    }

    .event-section .event-main-title {
        font-size: 24px;
        line-height: 130%;
    }

    .event-section .event-description {
        font-size: 14px;
    }

    .event-section .event-logo-divider {
        height: 50px;
    }

    .event-section .event-detail-icon {
        width: 32px;
        height: 32px;
        padding: 7px;
    }

    .event-section .event-logo-text .logo-arabic {
        font-size: 12px;
    }

    .event-section .event-logo-text .logo-english {
        font-size: 10px;
    }

    .event-section .event-details-box {
        padding: 16px;
        min-width: 100%;
    }

    .event-section .event-details-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .event-section .event-detail-value {
        font-size: 14px;
    }
}

.opportunity-card {
    background: #FFFFFF;
    border: 0.64px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    max-width: 370px;
}
.swiper-slide {
    max-width: 370px;
}
.opportunity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.opportunity-card .opportunity-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.opportunity-card .opportunity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opportunity-card .opportunity-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.opportunity-card .opportunity-image .opportunity-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #E6F7EF;
    border: 1px solid #007B41;
    border-radius: 1600px;
    padding: 8px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #0B3C40;
    z-index: 1;
}

.opportunity-card .opportunity-content {
    padding: 16px;
}

.opportunity-card .opportunity-content .opportunity-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: #1E2939;
    margin-bottom: 0px;
    text-align: right;
    height: 60px;
}

.opportunity-card .opportunity-content .opportunity-location {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

.opportunity-card .opportunity-content .opportunity-location span {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #768284;
}

.opportunity-card .opportunity-content .opportunity-stats {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.opportunity-card .opportunity-content .opportunity-stats .stat-item {
    flex: 1;
    background: #F9FAFB;
    border: 0.64px solid #E5E7EB;
    border-radius: 16px;
    padding: 8px;
    text-align: center;
}

.opportunity-card .opportunity-content .opportunity-stats .stat-item .stat-icon {
    font-size: 20px;
    margin-bottom: 4px;
}

.opportunity-card .opportunity-content .opportunity-stats .stat-item .stat-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.opportunity-card .opportunity-content .opportunity-stats .stat-item .stat-content .stat-label {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #768284;
}

.opportunity-card .opportunity-content .opportunity-stats .stat-item .stat-content .stat-value {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0B3C40;
}

.opportunity-card .opportunity-content .opportunity-progress {
    background: #FFECBD;
    border: 0.64px solid #B5A886;
    border-radius: 20px;
    padding: 12px;
    margin-bottom: 10px;
}

.opportunity-card .opportunity-content .opportunity-progress .progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.opportunity-card .opportunity-content .opportunity-progress .progress-info span {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    color: #334548;
}
.opportunity-card .opportunity-content .opportunity-progress .progress-info span .progress-value {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #334548;
}

.opportunity-card .opportunity-content .opportunity-progress .progress-info span:last-child {
    font-size: 13px;
    font-weight: 500;
}

.opportunity-card .opportunity-content .opportunity-progress .progress-bar {
    width: 100%;
    height: 8px;
    background: #F7F7F8;
    border-radius: 2.14e7px;
    overflow: hidden;
}

.opportunity-card .opportunity-content .opportunity-progress .progress-bar .progress-fill {
    height: 100%;
    background: #0B3C40;
    border-radius: 2.14e7px;
    transition: width 0.3s;
}

.opportunity-card .opportunity-content .btn-opportunity {
    width: 100%;
    background: #0B3C40;
    color: #FFFFFF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 99px;
    border: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    transition: all 0.3s;
}

.opportunity-card .opportunity-content .btn-opportunity:hover {
    background: #0D2D36;
    transform: translateY(-2px);
}

/* Asset Ownership Section */
.asset-ownership-section {
    background: #FFFFFF;
    padding: 96px 0;
    position: relative;
    overflow: visible;
}

.asset-ownership-section .asset-card {
    background: #FAFBFC;
    border-radius: 24px;
    padding: 24px;
    min-height: 424px;
}
/* Asset Steps Vertical Sliding Animation */

.asset-ownership-section .asset-steps-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0 0;
}

.asset-ownership-section .asset-steps {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.asset-ownership-section .asset-steps .step-item {
    position: relative;
    width: 100%;
    max-width: 1280px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    transition: transform 0.1s ease-out, filter 0.1s ease-out;
    will-change: transform, filter;
    margin: 64px 0;
}

.asset-ownership-section .asset-steps .step-item.step-card-1 {
    z-index: 2;
}

.asset-ownership-section .asset-steps .step-item.step-card-2 {
    z-index: 3;
    position: relative;
}

.asset-ownership-section .asset-steps .step-item.step-card-3 {
    z-index: 1;
    margin-bottom: 0;
}

.asset-ownership-section .asset-steps .step-item.step-card-3:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.asset-ownership-section .asset-steps .step-item.visible,
.asset-ownership-section .asset-steps .step-item.active {
    pointer-events: auto;
    opacity: 1;
    transform: none;
    filter: none;
}

.asset-ownership-section .asset-steps .step-item .step-card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    direction: rtl;
}

.asset-ownership-section .asset-steps .step-item .step-image {
    flex: 0 0 400px;
    height: 340px;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    background: #E7ECEC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 24px;
}

/* .asset-ownership-section .asset-steps .step-item .step-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(37, 66, 69, 0.9) 0%, rgba(0, 0, 0, 0.6) 56.57%);
    z-index: 1;
} */

.asset-ownership-section .asset-steps .step-item .step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    border-radius: 16px;
}

.asset-ownership-section .asset-steps .step-item .step-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
    padding: 20px 40px;
}

.asset-ownership-section .asset-card .asset-visual {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #254245 0%, #000000 56.57%);
    border-radius: 20px;
    min-height: 364px;
}

.asset-ownership-section .asset-steps .step-item .step-text .step-badge {
    display: inline-block;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0B3C40;
    background: #FFECBD;
    padding: 8px 20px;
    border-radius: 1600px;
    width: fit-content;
}

.asset-ownership-section .asset-steps .step-item h3 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    color: #0B3C40;
    margin: 0;
}

.asset-ownership-section .asset-steps .step-item p {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #4A5565;
    margin: 0;
}

.asset-ownership-section .asset-steps .step-item .step-text .step-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px 18px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #364153;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 8px;
    text-decoration: none;
    width: fit-content;
    direction: rtl;
}

.asset-ownership-section .asset-steps .step-item .step-text .step-action-btn:hover {
    background: #F3F4F6;
    border-color: #D1D5DB;
    transform: translateY(-2px);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.asset-ownership-section .asset-steps .step-item .step-text .step-action-btn .step-btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.asset-ownership-section .asset-steps .step-item .step-text .step-action-btn .step-btn-icon path {
    transition: stroke 0.3s ease;
}

.asset-ownership-section .asset-steps .step-item .step-text .step-action-btn:hover .step-btn-icon path {
    stroke: #0B3C40;
}

.asset-ownership-section .asset-steps .step-item .step-text .step-action-btn span {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #364153;
}
/* Responsive styles for asset steps */
@media (max-width: 992px) {
    .asset-ownership-section {
        padding: 64px 0;
    }

    /* Remove large spacing between steps on mobile */
    .asset-ownership-section .asset-steps {
        gap: 32px;
    }

    .asset-ownership-section .asset-steps .step-item {
        margin: 0;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        filter: none !important;
        z-index: 1 !important;
    }

    .asset-ownership-section .asset-steps .step-item .step-card-content {
        flex-direction: column;
        gap: 32px;
    }

    .asset-ownership-section .asset-steps .step-item .step-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .asset-ownership-section .asset-steps .step-item .step-text {
        text-align: center;
    }

    .asset-ownership-section .asset-steps .step-item .step-text .step-badge,
    .asset-ownership-section .asset-steps .step-item .step-text .step-action-btn {
        margin-left: auto;
        margin-right: auto;
    }
}
/* Asset Steps - Normal Display (No Animation) */
.asset-steps {
    position: relative;
    overflow: visible;
}

.asset-steps .step-item {
    position: relative;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transform: none;
}

.asset-steps .step-item.step-card-1,
.asset-steps .step-item.step-card-2,
.asset-steps .step-item.step-card-3 {
    z-index: 1;
}

.asset-steps .step-item.step-card-2 .step-card-content {
    direction: ltr;
}
.asset-ownership-section .asset-steps .step-item.step-card-2 .step-image {
    border-radius: 0 16px 16px 0;
}
.asset-ownership-section .asset-steps .step-item.step-card-2 .step-text {
    direction: rtl;
}
.asset-steps .step-item.visible,
.asset-steps .step-item.active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

/* Mobile App Section */
.mobile-app-section {
    background: #FAFBFC;
    padding: 96px 0;
    overflow: hidden;
    margin-top: -700px;
    direction: rtl;
}

/* Enhanced animations for mobile app section */
.mobile-app-section .mobile-content.scroll-animate {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mobile-app-section .mobile-content.scroll-animate.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.mobile-app-section .coming-soon-badge.scroll-animate {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
    transition: opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mobile-app-section .coming-soon-badge.scroll-animate.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mobile-app-section .section-title.scroll-animate,
.mobile-app-section .section-subtitle.scroll-animate,
.mobile-app-section .mobile-feature-card-title.scroll-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mobile-app-section .section-title.scroll-animate.animate-in,
.mobile-app-section .section-subtitle.scroll-animate.animate-in,
.mobile-app-section .mobile-feature-card-title.scroll-animate.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.mobile-app-section .mobile-image-wrapper.scroll-animate {
    opacity: 0;
    transform: translateX(50px) scale(0.95);
    transition: opacity 0.9s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.9s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mobile-app-section .mobile-image-wrapper.scroll-animate.animate-in {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.mobile-app-section .mobile-image-wrapper.scroll-animate .mobile-image {
    transition: transform 0.9s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mobile-app-section .mobile-image-wrapper.scroll-animate.animate-in .mobile-image {
    transform: scale(1);
}

.mobile-app-section .mobile-feature-card.scroll-animate {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    transition: opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                box-shadow 0.3s ease;
}

.mobile-app-section .mobile-feature-card.scroll-animate.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mobile-app-section .mobile-feature-card.scroll-animate.animate-in:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mobile-app-section .app-download.scroll-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.mobile-app-section .app-download.scroll-animate.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.mobile-app-section .mobile-image-wrapper {
    text-align: center;
}

.mobile-app-section .mobile-image-wrapper .mobile-image {
    max-width: 100%;
    height: auto;
    max-height: 480px;
}

.mobile-app-section .mobile-content .coming-soon-badge {
    display: inline-block;
    background: #FFECBD;
    padding: 13px 44px;
    border-radius: 1600px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0B3C40;
    margin-bottom: 16px;
}

.mobile-app-section .mobile-content .section-subtitle{
    color: #768284;
}

.mobile-app-section .mobile-content .mobile-features {
    display: flex;
    gap: 16px;
    margin: 16px 0 32px 0;
    flex-wrap: wrap;
}

.mobile-app-section .mobile-content .mobile-features .mobile-feature-card {
    flex: 1;
    /* min-width: 184px; */
    background: #FFFFFF;
    border: 1px solid #D8D9D9;
    border-radius: 16px;
    padding: 16px;
}

.mobile-app-section .mobile-content .mobile-features .mobile-feature-card .feature-icon-box {
    width: 48px;
    height: 48px;
    background: #E8D7AC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 12px;
}

.mobile-app-section .mobile-content .mobile-features .mobile-feature-card h4 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #082B2D;
    margin-bottom: 4px;
}

.mobile-app-section .mobile-content .mobile-features .mobile-feature-card p {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #768284;
    margin: 0;
}

.mobile-app-section .mobile-content .app-download {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.mobile-app-section .mobile-content .app-download .email-input {
    flex: 1;
    min-width: 200px;
    border: 1px solid #D8D9D9;
    border-radius: 99px;
    padding: 16px 24px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    text-align: right;
}

.mobile-app-section .mobile-content .app-download .email-input::placeholder {
    color: rgba(30, 41, 57, 0.5);
}

.mobile-app-section .mobile-content .app-download .btn-download {
    background: #0B3C40;
    color: #FFFFFF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 22px;
    border-radius: 99px;
    border: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    white-space: nowrap;
    margin-right: 16px;
}
.mobile-app-section .mobile-content .app-download .btn-download img {
    margin-left: 10px;
}

.mobile-app-section .mobile-content .app-download .btn-download:hover {
    background: #0D2D36;
}

.mobile-app-section .mobile-content .app-download .newsletter-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}

.mobile-app-section .mobile-content .app-download .newsletter-form .email-input {
    flex: 1;
    min-width: 200px;
}

.mobile-app-section .mobile-content .app-download .newsletter-form .error-message {
    display: none;
    color: #E54545;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    margin-right: 4px;
    line-height: 1.4;
    width: 100%;
    order: 3;
}

.mobile-app-section .mobile-content .app-download .newsletter-form .btn-download {
    flex-shrink: 0;
    align-self: flex-start;
}

.mobile-app-section .mobile-content .app-download .newsletter-success {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #E6F7E6;
    border: 1px solid #22AC06;
    border-radius: 99px;
    width: 100%;
    animation: fadeIn 0.3s ease-in;
}

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

.mobile-app-section .mobile-content .app-download .newsletter-success .success-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    flex-shrink: 0;
}

.mobile-app-section .mobile-content .app-download .newsletter-success .success-icon svg {
    width: 20px;
    height: 20px;
}

.mobile-app-section .mobile-content .app-download .newsletter-success .success-message {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C2628;
    margin: 0;
    flex: 1;
}

.mobile-app-section .mobile-content .app-download .btn-download:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 992px) {
    .mobile-app-section {
        text-align: center !important;
        padding: 64px 0;
        margin-top: 0 !important;
    }
    .mobile-app-section .container {
        max-width: 100%;
    }
    .mobile-app-section .mobile-image-wrapper .mobile-image {
        max-height: 300px;
    }
    .asset-ownership-section .asset-steps .step-item .step-image img {
        width: auto;
    }
    .mobile-app-section .mobile-content .mobile-features .mobile-feature-card .feature-icon-box {
        margin: 0 auto 16px;
    }
    .mobile-app-section .mobile-content {
        p, h2, h4 {
            text-align: center !important;
        }
    }
}

@media (max-width: 768px) {
    .mobile-app-section .mobile-image-wrapper .mobile-image {
        max-height: 250px;
    }
    .mobile-app-section .mobile-content .mobile-features {
        margin: 16px 0 32px 0;
    }
    .mobile-app-section .mobile-content .app-download .newsletter-form .btn-download {
        margin: 24px 0 0 0 !important;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .mobile-app-section .mobile-content .mobile-features .mobile-feature-card {
        min-width: 100%;
    }
}

/* Our Partners Section */
.our-partners-section {
    background: #E7ECEC;
    padding: 96px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.our-partners-section .container {
    padding: 0 32px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.our-partners-section .partners-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 16px;
    border-radius: 16px;
    width: 100%;
    /* max-width: 1280px; */
    margin: 0 auto;
    overflow: hidden;
}

.our-partners-section .partners-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.our-partners-section .partners-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.our-partners-section .partners-swiper .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-partners-section .partner-logo-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6.08829px;
    gap: 12.18px;
    width: 155.29px;
    height: 134px;
    background: #FFFFFF;
    border: 1.52207px solid #EAECF0;
    box-shadow: 0px 1.52207px 3.04415px rgba(16, 24, 40, 0.05);
    border-radius: 18.2649px;
    transition: all 0.3s ease;
}

/* .our-partners-section .partner-logo-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 8px rgba(16, 24, 40, 0.1);
} */

.our-partners-section .partner-logo-wrapper .partner-logo {
    width: 121.77px;
    height: auto;
    /* max-height: 57.79px; */
    object-fit: contain;
}

@media (max-width: 992px) {
    .our-partners-section {
        padding: 0;
    }
    .our-partners-section .container {
        padding: 0;
    }
    .our-partners-section .partners-content {
        padding: 64px 8px;
    }
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 50%, #F9FAFB 100%);
    padding: 96px 0 0 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before,
.contact-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(64px);
    opacity: 0.3;
    z-index: 0;
}

.contact-section::before {
    background: rgba(11, 60, 64, 0.1);
    top: -180px;
    right: -180px;
}

.contact-section::after {
    background: rgba(51, 69, 72, 0.1);
    bottom: -200px;
    left: -200px;
}

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

.contact-section .contact-info-card,
.contact-section .social-media-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
}

.contact-section .contact-info-card h3,
.contact-section .social-media-card h3 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #0B3C40;
    margin-bottom: 27px;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 12px;
}

.contact-section .contact-info-card h3::before,
.contact-section .social-media-card h3::before {
    content: '';
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #E8D7AC url('/adeerWealth/images/structure.svg') no-repeat center;
    background-size: 24px 24px;
    border-radius: 20px;
    display: inline-block;
    flex-shrink: 0;
}

.contact-section .contact-info-card h3::before {
    background: #E8D7AC url('/adeerWealth/images/phone.svg') no-repeat center;
    align-items: center !important;
}
.contact-section .contact-info-card h3 {
    align-items: center !important;
    margin-bottom: 24px;
}

.contact-section .contact-info-card .contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 24px;
    background: #F7F7F8;
    border: 1px solid #D8D9D9;
    border-radius: 16px;
    margin-bottom: 16px;
}

.contact-section .contact-info-card .contact-item .contact-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(11, 60, 64, 0.1) 0%, rgba(51, 69, 72, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.contact-section .contact-info-card .contact-item .contact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.contact-section .contact-info-card .contact-item .contact-details .contact-label {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #768284;
}

.contact-section .contact-info-card .contact-item .contact-details .contact-value {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.contact-section .social-media-card p {
    color: #4A5565;
    position: absolute;
    top: 52px;
    right: 85px;
}

.contact-section .social-media-card .social-icons {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    padding-right: 60px;
}

.contact-section .social-media-card .social-icons .social-icon {
    width: 56px;
    height: 56px;
    background: #F9FAFB;
    border: 1.9px solid #E5E7EB;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #4A5565;
    font-weight: bold;
    transition: all 0.3s;
}

.contact-section .social-media-card .social-icons .social-icon:hover {
    background: #0B3C40;
    color: #FFFFFF;
    border-color: #0B3C40;
}

.contact-section .contact-form-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 24px;
}

.contact-section .contact-form-card h3 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #0B3C40;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}

.contact-section .contact-form-card h3::before {
    content: '';
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #E8D7AC url('/adeerWealth/images/sendTo.svg') no-repeat center;
    background-size: 24px 24px;
    border-radius: 20px;
    display: inline-block;
    flex-shrink: 0;
}

.contact-section .contact-form-card .contact-form .form-group {
    margin-bottom: 24px;
}

.contact-section .contact-form-card .contact-form .form-group label {
    display: block;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #364153;
    margin-bottom: 8px;
    text-align: right;
}

.contact-section .contact-form-card .contact-form .form-group .form-control {
    width: 100%;
    border: 1px solid #D8D9D9;
    border-radius: 99px;
    padding: 16px 24px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    text-align: right;
}

.contact-section .contact-form-card .contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #0B3C40;
}

.contact-section .contact-form-card .contact-form .form-group textarea.form-control {
    border-radius: 20px;
    resize: vertical;
}

.contact-section .contact-form-card .contact-form .btn-submit {
    width: 100%;
    background: #0B3C40;
    color: #FFFFFF;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 22px;
    border-radius: 99px;
    border: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    transition: all 0.3s;
}

.contact-section .contact-form-card .contact-form .btn-submit:hover {
    background: #0D2D36;
    transform: translateY(-2px);
}

.contact-section .contact-form-card .contact-form .btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.contact-section .contact-form-card .contact-form .form-group .error-message {
    display: none;
    color: #E54545;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    margin-right: 4px;
    line-height: 1.4;
}

/* Toast Container */
.toast-container {
    position: fixed;
    bottom: 73px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

/* Toast Notification */
.contact-success-toast {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #E6F7E6;
    border: 1px solid #22AC06;
    border-radius: 20px;
    min-width: 400px;
    max-width: 500px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideInLeft 0.3s ease-out, fadeIn 0.3s ease-out;
    pointer-events: auto;
    position: relative;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.contact-success-toast .success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-success-toast .success-icon img {
    width: 32px;
    height: 32px;
}

.contact-success-toast .success-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-success-toast .success-content .success-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #22AC06;
    margin: 0;
    line-height: 1.4;
}

.contact-success-toast .success-content .success-message {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C2628;
    margin: 0;
    line-height: 1.4;
}

.contact-success-toast .toast-close {
    position: absolute;
    top: 12px;
    left: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.contact-success-toast .toast-close:hover {
    background: rgba(0, 0, 0, 0.05);
}

.contact-success-toast .toast-close svg {
    width: 16px;
    height: 16px;
    stroke: #1C2628;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .contact-section {
        padding: 64px 0;
    }
    .contact-section .contact-info-card h3, .contact-section .social-media-card h3 {
        font-size: 20px !important;
    }
    .contact-section .social-media-card .social-icons .social-icon {
        width: 40px;
        height: 40px;
    }
    .contact-section .social-media-card .social-icons .social-icon img {
        width: 20px;
        height: 20px;
    }
    .contact-section .contact-info-card .contact-item .contact-details .contact-value {
        font-size: 14px !important;
    }
}
/* Footer */

/* Footer */
.footer {
    background: linear-gradient(135deg, #101828 0%, #0B3C40 50%, #101828 100%);
    /* border-radius: 24px 24px 0 0; */
    padding: 55px 24px 24px;
    margin-top: 64px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    /* justify-self: center; */
}

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

.footer::before {
    content: '';
    position: absolute;
    width: 386.5px;
    height: 386.5px;
    left: -161.24px;
    top: -161.24px;
    background: rgba(51, 69, 72, 0.3);
    opacity: 0.31;
    filter: blur(64px);
    border-radius: 50%;
    z-index: 0;
}

.footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.footer .footer-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(234, 236, 240, 0.1);
}

.footer .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.footer .footer-brand .footer-logo-wrapper {
    width: 110px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .footer-brand .footer-logo-wrapper .footer-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.footer .footer-brand .footer-tagline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.footer .footer-brand .footer-tagline h4 {
    font-family: 'ABeeZee', 'Inter', 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
    text-align: right;
}

.footer .footer-brand .footer-tagline p {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-align: right;
}

.footer .footer-saudi-vision {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.footer .footer-saudi-vision .saudi-vision-logo {
    width: 100%;
    max-width: 277px;
    height: auto;
    display: flex;
    justify-content: flex-start;
}
.footer .footer-saudi-vision .saudi-vision-logo  .rega-logo {
    margin-right: 29px;
}

.footer .footer-saudi-vision .saudi-vision-logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.footer .footer-saudi-vision .saudi-vision-text {
    font-family: 'ABeeZee', 'Inter', 'IBM Plex Sans Arabic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-align: right;
}

.footer .footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer .footer-section .footer-section-title {
    font-family: 'ABeeZee', 'Inter', 'IBM Plex Sans Arabic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
    text-align: right;
}

.footer .footer-section .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer .footer-section .footer-links-list li {
    margin: 0;
}

.footer .footer-section .footer-links-list li a {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    text-align: right;
    transition: color 0.3s ease;
}

.footer .footer-section .footer-links-list li a:hover {
    color: #FFFFFF;
}

.footer .footer-bottom .footer-copyright {
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    text-align: right;
}
.footer .footer-bottom .powered-by  {
    justify-items: left;
}
.footer .footer-bottom .footer-powered-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.footer .footer-bottom .footer-powered-by .powered-by-text {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
}

.footer .footer-bottom .footer-powered-by .powered-by-logo {
    width: 75px;
    height: 38.48px;
    object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .footer .footer-content {
        gap: 32px;
    }

    .footer .footer-brand,
    .footer .footer-saudi-vision,
    .footer .footer-section {
        align-items: center;
        text-align: center;
    }

    .footer .footer-brand .footer-tagline,
    .footer .footer-saudi-vision .saudi-vision-text,
    .footer .footer-section .footer-section-title,
    .footer .footer-section .footer-links-list {
        align-items: center;
        text-align: center;
    }

    .footer .footer-section .footer-links-list li a {
        text-align: center;
    }

    .footer .footer-bottom .footer-powered-by {
        justify-content: center;
    }

    .footer .footer-bottom .footer-copyright {
        text-align: center;
    }
    .footer .footer-saudi-vision .saudi-vision-text, .footer .footer-saudi-vision .saudi-vision-text, .footer .footer-brand .footer-tagline p {
        text-align: center !important;
    }

}
@media (max-width: 576px) {
    .footer .footer-bottom > div {
        flex-direction: column;
        gap: 24px;
    }
    .footer .footer-brand .footer-tagline p {
        text-align: center !important;
    }
    .footer .footer-saudi-vision .saudi-vision-text, .footer .footer-saudi-vision .saudi-vision-text {
        text-align: center !important;
    }
}
/* ============================================
   SMOOTH SCROLL ANIMATIONS & VERTICAL SLIDER
   ============================================ */

/* Section base styles */
section {
    position: relative;
}

.hero-header-section {
    min-height: 100vh;
}

/* Smooth section entry animations */
section.section-entering {
    opacity: 0.8;
    transform: translateY(15px);
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

section.section-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Smooth scroll container */
html {
    scroll-padding-top: 0;
}

/* Enhanced scroll behavior */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Scroll Animation Classes */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

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

.scroll-animate-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.scroll-animate-left.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.scroll-animate-right.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s cubic-bezier(0.4, 0.0, 0.2, 1),
                transform 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.scroll-animate-scale.animate-in {
    opacity: 1;
    transform: scale(1);
}

.scroll-animate-fade {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.scroll-animate-fade.animate-in {
    opacity: 1;
}

/* Staggered Animation Delays */
.scroll-animate-delay-1 {
    transition-delay: 0.1s;
}

.scroll-animate-delay-2 {
    transition-delay: 0.2s;
}

.scroll-animate-delay-3 {
    transition-delay: 0.3s;
}

.scroll-animate-delay-4 {
    transition-delay: 0.4s;
}

.scroll-animate-delay-5 {
    transition-delay: 0.5s;
}

/* Smooth Hover Animations */
.feature-card,
.opportunity-card,
.mobile-feature-card,
.contact-form-card,
.contact-info-card,
.social-media-card {
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1),
                box-shadow 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Smooth Button Animations */
.btn,
.btn-submit,
.btn-download,
.btn-cta {
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Performance optimizations for smooth scrolling */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* GPU acceleration for smoother animations */
section,
.scroll-animate,
.scroll-animate-left,
.scroll-animate-right,
.scroll-animate-scale {
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Disable scroll snap on mobile for better UX */
@media (max-width: 768px) {
    html {
        scroll-behavior: smooth;
    }

    section {
        min-height: auto;
    }

    section.section-entering,
    section.section-active {
        opacity: 1;
        transform: none;
    }
}
