@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, ul, li, a, button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Gilroy";
    letter-spacing: 0.5px;
}

.container {
    max-width: 1300px;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}
/* Header Styling */
#nav-menu {
    display: none;
}

#d-nav-menu {
    display: block;
}

#nav-menu.open {
    display: block;
}

.header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    /*padding: 2vh 0;*/
    padding-bottom: 2vh;
    z-index: 999;
}

.md-none {
    display: none;
}

.header-first-col .logo {
    max-width: 150px;
    height: auto;
}

.header-sec-col {
    display: flex;
    align-items: center;
}

.navigation {
    margin-right: 20px;
}

.nav-list > li {
    position: relative;
}

    .nav-list > li > a {
        color: #333;
        transition: color 0.3s;
        padding: 10px;
        font-size: 13px;
        font-weight: 500;
    }

        .nav-list > li > a:hover {
            color: #0d111f;
        }
/* Dropdown Menu Styling */
/* Header Styling */
.header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    /*padding: 20px 0;*/
    padding-bottom: 20px;
    z-index: 999;
}

.header-first-col .logo {
    max-width: 150px;
    height: auto;
}

.header-sec-col {
    display: flex;
    align-items: center;
}

.navigation {
    margin-right: 20px;
}

.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.nav-list {
    display: flex;
    gap: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #11172b;
    position: relative;
}

    .nav-list > li {
        position: relative;
    }

        .nav-list > li > a {
            color: #333;
            transition: color 0.3s;
            padding: 5px;
            font-size: 12px;
        }

            .nav-list > li > a:hover {
                color: #0d111f;
            }

.mob-show {
    display: none;
}
/* Dropdown Menu Styling */
.sub-nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 4px;
    z-index: 1000;
}

img.logo {
    max-width: 52%;
    height: auto;
}

.sub-nav-list li {
    white-space: nowrap;
}

    .sub-nav-list li a {
        display: block;
        padding: 10px 20px;
        color: #11172b;
        font-size: 12px;
        font-weight: 400;
        transition: color 0.3s;
    }

        .sub-nav-list li a:hover {
            background-color: #fee45b;
            color: #0d111f !important;
            cursor: pointer;
        }

.nav-list > li:hover .sub-nav-list, .nav-list > li:focus-within .sub-nav-list {
    display: flex;
}

.moving-btn a {
    display: inline-block;
    padding: 8px 12px;
    background-color: #fee45b !important;
    color: #11172b !important;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    max-width: 200px;
}

img.logo {
    max-width: 52%;
    height: auto;
}

.sub-nav-list li {
    white-space: nowrap;
}

button.moving-btn {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.marquee-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.moving-btn:hover .marquee-text {
    animation-play-state: paused;
}

.marquee-container {
    display: flex;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee-container span {
    display: inline-block;
    padding-right: 3px;
}

.hamburger {
    background: none;
    border: none;
    font-size: 19px;
    cursor: pointer;
    z-index: 1001;
}

#nav-menu.open {
    display: flex;
    transform: translateY(0);
}

.hamburger {
    background: none;
    border: none;
    font-size: 19px;
    cursor: pointer;
    z-index: 1001;
}

section.hero {
    width: 100%;
    min-height: 50em;
    background: url("../images/bg.png") no-repeat center/cover;
    background-color: #283667;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    padding-bottom: 1.5em;
    flex-direction: column;
}

.breadcrumb {
    position: absolute;
    left: 0;
    top: 6em;
    background-color: #283667;
    width: 100%;
    padding-left: 20px;
}

h2.breadcrumb-title a {
    font-size: 14px;
    width: fit-content;
    margin: 0;
    padding: 10px;
    padding-left: 0;
    color: #fff;
    font-weight: 400;
}

    h2.breadcrumb-title a:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }

.hero {
    text-align: center;
}

.main-heading {
    font-size: 64px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #f6f6f7;
    white-space: nowrap;
}

.changing-text-container {
    overflow: hidden;
    height: auto;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: max-content;
}

.changing-text {
    position: relative;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    display: inline-block;
    transform: translateY(0);
    color: #fbcf4a;
    white-space: nowrap;
}

@keyframes slide-text {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-100%);
    }

    58% {
        transform: translateY(-100%);
    }

    66% {
        transform: translateY(-200%);
    }

    91% {
        transform: translateY(-200%);
    }

    100% {
        transform: translateY(-300%);
    }
}

.sub-heading {
    margin: 1rem 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}

.hero-last-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
}

.right-hero-section {
    display: flex;
    gap: 0;
    position: relative;
    width: 30%;
    justify-content: flex-end;
}

img.user-bg {
    position: absolute;
    bottom: 0;
    left: 55%;
}

img.user-avatar {
    position: absolute;
    bottom: -4px;
    left: 54%;
    z-index: 9;
    animation: move-diagonal 4s infinite ease-in-out;
}

@keyframes move-diagonal {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5px, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

img.quote {
    position: absolute;
    right: -8%;
    bottom: 7em;
}

img.happy-btn {
    position: absolute;
    left: 35%;
    top: -25px;
    bottom: 0;
}

section.third-section, section.resources, section.instagram-section, section.second-section, section.card-section, section.bucket-second-section, .section.bucket-third-section, section.bucket-fourth-seciton, section.bucket-read-next-section, section.article-list, section.videos-list, section.infographics, section.listicles, section.booklet-section, section.policy-section, section.inner-articles, section.video-list-item, section.details {
    padding-top: 8vh;
    padding-bottom: 8vh;
    width: 100%;
}

img.moving-element {
    max-width: 190px;
    width: 100%;
    animation: move-top-bottom 4s infinite ease-in-out;
    position: absolute;
    right: 10%;
    top: 0%;
}

img.img-men-1 {
    max-width: 100%;
    height: 30em;
    width: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: 9;
}
/*h1.title*/ h2.title {
    color: #283667;
    font-size: 42px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    h2.title {
        font-size: 24px;
    }
}

p.excerpt {
    font-size: 18px;
    color: #283667;
    text-align: justify;
}

.left-section {
    position: relative;
}

.third-right-section {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.left-section::after {
    content: "";
    width: 80%;
    height: 50%;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    z-index: 8;
    border-radius: 16px;
    left: 10%;
}

@keyframes move-top-bottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

a.third-section-btn {
    background: #f7f5f4;
    width: fit-content;
    border: 1px solid #b0b0b0;
}

.third-section-container {
    display: flex;
    flex-direction: column;
    row-gap: 10em;
}

img.moving-element-right {
    max-width: 190px;
    width: 100%;
    animation: move-top-bottom 4s infinite ease-in-out;
    position: absolute;
    left: 0%;
    top: 0%;
}

h2.res-title {
    text-align: center;
    font-size: 43px;
    color: #283667;
    font-weight: 500;
    position: relative;
    margin-bottom: 1em;
}

.footer {
    color: #333;
    font-family: Arial, sans-serif;
    border-top: 1px solid #283667;
    padding: 80px 0 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 30px;
}

.footer-logo {
    flex: 1 1 500px;
}

    .footer-logo .logo {
        max-width: 320px;
        margin-bottom: 20px;
    }

.footer-description {
    max-width: 469px;
    width: 100%;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #454748;
}

.footer-links {
    flex: 1 1 650px;
    display: flex;
    justify-content: space-between;
    gap: 6em;
}

.footer-column {
    flex: 1;
}

.footer-heading {
    margin-bottom: 20px;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #283667;
    font-weight: bold;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    transition: color 0.3s ease;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2d2d2d;
}

.footer-column.quick-links {
    padding-left: 70px;
}

.footer-bottom {
    padding: 0;
    border-top: 1px solid #545454;
    margin-top: 14px;
    padding-top: 30px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
}

.logo-box {
    display: flex;
    align-items: center;
}

.social-icon {
    color: #283667;
    font-size: 18px;
}

.resource-slider .slick-slide {
    padding: 0;
    margin-right: 1.5em;
}

.resource-wrapper {
    margin: 0 -12px;
}
/* Card styling */
.resource-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #11172b;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.resource-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .resource-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.resource-date {
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6f7899;
    margin-bottom: 6px;
}

.resource-title {
    font-family: "Gilroy";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #283667;
}

    .resource-title a {
        font-family: "Gilroy";
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #283667;
    }

.resource-content {
    padding: 1em;
}

h2.insta-heading {
    text-align: center;
    font-size: 38px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 1em;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

section.instagram-section {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

h1.sec-title {
    font-weight: 600;
    text-align: center;
    color: #283667;
    font-size: 38px;
    margin-bottom: 4vh;
}

span.special-title {
    text-transform: uppercase;
}

.boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4em;
}

.boxes {
    display: flex;
    width: auto;
    white-space: nowrap;
}

h2.box-title {
    color: #283667;
    font-size: 1.3em;
    font-weight: 600;
}

span.marquee-text:nth-child(even) {
    margin-left: -0.3em;
}

p.box-excerpt {
    font-weight: 400;
    font-size: 12px;
    color: #283667;
}

img.box-img {
    height: 100%;
    max-width: 100%;
    width: 6vw;
    max-height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

.box {
    max-width: 300px;
    width: 100%;
    height: 100%;
    max-height: 320px;
    border: 1px solid #11172b;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
    transition: all 0.5s ease-in-out;
    text-wrap: wrap;
    max-height: 120vh;
    overflow: hidden;
}

    .box::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 4%;
        border-radius: 35px;
        z-index: -1;
        /*background: #fff;*/
        border: 1px solid #11172b;
        right: 8%;
        transition: all 0.5s ease-in-out;
    }

    .box.active-box::after {
        background-color: #fee45b !important;
    }

section.second-section {
    padding-top: 10em;
}

section.second-section {
    height: 100vh;
    width: 100%;
    height: 100%;
    position: relative;
}

    section.second-section::after {
        content: "";
        background: url("../images/left pattern.png") no-repeat center / cover;
        position: absolute;
        width: 9%;
        height: 25%;
        left: 0%;
        top: 60%;
    }

    section.second-section::before {
        content: "";
        background: url("../images/right pattern.png") no-repeat center / cover;
        position: absolute;
        width: 9%;
        height: 25%;
        right: 0%;
        top: 60%;
    }

img.avatar {
    max-width: 100%;
    max-height: 40vh;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
    display: none;
    transition: all 0.5s ease-in-out;
}

.changing-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-bg {
    width: fit-content;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 0;
}

    .avatar-bg::before {
        content: "";
        background: url("../images/avatar-bg.png") no-repeat center / cover;
        width: 82%;
        height: 87%;
        position: absolute;
        top: 0;
        left: 11%;
        z-index: -1;
    }

    .avatar-bg::after {
        content: "";
        background: url("../images/front-bg.png") no-repeat center / cover;
        width: 48%;
        height: 10%;
        position: absolute;
        left: 30%;
        z-index: 9;
        bottom: -10%;
    }

.avatar.active-avatar {
    display: block;
    transition: all 0.5s ease-in-out;
}

.start-btn {
    position: relative;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    color: #24335e;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    width: 250px;
}

span.btn-text {
    font-size: 16px;
    color: #283667;
    font-weight: 500;
    display: inline-block;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.start-btn:hover .btn-text {
    transform: translateY(-100%);
    opacity: 0;
}

.start-btn:hover::after {
    content: attr(data-hover-text);
    position: absolute;
    top: 47%;
    left: 40%;
    transform: translate(-50%, 200%);
    font-size: 16px;
    color: #283667;
    font-weight: 500;
    display: inline-block;
    opacity: 0;
    animation: slide-up 0.5s ease forwards;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translate(-50%, 100%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

i.fa-solid.fa-arrow-right {
    padding: 6px 7px;
    background: #283667;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
}

.start-btn:hover {
    background-color: #ffd700;
}

.insta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

a.start-btn.insta-btn {
    border: 1px solid #b0b0b0;
    /*width: 210px;*/
    width: 220px;
    background: #f7f5f4;
}

    a.start-btn.insta-btn:hover {
        background: linear-gradient(45deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    }

    a.start-btn.insta-btn:hover {
        background: #283667;
    }

        a.start-btn.insta-btn:hover::after {
            color: #fff;
            font-weight: 400;
        }

img.insta-icon {
    max-width: 20px;
    vertical-align: sub;
}

.resources-swiper {
    position: relative;
    padding: 2em 0 2em 0;
}

.swiper-button-next {
    position: absolute;
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 0;
    color: #fff;
    top: 90%;
    left: 50%;
    background: #283667;
    padding: 25px;
    border-radius: 50%;
}

.swiper-button-prev {
    left: 45%;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

section.instagram-section {
    padding-top: 2em;
}

.content {
    width: 30px;
    height: 30px;
    border: none;
    background: #283667;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-top: 0.3em;
}

.overflow-hidden {
    overflow: hidden;
}

.buttons {
    margin-bottom: 20px;
}

button {
    padding: 10px 25px;
    cursor: pointer;
    overflow: hidden;
}

.content svg {
    flex: 1 0 100%;
}

span.special-title.yello-line {
    position: relative;
}

    span.special-title.yello-line::after {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        background: transparent;
        display: block;
        background-image: url("../images/yellow-line.png");
        background-size: 100% 100%;
    }

span.blue-line {
    position: relative;
}

    span.blue-line::after {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: -0.4em;
        left: 0;
        background: transparent;
        display: block;
        background-image: url("../images/blue-line.png");
        background-size: 100% 100%;
    }

img#men-1 {
    width: 75%;
}

.investment-title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

    .investment-title h2 {
        font-size: 48px !important;
        color: #fff !important;
        font-weight: 600 !important;
    }

img.investment-img {
    width: 100%;
    max-width: 400px;
}

.investment-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1em;
}

.inv-card {
    border: 1px solid #B0B0B0;
    background: #F7F5F4;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex: 1;
    border-radius: 30px;
    min-height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

    .inv-card:hover {
        background-color: #283667;
    }

section.hero.inner-page {
    background: url("../images/inner-bg.png") no-repeat center/cover;
    background-color: #283667;
}

.inv-right-side {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 10px;
}

img.inv-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    max-height: 290px;
}

h1.inv-title {
    color: #283667;
    font-size: 29px;
    font-weight: 500;
    max-width: 95%;
}

.inv-card {
    position: relative;
    overflow: hidden;
}

    .inv-card::before {
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .inv-card:hover::before {
        /*background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1640" height="419" viewBox="0 0 1640 419" fill="%23283667"%3E%3Cmask id="path-1-inside-1_2392_1952" fill="white"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M1640 32C1640 14.3269 1625.67 0 1608 0H32C14.3269 0 0 14.3269 0 32V289C0 306.673 14.3269 321 32 321H240C257.673 321 272 335.327 272 353V387C272 404.673 286.327 419 304 419H1608C1625.67 419 1640 404.673 1640 387V321V32Z"%3E%3C/path%3E%3C/mask%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M1640 32C1640 14.3269 1625.67 0 1608 0H32C14.3269 0 0 14.3269 0 32V289C0 306.673 14.3269 321 32 321H240C257.673 321 272 335.327 272 353V387C272 404.673 286.327 419 304 419H1608C1625.67 419 1640 404.673 1640 387V321V32Z" fill="%23283667"%3E%3C/path%3E%3Cpath d="M32 1H1608V-1H32V1ZM1 289V32H-1V289H1ZM240 320H32V322H240V320ZM273 387V353H271V387H273ZM1608 418H304V420H1608V418ZM1639 321V387H1641V321H1639ZM1639 32V321H1641V32H1639ZM1608 420C1626.23 420 1641 405.225 1641 387H1639C1639 404.121 1625.12 418 1608 418V420ZM271 387C271 405.225 285.775 420 304 420V418C286.879 418 273 404.121 273 387H271ZM240 322C257.121 322 271 335.879 271 353H273C273 334.775 258.225 320 240 320V322ZM-1 289C-1 307.225 13.7746 322 32 322V320C14.8792 320 1 306.121 1 289H-1ZM1608 1C1625.12 1 1639 14.8792 1639 32H1641C1641 13.7746 1626.23 -1 1608 -1V1ZM32 -1C13.7746 -1 -1 13.7746 -1 32H1C1 14.8792 14.8792 1 32 1V-1Z" fill="%23B0B0B0" mask="url(%23path-1-inside-1_2392_1952)"%3E%3C/path%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;*/
    }

    .inv-card:hover h1.inv-title, .inv-card:hover p {
        color: #fff;
    }

.button-box {
    width: fit-content;
    position: relative;
    bottom: 4%;
}
/* Topic Card page styling End Here */
/* Bucket Inside page starts here */
.icon-box {
    width: fit-content;
    border: 2px solid #fff;
    padding: 16px;
    border-radius: 20px;
    position: absolute;
    right: 4%;
    top: -10em;
    transform: rotate(25deg);
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

    .icons img {
        max-width: 70px;
        height: auto;
    }

h2.text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

section.hero.investing-banner {
    background: url("../images/invesing-bg.png") no-repeat center/cover;
    background-color: #283667;
}

img.invest-quote-right {
    position: absolute;
    right: 17%;
    top: -16%;
    transform: rotate(-20deg);
}

img.invest-quote-left {
    left: 18%;
    position: absolute;
    bottom: -15%;
    transform: rotate(165deg);
}

.shashank-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.investment-title.invest-page {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 85% !important;
    text-align: center;
}

img.financial-img {
    max-width: 6em;
}

img.stock-market-img {
    max-width: 7em;
}

img.hanging-box {
    position: absolute;
    left: 5%;
    bottom: 10%;
}

h1.second-sec-title {
    color: #283667;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0.8em;
    padding-top: 0.8em;
    position: relative;
}

h2.second-sec-title {
    color: #283667;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0.8em;
    padding-top: 0.8em;
    position: relative;
}

p.second-sec-excerpt {
    font-size: 14px;
    color: #454748;
    font-weight: 400;
}

.sec-section-title-box {
    width: 100%;
    position: relative;
}

.quotes-box {
    position: absolute;
    left: 0;
    border: 1px solid #000000;
    padding: 10px;
    background: #fee45b;
    border-radius: 2px;
    top: -45%;
    animation: moveTopBottomElement 2s ease-in-out infinite alternate;
}

    .quotes-box::after {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        border-radius: 2px;
        position: absolute;
        left: -15%;
        top: -15%;
        z-index: -1;
    }

@keyframes moveTopBottomElement {
    0% {
        top: -10%;
    }

    100% {
        top: -15%;
    }
}

section.bucket-third-section {
    background: #283667;
}

img.bucket-section-img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    height: 100%;
    position: relative;
    border-radius: 16px;
}

.bucket-img-and-title {
    padding: 5em 0;
    height: 100%;
    width: 100%;
    position: relative;
}

h2.bucket-section-img-title {
    position: absolute;
    z-index: 1;
    left: 2%;
    top: 15%;
    color: #fff;
    font-size: 43px;
    font-weight: 600;
}

h2.hover-box-main-title {
    color: #283667;
    font-size: 43px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5em;
}

.hover-boxes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

.hover-animation-box {
    width: 25%;
    height: 100%;
    min-height: 60vh;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

    .hover-animation-box::after {
        content: "";
        position: absolute;
        background: #00102414;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 16px;
        z-index: -1;
    }

img.share-btn {
    width: 100%;
    height: 100%;
    max-width: 30px;
    cursor: pointer;
}

h2.hover-box-title {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

div#hover-box-2 h2.hover-box-title, div#hover-box-3 h2.hover-box-title {
    color: #fff;
}

.hover-boxes .hover-animation-box {
    width: 25%;
}

.hover-animation-box:hover {
    width: 50%;
}

    .hover-animation-box:hover h2.hover-box-title {
        opacity: 1;
    }

.hover-animation-box:not(:hover) h2.hover-box-title {
    opacity: 0;
}

.play-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
}

img.play-button-bg {
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.hover-animation-box:hover img.play-button-bg {
    transform: rotate(180deg);
}

section.bucket-read-next-section {
    background: #283667;
}

h2.read-next-title {
    font-size: 43px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5em;
}

h3.read-next-title {
    font-size: 43px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.read-next-card {
    width: 100%;
    height: 100%;
    max-height: 50vh;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    gap: 1em;
}

.rnc-title {
    font-size: 18px;
    color: #283667;
    font-weight: 400;
    text-align: left;
}

section.bucket-read-next-section span.special-title.yello-line {
    text-transform: capitalize;
}

section.bucket-read-next-section .swiper-slide {
    background: transparent;
}

.read-next-card::before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="695" height="318" viewBox="0 0 695 318" fill="none"><mask id="path-1-inside-1_1229_1811" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M695 32C695 14.3269 680.673 0 663 0H32C14.3269 0 0 14.3269 0 32V187.957C0 205.63 14.3269 219.957 32 219.957H240C257.673 219.957 272 234.284 272 251.957V286C272 303.673 286.327 318 304 318H663C680.673 318 695 303.673 695 286V219.957V205.464V32Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M695 32C695 14.3269 680.673 0 663 0H32C14.3269 0 0 14.3269 0 32V187.957C0 205.63 14.3269 219.957 32 219.957H240C257.673 219.957 272 234.284 272 251.957V286C272 303.673 286.327 318 304 318H663C680.673 318 695 303.673 695 286V219.957V205.464V32Z" fill="%23F7F5F4"/><path d="M32 1H663V-1H32V1ZM1 187.957V32H-1V187.957H1ZM240 218.957H32V220.957H240V218.957ZM273 286V251.957H271V286H273ZM663 317H304V319H663V317ZM694 219.957V286H696V219.957H694ZM694 205.464V219.957H696V205.464H694ZM694 32V205.464H696V32H694ZM663 319C681.225 319 696 304.225 696 286H694C694 303.121 680.121 317 663 317V319ZM271 286C271 304.225 285.775 319 304 319V317C286.879 317 273 303.121 273 286H271ZM240 220.957C257.121 220.957 271 234.836 271 251.957H273C273 233.732 258.225 218.957 240 218.957V220.957ZM-1 187.957C-1 206.182 13.7746 220.957 32 220.957V218.957C14.8792 218.957 1 205.078 1 187.957H-1ZM663 1C680.121 1 694 14.8792 694 32H696C696 13.7746 681.225 -1 663 -1V1ZM32 -1C13.7746 -1 -1 13.7746 -1 32H1C1 14.8792 14.8792 1 32 1V-1Z" fill="%23B0B0B0" mask="url(%23path-1-inside-1_1229_1811)"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

img.rnv-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    height: 210px;
}

.resources-banner img.invest-quote-right {
    position: absolute;
    right: 30%;
    top: -3em;
    transform: rotate(-20deg);
}

section.hero {
    background: url("../images/invesing-bg.png") no-repeat center/cover;
    background-color: #283667;
}

img.resource-quote-right {
    position: absolute;
    right: 30%;
    bottom: 65%;
    transform: rotate(-20deg);
}

img.resource-quote-left {
    left: 30%;
    position: absolute;
    top: 60%;
    transform: rotate(165deg);
}

.articles-box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.article-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

img.article-img {
    width: 100%;
    height: 100%;
    max-height: 15em;
    object-fit: cover;
    border-radius: 16px;
}

h2.article-title {
    font-size: 24px;
    color: #283667;
    font-weight: 500;
    line-height: 1.3;
}

.shashank-hover-box {
    width: 100%;
    height: 100%;
    border: 1px solid #b0b0b0;
    background: #f7f5f4;
    border-radius: 16px;
    max-height: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    transition: all 0.3s ease-in-out;
}

h2.read-more {
    font-size: 22px;
    font-weight: 500;
    color: #283667;
}

img.arrow_right {
    max-width: 60px;
}

section.videos-list {
    background: #283667;
}

    section.videos-list .special-title {
        text-transform: capitalize;
    }

.video-list-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 2em;
}

.video-card {
    width: 100%;
    height: 100%;
    max-height: 26em;
    min-height: 26em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5em;
    border-radius: 16px;
    position: relative;
    z-index: 9;
}

    .video-card::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #00102424;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 16px;
        z-index: -1;
    }

.play-btn-box-for-video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h2.video-card-title {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.video-hover-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    padding: 3em;
    position: relative;
    z-index: 9;
}

    .video-hover-card img.share-btn {
        position: absolute;
        left: 10%;
        top: -40%;
    }

    .video-hover-card::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #001024a4;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 16px;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

.svg-box {
    margin-bottom: 1em;
}

.video-hover-card:hover::after {
    background: #fee45bde;
    color: #00529c;
}

.video-hover-card:hover h2.video-card-title {
    color: #00529c;
}

.video-hover-card:hover .svg-box svg path {
    fill: #283667;
}

.video-hover-card:hover .svg-box svg circle {
    stroke: #283667;
}

.infographic-large-card {
    display: flex;
    width: 100%;
    overflow: hidden;
    max-height: 30em;
}

.infographics-card-parent {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.infographic-large-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 25em;
    border-radius: 16px;
}

.infor-img-parent {
    overflow: hidden;
    max-width: 65%;
    min-width: 65%;
    max-height: 30em;
    object-fit: cover;
}

    .infor-img-parent img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-height: 20em;
        border-radius: 16px;
    }

.infor-hover-card {
    height: 100%;
    max-width: 35%;
    max-height: 20em;
    min-height: 20em;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.inforgraphic-small-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
}

.shashank-hover-box:hover {
    background: #fee45b;
}

section.listicles {
    background: #283667;
}

    section.listicles span.special-title.yello-line {
        text-transform: capitalize;
        font-weight: 600;
    }

.listicles-card-parent {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2em;
}

.listicle-card {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

img.listicle-card-img {
    max-height: 30em;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.listicle-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    justify-content: flex-start;
    align-items: flex-start;
}

h2.listicles-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

h3.listicles-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

h4.listicles-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.listicle-card-dets {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #a5a9ac;
}

p.listicle-author {
    border-right: 1px solid;
    padding-right: 10px;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

p.listicle-date {
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.listicle-small-card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.small-card {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1em;
}

.listicle-small-card-img {
    width: 100%;
    border-radius: 8px;
    max-height: 10em;
    object-fit: cover;
    min-width: 16em;
    max-width: 100%;
}

.footer-column-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-card h2.listicles-title {
    font-size: 14px;
}

.small-card p.listicle-author, .small-card p.listicle-date {
    font-size: 13px;
}

.large-btn {
    width: 100%;
    border: 1px solid #919191;
    padding: 2.8em;
    border-radius: 12px;
    background: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .large-btn:hover {
        background: #fee45b;
    }

    .large-btn p {
        margin: 0;
        color: #283667;
        font-size: 14px;
        font-weight: 500;
    }

    .large-btn img {
        max-width: 45px;
    }

.booklet-area {
    width: 100%;
    overflow: hidden;
    display: flex;
    border: 1px solid #b0b0b0;
    background: #f5f5f5;
    padding: 24px;
    border-radius: 12px;
    gap: 2em;
}

.booklet-img-area {
    width: 65%;
    height: auto;
}

img.booklet-img {
    width: 100%;
    max-height: 20em;
    object-fit: cover;
    border-radius: 16px;
}

.booklet-upload-area {
    width: 35%;
    border: 1px solid #b0b0b0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
    border-radius: 16px;
    background: #f7f5f4;
    cursor: pointer;
}

img.download-icon {
    max-width: 30px;
}

h2.download {
    font-size: 19px;
    color: #283667;
    font-weight: 500;
    max-width: 80%;
    text-align: center;
    line-height: 1.3;
}

section.policy-section {
    background: #283667;
}

    section.policy-section span.special-title {
        text-transform: capitalize;
        font-weight: 500;
    }

.policy-card-area {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
}

.policy-card {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

h2.policy-title {
    font-size: 16px;
    padding: 10px 20px;
    color: #283667;
    font-weight: 500;
}

.policy-card:hover img.policy-img {
    transform: scale(1.1);
}

img.policy-img {
    width: 100%;
    max-height: 10em;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: all 0.3s ease-in-out;
}

section.hero.resources-inner-banner {
    min-height: 35vh;
    background: url("../images/invesing-bg.png") no-repeat top/cover;
    background-color: #283667;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
}

h2.previous, h2.next {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    font-size: 13px;
    color: #5b5b5b;
    cursor: pointer;
}

.page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 13px;
    color: #767676;
}

    .page-number span {
        cursor: pointer;
    }

span.active-page {
    padding: 5px 12px;
    background: #76767654;
    border-radius: 8px;
    color: #283667;
}

section.video-list-item .video-card {
    max-height: 15em;
    min-height: 15em;
}

section.video-list-item .play-btn-box-for-video {
    margin-bottom: 3em;
}

section.video-list-item img.playbtn {
    max-width: 5em;
}

h2.single-video-card-title {
    font-size: 19px;
    color: #283667;
    font-weight: 500;
    margin: 0;
}

.video-card-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

.investment-title.invest-page {
    max-width: 100%;
}

p.details-paragraph {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

h2.article-title.inner-title {
    color: #fff;
}

img.playbtn {
    cursor: pointer;
}

.youtube-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

.youtube-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 10px;
    padding: 0;
}

.youtube-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .youtube-iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.youtube-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}

.changing-avatar {
    position: relative;
}

button#next-button, button#prev-button {
    border: none;
    outline: none;
    background: none;
    width: fit-content;
    padding: 0;
    z-index: 99;
}

    button#next-button img, button#prev-button img {
        max-width: 100%;
    }

button#next-button {
    position: absolute;
    right: 17%;
    bottom: 33%;
    z-index: 99;
}

button#prev-button {
    z-index: 99;
    position: absolute;
    left: 19%;
    bottom: 33%;
}

.box, .avatar {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

    .box.active-box, .avatar.active-avatar {
        transform: scale(1);
    }

    .box:not(.active-box), .avatar:not(.active-avatar) {
        transform: scale(0.9);
    }

.bucket-second-section ol li {
    list-style: decimal;
}

.bucket-second-section ul {
    margin-left: 25px;
    margin-bottom: 1.3em;
}

.bucket-second-section h4 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.bucket-second-section ul li {
    list-style: initial;
}

section.third-section {
    padding-top: 10em;
    padding-bottom: 10em;
}

.bucket-second-section p, .bucket-second-section li, .bucket-second-section div, .bucket-second-section span {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

section.bucket-second-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

section.hero.investing-banner {
    background: none;
}

.banner-img-box {
    width: 100%;
    height: auto;
}

section.hero {
    min-height: 55em;
    padding-top: 1.5em;
}

.banner-img {
    width: 100%;
    max-height: 40em;
    object-fit: cover;
}

section.bucket-second-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.3em;
}

.bucket-second-section p {
    margin-bottom: 1.3em;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

section.bucket-second-section {
    padding-top: 5vh;
    text-align: justify;
}

    section.bucket-second-section h2 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 1.3em;
    }

section.hero.investing-banner {
    padding-top: 4vh;
}

img.large-img {
    max-width: 10em;
}

#eapps-instagram-feed-1 {
    width: 100%;
    padding-bottom: 3em;
}

section.details.bucket-second-section h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.3em;
}

section.details.bucket-second-section p {
    margin-bottom: 1.3em;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}

.insta-wrapper .swiper {
    overflow: initial;
}

.insta-wrapper .swiper-button-next, .insta-wrapper .swiper-button-prev {
    top: 110%;
}

.insta-wrapper {
    gap: 0em;
}

.swiper.insta-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

h3.yt-heading {
    text-align: start;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    color: #283667;
}

img.home_playicon_img {
    max-width: 50px;
}

.home_playicon {
    width: fit-content;
    position: absolute;
    left: 45%;
    top: 25%;
}

img.playbtn {
    height: auto;
}

a.start-btn.insta-btn:nth-child(2):hover {
    background: red !important;
}

.left-section::after {
    transition: all 0.3s ease;
}

.row.align-items-center:hover .left-section::after {
    background: #283667;
    border: 1px solid #283667;
}

.insta-wrapper .swiper-button-prev {
    top: 35% !important;
    left: -1%;
    padding-left: 30px;
    padding-right: 18px;
    background: rgba(0, 0, 0, 0.9);
}

.insta-wrapper .swiper-button-next {
    position: absolute;
    bottom: 0;
    left: 98%;
    top: 35% !important;
    padding-right: 30px;
    padding-left: 18px;
    background: rgba(0, 0, 0, 0.9);
}

    .insta-wrapper .swiper-button-prev img, .insta-wrapper .swiper-button-next img {
        max-width: 50px;
    }

.insta-wrapper .swiper {
    overflow: hidden;
}
/* lightbox style */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

lightbox-content {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 25%;
    top: 25%;
}

img#lightbox-image {
    width: auto;
    height: 100%;
    position: absolute;
    left: 38%;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.clickable-image {
    cursor: pointer;
}

.investment-title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-direction: column;
}

a.article-box-img {
    width: 100%;
    height: auto;
}

span.yellow-title {
    color: #fbcf4a;
}

img.resource-quote-left, img.resource-quote-right {
    display: none;
}

.investment-title.invest-page.main-heading {
    white-space: pre-wrap;
}

img.hanging-box {
    position: absolute;
    left: 0;
    width: fit-content;
    bottom: -14em;
}

p.p_mobile {
    display: none;
}

.infographic-large-card a {
    width: 100%;
}

.three-dimensional {
    color: #fbcf4a;
    text-align: center;
}

.investment-title, .investment-title.invest-page {
    font-size: 48px;
    font-weight: 600;
    align-items: center;
    color: #f6f6f7;
    line-height: 1.2;
    text-transform: capitalize;
}

section.booklet-section {
    padding-top: 0;
}

span.three-dimensional {
    font-size: 52px;
}

h1.three-dimensional {
    font-size: 52px;
    color: #fbcf4a;
    text-align: center;
    font-weight: 700;
}

section.details.bucket-second-section img {
    border-radius: 8px;
    width: 100%;
}

#IAPTable tr.head {
    background: #283667;
    color: #fff;
}

