/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

/* A simple CSS reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

:root {
    --primary-color: #002B36;
    --secondary-color: #1E65FF;
    --black-color: #000000;
    --white-color: #FFF;
    --purple-color: #240046;
}

body {
    overflow-x: hidden;
    color: var(--black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.custom-btn {
    color: var(--white-color);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    text-transform: capitalize;
    border-radius: 200px !important;
    padding: 8px 20px 8px !important;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    transition: all ease-in-out 0.2s;
    border-radius: 10px;
    color: white !important;
    gap: 10px;
    justify-content: center;
}

.blue-btn {
    background: var(--secondary-color) !important;
}

.purple-btn {
    background: var(--purple-color);
    color: var(--white-color);
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: unset;
}

.py-t {
    padding-top: 9rem;
    padding-bottom: 5rem;
}

p.white {
    color: white;
}

header .navbar-nav {
    margin-right: 1rem;
}

/* header css */


a {
    color: inherit;
    text-decoration: none !important;
}

.nav-link {
    color: var(--white-color) !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 0 6px;
    padding: 8px 6px 8px;
}

header {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    z-index: 9;
    background: transparent;
    height: auto;
}

/* menu css */
header#header.fixed {
    position: fixed;
    top: 0px;
    transition: all ease-in-out .7s;
}

header#header.fixed nav.navbar .nav-link.active {
    color: black;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: var(--primary-color);
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

figure.amazon-box img {
    animation: movebounce 10s linear infinite;
}

figure.current-layer img {
    animation: 2s linear infinite bf-animate;
}

.loud-speaker img {
    animation: 1s linear infinite bf-animate;
}

/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 110px;
    background: var(--white-color);
    padding: 10px;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary-color);
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
}


header .dropdown-item {
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 4px;
    color: black;
    font-style: normal;
    font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--purple-color) !important;
    color: var(--white-color);
    border-color: var(--primary-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
}

header .dropdown-item {
    border: 1px solid var(--black-color);
    margin: 4px auto;
    padding: 8px 0;
}

header#header.fixed .navbar-toggler {
    border-color: white;
    filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.custom-btn.orange-btn:hover {
    background: var(--primary-color);
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: var(--primary-color);
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

/* menu */

p.for-booking a:hover {
    filter: brightness(1.2);
}

.faq-parent.accordion .accordion-item:hover {
    background: #ffffff;
}

.accordion-button:hover {
    color: black;
    background: #f1f1f1;
}

.accordion-button:hover:before {
    filter: brightness(4.5) invert(1);
}

header#header.fixed nav.navbar .custom-btn.orange-btn:hover {
    color: #000000;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus,
.nav-link:hover {
    background: var(--secondary-color) !important;
    box-shadow: none;
    outline: 0;
    color: var(--white-color) !important;
}

header#header.fixed .navbar-nav .dropdown-menu {
    background: var(--primary-color);
}

header#header.fixed .dropdown-item {
    color: white;
    border-color: white;
}

header#header.fixed .dropdown-item:focus,
header#header.fixed .dropdown-item:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}

.parent-right-top-header {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.navbar {
    padding: 0 0;
    width: auto;
    height: 100%;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

header::before {
    content: "";
    right: 0;
    height: 43px;
    width: 100%;
    background: black;
    position: absolute;
    top: -5px;
    z-index: -1;
}

.parent-right-header {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2px;
}

.parent-right-top-header a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.parent-right-bottom-header {
    height: 100%;
    border-radius: 100px;
    border: 1px solid #FFF;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.11);
    padding: 14px 18px;
}

header .container {
    height: 100%;
}

.purple-btn:hover {
    color: var(--secondary-color);
}

/* menu css */

/* header css */

/* hero section css */

.parent-hero-content {
    padding-top: 6rem;
    text-align: center;
    width: 59%;
    margin: auto;
}

.hero-sec {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 9rem 0 5rem;
}

.heading-1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.outer-circle {
    display: flex;
    align-items: center;
    gap: 0rem;
    margin: 0;
    justify-content: center;
}

.outer-circle figure {
    margin: 0;
}

figure.hero-img-parent {
    position: absolute;
    right: 205px;
    bottom: 0px;
    transition: all linear 1s;
    animation: ball2 3s linear infinite alternate;
}


@keyframes ball2 {
    0% {
        transform: translate(20px, 0px);
    }

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


figure {
    margin: 0;
}

.custom-btn.transparent-btn {
    border-radius: 10px;
    border: 1px solid #1E65FF;
    color: var(--white-color);
}

.parent-btn {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* hero section css */


/* footer css */
footer {
    padding: 7rem 0 0;
    position: relative;
    z-index: 0;
}

ul.footer-anchar-list {
    padding: 0;
    list-style: none;
}

h6.footer-link-child {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 1rem;
}

ul.footer-anchar-list a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    padding: 1rem 0 1rem;
}

.parent-bottom-footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
}

.parent-bottom-footer p {
    margin: 0;
}

.parent-bottom-footer ul li a,
.parent-bottom-footer p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

figure.footer-child-image {
    position: absolute;
    top: -120px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.footr-logo {
    margin: 0 auto 1rem;
    text-align: center;
}

figure.accept-payment {
    border-top: 1px dashed white;
    padding: 1.5rem 0 0;
    margin: 1.5rem 0 0;
}

ul.footer-anchar-list li.bolded a {
    font-weight: 600;
}

ul.footer-anchar-list li.bolded {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 0px;
}

.footer-link-parent {
    margin: 1rem 0 0;
}

.footer-modern {
    padding: 3.5rem 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-image: url('/main/images/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.footer-modern .container {
    position: relative;
    z-index: 1;
}

.footer-modern-top {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(160px, 0.62fr)) minmax(250px, 1fr);
    gap: 36px;
    padding-bottom: 2.5rem;
}

.footer-modern .footr-logo {
    margin: 0 0 1rem !important;
    text-align: left;
}

.footer-modern-brand p {
    color: #fff;
    margin-bottom: 18px;
}

.footer-modern .footer-link-child {
    margin: 0 0 12px;
    text-transform: uppercase;
}

.footer-modern .footer-anchar-list {
    margin: 0;
}

.footer-modern .footer-anchar-list li {
    margin-bottom: 7px;
}

.footer-modern .footer-anchar-list a {
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.96);
    text-transform: none;
}

.footer-social-row {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.footer-social-row a:hover {
    transform: translateY(-2px);
}

.footer-social-row img {
    object-fit: contain;
}

.footer-modern .footer-contact-list {
    display: grid;
    gap: 14px;
}

.footer-modern .footer-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
}

.footer-modern .footer-contact-list li img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-top: 6px;
}

.footer-modern .footer-contact-list span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 3px;
}

