/*vamsi css */
.banner-distributor-homepage {
    margin-top: 50px;
    padding: 40px 0;
    background-image: url(/wp-content/uploads/2025/01/main-bg-1.svg);
    background-position: right;
}

.smarTomorrows-banner-container {
    padding: 25px 25px 5px;
    gap: 38px;
    border-radius: 25px;
    background: var(--div-background-darkmode);
    box-shadow: 0px 2px 4px 0px rgba(84, 171, 191, 0.15);
    margin-top: 100px;
}

.smarTomorrows-banner-container .owl-item {
    height: unset !important;
    background-color: unset !important;

    img {
        width: unset !important;
    }
}

.smarTomorrows-banner-card {
    height: 380px !important;
    position: relative;
    padding: 40px 35px 80px 35px;
    border-radius: 22px;
    background: rgba(248, 74, 169, 0.15);
    display: flex;
    flex-direction: row;
    /* Change to column for vertical alignment */
    width: 100%;
    transition: transform 0.5s ease;
}

.black-text {
    color: var(--warm-black);
}


.smarTomorrows-banner-card-1 {
    background: rgba(93, 183, 132, 0.15) url(/wp-content/uploads/2025/01/banner2.svg) no-repeat center center;
    /* First card color with background image */
    background-size: cover;
    /* Ensure the background image covers the entire area */
}

.smarTomorrows-banner-card-2 {
    background: rgba(147, 91, 238, 0.15) url(/wp-content/uploads/2025/01/banner3.svg) no-repeat center center;
    /* Second card color with background image */
    background-size: cover;
    /* Ensure the background image covers the entire area */
}

.smarTomorrows-banner-card-3 {
    background: rgba(234, 94, 48, 0.3) url(/wp-content/uploads/2025/01/linear-bg.svg) no-repeat center center;
    /* Third card color with background image */
    background-size: cover;
    /* Ensure the background image covers the entire area */
}

.smarTomorrows-banner-card-4 {
    background: rgba(248, 74, 169, 0.15) url(/wp-content/uploads/2025/01/banner1.svg) no-repeat center center;
    /* Third card color with background image */
    background-size: cover;
    /* Ensure the background image covers the entire area */
}

.smarttom_invest_section .owl-stage-outer {
    padding-top: 10px !important;
}

.smarTomorrows-banner-Title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
}

.smarTomorrows-banner-Text {
    background: linear-gradient(90deg, rgba(93, 183, 132, 0.5) 67.06%, rgba(93, 183, 132, 0) 100.1%);
    color: rgba(255, 255, 255, 1);
    padding: 8px 15px 8px 20px;
    gap: 4px;
    width: 770px;
    margin-bottom: 30px;
    font-family: 'Kodchasan', sans-serif !important;

}

.smarTomorrows-banner-Text-2 {
    background: linear-gradient(90deg, rgba(147, 91, 238, 0.5) 67.06%, rgba(147, 91, 238, 0) 100.1%);
}

.smarTomorrows-banner-Text-3 {
    background: linear-gradient(90deg, rgba(234, 128, 93, 0.5) 67.06%, rgba(234, 128, 93, 0) 100.1%);
}

.smarTomorrows-banner-Text-4 {
    background: linear-gradient(90deg, rgba(248, 74, 169, 0.5) 67.06%, rgba(248, 74, 169, 0) 100.1%);
}

.smarTomorrows-image-4 {
    width: 310px;
}

.smarTomorrows-banner-button {
    border: 0;
    padding: 0;
    background-color: unset;
    width: unset;
}

.smarTomorrows-banner-button a {
    background: rgba(231, 69, 93, 1);
    padding: 5px 20px;
    border: none;
    font-size: 16px;
    display: flex;

}

.smarTomorrows-banner-image {
    width: 100%;
    /* Adjust the width as needed */
    height: auto;
    /* Center the image */
    display: flex;
    justify-content: end;
}

.smarTomorrows-banner-image img {
    margin-bottom: -95px;
}

