@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }

  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .kyc_status .kyc-input .input-enterpan,
  .kyc_status .kyc-input .input-entermobile {
    max-width: 230px;
    min-width: 230px;
  }
}

/* Mobile view: truncate text with ellipsis */
@media (max-width: 991.98px) {
  .description-text.truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Show 4 lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}

/* Desktop view: always show full text, hide toggle */
@media (min-width: 992px) {
  .read-more-toggle {
    display: none !important;
  }

  .description-text {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 6rem;
  }

  .container {
    max-width: 100%;
  }

  header .navbar {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 32px;
    height: 2px;
    display: block;
    background-color: rgba(0,0,0,0.7);
    margin-bottom: 6px;
  }

  header .navbar .navbar-toggler .navbar-toggler-icon:nth-child(2){
    width: 21px;
  }

  header .navbar .navbar-toggler .navbar-toggler-icon:last-child {
    margin-bottom: 0;
  }

  header .navbar .navbar-collapse {
    margin-top: 2rem;
  }

  .span-first {
    display: none !important;
  }

  .span-middle {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
    -moz-transform: rotate(45deg) translate(6px, 6px);
    -ms-transform: rotate(45deg) translate(6px, 6px);
    -o-transform: rotate(45deg) translate(6px, 6px);
    width: auto !important;
}

  .span-last {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .req-callback {
    max-width: 320px;
    margin-top: 10px;
  }

  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #ddd; */
    border-bottom:1px solid rgba(255,255,255,10%);
  }

  header .navbar .navbar-collapse .navbar-nav .nav-item::after {
    display: none;
  }

  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .navbar-toggler-icon {
    background-color: #fff !important;
    background-image: none !important;
  }
  /* .kyc_status{
  text-align: center;
  position: absolute !important;
  bottom: auto !important;
} */
  .kyc_status p {
    margin-bottom: 15px !important;
    text-align: center;
  }
  .kyc_status .kyc-input {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .product_categories .owl-carousel .owl-nav .owl-prev,
  .product_categories .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
  }
  .product_categories .owl-carousel .owl-nav .owl-prev span,
  .product_categories .owl-carousel .owl-nav .owl-next span {
    height: 22px;
  }
  .kyc_status .btn-primary {
    height: 45px;
    margin-top: 10px;
  }
  .how_sif .table-container {
    overflow: hidden;
  }
  .how_sif .table-wrapper {
    overflow: auto;
  }
  .top-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  header .container {
    max-width: 90%;
  }
  .btn {
    padding: 14px 20px;
    font-size: 13px;
  }
  .copyright p,
  .copyright ul li a {
    font-size: 12px !important;
  }
  .coming_soon .coming_soonmain_content {
    padding: 25px 10px;
  }
  .tag {
    margin: 0 auto;
  }
  .what_magnum_content .img-fluid {
    max-width: 100%;
  }
  .key_content {
    gap: 10px;
  }
  .navbar-collapse.show ~ .top-mobile .navbar-toggler {
    display: none !important;
  }

  .navbar-collapse .btn-close-wrapper {
    display: none;
  }

  .navbar-collapse.show .btn-close-wrapper {
    display: block;
  }
  .btn-close {
    position: absolute;
    top: 20px;
    left: 15px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {

    .banner {
        margin-bottom: 25px;
    }

    .banner_desk {
        display: none;
    }

    .banner_mob {
        display: block;
    }


    .banner img {
        min-height: 500px;
    }

    .banner .d-flex {
        display: block !important;
    }

        .banner .d-flex img {
            width: 100%;
        }

    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    h1,
    h1 span {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        margin-bottom: 15px;
    }

        h2,
        h2 span {
            font-size: 28px;
            line-height: 32px;
        }

    h3,
    h3 span {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .website-captcha-main {
        flex-direction: column;
    }

    .table-wrapper {
        overflow: auto;
    }

        .table-wrapper .table {
            width: 700px;
        }

    .cs-badge {
        max-width: 110px;
    }

    .downoad_sif_content {
        flex-wrap: wrap;
    }

        .downoad_sif_content .download_sif_box {
            width: 100%;
            margin-bottom: 10px;
        }
    /* p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
   p span{
    font-size: 14px !important;
    line-height: 18px !important;
  } */
    .key_content {
        flex-wrap: nowrap;
        /* overflow: auto; */
    }

    .downoad_sif_content-details {
        flex-direction: column;
        align-items: center;
    }

    .banner video {
        min-height: 420px;
    }

    .product_categories .owl-carousel .owl-item figure {
        gap: 100px;
    }

    .what_magnum_content .col-md-5 {
        text-align: left !important;
    }

    .what_magnum_content .btn {
        margin-top: 10px;
    }

    .key_content_box {
        min-width: 100%;
        text-align: left;
    }

        .key_content_box span {
            font-size: 18px;
        }

    .coming_soon {
        background-position: top;
        text-align: center;
    }

    .overlay-content {
        padding: 15px;
    }

    .what_magnum_content {
        padding: 20px 15px;
        text-align: center;
    }

    .product_categories h3 span {
        display: block;
        text-align: left !important;
    }

    .connect {
        text-align: center;
    }

    .faq_sif .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }

    .download_sif h3 {
        margin-bottom: 20px;
    }

    .risko_content img {
        max-width: 300px;
    }

    .download_sif_content {
        padding: 10px;
    }
    /* .product_categories .owl-carousel .owl-dot span {
    width: 10px !important;
    height: 10px !important;
  } */
    .overlay-content {
        text-align: center;
    }

        .overlay-content h1 {
            text-align: center;
        }

        .overlay-content p {
            text-align: center;
        }

    .banner {
        background-size: 100% auto;
        background-position: bottom;
    }

    .what_magnum_content img {
        max-width: 100% !important;
    }

    .footer {
        padding: 15px 0;
    }

    .footer-bottom .col-12 {
        margin-bottom: 20px;
    }

    .footer-top {
        flex-direction: column;
        gap: 20px;
    }

    .form-dn .d-flex {
        flex-direction: column;
    }

    .form-dn ul {
        width: 100%;
        max-width: 100%;
    }

    .footer-top img {
        max-width: 194px;
    }

    .quick_link ul {
        max-width: 100%;
    }

    .copyright .container {
        flex-direction: column;
        align-items: center;
    }

    .copyright ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .disclaimer {
        font-size: 11px;
        line-height: 13px;
    }

    .faq_sif {
        margin: 30px 0;
    }

    /*******************22-09-25******************/
    .banner {
        background-image: none;
    }

        .banner img {
            min-height: 380px;
            padding-top: 85px;
            /* display: block; */
        }

    .check_kyc_status {
        background-color: #fff;
        width: 320px;
        border-radius: 30px;
        text-align: center;
        margin: 0 auto;
        display: block;
        position: fixed;
        bottom: 15px;
        left: 0;
        right: 0;
        height: 45px;
        color: #030404;
        font-weight: 500;
        border: 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .kyc_status.fixed {
        opacity: 0;
        bottom: -100%;
        transition: bottom 0.4s ease;
        -webkit-transition: bottom 0.4s ease;
        -moz-transition: bottom 0.4s ease;
        -ms-transition: bottom 0.4s ease;
        -o-transition: bottom 0.4s ease;
        /* border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0; */
        padding: 40px 15px 20px;
        background-image: url("https://www.sbimf.com/images/default-source/sif-images/mob_notch.png") !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        background-color: transparent !important;
    }

        .kyc_status.fixed p.para-medium {
            font-size: 28px !important;
            color: #030404 !important;
            line-height: 36px !important;
            margin-bottom: 25px !important;
        }

    .kyc_status .btn-primary {
        height: 60px;
        margin-top: 16px;
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 20px;
        font-weight: 500;
    }

    .kyc_status.fixed p.para-medium span {
        color: #e6ad53 !important;
    }

    .custom-tooltip {
        display: none !important;
    }

    .custom-tooltip-mobile,
    .custom-tooltip-mobile1 {
        background-color: #fff;
        position: fixed;
        opacity: 0;
        bottom: -100%;
        transition: bottom 0.4s ease;
        -webkit-transition: bottom 0.4s ease;
        -moz-transition: bottom 0.4s ease;
        -ms-transition: bottom 0.4s ease;
        -o-transition: bottom 0.4s ease;
    }

    .kyc_status.active {
        opacity: 1;
        bottom: 0;
    }

    /* .kyc_status::before{
    content: "";
position: absolute;
      background-image: url("../../../Images/CampaignSIF/notch.png");
      background-repeat: no-repeat;
      background-position: top center;
  } */

    .custom-tooltip-mobile.active,
    .custom-tooltip-mobile1.active {
        opacity: 1;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px 38px 30px;
        /* border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; */
        min-height: 260px;
        background-image: url("../../../Images/CampaignSIF/notch_img.png") !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        background-color: transparent !important;
    }

        .custom-tooltip-mobile.active h4,
        .custom-tooltip-mobile1.active h4 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #030404;
            line-height: 36px;
            font-weight: 400;
            text-align: center;
        }

    .custom-tooltip-mobile li,
    .custom-tooltip-mobile1 li {
        font-size: 16px;
        color: #000;
        line-height: 28px;
        opacity: 80%;
        font-weight: 500;
    }

    .key_content {
        flex-direction: column;
    }

    .fund_allocate_asset_content .d-flex {
        flex-direction: column;
    }

    .overlay-text span {
        text-align: center;
    }

    .box .number span {
        width: 45px;
        height: 60px;
    }

    .key_feature_cont ul li {
        width: 100%;
    }

    .tax_effecient img {
        width: 100%;
    }
    /* .bottom-panel {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #111;
  color: #fff;
  padding: 20px;
  transition: bottom 0.4s ease;
  z-index: 9999;
  border-top: 2px solid #444;
  -webkit-transition: bottom 0.4s ease;
  -moz-transition: bottom 0.4s ease;
  -ms-transition: bottom 0.4s ease;
  -o-transition: bottom 0.4s ease;
}

.bottom-panel.active {
  bottom: 0;
} */
    .kyc_status .kyc-input .input-enterpan,
    .kyc_status .kyc-input .input-entermobile {
        max-width: 300px;
        min-width: 100%;
        margin-bottom: 10px;
    }

    .kyc_status .btn-primary {
        width: 100%;
    }

    .custom-tooltip {
        display: none;
    }

    .product_categories .item:hover > .hover-item {
        display: none;
    }

    /********know more bottomsheet*********/
    .bottom-sheet {
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100%;
        background: #fff;
        max-height: 70vh;
        overflow-y: auto;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
        transition: bottom 0.3s ease;
        z-index: 9999;
        /*border-radius: 30px;
    */ -webkit-transition: bottom 0.3s ease;
        -moz-transition: bottom 0.3s ease;
        -ms-transition: bottom 0.3s ease;
        -o-transition: bottom 0.3s ease;
        /*-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    */ background-image: url("../../../Images/CampaignSIF/notch_img.png") !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        background-color: transparent !important;
        padding: 30px 10px 20px;
        -webkit-transition: bottom 0.3s ease;
    }

        .bottom-sheet.active {
            bottom: 0;
        }

    .sheet-content {
        padding: 20px;
    }
        /* .sheet-content::before{
      content: "";
      position: absolute;
      top: -10px;
      left: 50%;
      width: 40px;
      height: 20px;
      background-color: white;
      transform: translateX(-50%);
      border-radius: 5px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      background-image: url("../../../Images/CampaignSIF/notch.png");
      background-repeat: no-repeat;
      background-position: top center;
} */
        .sheet-content h4 {
            font-size: 28px;
            color: #030404;
            font-weight: normal;
            text-align: center;
            line-height: 36px;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .sheet-content ul li {
            font-size: 14px;
            color: #000;
            line-height: 28px;
            opacity: 80%;
            font-weight: 500;
        }

    .close-btn {
        background: #ddd;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 6px;
        float: right;
        margin-bottom: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .sheet-hidden-content {
        display: none;
    }



    .banner .carousel-indicators {
        margin: 0 auto;
        left: 0;
        right: 0;
        justify-content: center;
        bottom: 40px;
    }

    .how_sif .table td:first-child,
    .how_sif .table th:first-child {
        position: sticky;
        left: 0;
        background-color: #000 !important;
        z-index: 2;
        box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for effect */
    }

    .key_content.owl-theme .owl-dots .owl-dot span {
        width: 26px;
        height: 3px;
    }

    .modal_vid a img {
        width: 14px !important;
        height: 14px !important;
        min-height: 14px !important;
        padding-top: 0;
    }

    .key_content.owl-carousel .owl-nav .owl-prev, .key_content.owl-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        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;
    }

        .key_content.owl-carousel .owl-nav .owl-prev.disabled,
        .key_content.owl-carousel .owl-nav .owl-next.disabled {
            width: 45px;
            height: 45px;
            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;
            margin-top: 5px;
        }

    .key_content.owl-carousel .owl-nav .owl-next,
    .key_content.owl-carousel .owl-nav .owl-prev {
        width: 45px;
        height: 45px;
        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;
    }

        .key_content.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;
        }

        .key_content.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;
            margin-top: 5px;
        }

        .key_content.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);
            margin-bottom: 0;
            margin-top: 5px;
        }

        .key_content.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;
            margin-bottom: 0;
        }

    .key_mobile {
        display: block !important;
    }

    .key_desk {
        display: none;
    }

    .top-mobile img {
        max-width: 100%;
    }

    .key_content .owl-nav {
        display: inline-flex;
        align-items: center;
        width: 50%;
        position: absolute;
        right: 0;
        margin-top: 0;
        justify-content: flex-end;
    }

    .key_content .owl-dots {
        display: inline-flex;
        align-items: center;
        width: 50%;
        position: ABSOLUTE;
        left: 0;
        min-height: 60px;
    }

    .product_categories .owl-carousel .owl-nav {
        position: absolute;
        top: auto;
        right: 0;
    }

    .product_categories .owl-dots {
        display: inline-flex;
        width: 50%;
        align-items: center;
        height: 55px;
    }

    .product_categories .owl-carousel .owl-nav .owl-prev.disabled, .product_categories .owl-carousel .owl-nav .owl-next.disabled {
        width: 45px;
        height: 45px;
    }

    .product_categories .owl-carousel .owl-dot span {
        width: 26px !important;
        height: 3px !important;
    }

    .fund_details .table-wrapper {
        overflow: auto;
    }

    .risk_sec .row {
        gap: 10px;
    }

    .overlay-content .btn-cont {
        justify-content: center;
    }

    .nfo-launching_date {
        max-width: 100%;
    }

    .countdown {
        justify-content: center;
    }

    .opac_content {
        margin-top: 209px;
    }

        .opac_content p {
            font-size: 28px;
            line-height: 46px;
        }

    .modal_vid_img {
        min-height: 280px !important;
        width: auto !important;
    }

    .tbl_desk {
        display: none;
    }

    .tbl_mob {
        display: flex !important;
    }

        .tbl_mob .strategy-table {
            max-width: 180px;
            min-width: 180px;
        }

        .tbl_mob .strat_last {
            max-width: 60%;
            min-width: 60%;
        }
}


@media screen and(max-width:567px) {
  .website-captcha-main {
    flex-direction: column;
  }
}