#IAPTable tr {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

#IAPTable td {
    padding: 8px;
    text-align: left;
    border-right: 1px solid #ddd;
    text-align: center;
}

.shareSocial .socialList {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 0;
    position: fixed;
    transform: rotate(-90deg);
    right: -6em;
    width: fit-content;
    top: 20em;
    z-index: 9999;
    border-radius: 10px;
}

}

@media (max-width: 767px) {
    .shareSocial {
        flex-flow: column;
    }
}

.shareSocial .socialTitle {
    margin: 0 15px 0 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    .shareSocial .socialTitle {
        margin-bottom: 15px;
        text-align: center;
    }
}

.shareSocial .socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-flow: row wrap;
}

    .shareSocial .socialList li {
        margin: 5px;
    }

        .shareSocial .socialList li:first-child {
            padding-left: 0;
        }

        .shareSocial .socialList li a {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            text-decoration: none;
            background-color: #999;
            color: #fff;
            transition: 0.35s;
        }

            .shareSocial .socialList li a i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform-origin: top left;
                transform: scale(1) translate(-50%, -50%);
                transition: 0.35s;
            }

            .shareSocial .socialList li a:hover i {
                transform: scale(1.5) translate(-50%, -50%);
            }

        .shareSocial .socialList li:nth-child(1) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(2) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(3) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(4) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(5) a {
            background-color: transparent;
        }

.shareLink .permalink {
    position: relative;
    border-radius: 30px;
}

    .shareLink .permalink .textLink {
        text-align: center;
        padding: 12px 60px 12px 30px;
        height: 45px;
        width: 450px;
        font-size: 13px;
        letter-spacing: 0.3px;
        color: #494949;
        border-radius: 25px;
        border: 1px solid #f2f2f2;
        background-color: #f2f2f2;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all 0.3s ease;
    }

@media (max-width: 767px) {
    .shareLink .permalink .textLink {
        width: 100%;
    }
}

.shareLink .permalink .textLink:focus {
    border-color: #d8d8d8;
}

.shareLink .permalink .textLink::-moz-selection {
    color: #fff;
    background-color: #ff0a4b;
}

.shareLink .permalink .textLink::selection {
    color: #fff;
    background-color: #ff0a4b;
}

.shareLink .permalink .copyLink {
    position: absolute;
    top: 50%;
    right: 25px;
    cursor: pointer;
    transform: translateY(-50%);
}

    .shareLink .permalink .copyLink:hover:after {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }

    .shareLink .permalink .copyLink:after {
        content: attr(tooltip);
        width: 140px;
        bottom: -40px;
        left: 50%;
        padding: 5px;
        border-radius: 4px;
        font-size: 0.8rem;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background-color: #000000;
        color: #ffffff;
        transform: translateY(-10px) translateX(-50%);
        transition: all 300ms ease;
        text-align: center;
    }

    .shareLink .permalink .copyLink i {
        font-size: 16px;
        color: #ff0a4b;
    }

.resource-content {
    display: none;
}

section.hero.resources-inner-banner.d-flex.align-items-center .investment-title.invest-page span {
    font-size: 48px;
}

.saarthi-popup-link {
    display: flex;
    justify-content: center;
    margin: 20px;
}

    .saarthi-popup-link a {
        background: #333;
        color: #fff;
        padding: 10px 30px;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
    }

.saarthi-popup-container {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.8);
    align-items: center;
    justify-content: center;
}

    .saarthi-popup-container:target {
        display: flex;
    }

.saarthi-popup-content {
    background-color: #fefefe;
    width: auto;
    border-radius: 16px;
    position: relative;
}

.saarthi-close {
    float: right;
    font-size: 40px;
    color: #aaa;
    position: absolute;
    right: 0.1em;
    top: 0.4em;
    line-height: 0;
    background: transparent !important;
    border: none !important;
}

    .saarthi-close:hover {
        color: #fff;
    }

    .saarthi-close:focus, #saarthi-popup a:focus {
        outline: 2px solid #000;
        outline-offset: 2px;
    }

.saarthi-news-app-promo {
    color: #fff;
    background-color: #283667;
    padding: 4em 6em;
    text-align: center;
    border-radius: 8px;
}

    .saarthi-news-app-promo img {
        width: 200px;
        margin: 0 5px;
        border-radius: 8px;
    }

.saarthi-news-app-promo-subsection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.saarthi-news-app-promo-text p {
    font-size: 19px;
}

.saarthi-news-app-promo-subsection > img {
    display: none !important;
}

section.hero.investing-banner {
    min-height: 48em;
}

a.booklet-link {
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2.article-title br {
    display: none;
}

h2.listicles-title br {
    display: none;
}

.social-toggle-button {
    display: none;
    background: transparent;
    color: #000;
    font-size border: none;
    padding: 10px;
    cursor: pointer;
}

.shareSocial .socialList li {
    transform: rotate(90deg);
}
/* Desktop view */
@media (min-width: 768px) {
    .social-toggle-button {
        display: none;
    }

    .socialList {
        display: block;
    }
}
/* Mobile view */
@media (max-width: 767px) {
    .social-toggle-button {
        display: block;
        position: fixed;
        right: -12px;
        top: 21em;
        font-size: 1.5em;
        border: none;
        padding: 0;
    }

    .shareSocial .socialList {
        display: none;
    }

    .socialList {
        display: none;
    }

        .socialList.active {
            display: inline-flex;
        }

    .socialList {
        max-height: 0;
        opacity: 0;
    }

        .socialList.active {
            max-height: 500px;
            opacity: 1;
        }

    .shareSocial .socialList {
        background: #f1d95c;
        border-radius: 10px;
    }

    button#toggleSocial svg {
        fill: #f1d95c;
    }

    .shareSocial .socialList {
        right: -8em;
    }
}

.gap-3 {
    gap: 0.2rem !important;
}

.ThankUParticipation {
    font-size: 48px;
    color: #ffca00;
    font-weight: bold;
    margin-bottom: 20px;
}