@media screen and (max-width: 768px) {
    .smarTomorrows-banner-Title {
        font-size: 18px;
    }

    .smarTomorrows-banner-Text h5 {
        font-size: 10px;
    }

    .smarTomorrows-banner-container {
        padding: 10px;
        gap: 10px;
        border-radius: 25px;
    }

    .smarTomorrows-banner-Text {
        width: 100%;
        font-size: 14px;
    }

    .smarTomorrows-banner-image img {
        margin-bottom: 0 !important;
    }

    .smarTomorrows-banner-button {
        left: 30%;
        margin-bottom: 20px;
    }

    .smarTomorrows-banner-image {
        display: none;
    }

    .smarTomorrows-banner-card {
        padding: 30px 10px 45px 10px;
        height: 320px !important;
    }

    .smarTomorrows-banner-image {
        position: absolute;
        display: block;
    }

    .smarTomorrows-banner-card-2 .smarTomorrows-banner-image,
    .smarTomorrows-banner-card-4 .smarTomorrows-banner-image {
        width: 300px !important;
        bottom: -30px;
        right: -20px;
    }

    .smarTomorrows-banner-card-3 .smarTomorrows-banner-image {
        width: 200px !important;
        bottom: -10px;
        right: -10px;
    }

    .smarTomorrows-banner-card-1 .smarTomorrows-banner-image {
        width: 150px !important;
        bottom: -10px;
        right: -10px;
    }

    .margin-top-title {
        margin-top: 0 !important;
    }

    .banner-distributor-homepage {
        background-position: bottom;
        margin-top: -10px;
    }

    .smarttom_invest_section {
        .watchLearnInvest {

            .box img {
                margin-top: 35px;
                width: 50px !important;
                transition: width 1s ease;
            }

            .hover-text {
                opacity: 1 !important;
                line-height: 20px !important;
                padding-bottom: 20px !important;
            }

        }

        .tab-pane img {
            width: 100px !important;
        }

        .mutual-fund-basics-title {
            font-size: 20px !important;
        }

        .mutual-fund-basics-text {
            line-height: 20px !important;
        }

        .wp-block-button__link {
            padding: 5px 30px !important;
            font-size: 14px;
        }

        .owl-nav img {
            width: 20px !important;


        }

        .owl-item {
            padding-bottom: 20px;

            p {
                display: none !important;
            }

            .wp-block-heading {
                font-size: 16px !important;
                margin-bottom: 10px;
            }

            .hover-text {
                font-size: 14px !important;
                display: block !important;

            }

        }

    }

    .smartInvestmentTools-card {
        padding: 20px !important;

        .smartInvestmentTools-card-title {
            font-size: 22px !important;
        }
    }
}

.margin-top-title {
    margin-top: 100px;
}

.smartInvestmentTools {
    margin-top: 100px;
}

.smartInvestmentTools-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 20px;
    height: 100%;
    align-items: stretch;
}