.footer-modern .footer-contact-list a,
.footer-modern .footer-contact-list p {
    margin: 0;
    text-transform: none;
}

.footer-modern .bottom-footer {
    border-top: 1px dashed rgba(129, 175, 255, 0.58);
    margin: 0;
}

.footer-modern .parent-bottom-footer {
    padding: 18px 0;
}

.footer-modern .parent-bottom-footer ul {
    gap: 16px;
}

.footer-modern .parent-bottom-footer ul li a,
.footer-modern .parent-bottom-footer p {
    text-transform: none;
}

/* footer css */

/* hero css */
figure.hero-dots {
    position: absolute;
    top: 110px;
    left: 250px;
}

figure.cross {
    position: absolute;
    left: 40px;
    top: 260px;
    z-index: -1;
}

figure.eclip {
    position: absolute;
    right: -130px;
    top: 220px;
    z-index: -1;
}

figure.eclip-top {
    position: absolute;
    top: 50px;
    left: -140px;
    z-index: -1;
}

figure.eclip-bottom {
    position: absolute;
    top: 210px;
    left: -140px;
    z-index: -1;
}

.crack-left {
    position: absolute;
    top: 220px;
    right: 620px;
}

figure.diamand {
    position: absolute;
    right: 600px;
    top: 170px;
    z-index: -1;
}

figure.crack.crack-right {
    position: absolute;
    right: 230px;
    top: 420px;
    z-index: -1;
}

figure.circle-dot {
    position: absolute;
    right: 350px;
    top: 230px;
    z-index: -1;
}


figure.cross-y {
    position: absolute;
    top: 170px;
    right: 40px;
    z-index: -1;
}

/* hero css */


/* about css */
section {
    position: relative;
    z-index: 0;
}

figure.top-layer-about {
    position: absolute;
    top: -60px;
    left: 0;
}

figure.pen-showcase {
    position: absolute;
    bottom: 0;
    left: 20px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.about-img-parent {
    position: relative;
    z-index: 0;
}

figure.circle-writing {
    position: absolute;
    right: 0;
    bottom: 0;
}


figure.about-us-img img {
    width: 100%;
    animation: scroll-down 4s linear infinite;
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

.tag {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 6px;
    display: inline-block;
}

.heading-2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}


.heading-3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.heading-3-1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.about-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 1.5rem 0 0;
    padding: 0;
}

ul.about-list li {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 9% 89%;
}

.about-us-sec .row {
    align-items: center;
}

ul.about-list li p {
    margin: 0;
}

.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.parentBtns {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.about-us-sec .parentBtns {
    margin: 1.5rem 0 0;
}

/* our services css */
.swiper.our-services-slider {
    padding: 10px 10px;
}

.our-services-card {
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
    padding: 20px;
    height: 465px;
    width: 100%;
    margin-left: auto;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #1E65FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.our-services-card p {
    height: 136px;
    overflow-y: auto;
    padding-right: 8px;
    margin: 0;
}

.our-services-card .heading-3 {
    margin: 10px 0 10px;
}

.our-services-sec {
    background: linear-gradient(180deg, transparent, black);
    position: relative;
    z-index: 1;
}

.tag.white {
    color: white;
}

.white {
    color: white;
}

.custom-btn.white-btn {
    background: white;
    color: black;
}

.our-services-sec .parentBtns {
    margin-top: 2rem;
}

.our-services-sec .row {
    align-items: center;
}

.course-showcase-row {
    margin-top: 48px;
    row-gap: 32px;
}

.course-showcase-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    min-height: 100%;
}

.course-showcase-summary,
.course-highlight-card,
.course-showcase-label {
    border: 1px solid #1E65FF;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.95) 0%, rgba(22, 22, 22, 0.98) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.course-showcase-summary {
    max-width: 350px;
    padding: 22px 24px;
    position: relative;
    overflow: hidden;
    margin-left: 42px;
}

.course-showcase-summary p,
.course-highlight-card p {
    margin: 10px 0 0;
}

.course-showcase-summary .heading-3,
.course-highlight-card .heading-3,
.course-showcase-label .heading-3 {
    margin: 0;
    font-size: 100%;
}

.course-showcase-asset,
.course-highlight-icon {
    flex-shrink: 0;
    overflow: hidden;
}

.course-showcase-asset-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-showcase-asset-summary {
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: 64px;
    aspect-ratio: 1;
}

.course-showcase-label-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.course-showcase-asset-orb {
    width: 82px;
    aspect-ratio: 1;
    margin-left: 12px !important;
}

.course-showcase-label {
    padding: 18px 24px;
    flex: 1;
}

.course-showcase-label span {
    color: #1E65FF;
}

.course-showcase-right {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        'online education physical'
        'practical education strategies';
    gap: 14px;
    align-items: stretch;
    position: relative;
    min-height: 330px;
}

.course-highlight-card {
    padding: 18px 16px;
    position: relative;
    min-height: 142px;
    text-align: center;
}

.course-highlight-card-online {
    grid-area: online;
    margin-left: 30px;
    margin-bottom: 0px;
    height: fit-content;
    width: 200px;
}

.course-highlight-card-physical {
    grid-area: physical;
    margin-left: auto;
    margin-bottom: -6px;
    height: fit-content;
    width: 200px;
}

.course-highlight-card-practical {
    grid-area: practical;
    align-self: start;
    width: 250px;
}

.course-highlight-card-education {
    grid-area: education;
    z-index: 2;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    margin: auto -49px auto;
    height: 55%;
    background: rgb(52 53 54 / 72%);
}

