.btn.btn-xlg {
    min-height: 64px !important;
    height: 64px !important;
    padding: 20px 28px;
    border-radius: 20px;
}



/* hero section start */
.full-width-hero-section {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
}

.full-width-hero-section h1 {
    color: var(--white);
    position: relative;
    margin-top: 33px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 4.7rem;
    font-size: 4.668rem;
}

.full-width-hero-section p {
    opacity: .5;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    display: inline-block;
    color: var(--white);
    text-align: left;
}

.full-width-hero-section .cta-and-information-hybrid-section__content-img {
    width: 100%;
    height: auto;
    animation: up-down-cta-and-information-hybrid-image-animation 4s ease-in-out infinite;
}

.full-width-hero-section .hybrid-information-section-4-images-text-section__statistic-item .line {
    width: 2px;
    height: 37px;
    background-color: var(--yellow);
}

.full-width-hero-section .btn.btn-xlg {
    min-height: 64px !important;
    height: 64px !important;
    padding: 20px 28px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
}

.full-width-hero-section .hybrid-information-section-4-images-text-section__statistic-item span {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: var(--white);
}

.full-width-hero-section .hybrid-information-section-4-images-text-section__statistic-item h4 {
    opacity: .5;
    font-weight: 300;
    color: var(--white);
    font-size: 17px;
    line-height: 30px;
    text-align: left;
}

.cta-and-information-hybrid-section__content-img img {
    max-width: max-content;
}

.full-width-hero-section .half-circle {
    position: absolute;
    top: 25%;
    left: -80px;
    z-index: 1;
    opacity: 0.6;
}

.full-width-hero-section .count {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    transition: transform 0.3s ease;
}

.full-width-hero-section .count.started {
    transform: scale(1.05);
}