.WomenEncourage {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.AtmanirbherShareIcon {
    font-size: 29px;
    margin-right: 20px;
}

.maleTitle, .femaleTitle {
    font-size: 20px;
    font-weight: 500;
}

.messageWhiteText {
    width: 70%;
    font-size: 28px;
    color: #fff;
    margin: 20px auto;
    text-align: center;
}

.messageYellowText {
    width: 60%;
    font-size: 36px;
    color: #ffca00;
    margin: 0px auto;
    text-align: center;
    line-height: 45px;
}

.ThankYouParticipation {
    font-size: 48px;
    color: #ffca00;
    font-weight: bold;
    margin-bottom: 20px;
}

.shareEncourage {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 1366px) {
    .select-gender {
        font-size: 26px !important;
    }

    .gender {
        font-size: 16px !important;
    }

    .maleTitle, .femaleTitle {
        font-size: 16px !important;
    }

    .form-check .form-check-input {
        margin-top: 8px !important;
    }

    .subline {
        font-size: 20px !important;
    }

    .mT60 {
        margin-top: 118px !important;
    }

    .messageWhiteText {
        width: 70% !important;
        font-size: 20px !important;
    }

    .messageYellowText {
        width: 80% !important font-size: 28px !important;
        line-height: 35px !important;
    }

    .form-check-inline {
        margin-right: 0px !important;
    }

    .modal-body {
        padding: 20px 20px 0px 20px !important;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .mT30 {
        margin-top: 0px !important;
    }

    .mB30 {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 576px) {
    .atmanirbher-screen-1 .screen-content {
        margin-bottom: 40px;
    }

    .ThankUParticipation {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .modal-body {
        padding: 20px 20px 0px 20px !important;
    }

    .WomenEncourage {
        font-size: 20px;
    }

    .dark-blue-outer-box {
        background-image: none !important;
        background-color: #1d2649;
        border: 1px solid #fff;
        border-radius: 20px;
    }

    .quiz-title {
        border-bottom: 1px solid #2c3869;
    }
}

@media (max-width: 400px) {
    .select-gender {
        font-size: 28px !important;
    }

    .atmanirbher-screen-1 .screen-title span {
        font-size: 32px !important;
    }

    .atmanirbher-screen-1 .screen-content {
        margin-bottom: 40px;
    }

    .ThankUParticipation {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .modal-body {
        padding: 15px 15px 0px 15px !important;
    }

    .WomenEncourage {
        font-size: 20px;
    }
}

.form-check-input[type=radio] {
    cursor: pointer !important;
}

.investor-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.investor-blocks, .investor-infographics {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 30px 20px;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #2a3a6d;
}

.investor-blocks {
    min-height: 400px;
}

.investor-infographics {
    height: 260px;
}

.investor-blocks h3, .investor-blocks h4 {
    font-weight: 700;
    margin: 0;
}

.investor-blocks h3 {
    font-size: 29px;
    line-height: 48px;
}

.investor-blocks h4 {
    font-size: 29px;
    font-weight: 600;
}

.tittle-box {
    font-size: 21px;
    font-weight: 500;
}

.sebi-tittle {
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
}

.real-update-txt {
    font-size: 19px;
    margin: 0;
}

.infographics-tittle {
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.highlight-yellow, .highlight-blue {
    color: #FFD700;
    font-weight: 600;
}

.cta-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #FFD700;
    padding: 10px 8px 6px 7px;
}

.ctalink-btn {
    margin-top: 10px;
}

.card-btn {
    background-color: #f7f5f4;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    padding: 16px;
    text-align: center;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .card-btn:hover {
        background-color: #fee45b;
    }

.card-icons-container {
    margin-bottom: 30px;
}

.card-icons {
    width: 60px;
    height: 60px;
    border: 2px solid #4a5568;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-box {
    width: 24px;
    height: 24px;
    stroke: #4a5568;
    stroke-width: 2;
    fill: none;
}

.title-read {
    color: #283667;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

.team-animations {
    background-color: #FEE45B;
    border: 2px solid #283667;
    padding: 20px;
    border-radius: 20px;
    transform: rotate(-5deg);
    width: 260px;
    text-align: left;
}

.team-img {
    width: 70%;
}

.teambio {
    color: black;
    font-weight: 600;
    font-size: 14px;
    margin-top: 6px;
}

.journey-tittle {
    text-align: center;
}

.app-icon {
    border-radius: 10px;
    width: 66px;
    margin-bottom: 15px;
    background-color: #ededed;
    padding: 6px;
}

.sebi-tittle {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 0px;
    line-height: 42px;
}

.journey-img {
    margin-left: 5rem;
    transform: rotate(4deg);
}

.journey-bio {
    background-color: #fee45b;
    padding: 13px;
    width: 230px;
    font-weight: 600;
    border-radius: 16px;
    font-size: 14px;
    position: absolute;
    transform: rotate(10.5deg);
    margin: 4px auto -2px;
}

.hanging-resource {
    background-color: #283667;
    border-color: white;
    padding: 10px 20px;
    color: white;
    position: absolute;
    bottom: -77%;
    left: 0;
}

    .hanging-resource .teambio {
        color: white;
        transform: rotate(-2.5deg);
    }

@media only screen and (max-width: 768px) {
    .team-animations {
        background-color: #FEE45B;
        border: 2px solid #283667;
        padding: 15px;
        border-radius: 20px;
        transform: rotate(-5deg);
        width: 176px;
        text-align: left;
    }

    .teambio {
        color: black;
        font-weight: 600;
        font-size: 11px;
        margin-top: 6px;
    }

    .journey-bio {
        background-color: #fee45b;
        padding: 8px;
        width: 172px;
        font-weight: 600;
        border-radius: 16px;
        font-size: 11px;
        position: absolute;
        transform: rotate(10.5deg);
        margin: 4px auto -2px;
    }

    .investor-items {
        margin-top: 3rem;
    }

    .hanging-resource {
        display: none;
    }
}

.betaVersion {
    color: #5a52c7;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 5px;
}

.errorOuter {
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

    .errorOuter h1 {
        color: #3f4f99;
        font-weight: bold;
        font-size: 120px;
        margin-bottom: 30px;
    }

.mT150 {
    margin-top: 150px;
}

.button {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fee45b;
    color: #11172b;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    max-width: 200px;
}

@media (min-width: 240px) {
    .errorOuter h1 {
        font-size: 56px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 120px;
    }
}

@media (min-width: 280px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 160px;
    }
}

@media (min-width: 320px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 160px;
    }
}

@media (min-width: 360px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 375px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 384px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 390px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 411px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 480px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 540px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 600px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 640px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 768px) {
    .errorOuter h1 {
        font-size: 108px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 800px) {
    .errorOuter h1 {
        font-size: 112px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 912px) {
    .errorOuter h1 {
        font-size: 112px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1024px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1280px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1366px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1900px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1920px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

.btn-share {
    display: inline-block;
    padding: 10px;
    background-color: #04AA6D;
    color: #fff;
    border: none !important;
    border-radius: 40px;
    font-size: 11px;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    .btn-share:hover, .btn-share:active, .btn-share:focus {
        background-color: #283667;
        color: #fff;
    }

.font-13 {
    font-size: 11px;
}

#btn-go-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    /*background-color: #59b276;*/
    background-color: #16104e;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
}

    #btn-go-top:hover {
        background-color: #1f3f8a;
    }
/*Start css for read the article and share button*/
.left-align-button {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 5px;
}

.tts-button, .control-small-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    font-size: 13px;
    background-color: #4a9b64;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.control-small-btn {
    padding: 15px 18px;
    font-size: 12px;
}

    .tts-button:hover, .control-small-btn:hover {
        background-color: #59b276;
    }

#shareBtn, #shareBtnBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 16px;
    background-color: #0d6efd;
    border: none;
    color: white;
}

    #shareBtn:hover, #shareBtnBottom:hover {
        background-color: #084298;
    }

.fa-share {
    color: #fff !important;
    margin-right: 6px !important;
}

#speedSelect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ededed;
    color: #212529;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 21px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    width: 100px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/*End css for read the article button*/
/*Start css for sitemap*/
.sitemap-section {
    background: #f9fafc;
}

.sitemap-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .sitemap-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .sitemap-card h2 {
        font-size: 14px;
        margin-bottom: 15px;
        color: #1f2d3d;
        font-weight: 600;
    }

        .sitemap-card h2 i {
            color: #59b276;
            margin-right: 8px;
        }

    .sitemap-card ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .sitemap-card ul li {
            margin-bottom: 10px;
        }

            .sitemap-card ul li a {
                text-decoration: none;
                color: #444;
                font-size: 13px;
                position: relative;
                padding-left: 15px;
                transition: 0.3s;
            }

                .sitemap-card ul li a::before {
                    content: "›";
                    position: absolute;
                    left: 0;
                    color: #59b276;
                }

                .sitemap-card ul li a:hover {
                    color: #59b276;
                    padding-left: 20px;
                }
/*End css for sitemap*/
.booklet-upload-area:hover {
    background-color: #fee45b;
    * bootstrap-style yellow */ transition: background-color 0.3s ease;
}

.ustaad-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ustaad-logo {
    object-fit: contain;
}

.left-logo {
    height: 45px;
}

.ustaad-title-wrapper {
    flex: 1;
    text-align: center;
}

.ustaad-subtitle {
    font-size: 16px;
    text-align: center;
    margin: 50px auto;
}

@media (max-width: 768px) {
    .ustaad-header {
        flex-direction: column;
    }

    .ustaad-logo {
        height: 50px;
    }
}

.left-logo {
    transform: translateY(40px);
    margin-left: 150px;
}

.read-now {
    font-weight: 600;
}

.highlight-brand {
    font-weight: 600;
    color: #283667;
}

.booklet-banner-link {
    display: contents;
}

.booklet-upload-area .booklet-link {
    width: 100% !important;
    padding: 40px 24px !important;
}

@media (max-width: 767px) {
    .footer-column-bottom {
        display: flex;
        flex-direction: column;
    }

        .footer-column-bottom > .col-md-4 {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
            text-align: center !important;
            margin-bottom: 10px;
        }

    .footer-socials {
        justify-content: center !important;
    }
}

.shareSocial {
    display: block;
}

@media (max-width: 1024px) {
    .shareSocial {
        display: none !important;
    }
}

.sub-nav-list {
    display: none;
    list-style: none;
    min-width: 220px;
    z-index: 999;
}

@media (min-width: 768px) {
    .position-relative:hover .sub-nav-list {
        display: block;
    }
}

#nav-menu {
    display: none;
}

@media (min-width: 768px) {
    #nav-menu {
        display: block !important;
    }

    .nav-list {
        display: flex;
    }
}

html, body {
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-y: scroll;
}

.theme-btn {
    width: 25px;
    height: 25px;
    border: none;
    background-image: url('../images/theme.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 5px;
    background-color: transparent !important;
}
/*body.dark-theme, body.dark-theme section, body.dark-theme div, body.dark-theme header, body.dark-theme footer, body.dark-theme nav, body.dark-theme .container, body.dark-theme .row {
    background-color: #000 !important;
    color: yellow !important;
}

    body.dark-theme .bg-white {
        background-color: #000 !important;
    }

    body.dark-theme h1, body.dark-theme h2, body.dark-theme h3, body.dark-theme h4, body.dark-theme h5, body.dark-theme h6, body.dark-theme p, body.dark-theme span, body.dark-theme li, body.dark-theme a {
        color: yellow !important;
    }

    body.dark-theme .sub-nav-list {
        background-color: #111 !important;
    }

    body.dark-theme button {
        color: yellow !important;
    }

.dark-theme .moving-btn a {
    color: #000 !important;
}

body.dark-theme .moving-btn {
    border: none !important;
}*/
body.dark-theme {
    background-color: #000 !important;
    color: #FFD700 !important;
}

    body.dark-theme * {
        color: inherit;
    }

    body.dark-theme header, body.dark-theme footer, body.dark-theme nav, body.dark-theme .container, body.dark-theme .row {
        background-color: #000 !important;
    }

    body.dark-theme h1, body.dark-theme h2, body.dark-theme h3, body.dark-theme h4, body.dark-theme h5, body.dark-theme h6 {
        color: #FFD700 !important;
    }

    body.dark-theme a {
        color: #FFD700 !important;
    }

    body.dark-theme .bg-white {
        background-color: #000 !important;
    }

    body.dark-theme .sub-nav-list {
        background-color: #111 !important;
    }

    body.dark-theme button {
        color: #FFD700 !important;
        background-color: transparent;
    }

    body.dark-theme .moving-btn {
        border: none !important;
    }

        body.dark-theme .moving-btn a {
            color: #000 !important;
        }

@media (max-width: 767px) {
    .header .row {
        justify-content: space-between;
    }

    #hamburger-menu {
        float: right;
    }
}

.breadcrumb-section {
    background-color: #283667;
    padding: 15px 0;
    position: relative;
    z-index: 10;
}

.custom-breadcrumb {
    background: transparent;
}

.breadcrumb-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-size: 13px;
    color: #fff;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
        padding: 0 8px;
        color: #fff;
    }

    .breadcrumb-item a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

        .breadcrumb-item a:hover {
            opacity: 0.8;
        }

    .breadcrumb-item.active {
        font-size: 14px;
        color: #fff;
    }

.resources-inner-banner {
    padding: 60px 0;
    background: #111;
}

.investment-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .breadcrumb-items {
        justify-content: center;
        text-align: center;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .investment-title {
        font-size: 21px;
    }

    .desktop-break {
        display: none;
    }
}

.resources-inner-banner {
    padding: 60px 0;
}

body.dark-theme span.btn-text {
    color: #283667 !important;
}

.languages-yello-bg {
    background-color: #283667;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.bucket-read-next-section h3 {
    font-size: 18px;
    color: #283667;
    font-weight: 400;
    text-align: left;
}

.custom-section {
    transition: all 0.3s ease;
}

    .custom-section:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

.bg-white .btn-dark {
    background-color: #283667 !important;
    border-color: #283667 !important;
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 20px !important;
    padding: 12px 50px !important;
    letter-spacing: 1px;
}

    .bg-white .btn-dark:hover {
        background-color: #ffd700 !important;
        border-color: #ffd700 !important;
        color: #283667 !important;
    }

.nav-pills .nav-link {
    background-color: #f7f5f4 !important;
    color: #000 !important;
    font-weight: bold !important;
    border: 2px solid #d3d1d1 !important;
    margin: 5px !important;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000000 !important;
        background-color: #fee45b !important;
        border: 2px solid #e7c618 !important;
    }

h3.inv-title {
    color: #283667;
    font-size: 29px;
    font-weight: 500;
    max-width: 95%;
}

.inv-card:hover h3.inv-title, .inv-card:hover p {
    color: #fff !important;
}

.disclaimer {
    color: #ed0202;
    font-weight: bold;
}

.footer-disclaimer {
    padding: 20px 0 5px 0px;
    border-top: 1px solid #545454;
}

    .footer-disclaimer p {
        margin: 0;
        font-size: 10px;
        text-align: justify;
        line-height: 1.5;
    }

.fa-arrow-left-long, .fa-long-arrow-left {
    font-size: 32px !important;
    color: #ffec00 !important;
}

.back-arrow {
    position: absolute;
    top: 180px;
    left: 20px;
    font-size: 19px;
    cursor: pointer;
}

.active-box {
    background: #ffe066;
}

.black-theme *, .gray-theme * {
    color: #ffff00 !important;
}

.black-theme .team-animations {
    /*background-color: #FFD700 !important;*/
    background-color: #FEE45B !important;
}

    .black-theme .team-animations p.teambio {
        color: #000 !important;
    }

.gray-theme .team-animations p.teambio {
    color: #000 !important;
}

.white-theme {
    background-color: #fff;
    color: #000 !important;
}

.black-theme {
    background-color: #000;
    color: #ffff00;
}

    .black-theme a {
        color: #ffff00;
    }

.gray-theme {
    background-color: #666666;
    color: #ffff00;
}

    .gray-theme a {
        color: #ffff00;
    }

#theme {
    display: flex;
    gap: 5px;
}

    #theme button {
        margin: 0px;
        padding: 0px 5px;
        cursor: pointer;
    }

:focus {
    outline-offset: 2px;
}

.white-theme a.btn-continue-site, .gray-theme a.btn-continue-site, .black-theme a.btn-continue-site {
    color: #fff !important;
}

.white-theme a.btn-read-article, .white-theme .modal-title, .gray-theme a.btn-read-article, .gray-theme .modal-title, .black-theme a.btn-read-article, .black-theme .modal-title, .gray-theme .journey-bio, .black-theme .journey-bio {
    color: #000 !important;
}

.gray-theme .uwaw-features__item__i {
    background-color: #666666;
}

.black-theme .uwaw-features__item__i {
    background-color: #666666;
}

.gray-theme .sub-nav-list {
    background-color: #2a2a2a !important;
}

.black-theme .sub-nav-list {
    background-color: #666666 !important;
}

.gray-theme .inv-card, .black-theme .inv-card {
    background-color: transparent;
}

.white-theme .social-icon {
    color: #283667;
}

.white-theme .breadcrumb-section a {
    color: #fff;
}

.gray-theme .breadcrumb-section a, .black-theme .breadcrumb-section a, .gray-theme .investment-title h2, .gray-theme .investment-title h1 {
    color: #ffff00 !important;
}

.black-theme .investment-title h2, .black-theme .investment-title h1 {
    color: #ffff00 !important;
}

.gray-theme section.bucket-read-next-section, .gray-theme .bg-white, .gray-themesection .policy-section, .gray-theme .table > :not(caption) > * > * {
    background: #666666 !important;
}

.black-theme section.bucket-read-next-section, .black-theme .bg-white, .black-theme .policy-section, .black-theme .table > :not(caption) > * > * {
    background: #000 !important;
}

.gray-theme .box, .black-theme .box, .gray-theme .box.active-box::after, .black-theme .box.active-box::after, .gray-theme a.start-btn.insta-btn, .gray-theme a.start-btn.insta-btn, .black-theme a.start-btn.insta-btn {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
}

.gray-theme .start-btn, .black-theme .start-btn, .gray-theme .bg-white .btn-dark, .black-theme .bg-white .btn-dark {
    color: #ffff00 !important;
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
}

body.gray-theme .start-btn:hover, body.black-theme .start-btn:hover {
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
    background-color: #ffff00 !important;
    text-decoration: none !important;
}

.gray-theme section.listicles, .black-theme section.listicles {
    background: transparent !important;
}

.gray-theme .comicWhiteOuter, .black-theme .comicWhiteOuter {
    background-color: transparent !important;
    border: var(--bs-border-width) var(--bs-border-style) #dee2e6 !important;
}

.gray-theme .booklet-upload-area, .gray-theme .shashank-hover-box, .gray-theme .card-btn, .gray-theme .sitemap-section {
    background: #666666 !important;
}

.black-theme .booklet-upload-area, .black-theme .shashank-hover-box, .black-theme .card-btn, .black-theme .sitemap-section {
    background: #000 !important;
}

.gray-theme .sitemap-card {
    background: #666666 !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.black-theme .sitemap-card {
    background: #000 !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.gray-theme .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .black-theme .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffff00 !important;
    background-color: transparent !important;
    border: 2px solid #ffff00 !important;
}

.gray-theme .nav-pills .nav-link, .black-theme .nav-pills .nav-link {
    color: #ffff00 !important;
    background-color: transparent !important;
    border: 2px solid #ffff00 !important;
}

.black-theme .box::after {
    border: 1px solid #fff;
}

.gray-theme .box::after {
    border: 1px solid #fff;
}

.gray-theme .yellow-btn, .gray-theme .yellow-btn:hover {
    background-color: #2c386a;
}

.black-theme .yellow-btn, .black-theme .yellow-btn:hover {
    background-color: #2c386a;
}


@media (min-width: 280px) and (max-width: 768px) {
    .gray-theme #nav-menu, .black-theme #nav-menu {
        background: #383737;
    }
}

.black-theme .start-btn {
    background-color: #000;
    border: 2px solid #ffff00;
    color: #ffff00;
}

    .black-theme .start-btn .btn-text {
        color: #ffff00 !important;
    }

    .black-theme .start-btn:hover {
        background-color: #ffff00;
        color: #000;
    }

        .black-theme .start-btn:hover .btn-text {
            color: #000;
        }

.black-theme .arrow-svg path {
    stroke: #ffff00;
}