.course-highlight-card-strategies {
    grid-area: strategies;
    align-self: end;
    margin-left: -18px;
}

.course-highlight-card-featured {
    text-align: center;
}

.course-highlight-icon {
    width: 55px;
    aspect-ratio: 1;
    margin: 0 auto 14px !important;
    border-radius: 12px;
}

.course-highlight-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course-highlight-card:not(.course-highlight-card-featured) .course-highlight-icon {
    margin: 0 0 12px;
}

.course-highlight-card p {
    font-size: 80%;
    line-height: normal;
}

.our-services-card a {
    margin-top: 1rem;
    display: inline-flex;
    gap: 12px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 10px !important;
    width: 100%;
    justify-content: space-between;
}

figure.top-stars {
    position: absolute;
    right: 0;
    top: 51px;
    animation: horizontal-move-two 5s linear infinite;
}

figure.bottom-stars {
    position: absolute;
    bottom: 20px;
    left: 10px;
    animation: horizontal-move-two 5s linear infinite;
}


@keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

/* our services css */

.parentBtns.centered-btns {
    justify-content: center;
    margin: 2rem 0 0;
}

/* process-sec css */
.py-b {
    padding-bottom: 9rem;
    padding-top: 5rem;
}

@keyframes horizontal-move-two {
    0% {
        transform: scale(1.1) rotate(5deg);
    }

    50% {
        transform: scale(1.0) rotate(0deg);
    }

    100% {
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes launch {
    0% {
        transform: translateX(0%) translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) translateY(60px) rotate(0deg);
        opacity: 1;
    }
}


@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #fff);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #DA6A2F);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #fff);
    }
}

figure.rounded-circle-img {
    position: absolute;
    top: 0;
    left: 60px;
}

/* process-sec css */


/* why-choice us css */
.why-choose-us-sec figure.services-icon {
    margin-top: -3rem;
    margin-left: -2rem;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 6.7px 0 rgba(0, 0, 0, 0.25);
    display: inline-flex;
    width: 66px;
    height: 71px;
    align-items: center;
    justify-content: center;
}

.why-choose-us-sec .swiper.our-services-slider {
    /* height: 630px; */
    padding: 32px 3px 10px 18px;
}

.why-choose-us-sec .our-services-card p {
    height: 110px;
}

figure.whu-choice-us-video-img img {
    width: 100%;
}




/* facts-sec css */

.facts-sec {
    height: 100%;
    width: 100%;
}

.choice-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 7.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 20px;
}

.choice-card .heading-3 {
    margin: 0;
}

.why-choose-us-slider {
    padding: 1rem 8px;
    margin: 1rem 0 0;
}

.choice-card p {
    margin: 0;
    line-height: 24px;
}

.fact-cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.fact-numbers {
    display: flex;
    flex-direction: column;
}

span.counts {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
}

span.facts-details {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

/* facts-sec css */

/* faqs sec */
.accordion-item {
    border-radius: 12px !important;
    border: 1px solid rgb(255 158 0) !important;
    background: #FFF;
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 12px;
    border: 1px solid #240046;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
    box-shadow: none;
    border: none !important;
    outline: none !important;
}

.accordion-body {
    padding-top: 0;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: math-auto;
}

:focus-visible {
    outline: 0;
}

.accordion-button {
    color: #000 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: inherit;
}

.accordion-button::after {
    background-image: url('/main/images/plus-faq.png') !important;
    border-radius: 5px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 40px !important;
    height: 40px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/main/images/minus-faq.png') !important;
}

/* faqs sec */

/* testimonial css */

.review-slider .swiper-slide.swiper-slide-active .review-card {
    background: #240046;
}

.review-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 22px;
}

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

.client-details h6 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

figure.client-profile {
    margin: -70px 0 0 !important;
}

