.hero-content-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.title-heading .heading {
    font-weight: 400;
}

.hero-section {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}

.hero-section-inner {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
}

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

.hero-section-art {
    overflow: hidden;
}

.hero-art-image {
    display: block;
}


/* Media Queries */

@media (min-width: 992px) {
    .hero-section {
        min-height: 100vh;
    }

    .hero-section-art {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .hero-art-image {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: right top;
    }
    .hero-section-content {
        display: flex;
        align-items: center;
        width: 50%;
        max-width: 780px;
        min-height: 100vh;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .title-heading .para-desc {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
    }
    .hero-section-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100%;
    }
    .hero-section-content {
        order: 1;
        flex: 0 0 auto;
        padding-top: 100px;
        padding-bottom: 1.5rem;
    }
    .hero-section-art {
        order: 2;
        flex: 1 1 auto;
        min-height: 0;
        position: relative;
    }
    .hero-art-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
    .title-heading .heading {
        font-size: 30px !important;
        font-weight: 500 !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .title-heading .para-desc {
        font-size: 24px;
    }
}

.img-thumbnail {
    padding: 0.1rem !important;
    border: 0;
}


/* Desktop glass navigation — fixed center menu only */

@media (min-width: 992px) {
    #butter #topnav {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10;
        background: transparent !important;
        box-shadow: none !important;
    }

    #butter #topnav.nav-sticky,
    #butter #topnav.scroll {
        background: transparent !important;
        box-shadow: none !important;
    }

    #butter #topnav .topnav-container {
        background: transparent !important;
    }

    #butter #topnav #navigation {
        display: none !important;
    }

    #nav-fixed-portal {
        position: fixed;
        top: 22px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        width: auto;
    }

    #nav-fixed-portal .nav-glass-panel {
        background: rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(20px) saturate(180%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.55);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.08);
        padding: 6px 18px;
    }

    #nav-fixed-portal .navigation-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    #nav-fixed-portal .navigation-menu > li {
        position: relative;
        margin: 0 4px;
    }

    #nav-fixed-portal .navigation-menu > li > a {
        display: block;
        color: #212529;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 24px;
        padding: 10px 16px;
        border-radius: 10px;
        white-space: nowrap;
    }

    #nav-fixed-portal .navigation-menu > li.has-submenu > a {
        padding-right: 28px;
    }

    #nav-fixed-portal .navigation-menu > li > a:hover,
    #nav-fixed-portal .navigation-menu > li.active > a {
        color: #1653F0 !important;
        background: rgba(0, 0, 0, 0.04);
    }

    #nav-fixed-portal .navigation-menu .has-submenu .menu-arrow {
        border: solid #212529;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.5s;
    }

    #nav-fixed-portal .navigation-menu > .has-submenu:hover .menu-arrow,
    #nav-fixed-portal .navigation-menu > .has-submenu.active .menu-arrow {
        border-color: #1653F0;
        transform: translateY(-50%) rotate(225deg);
    }

    #nav-fixed-portal .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        transition: all 0.2s ease;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }

    #nav-fixed-portal .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #nav-fixed-portal .navigation-menu > li .submenu li a {
        display: block;
        padding: 10px 20px;
        white-space: nowrap;
        font-size: 13px;
        letter-spacing: 0.04em;
        font-weight: 500;
        color: #212529 !important;
    }

    #nav-fixed-portal .navigation-menu > li .submenu li a:hover {
        color: #1653F0 !important;
    }

    #nav-fixed-portal .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        top: auto;
        display: flex;
        width: 936px;
    }

    #nav-fixed-portal .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        vertical-align: top;
        width: 20%;
    }

    #nav-fixed-portal .navigation-menu > li .submenu.megamenu li .megamenu-head {
        padding: 10px 20px;
        white-space: nowrap;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #161c2d !important;
    }

    body.nav-scrolled #nav-fixed-portal .nav-glass-panel {
        background: rgba(255, 255, 255, 0.82);
        border-color: rgba(255, 255, 255, 0.65);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 12px 40px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 1025px) {
    #nav-fixed-portal .navigation-menu > li .submenu.megamenu {
        width: 1116px;
    }
}

@media (max-width: 991.98px) {
    #nav-fixed-portal {
        display: none !important;
    }
}


/* CTA Base Styles - Common for all CTAs */

.cta-container {
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid var(--bs-border-color);
    overflow: hidden;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 2rem;
    padding-right: 0;
}

.cta-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Investment CTA Container - Specific overrides */

@media (min-width: 768px) {
    .investment-cta-container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 3rem;
    }
}


/* Investment CTA Background - Specific overrides */

.investment-cta-bg {
    max-height: 500px;
    /* Inherits from .cta-bg */
}

@media (min-width: 768px) {
    .investment-cta-bg {
        max-height: 800px;
    }
}


/* Investment CTA Image */

.investment-cta-image {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .investment-cta-image {
        width: 100%;
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .investment-cta-image {
        width: 120%;
    }
}


/* Additional utility classes for Blade template */

.section-dark-bg {
    background-color: #070e20;
}

.btn-gap {
    gap: 10px;
}

.asset-icon-overlap {
    margin-right: -20px;
}

.phone-image {
    width: 400px;
}

.section-padding-top {
    padding-top: 100px;
}


/* Copy Trading CTA Container - Specific overrides */

@media (min-width: 768px) {
    .copytrading-cta-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
    }
}

@media (min-width: 992px) {
    .copytrading-cta-container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}


/* Copy Trading CTA Background - Specific overrides */

.copytrading-cta-bg {
    min-height: 300px;
    /* Inherits from .cta-bg */
}

@media (min-width: 768px) {
    .copytrading-cta-bg {
        min-height: 500px;
    }
}

@media (min-width: 992px) {
    .copytrading-cta-bg {
        min-height: 600px;
    }
}

@media (min-width: 1200px) {
    .copytrading-cta-bg {
        min-height: 700px;
    }
}


/* Full width edge-to-edge section */

.section-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


/* Full width modifier for CTAs */

.cta-container.full-width {
    border-radius: 0;
    border: none;
}

.bg-half-100 {
    padding: 100px 0px;
}


/* Page Hero Image */

.page-hero-image {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .page-hero-image {
        width: 100%;
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .page-hero-image {
        width: 100%;
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .page-hero-image {
        width: 100%;
        max-width: 650px;
    }
}

@media (min-width: 1200px) {
    .page-hero-image {
        width: 100%;
        max-width: 650px;
    }
}