@media screen and (max-width: 1440px) {
    .cta-and-information-hybrid-section__content-img img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .full-width-hero-section {
        margin-bottom: 0;
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .full-width-hero-section h1 {
        line-height: 2.7rem;
        font-size: 2.668rem;
    }

    .theme-header-1 {
        position: relative;
        margin-bottom: -142px;
        z-index: 150;
    }

    .full-width-hero-section {
        height: auto;
        padding-top: 170px;
        margin-bottom: 40px;
    }

    .faq-6-col-section {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 30px 0;
    }
}

/* hero section end */

/* Why InatUni section start */
.faq-6-col-section .cta-and-information-hybrid-section__content-img {
    width: 100%;
    height: auto;
    animation: up-down-cta-and-information-hybrid-image-animation 4s ease-in-out infinite;
}

.faq-6-col-section .btn-flip-effect {
    color: var(--white);
    background: var(--dark-gray);
    padding: 7px 22px;
    height: fit-content;
    font-size: 17px;
    line-height: 30px;
    border-radius: 10px;
}

.faq-6-col-section .btn-flip-effect:after {
    right: calc(50% - 0px);
}

.fs-190 {
    font-size: 190px;
    line-height: normal;
    white-space: nowrap;
    opacity: .1;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.left-0px {
    left: 0;
}

.h-100 {
    height: 100%;
}

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

.faq-6-col-section .accordion {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(to bottom, #f2f8f7, #f5fafa, #f9fbfd, #fcfdfe, #fff);
}

.faq-6-col-section .span-line {
    font-weight: 600;
    font-size: 17px;
    color: var(--dark-gray);
}


@media screen and (max-width: 767px) {
    .faq-6-col-section {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 30px 0;
    }
}

/* Why InatUni section end */


/* scrolling section */
.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}

.marquee-slide {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

h4 {
    font-size: 45px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.marquee-slide .swiper-slide {
    width: auto !important;
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 2.813rem;
        margin-bottom: 40px;
    }
}

/* scrolling section end */

/* section 2 */
*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.SubjectSection_container__NX2Mf {
    border-radius: 50px;
    background-color: #fff;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.default-spacing-section {
    margin-top: 48px;
    margin-bottom: 48px;
}

.bg-glass {
    border-radius: 3.125rem;
    border-width: 1px;
    border-color: rgba(152, 191, 255, .1);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    background-clip: border-box;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgba(37, 65, 252, .2);
    --tw-shadow: var(--tw-shadow-colored);
}

.SubjectSection_innerContainer__O6e_u {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.spacer-module_bottom-5__1H7Np {
    margin-bottom: 1.5rem;
}

.spacer-module_all-0__JxUdI,
.spacer-module_default__LTC4S {
    margin: 0;
}

.HeadingWithUnderline_sBreakpointAlignmentcenter__EFzH8 {
    align-items: center;
}

.HeadingWithUnderline_wrapper__PsGqF {
    display: flex;
    flex-direction: column;
}

.heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexxlarge__1BLMa {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.25;
}

.heading-module_black__YD5fU {
    color: #3a343a;
}

.heading-module_sBreakpointAlignmentcenter__GmroZ {
    text-align: center;
}

.heading-module_wrapper__WGbyu {
    text-rendering: optimizelegibility;
    font-weight: 700;
    margin: 0;
}

/* .HeadingWithUnderline_wrapper__PsGqF:after {
    content: "";
    display: block;
    height: 7px;
    width: 70px;
    background: var(--yellow);
    margin-top: 1rem;
} */
.SubjectSection_mainLinkAbsolute__QsBwx {
    position: absolute;
    top: -1rem;
}

.right-0 {
    right: 0;
}

.ease-in-out {
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
    transition-duration: .3s;
}

.transition-all {
    transition-property: all;
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.no-underline {
    text-decoration-line: none;
}

.text-fl-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(222 0 165 / var(--tw-text-opacity));
}

.font-\[700\],
.font-bold {
    font-weight: 700;
}

.font-europa {
    font-family: Europa, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative;
}

.before\:content-\[\"\"\]:before {
    --tw-content: "";
    content: var(--tw-content);
}

.before\:ease-in-out:before {
    content: var(--tw-content);
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
}

.before\:duration-300:before {
    content: var(--tw-content);
    transition-duration: .3s;
}

.before\:transition-all:before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.before\:opacity-0:before {
    content: var(--tw-content);
    opacity: 0;
}

.before\:bg-fl-pink-700:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(222 0 165 / var(--tw-bg-opacity));
}

.before\:-translate-x-1\/2:before {
    content: var(--tw-content);
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:w-0:before {
    content: var(--tw-content);
    width: 0;
}

.before\:h-px:before {
    content: var(--tw-content);
    height: 1px;
}

.before\:left-1\/2:before {
    content: var(--tw-content);
    left: 50%;
}

.before\:bottom-1\.5:before {
    content: var(--tw-content);
    bottom: .375rem;
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
}

.scroll-container {
    overflow: hidden;
}

.scroll-content {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-container {
    scroll-behavior: smooth;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ease-in-out {
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
    transition-property: all;
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.rounded-\[50px\] {
    border-radius: 50px;
}

.scroll-content {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.w-\[80\%\] {
    width: 80%;
}

.h-\[24px\] {
    height: 24px;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexlarge__76J8a {
    font-size: 27px;
    font-size: 22px;
    line-height: 1.25;
}

.heading-module_sBreakpointAlignmentleft__teLQ4 {
    text-align: left;
}

.body1 {
    font-size: 16px;
    line-height: 24px;
}

.ContentTab_description__QaGze {
    display: block;
}

.spacer-module_bottom-4__PBRr2 {
    margin-bottom: 1rem;
}

.spacer-module_all-0__JxUdI,
.spacer-module_default__LTC4S {
    margin: 0;
}

.text-module_isRegular__cAvX9.text-module_sBreakpointSizesmall__6hBFg {
    font-size: 16px;
    font-size: .8888rem;
    line-height: 1.5;
}

.pl-\[18px\] {
    padding-left: 18px;
}

.border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.border-solid {
    border-style: solid;
}

.border-l-2 {
    border-left-width: 2px;
}

svg:not(:root) {
    overflow: hidden;
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.absolute {
    position: absolute;
}

.leading-\[21px\] {
    line-height: 21px;
}

.font-\[700\],
.font-bold {
    font-weight: 700;
}

.text-\[14px\] {
    font-size: 14px;
}

.duration-300 {
    transition-duration: .3s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.shadow-center-lg {
    --tw-shadow: 0 0 15px -3px rgba(0, 0, 0, .5), 0 0 6px -2px rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 0 15px -3px var(--tw-shadow-color), 0 0 6px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.leading-\[24px\] {
    line-height: 24px;
}

.font-normal {
    font-weight: 400;
}

.text-\[16px\] {
    font-size: 16px;
}

.gap-x-\[48px\] {
    -moz-column-gap: 48px;
    column-gap: 48px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.h-\[45px\] {
    height: 45px;
}

.flex {
    display: flex;
}

.mb-\[56px\] {
    margin-bottom: 56px;
}

.m-auto {
    margin: auto;
}

.to-white\/0 {
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
}

.from-fl-pink-600\/80 {
    --tw-gradient-from: rgba(245, 13, 192, .8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(245, 13, 192, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.z-10 {
    z-index: 10;
}

.inset-0 {
    inset: 0;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-\[16px\] {
    padding: 16px;
}

.h-\[280px\] {
    height: 280px;
}

.pb-\[10px\] {
    padding-bottom: 10px;
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}

.gap-\[20px\] {
    gap: 20px;
}

.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
}

#topSubjectsIndia [type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: var(--yellow);
    background-image: none;
    border: 0;
}


.tab-btn {
    position: relative;
    padding: 14px 19px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 7px;
    background-color: #004a4017 !important;
    transition: all 0.3s ease;
}

.tab-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    height: 100%;
    z-index: -1;
    width: 100%;
    opacity: .9;
    border-radius: 7px;
    background: linear-gradient(to right, #224f44, #065d55);
    transition: transform 0.3s ease-in-out;
}

.tab-btn.active::after {
    transform: translateX(-50%) scaleX(1);
}

.tab-btn.active {
    color: #ffffff !important;
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}

.bg-fl-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(222 0 165 / var(--tw-bg-opacity));
}

.rounded-md {
    border-radius: .375rem;
}

.p-4 {
    padding: 1rem !important;
}

.tab-btn-new {
    background: var(--dark-gray);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tab-btn-new:hover {
    background: #d5d52b45;
    color: #313e3b;
    padding: 10px;
    font-weight: 600;
}

@media (min-width: 1280px) {
    .xl\:gap-\[74px\] {
        gap: 74px;
    }
}

@media screen and (min-width: 900px) {
    .ContentTab_infoContainer___R9Aq {
        padding-right: clamp(.125rem, .125rem + .1vw, .125rem);
        margin-left: clamp(3rem, 3rem + 2vw, 3rem);
    }
}

@media screen and (min-width: 680px) and (max-width: 1599px) {
    .heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexxlarge__1BLMa {
        font-size: 2rem;
        line-height: 1.25;
    }

    .heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexlarge__76J8a {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .text-module_isRegular__cAvX9.text-module_sBreakpointSizesmall__6hBFg {
        font-size: 17px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 767px) {
    .md\:gap-\[10px\] {
        gap: 10px;
    }

    .SubjectSection_mainLinkAbsolute__QsBwx {
        display: none;
    }

    .bg-glass {
        border-radius: 0;
        box-shadow: 0;
        --tw-shadow-color: 0;
        --tw-shadow: 0;
    }
}

@media (min-width: 768px) {
    .md\:gap-\[10px\] {
        gap: 10px;
    }

    /* .SubjectSection_mainLinkAbsolute__QsBwx {
        display: none;
    } */
}

@media screen and (min-width: 680px) {
    .SubjectSection_container__NX2Mf {
        padding: 40px 30px 32px;
    }

    .default-spacing-section {
        margin-top: 124px;
        margin-bottom: 124px;
    }

    .SubjectSection_mainLinkAbsolute__QsBwx {
        top: -1.5rem;
    }

    .ContentTab_contentTabContainer__x0W8F {
        display: flex;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .ContentTab_infoContainer___R9Aq.ContentTab_hasCourses__ZLHAV {
        grid-column: span 2 / span 2;
    }

    .ContentTab_courseCardSliderContainer__GPxWM {
        grid-column: span 3 / span 3;
        margin-left: clamp(1rem, 1rem + .5vw, 1rem);
    }
}

@media (min-width: 640px) {
    .sm\:justify-center {
        justify-content: center;
    }
}

/* section 2 css */

/* section 3 logos css */
.heading-module_isRegular__zTAaG.heading-module_sBreakpointSizexxlarge__1BLMa {
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.25;
}

#partners {
    background: url('../images/blur-bg.png') no-repeat center center;
    padding: 0;
}

.logo-line-first {
    display: flex;
    gap: 54px;
    overflow-x: hidden;
    justify-content: center;
    flex-direction: row;
}

.partnerSwiper {
    width: 100%;
    padding: 25px 0;
}

.partnerSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnerSwiper img {
    height: 40px;
    width: auto;
    object-fit: contain;
    opacity: .8;
}

.span-line-h2 {
    white-space: nowrap;
    color: #016b5c;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

@media screen and (max-width: 767px) {
    .logo-line-first {
        overflow-x: scroll;
        justify-content: start;
    }
}

/* section slider feedback 9th */
.bg-gradient-aztec-green {
    background-image: linear-gradient(to right bottom, #313e3b, #2e3b38, #2c3835, #293532, #27322f);
    padding: 80px 0;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.left-minus-100px {
    left: -100px;
}

.top-40px {
    top: 40px;
}

[data-top-bottom] {
    transition: transform .65s cubic-bezier(.23, 1, .32, 1);
}

.mb-20px {
    margin-bottom: 20px !important;
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1
}

.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box.feature-box-left-icon,
.feature-box.feature-box-left-icon-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.feature-box.feature-box-left-icon .feature-box-icon,
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 15px
}

.feature-box.feature-box-left-icon .feature-box-content,
.feature-box.feature-box-left-icon-middle .feature-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.feature-box.feature-box-left-icon .content-slide-up,
.feature-box.feature-box-left-icon-middle .content-slide-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box.feature-box-left-icon-middle {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left
}

.feature-box.feature-box-left-icon-middle .content-slide-up {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left
}

.feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.feature-box.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.feature-box .feature-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .content-slide-up {
    will-change: transform;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.feature-box .content-slide-up .text-visible {
    opacity: 0
}

.feature-box .border-hover {
    left: 0;
    bottom: -1px;
    width: calc(100% + 0px);
    height: 5px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s;
    transition: transform .5s;
    will-change: transform
}

.feature-box .feature-box-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s;
    transition: .5s
}

.feature-box .feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.feature-box .feature-box-icon-rounded .feature-box-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .feature-box-icon-rounded i {
    position: relative;
    z-index: 1;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .box-move-bottom-top {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .move-bottom-top {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0);
    opacity: 0
}

.feature-box:hover .box-move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .box-move-bottom-top .move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.feature-box:hover .border-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.feature-box:hover .feature-box-overlay {
    opacity: 1
}

.feature-box:hover .content-slide-up {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .content-slide-up .text-visible {
    opacity: 1
}

.feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-box:hover .feature-box-bg-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.feature-box:hover .feature-box-icon-rounded.border-color-transparent-on-hover {
    border-color: transparent !important
}

.feature-box:hover .feature-box-icon-rounded .feature-box-icon-hover {
    opacity: 1
}

.feature-box:hover .feature-box-content .underline-on-hover {
    color: var(--base-color)
}

.feature-box:hover .feature-box-content .underline-on-hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .dark-hover i,
.feature-box:hover .dark-hover span {
    color: #fff
}

.feature-box:hover .dark-hover [class*=text-gradient-] {
    color: var(--white);
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--white);
    -webkit-text-fill-color: var(--white)
}

.feature-box.border-bottom .feature-box-overlay,
.feature-box.border-top .feature-box-overlay {
    height: calc(100% + 1px)
}

.icon-with-text-style-03 * {
    word-break: initial
}

.icon-with-text-style-05 .feature-box {
    height: 100%
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title {
    left: -25%
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title.text-outline-color-dark-gray {
    -webkit-text-stroke-color: var(--base-color);
    opacity: 1
}

.icon-with-text-style-07 .feature-box-title {
    position: absolute;
    top: 30px;
    left: 50%;
    word-break: normal;
    width: 100%;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.icon-with-text-style-10 .feature-box-icon:before {
    width: 100%;
    height: 50%;
    background-color: var(--base-color);
    opacity: .12;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: .4s cubic-bezier(.12, 0, .39, 0);
    transition: .4s cubic-bezier(.12, 0, .39, 0)
}

.icon-with-text-style-10:nth-child(even) .feature-box-icon:before {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}

.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s cubic-bezier(.37, .8, .63, 1.2);
    transition: .3s cubic-bezier(.37, .8, .63, 1.2)
}

.icon-with-text-style-10:hover .feature-box-icon i {
    color: var(--white)
}

.icon-with-text-style-10:hover .feature-box-icon:before {
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.icon-with-text-style-11 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.icon-with-text-style-11 .text-box {
    opacity: 1
}

.icon-with-text-style-11 .text-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.icon-with-text-style-11:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.icon-with-text-style-11:hover .text-box-hover {
    opacity: 1
}

.icon-with-text-style-11:hover .text-box {
    opacity: 0
}

.image-gallery-style-01 .gallery-box .gallery-image {
    will-change: transform
}

.image-gallery-style-01 .gallery-box:hover img {
    opacity: .5;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.image-gallery-style-02 .gallery-box:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3
}

.image-gallery-style-03 .gallery-box i {
    opacity: 0;
    visibility: hidden
}

.image-gallery-style-03 .gallery-box img {
    -webkit-transform: scale(1.13) translateZ(0);
    transform: scale(1.13) translateZ(0)
}

.image-gallery-style-03 .gallery-box:hover i {
    opacity: 1;
    visibility: visible
}

.image-gallery-style-03 .gallery-box:hover img {
    opacity: .2;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.image-gallery-style-04 .gallery-box {
    will-change: transform
}

.image-gallery-style-04 .gallery-box img {
    width: 100%
}

.image-gallery-style-04 .gallery-box:hover img {
    opacity: .2
}

.image-gallery-style-05 .gallery-box {
    will-change: transform
}

.image-gallery-style-05 .gallery-box:hover img {
    opacity: .2
}

.image-gallery-style-06 .gallery-box {
    will-change: transform
}

.image-gallery-style-06 .gallery-box img {
    width: 100%
}

.image-gallery-style-06 .gallery-box .gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.image-gallery-style-06 .gallery-box .gallery-hover .gallery-title {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.image-gallery-style-06 .gallery-box:hover img {
    opacity: .2;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover {
    opacity: 1;
    visibility: visible
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover .gallery-title {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center !important
}

.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: 350ms cubic-bezier(.37, 0, .63, 1);
    transition: 350ms cubic-bezier(.37, 0, .63, 1)
}

.p-9 {
    padding: 9% !important
}

.testimonials-style-12 .swiper-button-next-nav {
    right: -8px
}

.testimonials-style-12 .swiper-button-next-nav:hover {
    opacity: 1
}

.testimonials-style-12 .swiper-button-previous-nav {
    left: -8px
}

.testimonials-style-12 .swiper-button-previous-nav:hover {
    opacity: 1
}

.feedback h2 {
    font-size: 35px;
}

.feedback .percentage h2 {
    font-size: 45px;
}

.feedback p {
    font-size: 16px;
    line-height: 1.75rem;
}

.opacity-4 {
    opacity: .4;
}

.w-80 {
    width: 80% !important;
}

.lh-44 {
    line-height: 2.75rem;
}

.lh-26 {
    line-height: 26px;
}

.w-55 {
    width: 55% !important;
}

.me-25px {
    margin-right: 25px !important;
}

.pe-25px {
    padding-right: 25px !important;
}

.text-center {
    text-align: center !important;
}

.border-1 {
    border-width: 1px !important;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.me-25px {
    margin-right: 25px !important;
}

.pe-25px {
    padding-right: 25px !important;
}

.text-center {
    text-align: center !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.h-55px {
    height: 55px !important;
}

.w-55px {
    width: 55px !important;
}

.mt-20px {
    margin-top: 20px;
}

/* Swiper navigation buttons */
.testimonials-style-12 .swiper-button-next-nav,
.testimonials-style-12 .swiper-button-previous-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

/* Icon inside */
.testimonials-style-12 .swiper-button-next-nav i,
.testimonials-style-12 .swiper-button-previous-nav i {
    font-size: 22px;
    color: #007bff;
    /* Change this to your theme color if needed */
    transition: color 0.3s ease;
}

/* Hover effect */
.testimonials-style-12 .swiper-button-next-nav:hover,
.testimonials-style-12 .swiper-button-previous-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.testimonials-style-12 .swiper-button-next-nav:hover i,
.testimonials-style-12 .swiper-button-previous-nav:hover i {
    color: #0056b3;
}

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

.bg-orange {
    background-color: #ef991f;
}

.border-radius-50px {
    border-radius: 50px !important
}

.ps-20px {
    padding-left: 20px !important
}

.pe-20px {
    padding-right: 20px !important
}

.lh-34 {
    line-height: 2.125rem;
}

.feedback .testimonials-style-12 p {
    font-size: 16px;
    line-height: 1.75rem;
    color: gray;
    padding-top: 15px;
}

.clients-style-05 .client-box {
    position: relative;
    -webkit-transition: .3s cubic-bezier(.12, 0, .39, 0);
    transition: .3s cubic-bezier(.12, 0, .39, 0)
}

.clients-style-05 .client-box img {
    z-index: 2;
    position: relative
}

.clients-style-05 .client-box:hover {
    opacity: .5;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.h-40px {
    height: 40px !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.feedback .clients-style-05 {
    display: flex;
}

.fs-18 {
    font-size: 18px;
}

.lh-20 {
    line-height: 20px;
}

.fw-600 {
    font-weight: 600;
}

.mb-20px {
    margin-bottom: 20px !important
}

.mb-25px {
    margin-bottom: 25px !important
}


@media (max-width: 1399px) {
    .xl-w-60 {
        width: 60% !important;
    }
}

@media (max-width: 1199px) {
    .lg-w-100 {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .feedback .clients-style-05 {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .xs-h-350px {
        height: 350px !important;
    }
}


/* section slider feedback 9th end */

/* section 10th  */
.content-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.background-no-repeat {
    background-repeat: no-repeat;
}

.background-position-left-top {
    background-position: left top !important;
}

.right-0px {
    right: 0;
}

.top-30px {
    top: 30px;
}

.z-index-1 {
    z-index: 1;
}

.top-minus-40px {
    top: -40px;
}

.fw-600 {
    font-weight: 600 !important;
}

.ls-minus-3px {
    letter-spacing: -3px !important;
}

.content-section h2 {
    font-size: 45px;
    line-height: 51px;
    margin-bottom: 30px;
}

.content-section .btn.btn-dark-gray {
    background-color: var(--dark-gray);
    color: var(--white);
}

.content-section .btn.btn-switch-text.btn-large {
    padding: 0;
}

.content-section .btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.content-section .btn.btn-rounded.btn-large {
    padding: 10px 36px;
    color: var(--white);
    background: var(--dark-gray);
    padding: 7px 22px;
    height: fit-content;
    font-size: 17px;
    line-height: 30px;
    border-radius: 10px;
}

.content-section .btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: auto;
    height: auto;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.lh-24 {
    line-height: 24px;
}

.mt-minus-1 {
    margin-top: -1%;
}

.mt-minus-12 {
    margin-top: -12%;
}

.ps-30px {
    padding-left: 30px !important
}

.pe-30px {
    padding-right: 30px !important
}

.fw-700 {
    font-weight: 700 !important;
}

.ls-minus-1px {
    letter-spacing: -1px !important;
}

.fs-100 {
    font-size: 6.25rem;
    line-height: 6.25rem;
}

.pt-30 {
    padding-top: 30% !important;
}

.pt-20 {
    padding-top: 20% !important;
}

.content-section .feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}

.mt-25 {
    margin-top: 25% !important;
}

.mt-20 {
    margin-top: 20% !important
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.opacity-1 {
    opacity: .1;
}

.content-section .fs-100 {
    font-size: 6.25rem;
    line-height: 6.25rem;
}

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

.top-0px {
    top: 0;
}

.content-section .feature-box-content {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    color: #828c8a;
}

.content-section .feature-box-content p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    color: #828c8a;
}

.h-3px {
    height: 3px !important;
}

.w-60px {
    width: 60px !important;
}

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

.btn.btn-switch-text.btn-large>span {
    padding: 13px 32px;
    font-size: 15px;
}

.content-section .btn.btn-switch-text>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.content-section .btn i {
    position: relative;
    margin-left: 6px;
}

.text-decoration-line-bottom {
    border-bottom: 1px solid;
}

@media (min-width:576px) {
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .md-position-relative {
        position: relative !important;
    }

    .sm-pt-40px {
        padding-top: 40px !important;
    }

    .xs-mt-30px {
        margin-top: 30px !important;
    }

}

/* contact us link section  */
.mt-5 {
    margin-top: 5% !important;
}

.me-10px {
    margin-right: 10px !important;
}

.text-decoration-line-bottom-medium {
    border-bottom: 2px solid;
}

/* contact us link section end */

/* news-letetr section */
.newsletter-form {
    background: url('../images/demo-elearning-bg-06.png') no-repeat left bottom;
    padding: 40px 67px;
    border-radius: 15px;
}

.theme-footer-1__newsletter .newsletter-form {
    width: 100%;
}

.border-radius-6px {
    border-radius: 6px !important;
}

.bg-base-color {
    background-color: #d5d52b;
}

.btn-start-now {
    font-size: 16px !important;
    padding: 15px 22px;
    background-color: #313e3b;
    color: var(--white);
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    border: 2px solid #313e3b;
}

.btn-start-now:hover {
    background-color: transparent;
    color: #313e3b;
    border: 2px solid #313e3b;
}

.btn-start-now .fa-regular {
    color: rgb(255 255 255 / 80%);
}

.btn-start-now:hover .fa-regular {
    color: rgb(49 62 59 / 80%);
}

.outline-btn {
    font-size: 16px !important;
    padding: 15px 22px;
    background-color: transparent;
    color: #313e3b;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #313e3b;
    transition: all 0.3 ease;
}

.outline-btn:hover {
    background-color: #313e3b;
    color: #fff;
}

.outline-btn .fa-sign-in {
    color: rgb(49 62 59 / 80%);
    transition: all 0.3 ease;
}

.outline-btn:hover .fa-sign-in {
    color: rgba(255, 255, 255, 0.8);
}

.btn-start-call {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding: 15px 38px;
    background-color: #313e3b00;
    color: #313e3b;
    border-radius: 50px;
}

.newsletter-form h6 {
    color: #313e3b;
    font-size: 27px;
    line-height: 33px;
    font-weight: 800;
}

.newsletter-form .col-auto {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}


@media screen and (max-width: 767px) {
    .newsletter-form {
        padding: 25px 35px;
    }

    .newsletter-form .col-auto {
        flex-direction: column;
        align-items: center;
    }

    .mt-xs-5 {
        margin-top: 7% !important;
    }
}

/* news-letetr section end */

.last-contact-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.information-cards-section__item-card {
    transition: all 0.3s ease;
    border: 1px solid #00433a4a;
    box-shadow: 2px 2px #00433aa8;
}

.text-number {
    color: #01372f;
    font-size: 29px;
    margin-bottom: 0;
    background: #d5d52b14;
    padding: 7px 19px;
    border-radius: 48px;
    box-shadow: inset 3px 3px 15px #d5d52b29;
    margin-right: 10px;
}

.two-columns-hero-section__main-img,
.two-columns-hero-section__main-img img {
    border-radius: 32px;
}

.two-columns-hero-section__main-img {
    width: 550px;
    height: 500px;
}

.two-columns-hero-section__overlay-img {
    width: 300px;
    height: auto;
    position: absolute;
    bottom: -44px;
    right: -51px;
    z-index: 2;
    animation: two-columns-hero-section-up-down-animation 1s infinite alternate;
}



@keyframes two-columns-hero-section-up-down-animation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.background-size-auto {
    background-size: auto !important;
}

@media screen and (max-width: 767px) {
    .last-contact-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
    }

    .content-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .information-cards-section__item-col {
        margin-bottom: 20px;
    }

    .two-columns-hero-section__main-img {
        width: 100%;
        height: 100%;
    }

    .two-columns-hero-section__overlay-img {
        right: 0;
    }
}


.your-learning .course-grid-card-1__image {
    padding: 20px;
    height: 155px;
    border-radius: 6px;
}

.your-learning .course-title {
    font-size: 22px;
}

.your-learning .top-merge {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.your-learning .course-grid-card-1__image img {
    border-radius: 5px !important;
    width: 50px;
}

.your-learning .text-c {
    color: var(--dark-gray);
    font-size: 17px;
    line-height: 22px;
}

.your-learning .css-vac8rf {
    margin: 0px;
    letter-spacing: 0;
    color: #5b6780;
    font-size: 17px;
}

.your-learning .course-metadata {
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
}

.your-learning .btn-course {
    background: #d5d52b;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.your-learning .inner-column {
    margin: 20px 0;
}

/* popular-skills Wrapper + background */
.popular-skills {
    padding: 70px 0 !important;
}

.popular-skills__wrapper {
    padding-top: 20px;
    padding-bottom: 0;
    /* border-top: 1px solid #01372f3b; */
    margin-top: 20px;
}

/* Left column */
.popular-skills__left {
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, #f2f8f7, #f5fafa, #f9fbfd, #fcfdfe, #fff);
    padding: 35px 25px;
    border-radius: 11px;
}

.popular-skills__eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: rgba(15, 23, 42, 0.7);
}

.popular-skills__left-title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #111827;
}

.popular-skills__primary-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #4f46e5;
    text-decoration: none;
    margin-bottom: 6px;
}

.popular-skills__primary-link::after {
    content: "›";
    font-size: 16px;
    margin-left: 4px;
}

.popular-skills__primary-link:hover {
    text-decoration: underline;
}

.popular-skills__learners {
    font-size: 12px;
    color: rgba(15, 23, 42, 0.7);
    margin-bottom: 16px;
}

/* Button */
.popular-skills__btn {
    padding: 10px 18px;
    color: var(--dark);
    border-radius: 10px;
    border: 1px solid #01372f14;
    font-weight: 500;
    margin-top: 70px;
    cursor: pointer;
    background: #d5d52b;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: var(--font-family-rtl);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.popular-skills__btn:hover {
    background: #01372f;
    color: #fff;
    box-shadow: 0 8px 18px rgba(79, 70, 229, 0.25);
}

/* Right columns */
.popular-skills__column {
    margin-bottom: 0;
}

.popular-skills__heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111827;
}

/* Skill items */
.popular-skills__item {
    display: flex;
    flex-direction: column;
    padding: 8px 10px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.15s ease, transform 0.15s ease;
}

.popular-skills__item span:first-child {
    font-size: 17px;
    font-weight: 500;
    color: #264341;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular-skills__count {
    font-size: 15px;
    color: rgb(155 155 155);
    margin-top: 4px;
}

.popular-skills__item:hover {
    background: rgb(213 213 43 / 17%);
    /*transform: translateY(0px);*/
}

.popular-skills h2 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 8px;
}

.popular-skills__wrapper .popular-skills__column h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding: 10px 0px;
    margin-left: 11px;
    border-bottom: 1px solid rgb(1 55 47 / 10%);
}

.feedback .text-p {
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    max-width: 100%;
    margin-bottom: 30px;
}

.simple-breadcrumb-hero {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.simple-breadcrumb-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple-breadcrumb-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.25));
}

.simple-breadcrumb-hero__content {
    position: relative;
    z-index: 2;
    max-width: 730px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.simple-breadcrumb-hero__content h1 {
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-family: "Inter", Sans-serif;
    font-size: 65px;
    font-weight: 900;
    line-height: 65px;
}

.simple-breadcrumb-hero__content p {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 20px;
}

/* Breadcrumb */
.simple-breadcrumb {
    font-size: 14px;
    opacity: 0.9;
}

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

.simple-breadcrumb span {
    margin: 0 4px;
}

.simple-breadcrumb .active {
    font-size: 16px;
    color: var(--yellow);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.help-search-box {
    display: flex;
    max-width: 700px;
    margin: -40px auto 0;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.help-search-box input {
    flex: 1;
    border: none;
    padding: 18px 24px;
    font-size: 16px;
    outline: none;
}

.help-search-box button {
    background: var(--teal);
    border: none;
    padding: 0 28px;
    color: #fff;
    font-size: 18px;
}

.help-card {
    display: block;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    height: 100%;
    border: 1px solid #d5d52b;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.help-card i {
    font-size: 34px;
    color: #01372f;
    margin-bottom: 15px;
}

.help-card h5 {
    margin-bottom: 8px;
    color: #484848;
    font-size: 17px;
    line-height: 23px;
}

.help-card p {
    color: #484848;
}

.help-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.help-article-list {
    list-style: none;
    padding: 0;
}

.help-article-list li {
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
}

.help-article-list li a {
    color: #484848;
    font-size: 16px;
}

.mb--30 {
    margin-bottom: 30px;
}

.floating-support {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.floating-support a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #003e34;
    color: #fff;
    border: 1px solid #d5d52b;
    padding: 14px 18px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.floating-support a i {
    font-size: 14px;
    padding-right: 17px;
}

.floating-support a:hover {
    transform: translateY(-3px);
    background: #003e34;
    box-shadow: 0 12px 30px #d5d52b38;
}

.sitemap-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}

.sitemap-breadcrumb a {
    color: #01483e;
    text-decoration: none;
}

.sitemap-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sitemap-section-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.sitemap-highlight-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #01483e;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.sitemap-columns h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.sitemap-columns ul {
    list-style: none;
    padding: 0;
}

.sitemap-columns ul li {
    margin-bottom: 12px;
}

.sitemap-columns ul li a {
    color: #01483e;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.sitemap-columns ul li a:hover {
    text-decoration: underline;
}

/* Sidebar */
.sitemap-sidebar .sidebar-block {
    margin-bottom: 40px;
}


.sitemap-sidebar ul {
    list-style: none;
    padding: 0;
}

.sitemap-sidebar ul li {
    margin-bottom: 12px;
}

.sitemap-sidebar ul li a {
    color: #01483e;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

/* Sidebar base */
.sitemap-sidebar .sidebar-block {
    margin-bottom: 30px;
    border: 1px solid #01483ead;
    padding: 20px;
    background: #01483e08;
    border-radius: 10px;
}

.sitemap-sidebar h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 4px solid var(--yellow);
    padding-top: 0;
}

/* Stories list */
.story-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.story-list li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.story-list li:last-child {
    border-bottom: none;
}

.story-list a {
    color: #313e3b;
    font-weight: 500;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.story-list a:hover {
    text-decoration: underline;
}

/* Story with image */
.story-with-image {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.story-with-image img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

/* Register box */
.sidebar-register {
    border-top: 4px solid #01483e;
    padding-top: 20px;
}

.sidebar-register p {
    font-size: 16px;
    margin-bottom: 10px;
}

.sidebar-register .small-text {
    font-size: 16px;
    color: #555;
}

.register-btn {
    display: inline-block;
    margin-top: 15px;
    background: #01483e;
    color: #fff;
    padding: 12px 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}

.register-btn:hover {
    background: #01483e;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.help-search-box {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.help-search-box input {
    flex: 1;
    border: none;
    padding: 14px 20px;
    outline: none;
}

.help-search-box button {
    background: #003e34;
    color: #fff;
    border: none;
    padding: 0 22px;
}

.help-sidebar {
    border-right: 1px solid #e6e6e6;
}

.help-sidebar-list {
    list-style: none;
    padding: 0;
    width: 90%;
}

.help-content {
    padding-left: 20px;
}

.help-sidebar-list li {
    margin-bottom: 6px;
}

.help-sidebar-list li a {
    display: block;
    padding: 10px 14px;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.help-sidebar-list li.active a,
.help-sidebar-list li a:hover {
    background: #d5d52b;
    color: #333;
    font-weight: 600;
}

.help-title {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 10px;
}

.help-sidebar h6 {
    font-size: 16px;
    padding-bottom: 20px;
}

.help-meta {
    font-size: 16px;
    color: #01483e;
    padding-bottom: 20px;
}

.help-content p {
    margin-top: 10px;
    color: #484848;
    font-size: 17px;
    line-height: 27px;
    max-width: 100%;
    text-align: start;
}

.help-bullet-list {
    margin-top: 20px;
}

.help-bullet-list li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.help-topbar {
    background: #fff;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.help-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Breadcrumb */
.help-breadcrumb {
    font-size: 16px;
    color: #555;
}

.help-breadcrumb a {
    color: #01483e;
    text-decoration: none;
    font-size: 16px;
}

.help-breadcrumb span {
    margin: 0 6px;
}

.help-breadcrumb .active {
    color: #111;
    font-weight: 500;
}

/* Search box */
.help-top-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 30px;
    min-width: 240px;
}

.help-top-search i {
    color: #888;
    font-size: 16px;
}

.help-top-search input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
}

.social-div {
    width: fit-content;
    background: #01372f;
    padding: 10px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-div:hover {
    background: #303d3a;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px #d5d52b85;
}

.social-div img {
    width: 24px;
}

.social-icon-wrap {
    display: flex;
    gap: 10px;
}

.wrap-social {
    display: flex;
    gap: 10px;
    padding-top: 30px;
}

.blog-section .information-cards-section__image.enable-image-padding {
    padding: 0;
    padding-bottom: 20px;
}

.blog-section .information-cards {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 13px #c1c8d173;
    border-radius: 10px;
    border: 1px solid #00433a4a;
    margin-bottom: 20px;
}

.information-cards-content .btn-blog {
    padding: 0;
    color: #01372f;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.information-cards-content p {
    color: #4a5464;
    font-size: 16px;
    line-height: 23px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.information-cards-content h3 {
    line-height: 26px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    height: 51px;
    font-size: 20px;
    font-weight: 500;
}

.information-cards .btn-blog img {
    margin-left: 7px;
    width: 17px;
    transform: rotate(326deg);
}

.blog-detail .img-section img {
    border-radius: 9px;
    margin-bottom: 30px;
    width: 100%;
}

.blog-detail .help-content {
    padding-right: 20px;
    padding-left: 0;
}

.blog-detail .help-sidebar {
    border-left: 1px solid #e6e6e6;
    border-right: 0;
}

.blog-detail .help-sidebar h6 {
    font-size: 20px;
    padding-bottom: 20px;
}

.blog-detail .help-meta span {
    background: #d5d52b47;
    padding: 4px 15px;
    border-radius: 20px;
    border: 1px solid var(--yellow);
    color: #01483e;
}

.investor-snapshot-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding: 40px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    text-align: center;
    border: 1px solid #01483d30;
}

.snapshot-value {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.snapshot-label {
    font-size: 15px;
    color: #01372f
}

.investor-description {
    max-width: 1000px;
    margin: 0 auto;
    color: #484848;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
}

.investor-glance-section {
    background: #5b2cc9;
    padding: 80px 0;
    color: #fff;
}

.investor-glance-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
}

.investor-glance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    text-align: center;
}

.glance-item h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.glance-item p {
    font-size: 15px;
    opacity: 0.9;
}

/* Note */
.investor-glance-note {
    max-width: 820px;
    margin: 50px auto 0;
    font-size: 13px;
    opacity: 0.85;
    text-align: center;
}

.investor-glance-note p {
    font-size: 16px;
    line-height: 28px;
}

.investor-glance-note p span {
    color: var(--yellow)
}

.impact-slider-section {
    padding: 80px 0;
    background: #fff;
}

.impact-slider {
    position: relative;
    overflow: hidden;
}

.impact-slide {
    display: none;
    align-items: center;
    gap: 60px;
}

.impact-slide.active {
    display: flex;
}

.impact-media {
    flex: 1.2;
}

.video-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background: rgba(91, 44, 201, 0.9);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.impact-content {
    flex: 1;
}

.impact-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.impact-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

/* Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 28px;
    color: #5b2cc9;
    cursor: pointer;
}

.slider-nav.prev {
    left: -40px;
}

.slider-nav.next {
    right: -40px;
}

/* Slider wrapper */
.impact-slider {
    position: relative;
}

/* Navigation arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: var(--yellow);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 20;
}

.slider-nav img {
    width: 16px;
    height: auto;
}

.slider-nav.prev {
    left: -56px;
    /* fully visible outside */
}

.slider-nav.prev img {
    transform: rotate(180deg);
}

.slider-nav.next {
    right: -56px;
}

.impact-slider-section .container {
    overflow: visible;
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal.active {
    display: flex;
}

.video-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.video-modal-content {
    position: relative;
    max-width: 900px;
    width: 90%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.video-modal video {
    width: 100%;
    height: auto;
    display: block;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.video-modal-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.impact-slider-section,
.impact-slider,
.impact-slide {
    overflow: visible;
}

.about-section {
    padding-bottom: 0 !important;
}

.about-section .single-instructor-hero-section__contents .single-instructor-hero-section__description {
    font-size: 18px;
    line-height: 28px;
    color: var(--dark);
    padding-top: 25px;
    padding-bottom: 10px;
}

.news-strip {
    width: 100%;
    background: linear-gradient(90deg, #31332b, #263842);
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 500;
}

.news-strip p {
    margin: 0;
}

.news-strip a {
    color: #ffffff;
    text-decoration: none;
}

.news-strip a:hover {
    text-decoration: underline;
}

.about-section .two-columns-hero-section__main-img,
.two-columns-hero-section__main-img img {
    border-radius: 9px;
}

.logo-section {
    background: #ffffff;
    padding: 6.4rem 0 2.4rem;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 40px 60px;
    align-items: center;
    justify-items: center;
}

.logo-grid img {
    max-height: 40px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.55;
    transition: all 0.3s ease;
}

.logo-grid img:hover {
    opacity: 0.8;
}

.info-section {
    padding: 80px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.info-card {
    max-width: 340px;
}

.top-line {
    display: block;
    width: 120px;
    height: 6px;
    margin-bottom: 24px;
}

.top-line.purple {
    background-color: #b5b500;
}

.top-line.indigo {
    background-color: #00bb9f;
}

.top-line.teal {
    background-color: #f27474;
}

.info-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111;
}

.info-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 24px;
}

.info-link {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.info-link span {
    font-size: 20px;
}

.info-link.purple {
    color: #b5b500;
}

.info-link.indigo {
    color: #00bb9f;
}

.info-link.teal {
    color: #f27474;
}

.info-link:hover {
    text-decoration: underline;
}

.newsletter-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(1 73 62 / 74%), rgb(135 135 29 / 70%));
    backdrop-filter: blur(26px);
    color: #fff;
    padding: 30px 24px;
    z-index: 9999;
    border-top: 1px solid #fff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

.newsletter-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.newsletter-content p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    max-width: 700px;
    font-weight: 300;
}

.newsletter-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.newsletter-btn {
    background: var(--yellow);
    color: #01372f;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;
    border: 1px solid #01372f;
}

.newsletter-btn:hover {
    opacity: 0.9;
}

.newsletter-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.using-inatuni-section .inner-content h4 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding-bottom: 17px;
    padding-top: 20px;
}

.using-inatuni-section .inner-content .text-p {
    color: #484848;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 12px;
    margin-top: 0;
}

.using-inatuni-section .inner-content p i {
    margin-right: 10px;
    color: #01483e;
}

.using-inatuni-section .last-tag {
    font-size: 19px;
    padding: 20px 0;
    color: #01372f;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--yellow);
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}

.review-hero-section .two-columns-hero-section__main-img {
    width: 100%;
    height: 455px;
}

.reviews-section {
    max-width: 900px;
    margin: auto;
    padding: 40px 20px;
    padding-bottom: 100px;
    font-family: Arial, sans-serif;
}

.reviews-header {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 15px;
}

.rating-summary {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}

.stars {
    color: #f5b400;
    font-size: 16px;
    display: flex;
    gap: 4px;
}

.powered {
    font-size: 13px;
    color: #777;
    margin-top: 3px;
}

.reviews-controls {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.reviews-controls input,
.reviews-controls select {
    padding: 14px;
    width: 100%;
    border: 1px solid #01372f3d;
    border-radius: 5px;
}

.review-card {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.avatar {
    background: #d5d52b;
    color: #01372f;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.review-text {
    font-size: 16px;
    padding: 7px 0;
}

.course {
    color: gray;
    font-size: 15px;
}

.verified {
    color: #0558db;
    font-size: 15px;
}

.review-stars {
    color: #f5b400;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
    font-family: 'Inter';
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.pagination button {
    padding: 6px 13px;
    border: none;
    background: #eee;
    cursor: pointer;
}

.pagination button.active {
    background: var(--yellow);
    color: #fff;
}

.helpful {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #555;
}

.help-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: #555;
}

.help-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.help-btn.active {
    color: #5b2cff;
    font-weight: 600;
}

.learning-guide-hero-section {
    padding: 70px 0;
}

.learning-guide-hero-section .btn {
    border: 0;
    text-transform: capitalize;
    letter-spacing: .5px;
    width: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: var(--white);
    background: var(--dark-gray);
    padding: 7px 22px;
    height: fit-content;
    font-size: 17px;
    line-height: 30px;
    border-radius: 10px;
}

.learning-guide-hero-section .sign-in {
    font-size: 16px;
    margin-top: 10px;
}

.learning-guide-hero-section .sign-in a {
    font-weight: 600;
    color: #01372f;
}

.share-guide {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.share-guide h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.share-guide p {
    color: #555;
    font-size: 16px;
}

.share-icons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 25px 0;
}

.share-icons a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    color: #004a40;
    font-size: 20px;
    transition: all 0.2s ease;
}

.share-icons a:hover {
    background: #d5d52b;
    color: #01372f;
    border-color: #004a40;
}

.share-faq {
    margin-top: 30px;
    font-size: 14px;
}

.share-faq a {
    color: #004a40;
    text-decoration: none;
}

.share-faq a:hover {
    text-decoration: underline;
}

.btn-section a {
    font-size: 20px;
    color: #004a40;
    font-weight: 600;
    background: rgb(213 213 43 / 20%);
    padding: 9px 12px;
    border-radius: 7px;
}

.text-p-large {
    font-size: 23px;
    line-height: 37px;
    color: #555;
}

.text-p-large a {
    color: #01483e;
    font-weight: 500;
}

.certificate-section {
    padding: 70px 0;
}

.certificate-blue {
    background: #0b5ed7;
    color: #ffffff;
}

.certificate-peach {
    background: #ff9f8a;
    color: #ffffff;
}

.certificate-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.certificate-content p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.95;
}

.certificate-image img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.know-us-section .why-us_card-item img {
    width: 50px;
    text-align: center;
}

.know-us-section .why-us_card-item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
}

.know-us-section .why-us_card-item .inner-text {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 23px;
    padding: 18px 0;
    padding-top: 0;
    text-align: center;
    min-height: 140px;
    padding: 18px 0;
    padding-top: 0;
    text-align: center;
    min-height: 140px;
    font-size: 16px;
    color: #2a2a2a;
    margin: 0;
    line-height: 30px;
    height: 173px;
}

.know-us-section .why-us_card-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #01372f;
    border: 1px solid #cbcbcb;
    padding: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.know-us-section .why-us_card-item a:hover {
    background-color: #003e34;
    color: #fff;
}

.know-us-section .why-us_card-item a svg path {
    transition: stroke 0.3s ease, transform 0.3s ease;
    stroke: #01372f;
}

.know-us-section .why-us_card-item a:hover svg path {
    stroke: #fff;

}

.a_explore_course {
    text-decoration: underline;
    color: #01372f;
    font-size: 16px;
    font-weight: bold;
}

.dark-green {
    color: #01372f;
    text-decoration: underline;
}

.location-box {
    border: 2px solid #c8f7dc;
    /* light green border */
    background-color: #f3fff7;
    /* very light green bg */
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    display: flex;
}

.why-us_card-item {
    width: 100%;
}

/* Optional: spacing + clean look */
.inner-title {
    margin-bottom: 10px;
}

.inner-text {
    margin-bottom: 0;
    color: #555;
}

.know-us-section .why-us_card-item {
    padding: 30px 25px;
    padding-bottom: 0;
    /* border-right: 1px solid #01372f40; */
}

.know-us-section .col-md-3:last-child .why-us_card-item {
    border-right: 0;
}

.impact-section .single-instructor-hero-section__contents .hybrid-information-section-4-images-text-section__statistic-item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

.impact-section .single-instructor-hero-section__contents {
    padding: 0;
}

.impact-section .single-instructor-hero-section__contents .hybrid-information-section-4-images-text-section__statistic-item span {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #004a40;
}

.impact-section .single-instructor-hero-section__contents .hybrid-information-section-4-images-text-section__statistic-item img {
    opacity: 1;
    margin-bottom: 10px;
    width: 50px;
}

.impact-section .single-instructor-hero-section__contents .hybrid-information-section-4-images-text-section__statistic-item {
    /*background: #ffffff;*/
    padding: 20px;
    /*border: 1px solid #d5d52b9e;*/
    /*border-radius: 5px;*/
    text-align: center;
}

.impact-section .stright-line {
    border-top: 1px solid;
    width: 100px;
    border-color: #d5d52b;
    border-width: 2px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 5px;
}

.learn-new .text-number {
    color: #72353e;
    font-size: 28px;
    margin-bottom: 0;
    background: linear-gradient(45deg, rgb(62 165 253 / 20%), rgb(218 63 68 / 20%), rgb(233 151 91 / 20%));
    padding: 8px 19px;
    border-radius: 48px;
    box-shadow: inset 3px 3px 15px #d5d52b29;
    margin-right: 10px;
}

.policy-page .theme-footer-1__newsletter {
    display: none !important;
}

.policy-page .simple-breadcrumb-hero__content {
    position: relative;
    z-index: 2;
    max-width: 730px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.policy-page .simple-breadcrumb-hero__content h1 {
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    color: var(--primary);
    margin-top: 20px;
}

.policy-page .simple-breadcrumb span,
.policy-page .simple-breadcrumb a {
    color: var(--primary);
    text-decoration: none;
}

.policy-page .headline {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 6px;
    font-family: 'Inter';
    font-weight: 500;
}

.policy-page .text-p {
    margin-top: 0;
    color: #484848;
    font-size: 16px;
    line-height: 28px;
}

.wrap-text {
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
    gap: 12px;
    padding-top: 0;
}

.wrap-text span {
    color: #484848;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Inter';
}

.wrap-text-with-sub {
    display: flex;
    flex-direction: column;
}

.wrap-text-inner {
    padding-left: 53px;
    display: flex;
    gap: 12px;
    padding-top: 10px;
}

.wrap-text-inner ul {
    margin-top: 10px;
}

.wrap-text-inner ul li {
    list-style: none;
    color: #484848;
    font-size: 16px;
    line-height: 28px;
    padding-left: 0;
}

.wrap-text-inner ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--yellow);
    border-radius: 20px;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.policy-page b {
    font-weight: 600;
}

.wrap-text ul li {
    list-style: none;
    color: #484848;
    font-size: 16px;
    line-height: 28px;
    padding-left: 0;
    font-family: 'Inter';
}

.wrap-text ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--yellow);
    border-radius: 20px;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.wrap-text ul {
    margin-top: 10px;
}

.policy-content a {
    color: #004a40;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.policy-content .link {
    color: #004a40;
    font-weight: bolder;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-top: 10px;
}

.policy-text .text-p {
    margin-top: 5px;
}

.policy-text .wrap-text-inner {
    padding-left: 53px;
    padding-top: 0;
}

.policy-text .wrap-text ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
    color: #484848;
    font-size: 16px;
    line-height: 28px;
}

.policy-text .wrap-text ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #004a40;
    border-radius: 20px;
    margin-right: 15px;
    position: relative;
    bottom: 2px;
}

.policy-text .pointer {
    display: flex;
    gap: 12px;
}

.policy-text .fa-solid {
    --fa-style: 900;
    font-size: 5px;
    color: #004a40;
    top: 17px;
    left: 5px;
    position: relative;
    padding-right: 5px;
}

.policy-text .wrap-text span {
    margin-top: 5px;
}

.social a {
    color: #484848;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.link-new {
    color: #01483d;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.policy-content .headline {
    margin-top: 30px;
}

.policy-content {
    font-family: 'Inter';
}

.without-bread-page .simple-breadcrumb-hero__content {
    position: relative;
    z-index: 2;
    max-width: 730px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.without-bread-page .simple-breadcrumb-hero__content h1 {
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    color: var(--primary);
    margin-top: 20px;
}

.without-bread-page .simple-breadcrumb span,
.without-bread-page .simple-breadcrumb a {
    color: var(--primary);
    text-decoration: none;
}

.join-in-content h5 {
    font-size: 19px;
    padding: 10px 0;
}

.join-in-content .text-p {
    color: #484848;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0;
}

.join-in-wrap {
    padding-top: 30px;
}

.educate-section .accordion .faq-accordion-que {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: flex;
    gap: 10px;
}

.form-scroll-section {
    scroll-margin-top: 120px;
    transition: box-shadow 0.3s ease;
}

.form-scroll-section.highlight {
    box-shadow: 0 0 0 3px #d5d52b;
}



.bg-yellow-20 * {
    position: relative;
    z-index: 2;
}

.bg-yellow-20:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: 1;
    background-color: var(--yellow) !important;
    border-radius: inherit;
}

/* ================================
   INATUNI REGISTER FORM (SCOPED)
================================ */

/* Spacing */
.inatuni-register-form {
    padding: 80px 0;
}

/* Headings */
.inatuni-register-form .headline {
    font-size: 40px;
    font-weight: 700;
}

/* Form group spacing */
.inatuni-register-form .form-group {
    margin-bottom: 30px;
}

/* Labels */
.inatuni-register-form .form-group-label {
    font-size: 16px;
    font-weight: 600;
    color: #1f2d2b;
    margin-bottom: 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

/* Minimal underline input */
.inatuni-register-form .form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 10px 36px 10px 0;
    font-size: 15px;
    color: #1f2d2b;
    background: transparent;
}

.inatuni-register-form .form-control::placeholder {
    color: #9aa3a0;
}

.inatuni-register-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: #1f2d2b;
}

/* Input icon */
.inatuni-register-form .input-icon {
    position: relative;
}

.inatuni-register-form .input-icon-right {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    color: #1f2d2b;
    pointer-events: none;
}

/* Checkbox text */
.inatuni-register-form .checkbox-text {
    font-size: 15px;
    color: #333333;
}

.inatuni-register-form .checkbox-text a {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}

/* Checkbox wrapper */
.checkbox-group {
    margin-top: 20px;
}

/* Label container */
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Hide default checkbox */
.custom-checkbox input {
    display: none;
}

/* Custom square */
/* Base checkbox */
.checkmark {
    width: 23px;
    height: 23px;
    border: 1.5px solid #cfcfcf;
    border-radius: 2px;
    position: relative;
    margin-top: 2px;
    flex-shrink: 0;
    background: #fff;
    /* default unchecked */
}

/* Yellow background ONLY when checked */
.custom-checkbox input:checked+.checkmark {
    background: #d5d52b;
    border-color: #d5d52b;
}

/* White tick */
.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Text */
.checkbox-text {
    color: #333333;
    font-size: 15px;
}

/* ================================
   SOCIAL LOGIN (SCOPED)
================================ */

.inatuni-register-form .social-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px;
    font-size: 13px;
    color: #9aa3a0;
    position: relative;
}

.inatuni-register-form .social-divider::before,
.inatuni-register-form .social-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e6e6e6;
}

.inatuni-register-form .social-divider span {
    padding: 0 12px;
    white-space: nowrap;
}

/* Buttons container */
.inatuni-register-form .social-login-form {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
}

/* Individual social button */
.inatuni-register-form .social-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.2s ease;
}

.inatuni-register-form .social-btn:hover {
    background: #ffffff21;
    box-shadow: 0 0 17px 7px #d5d52b21;
    border: 1px solid #d5d52b;
}

.inatuni-register-form .social-btn img {
    width: 22px;
    height: 22px;
}

.about-section .single-instructor-hero-section__contents {
    padding: 100px 0 0 !important;
}

/* Wrapper spacing */


/* Badge */


/* Main heading */
/*.talent-heading {*/
/*    font-size: 48px;*/
/*    line-height: 1.2;*/
/*    font-weight: 700;*/
/*    color: #111;*/
/*    max-width: 520px;*/
/*}*/
.talent-points {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.talent-point {
    padding: 30px 0;
    border-bottom: 1px solid #e5e7eb;
}

.talent-point:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.talent-point h4 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

.talent-point p {
    font-size: 17px;
    color: #2a2a2a;
    margin: 0;
    line-height: 30px;
}

/* Card outer spacing */
.sc-card {
    margin-bottom: 20px;
}

/* Card look */
.sc-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-radius: 7px;
    flex-direction: column;
    padding: 20px;
    background: white;
    margin-top: 0;
}

.col-12:first-child .sc-card-inner {
    margin-top: 30px;
}

.sc-card-inner .sd-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icon container */
.sc-card-icon {
    width: 44px;
    height: 44px;
}

.sc-card-icon img {
    width: 40px;
    height: 40px;
}

/* Text alignment */
.sc-card-inner .inner-title {
    margin: 0;
    color: #012f28;
    font-size: 24px;
    line-height: 25px;
    padding: 0;
}

.features-4x-section__card-item .sc-card-inner .inner-title {
    color: #012f28;
    font-size: 24px;
    line-height: 25px;
    padding: 0;
}

.features-4x-section__card-item .sc-card-inner .inner-text {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 23px;
    padding: 0;
    padding-top: 0;
    margin: 0;
}

.sc-card-inner .inner-text {
    color: #484848;
    font-size: 17px;
    line-height: 28px;
    margin-left: 0;
}

/* Stack title + text */
.sc-card-inner>h4,
.sc-card-inner>p {
    margin-left: 12px;
}

/* Mobile refinement */
@media (max-width: 576px) {
    .sc-card-inner {
        padding: 16px;
    }
}





/* Section spacing */
.team-style-section {
    padding: 80px 0;
}

/* Card */
.team-card {
    text-align: center;
    padding: 0 20px;
}

/* Image */
.team-card-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

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

/* Name */
.team-name {
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 4px;
}

/* Role */
.team-role {
    display: block;
    font-size: 14px;
    color: var(--yellow);
    margin-bottom: 12px;
}

/* Description */
.team-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #484848;
    margin-bottom: 18px;
}

/* Social icons */
.team-socials {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.team-socials a {
    font-size: 14px;
    color: rgb(1 72 62 / 55%);
    transition: color 0.3s ease;
}

.team-socials a:hover {
    color: #6366f1;
}

.address-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    gap: 5px;
}

.course-category-section {
    border-top: 1px solid rgb(217 217 217);
    padding: 70px 0;
}

.course-category-card {
    text-align: center;
    padding: 28px 24px;
    padding-top: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.course-category-card:hover {
    transform: translateY(-4px);
}

.course-category-title {
    font-size: 20px;
    font-weight: 600;
    color: #01372f;
    margin-bottom: 12px;
    text-align: center;
}

.course-category-title a {
    font-size: 20px;
    font-weight: 600;
    color: #01372f;
}

.course-category-text {
    font-size: 15px;
    color: #475569;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

.squery_box_row {
    max-width: 900px;
    margin: 0 auto;
}

.squery_box {
    max-width: 250px;
    min-height: 250px;
    margin: 15px auto;
    padding: 50px 0px !important
}

.squery_box:hover {
    border: 2px solid #d5d52b !important;
}

.join-inatuni-cta {
    padding: 70px 0;
}

/* Title */
.join-inatuni-title {
    font-size: 32px;
    font-weight: 500;
    color: #0f172a;
    margin: 0;
    text-align: center;
}

.join-inatuni-title em {
    font-style: italic;
    font-weight: 400;
}

.join-inatuni-title strong {
    font-weight: 700;
}

/* Right content */
.join-inatuni-content {
    max-width: 520px;
}

.join-inatuni-content p {
    margin-bottom: 20px;
}

.learning-guide-why {
    padding: 70px 0;
}

.learning-guide-why .inner-title {
    line-height: 29px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 10px 0;
    margin-top: 0;
    height: 78px;
}

.learning-guide-why .inner-text {
    padding: 0;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
    text-align: left;
    min-height: 100px;
}

.learning-guide-why img {
    width: 50px;
}





/* Section */
.blog-layout-section {
    padding: 80px 0;
    background: #ffffff;
}

/* MAIN BLOG */
.blog-main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    color: var(--primary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-main-intro {
    margin-bottom: 28px;
    color: #4a5464;
    font-size: 17px;
    line-height: 25px;
}

.blog-main-image {
    margin-bottom: 14px;
}

.blog-main-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.blog-main-category {
    font-size: 15px;
    color: #23282f;
}

.blog-main-category span {
    color: #01372f;
}

/* SIDEBAR */
.blog-sidebar {
    padding-left: 30px;
}

.blog-sidebar-item {
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
}

.blog-sidebar-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar-img {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 5px;
}

.blog-sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* Sidebar text */
.blog-sidebar-content h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}

.blog-sidebar-content h4 a {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}

.blog-sidebar-content p {
    margin-bottom: 6px;
    color: #4a5464;
    font-size: 15px;
    line-height: 22px;
}

.blog-sidebar-category {
    font-size: 15px;
    color: #23282f;
}

.blog-sidebar-category em {
    color: #01372f;
    font-style: normal;
}

/* Section */

/* Header */
.fl-articles-section {
    padding-bottom: 40px;
}

.fl-articles-header {
    border-top: 4px solid #d5d52b;
    padding-top: 20px;
    margin-bottom: 40px;
}

.fl-articles-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

/* Article item */
.fl-article-item {
    display: flex;
    gap: 20px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d1d5db;
}

.fl-article-img {
    width: 200px;
    flex-shrink: 0;
}

.fl-article-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.fl-article-content h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}

.fl-article-content p {
    margin-bottom: 6px;
    color: #4a5464;
    font-size: 15px;
    line-height: 22px;
}

.fl-article-category {
    font-size: 14px;
    color: #6b7280;
}

.fl-article-category em {
    color: #01372f;
    font-style: normal;
}

/* Read more */
.fl-read-more {
    display: inline-block;
    margin-top: 0;
    font-weight: 600;
    color: #01372f;
    text-decoration: none;
    font-size: 19px;
}

/* Sidebar */
.fl-articles-sidebar {
    padding-left: 30px;
}

.fl-sidebar-block {
    /* border-top: 4px solid #d5d52b; */
    padding-top: 16px;
    margin-bottom: 32px;
}

.fl-sidebar-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.fl-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl-category-list li {
    margin-bottom: 8px;
}

.fl-category-list a {
    color: #01372f;
    text-decoration: none;
    font-size: 15px;
}

/* Search */
.fl-search-form {
    display: flex;
    border: 1px solid #d1d5db;
}

.fl-search-form input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
}

.fl-search-form button {
    background: #01372f;
    color: #fff;
    border: none;
    padding: 0 16px;
    cursor: pointer;
}

/* CTA */
.fl-sidebar-cta {
    background: #f3f4f6;
    padding: 20px;
}

.fl-sidebar-cta h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.fl-sidebar-cta p {
    margin-bottom: 14px;
    color: #4a5464;
    font-size: 15px;
    line-height: 22px;
}

.fl-register-btn {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: var(--white);
    background: var(--dark-gray);
    padding: 7px 22px;
    height: fit-content;
    font-size: 17px;
    line-height: 30px;
    border-radius: 10px;
}

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    background: var(--yellow);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.small-dot {
    width: 3px;
    height: 30px;
    border-radius: 3px;
    position: relative;
    background: var(--yellow);
}


.tab-content .course-list .zero {
    display: none;
}

.tab-content .ContentTab_contentTabContainer__x0W8F .tabToggle {
    background: transparent;
    color: #1f675f;
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.max-width-330 {
    max-width: 330px;
}

.span-block {
    border-radius: 8px;
    text-align: start !important;
    margin-bottom: 0;
    background: var(--yellow);
    width: fit-content;
    padding: 4px 20px;
    font-size: 15px !important;
    color: #01372f !important;
    font-weight: 500;
    line-height: 23px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.new-banner .two-columns-hero-section__main-img {
    width: 430px;
    height: 440px;
}

.other_page_top_title {
    color: #00382f;
    font-size: 48px !important;
}

.text-darkgreen {
    color: #00382f;
}

.main-heading {
    font-size: 40px !important;
    line-height: 46px !important;

}

.sub-heading {
    font-size: 30px !important;
    line-height: 34px !important;
}

.sub-heading-2 {
    font-size: 30px;
    font-weight: bold;
}

.hide-select-box-dropdown-icon {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image: none;
    cursor: pointer;
}

.faq-title {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
}

.marketing-plan {
    padding: 120px 0;
    background: #f7f7f7;
}

.section-tag {
    color: #ff5a2c;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}

.section-title {
    font-size: 52px;
    font-weight: 700;
    margin: 20px 0 40px;
    color: #1c1f23;
}

.process-list {
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
}

.process-list:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 10px;
    height: 100%;
    width: 2px;
    background: #e5e5e5;
}

.process-item {
    display: flex;
    margin-bottom: 35px;
    position: relative;
}

.number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f4f4e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 20px;
    z-index: 2;
}

.process-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.process-item p {
    max-width: 320px;
    font-size: 16px;
    color: #787878;
    line-height: 28px;
    margin-top: 20px;
}

.process-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.btn-primary-dark {
    background: #1e2430;
    color: #fff;
    padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
}

.features-4x-section .btn-empty {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: auto;
    height: auto;
    padding: 14px 10px !important;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    background-color: transparent !important;
    color: #004238 !important;
}

.features-4x-section .btn-empty:hover {
    color: #01372f !important;
}

.play-video {
    color: #1e2430;
    font-weight: 500;
    text-decoration: none;
}

.play-video span {
    margin-left: 6px;
}

.process-image {
    max-width: 90%;
}

/*blog css*/
.blog-top-nav-out {
    background: #1a1a1a;
    padding: 10px 20px;
}

.blog-top-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #1a1a1a;
    padding: 15px 20px;
    color: #fff;
}

.blog-search-icon {
    cursor: pointer;
    font-size: 18px;
}

.blog-category-nav {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    justify-content: center;
}

.blog-category-nav li {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.blog-featured {
    margin-top: 70px;
}

.blog-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    color: var(--primary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-featured-card {
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
}

.blog-cat {
    font-size: 13px;
    color: #888;
}

.blog-featured-card h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 !important;
    min-height: 48px;
}

.blog-dev-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 30px;
    height: 115px;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.blog-author span {
    font-size: 15px;
    color: gray;
}

.blog-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog-dev {
    margin-top: 70px;
}

.blog-dev-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

.blog-dev-header a {
    color: #01372f;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

.blog-dev-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.blog-dev-card {
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.blog-dev-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.blog-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-icon {
    cursor: pointer;
    font-size: 16px;
}

.search-input {
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
    padding: 8px 10px;
    transition: 0.3s ease;
    background: #222;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

/* active state */
.search-input.active {
    width: 250px;
    opacity: 1;
    margin-left: 10px;
}

.blog-category-nav {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-style-section .text-number {
    color: #d5d52b;
    font-size: 29px;
    margin-bottom: 0;
    padding: 7px 19px;
    border-radius: 48px;
    margin-right: 10px;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 2.813rem;
    font-weight: 600;
    line-height: 3.125rem;
    letter-spacing: -0.5px;
    background: transparent;
    box-shadow: none;
}

.faq-6-col-section .why-style-section .accordion {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: transparent;
    padding: 10px;
    border-radius: 0;
    background: white !important;
}

.faq-6-col-section .why-style-section .accordion .faq-accordion-ans {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #4b4b4b;
    margin-top: 0;
}

/* WHY GRID STYLE */

.why-style-grid .why-us_card-item {
    padding: 45px 30px;
    text-align: center;
    position: relative;
    border-right: 1px solid #dcdcdc;
    min-height: 340px;
    background: #fff;
}

/* remove divider for last card */

.why-style-grid .col-md-3:last-child .why-us_card-item {
    border-right: none;
}

/* icon */

.why-style-grid .why-us_card-item img {
    width: 55px;
    margin-bottom: 20px;
}

/* title */

.why-style-grid .inner-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #3c3c3c;
}

/* paragraph */

.why-style-grid .inner-text {
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 28px;
}

/* button */

.why-style-grid .why-us_card-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #cfcfcf;
    padding: 12px 26px;
    font-size: 15px;
    color: #1c4b45;
    text-decoration: none;
    transition: all .3s ease;
}

/* button hover */

.why-style-grid .why-us_card-item a:hover {
    background: #1c4b45;
    color: #fff;
    border-color: #1c4b45;
}

/* arrow */

.why-style-grid .why-us_card-item a svg {
    width: 18px;
    height: 18px;
}

/* center icon */

.why-style-grid .d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* responsive */

@media (max-width:991px) {

    .why-style-grid .why-us_card-item {
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
    }

}

.feature-grid-section {
    /*background:#f6f6f6;*/
    /*padding:60px 0;*/
}

.feature-grid-container {
    /*max-width:1200px;*/
    margin: auto;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.feature-card {
    text-align: center;
    padding: 40px 0 0;
    border-right: 1px solid #e3e3e3;
    position: relative;
}

.feature-card:last-child {
    border-right: none;
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon img {
    width: 45px;
}

.feature-card h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
}

.feature-card p {
    padding: 18px 20px;
    padding-top: 0;
    text-align: center;
    min-height: 140px;
    font-size: 16px;
    color: #2a2a2a;
    margin: 0;
    margin-bottom: 15px;
    line-height: 30px;
    height: 119px;
}

.feature-bottom {
    border-top: 1px solid #e3e3e3;
    padding: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
    letter-spacing: 0.5px;
}

.feature-bottom a {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    color: #1c4b45;
    text-decoration: none;
    transition: all .3s ease;
}

.feature-icon {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: transparent;
}

/* circle background */

.feature-icon::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #F7F7F7;
    transform: translateX(-50%);
}

/* icon */

.feature-icon img {
    width: 55px;
    position: relative;
    z-index: 2;
}

/* responsive */

@media(max-width:991px) {

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-card {
        border-bottom: 0;
        border: 1px solid #e3e3e3;
    }

}

@media(max-width:600px) {

    .feature-grid {
        grid-template-columns: 1fr;
    }

}

.timeline-stats-section {
    background: #f6f6f6;
    padding: 60px 0;
}

.timeline-stats-container {
    max-width: 1200px;
    margin: auto;
}

.timeline-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e2e2e2;
}

.timeline-stat-card {
    text-align: center;
    padding: 40px 20px;
    border-right: 1px solid #e2e2e2;
}

.timeline-stat-card:last-child {
    border-right: none;
}

.timeline-year {
    font-size: 18px;
    font-weight: 600;
    color: #2f3a3a;
    margin-bottom: 20px;
}

.timeline-icon {
    font-size: 50px;
    color: #3c4744;
    margin-bottom: 20px;
}

.timeline-text {
    /*font-size:16px;*/
    /*color:#2f3a3a;*/
    /*line-height:1.6;*/
    font-size: 18px;
    color: #2f3a3a;
    line-height: 26px;
    font-weight: 400;
}

.timeline-footer {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 35px;
    font-size: 18px;
    color: #2f3a3a;
}

.timeline-footer a {
    color: #01372f;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

/* Responsive */
@media (max-width: 1200px) {
    .investor-glance-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .investor-snapshot-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-slide {
        flex-direction: column;
    }

    .certificate-row {
        flex-direction: column;
        text-align: center;
    }

    .certificate-image img {
        max-width: 300px;
    }
}

@media (max-width: 991.98px) {
    .popular-skills {
        padding: 48px 0 56px;
    }

    .popular-skills__left-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .join-inatuni-title {
        margin-bottom: 20px;
    }

    .talent-heading {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .btn.btn-xlg {
        height: 48px !important;
        min-height: 48px !important;
        padding: 14px 20px;
        border-radius: 8px;
    }

    .blog-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }

    .blog-main-title {
        font-size: 31px;
    }

    .fl-articles-sidebar {
        padding-left: 0;
        margin-top: 10px;
    }

    .fl-article-item {
        flex-direction: column;
    }

    .fl-article-img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .your-learning .card-content {
        display: flex;
        flex-direction: column !important;
        justify-content: space-between;
        align-items: flex-start !important;
        padding-top: 0;
    }

    .popular-skills__column {
        margin-bottom: 20px;
    }

    .popular-skills__left {
        margin-bottom: 20px;
    }

    .simple-breadcrumb-hero {
        min-height: 352px;
        padding-top: 40px;
    }

    .simple-breadcrumb-hero__content h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .simple-breadcrumb-hero__overlay {
        background: linear-gradient(to right, rgb(0 0 0 / 79%), rgba(0, 0, 0, 0.25));
    }

    .floating-support a span {
        display: none;
    }

    .floating-support a {
        padding: 14px;
        border-radius: 50%;
    }

    .help-title {
        font-size: 26px;
        font-weight: 500;
        padding-bottom: 18px;
    }

    .blog-detail .help-content {
        padding-right: 0;
        padding-left: 0;
    }

    .wrap-social {
        display: flex;
        gap: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .investor-glance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .investor-glance-title {
        font-size: 30px;
    }

    .slider-nav.prev {
        left: 10px;
    }

    .slider-nav.next {
        right: 10px;
    }

    .logo-section {
        padding: 40px 0;
    }

    .logo-grid {
        gap: 30px;
    }

    .logo-grid img {
        max-height: 32px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .info-card {
        max-width: 100%;
    }

    .newsletter-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-actions {
        width: 100%;
        justify-content: space-between;
    }

    .about-section .hero-section-career .single-instructor-hero-section__contents {
        padding: 90px 0 0;
    }

    .learning-guide-hero-section {
        padding: 30px 0;
    }

    .certificate-section {
        padding: 30px 0;
    }

    .certificate-content p {
        font-size: 16px;
        line-height: 1.7;
        opacity: 0.95;
        margin-bottom: 20px;
    }

    .about-section .single-instructor-hero-section__contents .two-columns-hero-section__content {
        margin-bottom: 15px;
    }

    .know-us-section .why-us_card-item {
        padding: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #01372f40;
        border-right: 0;
    }

    .know-us-section .col-md-3:last-child .why-us_card-item {
        border-bottom: 0;
        border-right: 0;
    }

    .know-us-section .why-us_card-item .inner-text {
        min-height: 100%;
    }

    .impact-section .single-instructor-hero-section__contents .hybrid-information-section-4-images-text-section__statistic-item {
        margin-bottom: 20px;
    }

    .features-4x-section__card-item {
        margin-top: 20px;
    }

    .wrap-text {
        padding-left: 0;
    }

    .wrap-text-inner {
        padding-left: 10px;
    }

    .inatuni-register-form {
        margin-bottom: 100px;
    }

    .single-instructor-hero-section .single-instructor-hero_wrap {
        padding: 40px 20px;
    }

    .course-category-card {
        margin-bottom: 20px;
        padding: 10px;
    }

    .team-card {
        margin-bottom: 40px;
    }

    .blog-layout-section {
        padding: 40px 0;
    }

    .join-inatuni-content p {
        text-align: center;
    }

    .join-inatuni-content {
        text-align: center;
    }

    .mb--10 {
        margin-bottom: 10px;
    }

    .learning-guide-why .inner-title {
        height: auto;
    }

    .learning-guide-why .inner-text {
        min-height: auto;
    }

    .learning-guide-why {
        padding: 40px 0;
    }

    .join-inatuni-cta {
        padding: 40px 0;
    }

    .new-banner .two-columns-hero-section__main-img {
        width: 200px;
        height: 200px;
    }

    .content-section h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .timeline-footer {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 35px;
        font-size: 18px;
        color: #2f3a3a;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .investor-snapshot-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .popular-skills__wrapper {
        padding-top: 8px;
    }

    .popular-skills__column {
        margin-top: 8px;
    }
}

.mentor-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
    height: 100%;
}

.mentor-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #2f3a3a;
}

.mentor-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.mentor-name {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}

.mentor-title {
    font-size: 14px;
    color: #777;
    margin-bottom: 6px;
}

.mentor-desc {
    font-size: 14px;
    color: #555;
    margin: 0;
}


.testimonial-card {
    background: #f5f7f6;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #cfd8d5;
    gap: 20px;
}

/* Avatar */
.testimonial-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* Content */
.testimonial-content p {
    font-size: 16px;
    color: #2f3b3a;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* User info */
.testimonial-user {
    display: flex;
    align-items: center;
}

.testimonial-user h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #0f3d3a;
}

.testimonial-user p {
    margin: 0;
    font-size: 13px;
    color: #0f3d3a;
}

@media (max-width: 768px) {
    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-user {
        justify-content: center;
    }
}

.outline_card_item {
    border: 2px solid #d5d52b;
    border-radius: 12px;
    padding: 25px;
}

/* 3d vanilla tilt image */
.image-tilt-card{
    position: relative;
    transform-style: preserve-3d;
    perspective: 1200px;
    cursor: pointer;
}
.image-tilt-card img{
    width: 100%;
    display: block;
    transform: translate3d(0,0,60px);
    transition:
        transform .4s ease,
        filter .4s ease;
}
.dm-3d-element{
    transform: translate3d(0,0,60px);
}
.image-tilt-card::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,.15),
        transparent 45%
    );
    opacity: 0;
    transition: opacity .4s ease;
    pointer-events: none;
}
.image-tilt-card:hover::after{
    opacity: 1;
}
/* 3d vanilla tilt image end */

.new-banner .new-image .two-columns-hero-section__main-img {
    width: fit-content;
    height: 440px;
}