.review-slider {
    padding: 3.5rem 0 3rem !important;
    width: 100%;
    margin: 0rem 1rem 0rem;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-clickable {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.swiper-pagination-bullet {
    border-radius: 14px;
    opacity: 0.2;
    background: #fff;
}

.review-slider .swiper-slide.swiper-slide-active .review-card * {
    color: white;
}

.review-slider .swiper-slide .review-card p {
    height: 130px;
    overflow-y: auto;
    padding-right: 6px;
}

.review-slider .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 2rem;
}

figure.fountain-pen {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.bottom-footer {
    border-top: 1px solid white;
    margin: 4rem 0 0;
}

.content-footer-cta p {
    color: white;
    font-size: 14px;
}


/* form css */

.cta-sec {
    background: black;
    height: 350px;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

figure.cta-girl {
    position: absolute;
    right: 20px;
    bottom: 0;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}


.email-subscribe {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-right: auto;
    margin-top: 1.5rem;
}

.email-subscribe .custom-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 43px;
    padding: 0 10px;
}

.email-subscribe input {
    border-radius: 0;
    background: #FFF;
    height: 55px;
    width: 100%;
    border: 0px solid #202B50;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.form-check-input[type=checkbox] {
    height: 16px;
}

.email-subscribe form {
    position: relative;
    z-index: 0;
}

.blue-btn:hover {
    background: #ffb84e;
}

.row-two-heading {
    margin-top: 1.5rem;
}

/* form css */


/* inner pages css */

.hero-sec.inner-hero-banner {
    text-align: center;
    height: auto;
    padding: 12rem 0 12rem;
}

.hero-sec.inner-hero-banner p {
    width: 73%;
    margin: auto;
}

/* inner services css */
.inner-services-card {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    border: 0px solid red;
    height: 475px;
}

span.number-counter {
    color: #240046;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.2;
}

.inner-services-card p {
    height: 155px;
    overflow-y: auto;
    margin: 0;
}

.inner-services-slider {
    padding: 14px 10px !important;
}

.inner-services-slider .swiper-wrapper,
.inner-services-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.inner-card-content {
    height: auto;
    width: 100%;
    padding: 10px;
    text-align: center;
}

figure.inner-card-img img {
    width: 100%;
}

/* inner services css */


/* forth-pillar-sec css */
.forth-pillar-sec {
    background-image: url('/main/images/forth-pillar-card-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

span.pillar-number-counter {
    background: white;
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 320px;
    color: #240046;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 14px;
}

.forth-pillar-parent {
    position: relative;
    z-index: 0;
}

.forth-pillar-parent:before {
    position: absolute;
    content: "";
    background-image: url('/main/images/forth-pillar-slider.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    left: 60px;
    right: 0;
    top: 20px;
    z-index: -1;
}

.forth-pillar-slider .swiper-wrapper .swiper-slide:nth-child(even) .pillar-card {
    margin-top: 5rem;
}

/* forth-pillar-sec css */

/* services-list css */
a.btn.custom-btn.transparent-btn.black {
    color: black;
}

ul.services-list li {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

ul.services-list {
    margin: 1rem 0 1rem;
    list-style: disc;
    padding-left: 1.3rem;
}

.about-services-list .row {
    justify-content: space-between;
    align-items: center;
}

figure.feature {
    position: absolute;
    right: 0;
    bottom: -53px;
}

/* services-list css */

figure.services-list-img {
    text-align: end;
}

figure.services-list-img img {
    width: 100%;
}

.inner-process-sec .process-sec * {
    color: black;
}

.inner-process-sec .process-sec {
    background: no-repeat;
}

.inner-process-sec .process-sec figure.rounded-circle-img img {
    filter: brightness(0) invert(0);
}

.inner-process-sec .process-sec {
    padding-bottom: 4rem;
}

.inner-process-sec {
    position: relative;
    z-index: 0;
}

figure.multi-pens {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: ball2 2s linear infinite alternate;
}

.inner-process-sec figure.top-layer-about {
    top: 0;
}

.why-choose-us-sec .swiper.our-services-slider .swiper-slide.swiper-slide-active .our-services-card {
    background: #240046;
}

.why-choose-us-sec .swiper.our-services-slider .swiper-slide.swiper-slide-active .our-services-card * {
    color: white;
}



/* contact */
.contact-card-row {
    padding-top: 1rem;
}

/* conatct css */
.contact-sec {
    padding: 8rem 0 4rem;
    position: relative;
    z-index: 0;
}

.contact-card {
    border-radius: 10px;
    background: #FFD0B8;
    padding: 2rem 25px;
}

.contact-card h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.2px;
}

ul.contact-list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 25px;
    margin: 2rem 0 0rem;
}

.contact-card p {
    color: #333;
}

ul.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.contact-list li p {
    margin: 0;
}

ul.contact-list a {
    color: #333;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.contact-card-row {
    padding-top: 1rem;
}

section.iframe-map {
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

.contact-sec figure.mic-outer {
    top: 60px;
}

.child-check-boxes {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    align-items: center;
}


.Work-form-parent label.form-label,
.Work-form-parent h6 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 1rem;
}

.Work-form-parent .form-check-input {
    margin-bottom: 2rem;
    border-radius: 0px;
    border: 1px solid #CCC !important;
    height: 20px;
    width: 20px;
}

.child-check-boxes label.form-check-label {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.child-check-boxes .form-check-input[type=checkbox] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #CCC;
}

.child-check-boxes .form-check {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 0;
    line-height: normal;
    min-height: auto;
    height: 40px;
}

.form-check-input:checked {
    background-color: #240046DD !important;
}

.form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.parent-check-boxes {
    margin-bottom: 0rem;
}

.form-check.bottom-check {
    margin-top: 1rem;
}

.form-check.bottom-check label.form-check-label {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 4px;
    margin-left: 10px;
}

.form-check.bottom-check label.form-check-label a {
    color: #f90;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Work-form-parent .custom-btn.big.white {
    background: #000;
    border-color: #000;
    color: white;
}

span.top-line {
    width: 100%;
    height: 2px;
    background: #240046;
    display: flex;
    position: relative;
    z-index: 0;
    top: -7px;
}

span.top-line:before {
    position: absolute;
    z-index: 0;
    left: 0;
    top: -5px;
    right: unset;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    content: "";
    background: #240046;
}

span.top-line:after {
    position: absolute;
    z-index: 0;
    left: unset;
    top: -5px;
    right: 0;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    content: "";
    background: #240046;
}

.Work-form-parent textarea {
    height: 180px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #240046;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.inner-banner {
    padding-top: 3rem;
}

.email-subscribe .form-check-input[type=checkbox] {
    width: 14px;
    height: 14px;
    border-color: white;
}

.Work-form-parent input {
    height: 45px;
}

/* contact */


div#google_translate_element {
    width: auto;
    position: fixed;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    background: #ffffff;
    padding: 6px 6px;
}

.why-choose-us-sec .our-services-card {
    margin: 2px 0 2px;
}

figure {
    margin: 0 0 0rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f1f1f1 !important;
}


.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.inner-process-sec .hero-background {
    display: none;
}


.custom-btn.transparent-btn:hover {
    color: white;
    border-color: initial;
}

.parent-right-top-header .parent-logo-header {
    display: none;
}


.navbar-toggler:focus {
    box-shadow: none !important;
}

.accordion-item {
    margin: 0 0 12px;
}

/* inner pages css */


/* new css  */
.blue-layer:after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 2384px;
    opacity: .5;
    background: #1E65FF;
    filter: blur(300px);
    flex-shrink: 0;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    height: 740px;
    margin: auto;
}

.hero-sec .parent-btn {
    justify-content: center;
    margin: 2rem 0 0;
}

.parent-tagline {
    display: inline-flex;
    align-items: baseline;
    gap: 1rem;
    justify-content: center;
    height: 100%;
    border-radius: 100px;
    border: 1px solid #FFF;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.11);
    padding: 10px 1rem;
    width: auto;
    margin: 0 0 1rem;
}

.our-services-card .blue-btn img {
    filter: brightness(0) invert(0);
}

.our-services-card .custom-btn.transparent-btn {
    width: auto;
}

.blue-layer {
    background: #000;
    position: relative;
    z-index: 0;
}


.parent-tagline p {
    margin: 0;
    font-size: 18px;
}

.outer-circle :nth-child(02) {
    margin: 0 -7px 0 !important;
}

.row.course-showcase-row {
    margin-top: 3rem;
    margin-bottom: 3rem;
}



.two-layers {
    background: #000;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.two-layers::before,
.two-layers::after {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 1;
    flex-shrink: 0;
    border-radius: 329px;
    background: #1E65FF;
    filter: blur(225px);
    width: 429px;
    height: 429px;
    transform: rotate(103.98deg);
}

.two-layers:before {
    left: -100px;
    top: -100px;
}

.two-layers:after {
    right: -100px;
    bottom: -100px;
}

.about-us-sec {
    position: relative;
    z-index: 1;
}

.trust-sec {
    position: relative;
    z-index: 1;
    border-top: 1px solid #1E65FF;
    border-bottom: 1px solid #1E65FF;
    background: #000;
}

.trust-main-heading p {
    margin: 10px auto 0;
}

.trust-layout-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 3fr);
    gap: 14px;
    align-items: center;
}

.trust-chart-card,
.trust-top-card,
.trust-bottom-card {
    border: 1px solid #1E65FF;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.95) 0%, rgba(17, 17, 17, 0.98) 100%);
    height: 178px;
}

.trust-chart-card {
    position: relative;
    overflow: hidden;
    height: 440px;
}

.trust-chart-image,
.trust-chart-img,
.trust-chart-video {
    width: 100%;
    height: 100%;
}

.trust-chart-img,
.trust-chart-video {
    display: block;
    object-fit: cover;
}

.trust-chart-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border: 1px solid #1E65FF;
    border-radius: 100px;
    background: rgba(30, 101, 255, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.trust-play-icon {
    width: 38%;
    height: 38%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.trust-content-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.trust-top-card {
    padding: 40px 16px;
}

.trust-top-card .heading-2 {
    margin: 0 0 12px;
}

.trust-top-card p,
.trust-bottom-card p {
    margin: 0;
    font-size: 16px;
}

.trust-pill-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.trust-pill-btn {
    border: 1px solid #1E65FF;
    border-radius: 100px;
    background: #143f9f;
    color: #8ca5db;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 11px 8px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.trust-pill-btn:hover,
.trust-pill-btn:focus-visible {
    background: #1E65FF;
    color: #FFF;
    /* transform: translateY(-1px); */
    outline: none;
}

.trust-pill-btn.is-active {
    background: #1E65FF;
    color: #FFF;
}

.trust-bottom-card-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.trust-bottom-card {
    padding: 40px 16px;
}

.trust-bottom-icon {
    width: 46px;
    aspect-ratio: 1;
    border-radius: 10px;
    background: rgba(30, 101, 255, 0.18);
    border: 1px solid #1E65FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.trust-bottom-icon-image {
    width: 68%;
    height: 68%;
    object-fit: contain;
}

.trust-bottom-card .heading-3 {
    margin: 0 0 10px;
}

.fees-sec {
    position: relative;
    z-index: 1;
}

.fees-slider {
    padding: 0 6px 10px;
}

.fees-slider .swiper-slide {
    height: auto;
}

.fees-card {
    min-height: 100%;
    border: 1px solid #1E65FF;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(39, 39, 39, 0.95) 0%, rgba(26, 26, 26, 0.98) 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    padding: 16px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fees-card-header {
    text-align: start;
}

.fees-card-header .heading-3 {
    margin: 0 0 10px;
}

.fees-card-header p {
    margin: 0 0 1rem;
}

.fees-feature-list {
    list-style: none;
    margin: 0;
    padding: 0 6px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 285px;
    overflow-y: auto;
}

.fees-feature-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.fees-feature-item span {
    /* line-height: 1.25; */
}

.fees-feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0;
}

.fees-feature-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fees-card-btn {
    width: 100%;
    justify-content: center;
    margin-top: auto;
    padding: 10px 16px 10px !important;
}

.why-choose-main-heading p {
    width: 100%;
    margin: 14px auto 0;
}

.why-choose-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.96fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.why-choose-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.why-benefit-card {
    min-height: 160px;
    border: 1px solid #1E65FF;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.96) 0%, rgba(24, 24, 24, 0.98) 100%);
    padding: 18px 24px 16px;
    align-items: flex-start;
    gap: 14px;
}

.why-benefit-icon {
    width: auto;
    height: 50px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.why-benefit-content {
    flex: 1;
}

.why-benefit-content .heading-3 {
    margin: 0;
}

.why-benefit-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.55);
    display: block;
    margin: 14px 0 12px;
}

.why-benefit-content p {
    margin: 0;
}

.why-choose-media-column {
    position: relative;
}

.why-choose-media-slider {
    border: 1px solid #1E65FF;
    border-radius: 14px;
    overflow: hidden;
}

.why-choose-media-card {
    position: relative;
    height: 429.719px;
    overflow: hidden;
}

.why-choose-media-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 9, 24, 0.1) 0%, rgba(4, 9, 24, 0.28) 100%);
}

