@font-face {
    font-family: "Poppins";
    src: url("../../../../../fonts/campaign/CampaignSIF/campaign/CampaignSIF/Poppins-Thin.woff") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/campaign/CampaignSIF/Poppins-SemiBold.woff2") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/campaign/CampaignSIF/Poppins-Bold.woff2") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/campaign/CampaignSIF/Poppins-Medium.woff2") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/campaign/CampaignSIF/Poppins-Light.woff2") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/campaign/CampaignSIF/Poppins-ExtraLight.woff2") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/campaign/CampaignSIF/Poppins-Regular.woff2") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/campaign/CampaignSIF/Poppins-Italic.woff2") format("woff2"), url("../../../fonts/campaign/CampaignSIF/Poppins-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-LightItalic.woff2") format("woff2"), url("Poppins-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* 
@font-face {
  font-family: "Playfair Display";
  src: url("../../../fonts/campaign/CampaignSIF/PlayfairDisplay-Regular.woff2") format("woff2"),
    url("../../../fonts/campaign/CampaignSIF/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../../../fonts/campaign/CampaignSIF/PlayfairDisplay-Medium.woff2") format("woff2"),
    url("../../../fonts/campaign/CampaignSIF/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../../../fonts/campaign/CampaignSIF/PlayfairDisplay-SemiBold.woff2") format("woff2"),
    url("../../../fonts/campaign/CampaignSIF/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

html {
    font-family: "Poppins";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: -0.4px;
    font-size: 62.5%;
    font-weight: normal;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
/*sif_bg.png*/
body {
    font-family: "Poppins";
    font-size: 1.6rem;
    padding-top: 0;
    background-image: url("../../../Images/CampaignSIF/sif_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding-bottom: 70px;
}

.overlay-text {
    position: relative;
    top: 185px;
    left: 0;
    bottom: 0;
    right: 0;
}

    .overlay-text span {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 3px;
        text-align: left;
        display: block;
    }

header {
    position: fixed;
    top: 0px;
    left: 0;
    background: transparent;
    width: 100%;
    z-index: 10;
}

    header .container {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        margin-top: 12px;
        padding: 3px 15px;
        background-color: rgba(0, 0, 0, 0.9);
    }

    header .navbar {
        /* padding-top: 2.6rem;
  padding-bottom: 2.6rem; */
        /* -webkit-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc; */
        background-color: transparent;
    }

        header .navbar .navbar-collapse {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-flex: unset;
            -ms-flex-positive: unset;
            flex-grow: unset;
            width: 70%;
        }

            header .navbar .navbar-collapse .navbar-nav .nav-item {
                position: relative;
                display: flex;
                align-items: center;
            }

                header .navbar .navbar-collapse .navbar-nav .nav-item::after {
                    /* content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); */
                    display: none;
                }

                header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                    color: #fff;
                    padding-left: 1rem;
                    padding-right: 1rem;
                    font-size: 1.3rem;
                    font-weight: 400;
                }

                header .navbar .navbar-collapse .navbar-nav .nav-item:last-child::after {
                    display: none;
                }

.req-callback {
    border: 1px solid #ffffff59;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    min-width: 169px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

.navbar-collapse {
    justify-content: space-between;
    gap: 100px;
}

.banner {
    margin: 0 auto;
    text-align: center;
    background-image: url("../../../Images/CampaignSIF/bg_banner.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin-bottom: 60px;
    min-height: 650px;
    margin-top: -35px;
}

    .banner h1 {
        font-size: 48px;
        line-height: 62px;
    }

.overlay-content {
    max-width: 620px;
    text-align: left;
}

.overlay-text .d-flex {
    justify-content: space-between;
}

.overlay-content p {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 45px;
    font-weight: 300;
    letter-spacing: 0.1px;
}

.overlay-content .btn-cont {
    display: flex;
    gap: 10px;
}

    .overlay-content .btn-cont .btn-exp,
    .btn-inv:hover {
        background-color: transparent;
        color: #ffffff;
    }

        .overlay-content .btn-cont .btn-exp:hover,
        .btn-inv {
            background-color: #ffffff;
            color: #000;
            border: 1px solid #ffffff;
        }

.countdown {
    display: flex;
    margin-bottom: 80px;
}

.nfo-launching_date {
    text-align: center;
    max-width: 416px;
    color: #fff;
    display: block;
    width: 100%;
}

    .nfo-launching_date p {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.4px;
    }

.box .number {
    display: flex;
    gap: 10px;
}

    .box .number span {
        color: #ffffff;
        width: 55px;
        height: 70px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background: rgba(255,255,255,15%);
        border: 1px solid rgba(255,255,255,30%);
        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: normal;
    }

span.dot_sep {
    height: 70px;
    display: flex !important;
    align-items: center;
    width: 25px;
    justify-content: CENTER;
    font-size: 23px !important;
}

.box .label {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin-top: 5px;
    display: block;
}

.modal_vid {
    text-align: right;
    position: relative;
}

    .modal_vid a {
        position: absolute;
        right: 9px;
    }

img.modal_vid_img {
    width: 255px;
    height: 155px;
}

.overlay-content .btn-cont .btn {
    width: 220px;
    height: 60px;
    letter-spacing: 0.8px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.opac_content p {
    font-size: 36px;
    line-height: 60px;
    opacity: 30%;
    color: rgb(88 88 88 / 33%);
    font-weight: 200;
}
    /* .opac_content p:hover,.opac_content p span:hover{
  color: #fff;
  opacity: 1;
} */
    .opac_content p span {
        font-weight: 200;
    }

/* @keyframes highlightLine {
      0%   { background-color: transparent; opacity: 0; }
      20%  { color: #FFF; opacity: 1; }
      100% { opacity: 1; }
    } */
/* .opac_content .container:hover .line {
      animation: highlightLine 1s forwards;
      cursor: pointer;
    }

    .opac_content .container:hover .line:nth-child(1) {
      animation-delay: 0s;
    }
    .opac_content .container:hover .line:nth-child(2) {
      animation-delay: 0.6s;
    }
    .opac_content .container:hover .line:nth-child(3) {
      animation-delay: 1.2s;
    }
    .opac_content .container:hover .line:nth-child(4) {
      animation-delay: 1.8s;
    } */
.opac_content {
    padding-bottom: 45px;
}

.sif_diff {
    margin-bottom: 45px;
}

    .sif_diff h2 {
        margin-bottom: 15px;
    }

    .sif_diff img {
        margin-top: 30px;
    }

    .sif_diff p {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        font-weight: 300;
        max-width: 564px;
        opacity: 80%;
    }

.btn-exp {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.8px;
}

.btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    color: rgb(3, 4, 4);
    padding: 18px 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

    .btn:hover {
        background-color: #0281e4;
        color: #fff;
    }

h1 {
    font-weight: 400;
    font-size: 55px;
    line-height: 75px;
    text-align: center;
    text-transform: capitalize;
    color: #e6ad53;
    margin-bottom: 20px;
    text-align: left;
}

    h1 span {
        font-family: "Poppins";
        font-weight: 200;
        color: #ffffff;
    }

h2 {
    font-weight: normal;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #e6ad53;
}

    h2 span {
        font-family: "Poppins";
        color: rgba(255, 255, 255, 0.8);
        font-weight: 200;
        font-style: Regular;
        font-size: 48px;
        line-height: 66px;
        letter-spacing: 0%;
        text-transform: capitalize;
    }




.what_magnum_content {
    padding: 0px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 35px;
}

    .what_magnum_content .img-fluid {
        max-width: 350px;
        margin-top: 20px;
    }

    .what_magnum_content p {
        font-family: "Poppins";
        font-weight: 300;
        font-style: Light;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0%;
        color: #ffffff;
    }

.key_features {
    margin-top: 35px;
}

    .key_features span {
        color: #ffffff;
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 25px;
        display: block;
    }

.key_content {
    display: flex;
    gap: 18px;
}

.ke_cont {
    margin-bottom: 45px;
}

.key_content_box {
    background: #ffffff14;
    min-height: 230px;
    min-width: 24%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(255,255,255,20%);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    width: 33%;
}

    .key_content_box img {
        width: 48px;
        height: 48px;
        margin-bottom: 40px;
    }

    .key_content_box span {
        color: #ffffff;
        font-style: Regular;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
        margin-bottom: 15px;
        display: block;
    }

    .key_content_box p {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300;
        font-style: Light;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0%;
    }

.presenting_fund_content {
    background: rgba(255,255,255,10%);
    padding: 30px 40px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

    .presenting_fund_content h2 {
        margin-bottom: 40px;
    }

.presenting_fund p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    opacity: 80%;
    font-weight: 200;
}

.key_feature_cont h3 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}
.err-msg {
    color: red !important;
    text-align: left;
    padding-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.key_feature_cont div h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 20%);
    padding-bottom: 10px;
    display: block;
}

.key_feature_cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .key_feature_cont ul li {
        list-style: none;
        color: #fff;
        width: 48%;
        position: relative;
        padding-left: 15px;
        margin-bottom: 20px;
    }

        .key_feature_cont ul li span {
            position: absolute;
            top: -3px;
            left: -17px;
            font-size: 26px;
        }

        .key_feature_cont ul li div {
            display: block;
        }
/* .key_feature_cont ul li::marker{
  font-size: 40px;
  color: #ffffff;
} */
.presenting_fund p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    opacity: 80%;
    font-weight: 200;
}

.cs-badge {
    position: absolute;
    left: 1px;
    top: 3px;
}

.coming_soon .tag {
    width: 133px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff1a;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.coming_soon h3 {
    font-weight: 400;
    font-style: Medium;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    margin: 15px 0;
}

.coming_soon p {
    font-weight: 300;
    font-style: Regular;
    font-size: 19px;
    line-height: 160%;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.risk_appetite {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

    .risk_appetite span {
        font-weight: 400;
        font-style: Regular;
        font-size: 17px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #b1b1b1;
    }

        .risk_appetite span:last-child {
            font-weight: 500;
            font-style: Semi Bold;
            font-size: 20px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: #ffffff;
        }

.f-size10,
.baf-form .form-label,
.baf-form .form-check-label,
.baf-form .form-control {
    font-size: 1rem;
}

.f-size12,
.note {
    font-size: 1.2rem;
}

.f-size24 {
    font-size: 2.4rem;
}

.f-size26,
.secondary-heading {
    font-size: 2.6rem;
}

.f-size30 {
    font-size: 3rem;
}

.f-weight-600 {
    font-weight: 600;
}

.mb10 {
    margin-bottom: 1rem;
}

.mb18 {
    margin-bottom: 1.8rem;
}

.mb20,
.explore-card .explore-card--desc h1 {
    margin-bottom: 2rem;
}

.mb30 {
    margin-bottom: 3rem;
}

.mb35 {
    margin-bottom: 3.5rem;
}

.mb40 {
    margin-bottom: 4rem;
}

.pb10 {
    padding-bottom: 1rem;
}

.pb20 {
    padding-bottom: 2rem;
}

.pb30 {
    padding-bottom: 3rem;
}

.pb40 {
    padding-bottom: 4rem;
}

.inter-light,
.inter-light--f-size14,
.para-light,
.inter-light--f-size16 {
    font-family: "OpenSans" !important;
}

.inter-regular,
.inter-regular--f-size14,
.inter-regular--f-size16,
.primary-para,
.table.custom-table tbody tr td,
.inter-regular--f-size18,
.inter-regular--f-size20,
.accordion .accordion-item .accordion-header .accordion-button,
.secondary-heading,
.baf-form .form-label,
.baf-form .form-check-label,
.baf-form .form-control,
.fund-facts-wrapper .fund-facts-desc p {
    font-family: "OpenSans" !important;
}

.color-279979 {
    background-color: #279979;
}

.color-3EB0CC {
    background-color: #3eb0cc;
}

.color-BB771F {
    background-color: #bb771f;
}

.color-E26C40 {
    background-color: #e26c40;
}

.color-E8AC1B {
    background-color: #e8ac1b;
}

.color-black,
.primary-heading,
.accordion .accordion-item .accordion-header .accordion-button,
.baf-form .form-control,
.key-features-wraaper .cmn-fund-box .box-key-feature--heaidng,
.explore-card .explore-card--desc h1 {
    color: #000;
}

.color-white,
.para-medium,
.textbox-less-border,
.textbox-less-border::-webkit-input-placeholder,
.textbox-less-border::-webkit-input-placeholder,
.para-light,
.downloads .btn-download {
    color: #fff !important;
}

    .color-white,
    .para-medium,
    .textbox-less-border,
    .textbox-less-border::placeholder,
    .textbox-less-border::-webkit-input-placeholder,
    .para-light,
    .downloads .btn-download {
        color: #fff !important;
    }

.text-justify {
    text-align: justify !important;
}

.width100 {
    width: 100% !important;
}

.btn-primary {
    padding-left: 60px;
    padding-right: 60px;
}

.border-bottom-ddd {
    border-bottom: 1px solid #dddddd;
}

.primary-heading {
    font-size: 3.4rem;
    line-height: 41.15px;
    font-weight: 600;
}

.primary-para,
.table.custom-table tbody tr td {
    line-height: 26px;
    color: #4e4e4e;
}

.secondary-heading {
    color: #4e4e4e;
}

.note {
    font-family: "Inter-Light";
    line-height: 20px;
    color: #4e4e4e;
}

.accordion .accordion-item .accordion-header .accordion-button {
    padding: 4rem 1rem 4rem 0;
}

    .accordion .accordion-item .accordion-header .accordion-button::after {
        width: 2rem;
        height: 2rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-size: 2rem;
    }

.accordion .accordion-item .accordion-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.table.custom-table thead tr:first-child th:first-child {
    vertical-align: middle;
}

.table.custom-table thead tr th {
    color: #222;
}

.table.custom-table thead th,
.table.custom-table thead td,
.table.custom-table tbody th,
.table.custom-table tbody td {
    padding: 1.4rem 1.4rem;
}

.table.custom-table tbody tr td:first-child {
    text-align: left;
}

.border-right-fff {
    border-right: 1px solid #fff;
}

footer {
    padding: 6rem 0 16rem;
}

    footer .footer-details {
        padding-top: 3rem;
        border-top: 1px solid #ddd;
    }

        footer .footer-details .col-md-4 {
            padding-right: 3rem;
            margin-right: 3rem;
        }

.main-section {
    position: relative;
    overflow: hidden;
}

    .main-section .get-call-back-wrapper {
        position: relative;
    }

        .main-section .get-call-back-wrapper .baf-form {
            position: fixed;
            top: 20%;
            right: -20%;
            width: 20%;
        }

            .main-section .get-call-back-wrapper .baf-form .get-call-back {
                background-color: #20407d;
                position: absolute;
                left: -42%;
                top: 35%;
                padding: 17px;
                color: #fff;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-box-shadow: -6px 0px 22px rgba(0, 0, 0, 0.2);
                box-shadow: -6px 0px 22px rgba(0, 0, 0, 0.2);
                border-radius: 0px 0px 6px 6px;
                cursor: pointer;
            }

                .main-section .get-call-back-wrapper .baf-form .get-call-back .call-phone {
                    -webkit-transform: rotate(270deg);
                    transform: rotate(270deg);
                }

            .main-section .get-call-back-wrapper .baf-form .btn-primary {
                background-color: #20407d;
                padding: 15px;
                margin-top: 10px;
            }

        .main-section .get-call-back-wrapper .addRight {
            right: 0;
        }

.banner {
    position: relative;
    margin-bottom: 60px;
    margin-top: -60px;
}

    .banner .banner-left-tag {
        position: relative;
        width: 70%;
    }

        .banner .banner-left-tag .cust-btm {
            position: absolute;
            bottom: 9%;
            left: 14%;
            padding: 10px 60px;
        }

    .banner .multi-cap-banner-wrapper {
        width: 30%;
        background-color: #efeff0;
        padding: 50px;
        position: relative;
    }

.heading-fsize20-bold {
    line-height: 24px;
    color: #000;
}

.baf-form {
    margin-left: 0;
    margin-top: 1rem;
    padding: 20px;
    border-right: 2px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.kyc_status {
    padding: 1.5rem 0;
    /* background: linear-gradient(90.44deg, #00aeff -0.98%, #0060a9 100%);
   */
    background: #ffffff;
    -webkit-box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px -6px 14px rgba(0, 0, 0, 0.14);
}

    .kyc_status p.para-medium {
        color: #000 !important;
    }

        .kyc_status p.para-medium span {
            color: #e6ad53;
        }

    .kyc_status.fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 4;
        margin-bottom: 0;
    }

    .kyc_status .btn-primary {
        background: #0281e4;
        border: 3px solid #ffffff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50px;
        color: #fff;
        line-height: 24.2px;
        font-size: 12px;
        padding: 0px;
        height: 60px;
        display: flex;
        width: 144px;
        min-width: 144px;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border: 1px solid #0281e4;
    }

        .kyc_status .btn-primary:hover {
            background: #ffffff;
            color: #0281e4;
            border: 1px solid #0281e4;
        }

    .kyc_status .text-danger {
        font-weight: bold;
    }

    .kyc_status .kyc-input {
        display: flex;
        gap: 15px;
        justify-content: space-between;
    }

        .kyc_status .kyc-input .input-enterpan,
        .kyc_status .kyc-input .input-entermobile {
            display: flex;
            border: 1px solid #0000001a;
            background: #f5f5f5;
            border-radius: 50px;
            margin-bottom: 0;
            padding: 5px;
            -webkit-border-radius: 50px;
            max-width: 319px;
            min-width: 320px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }

    .kyc_status input {
        border-radius: 50px;
        background: transparent;
        border: 0;
        color: #000000;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        font-size: 14px;
    }

        .kyc_status input::placeholder {
            color: #000000;
            font-size: 14px;
            line-height: 20px;
        }

        .kyc_status input:focus {
            background: transparent;
            color: #000000;
            box-shadow: none;
        }

.textbox-less-border {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 19px;
    padding: 2px 8px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 16px 16px 31px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

    .textbox-less-border:focus-visible,
    .textbox-less-border:focus {
        outline: 0;
    }

.investor h4 {
    font-size: 16px;
}

.investor p {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4e4e4e;
}

.sbi-baf-works {
    padding: 60px 0;
    background-color: #001d37;
}

.color-label {
    color: #ffd772;
    line-height: 22px;
    margin-bottom: 1rem;
}

.para-light {
    line-height: 25px;
}

.downloads {
    position: relative;
    text-align: center;
}

    .downloads .btn-download {
        background-color: #ffa347;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding-right: 3rem;
        font-size: 14px;
        font-weight: 600;
    }

        .downloads .btn-download img {
            background-color: #f6901e;
            padding: 7px 8px;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
        }

        .downloads .btn-download:focus {
            -webkit-box-shadow: 0 0 0 0.25rem #ffa347 !important;
            box-shadow: 0 0 0 0.25rem #ffa347 !important;
        }

.topMargin {
    padding-top: 10rem;
}

.section-downloads .row .col-sm-2 {
    width: 20%;
    /* padding-left: 2rem;
    padding-right: 2rem */
}

.input-enterpan {
    width: 51%;
}

    .input-enterpan .text-danger {
        padding-right: 7rem;
        padding-left: 1.2rem;
        margin-top: 0.2rem;
    }

    .input-enterpan + .btn-primary {
        vertical-align: top;
    }

.carousel-indicators {
    bottom: -40px;
    gap: 10px;
}

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #c4c4c4;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .carousel-indicators button {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin-right: 15px;
    }

        .carousel-indicators button.active {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            width: 12px;
            height: 12px;
            background-color: #0095da;
        }

.cmn-fund-box {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: transparent;
}

    .cmn-fund-box h3 {
        font-size: 16px;
        color: #22416f;
        font-weight: 600;
        line-height: 26px;
        margin-top: 21px;
    }

    .cmn-fund-box p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        color: #666666;
    }

.section-downloads p {
    font-family: "OpenSans";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #22416f;
    border-right: 1px solid #e7e7e7;
}

.section-downloads .row .col-lg-3 {
    width: 24%;
}

.download-container {
    background: #ffffff;
    margin-bottom: 0px;
    padding: 30px;
    justify-content: center;
    gap: 20px;
}

.enter-pan p {
    font-size: 2.2rem;
    letter-spacing: 0.2px;
}

.modal-dialog {
    margin: 30px auto;
}

    .modal-dialog iframe {
        width: 100%;
        height: 100%;
        padding: 0;
        min-height: 300px;
    }

    .modal-dialog .close {
        position: absolute;
        background-color: #fff;
        right: -20px;
        top: -20px;
        width: 30px;
        border-radius: 100%;
        height: 30px;
        opacity: 1;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0 none;
    }

.autotheme_details {
    padding-bottom: 30px;
}

.autotheme-content {
    padding-right: 20px;
    padding-top: 25px;
    padding-left: 30px;
}

.autotheme_details h1 {
    font-size: 42px;
    line-height: 55px;
    color: #0081e4;
    font-weight: 700;
    text-transform: uppercase;
}

.autotheme-content h2 {
    font-size: 32px;
    line-height: 50px;
    color: #0081e4;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.autotheme-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

    .autotheme-content p span {
        color: #222;
        font-weight: bold;
    }

.autotheme-content h3 {
    font-size: 24px;
    line-height: 31px;
    text-align: left;
    font-weight: bold;
}

p.source {
    font-size: 13px;
    font-style: italic;
    line-height: 31px;
    color: #222;
}

.abt-fund {
    background-color: #2a3990;
    padding: 50px 0 50px;
    position: relative;
    text-align: center;
}

    .abt-fund img {
        margin: 0 auto;
    }

    .abt-fund h3 {
        color: #ffffff;
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        position: relative;
        margin-bottom: 45px;
        &::after

{
    content: "";
    color: #0081e4;
    height: 6px;
    width: 120px;
    position: absolute;
    bottom: -20px;
    background: #0081e4;
    left: 0;
    right: 0;
    margin: 0 auto;
}

}

.abt-fund p {
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.44px;
}

.heading-abt {
    background-color: #bbe1ff;
    color: #2a3990;
    font-size: 23px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 25px;
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
}

    .heading-abt span {
        font-weight: 700;
    }

.heading-abt {
    text-align: center;
}

.abt-fund p span {
    color: #ffe8a7;
    font-weight: 800;
}

.universe-fund {
    text-align: center;
}

    .universe-fund h3 {
        text-align: center;
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        position: relative;
        margin-bottom: 45px;
    }

        .universe-fund h3::after {
            content: "";
            color: #0081e4;
            height: 6px;
            width: 120px;
            position: absolute;
            bottom: -20px;
            background: #0081e4;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .universe-fund p {
        margin-bottom: 25px;
    }

.fund-fact h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    position: relative;
    margin-bottom: 45px;
}

    .fund-fact h3::after {
        content: "";
        color: #0081e4;
        height: 6px;
        width: 120px;
        position: absolute;
        bottom: -20px;
        background: #0081e4;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.video-content {
    min-height: 600px;
    padding: 50px;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

    .video-content iframe {
        width: 85%;
    }

.banner .banner-left-tag {
    margin: 0;
    background: linear-gradient(#ff9900, #fa8000) !important;
    border: 3px solid #fff !important;
    border-radius: 30px;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
    font-size: 18px;
    width: 205px;
    position: absolute;
    left: 3%;
    bottom: 10%;
    letter-spacing: 0.47px;
}

/* .portfolio-content p{
font-size: 22px;
line-height: 42px;
letter-spacing: 0.44px;
font-weight: 400;
}
.portfolio-content p span{
  font-weight: 700;
} */

/* .universe-fund img{
  height: 219px;
} */

.item.caritem-whyus figcaption {
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-align: left;
    padding: 20px 30px 0;
}

.item.caritem-whyus p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    padding: 0px 30px 0;
}

.section-videos h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    position: relative;
    margin-bottom: 45px;
}

    .section-videos h3::after {
        content: "";
        color: #0081e4;
        height: 6px;
        width: 120px;
        position: absolute;
        bottom: -20px;
        background: #0081e4;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.section-downloads h3 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    position: relative;
    margin-bottom: 45px;
}

    .section-downloads h3::after {
        content: "";
        color: #0081e4;
        height: 6px;
        width: 120px;
        position: absolute;
        bottom: -20px;
        background: #0081e4;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.structural-revival ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .structural-revival ul li {
        width: 20%;
        background-color: #f2f9ff;
        min-height: 298px;
        padding: 30px 20px;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        p

{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.34px;
    color: #000000;
}

img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

}

.banner-investnow {
    background: linear-gradient(#ff9900, #fa8000);
    border: 3px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    color: #fff;
    line-height: 24.2px;
    font-size: 2rem;
    padding: 12px 40px;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20%;
    width: 205px;
    text-align: center;
}

    .banner-investnow:hover {
        background-color: #d37614;
        color: #ffffff !important;
    }

.risko_content {
    padding-top: 40px;
}

.risko-block {
    display: flex;
    justify-content: center;
}

    .risko-block img:nth-child(2) {
        margin-left: -2px;
        margin-right: -2px;
    }

.product_categories {
    padding: 35px 0;
}

.pr-tag {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    letter-spacing: 0.4px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1); /* subtle transparency */
    border-radius: 16px;
    backdrop-filter: blur(4px); /* Matches Frost = 4 */
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Simulates depth */
    border: 1px solid rgba(255, 255, 255, 0.2); /* optional glass border */
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    padding: 0 10px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

    .pr-tag .live {
        font-weight: 400;
        margin: 0 5px;
    }

.product_categories h3 span {
    font-family: "Poppins";
    font-weight: 200;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.product_categories h3 {
    color: #e6ad53;
    font-weight: normal;
    font-style: Regular;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.product_categories .item {
    background: rgba(255, 255, 255, 10%);
    padding: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    position: relative;
}

    .product_categories .item.cs {
        background: rgba(255, 255, 255, 4%);
    }

/*.hover-item {
  display: none;
  transform: translateY(0%);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #ffffff;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  border-radius: 12px;
  -webkit-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
/*.hover-item{
    display: flex;
    transform: translateY(0%);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    border-radius: 12px;
    -webkit-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
} */
.hover-item a {
    display: inline-block;
    margin: 0px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    position: ABSOLUTE;
    font-size: 12px;
    border-bottom: 1px solid #000;
    line-height: 13px;
    bottom: 25px;
    font-weight: 500;
}

.hover-item {
    display: none;
    opacity: 0;
    transform: translateY(0%);
    /*Initiallytranslated*/
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    background-color: #ffffff;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    border-radius: 12px;
    /*Removeabsolutepositioning*/
    position: relative;
    /*Defaulttorelativefornormaldocumentflow*/
    margin-top: 15px;
    /*Spacebetweenhover-itemandcontentabove*/
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    min-height: 310px;
    position: absolute;
    left: 0;
    right: 0;
}

    .hover-item.open {
        opacity: 1;
        transform: translateY(-92%);
        -webkit-transform: translateY(-92%);
        -moz-transform: translateY(-92%);
        -ms-transform: translateY(-92%);
        -o-transform: translateY(-92%);
    }

    .hover-item h4 {
        color: #000000;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .hover-item li {
        font-size: 13px;
    }
/* .product_categories .item:hover > .hover-item {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
} */
.product_categories .owl-carousel .owl-item figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 110px;
}

.product_categories .owl-carousel .owl-item {
    min-height: 255px;
    max-height: 310px;
}

    .product_categories .owl-carousel .owl-item img {
        width: auto !important;
        max-height: 45px;
        text-align: left !important;
        max-width: 45px !important;
    }

.product_categories .owl-carousel figcaption {
    color: #fff;
    padding: 0;
    font-family: "Poppins";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.product_categories .owl-carousel .owl-dot {
    margin-top: 20px;
}

    .product_categories .owl-carousel .owl-dot span {
        width: 45px !important;
        height: 3px !important;
    }

.product_categories .owl-carousel .owl-nav {
    position: absolute;
    top: -95px;
    right: 0;
}

    .product_categories .owl-carousel .owl-nav .owl-prev.disabled,
    .product_categories .owl-carousel .owl-nav .owl-next.disabled {
        width: 56px;
        height: 56px;
        background: #ffffff1a !important;
        border: 1px solid #ffffff33 !important;
        border-radius: 100% !important;
        -webkit-border-radius: 100% !important;
        -moz-border-radius: 100% !important;
        -ms-border-radius: 100% !important;
        -o-border-radius: 100% !important;
        overflow: hidden;
    }

    .product_categories .owl-carousel .owl-nav .owl-next,
    .product_categories .owl-carousel .owl-nav .owl-prev {
        width: 56px;
        height: 56px;
        background: #ffffff !important;
        border: 1px solid #ffffff33 !important;
        border-radius: 100% !important;
        -webkit-border-radius: 100% !important;
        -moz-border-radius: 100% !important;
        -ms-border-radius: 100% !important;
        -o-border-radius: 100% !important;
        overflow: hidden;
    }

        .product_categories .owl-carousel .owl-nav .owl-prev.disabled span {
            background-image: url(../../../Images/CampaignSIF/move-left.svg);
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            height: auto;
        }

        .product_categories .owl-carousel .owl-nav .owl-next.disabled span {
            background-image: url(../../../Images/CampaignSIF/move-left.svg);
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            height: auto;
        }

        .product_categories .owl-carousel .owl-nav .owl-prev span {
            width: 23px;
            display: inline-block;
            background-image: url("../../../Images/CampaignSIF/move-right.svg");
            background-position: top center;
            background-size: 100% auto;
            text-indent: 78px;
            background-repeat: no-repeat;
            /* height: 18px; */
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

        .product_categories .owl-carousel .owl-nav .owl-next span {
            width: 23px;
            display: inline-block;
            background-image: url("../../../Images/CampaignSIF/move-right.svg");
            background-position: top center;
            background-size: 100% auto;
            text-indent: 78px;
            background-repeat: no-repeat;
            height: 18px;
        }

.how_sif {
    text-align: center;
    margin-bottom: 35px;
}

    .how_sif h3 {
        font-family: "Poppins";
        color: #ffffff;
        font-weight: 200;
        font-style: ExtraLight;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 25px;
    }

        .how_sif h3 span {
            color: #e6ad53;
            font-weight: normal;
            font-style: Regular;
            font-size: 44px;
            line-height: 55px;
            letter-spacing: 0%;
            text-align: center;
        }

.table-container {
    overflow: auto;
}

.how_sif .table-wrapper {
    background: linear-gradient( 125deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05) );
    border-radius: 24px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 0;
}

.how_sif .table {
    background: transparent !important;
    /*border:1px solid #FFFFFF4D;
  */
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-top: 0 none;
    table-layout: fixed;
    margin: 0;
}

    .how_sif .table tbody {
        border: 1px solid #ffffff4d;
    }

    .how_sif .table thead {
        background: #ffffff26;
    }

        .how_sif .table thead tr {
            border-top: 0 none;
        }

    .how_sif .table th {
        font-family: "Poppins";
        /*border: 1px solid #ffffff4d;*/
        padding: 20px;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        background: rgba(255,255,255,15%) !important;
        color: #ffffff !important;
    }

.how_sif .note {
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Poppins';
    text-align: left;
    margin-top: 10px;
    opacity: 80%;
}

.how_sif .table td:first-child {
    font-weight: 400;
    text-align: center;
}

.how_sif .table td:nth-child(2) {
    font-weight: 300;
}

.how_sif .table th:first-child {
    border-top-left-radius: 24px;
}

.how_sif .table th:last-child {
    border-top-right-radius: 24px;
}

.how_sif .table td {
    font-family: "Poppins";
    font-weight: 300;
    border: 1px solid #ffffff4d;
    font-style: Light;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    background-color: transparent !important;
    color: #ffffff !important;
    text-align: center;
}

    .how_sif .table td strong {
        font-size: 14px;
        font-weight: 500;
    }

.fund_allocate_asset {
    margin: 40px 0;
}

.fund_allocate_asset_content {
    border-radius: 24px;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 5%);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 20%);
}

    .fund_allocate_asset_content h3, .tax_effecient h3, .sif_videos h3 {
        font-family: "Poppins";
        color: #ffffff;
        margin-bottom: 40px;
        font-weight: 200;
        font-style: ExtraLight;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 35px;
    }

    .fund_allocate_asset_content .d-flex {
        justify-content: space-between;
    }

        .fund_allocate_asset_content .d-flex .img-fluid {
            max-height: 390px;
        }

.tax_effecient {
    margin: 45px 0;
}

    .fund_allocate_asset_content h3 span, .tax_effecient h3 span, .sif_videos h3 span {
        color: #e6ad53;
        font-weight: normal;
        font-style: Regular;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-align: center;
    }

.fund_allocate_asset_content ul {
    max-width: 266px;
}

.fund_allocate_asset_content li {
    background: rgba(255, 255, 255, 3%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 10%);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

    .fund_allocate_asset_content li label {
        font-size: 16px;
        line-height: 20px;
        font-weight: 200;
        letter-spacing: 0.1px;
        opacity: 60%;
        color: #ffffff;
    }

    .fund_allocate_asset_content li span {
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: #ffffff;
    }

.risk_sec {
    background: rgba(255,255,255,12% );
    padding: 25px 0;
}

    .risk_sec p {
        color: #ffffff;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
    }

    .risk_sec li {
        color: #ffffff;
        font-size: 13px;
        line-height: 19px;
        opacity: 80%;
    }

    .risk_sec .note {
        margin-top: 10px;
        font-size: 13px;
        font-style: italic;
        font-weight: normal;
        color: #ffffff;
        font-family: 'Poppins';
        opacity: 80%;
    }

.kn-more {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    min-width: 87px;
    text-align: center;
    padding: 2px 0;
    margin-top: 10px;
}

.how_sif .table td span {
    display: block;
    font-weight: 300;
    font-style: Medium;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.how_sif .table tr {
    border-top: 1px solid #ffffff4d;
    border-bottom: 1px solid #ffffff4d;
}

.connect {
    background-image: url("../../../Images/CampaignSIF/connect_bg.png");
    background-position: top center;
    background-size: 100% 100%;
    background-color: #ffffff;
    padding: 45px 0;
}

    .connect form {
        max-width: 460px;
        margin: 0 auto;
    }

    .connect h3 span {
        font-family: "Poppins";
        font-weight: 275;
        font-style: ExtraLight;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #00000099;
    }

    .connect h3 {
        font-weight: 400;
        font-style: Regular;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 0%;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .connect p {
        font-weight: 300;
        font-style: Light;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
    }

.field-content {
    display: flex;
    background: #f5f5f5;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

    .field-content input {
        border: 0 none;
        border-radius: 50px;
        background: transparent;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .field-content input,
        .field-content input::placeholder {
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0%;
            padding-left: 8px;
        }

            .field-content input:focus {
                box-shadow: none;
                background: transparent;
            }

.connect .btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 4, 4);
    border: 1px solid #0281e4;
    color: #0281e4;
}

.connect .btn {
    background-color: #0281e4;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
    font-style: ExtraBold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.download_sif {
    margin: 70px 0;
}

.dn_button {
    border-radius: 24px;
    border: 1px solid #fff;
    width: 142px;
    background: transparent;
    font-size: 16px;
    color: #fff;
    gap: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.download_sif_content {
    background: rgba(255,255,255,5%);
    border: 1px solid rgba(255,255,255,20%);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 30px 40px;
}

.downoad_sif_content-details {
    display: flex;
    justify-content: space-between;
    max-width: 1005px;
    border-bottom: 1px solid rgba(255, 255, 255, 20%);
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* text-align: center; */
    margin: 0 auto 20px;
}

.download_sif h3 {
    font-weight: 300;
    font-style: Regular;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #e6ad53;
    margin-bottom: 45px;
}

.fund_details {
    margin: 40px 0;
}

    .fund_details h3 {
        font-size: 40px;
        color: #e6ad53;
        font-weight: 300;
        text-align: center;
        margin-bottom: 30px;
    }

        .fund_details h3 span {
            font-weight: 100;
            color: #ffffff;
        }

    .fund_details p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: 200;
    }

    .fund_details table {
        margin-bottom: 0;
    }

        .fund_details table td ul {
            padding-left: 0;
        }

        .fund_details table td li {
            list-style: none;
            margin-bottom: 5px;
        }

        .fund_details table th {
            /* border: 1px solid #ffffff4d; */
            font-weight: 500;
            padding: 20px;
            font-weight: normal;
            font-style: Regular;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0.2px;
            vertical-align: middle;
            background: #ffffff26 !important;
            color: #ffffff !important;
        }

        .fund_details table td:first-child {
            font-size: 16px;
        }

        .fund_details table td {
            background: rgba(255, 255, 255, 10%);
            border: 1px solid #ffffff4d;
            font-style: Light;
            padding: 20px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0.2px;
            vertical-align: middle;
            background-color: transparent !important;
            color: #ffffff !important;
        }

    .fund_details .table-wrapper {
        background: linear-gradient(125deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
        border-radius: 24px;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        padding: 0;
    }

    .fund_details p span {
        font-weight: normal;
        font-size: 18px;
        color: #e6ad53;
    }

.download_sif h3 span {
    font-family: "Poppins" !important;
    color: #ffffff !important;
    font-weight: 100;
    font-style: ExtraLight;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

.downoad_sif_content {
    display: flex;
    gap: 2%;
    flex-wrap: nowrap;
    justify-content: center;
}

    .downoad_sif_content .download_sif_box {
        background: #ffffff1a;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border: 1px solid #ffffff33;
        width: 260px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 45px;
        position: relative;
    }

        .downoad_sif_content .download_sif_box img.pdf_blue {
            display: none;
        }

        .downoad_sif_content .download_sif_box img.dwd_icon {
            display: none;
        }

        .downoad_sif_content .download_sif_box:hover {
            background-color: #ffffff;
        }

            .downoad_sif_content .download_sif_box:hover p {
                color: #000000;
            }

            .downoad_sif_content .download_sif_box:hover img.pdf_white {
                display: none;
            }

            .downoad_sif_content .download_sif_box:hover img.pdf_blue {
                display: block;
            }

            .downoad_sif_content .download_sif_box:hover img.dwd_icon {
                display: block;
                height: 30px;
                width: 30px;
                position: absolute;
                right: 10px;
                top: 19px;
            }

        .downoad_sif_content .download_sif_box img {
            width: 35px;
            height: 47px;
        }

.faq_sif h3 {
    font-weight: 400;
    font-style: Regular;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 30px;
}

.faq_sif {
    margin: 70px 0;
}

    .faq_sif .accordion .accordion-item .accordion-header .accordion-button {
        font-family: "Poppins" !important;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0%;
        vertical-align: middle;
        background: transparent;
        padding: 15px 0 !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

        .faq_sif .accordion .accordion-item .accordion-header .accordion-button::after {
            background-image: url("../../../Images/CampaignSIF/plus.png");
            background-position: top center;
            background-size: 40px;
            width: 45px;
            height: 45px;
        }

        .faq_sif
        .accordion
        .accordion-item
        .accordion-header
        .accordion-button:not(.collapsed)::after {
            background-image: url("../../../Images/CampaignSIF/minus.png");
            background-position: top center;
            background-size: 40px;
            width: 45px;
            height: 45px;
        }

    .faq_sif .accordion-item {
        border-top: 0 none !important;
        background: transparent;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ffffff33;
    }

    .faq_sif h2 {
        font-family: "Poppins";
        font-weight: 100;
        font-style: Medium;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #ffffff;
    }

    .faq_sif .accordion-body {
        font-family: "Poppins";
        font-weight: 300;
        font-style: Light;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 0.8);
        padding: 0;
        max-width: 875px;
    }

.scrollup {
    position: absolute;
    bottom: 108px;
    right: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    z-index: 9;
}

.download_sif p {
    font-family: "Poppins";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
}

.footer {
    background-color: #111111;
    padding: 45px 0;
}

.disclaimer p {
    color: #fff;
    padding: 16px 0;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 20px;
    font-family: "Poppins";
    font-weight: 400;
    letter-spacing: 0.1px;
}

.risk_band_content ul {
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.risk_band_wrapper {
    max-width: 460px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 20%);
    margin: 0 auto;
    border-radius: 16px;
    padding: 40px 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.risk_band_content {
    position: relative;
    max-width: 470px;
    margin: auto;
}

.l-risk {
    position: absolute;
    left: 0px;
    top: -25px;
    font-size: 12px;
    color: #fff;
}

.h-risk {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 12px;
    color: #fff;
    top: -25px;
}

.risk-level {
    position: absolute;
    left: 0px;
    font-size: 14px;
    color: #fff;
}

.risko_content h4 {
    font-size: 24px;
    margin-bottom: 45px;
    color: #fff;
    font-weight: 500;
}

.risk_band_content ul li {
    width: 25%;
    height: 45px;
    display: flex;
    color: #000000;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .risk_band_content ul li:first-child {
        background-color: #27a858;
    }

    .risk_band_content ul li:nth-child(2) {
        background-color: #93c356;
        border: 5px solid #ffffff;
    }

        .risk_band_content ul li:nth-child(2) span {
            border: 3px solid #ff0000;
            height: 60px;
            width: 60px;
            border-radius: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

    .risk_band_content ul li:nth-child(3) {
        background-color: #ffe258;
    }

    .risk_band_content ul li:nth-child(4) {
        background-color: #dd6e37;
    }

    .risk_band_content ul li:nth-child(5) {
        background-color: #7d2420;
    }

/* captcha css */
.btn-refreshcapt {
    padding: 5px 5px;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .btn-refreshcapt img {
        width: 20px;
    }

.refreshdiv {
    width: 30%;
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
}

.captchaTextbox {
    width: 80%;
    float: left;
    padding: 20px;
    align-self: center;
}

    .captchaTextbox p {
        font-weight: 900;
        font-size: 22px;
        color: #0281e4;
        margin-bottom: 0;
    }

.captchabox {
    background-color: #fff;
    margin: 0;
    width: 50%;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.website-captcha-main {
    width: 95%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.captch-inputbox input {
    height: 100%;
    border: 1px solid #f5f5f5;
    text-align: center;
    outline: 0;
    font-size: 18px;
}

    .captch-inputbox input::focus-visible {
        outline: 0;
    }

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-trigger {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    min-width: 87px;
    text-align: center;
    padding: 2px 0;
    margin-top: 10px;
}

.custom-tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #000;
    border-radius: 8px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    z-index: 100;
    min-width: 200px;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

    .custom-tooltip ul {
        padding-left: 16px;
        margin: 0;
    }

    .custom-tooltip li {
        margin-bottom: 6px;
        font-size: 12px;
        color: #000000;
        font-weight: 300;
    }

.tooltip-arrow {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer-top {
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 30%);
    padding-bottom: 40px;
}

.follow-us ul {
    list-style: none;
    padding-left: 0;
}

.follow-us h4 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 20px;
}

.footer-bottom {
    color: #ffffff;
    margin: 25px 0;
}

    .footer-bottom h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .footer-bottom ul {
        list-style: none;
        padding-left: 0;
    }

        .footer-bottom ul li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 10px;
            font-size: 12px;
            font-weight: 300;
        }

    .footer-bottom p {
        color: #ffffff;
    }

    .footer-bottom a {
        color: #ffffff;
        text-decoration: none;
    }

.quick_link ul {
    max-width: 239px;
}

.quick_link li a,
.form-dn li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    background-image: url("../../../Images/CampaignSIF/chevron.svg");
    background-position: 100% 60%;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 20%);
    padding: 10px 0;
}

.form-dn ul {
    width: 48%;
    max-width: 239px;
}

.copyright {
    background-color: #222;
    font-size: 12px;
}

    .copyright .container {
        display: flex;
        justify-content: space-between;
        color: rgba(255, 255, 255, 80%);
        padding: 15px;
    }

    .copyright ul {
        padding-left: 0;
        list-style: none;
    }

        .copyright ul li a {
            font-size: 12px;
            color: rgba(255, 255, 255, 80%);
            text-transform: uppercase;
        }

        .copyright ul li:first-child {
            list-style: none;
        }

        .copyright ul li {
            margin-right: 10px;
            position: relative;
            padding-left: 10px;
            list-style: none;
        }

            .copyright ul li:first-child:before {
                display: none;
            }

            .copyright ul li::before {
                content: "";
                position: absolute;
                left: -5px;
                background-image: url("../../../Images/CampaignSIF/live_circle.svg");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 4px;
                width: 10px;
                height: 20px;
            }

/* .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: white;
      margin-right: 8px;
      box-shadow: 0 0 10px white;
      animation: pulse 1.2s infinite ease-in-out;
    }

    @keyframes pulse {
      0% {
        opacity: 1;
        box-shadow: 0 0 10px white;
      }
      25% {
        opacity: 0.2;
        box-shadow: 0 0 4px white;
      }
      50% {
        opacity: 0.4;
        box-shadow: 0 0 4px white;
      }
            75% {
        opacity: 0.6;
        box-shadow: 0 0 4px white;
      }
      100% {
        opacity: 1;
        box-shadow: 0 0 10px white;
      }
    } */

.disclaimer {
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 80%);
    font-weight: normal;
    padding: 25px 0 40px;
}

/*****22-09-25********/
/* .banner img{
  display: none;
} */

.description-text {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Read more toggle link styling */
.read-more-toggle {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    padding-right: 18px; /* space for arrow */
    font-size: 11px;
}

    /* Arrow styling using ::after pseudo */
    .read-more-toggle::after {
        content: "";
        position: absolute;
        top: 40%;
        right: 4px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.3s ease;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
    }

    .read-more-toggle.expanded::after {
        transform: translateY(-20%) rotate(-135deg);
        -webkit-transform: translateY(-20%) rotate(-135deg);
        -moz-transform: translateY(-20%) rotate(-135deg);
        -ms-transform: translateY(-20%) rotate(-135deg);
        -o-transform: translateY(-20%) rotate(-135deg);
    }

.open-sheet-link {
    display: inline-block;
    margin: 0px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    line-height: 13px;
}
/*******************forms & disclosure**********************/
.forms_disclosure {
    margin-top: 40px;
}

.forms_disclosure_content {
    text-align: center;
}

    .forms_disclosure_content h1 {
        text-align: center;
    }

    .forms_disclosure_content p {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        max-width: 646px;
        text-align: center;
        margin: 0 auto 30px;
        font-weight: 300;
        letter-spacing: 1px;
    }

.forms_disclosure_tab_content .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.forms_disclosure_tab_content .nav-link.active {
    background: rgba(255, 255, 255, 20%);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 20%);
    color: #ffffff;
    opacity: 1;
}

.forms_disclosure_tab_content .nav-link {
    background: rgba(255, 255, 255, 8%);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 8%);
    color: #ffffff;
    opacity: 60%;
    height: 60px;
    width: 220px;
    text-transform: uppercase;
    font-weight: 300;
}

.accordion {
    --bs-accordion-bg: transparent !important;
}

.forms_disclosure_tab_content .accordion .accordion-item {
    margin-bottom: 10px;
    border: 0 none;
}

    .forms_disclosure_tab_content
    .accordion
    .accordion-item
    .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

    .forms_disclosure_tab_content .accordion .accordion-item .accordion-button {
        background-color: #ffffff1f !important;
        border: 1px solid rgba(255, 255, 255, 16%);
        padding: 10px 25px;
        color: #ffff;
        border-radius: 20px !important;
        font-family: "Poppins" !important;
        font-weight: 200;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .forms_disclosure_tab_content .accordion .accordion-item .table-responsive {
        border-radius: 16px;
    }

    .forms_disclosure_tab_content .accordion .accordion-item .table {
        --bs-table-bg: transparent;
    }

        .forms_disclosure_tab_content .accordion .accordion-item .table th {
            padding: 10px 20px;
            background: #ffffff1a;
            border-bottom-width: 0;
        }

        .forms_disclosure_tab_content .accordion .accordion-item .table td {
            padding: 10px 20px;
            background: rgba(255, 255, 255, 0);
        }

        .forms_disclosure_tab_content .accordion .accordion-item .table td {
            border-bottom-width: 0;
        }

        .forms_disclosure_tab_content .accordion .accordion-item .table thead th {
            background-color: #ffffff1a;
        }

        .forms_disclosure_tab_content .accordion .accordion-item .table thead th {
            color: #ffffff;
            font-size: 16px;
            line-height: normal;
            letter-spacing: 2px;
            font-weight: 400;
        }

.banner_mob {
    display: none;
}

.banner .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(255, 255, 255, 30%);
}

.banner .carousel-indicators button.active {
    width: 50px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.banner .carousel-indicators {
    bottom: 100px;
    justify-content: flex-start;
    margin-left: 9%;
}

.product_categories .owl-carousel .owl-stage-outer {
    min-height: 312px;
}

#key_content {
    display: none;
}

.check_kyc_status {
    display: none;
}



#video_sif .owl-carousel .slide-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

    #video_sif .owl-carousel .slide-item img {
        width: 100%;
        height: auto;
        display: block;
    }

#video_sif .owl-carousel .center .slide-item {
    transform: scale(1.05);
    z-index: 2;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#video_sif .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

    #video_sif .play-button:hover {
        background: rgba(255, 255, 255, 0.2);
    }

#video_sif .owl-nav button.owl-prev,
#video_sif .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 28px;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#video_sif .owl-nav button.owl-prev {
    left: -50px;
}

#video_sif .owl-nav button.owl-next {
    right: -50px;
}

#video_sif .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.3);
}

a.dn_button {
    text-decoration: none;
    cursor: pointer;
}

.line {
    font-family: 'Poppins';
    font-weight: 100 !important;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none;
    margin: 12px 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}

    .line span.strong {
        font-family: 'Poppins';
        font-weight: 500 !important;
    }

.word {
    opacity: 0;
    transform: translateY(10px);
    display: inline-block;
    animation: revealWord 0.4s forwards;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -webkit-animation: revealWord 0.4s forwards;
}

@keyframes revealWord {
    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        color: #fff;
        opacity: 80%;
    }
}

.digit.flip {
    animation: flip 0.6s ease forwards;
}

@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }

    50% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}
.table_main_content {
    overflow: auto;
}

.table_cont {
    min-width: 1125px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

    /* Strategy Table Styles */
    .table_cont .strategy-table {
        flex: 1;
    }

    .table_cont table {
        width: 100%;
        border-collapse: collapse;
        background-color: transparent;
        table-layout: fixed;
    }

    .table_cont th, .table_cont td {
        padding: 15px 20px;
        text-align: center;
        border: 1px solid #333;
    }

    .table_cont th {
        background-color: transparent;
        color: white;
        border-top: 0;
    }

        .table_cont th:first-child {
            border-left: 0 none;
        }

        .table_cont th:last-child {
            border-right: 0 none;
        }

        .table_cont th span {
            background: rgba(255, 255, 255, 0.10);
            color: #fff;
            display: block;
            padding: 20px;
            border-radius: 24px;
            text-align: center;
            color: #FFF;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 26px;
            /*162.5%*/ letter-spacing: 0.16px;
            text-transform: capitalize;
            min-height: 90px;
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
        }

    .table_cont td {
        background-color: transparent;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 0.14px;
    }

        .table_cont td:first-child {
            border-left: 0 none;
            font-weight: 500;
            letter-spacing: 0.16px;
            border-bottom: 0 none;
        }

        .table_cont td:last-child {
            border-right: 0 none;
        }

        .table_cont td:last-child, .table_cont td:nth-child(2) {
            border-bottom: 0 none;
        }


    /* Fund Information Styles */
    .table_cont .fund-info {
        flex: 1;
        background-color: #E6AD53;
        padding: 20px;
        border-radius: 24px;
        border: 2px dashed #fff;
        max-width: 318px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

    .table_cont .fund-title {
        font-size: 1.5em;
        margin-bottom: 15px;
        font-weight: bold;
    }



    .table_cont .fund-description {
        margin: 25px 0;
    }

    /* Add more spacing to rows in the table */
    .table_cont tr {
        margin-bottom: 20px;
    }

    /* Accent colors for highlights */
    .table_cont .highlight {
        font-weight: bold;
        color: #FFD700; /* Golden color */
    }

    .table_cont .fund-title span {
        max-width: 100%;
        background: #fff;
        display: block;
        padding: 15px 50px;
        border-radius: 24px;
        text-align: center;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.18px;
        text-transform: capitalize;
    }

    .table_cont.tbl_mob {
        display: none;
    }

.tbl_sec th span {
    background-color: transparent;
}