.header {
    background: #fff;
    /*padding: 20px 0;*/
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

:root {
    --header-bg: #ffffff;
    --text-color: #000000;
}

body.gray-theme {
    --header-bg: #666666;
    --text-color: #ffff00;
}

body.black-theme {
    --header-bg: #000000;
    --text-color: #ffff00;
}

.header {
    background: var(--header-bg);
    color: var(--text-color);
}

.nav-link {
    color: var(--text-color) !important;
}

.fixed-navbar {
    background: var(--header-bg);
}

@media (max-width: 480px) {
    h1.three-dimensional {
        font-size: 26px !important;
    }

    .investment-title h1 {
        font-size: 24px !important;
    }
}

@media (max-width: 768px) {
    .investment-title h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 480px) {
    .investment-title h2 {
        font-size: 20px !important;
    }
}

.btn-continue-site:focus-visible {
    color: #fff !important;
    background-color: #59b276 !important;
    outline: 2px solid #000;
    outline-offset: 2px;
}

.btn-read-article:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.mLandR {
    /*margin: 0px 10px;*/
    margin: 0px 0px 0px 10px;
}

.pB100 {
    padding-bottom: 100px;
}
/**************************************  Atmanirbhar Investor New Pages Css ***************************************/
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular_0.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium_0.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gloss And Bloom";
    src: url("../fonts/Gloss_And_Bloom.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.poppins-regular-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.poppins-medium-text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.poppins-semi-bold-text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.gloss-and-bloom-text {
    font-family: "Gloss And Bloom", cursive;
}

.font-size-22 {
    font-size: 18px;
    text-align: justify;
}

.font-size-28 {
    font-size: 22px;
}

.font-size-30 {
    font-size: 24px;
}

.font-size-35 {
    font-size: 28px;
}

.font-size-38 {
    font-size: 30px;
}

.font-size-40 {
    font-size: 32px;
}

.font-size-55 {
    font-size: 44px;
    line-height: 60px;
}

.font-size-70 {
    font-size: 56px;
    line-height: 80px;
}

.font-size-75 {
    font-size: 60px;
    /*line-height: 55px;
    line-height: 80px;*/
    line-height: 60px !important;
}

.atmanirbher-investor p {
    color: #17224f;
}

.atmanirbhar-investor-content {
    font-size: 20px;
}

.atmanirbhar-investor-gradient-text {
    background: linear-gradient(to right, #19234f, #224dec, #19234f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.atmanirbhar-investor-ms-gradient-text {
    background: linear-gradient(to right, #19234f 0%, #224dec 50%, #19234f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px !important;
}

.pL45 {
    padding-left: 45px;
}

.atmanirbhar-investor {
    margin: 0;
    padding: 0;
}

    .atmanirbhar-investor li {
        display: flex;
        align-items: center;
        font-size: 18px;
        margin-bottom: 12px;
        color: #17224f;
    }

        .atmanirbhar-investor li::before {
            content: "";
            width: 26px;
            height: 24px;
            background: url("../images/atmanirbher-investor/new/bullet.png") no-repeat center;
            background-size: contain;
            margin-right: 10px;
            flex-shrink: 0;
        }

.gradient-bg {
    background: linear-gradient(to right, #19234f, #224dec, #19234f);
    border-radius: 15px;
    padding: 5px 20px;
    line-height: 150px;
}

.atmanirbhar-investor li strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-left: 4px;
    margin-right: 4px;
}

.mB140 {
    margin-bottom: 140px;
}

hr.atmanirbher-investor {
    border: 1px solid #547bd4;
    margin-bottom: 78px;
}

.why-this-matters-content-gradient-text {
    background: linear-gradient(to right, #19234f, #224dec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-this-matters-content {
    font-size: 16px;
    text-align: center;
    margin-bottom: 46px;
}

@media (max-width: 767px) {
    .mB140 {
        margin-bottom: 40px !important;
    }

    .pL45 {
        padding-left: 0 !important;
    }

    .atmanirbher-investor .col-md-6, .atmanirbher-investor .col-md-8 {
        text-align: center;
    }

    .atmanirbher-investor .justify-content-end {
        justify-content: center !important;
    }

    .font-size-35 {
        font-size: 14px !important;
    }

    .font-size-40 {
        font-size: 16px !important;
    }

    .font-size-55 {
        font-size: 21px !important;
    }

    .font-size-75 {
        font-size: 26px !important;
        line-height: 1.2;
    }

    .atmanirbhar-investor-content {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .atmanirbhar-investor {
        padding-left: 18px;
        text-align: left;
    }

        .atmanirbhar-investor li {
            margin-bottom: 8px;
            font-size: 12px;
        }

    .atmanirbher-investor img {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .font-size-35 {
        font-size: 16px !important;
    }

    .font-size-40 {
        font-size: 19px !important;
    }

    .font-size-55 {
        font-size: 27px !important;
    }

    .font-size-75 {
        font-size: 38px !important;
    }

    .pL45 {
        padding-left: 20px !important;
    }
}
/* ===== Small Desktop (992px – 1199px) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
    .font-size-55 {
        font-size: 34px !important;
    }

    .font-size-75 {
        font-size: 48px !important;
    }
}

#demo {
    position: relative;
    overflow: visible;
}

    #demo .custom-arrow {
        width: auto;
        opacity: 1;
    }

        #demo .custom-arrow img {
            width: 57px;
            height: auto;
        }

    #demo .carousel-control-prev {
        left: -87px;
    }

    #demo .carousel-control-next {
        right: -87px;
    }

@media (max-width: 768px) {
    #demo .carousel-control-prev {
        left: 10px;
    }

    #demo .carousel-control-next {
        right: 10px;
    }

    #demo .custom-arrow img {
        width: 30px;
    }
}

.atmanirbher-investor-social-bg {
    background-image: url("../images/atmanirbher-investor/new/social-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #0a0c63;
    height: 440px;
}

.atmanirbher-investor-social-title {
    font-size: 46px;
    color: #ffd100;
    margin-top: 65px;
    margin-bottom: 0px;
}

.atmanirbher-investor-social-bg {
    position: relative;
}

.mySwiper {
    margin-bottom: 40px;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    align-items: stretch;
}
/*.swiper-slide {
  background: #ffd100;
  color: #fff;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}*/
.swiper-slide {
    background: transparent;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 12px;
    }
    /*.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-radius: 12px;
  z-index: -1;
}*/
    .swiper-slide::after {
        content: "";
        position: absolute;
        inset: 0;
        border-right: 6px solid #fff;
        border-bottom: 6px solid #fff;
        border-radius: 12px;
        pointer-events: none;
        z-index: 1;
    }
    /*.swiper-slide:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}*/
    .swiper-slide:hover {
        transform: translateY(-5px);
    }

.swiper-bottom-space {
    height: 381px !important;
    background: transparent;
}

.swiper-footer-bottom-space {
    height: 100px !important;
    background: transparent;
}

@media (max-width: 768px) {
    .swiper-bottom-space {
        height: 120px;
    }
}

.investor-sections-wrapper {
    position: relative;
}

    .investor-sections-wrapper .middle-right-blur {
        position: absolute;
        top: 50%;
        right: -9%;
        transform: translateY(-50%);
        z-index: 0;
    }

        .investor-sections-wrapper .middle-right-blur img {
            opacity: 0.8;
        }

.left-blur-wrapper {
    position: relative;
}

.left-blur-img {
    position: absolute;
    left: -70px;
    top: -820px;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 0;
}

    .left-blur-img img {
        max-width: 350px;
        opacity: 0.8;
    }

.left-blur-wrapper section, .left-blur-wrapper hr {
    position: relative;
    z-index: 1;
}

.investor-quiz-section {
    position: relative;
    overflow: hidden;
}

    .investor-quiz-section .bg-blur-img {
        position: absolute;
        bottom: 10px;
        right: -100px;
        z-index: 0;
    }

    .investor-quiz-section .container {
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .left-blur-img, .middle-right-blur img, .investor-quiz-section .bg-blur-img {
        display: none;
    }

    .hide-on-mobile {
        display: none;
    }
}

.swiper-button-next, .swiper-button-prev {
    width: auto;
    height: auto;
    background: none;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        display: none;
    }

    .swiper-button-next img, .swiper-button-prev img {
        width: 50px;
        height: auto;
        cursor: pointer;
    }

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.RealWomenRealStoriesOuter {
    border: 6px solid #224dec;
    border-radius: 60px;
    padding: 100px;
    margin-bottom: 100px;
}

.RealWomenRealStories {
    background-image: url("../images/atmanirbher-investor/new/social-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0a0c63;
    border-radius: 30px;
    padding: 35px;
    overflow: visible;
}
/*.RealWomenRealStories img {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.RealWomenRealStories .col-md-4 {
  position: relative;
  z-index: 2;
}
.RealWomenRealStories .col-md-4 div {
  margin-top: 15px;
}*/
.real-women-real-stories-content {
    font-size: 22px;
    text-align: center;
    margin-bottom: 46px;
}

#RealWomenRealStories {
    position: relative;
}

    #RealWomenRealStories .carousel-control-prev, #RealWomenRealStories .carousel-control-next {
        width: auto;
        opacity: 1;
    }

    #RealWomenRealStories .carousel-control-prev-icon, #RealWomenRealStories .carousel-control-next-icon {
        display: none;
    }

    #RealWomenRealStories .carousel-control-prev {
        left: -70px;
    }

    #RealWomenRealStories .carousel-control-next {
        right: -70px;
    }

@media (max-width: 767px) {
    #RealWomenRealStories .carousel-control-prev, #RealWomenRealStories .carousel-control-next {
        display: none;
    }
}
/*.investor-img {
  width: 220px;
  transform: translateY(-125px);
  z-index: 2;
  position: relative;
}
.RealWomenRealStories .text-center > div {
  margin-top: -40px;
}
.carousel-item {
  overflow: visible;
}*/
#RealWomenRealStories .carousel-item img {
    animation: smoothBounce 3s ease-in-out infinite;
}

@keyframes smoothBounce {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(0px);
    }
}

.atmanirbhar-investor-ms-yellow-text {
    color: #ffd100 !important;
    margin-bottom: 0px !important;
}

.atmanirbhar-investor-ms-white-text {
    color: #fff !important;
    margin-bottom: 10px !important;
}

.quiz-white-text {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-top: -280px;
}

.mB5 {
    margin-bottom: 5px !important;
}

.atmanirbher-screen-1 .col-md-6 {
    margin-top: -70px;
}

.white-outer-box {
    margin-top: 140px;
}

@media (max-width: 991px) {
    .atmanirbher-screen-1 .col-md-6 {
        margin-top: 0;
        text-align: center;
    }

    .white-outer-box {
        margin-top: 40px;
    }

    .quiz-white-text {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .quiz-white-text {
        font-size: 26px;
    }

    .atmanirbhar-investor-ms-yellow-text, .atmanirbhar-investor-ms-white-text {
        font-size: 34px !important;
    }

    .white-outer-box {
        margin-top: 30px;
        padding: 20px;
    }

    .screen-content {
        margin-top: 20px;
        text-align: center;
    }
}

.atmanirbher-screen-1 .col-md-4 .white-outer-box {
    margin-top: 160px;
}

@media (max-width: 991px) {
    .atmanirbher-screen-1 .col-md-4 .white-outer-box {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .screen1 {
        background-image: none !important;
        background: linear-gradient(to bottom, #111465, #1d1a7c) !important;
    }
}
/*.quiz-shake:hover {
  animation: quizShake 0.5s ease-in-out;
}

@keyframes quizShake {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-5px); }
  40%  { transform: translateX(5px); }
  60%  { transform: translateX(-5px); }
  80%  { transform: translateX(5px); }
  100% { transform: translateX(0); }
}*/
.quiz-shake {
    animation: quizShake 2s infinite;
}

@keyframes quizShake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.quiz-bounce {
    animation: bounceEffect 1.5s infinite;
}

@keyframes bounceEffect {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.quiz-float {
    animation: floatImage 3s ease-in-out infinite;
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.home-modal-title {
    font-size: 1.3rem;
    font-weight: 500;
}

.start-btn.third-section-btn {
    background: #f7f5f4;
    width: fit-content;
    border: 1px solid #b0b0b0;
}

@media (max-width: 991px) {
    body.menu-open {
        overflow: hidden;
        height: 100%;
    }

    #nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        min-height: 0;
    }

        #nav-menu.active {
            transform: translateX(0);
        }

    .navigation {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 0;
    }

    .nav-list {
        display: block !important;
        padding: 20px;
        padding-bottom: 120px;
    }

        .nav-list > li {
            width: 100%;
            margin-bottom: 10px;
            position: relative;
        }

    .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sub-nav-list {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        width: 100%;
        background: #fff;
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #ddd;
        display: none !important;
        max-height: 250px;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        min-height: 0;
    }

    .nav-list > li.open > .sub-nav-list {
        display: block !important;
    }

    .nav-list > li:hover .sub-nav-list, .nav-list > li:focus-within .sub-nav-list {
        display: none !important;
    }

    .nav-list > li.open:hover .sub-nav-list, .nav-list > li.open:focus-within .sub-nav-list {
        display: block !important;
    }
}

html, body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

@supports (-webkit-touch-callout: none) {
    #nav-menu {
        height: -webkit-fill-available;
    }
}

#myModal .custom-myModal-body {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#myModal .custom-myModal-img {
    width: 100%;
    height: auto;
    display: block;
}
/* =========================
   FOOTER FIX FOR iPHONE
   ========================= */
html, body {
    overflow-x: hidden;
    width: 100%;
}

.footer {
    color: #333;
    font-family: Arial, sans-serif;
    border-top: 1px solid #283667;
    padding: 80px 0 20px;
    width: 100%;
    overflow: hidden;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 30px;
}

.footer-logo {
    flex: 1 1 500px;
}

    .footer-logo .logo {
        max-width: 320px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }

.footer-description {
    max-width: 469px;
    width: 100%;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #454748;
}

.footer-links {
    flex: 1 1 650px;
    display: flex;
    justify-content: space-between;
    gap: 6em;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-heading {
    margin-bottom: 20px;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #283667;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    transition: color 0.3s ease;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #2d2d2d;
    word-break: break-word;
}

.footer-column.quick-links {
    padding-left: 70px;
}

.footer-bottom {
    border-top: 1px solid #545454;
    margin-top: 14px;
    padding: 30px 15px 40px;
    width: 100%;
    text-align: center;
}

.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

    .footer-socials .social-icon {
        margin: 0 !important;
    }

.footer * {
    /*max-width: 100%;*/
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 50px 0 35px;
    }

    .footer-description {
        font-size: 13px;
        line-height: 26px;
    }

    .footer-links {
        gap: 2em;
    }

    .footer-column.quick-links {
        padding-left: 0;
    }

    .footer-bottom {
        padding-bottom: 55px;
    }

    .footer-column-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-socials {
        justify-content: center;
        gap: 16px;
    }

    .footer-list a {
        font-size: 13px;
        line-height: 24px;
    }
}

body.black-theme .modal-content {
    background-color: #000 !important;
    color: #ffff00 !important;
}

body.black-theme .modal-header, body.black-theme .modal-body, body.black-theme .modal-footer {
    background-color: #000 !important;
    color: #ffff00 !important;
    border-color: #333 !important;
}

body.black-theme .modal-title, body.black-theme .modal-body, body.black-theme .modal-footer, body.black-theme p, body.black-theme span {
    color: #ffff00 !important;
}

body.black-theme .btn-read-article, body.black-theme .btn-continue-site {
    color: #ffff00 !important;
    background-color: #000 !important;
    border: 1px solid #ffff00;
}

body.gray-theme .modal-content {
    background-color: #666 !important;
    color: #ffff00 !important;
}

body.gray-theme .modal-header, body.gray-theme .modal-body, body.gray-theme .modal-footer {
    background-color: #666 !important;
    color: #ffff00 !important;
    border-color: #333 !important;
}

body.gray-theme .modal-title, body.gray-theme .modal-body, body.gray-theme .modal-footer, body.gray-theme p, body.gray-theme span {
    color: #ffff00 !important;
}

body.gray-theme .btn-read-article, body.gray-theme .btn-continue-site {
    color: #ffff00 !important;
    background-color: #666 !important;
    border: 1px solid #ffff00;
}

body.black-theme .white-outer-box {
    background-color: #000 !important;
}

body.gray-theme .white-outer-box {
    background-color: #666 !important;
}

@media screen and (max-width: 360px) {
    h2.box-title {
        font-size: 1em;
    }
}

@media screen and (max-width: 320px) {
    h2.box-title {
        font-size: 0.8em;
    }
}

.box {
    min-width: 0;
}

.box-title {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

#btn-go-top:focus {
    outline: none;
}

#btn-go-top:focus-visible {
    outline: 2px solid #000;
}

.skip-main-content {
    background-color: #dbdbdb;
    padding: 8px;
    margin-bottom: 20px;
}

    .skip-main-content a {
        color: #000;
        font-size: 12px;
        font-weight: 500;
    }

        .skip-main-content a:focus, .skip-main-content a:hover {
            color: #283667;
        }

.search-box {
    width: 300px;
}

    .search-box .form-control {
        border-right: 0;
    }

    .search-box .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #283667 !important;
        border: 1px solid #283667 !important;
    }

    .search-box .form-control:focus {
        box-shadow: none;
    }

#previous-page-button {
    font-size: 10px;
    color: #000;
    margin-top: 10px;
}

    #previous-page-button:hover {
        color: #283667;
    }

button#prev-button:focus, button#prev-button:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

button#next-button:focus, button#next-button:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}
/*.quiz-fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
}*/
.faq-btn {
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

    .faq-btn:hover {
        color: #000;
    }

    .faq-btn::after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 19px;
        font-weight: 700;
        transition: all 0.3s ease;
    }

    .faq-btn:not(.collapsed)::after {
        content: "−";
    }

.card {
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .skip-main-content ul {
        flex-direction: column;
    }

    .search-box {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .nav-list {
        margin-left: auto;
        width: fit-content;
    }
}

<style > img {
    max-width: 100%;
    height: auto;
}

main {
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .font-size-75 {
        font-size: 48px !important;
    }

    .font-size-70 {
        font-size: 44px !important;
    }

    .font-size-55 {
        font-size: 36px !important;
    }

    .font-size-40 {
        font-size: 26px !important;
    }

    .font-size-38 {
        font-size: 24px !important;
    }

    .font-size-35 {
        font-size: 22px !important;
    }

    .font-size-30 {
        font-size: 19px !important;
    }

    .font-size-28 {
        font-size: 18px !important;
    }

    .font-size-22 {
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .mB140 {
        margin-bottom: 60px !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .RealWomenRealStories .row {
        text-align: center;
    }

    .RealWomenRealStoriesOuter img {
        margin-top: 0 !important;
    }

    .atmanirbher-investor-social-bg {
        padding: 40px 15px;
    }

    .swiper-slide {
        height: auto;
    }
}

@media (max-width: 768px) {
    .font-size-75, .font-size-70 {
        font-size: 26px !important;
        line-height: 1.2;
    }

    .font-size-55 {
        font-size: 22px !important;
    }

    .font-size-40 {
        font-size: 19px !important;
    }

    .font-size-38 {
        font-size: 18px !important;
    }

    .font-size-35 {
        font-size: 16px !important;
    }

    .font-size-30 {
        font-size: 14px !important;
    }

    .font-size-28 {
        font-size: 13px !important;
    }

    .font-size-22 {
        font-size: 13px !important;
    }

    section {
        margin-bottom: 60px !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .atmanirbhar-investor-gradient-text, .why-this-matters-content-gradient-text {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .font-size-70, .font-size-75 {
        font-size: 21px !important;
    }

    .poppins-medium-text, .poppins-regular-text {
        font-size: 12px !important;
    }

    .atmanirbhar-investor-content {
        text-align: center;
    }

    ul.atmanirbhar-investor {
        padding-left: 18px;
    }

    .RealWomenRealStories p {
        font-size: 12px !important;
    }

    .investor-quiz-section img {
        margin-bottom: 20px;
    }
}

</style > @font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, ul, li, a, button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Gilroy";
    letter-spacing: 0.5px;
}

.container {
    max-width: 1300px;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}
/* Header Styling */
#nav-menu {
    display: none;
}

#d-nav-menu {
    display: block;
}

#nav-menu.open {
    display: block;
}

.header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    /*padding: 2vh 0;*/
    padding-bottom: 2vh;
    z-index: 999;
}

.md-none {
    display: none;
}

.header-first-col .logo {
    max-width: 150px;
    height: auto;
}

.header-sec-col {
    display: flex;
    align-items: center;
}