.why-choose-media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-play {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.why-choose-play-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose-nav {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #1E65FF;
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.why-choose-nav-prev {
    left: -14px;
}

.why-choose-nav-next {
    right: -14px;
}

.why-choose-nav::after {
    display: none;
}

.why-choose-us-sec {
    background: #000;
}

.why-benefit-icon h3 {
    margin: 0;
}

.main-heading.centered {
    text-align: center;
    margin: 0 auto 2rem;
}

.main-heading.centered p {
    width: 55%;
    margin: auto;
}

.location-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.location-main-heading {
    margin-bottom: 2.2rem;
}

.location-main-heading .heading-2 {
    margin: 0;
}

.location-main-heading p {
    width: 100%;
}

.location-layout {
    display: grid;
    grid-template-columns: minmax(280px, 1.02fr) minmax(0, 1fr);
    align-items: center;
    gap: 34px;
}

.location-content {
    max-width: 100%;
}

.location-top-block {
    margin-bottom: 28px;
}

.location-top-block .heading-2 {
    margin: 0 0 6px;
}

.location-top-block .heading-3 {
    margin: 0 0 10px;
}

.location-top-block p {
    margin: 0;
}

.location-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.location-stat-card {
    border-left: 0px solid rgba(30, 101, 255, 0.4);
    padding-left: 0;
}

.location-stat-number {
    margin: 0 0 8px;
    color: #1E65FF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.location-stat-card .heading-3 {
    margin: 0 0 10px;
}

.location-stat-card p {
    margin: 0;
}

@keyframes locationGlobeRotate {
    from {
        background-position: 0 center;
    }

    to {
        background-position: -2000px center;
    }
}

@keyframes locationHighlightDrift {

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

    50% {
        transform: translate(4px, -2px) scale(1.04);
    }
}

figure.location-globe-parent img {
    width: 100%;
    height: auto;
}

.get-in-touch-sec {
    background: radial-gradient(circle at 78% 40%, rgba(30, 101, 255, 0.2) 0%, rgba(0, 0, 0, 0.1) 42%), #000;
}

.get-in-touch {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(320px, 1fr);
    gap: 42px;
    align-items: end;
}

.git-content-col {
    max-width: 100%;
}

.git-main-heading {
    margin-bottom: 1.5rem;
}

.git-main-heading .heading-2 {
    margin-bottom: 10px;
}

.git-social-list {
    display: grid;
    gap: 14px;
}

.git-social-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(36, 120, 255, 0.9);
    border-radius: 12px;
    padding: 12px 16px;
    background: linear-gradient(180deg, rgba(20, 27, 45, 0.9) 0%, rgba(10, 14, 24, 0.96) 100%);
    box-shadow: inset 0 0 0 1px rgba(190, 215, 255, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: fit-content;
}

.git-social-card:hover {
    transform: translateY(-2px);
    border-color: rgba(70, 144, 255, 1);
    box-shadow: inset 0 0 0 1px rgba(190, 215, 255, 0.16), 0 10px 24px rgba(0, 0, 0, 0.35);
}

.git-social-icon {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    border: 1px solid rgba(211, 224, 255, 0.6);
    background: linear-gradient(180deg, #3c4659 0%, #273243 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.git-social-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.git-social-copy {
    flex: 1;
}

.git-social-copy h3 {
    margin: 0 0 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.git-social-copy p {
    margin: 0;
    color: rgba(239, 244, 255, 0.88);
    font-size: 16px;
    line-height: 1.2;
}

.git-social-arrow {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.git-social-arrow img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.git-visual-col {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
}

.git-chart-card {
    width: 100%;
    min-height: 360px;
    border-radius: 12px;
    border: 1px solid rgba(37, 115, 255, 0.85);
    background: linear-gradient(180deg, #01163d 0%, #001234 46%, #000f30 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.git-chart-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 28%, rgba(19, 120, 255, 0.32) 0%, rgba(6, 31, 82, 0.12) 45%, rgba(4, 18, 49, 0.72) 100%);
    z-index: 1;
}

.git-chart-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(40, 94, 165, 0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(40, 94, 165, 0.22) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.55;
    z-index: 2;
}

.git-chart-bars {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 70%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: end;
    gap: 10px;
    z-index: 3;
}

.git-chart-bar {
    width: 100%;
    border-radius: 6px 6px 0 0;
    transform-origin: center bottom;
    will-change: transform, opacity;
    --bar-rise: 1.12;
    animation: gitBarWave 6s ease-in-out infinite;
}

.git-chart-bar-green {
    background: linear-gradient(180deg, rgba(111, 255, 180, 0.96) 0%, rgba(26, 214, 126, 0.9) 68%, rgba(8, 95, 52, 0.4) 100%);
    box-shadow: 0 0 14px rgba(40, 214, 127, 0.4);
}

.git-chart-bar-red {
    background: linear-gradient(180deg, rgba(255, 132, 132, 0.96) 0%, rgba(238, 67, 67, 0.9) 68%, rgba(130, 24, 24, 0.42) 100%);
    box-shadow: 0 0 14px rgba(238, 67, 67, 0.38);
}

.git-chart-bar:nth-child(1) {
    height: 30%;
    --bar-rise: 1.2;
    animation-delay: 0s;
}

.git-chart-bar:nth-child(2) {
    height: 42%;
    --bar-rise: 1.14;
    animation-delay: 0.18s;
}

.git-chart-bar:nth-child(3) {
    height: 35%;
    --bar-rise: 1.18;
    animation-delay: 0.36s;
}

.git-chart-bar:nth-child(4) {
    height: 52%;
    --bar-rise: 1.12;
    animation-delay: 0.54s;
}

.git-chart-bar:nth-child(5) {
    height: 46%;
    --bar-rise: 1.16;
    animation-delay: 0.72s;
}

.git-chart-bar:nth-child(6) {
    height: 58%;
    --bar-rise: 1.11;
    animation-delay: 0.9s;
}

.git-chart-bar:nth-child(7) {
    height: 64%;
    --bar-rise: 1.09;
    animation-delay: 1.08s;
}

.git-chart-bar:nth-child(8) {
    height: 56%;
    --bar-rise: 1.13;
    animation-delay: 1.26s;
}

.git-chart-bar:nth-child(9) {
    height: 68%;
    --bar-rise: 1.08;
    animation-delay: 1.44s;
}

.git-chart-bar:nth-child(10) {
    height: 74%;
    --bar-rise: 1.07;
    animation-delay: 1.62s;
}

.git-chart-bar:nth-child(11) {
    height: 62%;
    --bar-rise: 1.1;
    animation-delay: 1.8s;
}

.git-chart-bar:nth-child(12) {
    height: 80%;
    --bar-rise: 1.06;
    animation-delay: 1.98s;
}

.git-chart-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.git-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.git-line-red {
    stroke: rgba(198, 51, 92, 0.95);
    stroke-width: 4;
    animation: gitLineFlow 6s linear infinite;
}

.git-line-blue {
    stroke: rgba(28, 94, 242, 0.72);
    stroke-width: 3;
    animation: gitLineFlow 7s linear infinite 0.35s;
}

.git-chart-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.17) 48%, rgba(255, 255, 255, 0) 80%);
    transform: translateX(-120%);
    animation: gitSweep 6s ease-in-out infinite;
    z-index: 5;
    pointer-events: none;
}

@keyframes gitLineFlow {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: -1000;
    }
}

@keyframes gitBarWave {

    0%,
    100% {
        opacity: 0.82;
        transform: scaleY(0.86);
    }

    30% {
        opacity: 0.92;
        transform: scaleY(1.02);
    }

    50% {
        opacity: 1;
        transform: scaleY(var(--bar-rise));
    }

    72% {
        opacity: 0.95;
        transform: scaleY(0.96);
    }
}

@keyframes gitSweep {

    0%,
    30% {
        transform: translateX(-120%);
    }

    62% {
        transform: translateX(120%);
    }

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

.course-outline-stack {
    display: grid;
    gap: 2rem;
}

.course-outline-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 265px;
    align-items: stretch;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.33);
    border-radius: 15px;
    outline: 1px solid #1E65FF;
    background: rgba(255, 255, 255, 0.10);
    border: none;
}

.course-outline-icon-col {
    background: linear-gradient(180deg, #2568ea 0%, #1f5be8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0 566px 566px 0;
    position: relative;
}

.course-outline-icon-shell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-outline-content-col {
    padding: 14px 22px 14px 20px;
}

.course-outline-content-col .heading-3 {
    font-size: 25px;
    line-height: 1.2;
}

.course-outline-points {
    margin: 16px 0 16px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.course-outline-points li {
    position: relative;
    padding-left: 22px;
    color: #f6fbff;
    font-weight: 600;
    line-height: 1.3;
}

.course-outline-points li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2c79ff;
    position: absolute;
    left: 0;
    top: 3px;
}

.course-outline-side-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 10px;
    gap: 6px;
}

.course-outline-side-col::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    width: 22px;
    background: #091F4E;
    transform: skewX(-14deg);
}

