@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.common-padding{
    padding: 0px 100px !important;
}
.fw-100{
    font-weight:100 !important;
}
.fw-200{
    font-weight:200 !important;
}
.fw-300{
    font-weight:300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight:600 !important;
}
.fw-bold{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.color_pink{
    color: #A12353;
}

.link_color {
    color: #A12353;
    text-decoration: underline;
    cursor: pointer;
}

.product_head{
    padding-top: 120px;
    padding-left: 60px;
    font-weight: 600;
}

.card.bg_card {
    margin-left: 60px;
    border-radius: 20px;
    width: 125px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 15px;
}
.bg_layer {
    background-color: #17090F;
    background-image: url(../images/bg_layer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 120px;
    border-radius: 40px;
    padding-bottom: 70px;    
}
.bg_para {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}
.feature-card:hover{
    background-image: url('../images/hover_frame.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    height: auto;
    transition: opacity 0.1s ease;
}
.tab-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    overflow: hidden;
    width:fit-content;
    flex-wrap: wrap; 
    gap: 10px;
    justify-content: center; 
    margin-left: 0px;
}

button.product_btn, button.insurance_btn, button.capital_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none !important;
    /* padding: 10px 30px; */
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: black;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    max-width: 100%; 
}

button.mutual_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none !important;
    padding: 10px 10px;
    /* padding: 10px 50px; */
    border-radius: 20px;
    font-size: 13px;
    color: black;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    max-width: 100%; /* Prevent overflow */
}

button.publicoffer_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none !important;
    padding: 10px 40px;
    /* padding: 10px 10px; */
    border-radius: 20px;
    font-size: 13px;
    color: black;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    max-width: 100%; /* Prevent overflow */
}

button.commodity_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none !important;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: black;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    max-width: 100%; 
}

button.customer_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none !important;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: black;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    max-width: 100%; 
}

button.product_btn img.icon-img, button.mutual_btn img.icon-img, button.insurance_btn img.icon-img, button.capital_btn img.icon-img, button.publicoffer_btn img.icon-img, button.commodity_btn img.icon-img, button.customer_btn img.icon-img {
    width: 20px; 
    height: 20px;
}
button.product_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.mutual_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.insurance_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.capital_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.publicoffer_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.commodity_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.customer_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.product_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.mutual_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.insurance_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.capital_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.publicoffer_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}
button.commodity_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}
button.customer_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}
h2.trade_head {
    font-size: 30px;
    font-weight: 600;
}
p.corp_p {
    /* margin: 0; */
    font-size: 15px;
    color: #000;
}

.investment-card {
    background: #1A0A12 url('../images/insurance_bg.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 30px;
    border-radius: 20px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

/* .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
} */

.investment-card .icon {
    position: absolute;
    top: 26px;
    right: 21px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.investment-card .icon img {
    max-width: 40px;
    max-height: 40px;
}

.heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.heading-container .icon {
    margin-left: auto;
}


/* mutual fund css */

.mutual-funds-section {
    padding: 50px 0;
    text-align: center;
}

.mutual-funds-content h2 {
    font-weight: 600;
    font-size:30px;
    margin-bottom: 10px;
}

.mutual-funds-content p {
    color: #000;
    font-size: 15px;
}

.capital-content h2 {
    font-weight: 600;
    font-size:30px;
    margin-bottom: 10px;
}

.capital-content p {
    color: #000;
    font-size: 15px;
}

/* Highlight Section (Pink Background) */
.highlight-section {
    background: #A12353 url("../images/mutual_bg.png") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    padding: 70px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.highlight-section2 {
    background: #A12353 url("../images/mutual_bg.png") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    padding: 70px 70px 150px 70px;;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.highlight-section h3 {
    font-weight: 600;
    font-size: 35px;
}
.highlight-section h2 {
    font-weight: 600;
    font-size: 35px;
}
.highlight-section p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight:400;
}
.highlight-section2 h3 {
    font-weight: 600;
    font-size: 35px;
}

.highlight-section2 h2 {
    font-weight: 600;
    font-size: 35px;
}

.highlight-section2 p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight:400;
}
/* Feature Cards */
.feature-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top:-50px;
    position:relative;
}

.feature-cards2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top:-110px;
    position:relative;
}

.feature-card {
    background: white;
    color: black;
    padding: 25px;
    border-radius: 40px;
    text-align: start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    flex: 1 1 260px;
    max-width: 280px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent; /* Default border */
    position: relative;
    overflow:hidden;
}
.feature-card img {
    width: 50px; 
    height: auto;
    display: block;
    transition: opacity 0.3s ease-in-out;
}
/* Hover Image - Initially Hidden */
.feature-card .hover_img {
    position: absolute;
    top:25px;
    left:25px;
    width: 50px;
    height: auto;
    opacity: 0;  /* Start Hidden */
    transition: opacity 0.3s ease-in-out;
}
.feature-card img:first-child {
    width: 50px;
    height: auto;
    display: block;
    transition: opacity 0.3s ease-in-out;
}
/* Hover Effect */
.feature-card:hover {
    border-color: #A41F52; /* Border color on hover */
}

.stock_mode{
    background: white;
    color: black;
    padding: 25px;
    border-radius: 40px;
    text-align: start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    flex: 1 1 260px;
    max-width: 430px;
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid #A41F52; 
    position: relative;
}
.stock_mode img {
    position: absolute;
    top: -15%;
    left: 50%; 
    transform: translateX(-50%); 
    width: 50px; 
    height: auto; 
    display: block;
    transition: opacity 0.3s ease-in-out;
}

/* Show Hover Image & Hide Default Image */
.feature-card:hover img:first-child {
    opacity: 0;
}

