/* style  */
.fs-38{
    font-size: clamp(24px, 3vw, 38px);
}
.fs-44{
    font-size: clamp(24px, 3vw, 44px);
}


/* colour  */



.btn.btn-lg-two{
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-font-size: 1.525rem;
    /* --bs-btn-border-radius: 50rem; */
}

@media (max-width: 992px) {
    .btn.btn-lg-two{
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 1rem;
    /* --bs-btn-border-radius: 50rem; */
}

    .page-banner .page-title.display-2 {
        max-width: 100%;
            font-size: clamp(2.15rem, 11vw, 2.1rem) !important;
    }
    
.banner_desc {
        font-size: 1rem !important;
    }

   
    .portfolio.page-banner {
    padding: 20.5rem 0 2rem;
}
}


@media(min-width:1440px){
    .portfolio .bg_image{
        left: -5% !important;
    }
}
@media(min-width:1024px){

}

.bg-gold-gradaint{background: linear-gradient(180deg, #FFFFFF 0%, #F6D782 94%);}
.gradient_gold {background: linear-gradient(90deg, #D7A94C 0%, #F6D782 94%);}
.gradient_gold-dark {background: linear-gradient(134.72deg, #F9CE5C 9.3%, #D8A016 100.17%);}
.gradient_text{  background-clip: text;-webkit-background-clip: text;color: transparent;-webkit-text-fill-color: transparent;}
.portfolio.page-banner{padding: 7.5rem 0;}


.ticker_list{padding-block: 41px;}
.border_list li{position: relative;}
.border_list li:not(:last-child)::before{
    content: "";
    position: absolute;
    top: 0;
    right: -6%;
    width: 1px;
    background-color:#00000066;;
    height: 100%;
    border-radius: 10px;
    pointer-events: none;
}

.custom_list li{position: relative;list-style: none; padding-left: 30px;}
.custom_list li::before{
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;

}

.custom_list.gold_check li::before{
    background-image: url('../images/gold_check.svg');
}
.fCta.New_cta{
     background-image: url('../images/p_manage/new_cta_Bg.webp');
}

/* What We Offer  */
.we_offer{
    padding-block: 63px;
}


/* ================================================
   INVESTMENT PLANS TAILORED TO YOU
   ================================================ */

/* Section background */
.inv_plans_section {
    background-color: #fff;
}

/* ================================================
   INVESTMENT PLANS — STACKING CARDS
   ================================================ */

/* Stack wrapper */
.inv_stack {
    position: relative;
    overflow: visible; /* needed for sticky children */
}

/* On desktop: swiper-wrapper must be block so sticky works */
@media (min-width: 992px) {
    .inv_stack .swiper-wrapper {
        display: block !important;
        transform: none !important;
    }
    .inv_plans_pagination {
        display: none !important;
    }
}

/* On mobile: pagination visible */
@media (max-width: 991.98px) {
    .inv_plans_pagination {
                top: unset !important;
        bottom: -1rem !important;
    }
}

/* ── Card shell ── */
.inv_plan_card {
    border-radius: 16px;
    overflow: hidden;
    /* border: 1.5px solid rgba(17, 24, 39, 0.10); */
    /* box-shadow: 0 12px 32px rgba(11, 43, 30, 0.07); */
    background: #fff;
    margin-bottom: 1.5rem;
    will-change: transform;
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
/* 
.inv_plan_card:hover {
    box-shadow: 0 22px 52px rgba(11, 43, 30, 0.14);
    border-color: rgba(215, 169, 76, 0.40);
} */

/* Active / highlighted card (plan 2 in design) */
/* .inv_plan_card--active {
    border-color: rgba(215, 169, 76, 0.55);
    box-shadow: 0 18px 44px rgba(215, 169, 76, 0.18);
} */

/* ── Image pane ── */
.inv_plan_img {
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.inv_plan_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* ── Content pane ── */
.inv_plan_body {
    padding: 40px;
    background: #F8F8F8;
    border-radius: 16px;
}
@media (max-width:964px){
    .inv_plan_body {
    padding: 20px;}
}

/* ── Plan table rows ── */
/* .inv_plan_table {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
} */

.inv_plan_table li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    gap: 1rem;
}
.inv_plan_table li:last-child{border: none;}

.inv_label {
    /* font-size: 0.9375rem; */
    /* color: rgba(17, 24, 39, 0.62); */
    /* font-weight: 400; */
    flex: 0 0 auto;
    max-width: 55%;
}

.inv_value {
    /* font-size: 0.9375rem;
    color: #212529;
    font-weight: 600; */
    text-align: right;
}

/* ── Responsive ── */
@media (min-width: 992px) {
    /* On desktop, JS sets sticky — remove margin so cards overlap cleanly */
    .inv_stack .inv_plan_card {
        margin-bottom: 25px;
    }

    /* Extra bottom space so last card fully clears the viewport before unpinning */
    .inv_stack {
        padding-bottom: 2rem;
    }
}

@media (max-width: 991.98px) {
    /* Mobile: Swiper controls layout — reset any sticky/transform */
    .inv_plan_card {
        position: static !important;
        top: auto !important;
        transform: none !important;
        border-radius: 12px;
        margin-bottom: 0; /* Swiper handles spacing */
    }

    .inv_plan_img {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .inv_plan_img {
        min-height: 200px;
    }
}