.course-outline-side-col p {
    margin: 0;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 1.25;
    font-weight: 700;
}

.course-outline-star {
    width: 48px;
    height: 48px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    animation: courseOutlineStarBlink 3.2s ease-in-out infinite;
}

@keyframes courseOutlineStarBlink {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.95;
    }

    50% {
        transform: scale(1.09);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .course-outline-star {
        animation: none;
    }
}

.advance-course-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.advance-course-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 84px;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
    padding: 14px 14px;
    border-radius: 15px;
    border: 1px solid #1E65FF;
    background: rgba(255, 255, 255, 0.10);
}

.advance-course-subtitle {
    margin: 4px 0 0;
    color: rgba(230, 241, 255, 0.95);
    font-size: 12px;
    line-height: 1.35;
}

.advance-course-points {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 4px;
}

.advance-course-points li {
    position: relative;
    margin: 0;
    padding-left: 22px;
    color: white;
    font-weight: 600;
}

.advance-course-points li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2c79ff;
    position: absolute;
    left: 0;
    top: 3px;
}

.advance-course-card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advance-course-card-icon img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.achievements-main-heading .heading-2 {
    margin: 0;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        'years students students'
        'success success funded'
        'capital capital funded'
        'opportunity opportunity opportunity';
    gap: 1rem;
}