.navigation {
    margin-right: 20px;
}

.nav-list > li {
    position: relative;
}

    .nav-list > li > a {
        color: #333;
        transition: color 0.3s;
        padding: 10px;
        font-size: 13px;
        font-weight: 500;
    }

        .nav-list > li > a:hover {
            color: #0d111f;
        }
/* Dropdown Menu Styling */
/* Header Styling */
.header {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    /*padding: 20px 0;*/
    padding-bottom: 20px;
    z-index: 999;
}

.header-first-col .logo {
    max-width: 150px;
    height: auto;
}

.header-sec-col {
    display: flex;
    align-items: center;
}

.navigation {
    margin-right: 20px;
}

.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.nav-list {
    display: flex;
    gap: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #11172b;
    position: relative;
}

    .nav-list > li {
        position: relative;
    }

        .nav-list > li > a {
            color: #333;
            transition: color 0.3s;
            padding: 5px;
            font-size: 12px;
        }

            .nav-list > li > a:hover {
                color: #0d111f;
            }

.mob-show {
    display: none;
}
/* Dropdown Menu Styling */
.sub-nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 4px;
    z-index: 1000;
}

img.logo {
    max-width: 52%;
    height: auto;
}

.sub-nav-list li {
    white-space: nowrap;
}

    .sub-nav-list li a {
        display: block;
        padding: 10px 20px;
        color: #11172b;
        font-size: 12px;
        font-weight: 400;
        transition: color 0.3s;
    }

        .sub-nav-list li a:hover {
            background-color: #fee45b;
            color: #0d111f !important;
            cursor: pointer;
        }

.nav-list > li:hover .sub-nav-list, .nav-list > li:focus-within .sub-nav-list {
    display: flex;
}

.moving-btn a {
    display: inline-block;
    padding: 8px 12px;
    background-color: #fee45b !important;
    color: #11172b !important;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    max-width: 200px;
}

img.logo {
    max-width: 52%;
    height: auto;
}

.sub-nav-list li {
    white-space: nowrap;
}

button.moving-btn {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.marquee-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.moving-btn:hover .marquee-text {
    animation-play-state: paused;
}

.marquee-container {
    display: flex;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee-container span {
    display: inline-block;
    padding-right: 3px;
}

.hamburger {
    background: none;
    border: none;
    font-size: 19px;
    cursor: pointer;
    z-index: 1001;
}

#nav-menu.open {
    display: flex;
    transform: translateY(0);
}

.hamburger {
    background: none;
    border: none;
    font-size: 19px;
    cursor: pointer;
    z-index: 1001;
}

section.hero {
    width: 100%;
    min-height: 50em;
    background: url("../images/bg.png") no-repeat center/cover;
    background-color: #283667;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    padding-bottom: 1.5em;
    flex-direction: column;
}

.breadcrumb {
    position: absolute;
    left: 0;
    top: 6em;
    background-color: #283667;
    width: 100%;
    padding-left: 20px;
}

h2.breadcrumb-title a {
    font-size: 14px;
    width: fit-content;
    margin: 0;
    padding: 10px;
    padding-left: 0;
    color: #fff;
    font-weight: 400;
}

    h2.breadcrumb-title a:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }

.hero {
    text-align: center;
}

.main-heading {
    font-size: 64px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #f6f6f7;
    white-space: nowrap;
}

.changing-text-container {
    overflow: hidden;
    height: auto;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: max-content;
}

.changing-text {
    position: relative;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    display: inline-block;
    transform: translateY(0);
    color: #fbcf4a;
    white-space: nowrap;
}

@keyframes slide-text {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-100%);
    }

    58% {
        transform: translateY(-100%);
    }

    66% {
        transform: translateY(-200%);
    }

    91% {
        transform: translateY(-200%);
    }

    100% {
        transform: translateY(-300%);
    }
}

.sub-heading {
    margin: 1rem 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}

.hero-last-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
}

.right-hero-section {
    display: flex;
    gap: 0;
    position: relative;
    width: 30%;
    justify-content: flex-end;
}

img.user-bg {
    position: absolute;
    bottom: 0;
    left: 55%;
}

img.user-avatar {
    position: absolute;
    bottom: -4px;
    left: 54%;
    z-index: 9;
    animation: move-diagonal 4s infinite ease-in-out;
}

@keyframes move-diagonal {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5px, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

img.quote {
    position: absolute;
    right: -8%;
    bottom: 7em;
}

img.happy-btn {
    position: absolute;
    left: 35%;
    top: -25px;
    bottom: 0;
}

section.third-section, section.resources, section.instagram-section, section.second-section, section.card-section, section.bucket-second-section, .section.bucket-third-section, section.bucket-fourth-seciton, section.bucket-read-next-section, section.article-list, section.videos-list, section.infographics, section.listicles, section.booklet-section, section.policy-section, section.inner-articles, section.video-list-item, section.details {
    padding-top: 8vh;
    padding-bottom: 8vh;
    width: 100%;
}

img.moving-element {
    max-width: 190px;
    width: 100%;
    animation: move-top-bottom 4s infinite ease-in-out;
    position: absolute;
    right: 10%;
    top: 0%;
}

img.img-men-1 {
    max-width: 100%;
    height: 30em;
    width: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: 9;
}
/*h1.title*/ h2.title {
    color: #283667;
    font-size: 42px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    h2.title {
        font-size: 24px;
    }
}

p.excerpt {
    font-size: 18px;
    color: #283667;
    text-align: justify;
}

.left-section {
    position: relative;
}

.third-right-section {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.left-section::after {
    content: "";
    width: 80%;
    height: 50%;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    z-index: 8;
    border-radius: 16px;
    left: 10%;
}

@keyframes move-top-bottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

a.third-section-btn {
    background: #f7f5f4;
    width: fit-content;
    border: 1px solid #b0b0b0;
}

.third-section-container {
    display: flex;
    flex-direction: column;
    row-gap: 10em;
}

img.moving-element-right {
    max-width: 190px;
    width: 100%;
    animation: move-top-bottom 4s infinite ease-in-out;
    position: absolute;
    left: 0%;
    top: 0%;
}

h2.res-title {
    text-align: center;
    font-size: 43px;
    color: #283667;
    font-weight: 500;
    position: relative;
    margin-bottom: 1em;
}

.footer {
    color: #333;
    font-family: Arial, sans-serif;
    border-top: 1px solid #283667;
    padding: 80px 0 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 30px;
}

.footer-logo {
    flex: 1 1 500px;
}

    .footer-logo .logo {
        max-width: 320px;
        margin-bottom: 20px;
    }

.footer-description {
    max-width: 469px;
    width: 100%;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #454748;
}

.footer-links {
    flex: 1 1 650px;
    display: flex;
    justify-content: space-between;
    gap: 6em;
}

.footer-column {
    flex: 1;
}

.footer-heading {
    margin-bottom: 20px;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #283667;
    font-weight: bold;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    transition: color 0.3s ease;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2d2d2d;
}

.footer-column.quick-links {
    padding-left: 70px;
}

.footer-bottom {
    padding: 0;
    border-top: 1px solid #545454;
    margin-top: 14px;
    padding-top: 30px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.footer-socials {
    display: flex;
    justify-content: flex-end;
}

.logo-box {
    display: flex;
    align-items: center;
}

.social-icon {
    color: #283667;
    font-size: 18px;
}

.resource-slider .slick-slide {
    padding: 0;
    margin-right: 1.5em;
}

.resource-wrapper {
    margin: 0 -12px;
}
/* Card styling */
.resource-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #11172b;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.resource-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .resource-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.resource-date {
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6f7899;
    margin-bottom: 6px;
}

.resource-title {
    font-family: "Gilroy";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #283667;
}

    .resource-title a {
        font-family: "Gilroy";
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #283667;
    }

.resource-content {
    padding: 1em;
}

h2.insta-heading {
    text-align: center;
    font-size: 38px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 1em;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

section.instagram-section {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

h1.sec-title {
    font-weight: 600;
    text-align: center;
    color: #283667;
    font-size: 38px;
    margin-bottom: 4vh;
}

span.special-title {
    text-transform: uppercase;
}

.boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4em;
}

.boxes {
    display: flex;
    width: auto;
    white-space: nowrap;
}

h2.box-title {
    color: #283667;
    font-size: 1.3em;
    font-weight: 600;
}

span.marquee-text:nth-child(even) {
    margin-left: -0.3em;
}

p.box-excerpt {
    font-weight: 400;
    font-size: 12px;
    color: #283667;
}

img.box-img {
    height: 100%;
    max-width: 100%;
    width: 6vw;
    max-height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

.box {
    max-width: 300px;
    width: 100%;
    height: 100%;
    max-height: 320px;
    border: 1px solid #11172b;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
    transition: all 0.5s ease-in-out;
    text-wrap: wrap;
    max-height: 120vh;
    overflow: hidden;
}

    .box::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 4%;
        border-radius: 35px;
        z-index: -1;
        /*background: #fff;*/
        border: 1px solid #11172b;
        right: 8%;
        transition: all 0.5s ease-in-out;
    }

    .box.active-box::after {
        background-color: #fee45b !important;
    }

section.second-section {
    padding-top: 10em;
}

section.second-section {
    height: 100vh;
    width: 100%;
    height: 100%;
    position: relative;
}

    section.second-section::after {
        content: "";
        background: url("../images/left pattern.png") no-repeat center / cover;
        position: absolute;
        width: 9%;
        height: 25%;
        left: 0%;
        top: 60%;
    }

    section.second-section::before {
        content: "";
        background: url("../images/right pattern.png") no-repeat center / cover;
        position: absolute;
        width: 9%;
        height: 25%;
        right: 0%;
        top: 60%;
    }

img.avatar {
    max-width: 100%;
    max-height: 40vh;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
    display: none;
    transition: all 0.5s ease-in-out;
}

.changing-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-bg {
    width: fit-content;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 0;
}

    .avatar-bg::before {
        content: "";
        background: url("../images/avatar-bg.png") no-repeat center / cover;
        width: 82%;
        height: 87%;
        position: absolute;
        top: 0;
        left: 11%;
        z-index: -1;
    }

    .avatar-bg::after {
        content: "";
        background: url("../images/front-bg.png") no-repeat center / cover;
        width: 48%;
        height: 10%;
        position: absolute;
        left: 30%;
        z-index: 9;
        bottom: -10%;
    }

.avatar.active-avatar {
    display: block;
    transition: all 0.5s ease-in-out;
}

.start-btn {
    position: relative;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    color: #24335e;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    width: 250px;
}

span.btn-text {
    font-size: 16px;
    color: #283667;
    font-weight: 500;
    display: inline-block;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.start-btn:hover .btn-text {
    transform: translateY(-100%);
    opacity: 0;
}

.start-btn:hover::after {
    content: attr(data-hover-text);
    position: absolute;
    top: 47%;
    left: 40%;
    transform: translate(-50%, 200%);
    font-size: 16px;
    color: #283667;
    font-weight: 500;
    display: inline-block;
    opacity: 0;
    animation: slide-up 0.5s ease forwards;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translate(-50%, 100%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

i.fa-solid.fa-arrow-right {
    padding: 6px 7px;
    background: #283667;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
}

.start-btn:hover {
    background-color: #ffd700;
}

.insta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

a.start-btn.insta-btn {
    border: 1px solid #b0b0b0;
    /*width: 210px;*/
    width: 220px;
    background: #f7f5f4;
}

    a.start-btn.insta-btn:hover {
        background: linear-gradient(45deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    }

    a.start-btn.insta-btn:hover {
        background: #283667;
    }

        a.start-btn.insta-btn:hover::after {
            color: #fff;
            font-weight: 400;
        }

img.insta-icon {
    max-width: 20px;
    vertical-align: sub;
}

.resources-swiper {
    position: relative;
    padding: 2em 0 2em 0;
}

.swiper-button-next {
    position: absolute;
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 0;
    color: #fff;
    top: 90%;
    left: 50%;
    background: #283667;
    padding: 25px;
    border-radius: 50%;
}

.swiper-button-prev {
    left: 45%;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

section.instagram-section {
    padding-top: 2em;
}

.content {
    width: 30px;
    height: 30px;
    border: none;
    background: #283667;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-top: 0.3em;
}

.overflow-hidden {
    overflow: hidden;
}

.buttons {
    margin-bottom: 20px;
}

button {
    padding: 10px 25px;
    cursor: pointer;
    overflow: hidden;
}

.content svg {
    flex: 1 0 100%;
}

span.special-title.yello-line {
    position: relative;
}

    span.special-title.yello-line::after {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        background: transparent;
        display: block;
        background-image: url("../images/yellow-line.png");
        background-size: 100% 100%;
    }

span.blue-line {
    position: relative;
}

    span.blue-line::after {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: -0.4em;
        left: 0;
        background: transparent;
        display: block;
        background-image: url("../images/blue-line.png");
        background-size: 100% 100%;
    }

img#men-1 {
    width: 75%;
}

.investment-title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

    .investment-title h2 {
        font-size: 48px !important;
        color: #fff !important;
        font-weight: 600 !important;
    }

img.investment-img {
    width: 100%;
    max-width: 400px;
}

.investment-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1em;
}

.inv-card {
    border: 1px solid #B0B0B0;
    background: #F7F5F4;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex: 1;
    border-radius: 30px;
    min-height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

    .inv-card:hover {
        background-color: #283667;
    }

section.hero.inner-page {
    background: url("../images/inner-bg.png") no-repeat center/cover;
    background-color: #283667;
}

.inv-right-side {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 10px;
}

img.inv-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    max-height: 290px;
}

h1.inv-title {
    color: #283667;
    font-size: 29px;
    font-weight: 500;
    max-width: 95%;
}

.inv-card {
    position: relative;
    overflow: hidden;
}

    .inv-card::before {
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .inv-card:hover::before {
        /*background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1640" height="419" viewBox="0 0 1640 419" fill="%23283667"%3E%3Cmask id="path-1-inside-1_2392_1952" fill="white"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M1640 32C1640 14.3269 1625.67 0 1608 0H32C14.3269 0 0 14.3269 0 32V289C0 306.673 14.3269 321 32 321H240C257.673 321 272 335.327 272 353V387C272 404.673 286.327 419 304 419H1608C1625.67 419 1640 404.673 1640 387V321V32Z"%3E%3C/path%3E%3C/mask%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M1640 32C1640 14.3269 1625.67 0 1608 0H32C14.3269 0 0 14.3269 0 32V289C0 306.673 14.3269 321 32 321H240C257.673 321 272 335.327 272 353V387C272 404.673 286.327 419 304 419H1608C1625.67 419 1640 404.673 1640 387V321V32Z" fill="%23283667"%3E%3C/path%3E%3Cpath d="M32 1H1608V-1H32V1ZM1 289V32H-1V289H1ZM240 320H32V322H240V320ZM273 387V353H271V387H273ZM1608 418H304V420H1608V418ZM1639 321V387H1641V321H1639ZM1639 32V321H1641V32H1639ZM1608 420C1626.23 420 1641 405.225 1641 387H1639C1639 404.121 1625.12 418 1608 418V420ZM271 387C271 405.225 285.775 420 304 420V418C286.879 418 273 404.121 273 387H271ZM240 322C257.121 322 271 335.879 271 353H273C273 334.775 258.225 320 240 320V322ZM-1 289C-1 307.225 13.7746 322 32 322V320C14.8792 320 1 306.121 1 289H-1ZM1608 1C1625.12 1 1639 14.8792 1639 32H1641C1641 13.7746 1626.23 -1 1608 -1V1ZM32 -1C13.7746 -1 -1 13.7746 -1 32H1C1 14.8792 14.8792 1 32 1V-1Z" fill="%23B0B0B0" mask="url(%23path-1-inside-1_2392_1952)"%3E%3C/path%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;*/
    }

    .inv-card:hover h1.inv-title, .inv-card:hover p {
        color: #fff;
    }

.button-box {
    width: fit-content;
    position: relative;
    bottom: 4%;
}
/* Topic Card page styling End Here */
/* Bucket Inside page starts here */
.icon-box {
    width: fit-content;
    border: 2px solid #fff;
    padding: 16px;
    border-radius: 20px;
    position: absolute;
    right: 4%;
    top: -10em;
    transform: rotate(25deg);
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

    .icons img {
        max-width: 70px;
        height: auto;
    }

h2.text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

section.hero.investing-banner {
    background: url("../images/invesing-bg.png") no-repeat center/cover;
    background-color: #283667;
}

img.invest-quote-right {
    position: absolute;
    right: 17%;
    top: -16%;
    transform: rotate(-20deg);
}

img.invest-quote-left {
    left: 18%;
    position: absolute;
    bottom: -15%;
    transform: rotate(165deg);
}

.shashank-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.investment-title.invest-page {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 85% !important;
    text-align: center;
}

img.financial-img {
    max-width: 6em;
}

img.stock-market-img {
    max-width: 7em;
}

img.hanging-box {
    position: absolute;
    left: 5%;
    bottom: 10%;
}

h1.second-sec-title {
    color: #283667;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0.8em;
    padding-top: 0.8em;
    position: relative;
}

h2.second-sec-title {
    color: #283667;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0.8em;
    padding-top: 0.8em;
    position: relative;
}

p.second-sec-excerpt {
    font-size: 14px;
    color: #454748;
    font-weight: 400;
}

.sec-section-title-box {
    width: 100%;
    position: relative;
}

.quotes-box {
    position: absolute;
    left: 0;
    border: 1px solid #000000;
    padding: 10px;
    background: #fee45b;
    border-radius: 2px;
    top: -45%;
    animation: moveTopBottomElement 2s ease-in-out infinite alternate;
}

    .quotes-box::after {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        border-radius: 2px;
        position: absolute;
        left: -15%;
        top: -15%;
        z-index: -1;
    }

@keyframes moveTopBottomElement {
    0% {
        top: -10%;
    }

    100% {
        top: -15%;
    }
}

section.bucket-third-section {
    background: #283667;
}

img.bucket-section-img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    height: 100%;
    position: relative;
    border-radius: 16px;
}

.bucket-img-and-title {
    padding: 5em 0;
    height: 100%;
    width: 100%;
    position: relative;
}

h2.bucket-section-img-title {
    position: absolute;
    z-index: 1;
    left: 2%;
    top: 15%;
    color: #fff;
    font-size: 43px;
    font-weight: 600;
}

h2.hover-box-main-title {
    color: #283667;
    font-size: 43px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5em;
}

.hover-boxes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

.hover-animation-box {
    width: 25%;
    height: 100%;
    min-height: 60vh;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    position: relative;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

    .hover-animation-box::after {
        content: "";
        position: absolute;
        background: #00102414;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 16px;
        z-index: -1;
    }

img.share-btn {
    width: 100%;
    height: 100%;
    max-width: 30px;
    cursor: pointer;
}

h2.hover-box-title {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

div#hover-box-2 h2.hover-box-title, div#hover-box-3 h2.hover-box-title {
    color: #fff;
}

.hover-boxes .hover-animation-box {
    width: 25%;
}

.hover-animation-box:hover {
    width: 50%;
}

    .hover-animation-box:hover h2.hover-box-title {
        opacity: 1;
    }

.hover-animation-box:not(:hover) h2.hover-box-title {
    opacity: 0;
}

.play-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
}

img.play-button-bg {
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.hover-animation-box:hover img.play-button-bg {
    transform: rotate(180deg);
}

section.bucket-read-next-section {
    background: #283667;
}

h2.read-next-title {
    font-size: 43px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5em;
}

h3.read-next-title {
    font-size: 43px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.read-next-card {
    width: 100%;
    height: 100%;
    max-height: 50vh;
    display: flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    gap: 1em;
}

.rnc-title {
    font-size: 18px;
    color: #283667;
    font-weight: 400;
    text-align: left;
}

section.bucket-read-next-section span.special-title.yello-line {
    text-transform: capitalize;
}

section.bucket-read-next-section .swiper-slide {
    background: transparent;
}

.read-next-card::before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="695" height="318" viewBox="0 0 695 318" fill="none"><mask id="path-1-inside-1_1229_1811" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M695 32C695 14.3269 680.673 0 663 0H32C14.3269 0 0 14.3269 0 32V187.957C0 205.63 14.3269 219.957 32 219.957H240C257.673 219.957 272 234.284 272 251.957V286C272 303.673 286.327 318 304 318H663C680.673 318 695 303.673 695 286V219.957V205.464V32Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M695 32C695 14.3269 680.673 0 663 0H32C14.3269 0 0 14.3269 0 32V187.957C0 205.63 14.3269 219.957 32 219.957H240C257.673 219.957 272 234.284 272 251.957V286C272 303.673 286.327 318 304 318H663C680.673 318 695 303.673 695 286V219.957V205.464V32Z" fill="%23F7F5F4"/><path d="M32 1H663V-1H32V1ZM1 187.957V32H-1V187.957H1ZM240 218.957H32V220.957H240V218.957ZM273 286V251.957H271V286H273ZM663 317H304V319H663V317ZM694 219.957V286H696V219.957H694ZM694 205.464V219.957H696V205.464H694ZM694 32V205.464H696V32H694ZM663 319C681.225 319 696 304.225 696 286H694C694 303.121 680.121 317 663 317V319ZM271 286C271 304.225 285.775 319 304 319V317C286.879 317 273 303.121 273 286H271ZM240 220.957C257.121 220.957 271 234.836 271 251.957H273C273 233.732 258.225 218.957 240 218.957V220.957ZM-1 187.957C-1 206.182 13.7746 220.957 32 220.957V218.957C14.8792 218.957 1 205.078 1 187.957H-1ZM663 1C680.121 1 694 14.8792 694 32H696C696 13.7746 681.225 -1 663 -1V1ZM32 -1C13.7746 -1 -1 13.7746 -1 32H1C1 14.8792 14.8792 1 32 1V-1Z" fill="%23B0B0B0" mask="url(%23path-1-inside-1_1229_1811)"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

img.rnv-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    height: 210px;
}

.resources-banner img.invest-quote-right {
    position: absolute;
    right: 30%;
    top: -3em;
    transform: rotate(-20deg);
}

section.hero {
    background: url("../images/invesing-bg.png") no-repeat center/cover;
    background-color: #283667;
}

img.resource-quote-right {
    position: absolute;
    right: 30%;
    bottom: 65%;
    transform: rotate(-20deg);
}

img.resource-quote-left {
    left: 30%;
    position: absolute;
    top: 60%;
    transform: rotate(165deg);
}

.articles-box {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.article-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

img.article-img {
    width: 100%;
    height: 100%;
    max-height: 15em;
    object-fit: cover;
    border-radius: 16px;
}

h2.article-title {
    font-size: 24px;
    color: #283667;
    font-weight: 500;
    line-height: 1.3;
}

.shashank-hover-box {
    width: 100%;
    height: 100%;
    border: 1px solid #b0b0b0;
    background: #f7f5f4;
    border-radius: 16px;
    max-height: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    transition: all 0.3s ease-in-out;
}

h2.read-more {
    font-size: 22px;
    font-weight: 500;
    color: #283667;
}

img.arrow_right {
    max-width: 60px;
}

section.videos-list {
    background: #283667;
}

    section.videos-list .special-title {
        text-transform: capitalize;
    }

.video-list-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 2em;
}

.video-card {
    width: 100%;
    height: 100%;
    max-height: 26em;
    min-height: 26em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5em;
    border-radius: 16px;
    position: relative;
    z-index: 9;
}

    .video-card::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #00102424;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 16px;
        z-index: -1;
    }

.play-btn-box-for-video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h2.video-card-title {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.video-hover-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    padding: 3em;
    position: relative;
    z-index: 9;
}

    .video-hover-card img.share-btn {
        position: absolute;
        left: 10%;
        top: -40%;
    }

    .video-hover-card::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #001024a4;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 16px;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

.svg-box {
    margin-bottom: 1em;
}

.video-hover-card:hover::after {
    background: #fee45bde;
    color: #00529c;
}

.video-hover-card:hover h2.video-card-title {
    color: #00529c;
}

.video-hover-card:hover .svg-box svg path {
    fill: #283667;
}

.video-hover-card:hover .svg-box svg circle {
    stroke: #283667;
}

.infographic-large-card {
    display: flex;
    width: 100%;
    overflow: hidden;
    max-height: 30em;
}

.infographics-card-parent {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.infographic-large-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 25em;
    border-radius: 16px;
}

.infor-img-parent {
    overflow: hidden;
    max-width: 65%;
    min-width: 65%;
    max-height: 30em;
    object-fit: cover;
}

    .infor-img-parent img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-height: 20em;
        border-radius: 16px;
    }

.infor-hover-card {
    height: 100%;
    max-width: 35%;
    max-height: 20em;
    min-height: 20em;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.inforgraphic-small-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
}

.shashank-hover-box:hover {
    background: #fee45b;
}

section.listicles {
    background: #283667;
}

    section.listicles span.special-title.yello-line {
        text-transform: capitalize;
        font-weight: 600;
    }

.listicles-card-parent {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2em;
}

.listicle-card {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

img.listicle-card-img {
    max-height: 30em;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.listicle-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    justify-content: flex-start;
    align-items: flex-start;
}

h2.listicles-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

h3.listicles-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

h4.listicles-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.listicle-card-dets {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #a5a9ac;
}

p.listicle-author {
    border-right: 1px solid;
    padding-right: 10px;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

p.listicle-date {
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.listicle-small-card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.small-card {
    width: 100%;
    height: auto;
    display: flex;
    gap: 1em;
}

.listicle-small-card-img {
    width: 100%;
    border-radius: 8px;
    max-height: 10em;
    object-fit: cover;
    min-width: 16em;
    max-width: 100%;
}

.footer-column-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-card h2.listicles-title {
    font-size: 14px;
}

.small-card p.listicle-author, .small-card p.listicle-date {
    font-size: 13px;
}

.large-btn {
    width: 100%;
    border: 1px solid #919191;
    padding: 2.8em;
    border-radius: 12px;
    background: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .large-btn:hover {
        background: #fee45b;
    }

    .large-btn p {
        margin: 0;
        color: #283667;
        font-size: 14px;
        font-weight: 500;
    }

    .large-btn img {
        max-width: 45px;
    }

.booklet-area {
    width: 100%;
    overflow: hidden;
    display: flex;
    border: 1px solid #b0b0b0;
    background: #f5f5f5;
    padding: 24px;
    border-radius: 12px;
    gap: 2em;
}

.booklet-img-area {
    width: 65%;
    height: auto;
}

img.booklet-img {
    width: 100%;
    max-height: 20em;
    object-fit: cover;
    border-radius: 16px;
}

.booklet-upload-area {
    width: 35%;
    border: 1px solid #b0b0b0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
    border-radius: 16px;
    background: #f7f5f4;
    cursor: pointer;
}

img.download-icon {
    max-width: 30px;
}

h2.download {
    font-size: 19px;
    color: #283667;
    font-weight: 500;
    max-width: 80%;
    text-align: center;
    line-height: 1.3;
}

section.policy-section {
    background: #283667;
}

    section.policy-section span.special-title {
        text-transform: capitalize;
        font-weight: 500;
    }

.policy-card-area {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
}

.policy-card {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

h2.policy-title {
    font-size: 16px;
    padding: 10px 20px;
    color: #283667;
    font-weight: 500;
}

.policy-card:hover img.policy-img {
    transform: scale(1.1);
}

img.policy-img {
    width: 100%;
    max-height: 10em;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: all 0.3s ease-in-out;
}

section.hero.resources-inner-banner {
    min-height: 35vh;
    background: url("../images/invesing-bg.png") no-repeat top/cover;
    background-color: #283667;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
}

h2.previous, h2.next {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    font-size: 13px;
    color: #5b5b5b;
    cursor: pointer;
}

.page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 13px;
    color: #767676;
}

    .page-number span {
        cursor: pointer;
    }

span.active-page {
    padding: 5px 12px;
    background: #76767654;
    border-radius: 8px;
    color: #283667;
}

section.video-list-item .video-card {
    max-height: 15em;
    min-height: 15em;
}

section.video-list-item .play-btn-box-for-video {
    margin-bottom: 3em;
}

section.video-list-item img.playbtn {
    max-width: 5em;
}

h2.single-video-card-title {
    font-size: 19px;
    color: #283667;
    font-weight: 500;
    margin: 0;
}

.video-card-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

.investment-title.invest-page {
    max-width: 100%;
}

p.details-paragraph {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

h2.article-title.inner-title {
    color: #fff;
}

img.playbtn {
    cursor: pointer;
}

.youtube-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

.youtube-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 10px;
    padding: 0;
}

.youtube-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .youtube-iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.youtube-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}

.changing-avatar {
    position: relative;
}

button#next-button, button#prev-button {
    border: none;
    outline: none;
    background: none;
    width: fit-content;
    padding: 0;
    z-index: 99;
}

    button#next-button img, button#prev-button img {
        max-width: 100%;
    }

button#next-button {
    position: absolute;
    right: 17%;
    bottom: 33%;
    z-index: 99;
}

button#prev-button {
    z-index: 99;
    position: absolute;
    left: 19%;
    bottom: 33%;
}

.box, .avatar {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

    .box.active-box, .avatar.active-avatar {
        transform: scale(1);
    }

    .box:not(.active-box), .avatar:not(.active-avatar) {
        transform: scale(0.9);
    }

.bucket-second-section ol li {
    list-style: decimal;
}

.bucket-second-section ul {
    margin-left: 25px;
    margin-bottom: 1.3em;
}

.bucket-second-section h4 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.bucket-second-section ul li {
    list-style: initial;
}

section.third-section {
    padding-top: 10em;
    padding-bottom: 10em;
}

.bucket-second-section p, .bucket-second-section li, .bucket-second-section div, .bucket-second-section span {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

section.bucket-second-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

section.hero.investing-banner {
    background: none;
}

.banner-img-box {
    width: 100%;
    height: auto;
}

section.hero {
    min-height: 55em;
    padding-top: 1.5em;
}

.banner-img {
    width: 100%;
    max-height: 40em;
    object-fit: cover;
}

section.bucket-second-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.3em;
}

.bucket-second-section p {
    margin-bottom: 1.3em;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

section.bucket-second-section {
    padding-top: 5vh;
    text-align: justify;
}

    section.bucket-second-section h2 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 1.3em;
    }

section.hero.investing-banner {
    padding-top: 4vh;
}

img.large-img {
    max-width: 10em;
}

#eapps-instagram-feed-1 {
    width: 100%;
    padding-bottom: 3em;
}

section.details.bucket-second-section h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.3em;
}

section.details.bucket-second-section p {
    margin-bottom: 1.3em;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}

.insta-wrapper .swiper {
    overflow: initial;
}

.insta-wrapper .swiper-button-next, .insta-wrapper .swiper-button-prev {
    top: 110%;
}

.insta-wrapper {
    gap: 0em;
}

.swiper.insta-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}

h3.yt-heading {
    text-align: start;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    color: #283667;
}

img.home_playicon_img {
    max-width: 50px;
}

.home_playicon {
    width: fit-content;
    position: absolute;
    left: 45%;
    top: 25%;
}

img.playbtn {
    height: auto;
}

a.start-btn.insta-btn:nth-child(2):hover {
    background: red !important;
}

.left-section::after {
    transition: all 0.3s ease;
}

.row.align-items-center:hover .left-section::after {
    background: #283667;
    border: 1px solid #283667;
}

.insta-wrapper .swiper-button-prev {
    top: 35% !important;
    left: -1%;
    padding-left: 30px;
    padding-right: 18px;
    background: rgba(0, 0, 0, 0.9);
}

.insta-wrapper .swiper-button-next {
    position: absolute;
    bottom: 0;
    left: 98%;
    top: 35% !important;
    padding-right: 30px;
    padding-left: 18px;
    background: rgba(0, 0, 0, 0.9);
}

    .insta-wrapper .swiper-button-prev img, .insta-wrapper .swiper-button-next img {
        max-width: 50px;
    }

.insta-wrapper .swiper {
    overflow: hidden;
}
/* lightbox style */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

lightbox-content {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 25%;
    top: 25%;
}

img#lightbox-image {
    width: auto;
    height: 100%;
    position: absolute;
    left: 38%;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.clickable-image {
    cursor: pointer;
}

.investment-title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-direction: column;
}

a.article-box-img {
    width: 100%;
    height: auto;
}

span.yellow-title {
    color: #fbcf4a;
}

img.resource-quote-left, img.resource-quote-right {
    display: none;
}

.investment-title.invest-page.main-heading {
    white-space: pre-wrap;
}

img.hanging-box {
    position: absolute;
    left: 0;
    width: fit-content;
    bottom: -14em;
}

p.p_mobile {
    display: none;
}

.infographic-large-card a {
    width: 100%;
}

.three-dimensional {
    color: #fbcf4a;
    text-align: center;
}

.investment-title, .investment-title.invest-page {
    font-size: 48px;
    font-weight: 600;
    align-items: center;
    color: #f6f6f7;
    line-height: 1.2;
    text-transform: capitalize;
}

section.booklet-section {
    padding-top: 0;
}

span.three-dimensional {
    font-size: 52px;
}

h1.three-dimensional {
    font-size: 52px;
    color: #fbcf4a;
    text-align: center;
    font-weight: 700;
}

section.details.bucket-second-section img {
    border-radius: 8px;
    width: 100%;
}

#IAPTable tr.head {
    background: #283667;
    color: #fff;
}

#IAPTable tr {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

#IAPTable td {
    padding: 8px;
    text-align: left;
    border-right: 1px solid #ddd;
    text-align: center;
}