@media screen and (max-width: 768px) {
    .smartInvestmentTools-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.smartInvestmentTools-card {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Stack content vertically */
    padding: 40px 35px;
    border-radius: 22px;
    background: linear-gradient(0deg, #54ABBF, #54ABBF),
        linear-gradient(169.11deg, #0082A0 8.07%, rgba(84, 171, 191, 0) 91.93%),
        linear-gradient(169.11deg, #0082A0 8.07%, rgba(0, 130, 160, 0) 91.93%);
    width: 100%;
    height: 100%;
    align-items: flex-start;
    /* Align items to the start */
}

@media screen and (max-width: 768px) {
    .smartInvestmentTools-card {
        padding: 5px;
        gap: 15px;
    }
}

.smartInvestmentTools-card-1 {
    background: rgba(248, 74, 169, 0.15) url(/wp-content/uploads/2025/01/blue-banner1-1.svg) no-repeat center center;
    background-size: cover;
}

.smartInvestmentTools-card-2 {
    background: rgba(93, 183, 132, 0.15) url(./images/blue\ banner2.svg) no-repeat center center;
    background-size: cover;
}

.smartInvestmentTools-card-title {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 32.5px !important;
    margin-bottom: 20px !important;
    /* Add spacing below the title */
    padding: 0px !important;
    color: var(--text-white-darkmode) !important;
}

.smartInvestmentTools-banner-Text {
    background: linear-gradient(90deg, #0082A0 67.06%, rgba(84, 171, 191, 0) 100.1%);
    color: rgba(255, 255, 255, 1);
    padding: 8px 15px 8px 20px;
    margin-bottom: 20px;
    /* Add spacing below the text */
    border-radius: 8px;
    width: 100%;
    /* Ensure text fills the card width */
    font-size: 16px;
}

.smartInvestmentTools-banner-button {
    background-color: unset;
    border: 0;
    width: unset;

    a {
        font-size: 16px;
        background-color: rgba(231, 69, 93, 1);
        padding: 5px 20px;
        border: none;
        width: unset;
        margin-top: 10px;
        /* Add spacing above the button */
        cursor: pointer;
        margin-bottom: 40px;
    }

}

.smartInvestmentTools-image {
    position: absolute;
    top: 39%;
    left: 70%;
}

@media screen and (max-width: 768px) {
    .smartInvestmentTools-banner-button {
        width: fit-content;
    }

    .smartInvestmentTools-image {
        bottom: 0;
        right: 0;
        top: unset;
    }
}

.investmentInsights-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 15px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .investmentInsights-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.investmentInsights-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 15px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .investmentInsights-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.investmentInsights-card-left,
.investmentInsights-card-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.investmentInsights-card-left-bottom,
.investmentInsights-card-right-top {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

@media screen and (max-width: 768px) {

    .investmentInsights-card-left-bottom,
    .investmentInsights-card-right-top {
        flex-direction: column;
    }
}

.investmentInsights-card-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
    border-radius: 30px;
    background: #EFE6E1;
}

.investmentInsights-card-img-1 {
    border-radius: 0px 0px 30px 30px;
}

.investmentInsights-card-img-2 {
    border-radius: 0px 30px 30px 0px;
}

@media screen and (max-width: 768px) {
    .investmentInsights-card-1 {
        width: 100%;
    }
}

.investmentInsights-card-2 {
    background: #edd2c9;
}


.investmentInsights-card-3 {
    background: #FEF5EE;
}

.investmentInsights-card-4 {
    background: linear-gradient(90deg, #FBE0D7 -0.08%, #F5D3C7 100%);

}

.investmentInsights-card-text {
    padding: 20px !important;
}


.mutual-fund-basics-title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
}

.mutual-fund-basics-text {
    font-family: Lato;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
    text-align: left !important;
    padding: 0px !important;
    color: #3D4248 !important;
}

.investmentInsights {
    margin-top: 100px;
    margin-bottom: 100px;
}

.investmentInsights figure img {
    border-radius: 30px 30px;
}

.investmentInsights-card-left-top,
.investmentInsights-card-right-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    background: linear-gradient(178.43deg, #F4D1D7 25.84%, #F6D6DB 69.64%);
    border-radius: 30px;
    position: relative;
}

@media screen and (max-width: 768px) {

    .investmentInsights-card-left-top,
    .investmentInsights-card-right-bottom {
        flex-direction: column;
    }

    .responsive-image {
        width: fit-content;
        /* Adjust as needed for larger screens */
    }

    .right-bottom-image {
        border-radius: 30px !important;
        width: auto;
    }
    .investmentInsights figure img{
        border-radius: 30px;
    }


}

.investmentInsights-card-left-top {
    background: linear-gradient(100.49deg, #A2BDD8 12.54%, #CDDFEE 78.65%);

}

.investmentInsights-banner-button {
    width: unset;
    border: unset;
    background-color: unset;

    a {

        background: rgba(231, 69, 93, 1);
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }
}

.investmentInsights-card-padding {
    padding: 20px;
}

.investmentInsights-card-text-absloute {
    position: absolute;
    top: 10%;
    left: 5%;
}

.tab-pane .d-flex .owl-stage div {
    justify-items: center;
    background-color: var(--div-background-darkmode);
    width: -webkit-fill-available;
    border-radius: 30px;
    /* margin: 0 10px; */
    height: 438px;
}

.watchLearnInvest .d-flex .owl-stage .box {
    padding: 5px;
}

.watchLearnInvest .d-flex .owl-stage .box2 {
    padding: 0 10px;
}

.watchLearnInvest .box {
    overflow: hidden;
    height: 90% !important;
}

.watchLearnInvest .box2 {
    height: 95% !important;
}

.watchLearnInvest .box:hover p:not(.hover-text) {
    display: none;
    transition: all 0.5s ease;
}

.watchLearnInvest .box p.hover-text,
.watchLearnInvest .box p.hover-text2 {
    opacity: 0;
    transform: translateY(20%);
    transition: all 0.5s ease;
}

.watchLearnInvest .box:hover p.hover-text,
.watchLearnInvest .box:hover p.hover-text2 {
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.5s ease;
}

.watchLearnInvest .box img {
    margin-top: 60px;
    width: 125px !important;
    transition: width 1s ease;
}

.watchLearnInvest .box:hover img {
    margin-top: 20px;
    width: 95px !important;
    transition: width 1s ease;

}

.watchLearnInvest .box2,
.watchLearnInvest .box2 .btn-2 {
    position: relative;
}

.watchLearnInvest .box2:hover {
    overflow: visible;
    transition: all 0.5s ease;
}

.watchLearnInvest .box2 img {
    width: 240px;
    position: relative;
    transition: all 0.8s ease;
}

.watchLearnInvest .box2:hover img {
    width: 142px;
    position: absolute;
    top: -78px;
    right: -50px;
    transition: all 0.5s ease;
}

.watchLearnInvest .box2:hover .btn-2 {
    position: absolute;
    left: calc(50% - 95px);
    bottom: 0px;
}

.watchLearnInvest .box2:hover .line:after {
    background: linear-gradient(to left, transparent, #00829E 55%, transparent);
    content: "";
    height: 1px;
    width: 80%;
    left: calc(50% - 40%);
    display: block;
    position: absolute;
    bottom: 80px;
}

.watchLearnInvest .box2 h4,
.tab-pane .box2 p {
    transition: all 1s ease;
}

.watchLearnInvest .box2:hover p {
    text-align: left;
}

.watchLearnInvest .box2 h4 {
    font-size: 22px;
    text-align: center;
}

.watchLearnInvest .box2:hover h4 {
    font-size: 26px;
    text-align: left;
    width: -webkit-fill-available;
}

.watchLearnInvest .d-flex>div {
    box-shadow: none;
    border: none;
    transition: all 0.5s ease;
}

.watchLearnInvest .d-flex .owl-stage-outer .owl-item:hover {
    box-shadow: 0px 2px 10px 0px rgba(84, 171, 191, 0.25);
    border: 1px solid rgba(0, 130, 160, 0.8);
}


/* Latest Updates Page CSS */
/* testing */
.ncd-cards-container>div {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px 0;
    counter-reset: card-counter;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, 30%)
}

.latest-update-card {
    width: 100%;
    height: auto;
    padding: 20px;
    gap: 50px;
    border-radius: 10px;
    background-color: var(--div-background-darkmode);
}

.latest-update-date {
    color: var(--grey-text-darkmode) !important;
    font-size: 12px !important;
    text-align: left !important;
    padding: 0px !important;
    margin-bottom: 15px;
}

.latest-update-title,
.latest-update-title a {
    color: var(--text-white-darkmode);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}

.latest-update-description {
    color: var(--grey-text-darkmode) !important;
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left !important;
    padding: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read-more-link {
    padding: 0px !important;

    img {
        margin-left: 10px
    }
}

.read-more-link a {
    color: #54ABBF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 14px;
    font-weight: 400;
    pointer-events: auto;
    cursor: pointer;
    padding: 0px !important;
}

/* Add styles for the read more arrow icon */
.read-more-link .arrow-icon {
    width: 30px;
    height: 30px;
    stroke: var(--button-fill-darkmode);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

/* Remove any existing hover effects */
.read-more-link:hover {
    text-decoration: none;
    color: var(--button-fill-darkmode);
}
.page-main-heading.my-4{
    margin-top: 0 !important;
}

.ncd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    white-space: nowrap;
}

.ncd-breadcrumb-link {
    color: var(--orange-accent-darkmode);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;

}

.ncd-breadcrumb-link:hover {
    color: var(--orange-accent-darkmode);
    text-decoration: none;
}

.ncd-breadcrumb-link::after,
.ncd-breadcrumb-current::after {
    content: ">";
    color: var(--text-white-darkmode);
    margin-left: 5px;
    /* Space between text and arrow */
}

.ncd-breadcrumb-current {
    color: var(--grey-text-darkmode);
    overflow: hidden;
    text-overflow: ellipsis;
}

.ncd-breadcrumb-current:last-child::after {
    content: none;
}

.updates-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

/* Search container styles */
.search-container {
    position: relative;
    flex: 1;
    max-width: 25%;
}

.search-input {
    width: 100%;
    padding: 12px 40px;
    background: var(--background-darkmode);
    border: 1px solid var(--border-light-darkmode);
    border-radius: 25px;
    color: var(--text-white-darkmode);
    font-size: 16px;
}

.search-input::placeholder {
    color: var(--grey-text-darkmode);
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 70%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

/* Year selector styles */
.year-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.year-label {
    color: var(--text-white-darkmode);
    font-size: 16px;
    padding-right: 5px;
}

.year-button {
    display: flex;
    align-items: center;
    padding: 0px;
    background: transparent;
    border: none;
    color: var(--text-blue-and-outline-darkmode);
    font-size: 16px;
    cursor: pointer;
    margin-left: -8px;
    outline: none !important;
}

.year-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Remove hover background */
.year-button:hover {
    background: transparent;
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--text-white-darkmode);
    /* Match the button background */
    color: black;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 12px;
    /* Rounded corners */
    margin-top: 8px;
    padding: 8px;
    /* Add padding around all items */
}

.dropdown-content.show {
    display: block;
}

.dropdown-item {
    color: var(--text-black-darkmode);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    /* Rounded corners for items */
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background: #E0EFF3;
    /* Lighter background on hover */
}

/* Style for the selected year in button */
#selectedYear {
    color: var(--text-blue-and-outline-darkmode);
}

/* Adjust the year label spacing */
.year-label {
    color: var(--text-white-darkmode);
    font-size: 16px;
    margin-right: 4px;
}

/* Adjust dropdown icon */
.dropdown-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .updates-header {
        flex-direction: column;
        gap: 20px;
    }

    .search-container {
        width: 100%;
    }

    .year-selector {
        width: 100%;
        justify-content: flex-end;
    }
}

.pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination-controls button {
    background: none;
    border: none;
    color: white;
    /* Inherit text color */
    cursor: pointer;
}

.pagination-controls button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.pagination-controls .page-number {
    margin: 0 5px;
    color: var(--text-white-darkmode);
}

.circle {
    display: inline-block;
    width: 30px;
    /* Adjust the size as needed */
    height: 30px;
    /* Adjust the size as needed */
    line-height: 30px;
    /* Center the text vertically */
    border-radius: 50%;
    text-align: center;
    color: #fff;
    /* Text color */
    font-weight: bold;
    /* Optional: make the text bold */
    border: 1px solid #ccc;
    /* Optional: add a border */
}

@media screen and (max-width: 768px) {
    .accordion1 {
        display: flex;
        flex-direction: column !important;
        /* Ensure items stack in a single column */
    }

    .pagination-controls {
        display: flex;
    }

}



/* Media Outlook */
.nav-section-media {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 0.5px solid #6C737FB2;
    /* Divider line */
}

.nav-link-media {
    width: auto;
    /* Fixed width for buttons */
    height: 34px;
    /* Fixed height for buttons */
    padding: 5px 15px;
    /* Adjust padding for spacing */
    margin-right: 10px;
    /* Space between links */
    background-color: #FFFFFF0D;
    /* Background color when not active */
    color: #979591;
    /* Text color for inactive links */
    text-decoration: none;
    border-radius: 7px 7px 0px 0px;
    /* Rounded top corners */
    display: flex;
    /* Flexbox for alignment */
    align-items: center;
    /* Center text vertically */
    justify-content: center;
    /* Center text horizontally */
    gap: 10px;
    /* Gap between elements inside the button */
    transition: background-color 0.3s, color 0.3s;
    /* Smooth transitions for hover effects */
    font-size: 20px;
    white-space: nowrap;
}

.nav-link-media:hover {
    background-color: var(--gradient-lines-darkmode);
    /* Background color on hover */
    color: #fff;
    /* Text color on hover */
}

.nav-link-media.active {
    background-color: var(--gradient-lines-darkmode);
    /* Active state background color */
    color: #fff;
    /* Active state text color */
    border-radius: 7px 7px 0px 0px;
    /* Keep corners consistent */
}

.video-cards-container ,.infographics .video-cards-container{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 20px;
}
.infographics .video-cards-container{
    grid-template-columns: repeat(3, 1fr);
}
.infographics .video-cards-container img{
    height: 168px;
    object-position: top;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .video-cards-container ,.infographics .video-cards-container{
        grid-template-columns: repeat(1, 1fr);
    }
}

.video-card {
    background-color: var(--div-background-darkmode);
    border-radius: 10px;
    padding: 20px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
#Videos .video-card>div{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#Videos .video-card-title>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.video-card h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--videos-title-white);
    padding: 0px;
    margin-top: 20px;
}

.video-card h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: var(--orange-accent-darkmode);
}

.video-card-title {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.video-date-duration {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ncd-subtitle {
    margin-bottom: 20px !important;
    color: var(--text-white-darkmode);
    font-size: 16px;
}

.ncd-subtext {
    font-size: 16px;
    color: var(--grey-text-darkmode);
}

.contactUs-card-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
    .contactUs-card-container {
        flex-direction: column;
    }
}

.contactUs-card {
    background-color: var(--contactus-bg);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 450px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .contactUs-card {
        width: 100%;
    }
}

.contactUs-card-icon {
    position: absolute;
    top: -10px;
    /* Adjust as needed */
    right: -5px;
    /* Adjust as needed */
    width: 50px;
    /* Adjust size as needed */
    height: auto;
}

.contactUs-card-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: left !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--grey-text-darkmode);
}

.contactUs-card-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-white-darkmode);
    word-wrap: break-word;
    /* Ensures long words break to the next line */
    word-break: break-word;
}

.ncd-instructions {
    padding-left: 50px !important;
}

.whatsappMessagingService {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab-content .kyc-center .SMSService-p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left !important;
    padding: 0px !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--grey-text-darkmode) !important;
}