.ach-card {
    border: 1px solid #1e65ff;
    border-radius: 12px;
    background: linear-gradient(120deg, rgba(22, 30, 50, 0.94) 0%, rgba(19, 23, 33, 0.98) 100%);
    position: relative;
    overflow: hidden;
    padding: 0px 18px;
}

.ach-card .heading-2 {
    margin: 0;
}

.ach-label {
    margin: 6px 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.12;
}

.ach-years {
    grid-area: years;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ach-students {
    grid-area: students;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0px;
}

.ach-success {
    grid-area: success;
    min-height: 152px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.ach-funded {
    grid-area: funded;
    min-height: 318px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    align-items: center;
    text-align: center;
    padding-top: 6%;
    padding: 0;
}

.ach-capital {
    grid-area: capital;
    min-height: 154px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ach-opportunities {
    grid-area: opportunity;
    min-height: 126px;
    align-items: center;
    gap: 14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ach-icon {
    object-fit: contain;
}

.ach-icon-students {
    width: 120px;
    height: 120px;
}

.ach-icon-success {
    width: 210px;
    height: 110px;
    align-self: end;
}

.ach-icon-dollar {
    width: 125px;
    height: 153px;
    transform: rotate(24.49deg);
    aspect-ratio: 2/3;
}

.ach-icon-blocks {
    width: 100%;
    max-width: 100%;
    height: 168px;
    object-fit: cover;
    margin-left: 0px;
    height: 60%;
}

.ach-opportunities .heading-2 {
    text-align: center;
    margin: 0;
}

.ach-icon-opportunity-left {
    justify-self: center;
    max-width: 140px;
}

.ach-icon-opportunity-right {
    justify-self: center;
    max-width: 140px;
}

.course-outline-side-col::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    width: 119%;
    background: #1E65FF;
    transform: skewX(-14deg);
    z-index: 0;
    height: 110%;
}

.ach-copy {
    height: 60%;
    align-content: end;
}

/* ===== CERTIFICATES SECTION ===== */
.certificates-sec {
    background: radial-gradient(circle at 82% 12%, rgba(30, 102, 255, 0.22) 0%, rgba(0, 0, 0, 0.04) 48%), #000;
    perspective: 1000px;
}

.certificates-header {
    margin-bottom: 3.5rem;
    max-width: 820px;
}

.certificates-header .heading-2 {
    margin: 0 0 12px;
}

.certificates-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.certificates-slider-wrapper {
    position: relative;
    background-image: url('/main/images/bg-layers.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.certificates-slider {
    padding: 40px 0 80px 0;
}

.certificates-slider .swiper-wrapper {
    align-items: center;
    padding: 14rem 0 13rem;
}

.cert-slide {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    transition: transform 0.4s ease;
    transform: scale(0.75);
    opacity: 0.6;
}

.cert-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
}

.cert-slide.swiper-slide-next,
.cert-slide.swiper-slide-prev {
    transform: scale(0.75) !important;
    opacity: 1;
}

.cert-card-wrapper {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cert-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    overflow: hidden;
}

.cert-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    opacity: 1;
}

.cert-slide.swiper-slide-active .cert-image {
    filter: brightness(1.05) drop-shadow(0 20px 40px rgba(30, 101, 255, 0.2));
}

.cert-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    max-width: 90%;
    line-height: 1.4;
}

/* Swiper Navigation Styling */
.swiper-button-prev,
.swiper-button-next {
    color: #1e65ff;
    width: 44px;
    height: 44px;
    background: rgba(30, 101, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(30, 101, 255, 0.25);
    color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}

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

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

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: rgba(30, 101, 255, 0.4);
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1e65ff;
}

.swiper-slide-active.cert-slide .cert-card-wrapper {
    transform: scale(1.3);
}

/* Courses Section */
.courses-sec {
    position: relative;
}

.courses-sec .container {
    position: relative;
    z-index: 2;
}

.courses-head {
    max-width: 760px;
    margin: 0 auto 2.4rem;
}

.courses-head .heading-2 {
    margin-bottom: 10px;
}

.courses-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.45;
    text-transform: capitalize;
}