.shareSocial .socialList {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 0;
    position: fixed;
    transform: rotate(-90deg);
    right: -6em;
    width: fit-content;
    top: 20em;
    z-index: 9999;
    border-radius: 10px;
}

}

@media (max-width: 767px) {
    .shareSocial {
        flex-flow: column;
    }
}

.shareSocial .socialTitle {
    margin: 0 15px 0 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    .shareSocial .socialTitle {
        margin-bottom: 15px;
        text-align: center;
    }
}

.shareSocial .socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-flow: row wrap;
}

    .shareSocial .socialList li {
        margin: 5px;
    }

        .shareSocial .socialList li:first-child {
            padding-left: 0;
        }

        .shareSocial .socialList li a {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            text-decoration: none;
            background-color: #999;
            color: #fff;
            transition: 0.35s;
        }

            .shareSocial .socialList li a i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform-origin: top left;
                transform: scale(1) translate(-50%, -50%);
                transition: 0.35s;
            }

            .shareSocial .socialList li a:hover i {
                transform: scale(1.5) translate(-50%, -50%);
            }

        .shareSocial .socialList li:nth-child(1) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(2) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(3) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(4) a {
            background-color: transparent;
        }

        .shareSocial .socialList li:nth-child(5) a {
            background-color: transparent;
        }

.shareLink .permalink {
    position: relative;
    border-radius: 30px;
}

    .shareLink .permalink .textLink {
        text-align: center;
        padding: 12px 60px 12px 30px;
        height: 45px;
        width: 450px;
        font-size: 13px;
        letter-spacing: 0.3px;
        color: #494949;
        border-radius: 25px;
        border: 1px solid #f2f2f2;
        background-color: #f2f2f2;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all 0.3s ease;
    }

@media (max-width: 767px) {
    .shareLink .permalink .textLink {
        width: 100%;
    }
}

.shareLink .permalink .textLink:focus {
    border-color: #d8d8d8;
}

.shareLink .permalink .textLink::-moz-selection {
    color: #fff;
    background-color: #ff0a4b;
}

.shareLink .permalink .textLink::selection {
    color: #fff;
    background-color: #ff0a4b;
}

.shareLink .permalink .copyLink {
    position: absolute;
    top: 50%;
    right: 25px;
    cursor: pointer;
    transform: translateY(-50%);
}

    .shareLink .permalink .copyLink:hover:after {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }

    .shareLink .permalink .copyLink:after {
        content: attr(tooltip);
        width: 140px;
        bottom: -40px;
        left: 50%;
        padding: 5px;
        border-radius: 4px;
        font-size: 0.8rem;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background-color: #000000;
        color: #ffffff;
        transform: translateY(-10px) translateX(-50%);
        transition: all 300ms ease;
        text-align: center;
    }

    .shareLink .permalink .copyLink i {
        font-size: 16px;
        color: #ff0a4b;
    }

.resource-content {
    display: none;
}

section.hero.resources-inner-banner.d-flex.align-items-center .investment-title.invest-page span {
    font-size: 48px;
}

.saarthi-popup-link {
    display: flex;
    justify-content: center;
    margin: 20px;
}

    .saarthi-popup-link a {
        background: #333;
        color: #fff;
        padding: 10px 30px;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
    }

.saarthi-popup-container {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.8);
    align-items: center;
    justify-content: center;
}

    .saarthi-popup-container:target {
        display: flex;
    }

.saarthi-popup-content {
    background-color: #fefefe;
    width: auto;
    border-radius: 16px;
    position: relative;
}

.saarthi-close {
    float: right;
    font-size: 40px;
    color: #aaa;
    position: absolute;
    right: 0.1em;
    top: 0.4em;
    line-height: 0;
    background: transparent !important;
    border: none !important;
}

    .saarthi-close:hover {
        color: #fff;
    }

    .saarthi-close:focus, #saarthi-popup a:focus {
        outline: 2px solid #000;
        outline-offset: 2px;
    }

.saarthi-news-app-promo {
    color: #fff;
    background-color: #283667;
    padding: 4em 6em;
    text-align: center;
    border-radius: 8px;
}

    .saarthi-news-app-promo img {
        width: 200px;
        margin: 0 5px;
        border-radius: 8px;
    }

.saarthi-news-app-promo-subsection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.saarthi-news-app-promo-text p {
    font-size: 19px;
}

.saarthi-news-app-promo-subsection > img {
    display: none !important;
}

section.hero.investing-banner {
    min-height: 48em;
}

a.booklet-link {
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2.article-title br {
    display: none;
}

h2.listicles-title br {
    display: none;
}

.social-toggle-button {
    display: none;
    background: transparent;
    color: #000;
    font-size border: none;
    padding: 10px;
    cursor: pointer;
}

.shareSocial .socialList li {
    transform: rotate(90deg);
}
/* Desktop view */
@media (min-width: 768px) {
    .social-toggle-button {
        display: none;
    }

    .socialList {
        display: block;
    }
}
/* Mobile view */
@media (max-width: 767px) {
    .social-toggle-button {
        display: block;
        position: fixed;
        right: -12px;
        top: 21em;
        font-size: 1.5em;
        border: none;
        padding: 0;
    }

    .shareSocial .socialList {
        display: none;
    }

    .socialList {
        display: none;
    }

        .socialList.active {
            display: inline-flex;
        }

    .socialList {
        max-height: 0;
        opacity: 0;
    }

        .socialList.active {
            max-height: 500px;
            opacity: 1;
        }

    .shareSocial .socialList {
        background: #f1d95c;
        border-radius: 10px;
    }

    button#toggleSocial svg {
        fill: #f1d95c;
    }

    .shareSocial .socialList {
        right: -8em;
    }
}

.gap-3 {
    gap: 0.2rem !important;
}

.ThankUParticipation {
    font-size: 48px;
    color: #ffca00;
    font-weight: bold;
    margin-bottom: 20px;
}