.SMSService h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--grey-text-darkmode);
}

.whatsappMessagingService h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--grey-text-darkmode);
}

.whatsappMessagingService span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #F79009;
}

.whatsapp-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .whatsapp-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.whatsapp-card {
    background: linear-gradient(180deg, var(--card-gradient-start-darkmode) 0%, var(--card-gradient-end-darkmode) 100%);
    border-radius: 10px;
    padding: 30px 25px;
    height: 100%;
}

.whatsapp-card-header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.whatsapp-card-header h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.whatsapp-card li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--grey-text-darkmode);
}

.whatsapp-card h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--grey-text-darkmode);
    padding-top: 10px;
}

.payment-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    overflow-x: auto;
    margin-top: 20px;
}

.payment-table th {
    background-color: var(--table-header-bg-darkmode);
    color: #FEFEFE;
    font-weight: 400;
    font-size: 14px;
    padding: 16px 24px;
    text-align: left;
    border: 1px solid #2D3446;
}



.payment-table td {
    padding: 16px 24px;
    font-size: 14px;
    color: var(--text-white-darkmode);
    border: 1px solid #2D3446;
}

.payment-table tr:last-child td {
    border-bottom: 1px solid #2D3446;
}

.test-section-sub-title {
    color: var(--background-white);
    font-size: 20px !important;
    font-weight: 400px !important;
}