.courses-layout {
    display: grid;
    gap: 20px;
}

.courses-top-grid,
.courses-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.course-card,
.course-class-image-card {
    border: 1px solid rgba(30, 101, 255, 0.9);
    border-radius: 12px;
    background: linear-gradient(136deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    overflow: hidden;
}

.course-card {
    min-height: 214px;
    position: relative;
}

.course-card-title {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 1.05;
}

.course-card-currency {
    padding: 24px 20px 18px;
}

.course-currency-art {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 6px;
}

.course-coin-image {
    max-width: 118px;
    margin: 18px 0 0;
}

.course-paper-money-image {
    max-width: 188px;
    margin: 0;
}

.course-card-currency .course-card-title {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 16px;
}

.course-card-education {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 14px 14px;
}

.course-education-content {
    max-width: 68%;
}

.course-card-education .course-card-title,
.course-tools-card .course-card-title {
    font-size: 21px;
    line-height: 1.15;
    margin-bottom: 10px;
}

.course-card-education p,
.course-tools-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.3;
    text-transform: capitalize;
}

.course-mobile-image {
    margin: 0;
    max-width: 145px;
}

.course-class-image-card {
    margin: 0;
    min-height: 220px;
}

.course-class-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.course-tools-card {
    align-self: center;
}

.course-pill-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
}

.course-pill-list li {
    min-height: 42px;
    border-radius: 999px;
    background: #1e65ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
}

/* ===== COMMUNITY SECTION ===== */
.community-sec {
    position: relative;
    z-index: 1;
}

.community-heading {
    margin-bottom: 2rem;
}

.community-slider-outer {
    display: flex;
    align-items: center;
    gap: 16px;
}

.community-slider {
    flex: 1;
    min-width: 0;
}

.community-card {
    padding: 2rem 22px 3rem;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    border-radius: 20px;
    border: 1px solid #1E65FF;
    background: linear-gradient(180deg, #000 0%, #1E65FF 121.93%);
}

.community-card:hover {
    border-color: rgba(30, 101, 255, 0.75);
    box-shadow: 0 4px 30px rgba(30, 101, 255, 0.18);
}

.community-card-icon {
    width: 65px;
    height: 65px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 101, 255, 0.15);
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.community-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.community-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.community-card-label {
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.2px;
}

/* Custom nav buttons */
.swiper-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1e65ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: background 0.2s ease;
    user-select: none;
}

.swiper-btn:hover {
    background: #155edb;
}

.swiper-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

/* Contact Us Section */
.contact-us-sec {
    position: relative;
    z-index: 1;
}

.contact-us-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 32px;
    align-items: self-start;
    position: relative;
    z-index: 0;
}

.contact-form-card {
    border: 1px solid rgba(30, 101, 255, 0.9);
    border-radius: 20px;
    background: linear-gradient(155deg, rgba(8, 17, 51, 0.98) 0%, rgba(13, 33, 96, 0.96) 48%, rgba(31, 88, 223, 0.96) 100%);
    padding: 26px 24px 24px;
}

.contact-form-card>p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.86);
}

.contact-us-form {
    display: grid;
    gap: 12px;
}

.contact-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
}

.contact-us-field {
    display: grid;
    gap: 2px;
}

.contact-us-field label {
    color: #fff;
}

.contact-us-field input,
.contact-us-field select,
.contact-us-field textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.74);
    background: transparent;
    border-radius: 0;
    color: #fff;
    padding: 0 0 10px;
    outline: none;
    box-shadow: none;
}

.contact-us-field select {
    appearance: none;
}

.contact-us-field textarea {
    min-height: 60px;
    resize: none;
}

.contact-us-field input:focus,
.contact-us-field select:focus,
.contact-us-field textarea:focus {
    border-bottom-color: #ffffff;
}

.contact-us-field-message {
    gap: 10px;
}

.contact-submit-btn:hover {
    background: #111;
}

.contact-us-status {
    margin-top: 8px;
}

.contact-side-content {
    padding-top: 4px;
}

.contact-info-list {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.contact-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-detail-row img {
    width: 18px;
    height: auto;
    margin-top: 5px;
    flex-shrink: 0;
}

.contact-detail-row a,
.contact-detail-row p {
    margin: 0;
    color: white;
}

.contact-detail-row-address {
    align-items: flex-start;
}

.contact-mobile-figure {
    margin-left: auto !important;
    max-width: 100%;
    text-align: end;
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: -1;
}

.contact-mobile-image {
    height: auto;
    display: block;
}

.modal-contact-form {
    width: 100%;
    margin-top: 1rem;
}

.modal-contact-form .contact-us-grid {
    grid-template-columns: 1fr;
    gap: 12px;
}

.modal-header {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    z-index: 1;
    right: -22px !important;
    border: 0 !important;
    top: -22px !important;
}

.modal-header .btn-close {
    background-color: white;
    opacity: 1;
}

.modal-content {
    background: transparent !important;
}

.contact-form-card .custom-btn.transparent-btn {
    width: 100%;
    background: black;
    margin-top: 1rem;
    border-color: white;
}

.bottom-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 0;
    gap: 8px;
}

.fees-card-header a {
    margin: 0 0 0rem;
}

.custom-content li {
    font-weight: 400;
}

.contact-us-field select option {
    background: #123185;
}