.WomenEncourage {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.AtmanirbherShareIcon {
    font-size: 29px;
    margin-right: 20px;
}

.maleTitle, .femaleTitle {
    font-size: 20px;
    font-weight: 500;
}

.messageWhiteText {
    width: 70%;
    font-size: 28px;
    color: #fff;
    margin: 20px auto;
    text-align: center;
}

.messageYellowText {
    width: 60%;
    font-size: 36px;
    color: #ffca00;
    margin: 0px auto;
    text-align: center;
    line-height: 45px;
}

.ThankYouParticipation {
    font-size: 48px;
    color: #ffca00;
    font-weight: bold;
    margin-bottom: 20px;
}

.shareEncourage {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 1366px) {
    .select-gender {
        font-size: 26px !important;
    }

    .gender {
        font-size: 16px !important;
    }

    .maleTitle, .femaleTitle {
        font-size: 16px !important;
    }

    .form-check .form-check-input {
        margin-top: 8px !important;
    }

    .subline {
        font-size: 20px !important;
    }

    .mT60 {
        margin-top: 118px !important;
    }

    .messageWhiteText {
        width: 70% !important;
        font-size: 20px !important;
    }

    .messageYellowText {
        width: 80% !important font-size: 28px !important;
        line-height: 35px !important;
    }

    .form-check-inline {
        margin-right: 0px !important;
    }

    .modal-body {
        padding: 20px 20px 0px 20px !important;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .mT30 {
        margin-top: 0px !important;
    }

    .mB30 {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 576px) {
    .atmanirbher-screen-1 .screen-content {
        margin-bottom: 40px;
    }

    .ThankUParticipation {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .modal-body {
        padding: 20px 20px 0px 20px !important;
    }

    .WomenEncourage {
        font-size: 20px;
    }

    .dark-blue-outer-box {
        background-image: none !important;
        background-color: #1d2649;
        border: 1px solid #fff;
        border-radius: 20px;
    }

    .quiz-title {
        border-bottom: 1px solid #2c3869;
    }
}

@media (max-width: 400px) {
    .select-gender {
        font-size: 28px !important;
    }

    .atmanirbher-screen-1 .screen-title span {
        font-size: 32px !important;
    }

    .atmanirbher-screen-1 .screen-content {
        margin-bottom: 40px;
    }

    .ThankUParticipation {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .modal-body {
        padding: 15px 15px 0px 15px !important;
    }

    .WomenEncourage {
        font-size: 20px;
    }
}

.form-check-input[type=radio] {
    cursor: pointer !important;
}

.investor-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.investor-blocks, .investor-infographics {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 30px 20px;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #2a3a6d;
}

.investor-blocks {
    min-height: 400px;
}

.investor-infographics {
    height: 260px;
}

.investor-blocks h3, .investor-blocks h4 {
    font-weight: 700;
    margin: 0;
}

.investor-blocks h3 {
    font-size: 29px;
    line-height: 48px;
}

.investor-blocks h4 {
    font-size: 29px;
    font-weight: 600;
}

.tittle-box {
    font-size: 21px;
    font-weight: 500;
}

.sebi-tittle {
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
}

.real-update-txt {
    font-size: 19px;
    margin: 0;
}

.infographics-tittle {
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.highlight-yellow, .highlight-blue {
    color: #FFD700;
    font-weight: 600;
}

.cta-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #FFD700;
    padding: 10px 8px 6px 7px;
}

.ctalink-btn {
    margin-top: 10px;
}

.card-btn {
    background-color: #f7f5f4;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    padding: 16px;
    text-align: center;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .card-btn:hover {
        background-color: #fee45b;
    }

.card-icons-container {
    margin-bottom: 30px;
}

.card-icons {
    width: 60px;
    height: 60px;
    border: 2px solid #4a5568;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-box {
    width: 24px;
    height: 24px;
    stroke: #4a5568;
    stroke-width: 2;
    fill: none;
}

.title-read {
    color: #283667;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

.team-animations {
    background-color: #FEE45B;
    border: 2px solid #283667;
    padding: 20px;
    border-radius: 20px;
    transform: rotate(-5deg);
    width: 260px;
    text-align: left;
}

.team-img {
    width: 70%;
}

.teambio {
    color: black;
    font-weight: 600;
    font-size: 14px;
    margin-top: 6px;
}

.journey-tittle {
    text-align: center;
}

.app-icon {
    border-radius: 10px;
    width: 66px;
    margin-bottom: 15px;
    background-color: #ededed;
    padding: 6px;
}

.sebi-tittle {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 0px;
    line-height: 42px;
}

.journey-img {
    margin-left: 5rem;
    transform: rotate(4deg);
}

.journey-bio {
    background-color: #fee45b;
    padding: 13px;
    width: 230px;
    font-weight: 600;
    border-radius: 16px;
    font-size: 14px;
    position: absolute;
    transform: rotate(10.5deg);
    margin: 4px auto -2px;
}

.hanging-resource {
    background-color: #283667;
    border-color: white;
    padding: 10px 20px;
    color: white;
    position: absolute;
    bottom: -77%;
    left: 0;
}

    .hanging-resource .teambio {
        color: white;
        transform: rotate(-2.5deg);
    }

@media only screen and (max-width: 768px) {
    .team-animations {
        background-color: #FEE45B;
        border: 2px solid #283667;
        padding: 15px;
        border-radius: 20px;
        transform: rotate(-5deg);
        width: 176px;
        text-align: left;
    }

    .teambio {
        color: black;
        font-weight: 600;
        font-size: 11px;
        margin-top: 6px;
    }

    .journey-bio {
        background-color: #fee45b;
        padding: 8px;
        width: 172px;
        font-weight: 600;
        border-radius: 16px;
        font-size: 11px;
        position: absolute;
        transform: rotate(10.5deg);
        margin: 4px auto -2px;
    }

    .investor-items {
        margin-top: 3rem;
    }

    .hanging-resource {
        display: none;
    }
}

.betaVersion {
    color: #5a52c7;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 5px;
}

.errorOuter {
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

    .errorOuter h1 {
        color: #3f4f99;
        font-weight: bold;
        font-size: 120px;
        margin-bottom: 30px;
    }

.mT150 {
    margin-top: 150px;
}

.button {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fee45b;
    color: #11172b;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    max-width: 200px;
}

@media (min-width: 240px) {
    .errorOuter h1 {
        font-size: 56px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 120px;
    }
}

@media (min-width: 280px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 160px;
    }
}

@media (min-width: 320px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 160px;
    }
}

@media (min-width: 360px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 375px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 384px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 390px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 411px) {
    .errorOuter h1 {
        font-size: 100px;
    }

    .font28 {
        font-size: 18px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 480px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 540px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 600px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 640px) {
    .errorOuter h1 {
        font-size: 96px;
    }

    .font28 {
        font-size: 20px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 768px) {
    .errorOuter h1 {
        font-size: 108px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 800px) {
    .errorOuter h1 {
        font-size: 112px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 912px) {
    .errorOuter h1 {
        font-size: 112px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 14px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1024px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1280px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1366px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1900px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

@media (min-width: 1920px) {
    .errorOuter h1 {
        font-size: 120px;
    }

    .font28 {
        font-size: 22px;
    }

    .font20 {
        font-size: 16px;
    }

    .button {
        width: 180px;
    }
}

.btn-share {
    display: inline-block;
    padding: 10px;
    background-color: #04AA6D;
    color: #fff;
    border: none !important;
    border-radius: 40px;
    font-size: 11px;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    .btn-share:hover, .btn-share:active, .btn-share:focus {
        background-color: #283667;
        color: #fff;
    }

.font-13 {
    font-size: 11px;
}

#btn-go-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    /*background-color: #59b276;*/
    background-color: #16104e;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
}

    #btn-go-top:hover {
        background-color: #1f3f8a;
    }
/*Start css for read the article and share button*/
.left-align-button {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 5px;
}

.tts-button, .control-small-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    font-size: 13px;
    background-color: #4a9b64;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.control-small-btn {
    padding: 15px 18px;
    font-size: 12px;
}

    .tts-button:hover, .control-small-btn:hover {
        background-color: #59b276;
    }

#shareBtn, #shareBtnBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 16px;
    background-color: #0d6efd;
    border: none;
    color: white;
}

    #shareBtn:hover, #shareBtnBottom:hover {
        background-color: #084298;
    }

.fa-share {
    color: #fff !important;
    margin-right: 6px !important;
}

#speedSelect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ededed;
    color: #212529;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 21px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    width: 100px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/*End css for read the article button*/
/*Start css for sitemap*/
.sitemap-section {
    background: #f9fafc;
}

.sitemap-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

    .sitemap-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .sitemap-card h2 {
        font-size: 14px;
        margin-bottom: 15px;
        color: #1f2d3d;
        font-weight: 600;
    }

        .sitemap-card h2 i {
            color: #59b276;
            margin-right: 8px;
        }

    .sitemap-card ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .sitemap-card ul li {
            margin-bottom: 10px;
        }

            .sitemap-card ul li a {
                text-decoration: none;
                color: #444;
                font-size: 13px;
                position: relative;
                padding-left: 15px;
                transition: 0.3s;
            }

                .sitemap-card ul li a::before {
                    content: "›";
                    position: absolute;
                    left: 0;
                    color: #59b276;
                }

                .sitemap-card ul li a:hover {
                    color: #59b276;
                    padding-left: 20px;
                }
/*End css for sitemap*/
.booklet-upload-area:hover {
    background-color: #fee45b;
    * bootstrap-style yellow */ transition: background-color 0.3s ease;
}

.ustaad-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ustaad-logo {
    object-fit: contain;
}

.left-logo {
    height: 45px;
}

.ustaad-title-wrapper {
    flex: 1;
    text-align: center;
}

.ustaad-subtitle {
    font-size: 16px;
    text-align: center;
    margin: 50px auto;
}

@media (max-width: 768px) {
    .ustaad-header {
        flex-direction: column;
    }

    .ustaad-logo {
        height: 50px;
    }
}

.left-logo {
    transform: translateY(40px);
    margin-left: 150px;
}

.read-now {
    font-weight: 600;
}

.highlight-brand {
    font-weight: 600;
    color: #283667;
}

.booklet-banner-link {
    display: contents;
}

.booklet-upload-area .booklet-link {
    width: 100% !important;
    padding: 40px 24px !important;
}

@media (max-width: 767px) {
    .footer-column-bottom {
        display: flex;
        flex-direction: column;
    }

        .footer-column-bottom > .col-md-4 {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
            text-align: center !important;
            margin-bottom: 10px;
        }

    .footer-socials {
        justify-content: center !important;
    }
}

.shareSocial {
    display: block;
}

@media (max-width: 1024px) {
    .shareSocial {
        display: none !important;
    }
}

.sub-nav-list {
    display: none;
    list-style: none;
    min-width: 220px;
    z-index: 999;
}

@media (min-width: 768px) {
    .position-relative:hover .sub-nav-list {
        display: block;
    }
}

#nav-menu {
    display: none;
}

@media (min-width: 768px) {
    #nav-menu {
        display: block !important;
    }

    .nav-list {
        display: flex;
    }
}

html, body {
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-y: scroll;
}

.theme-btn {
    width: 25px;
    height: 25px;
    border: none;
    background-image: url('../images/theme.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0 5px;
    background-color: transparent !important;
}
/*body.dark-theme, body.dark-theme section, body.dark-theme div, body.dark-theme header, body.dark-theme footer, body.dark-theme nav, body.dark-theme .container, body.dark-theme .row {
    background-color: #000 !important;
    color: yellow !important;
}

    body.dark-theme .bg-white {
        background-color: #000 !important;
    }

    body.dark-theme h1, body.dark-theme h2, body.dark-theme h3, body.dark-theme h4, body.dark-theme h5, body.dark-theme h6, body.dark-theme p, body.dark-theme span, body.dark-theme li, body.dark-theme a {
        color: yellow !important;
    }

    body.dark-theme .sub-nav-list {
        background-color: #111 !important;
    }

    body.dark-theme button {
        color: yellow !important;
    }

.dark-theme .moving-btn a {
    color: #000 !important;
}

body.dark-theme .moving-btn {
    border: none !important;
}*/
body.dark-theme {
    background-color: #000 !important;
    color: #FFD700 !important;
}

    body.dark-theme * {
        color: inherit;
    }

    body.dark-theme header, body.dark-theme footer, body.dark-theme nav, body.dark-theme .container, body.dark-theme .row {
        background-color: #000 !important;
    }

    body.dark-theme h1, body.dark-theme h2, body.dark-theme h3, body.dark-theme h4, body.dark-theme h5, body.dark-theme h6 {
        color: #FFD700 !important;
    }

    body.dark-theme a {
        color: #FFD700 !important;
    }

    body.dark-theme .bg-white {
        background-color: #000 !important;
    }

    body.dark-theme .sub-nav-list {
        background-color: #111 !important;
    }

    body.dark-theme button {
        color: #FFD700 !important;
        background-color: transparent;
    }

    body.dark-theme .moving-btn {
        border: none !important;
    }

        body.dark-theme .moving-btn a {
            color: #000 !important;
        }

@media (max-width: 767px) {
    .header .row {
        justify-content: space-between;
    }

    #hamburger-menu {
        float: right;
    }
}

.breadcrumb-section {
    background-color: #283667;
    padding: 15px 0;
    position: relative;
    z-index: 10;
}

.custom-breadcrumb {
    background: transparent;
}

.breadcrumb-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-size: 13px;
    color: #fff;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
        padding: 0 8px;
        color: #fff;
    }

    .breadcrumb-item a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

        .breadcrumb-item a:hover {
            opacity: 0.8;
        }

    .breadcrumb-item.active {
        font-size: 14px;
        color: #fff;
    }

.resources-inner-banner {
    padding: 60px 0;
    background: #111;
}

.investment-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .breadcrumb-items {
        justify-content: center;
        text-align: center;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .investment-title {
        font-size: 21px;
    }

    .desktop-break {
        display: none;
    }
}

.resources-inner-banner {
    padding: 60px 0;
}

body.dark-theme span.btn-text {
    color: #283667 !important;
}

.languages-yello-bg {
    background-color: #283667;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.bucket-read-next-section h3 {
    font-size: 18px;
    color: #283667;
    font-weight: 400;
    text-align: left;
}

.custom-section {
    transition: all 0.3s ease;
}

    .custom-section:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

.bg-white .btn-dark {
    background-color: #283667 !important;
    border-color: #283667 !important;
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 20px !important;
    padding: 12px 50px !important;
    letter-spacing: 1px;
}

    .bg-white .btn-dark:hover {
        background-color: #ffd700 !important;
        border-color: #ffd700 !important;
        color: #283667 !important;
    }

.nav-pills .nav-link {
    background-color: #f7f5f4 !important;
    color: #000 !important;
    font-weight: bold !important;
    border: 2px solid #d3d1d1 !important;
    margin: 5px !important;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000000 !important;
        background-color: #fee45b !important;
        border: 2px solid #e7c618 !important;
    }

h3.inv-title {
    color: #283667;
    font-size: 29px;
    font-weight: 500;
    max-width: 95%;
}

.inv-card:hover h3.inv-title, .inv-card:hover p {
    color: #fff !important;
}

.disclaimer {
    color: #ed0202;
    font-weight: bold;
}

.footer-disclaimer {
    padding: 20px 0 5px 0px;
    border-top: 1px solid #545454;
}

    .footer-disclaimer p {
        margin: 0;
        font-size: 10px;
        text-align: justify;
        line-height: 1.5;
    }

.fa-arrow-left-long, .fa-long-arrow-left {
    font-size: 32px !important;
    color: #ffec00 !important;
}

.back-arrow {
    position: absolute;
    top: 180px;
    left: 20px;
    font-size: 19px;
    cursor: pointer;
}

.active-box {
    background: #ffe066;
}

.black-theme *, .gray-theme * {
    color: #ffff00 !important;
}

.black-theme .team-animations {
    /*background-color: #FFD700 !important;*/
    background-color: #FEE45B !important;
}

    .black-theme .team-animations p.teambio {
        color: #000 !important;
    }

.gray-theme .team-animations p.teambio {
    color: #000 !important;
}

.white-theme {
    background-color: #fff;
    color: #000 !important;
}

.black-theme {
    background-color: #000;
    color: #ffff00;
}

    .black-theme a {
        color: #ffff00;
    }

.gray-theme {
    background-color: #666666;
    color: #ffff00;
}

    .gray-theme a {
        color: #ffff00;
    }

#theme {
    display: flex;
    gap: 5px;
}

    #theme button {
        margin: 0px;
        padding: 0px 5px;
        cursor: pointer;
    }

:focus {
    outline-offset: 2px;
}

.white-theme a.btn-continue-site, .gray-theme a.btn-continue-site, .black-theme a.btn-continue-site {
    color: #fff !important;
}

.white-theme a.btn-read-article, .white-theme .modal-title, .gray-theme a.btn-read-article, .gray-theme .modal-title, .black-theme a.btn-read-article, .black-theme .modal-title, .gray-theme .journey-bio, .black-theme .journey-bio {
    color: #000 !important;
}

.gray-theme .uwaw-features__item__i {
    background-color: #666666;
}

.black-theme .uwaw-features__item__i {
    background-color: #666666;
}

.gray-theme .sub-nav-list {
    background-color: #2a2a2a !important;
}

.black-theme .sub-nav-list {
    background-color: #666666 !important;
}

.gray-theme .inv-card, .black-theme .inv-card {
    background-color: transparent;
}

.white-theme .social-icon {
    color: #283667;
}

.white-theme .breadcrumb-section a {
    color: #fff;
}

.gray-theme .breadcrumb-section a, .black-theme .breadcrumb-section a, .gray-theme .investment-title h2, .gray-theme .investment-title h1 {
    color: #ffff00 !important;
}

.black-theme .investment-title h2, .black-theme .investment-title h1 {
    color: #ffff00 !important;
}

.gray-theme section.bucket-read-next-section, .gray-theme .bg-white, .gray-themesection .policy-section, .gray-theme .table > :not(caption) > * > * {
    background: #666666 !important;
}

.black-theme section.bucket-read-next-section, .black-theme .bg-white, .black-theme .policy-section, .black-theme .table > :not(caption) > * > * {
    background: #000 !important;
}

.gray-theme .box, .black-theme .box, .gray-theme .box.active-box::after, .black-theme .box.active-box::after, .gray-theme a.start-btn.insta-btn, .gray-theme a.start-btn.insta-btn, .black-theme a.start-btn.insta-btn {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
}

.gray-theme .start-btn, .black-theme .start-btn, .gray-theme .bg-white .btn-dark, .black-theme .bg-white .btn-dark {
    color: #ffff00 !important;
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
}

body.gray-theme .start-btn:hover {
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
    /*background-color: #ffff00 !important;*/
    background-color: #666666 !important;
    text-decoration: none !important;
}

    body.gray-theme .start-btn:hover::after {
        color: #ffff00 !important;
    }

body.black-theme .start-btn:hover {
    color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
    /*background-color: #ffff00 !important;*/
    background-color: #000 !important;
    text-decoration: none !important;
}

    body.black-theme .start-btn:hover::after {
        color: #ffff00 !important;
    }

.gray-theme section.listicles, .black-theme section.listicles {
    background: transparent !important;
}

.gray-theme .comicWhiteOuter, .black-theme .comicWhiteOuter {
    background-color: transparent !important;
    border: var(--bs-border-width) var(--bs-border-style) #dee2e6 !important;
}

.gray-theme .booklet-upload-area, .gray-theme .shashank-hover-box, .gray-theme .card-btn, .gray-theme .sitemap-section {
    background: #666666 !important;
}

.black-theme .booklet-upload-area, .black-theme .shashank-hover-box, .black-theme .card-btn, .black-theme .sitemap-section {
    background: #000 !important;
}

.gray-theme .sitemap-card {
    background: #666666 !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.black-theme .sitemap-card {
    background: #000 !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.gray-theme .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .black-theme .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffff00 !important;
    background-color: transparent !important;
    border: 2px solid #ffff00 !important;
}

.gray-theme .nav-pills .nav-link, .black-theme .nav-pills .nav-link {
    color: #ffff00 !important;
    background-color: transparent !important;
    border: 2px solid #ffff00 !important;
}

.black-theme .box::after {
    border: 1px solid #fff;
}

.gray-theme .box::after {
    border: 1px solid #fff;
}

@media (min-width: 280px) and (max-width: 768px) {
    .gray-theme #nav-menu, .black-theme #nav-menu {
        background: #383737;
    }
}

.black-theme .start-btn {
    background-color: #000;
    border: 2px solid #ffff00;
    color: #ffff00;
}

    .black-theme .start-btn .btn-text {
        color: #ffff00 !important;
    }

    .black-theme .start-btn:hover {
        background-color: #ffff00;
        color: #000;
    }

        .black-theme .start-btn:hover .btn-text {
            color: #000;
        }

.black-theme .arrow-svg path {
    stroke: #ffff00;
}

.header {
    background: #fff;
    /*padding: 20px 0;*/
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

:root {
    --header-bg: #ffffff;
    --text-color: #000000;
}

body.gray-theme {
    --header-bg: #666666;
    --text-color: #ffff00;
}

body.black-theme {
    --header-bg: #000000;
    --text-color: #ffff00;
}

.header {
    background: var(--header-bg);
    color: var(--text-color);
}

.nav-link {
    color: var(--text-color) !important;
}

.fixed-navbar {
    background: var(--header-bg);
}

@media (max-width: 480px) {
    h1.three-dimensional {
        font-size: 26px !important;
    }

    .investment-title h1 {
        font-size: 24px !important;
    }
}

@media (max-width: 768px) {
    .investment-title h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 480px) {
    .investment-title h2 {
        font-size: 20px !important;
    }
}

.btn-continue-site:focus-visible {
    color: #fff !important;
    background-color: #59b276 !important;
    outline: 2px solid #000;
    outline-offset: 2px;
}

.btn-read-article:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.mLandR {
    margin: 0px 10px;
}

.pB100 {
    padding-bottom: 100px;
}
/**************************************  Atmanirbhar Investor New Pages Css ***************************************/
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular_0.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium_0.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gloss And Bloom";
    src: url("../fonts/Gloss_And_Bloom.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.poppins-regular-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.poppins-medium-text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.poppins-semi-bold-text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.gloss-and-bloom-text {
    font-family: "Gloss And Bloom", cursive;
}

.font-size-22 {
    font-size: 18px;
    text-align: justify;
}

.font-size-28 {
    font-size: 22px;
}

.font-size-30 {
    font-size: 24px;
}

.font-size-35 {
    font-size: 28px;
}

.font-size-38 {
    font-size: 30px;
}

.font-size-40 {
    font-size: 32px;
}

.font-size-55 {
    font-size: 44px;
    line-height: 60px;
}

.font-size-70 {
    font-size: 56px;
    line-height: 80px;
}

.font-size-75 {
    font-size: 60px;
    /*line-height: 55px;*/
    line-height: 80px;
}

.atmanirbher-investor p {
    color: #17224f;
}

.atmanirbhar-investor-content {
    font-size: 20px;
}

.atmanirbhar-investor-gradient-text {
    background: linear-gradient(to right, #19234f, #224dec, #19234f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.atmanirbhar-investor-ms-gradient-text {
    background: linear-gradient(to right, #19234f 0%, #224dec 50%, #19234f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px !important;
}

.pL45 {
    padding-left: 45px;
}

.atmanirbhar-investor {
    margin: 0;
    padding: 0;
}

    .atmanirbhar-investor li {
        display: flex;
        align-items: center;
        font-size: 18px;
        margin-bottom: 12px;
        color: #17224f;
    }

        .atmanirbhar-investor li::before {
            content: "";
            width: 26px;
            height: 24px;
            background: url("../images/atmanirbher-investor/new/bullet.png") no-repeat center;
            background-size: contain;
            margin-right: 10px;
            flex-shrink: 0;
        }

.gradient-bg {
    background: linear-gradient(to right, #19234f, #224dec, #19234f);
    border-radius: 15px;
    padding: 5px 20px;
    line-height: 150px;
}

.atmanirbhar-investor li strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-left: 4px;
    margin-right: 4px;
}

.mB140 {
    margin-bottom: 140px;
}

hr.atmanirbher-investor {
    border: 1px solid #547bd4;
    margin-bottom: 78px;
}

.why-this-matters-content-gradient-text {
    background: linear-gradient(to right, #19234f, #224dec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-this-matters-content {
    font-size: 16px;
    text-align: center;
    margin-bottom: 46px;
}

@media (max-width: 767px) {
    .mB140 {
        margin-bottom: 40px !important;
    }

    .pL45 {
        padding-left: 0 !important;
    }

    .atmanirbher-investor .col-md-6, .atmanirbher-investor .col-md-8 {
        text-align: center;
    }

    .atmanirbher-investor .justify-content-end {
        justify-content: center !important;
    }

    .font-size-35 {
        font-size: 14px !important;
    }

    .font-size-40 {
        font-size: 16px !important;
    }

    .font-size-55 {
        font-size: 21px !important;
    }

    .font-size-75 {
        font-size: 26px !important;
        line-height: 1.2;
    }

    .atmanirbhar-investor-content {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .atmanirbhar-investor {
        padding-left: 18px;
        text-align: left;
    }

        .atmanirbhar-investor li {
            margin-bottom: 8px;
            font-size: 12px;
        }

    .atmanirbher-investor img {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .font-size-35 {
        font-size: 16px !important;
    }

    .font-size-40 {
        font-size: 19px !important;
    }

    .font-size-55 {
        font-size: 27px !important;
    }

    .font-size-75 {
        font-size: 38px !important;
    }

    .pL45 {
        padding-left: 20px !important;
    }
}
/* ===== Small Desktop (992px – 1199px) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
    .font-size-55 {
        font-size: 34px !important;
    }

    .font-size-75 {
        font-size: 48px !important;
    }
}

#demo {
    position: relative;
    overflow: visible;
}

    #demo .custom-arrow {
        width: auto;
        opacity: 1;
    }

        #demo .custom-arrow img {
            width: 57px;
            height: auto;
        }

    #demo .carousel-control-prev {
        left: -87px;
    }

    #demo .carousel-control-next {
        right: -87px;
    }

@media (max-width: 768px) {
    #demo .carousel-control-prev {
        left: 10px;
    }

    #demo .carousel-control-next {
        right: 10px;
    }

    #demo .custom-arrow img {
        width: 30px;
    }
}

.atmanirbher-investor-social-bg {
    background-image: url("../images/atmanirbher-investor/new/social-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #0a0c63;
    height: 440px;
}

.atmanirbher-investor-social-title {
    font-size: 46px;
    color: #ffd100;
    margin-top: 65px;
    margin-bottom: 0px;
}

.atmanirbher-investor-social-bg {
    position: relative;
}

.mySwiper {
    margin-bottom: 40px;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    align-items: stretch;
}
/*.swiper-slide {
  background: #ffd100;
  color: #fff;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}*/
.swiper-slide {
    background: transparent;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 12px;
    }
    /*.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-radius: 12px;
  z-index: -1;
}*/
    .swiper-slide::after {
        content: "";
        position: absolute;
        inset: 0;
        border-right: 6px solid #fff;
        border-bottom: 6px solid #fff;
        border-radius: 12px;
        pointer-events: none;
        z-index: 1;
    }
    /*.swiper-slide:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}*/
    .swiper-slide:hover {
        transform: translateY(-5px);
    }

.swiper-bottom-space {
    height: 381px !important;
    background: transparent;
}

.swiper-footer-bottom-space {
    height: 100px !important;
    background: transparent;
}

@media (max-width: 768px) {
    .swiper-bottom-space {
        height: 120px;
    }
}

.investor-sections-wrapper {
    position: relative;
}

    .investor-sections-wrapper .middle-right-blur {
        position: absolute;
        top: 50%;
        right: -9%;
        transform: translateY(-50%);
        z-index: 0;
    }

        .investor-sections-wrapper .middle-right-blur img {
            opacity: 0.8;
        }

.left-blur-wrapper {
    position: relative;
}

.left-blur-img {
    position: absolute;
    left: -70px;
    top: -820px;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 0;
}

    .left-blur-img img {
        max-width: 350px;
        opacity: 0.8;
    }

.left-blur-wrapper section, .left-blur-wrapper hr {
    position: relative;
    z-index: 1;
}

.investor-quiz-section {
    position: relative;
    overflow: hidden;
}

    .investor-quiz-section .bg-blur-img {
        position: absolute;
        bottom: 10px;
        right: -100px;
        z-index: 0;
    }

    .investor-quiz-section .container {
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .left-blur-img, .middle-right-blur img, .investor-quiz-section .bg-blur-img {
        display: none;
    }

    .hide-on-mobile {
        display: none;
    }
}

.swiper-button-next, .swiper-button-prev {
    width: auto;
    height: auto;
    background: none;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        display: none;
    }

    .swiper-button-next img, .swiper-button-prev img {
        width: 50px;
        height: auto;
        cursor: pointer;
    }

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.RealWomenRealStoriesOuter {
    border: 6px solid #224dec;
    border-radius: 60px;
    padding: 100px;
    margin-bottom: 100px;
}

.RealWomenRealStories {
    background-image: url("../images/atmanirbher-investor/new/social-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0a0c63;
    border-radius: 30px;
    padding: 35px;
    overflow: visible;
}
/*.RealWomenRealStories img {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.RealWomenRealStories .col-md-4 {
  position: relative;
  z-index: 2;
}
.RealWomenRealStories .col-md-4 div {
  margin-top: 15px;
}*/
.real-women-real-stories-content {
    font-size: 22px;
    text-align: center;
    margin-bottom: 46px;
}

#RealWomenRealStories {
    position: relative;
}

    #RealWomenRealStories .carousel-control-prev, #RealWomenRealStories .carousel-control-next {
        width: auto;
        opacity: 1;
    }

    #RealWomenRealStories .carousel-control-prev-icon, #RealWomenRealStories .carousel-control-next-icon {
        display: none;
    }

    #RealWomenRealStories .carousel-control-prev {
        left: -70px;
    }

    #RealWomenRealStories .carousel-control-next {
        right: -70px;
    }

@media (max-width: 767px) {
    #RealWomenRealStories .carousel-control-prev, #RealWomenRealStories .carousel-control-next {
        display: none;
    }
}
/*.investor-img {
  width: 220px;
  transform: translateY(-125px);
  z-index: 2;
  position: relative;
}
.RealWomenRealStories .text-center > div {
  margin-top: -40px;
}
.carousel-item {
  overflow: visible;
}*/
#RealWomenRealStories .carousel-item img {
    animation: smoothBounce 3s ease-in-out infinite;
}

@keyframes smoothBounce {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(0px);
    }
}

.atmanirbhar-investor-ms-yellow-text {
    color: #ffd100 !important;
    margin-bottom: 0px !important;
}

.atmanirbhar-investor-ms-white-text {
    color: #fff !important;
    margin-bottom: 10px !important;
}

.quiz-white-text {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-top: -280px;
}

.mB5 {
    margin-bottom: 5px !important;
}

.atmanirbher-screen-1 .col-md-6 {
    margin-top: -70px;
}

.white-outer-box {
    margin-top: 140px;
}

@media (max-width: 991px) {
    .atmanirbher-screen-1 .col-md-6 {
        margin-top: 0;
        text-align: center;
    }

    .white-outer-box {
        margin-top: 40px;
    }

    .quiz-white-text {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .quiz-white-text {
        font-size: 26px;
    }

    .atmanirbhar-investor-ms-yellow-text, .atmanirbhar-investor-ms-white-text {
        font-size: 34px !important;
    }

    .white-outer-box {
        margin-top: 30px;
        padding: 20px;
    }

    .screen-content {
        margin-top: 20px;
        text-align: center;
    }
}

.atmanirbher-screen-1 .col-md-4 .white-outer-box {
    margin-top: 160px;
}

@media (max-width: 991px) {
    .atmanirbher-screen-1 .col-md-4 .white-outer-box {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .screen1 {
        background-image: none !important;
        background: linear-gradient(to bottom, #111465, #1d1a7c) !important;
    }
}
/*.quiz-shake:hover {
  animation: quizShake 0.5s ease-in-out;
}

@keyframes quizShake {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-5px); }
  40%  { transform: translateX(5px); }
  60%  { transform: translateX(-5px); }
  80%  { transform: translateX(5px); }
  100% { transform: translateX(0); }
}*/
.quiz-shake {
    animation: quizShake 2s infinite;
}

@keyframes quizShake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.quiz-bounce {
    animation: bounceEffect 1.5s infinite;
}

@keyframes bounceEffect {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.quiz-float {
    animation: floatImage 3s ease-in-out infinite;
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.home-modal-title {
    font-size: 1.3rem;
    font-weight: 500;
}

.start-btn.third-section-btn {
    background: #f7f5f4;
    width: fit-content;
    border: 1px solid #b0b0b0;
}

@media (max-width: 991px) {
    body.menu-open {
        overflow: hidden;
        height: 100%;
    }

    #nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        min-height: 0;
    }

        #nav-menu.active {
            transform: translateX(0);
        }

    .navigation {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 0;
    }

    .nav-list {
        display: block !important;
        padding: 20px;
        padding-bottom: 120px;
    }

        .nav-list > li {
            width: 100%;
            margin-bottom: 10px;
            position: relative;
        }

    .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sub-nav-list {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        width: 100%;
        background: #fff;
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #ddd;
        display: none !important;
        max-height: 250px;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        min-height: 0;
    }

    .nav-list > li.open > .sub-nav-list {
        display: block !important;
    }

    .nav-list > li:hover .sub-nav-list, .nav-list > li:focus-within .sub-nav-list {
        display: none !important;
    }

    .nav-list > li.open:hover .sub-nav-list, .nav-list > li.open:focus-within .sub-nav-list {
        display: block !important;
    }
}

html, body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

@supports (-webkit-touch-callout: none) {
    #nav-menu {
        height: -webkit-fill-available;
    }
}

#myModal .custom-myModal-body {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#myModal .custom-myModal-img {
    width: 100%;
    height: auto;
    display: block;
}
/* =========================
   FOOTER FIX FOR iPHONE
   ========================= */
html, body {
    overflow-x: hidden;
    width: 100%;
}

.footer {
    color: #333;
    font-family: Arial, sans-serif;
    border-top: 1px solid #283667;
    padding: 80px 0 20px;
    width: 100%;
    overflow: hidden;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 30px;
}

.footer-logo {
    flex: 1 1 500px;
}

    .footer-logo .logo {
        max-width: 320px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }

.footer-description {
    max-width: 469px;
    width: 100%;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #454748;
}

.footer-links {
    flex: 1 1 650px;
    display: flex;
    justify-content: space-between;
    gap: 6em;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-heading {
    margin-bottom: 20px;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #283667;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list a {
    transition: color 0.3s ease;
    font-family: "Gilroy";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #2d2d2d;
    word-break: break-word;
}

.footer-column.quick-links {
    padding-left: 70px;
}

.footer-bottom {
    border-top: 1px solid #545454;
    margin-top: 14px;
    padding: 30px 15px 40px;
    width: 100%;
    text-align: center;
}

.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

    .footer-socials .social-icon {
        margin: 0 !important;
    }

.footer * {
    /*max-width: 100%;*/
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 50px 0 35px;
    }

    .footer-description {
        font-size: 13px;
        line-height: 26px;
    }

    .footer-links {
        gap: 2em;
    }

    .footer-column.quick-links {
        padding-left: 0;
    }

    .footer-bottom {
        padding-bottom: 55px;
    }

    .footer-column-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-socials {
        justify-content: center;
        gap: 16px;
    }

    .footer-list a {
        font-size: 13px;
        line-height: 24px;
    }
}

body.black-theme .modal-content {
    background-color: #000 !important;
    color: #ffff00 !important;
}

body.black-theme .modal-header, body.black-theme .modal-body, body.black-theme .modal-footer {
    background-color: #000 !important;
    color: #ffff00 !important;
    border-color: #333 !important;
}

body.black-theme .modal-title, body.black-theme .modal-body, body.black-theme .modal-footer, body.black-theme p, body.black-theme span {
    color: #ffff00 !important;
}

body.black-theme .btn-read-article, body.black-theme .btn-continue-site {
    color: #ffff00 !important;
    background-color: #000 !important;
    border: 1px solid #ffff00;
}

body.gray-theme .modal-content {
    background-color: #666 !important;
    color: #ffff00 !important;
}

body.gray-theme .modal-header, body.gray-theme .modal-body, body.gray-theme .modal-footer {
    background-color: #666 !important;
    color: #ffff00 !important;
    border-color: #333 !important;
}

body.gray-theme .modal-title, body.gray-theme .modal-body, body.gray-theme .modal-footer, body.gray-theme p, body.gray-theme span {
    color: #ffff00 !important;
}

body.gray-theme .btn-read-article, body.gray-theme .btn-continue-site {
    color: #ffff00 !important;
    background-color: #666 !important;
    border: 1px solid #ffff00;
}

body.black-theme .white-outer-box {
    background-color: #000 !important;
}

body.gray-theme .white-outer-box {
    background-color: #666 !important;
}

@media screen and (max-width: 360px) {
    h2.box-title {
        font-size: 1em;
    }
}

@media screen and (max-width: 320px) {
    h2.box-title {
        font-size: 0.8em;
    }
}

.box {
    min-width: 0;
}

.box-title {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

#btn-go-top:focus {
    outline: none;
}

#btn-go-top:focus-visible {
    outline: 2px solid #000;
}

.skip-main-content {
    background-color: #dbdbdb;
    padding: 8px;
    margin-bottom: 20px;
}

    .skip-main-content a {
        color: #000;
        font-size: 12px;
        font-weight: 500;
    }

        .skip-main-content a:focus, .skip-main-content a:hover {
            color: #283667;
        }

.search-box {
    width: 300px;
}

    .search-box .form-control {
        border-right: 0;
    }

    .search-box .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #283667 !important;
        border: 1px solid #283667 !important;
    }

    .search-box .form-control:focus {
        box-shadow: none;
    }