.ncd-link {
    color: var(--text-blue-and-outline-darkmode);
    cursor: pointer;
}

.paymentMode-disclaimer {
    font-family: Lato;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.2px !important;
    letter-spacing: 0.02em;
    text-align: left !important;
    color: var(--orange-accent-darkmode) !important;
    background: rgba(254, 254, 254, 0.05);
    padding: 10px 16px !important;
    border-radius: 8px;
}

.paymentMode-dis-content {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    color: var(--orange-accent-darkmode);
}

.kyc-center {
    background-color: var(--div-background-darkmode);
    border-radius: 30px;
    padding: 20px;
    width: 100%;

}
.kyc-center figure{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #ffffff21;
}
.kyc-center figure th{
    border: 1px solid #ffffff17;
}

.kyc-center-p {
    color: var(--Text-Primary, #FEFEFE) !important;
    text-align: left !important;
}

.kyc-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.FAQs-Container {
    background-color: var(--div-background-darkmode);
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
}

.KYC-FAQs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    width: 100%;
}

.instructions {
    background-color: var(--div-background-darkmode);
    border-radius: 30px;
    padding: 20px;
    margin-top: 20px;
}

.instructions-heading {
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    background-color: #FEFEFE0D;
    text-align: left;
    border-radius: 8px;
}