.feature-card:hover .hover_img {
    opacity: 1;
}
.feature-card i {
    font-size: 35px;
    color: #a10b50;
    margin-bottom: 15px;
}

.feature-card h4 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

.feature-card p {
    font-size: 14px;
    color: #666;
}

/* ============================================================
   Bond Issuer Cards (Capital Gain Bonds page only)
   Dedicated classes so this section is independent of the
   shared .feature-card / .feature-cards2 rules used on other
   product pages — safe to tweak without affecting them.
   ============================================================ */
.bond-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: -110px;
    position: relative;
}


.bond-card {
    background: white;
    color: black;
    padding: 25px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    flex: 1 1 260px;
    max-width: 280px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease-in-out;
}

.bond-card:hover {
    border-color: #A41F52;
    background-image: url('../images/hover_frame.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    height: auto;
    transition: opacity 0.1s ease;
}

.bond-card img {
    width: 130px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.bond-card h4 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 780px) {
    .bond-cards {
        gap: 20px;
        margin-top: -30px;
    }
    .bond-card {
        max-width: 280px;
        width: 100%;
        flex: none;
        margin: 0 auto;
    }
}

/* @media (max-width: 576px) {
    .bond-cards {
        margin-top: 20px;
    }
} */
.set_size{
    font-size:18px;
}
.set_size1{
    font-size:18px;
    color:#A41F52;

}
/* Card Styling */
.card {
    background: white;
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: visible;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.card:hover{
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 4px 0px #A41F52;
}
.card:hover::after {
    opacity: 1;
}

/* Image Styling */
.card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* Icon Styling */
.icon {
    /* width: 60px;
    height: 60px; */
    border-radius: 50%;
    position: absolute;
    top: 150px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 70px;
    height: 70px;
}

/* Card Content */
.card-content {
    padding: 20px;
    margin-top:30px;
    text-align:left;
}

/* h3 {
    color: #a02d5e;
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #555;
} */

/* Learn More Link */
.learn-more {
    color: rgba(164, 31, 82, 1);
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: color 0.3s ease-in-out;
    font-size: 15px;
}

.learn-more:hover {
    color: #d42f6e;
}

.capital_para {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}

.custom-card {
    background-color: #A12353;
    background-image: url('../images/learn_bg.png');
    color: white;
    border-radius: 30px;
    padding: 20px;
    text-align: left;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: 7px solid white;
    overflow: visible; /* Ensures content follows the curve */
}

.custom-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px; /* Adjust height as needed */
    bottom:-3px;
    left: 0;
    border-radius: 0 0 30px 30px; /* Matching the custom-card’s border-radius */
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 4px 0px #A41F52;
}

.icon-container {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -4px;
    left: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 3px solid #9B1D56; */
}
 
.icon-container img {
    width: 70px;
    height: 70px;
}
.card-extension {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 4px 0px #A41F52;
}
.set-bottom{
    margin-top:4rem;
}
.go-back {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.back-arrow {
    width: 45px; /* Adjust size as needed */
    height: auto;
 
}.font_p {
    font-size: 15px;
}
@media screen and (min-width: 396px) and (max-width: 767px) {

    .highlight-section {
        background: #A12353 url("../images/mutual_bg.png") no-repeat center center;
        background-size: cover;
        color: #fff;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        padding:20px;
    }
    .highlight-section h2 {
        font-weight: 600;
        font-size: 20px;
    }
    .highlight-section2 {
        background: #A12353 url("../images/mutual_bg.png") no-repeat center center;
        background-size: cover;
        color: #fff;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        padding:40px 20px;
    }
    .highlight-section2 h3 {
        font-weight: 600;
        font-size: 20px;
    }
    .highlight-section2 h2 {
        font-weight: 600;
        font-size: 18px;
    }
    .feature-cards2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 60px;
        margin-top: -25px;
        position: relative;
    }
    .investment-card p {
        color: #C5C5C5;
        flex-grow: 1; 
        font-size:14px;
    }
}

@media screen and (min-width: 320px) and (max-width: 395px) {  
    .highlight-section {
        background: #A12353 url("../images/mutual_bg.png") no-repeat center center;
        background-size: 100% 100%;
        color: #fff;
        padding:20px;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }
    .highlight-section h3 {
        font-weight: 600;
        font-size: 20px;
    }
    .highlight-section h2 {
        font-weight: 600;
        font-size: 20px;
    }
    .highlight-section2 {
        background: #A12353 url("../images/mutual_bg.png") no-repeat center center;
        background-size: 100% 100%;
        color: #fff;
        padding:40px 20px;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }
    .highlight-section2 h3 {
        font-weight: 600;
        font-size: 20px;
    }
    .highlight-section2 h2 {
        font-weight: 600;
        font-size: 18px;
    }
    .product_head{
        padding-top: 120px;
        padding-left: 30px;
        font-weight: 600;
    }
    .card.bg_card {
        margin-left: 30px !important;
        border-radius: 20px;
        width: fit-content;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: 15px;
    }
    .bg_para {
        font-size: 11px;
        margin: 0;
        font-weight: 500;
    }
    .feature-cards2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 60px;
        margin-top: -25px;
        position: relative;
    }
    .investment-card p {
        color: #C5C5C5;
        flex-grow: 1; 
        font-size:14px;
    }
}
@media screen and (min-width:993px){
    .investment-card p {
        color: #C5C5C5;
        flex-grow: 1; 
        font-size:17px;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .bg_layer {
        background-color: #17090F;
        background-image: url('../images/bg_layer_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 80px;
        border-radius: 20px;
        padding-bottom: 70px;
    }
}