#previous-page-button {
    font-size: 10px;
    color: #000;
    margin-top: 10px;
}

    #previous-page-button:hover {
        color: #283667;
    }

button#prev-button:focus, button#prev-button:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

button#next-button:focus, button#next-button:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}
/*.quiz-fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
}*/
.faq-btn {
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

    .faq-btn:hover {
        color: #000;
    }

    .faq-btn::after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 19px;
        font-weight: 700;
        transition: all 0.3s ease;
    }

    .faq-btn:not(.collapsed)::after {
        content: "−";
    }

.card {
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .skip-main-content ul {
        flex-direction: column;
    }

    .search-box {
        width: 100%;
    }
}

.gray-theme .skip-main-content {
    background-color: #363636;
}

.black-theme .skip-main-content {
    /*background-color: #363636;*/
    background-color: #000000;
    border-bottom: 1px solid #6a6a6a;
}

.form-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form-check-input {
    margin-left: auto;
}













.quizModalShare {
    background: #17224e;
    max-width: 340px;
    display: flex;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 38px;
}













<style > img {
    max-width: 100%;
    height: auto;
}

main {
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .font-size-75 {
        font-size: 48px !important;
    }

    .font-size-70 {
        font-size: 44px !important;
    }

    .font-size-55 {
        font-size: 36px !important;
    }

    .font-size-40 {
        font-size: 26px !important;
    }

    .font-size-38 {
        font-size: 24px !important;
    }

    .font-size-35 {
        font-size: 22px !important;
    }

    .font-size-30 {
        font-size: 19px !important;
    }

    .font-size-28 {
        font-size: 18px !important;
    }

    .font-size-22 {
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .mB140 {
        margin-bottom: 60px !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .RealWomenRealStories .row {
        text-align: center;
    }

    .RealWomenRealStoriesOuter img {
        margin-top: 0 !important;
    }

    .atmanirbher-investor-social-bg {
        padding: 40px 15px;
    }

    .swiper-slide {
        height: auto;
    }
}

@media (max-width: 768px) {
    .font-size-75, .font-size-70 {
        font-size: 26px !important;
        line-height: 1.2;
    }

    .font-size-55 {
        font-size: 22px !important;
    }

    .font-size-40 {
        font-size: 19px !important;
    }

    .font-size-38 {
        font-size: 18px !important;
    }

    .font-size-35 {
        font-size: 16px !important;
    }

    .font-size-30 {
        font-size: 14px !important;
    }

    .font-size-28 {
        font-size: 13px !important;
    }

    .font-size-22 {
        font-size: 13px !important;
    }

    section {
        margin-bottom: 60px !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .atmanirbhar-investor-gradient-text, .why-this-matters-content-gradient-text {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .font-size-70, .font-size-75 {
        font-size: 21px !important;
    }

    .poppins-medium-text, .poppins-regular-text {
        font-size: 12px !important;
    }

    .atmanirbhar-investor-content {
        text-align: center;
    }

    ul.atmanirbhar-investor {
        padding-left: 18px;
    }

    .RealWomenRealStories p {
        font-size: 12px !important;
    }

    .investor-quiz-section img {
        margin-bottom: 20px;
    }
}

</style >