.instructions-heading h4 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 32.5px;
    color: var(--text-white-darkmode);
    padding: 10px;
}

.submit-button a {
    width: 223px;
    height: 47px;
    background-color: #0082A0 !important;
    border: none;
    border-radius: 55px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: white;
    margin-top: 24px;
}

.instruction-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--text-white-darkmode);
}

.instruction-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--grey-text-darkmode);

}

.field label {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 14px;
    color: var(--grey-text-darkmode);
    font-weight: 500;
    padding: 0 5px;
    z-index: 1;
}

#paymentModes .payment-table th {
    color: white;
}

.kyc-center .modal-title,
.inv-info-text .ncd-subtitle,
.inv-info-text .test-section-title,
.inv-info-text .test-section-sub-title,
#paymentModes .modal-title,
#paymentModes .payment-table td {
    color: var(--text-white-darkmode)
}

.inv-info-text .ncd-subtitle {
    color: var(--grey-text-darkmode);
}

.kyc-links {
    padding-left: 20px;
    gap: 40px;
}

.kyc-links li {
    list-style-type: disc;
    color: #54ABBF;
    font-size: 14px;
}

.kyc-links a {
    color: #54ABBF;
}

.nav-tabs .con-kycCorner.nav-link,
.nav-tabs .con-messagingService.nav-link,
.nav-tabs .con-paymentModes.nav-link {
    background: rgba(255, 255, 255, 0.05);
    color: #979591;
    padding: 0;
    border: 0;
}

.nav-tabs .con-kycCorner.nav-link a,
.nav-tabs .con-messagingService.nav-link a,
.nav-tabs .con-paymentModes.nav-link a {
    padding: 2px 15px;
}

.nav-tabs .con-kycCorner.nav-link.active,
.nav-tabs .con-messagingService.nav-link.active,
.nav-tabs .con-paymentModes.nav-link.active {
    background: #0082A0;
}

.nav-tabs .con-kycCorner.nav-link.active a,
.nav-tabs .con-messagingService.nav-link.active a,
.nav-tabs .con-paymentModes.nav-link.active a {
    color: #FEFEFE !important;
}

.kyc-tabs-outer .nav-tabs {
    border-bottom: 1px solid rgb(108 115 127 / 30%);
    gap: 14px;
}
.kyc-center .modal-title{
    font-size: 22px;
    margin-bottom: 1.2em;
}

#messagingService,
.whatsappMessagingService {
    padding: 0
}

.messaging-tab-content .tab-content,
.payment-modes-tab-content .tab-content {
    padding: 20px 0;
}

.messaging-tab-content .whatsapp-container {
    margin-top: 40px;
}

.messaging-tab-content .whatsapp-card ul {
    margin-top: 15px;
}


/* Mobile CSS */
@media screen and (max-width: 600px) {
    .kyc-links{
        gap: 10px;
    }

    .ncd-heading,
    .nav-tabs .con-kycCorner.nav-link a,
    .arn-section-header h2,
    .arn-section-header h2.test-section-sub-title,
    .messaging-tab-content .whatsappMessagingService .whatsapp-card-header h3,
    .status-publish .contactUs-card-text,
    #paymentModes .modal-title {
        font-size: 16px !important;
    }

    .kyc-center .modal-title {
        font-size: 18px;
    }

    .payment-table th {
        width: 150px;
    }

    .kyc-center .SMSService-p,
    .FAQs-Container .SMSService-p,
    .arn-section-header h4,
    .arn-feature-card p,
    .nav-tabs .con-messagingService.nav-link a,
    .messaging-tab-content .whatsappMessagingService h3,
    .messaging-tab-content .whatsapp-card h4,
    .messaging-tab-content .whatsapp-card li,
    .messaging-tab-content .SMSService p.SMSService-p,
    .status-publish .ncd-subtitle,
    .test-content {
        font-size: 14px !important;
    }

    .status-publish .contactUs-card-title {
        font-size: 12px !important;
    }

    .kyc-links li {
        width: 40%;
    }

    .kyc-links {
        flex-wrap: wrap;
    }

    .KYC-FAQs {
        flex-direction: column;
    }

    .kycCenter .FAQs-Container .pdf-icon {
        width: 46px;
    }

    .messaging-tab-content .whatsappMessagingService .whatsapp-card-header img {
        width: 40px;
    }

    .modes-tabs .nav.nav-tabs {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto;
    }

    .modes-tabs .nav.nav-tabs .nav-link a {
        white-space: nowrap;
    }

    .NAVSwitch .payment-table th {
        width: 400px;
    }
}