﻿/* Banner Section */
.banner {
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.banner-section1,
.banner-section2,
.banner-section3,
.banner-section4 {
    padding: 20px 100px;
    position: relative;
    z-index: 10;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner-section1 {
    background-image: linear-gradient(to right, #DF014A, #00005a);
}

.banner-section2 {
    background-image: linear-gradient(to right, #771d78, #d30466);
}

.banner-section3 {
    background-image: linear-gradient(to right, #cb2f22, #f29f20);
}

.banner-section4 {
    background-image: linear-gradient(to right, #21a1f7, #3f20f2);
}

.banner-wrapper {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.banner-web-img-wrapper,
.banner-digital-img-wrapper,
.banner-graphics-img-wrapper {
    width: 100%;
    position: relative;
}

    .banner-web-img-wrapper img,
    .banner-digital-img-wrapper img,
    .banner-graphics-img-wrapper img {
        width: 100%;
        max-width: 500px;
    }

.HomeGraphicsBGPage {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
    z-index: -1;
}

.banner-p1 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-transform: capitalize;
}

.banner-h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.2px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Buttershine ", serif;
}

.banner-width {
    width: 100%;
}

/* Media Queries */
@media (max-width: 576px) {
    .web-page img {
        width: 200px;
    }

    .banner-section1,
    .banner-section2,
    .banner-section3,
    .banner-section4 {
        padding: 20px;
    }

    .banner-h1 {
        font-size: 30px;
    }

    .banner-width {
        padding: 20px 0;
    }
}

/* Courses Section */

.home-courses-section {
    background: #fff;
    background-image: none;
    padding: 50px 0;
    position: relative;
    z-index: 10;
}

.shape-20-1 {
    position: absolute;
    top: 45px;
    width: 400px;
    height: 400px;
    z-index: -1;
    opacity: 0.3;
    right: 95px;
    transform: rotate(0deg);
    transition: transform 30s linear;
    animation: rotate 30s infinite linear;
}

.shape-20-2 {
    position: absolute;
    top: 45%;
    width: 350px;
    height: 350px;
    z-index: -1;
    opacity: 0.2;
    left: 20%;
    transform: rotate(0deg);
    transition: transform 30s linear;
    animation: rotate 30s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.courses-bg-bottom {
    position: absolute;
    bottom: -200px;
    right: 0;
    width: 100%;
    /* background-position: top right -37%; */
}

.courses-heading {
    padding-bottom: 40px;
}

    .courses-heading h3 {
        color: #00005a;
        text-align: start;
    }

    .courses-heading h5 {
        color: #00005a;
        font-size: 16px;
        text-align: start;
    }

.courses-list-section {
    cursor: default;
}

.courses-list-outer-wrapper {
    position: relative;
}

    .courses-list-outer-wrapper p {
        position: relative;
        padding: 5px 20px;
        text-align: start;
        border-radius: 0px;
        transition: border, border-image 10s ease-in-out;
        /* background: center linear-gradient(black, black) no-repeat; */
        background-origin: content-box;
        color: #00005a;
        font-size: 20px;
        font-weight: 600;
        transition: all 0.5s;
    }

        .courses-list-outer-wrapper p:hover {
            padding: 5px 35px;
            font-weight: 700;
        }

    .courses-list-outer-wrapper a {
        text-decoration: none;
    }

    .courses-list-outer-wrapper p:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        top: 50%;
        position: absolute;
        background: #DF014A;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 15px;
        height: 3px;
    }

    .courses-list-outer-wrapper p:hover:after {
        width: 25px;
        height: 3px;
        left: 0;
    }

.courses-hover-img img {
    width: 100%;
    /* width: 500px; */
    /* height: 300px; */
}

.courses-name {
    text-align: start;
    padding: 20px 0;
}

.course-right-section h4 {
    margin-bottom: 0px !important;
}

.courses-wrapper {
    padding: 0px 50px;
}

/* Media Queries */
@media (max-width: 576px) {
    .course-right-section {
        display: none;
    }

    .shape-20 {
        display: none;
    }

    .courses-wrapper {
        padding-left: 40px;
    }

    .courses-list-outer-wrapper p {
        font-size: 15px;
    }

    .shape-20-2 {
        display: none;
    }
}





/* corporate-banking css */
.corporate-banking-bg {
    background-image: url(https://fastwpdemo.com/newwp/finbank/wp-content/uploads/2022/09/corporate-banking-bg.jpg);
}

.corporate-banking {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 93px 0 70px;
    z-index: 1;
}

.corporate-banking-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-color: #1a1c23;
    background-blend-mode: luminosity;
    z-index: -1;
}

    .corporate-banking-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgb(26, 28, 35);
        background: linear-gradient(90deg, rgba(26, 28, 35, 1) 0%, rgba(245, 248, 247, 1) 0%, rgba(245, 248, 247, 1) 30%, rgba(245, 248, 247, 1) 40%, rgba(245, 248, 247, 1) 55%, rgba(245, 248, 247, 0) 100%);
    }

    .corporate-banking-bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #f5f8f7;
        opacity: 0.80;
    }

.corporate-banking__inner {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    float: left;
    padding-left: 30px;
    z-index: 2;
}

    .corporate-banking__inner .sec-title {
        margin-top: 0px;
        padding-bottom: 55px;
        margin: 0px 39px;
    }

        .corporate-banking__inner .sec-title h2 {
            color: var(--thm-black);
            font-size: 48px;
            line-height: 1.1em;
            font-weight: 500;
            text-transform: capitalize;
        }

        .corporate-banking__inner .sec-title .sub-title p {
            color: #797c7f;
            font-size: 18px;
            line-height: 24px;
        }

.sec-title .sub-title {
    position: relative;
    display: block;
    padding-top: 13px;
}

    .sec-title .sub-title p {
        font-size: 18px;
        line-height: 24px;
    }

.corporate-banking__inner-content {
    position: relative;
    display: block;
    overflow: hidden;
}

    .corporate-banking__inner-content ul {
        position: relative;
        display: block;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }

        .corporate-banking__inner-content ul li {
            position: relative;
            display: block;
            float: left;
            width: 33.3333333333%;
            padding: 0 15px;
        }

.single-features-of-banking--style2 {
    border-color: #e1e6e4;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.single-features-of-banking {
    position: relative;
    display: block;
    border: 1px solid #e0e1e2;
    text-align: center;
    padding: 30px 0px 0;
    width: 170px;
    margin: 0 auto 30px;
    z-index: 1;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .single-features-of-banking::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-right: 55px solid #30343c;
        border-top: 102px solid transparent;
        border-bottom: 102px solid transparent;
    }

.single-features-of-banking--style2::before {
    border-right: 55px solid #f5f8f7;
}

.single-features-of-banking .icon-holder {
    font-size: 40px;
}

.corporate-banking-bg img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.single-features-of-banking h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 0px 10px;
}

.single-features-of-banking--style2 h3 a {
    color: var(--thm-black);
    text-decoration: none;
}

.single-features-of-banking .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding-top: 9px;
    z-index: 1;
}

.single-features-of-banking--style2 .btn-box::before {
    border-bottom: 55px solid #f5f8f7;
}

.single-features-of-banking .btn-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-bottom: 55px solid #30343c;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
}

.single-features-of-banking .btn-box a {
    position: relative;
    display: inline-block;
    color: #a5a6aa;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-of-banking--style2 .btn-box::before {
    border-bottom: 55px solid #f5f8f7;
}

.single-features-of-banking .btn-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
}

.single-features-of-banking .btn-box a {
    position: relative;
    display: inline-block;
    color: #a5a6aa;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-of-banking::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid var(--thm-base);
    z-index: -1;
    opacity: 0;
    transform: perspective(400px) scaleX(0.7);
    transform-origin: center;
}

/* Companies Section */

.companies {
    padding: 50px 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    /* height: 70vh; */
}

.companies-heading h3,
.companies-heading h5 {
    color: #00005a;
    text-align: center;
}

.companies-section {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}

.container-img {
    display: flex;
}

    .container-img img {
        border: 2px solid rgba(0, 0, 0, 0.04);
        padding: 10px;
        width: 170px;
        height: 80px;
        margin: 0 5px;
    }



/* .sliding-background img{
  border: 2px solid rgba(0, 0, 0, 0.04);
  padding: 10px;
  width: 170px;
  height: 80px;
  display: block;
  animation: slide 1.2s linear infinite;
}


@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
} */


/* Video Section */

.video {
    padding: 50px 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.video-section {
    border: 1px solid #DF014A;
    padding: 10px;
}

.video-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.5), #000), url("../Images/Assests/Home/bgRequestcallBack.jpg") local center center;
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}

.video-heading h3 {
    color: #fff;
    position: absolute;
    bottom: 12%;
    z-index: 8;
    text-align: center;
    width: 100%;
}

.video-play-wrapper {
    width: 100%;
    position: absolute;
    bottom: 50%;
    text-align: center;
    z-index: 8;
}

.video-play-btn {
    color: #fff;
    background-color: #DF014A;
    border-radius: 50%;
    padding: 5px;
    animation: video-play-pulse 1.5s infinite;
}


#youtubePlayer {
    width: 100%;
    height: 500px;
}

.video-wrapper {
    position: relative;
}

.video-heading {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.video-heading {
    display: none;
}

@keyframes video-play-pulse {
    0% {
        box-shadow: 0 0 0 0 #DF014A;
    }

    100% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

/* Satisfaction Section */

.satisfaction-guarantee {
    padding-top: 25px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.guarantee-heading h3,
.guarantee-heading h5 {
    color: #00005a;
    text-align: center;
}

.guarantee-heading h3 {
    font-size: 40px;
}

.guarantee-heading h5 {
    font-size: 16px;
    color: #4a5568;
    margin: 0;
}

.gurantee-outer-wrapper h5 {
    color: #041750;
    font-size: 22px;
    font-weight: 500;
}

.guarantee-section {
    padding-top: 50px;
}

.gurantee-outer-wrapper {
    padding: 10px;
}

.guarantee-img-wrapper {
    width: 100%;
}

    .guarantee-img-wrapper img {
        width: 200px;
    }

/* Bottom-right */

.guarantee-inner-wrapper-br {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    padding: 50px 50px 50px;
    padding-right: 280px;
    min-height: 350px;
    transition: all 300ms linear;
    z-index: 2;
}

    .guarantee-inner-wrapper-br::after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #00005a;
        transform: scale(0);
        transform-origin: right top;
        border-radius: 500px 0 0;
        z-index: -1;
        content: "";
        transition: all 300ms linear;
    }

    .guarantee-inner-wrapper-br:hover:after {
        transform: scale(1.5);
        transform-origin: right top;
        border-radius: 0 0 0 500px;
    }

    .guarantee-inner-wrapper-br:hover .gurantee-icon-br {
        transform: rotate(180deg) scale(-1);
    }

.guarantee-image-box-br {
    position: absolute;
    right: 0;
    top: 0;
}

    .guarantee-image-box-br .gurantee-icon-br {
        position: absolute;
        right: 115px;
        bottom: -5px;
        height: 80px;
        width: 80px;
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        z-index: 2;
        transition: all 300ms ease;
        border: 2px solid #0061ff;
    }

    .guarantee-image-box-br .guarantee-img-br {
        border-radius: 0 0 0 400px;
        overflow: hidden;
        max-width: 280px;
    }

        .guarantee-image-box-br .guarantee-img-br img {
            width: 100%;
            transition: all 300ms ease;
        }

.guarantee-inner-wrapper-br .guarantee-content-br {
    position: relative;
}

    .guarantee-inner-wrapper-br .guarantee-content-br p {
        color: #3c3c3c;
    }

.guarantee-inner-wrapper-br:hover .guarantee-content-tr p {
    color: #fff;
}

.guarantee-inner-wrapper-br:hover .guarantee-content-tr h5 {
    color: #fff;
    font-weight: 500;
}

/* Bottom-left */

.guarantee-inner-wrapper-bl {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    padding: 50px 50px 50px;
    padding-left: 280px;
    padding-right: 50px;
    min-height: 350px;
    transition: all 300ms linear;
    z-index: 2;
}

    .guarantee-inner-wrapper-bl::after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #00005a;
        transform: scale(0);
        transform-origin: left bottom;
        border-radius: 0 500px 0 0px;
        z-index: -1;
        content: "";
        transition: all 300ms linear;
    }

    .guarantee-inner-wrapper-bl:hover:after {
        transform: scale(1.5);
        transform-origin: left bottom;
        border-radius: 0 500px 0 0px;
    }

    .guarantee-inner-wrapper-bl:hover .gurantee-icon-bl {
        transform: rotate(180deg) scale(-1);
    }

.guarantee-image-box-bl {
    position: absolute;
    left: 0;
    bottom: 0;
}

    .guarantee-image-box-bl .gurantee-icon-bl {
        position: absolute;
        right: 75px;
        top: -10px;
        height: 80px;
        width: 80px;
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #0061ff;
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        z-index: 2;
        transition: all 300ms ease;
    }

    .guarantee-image-box-bl .guarantee-img-bl {
        border-radius: 0 400px 0 0;
        overflow: hidden;
        max-width: 280px;
    }

        .guarantee-image-box-bl .guarantee-img-bl img {
            width: 100%;
            transition: all 300ms ease;
        }

.guarantee-inner-wrapper-bl .guarantee-content-bl {
    position: relative;
}

    .guarantee-inner-wrapper-bl .guarantee-content-bl p {
        color: #3c3c3c;
    }

.guarantee-inner-wrapper-bl:hover .guarantee-content-bl p {
    color: #fff;
}

.guarantee-inner-wrapper-bl:hover .guarantee-content-bl h5 {
    color: #fff;
    font-weight: 500;
}

/* Top-right */

.guarantee-inner-wrapper-tr {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    padding: 50px 50px 50px;
    padding-right: 280px;
    min-height: 350px;
    transition: all 300ms linear;
    z-index: 2;
}

    .guarantee-inner-wrapper-tr::after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #C2002F;
        transform: scale(0);
        transform-origin: right bottom;
        border-radius: 500px 0 0;
        z-index: -1;
        content: "";
        transition: all 300ms linear;
    }

    .guarantee-inner-wrapper-tr:hover:after {
        transform: scale(1.5);
        transform-origin: right bottom;
        border-radius: 500px 0 0;
    }

    .guarantee-inner-wrapper-tr:hover .gurantee-icon-tr {
        transform: rotate(180deg) scale(-1);
    }

.gurantee-image-box-tr {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .gurantee-image-box-tr .gurantee-icon-tr {
        position: absolute;
        right: 115px;
        top: -12px;
        height: 80px;
        width: 80px;
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #DF014A;
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        z-index: 2;
        transition: all 300ms ease;
    }

    .gurantee-image-box-tr .guarantee-img-tr {
        border-radius: 400px 0 0 0px;
        overflow: hidden;
        max-width: 280px;
    }

        .gurantee-image-box-tr .guarantee-img-tr img {
            width: 100%;
            transition: all 300ms ease;
        }

.guarantee-inner-wrapper-tr .guarantee-content-tr {
    position: relative;
}

    .guarantee-inner-wrapper-tr .guarantee-content-tr p {
        color: #3c3c3c;
    }

.guarantee-inner-wrapper-tr:hover .guarantee-content-br p {
    color: #fff;
}

.guarantee-inner-wrapper-tr:hover .guarantee-content-br h5 {
    color: #fff;
    font-weight: 500;
}

/* Top-left */

.guarantee-inner-wrapper-tl {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    padding: 50px 50px 50px;
    padding-left: 280px;
    padding-right: 50px;
    min-height: 350px;
    transition: all 300ms linear;
    z-index: 2;
}

    .guarantee-inner-wrapper-tl::after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #C2002F; /* Changed from #DF014A to a true corporate red */
        transform: scale(0);
        transform-origin: left top;
        border-radius: 0 0 500px 0;
        z-index: -1;
        content: "";
        transition: all 300ms linear;
    }

    .guarantee-inner-wrapper-tl:hover:after {
        transform: scale(1.5);
        transform-origin: left top;
        border-radius: 0 0 500px 0;
    }

    .guarantee-inner-wrapper-tl:hover .gurantee-icon-tl {
        transform: rotate(180deg) scale(-1);
    }

.guarantee-image-box-tl {
    position: absolute;
    left: 0;
    top: 0;
}

    .guarantee-image-box-tl .gurantee-icon-tl {
        position: absolute;
        right: 75px;
        bottom: -10px;
        height: 80px;
        width: 80px;
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #DF014A;
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        z-index: 2;
        transition: all 300ms ease;
    }

    .guarantee-image-box-tl .guarantee-img-tl {
        border-radius: 0 0 400px 0;
        overflow: hidden;
        max-width: 280px;
    }

        .guarantee-image-box-tl .guarantee-img-tl img {
            width: 100%;
            transition: all 300ms ease;
        }

.guarantee-inner-wrapper-tl .guarantee-content-tl {
    position: relative;
}

    .guarantee-inner-wrapper-tl .guarantee-content-tl p {
        color: #3c3c3c;
    }

.guarantee-inner-wrapper-tl:hover .guarantee-content-tl p {
    color: #fff;
}

.guarantee-inner-wrapper-tl:hover .guarantee-content-tl h5 {
    color: #fff;
    font-weight: 500;
}








/* Media Queries */
@media (max-width: 576px) {
    .guarantee-inner-wrapper-tr {
        padding: 20px;
        padding-bottom: 300px;
    }

    .guarantee-inner-wrapper-br {
        padding: 20px;
        padding-top: 300px;
    }

    .guarantee-inner-wrapper-bl {
        padding: 20px;
        padding-bottom: 300px;
    }

    .guarantee-inner-wrapper-tl {
        padding: 20px;
        padding-top: 300px;
    }

    .guarantee-inner-wrapper-tr,
    .guarantee-inner-wrapper-br {
        padding: 20px;
    }

    .guarantee-inner-wrapper-tr,
    .guarantee-inner-wrapper-tl,
    .guarantee-inner-wrapper-br,
    .guarantee-inner-wrapper-bl {
        height: 500px;
    }

    .gurantee-image-box-tr,
    .guarantee-image-box-bl,
    .guarantee-image-box-br,
    .guarantee-image-box-tl {
        position: relative;
        display: flex;
        justify-content: center;
    }

        .gurantee-image-box-tr .guarantee-img-tr,
        .guarantee-image-box-bl .guarantee-img-bl,
        .guarantee-image-box-br .guarantee-img-br,
        .guarantee-image-box-tl .guarantee-img-tl {
            overflow: visible;
        }

    .guarantee-inner-wrapper-bl,
    .guarantee-inner-wrapper-tl {
        padding: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .gurantee-image-box-tr .gurantee-icon-tr,
    .guarantee-image-box-bl .gurantee-icon-bl,
    .guarantee-image-box-br .gurantee-icon-br,
    .guarantee-image-box-tl .gurantee-icon-tl {
        bottom: -40px !important;
        top: auto;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .guarantee-content-br,
    .guarantee-content-bl,
    .guarantee-content-tr,
    .guarantee-content-tl {
        margin-top: 50px;
    }

    .guarantee-inner-wrapper-tr .guarantee-content-br h5 {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .guarantee-inner-wrapper-tr,
    .guarantee-inner-wrapper-br {
        padding: 20px;
    }

    .guarantee-inner-wrapper-tr,
    .guarantee-inner-wrapper-tl,
    .guarantee-inner-wrapper-br,
    .guarantee-inner-wrapper-bl {
        height: 500px;
    }

    .gurantee-image-box-tr,
    .guarantee-image-box-bl,
    .guarantee-image-box-br,
    .guarantee-image-box-tl {
        position: relative;
        display: flex;
        justify-content: center;
    }

        .gurantee-image-box-tr .guarantee-img-tr,
        .guarantee-image-box-bl .guarantee-img-bl,
        .guarantee-image-box-br .guarantee-img-br,
        .guarantee-image-box-tl .guarantee-img-tl {
            overflow: visible;
        }

    .guarantee-inner-wrapper-bl,
    .guarantee-inner-wrapper-tl {
        padding: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .gurantee-image-box-tr .gurantee-icon-tr,
    .guarantee-image-box-bl .gurantee-icon-bl,
    .guarantee-image-box-br .gurantee-icon-br,
    .guarantee-image-box-tl .gurantee-icon-tl {
        bottom: -40px !important;
        top: auto;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .guarantee-content-br,
    .guarantee-content-bl,
    .guarantee-content-tr,
    .guarantee-content-tl {
        margin-top: 50px;
    }

    .guarantee-inner-wrapper-tr .guarantee-content-br h5 {
        text-align: center;
    }
}


/* What Can I DO For THis Course Section */
.who-can-do-this-course-section {
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.who-can-do-this-course {
    padding: 50px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), #000), url("../Images/Assests/Home/bg-guarenteed.jpg") fixed center center;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.course-heading h3 {
    font-size: 40px;
}

.course-heading h3,
.course-heading h5 {
    color: #fff;
    text-align: center;
}

.course-section {
    padding-top: 30px;
    width: 60%;
    margin: 0 auto;
}

.who-can-do-this-course-list {
    display: flex;
    align-items: center;
}

    .who-can-do-this-course-list p {
        color: #fff;
        font-size: 20px;
        padding-left: 5px;
    }

    .who-can-do-this-course-list .course-icon {
        color: yellow;
    }


/* Media Queries */
@media (max-width: 576px) {
    .course-section {
        width: 100% !important;
        margin: 0 !important;
    }

    .who-can-do-this-course-list p {
        font-size: 20px;
    }
}


/* Testimonals Section */

.testimonials {
    padding: 50px 0px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.test-heading h3,
.test-heading h5 {
    color: #00005a;
    text-align: center;
}

.test-heading h5 {
    font-size: 16px;
    color: #4a5568;
    margin: 0; 
}

    .test-heading h3 {
        font-size: 40px;
    }

/* .testimonial-section {
  padding-top: 70px;
} */

.testimonial-outer-wrapper {
    padding: 0px 10px;
    margin-top: 60px;
}

.test-heading {
    padding-bottom: 25px;
}

.testimonial-inner-wrapper {
    position: relative;
    text-align: center;
    justify-content: center;
    justify-items: center;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.14);
}

.testimonial-profile img {
    width: 110px;
    height: 130px;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testimonial-profile-name {
    margin-top: 100px;
}

    .testimonial-profile-name h4 {
        color: #00005a;
        font-weight: 500;
        margin-bottom: 0px !important;
        font-size: 20px;
    }

    .testimonial-profile-name p {
        margin: 0;
    }

    .testimonial-profile-name span {
        background-color: #DF014A;
        display: inline-block;
        height: 2px;
        vertical-align: top;
        width: 80px;
        margin: 20px 0;
    }

.testimonial-company-name {
    font-size: 16px;
    font-weight: 600;
    color: #DF014A;
}

.testimonial-desc {
    padding-top: 20px;
}

/* Faqs Section */
/* =========================================
   FAQ SECTION STYLES
   ========================================= */

/* --- General Layout --- */
.faqs {
    padding: 25px 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.faq-outer-wrapper {
    padding: 0 15px;
}

.faq-heading h3 {
    color: #00005a;
    text-align: center;
}

.faq-heading h5 {
    font-size: 16px;
    color: #4a5568;
    margin: 0;
}

.faqs-section {
    padding-top: 50px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #3c3c3c; 
}

img, svg {
    vertical-align: middle;
}

/* --- Image Styling --- */
.faq-img-wrapper {
    display: flex;
    justify-content: center;
}

    .faq-img-wrapper img {
        width: 100%;
    }

/* =========================================
   ACCORDION LOGIC & DESIGN
   ========================================= */

/* --- Individual Question Wrapper --- */
.main-que {
    border-bottom: 0.5px solid #b8b9b9;
    transition: 0.5s ease-in-out;
}

/* --- The Clickable Row --- */
.que-icon {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Keeps the text and icon perfectly centered horizontally */
    cursor: pointer;
    padding: 15px 0;
    transition: 0.5s ease-in-out;
}

    .que-icon h5 {
        margin: 0; /* Prevents the heading from pushing the row out of alignment */
        padding-right: 20px;
    }

/* --- The Answer / Dropdown --- */
.sub-menu {
    display: none; /* Hidden by default */
    padding-bottom: 15px;
    color: #555;
}

/* When Javascript adds the 'active' class, show the answer */
.main-que.active .sub-menu {
    display: block;
}

/* --- The Plus/Minus Icon Circle --- */
.faq-minus-plus-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #cecece;
    color: #8a8a8a;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* Prevents the circle from turning into an oval if the screen is small */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    /* --- Injecting the Plus Sign (Default) --- */
    .faq-minus-plus-icon::before {
        content: '+';
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
    }

/* --- Injecting the Minus Sign (When Active) --- */
.main-que.active .faq-minus-plus-icon::before {
    content: '-';
    font-size: 24px;
    line-height: 0.8; /* Keeps the minus sign perfectly centered */
}

/* --- Optional: Highlight the Icon when Open --- */
/* This makes the circle turn dark blue when the question is open */
.main-que.active .faq-minus-plus-icon {
    background-color: #00005a;
    color: #ffffff;
}

/*****************/

.slide-by-one-in-group .carousel-control {
    background-image: none !important;
}

.slide-by-one-in-group .cloneditem-1,
.slide-by-one-in-group .cloneditem-2,
.slide-by-one-in-group .cloneditem-3 {
    display: none;
}

@media (min-width: 768px) {
    .slide-by-one-in-group .carousel-inner > .active.left,
    .slide-by-one-in-group .carousel-inner > .prev {
        left: -50%;
    }

    .slide-by-one-in-group .carousel-inner > .active.right,
    .slide-by-one-in-group .carousel-inner > .next {
        left: 50%;
    }

    .slide-by-one-in-group .carousel-inner > .left,
    .slide-by-one-in-group .carousel-inner > .prev.right,
    .slide-by-one-in-group .carousel-inner > .active {
        left: 0;
    }

    .slide-by-one-in-group .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media (min-width: 768px) and (transform-3d), (min-width: 768px) and (-webkit-transform-3d) {
    .slide-by-one-in-group .carousel-inner > .item.active.right,
    .slide-by-one-in-group .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .slide-by-one-in-group .carousel-inner > .item.active.left,
    .slide-by-one-in-group .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .slide-by-one-in-group .carousel-inner > .item.left,
        .slide-by-one-in-group .carousel-inner > .item.prev.right,
        .slide-by-one-in-group .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media (min-width: 992px) {
    .slide-by-one-in-group .carousel-inner > .active.left,
    .slide-by-one-in-group .carousel-inner > .prev {
        left: -33.33333333%;
    }

    .slide-by-one-in-group .carousel-inner > .active.right,
    .slide-by-one-in-group .carousel-inner > .next {
        left: 33.33333333%;
    }

    .slide-by-one-in-group .carousel-inner > .left,
    .slide-by-one-in-group .carousel-inner > .prev.right,
    .slide-by-one-in-group .carousel-inner > .active {
        left: 0;
    }

    .slide-by-one-in-group .carousel-inner .cloneditem-2 {
        display: block;
    }
}

@media (min-width: 992px) and (transform-3d), (min-width: 992px) and (-webkit-transform-3d) {
    .slide-by-one-in-group .carousel-inner > .item.active.right,
    .slide-by-one-in-group .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.33333333%, 0, 0);
        transform: translate3d(33.33333333%, 0, 0);
        left: 0;
    }

    .slide-by-one-in-group .carousel-inner > .item.active.left,
    .slide-by-one-in-group .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.33333333%, 0, 0);
        transform: translate3d(-33.33333333%, 0, 0);
        left: 0;
    }

        .slide-by-one-in-group .carousel-inner > .item.left,
        .slide-by-one-in-group .carousel-inner > .item.prev.right,
        .slide-by-one-in-group .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media (min-width: 1200px) {
    .slide-by-one-in-group .carousel-inner > .active.left,
    .slide-by-one-in-group .carousel-inner > .prev {
        left: -25%;
    }

    .slide-by-one-in-group .carousel-inner > .active.right,
    .slide-by-one-in-group .carousel-inner > .next {
        left: 25%;
    }

    .slide-by-one-in-group .carousel-inner > .left,
    .slide-by-one-in-group .carousel-inner > .prev.right,
    .slide-by-one-in-group .carousel-inner > .active {
        left: 0;
    }

    .slide-by-one-in-group .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media (min-width: 1200px) and (transform-3d), (min-width: 1200px) and (-webkit-transform-3d) {
    .slide-by-one-in-group .carousel-inner > .item.active.right,
    .slide-by-one-in-group .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .slide-by-one-in-group .carousel-inner > .item.active.left,
    .slide-by-one-in-group .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

        .slide-by-one-in-group .carousel-inner > .item.left,
        .slide-by-one-in-group .carousel-inner > .item.prev.right,
        .slide-by-one-in-group .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

/* Make the images wide and responsive */
.carousel-inner img {
    height: auto;
    width: 100%;
}

@media (max-width: 768px) {
    .faqs-section-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-que h5 {
        font-size: 16px;
    }
}



/* Request Call Back Section */
/*
.requestCallBack-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1.5)), url("../Images/Assests/Home/bgRequestcallBack.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    padding-top: 20px;
}

.requestCallBackLeft {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0px 0px 60px 10px rgba(8, 8, 8, 0.2);
    padding: 20px;
    margin: 20px;
}

.requestCallBack h3 {
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.req-inputWrapper {
    padding: 10px;
}

    .req-inputWrapper .req-form-control,
    .req-inputWrapper .req-form-select {
        background-color: transparent;
        color: #fff;
    }

        .req-inputWrapper .req-form-select option {
            background-color: transparent;
            color: black;
        }

        .req-inputWrapper .req-form-control:focus,
        .req-inputWrapper .req-form-select:focus {
            outline: 0;
            box-shadow: none;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

    .req-inputWrapper .req-form-control,
    .req-inputWrapper .req-form-select {
        border-radius: 0px !important;
        padding: 10px 20px !important;
        border: 1px solid rgba(231, 214, 214, 0.5);
        border-radius: 0;
        outline: none;
        transition: all 0.3s ease;
        font-size: 15px;
        color: #fff;
        width: 100%;
    }

        .req-inputWrapper .req-form-control::placeholder {
            color: #fff;
            opacity: 0.8;
        }

.requestCallBackRight {
    padding: 20px;
}

.courseDescription-top h3,
.courseDescription-top p {
    color: #fff;
}

.req-courseDescription-bottom {
    padding: 5px 5px 5px 5px !important;
}

.req-lowFees,
.req-studyMaterial,
.req-placement {
    height: 60px !important;
    min-height: 60px !important;
    padding: 20px 20px !important;
    display: flex;
    align-items: center;
}

.req-courseDescription-bottom .req-lowFees {
    line-height: 2.1em;
    background-color: #0e476d;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
}

.req-courseDescription-bottom .req-studyMaterial {
    line-height: 2.1em;
    background-color: #DF014A;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
}

.req-courseDescription-bottom .req-placement {
    line-height: 2.1em;
    background-color: #0e476d;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
}

    .req-courseDescription-bottom .req-lowFees p,
    .req-courseDescription-bottom .req-studyMaterial p,
    .req-courseDescription-bottom .req-placement p {
        padding-left: 10px;
        color: #fff;
        font-size: 18px;
    }

.req-checkIcon {
    color: #fff;
}

.req-btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.req-errors {
    font-size: 13px;
    color: #DF014A;
    padding-left: 10px;
    margin-bottom: 0px;
}

.courseDescription-top {
    text-transform: capitalize;
}

    .courseDescription-top span {
        color: #DF014A;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .courseDescription-top h3 {
        font-size: 25px;
    }

    .requestCallBackLeft {
        padding: 0;
        margin: 0;
    }
}*/

/* Blogs Section */

.blogs {
    padding: 25px 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.blogs-heading h3,
.blogs-heading h5 {
    color: #00005a;
    text-align: center;
}

.blogs-heading h3 {
    font-size: 40px;
}


.blogs-heading h5 {
    font-size: 16px;
    color: #4a5568;
    margin: 0;
}

.blogs-section {
    padding: 25px 0;
}

.blogs-outer-wrapper {
    padding: 15px;
}

.blogs-inner-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.14);
}

.blogs-img-date-wrapper {
    position: relative;
}

.blogs-inner-wrapper .blogs-img img {
    width: 100%;
}

.blog-date-wrapper {
    position: absolute;
    bottom: -30px;
    left: 20px;
    background-color: #DF014A;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    z-index: 10;
}

    .blog-date-wrapper p,
    .blog-date-wrapper span {
        font-size: 14px;
        margin: 0;
    }

    .blog-date-wrapper i {
        font-size: 18px;
    }

    .blog-date-wrapper p {
        font-size: 15px;
        color: white;
    }

.blogs-para {
    padding: 32px;
    margin-top: 49px;
    height: 250px;
}

    .blogs-para h4 {
        color: #00005a;
    }

    .blogs-para p {
        color: #616c71;
        margin-bottom: 20px;
    }

    .blogs-para button {
        padding: 10px 15px;
        border: none;
        background-color: #00005a;
        color: #fff;
        font-weight: 600;
    }


.blog-info {
    color: #DF014A !important;
    display: flex;
    font-weight: 600 !important;
    justify-content: end;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px 10px 0px;
}

/* Media Queries */
@media (max-width: 576px) {
    /* .blogs-para {
  padding: 20px !important;
} */
    /* .blogs-outer-wrapper {
  padding: 0;
} */
}

@media (max-width: 768px) {
    /* .blogs-para{
    height: 300px !important;
  } */
}


@media (max-width: 1200px) {

    .blogs-para {
        height: 300px;
    }
}

/* Additional CSS  */
.companies-section {
    overflow: hidden;
    width: 100%;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
}

.marquee {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    animation: scrollCompany 25s linear infinite;
}

.initial-child-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.child {
    flex-shrink: 0;
}

    .child img {
        width: 170px;
        height: 80px;
        border: 1px solid #eee;
        padding: 10px;
        object-fit: contain;
    }

@keyframes scrollCompany {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Additionl CSS Hover Effect On Course Section  */

.courses-hover-img {
    overflow: hidden;
}

    .courses-hover-img img {
        width: 100%;
        transition: all .4s ease;
    }

        .courses-hover-img img:hover {
            transform: scale(1.03);
        }

.courses-list-outer-wrapper p.active-course {
    color: #DF014A;
    font-weight: 700;
}

.active-course {
    color: #DF014A !important;
    font-weight: 700;
}


/* ===================================
   RESPONSIVE FIXES
=================================== */

/* Tablet */
@media (max-width: 991px) {

    .banner-section1,
    .banner-section2,
    .banner-section3,
    .banner-section4 {
        height: auto;
        min-height: 100vh;
        padding: 80px 20px;
    }

    .banner-wrapper {
        padding: 0;
        text-align: center;
    }

    .banner-h1 {
        font-size: 40px;
    }

    .banner-web-img-wrapper img,
    .banner-digital-img-wrapper img,
    .banner-graphics-img-wrapper img {
        width: 100%;
        max-width: 400px;
        margin-top: 30px;
    }

    .courses-wrapper {
        padding: 0;
    }

    .course-right-section {
        margin-top: 30px;
    }

    .shape-20-1,
    .shape-20-2 {
        width: 250px;
        height: 250px;
    }

    .container-img {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

        .container-img img {
            width: 140px;
            height: auto;
        }
}


/* Mobile */
@media (max-width: 767px) {

    .banner-section1,
    .banner-section2,
    .banner-section3,
    .banner-section4 {
        padding: 60px 15px;
        min-height: auto;
    }

    .banner-h1 {
        font-size: 28px;
        text-align: center;
    }

    .banner-p1 {
        text-align: center;
        font-size: 15px;
    }

    .banner-width {
        text-align: center;
    }

    .banner-web-img-wrapper,
    .banner-digital-img-wrapper,
    .banner-graphics-img-wrapper {
        text-align: center;
    }

        .banner-web-img-wrapper img,
        .banner-digital-img-wrapper img,
        .banner-graphics-img-wrapper img {
            width: 100%;
            max-width: 280px;
        }

    .courses-wrapper {
        padding: 0 10px;
    }

    .courses-heading h3,
    .courses-heading h5 {
        text-align: center;
    }

    .courses-list-outer-wrapper p {
        font-size: 18px;
    }

    .course-right-section {
        display: none;
    }

    .shape-20-1,
    .shape-20-2 {
        display: none;
    }

    .companies-section {
        overflow: hidden;
    }

    .container-img img {
        width: 120px;
    }

    .video-wrapper {
        height: 300px;
    }

    .video-heading h3 {
        font-size: 22px;
    }

    .guarantee-inner-wrapper-tr,
    .guarantee-inner-wrapper-tl,
    .guarantee-inner-wrapper-br,
    .guarantee-inner-wrapper-bl {
        height: auto;
        min-height: auto;
    }
}


/* Extra Small Mobile */
@media (max-width: 480px) {

    .banner-h1 {
        font-size: 24px;
    }

    .banner-p1 {
        font-size: 14px;
    }

    .courses-list-outer-wrapper p {
        font-size: 16px;
    }

    .container-img img {
        width: 100px;
    }
}

/* =========================
   HERO SLIDER
========================= */

.hero-slider {
    /* position: relative;
  height: calc(100vh - 85px);
  min-height: 700px;
  overflow: hidden;
  margin-bottom: 0; */

    position: relative;
    min-height: 550px;
    height: 70vh;
    overflow: hidden;
    margin-top: -9px;
    /* background: red !important; */
}

.heroSwiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}







/* Background */

.slider-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
/*    transform: scale(1.1);*/
/*    transition: transform 8s ease;*/
    /* 
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: transform 8s ease; */
}

.swiper-slide-active .slider-bg {
    transform: scale(1.25);
}

/* Overlay */

.overlay-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: rgba(5, 22, 70, .92);
    border-top-right-radius: 60% 100%;
    border-bottom-right-radius: 60% 100%;
    z-index: 2;
}

/* Content */

.slider-content {
    position: absolute;
    top: 45%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
    max-width: 650px;
}

    

.btn-slider {
    display: inline-block;
    background: #DF014A;
    color: #fff;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

    .btn-slider:hover {
        background: #5ea400;
        color: #fff;
    }

/* Floating Elements */

.floating-circle {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 180px;
    height: 180px;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    z-index: 3;
    animation: pulseCircle 6s infinite ease-in-out;
}

.floating-line {
    position: absolute;
    top: 35%;
    left: 20%;
    width: 3px;
    height: 80px;
    background: #ff4965;
    z-index: 3;
    animation: lineFloat 4s infinite ease-in-out;
}

@keyframes pulseCircle {

    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes lineFloat {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Content Animation */

.swiper-slide-active .slider-content {
    animation: fadeUp .9s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}

/* Navigation */

.swiper-button-next,
.swiper-button-prev {
    color: #0d6efd;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 32px;
    }

/* =========================
   TABLET
========================= */

@media (max-width:991px) {

    .hero-slider {
        height: 80vh;
        min-height: 600px;
    }

    .overlay-shape {
        width: 100%;
        border-radius: 0;
    }

    .slider-content {
        left: 5%;
        right: 5%;
        max-width: 90%;
    }

        

    .floating-circle,
    .floating-line {
        display: none;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width:576px) {

    .hero-slider {
        height: 75vh;
        min-height: 500px;
    }

    .slider-content {
        left: 20px;
        right: 20px;
        top: 50%;
    }

        .slider-content span {
            font-size: 14px;
        }



    .btn-slider {
        padding: 12px 24px;
        font-size: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}



/* Additional Course Styles */
/* ===================================
   TRENDING COURSES
=================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');




* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* 
    body {
      background-color: #ffffff; 
      padding: 40px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      perspective: 1200px; 
    } */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1140px;
    /* Prevents the 3 cards from stretching too wide on massive screens */
    width: 100%;
}

.card {
    background: #ffffff;
    /* border-radius: 20px; */
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    position: relative;
    transform-style: preserve-3d;
    will-change: transform, box-shadow;
    transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease;
    border-radius: 30px 0 30px 0;
    animation: hyperEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) both;
}

    /* Green Shadow (#79b900) on Hover */
    /* .card:hover {
  /* border-color: #79b900; */
    /* box-shadow: 0 25px 50px -12px rgba(121, 185, 0, 0.4), */
    /* 0 10px 25px -5px rgba(121, 185, 0, 0.25), */
    /* 0 0 40px 2px rgba(121, 185, 0, 0.2); */
    /* } */

    /* Live Mouse Follow Spotlight Track */
    .card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(350px circle at var(--mouse-x) var(--mouse-y), rgba(121, 185, 0, 0.12), transparent 80%);
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 3;
        pointer-events: none;
    }

    .card:hover::before {
        opacity: 1;
    }

.card-image-wrapper {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    background: #f1f5f9;
    transform: translateZ(30px);
}

    /* --- NEW TRUE BOTTOM-TO-TOP TRANSPARENT BLACK SLIDE OVERLAY --- */
    .card-image-wrapper::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
        transition: top 0.35s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 2;
        pointer-events: none;
    }


.card:hover .card-image-wrapper::after {
    top: 0;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.card:hover .card-image {
    transform: scale(1.06);
}



/* Rating Indicator (Top Right) */
.card-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 4;
    border: 1px solid rgba(15, 23, 42, 0.05);
    transform: translateZ(45px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

    .card-badge::before {
        content: "★";
        color: #79b900;
    }

.card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transform: translateZ(40px);
}

.card-title {
    font-size: 19.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.4;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease, transform 0.4s ease;
}

.card:hover .card-title {
    /* color: #79b900; */
    transform: translateZ(10px);
}

.card-description {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 26px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-actions {
    display: flex;
    gap: 14px;
    margin-top: auto;
    transform: translateZ(20px);
}




.courses-dark-section {
    background-image: url('../Images/Assests/coursebackground2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px; /* Gives the padding/space inside the dark section */
    margin-top: 0px; /* Creates the gap between the carousel above and this section */
    width: 100%;
    display: flex;
    justify-content: center; /* Ensures the grid of 3 stays perfectly centered */
}



.header-right-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* COMMON BUTTON */


@keyframes hyperEntrance {
    from {
        opacity: 0;
        transform: translate3d(0, 35px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 990px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 650px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
}





/*  */


/* Container for the whole section */
/* --- MAIN CONTAINER --- */
.companies-section {
    background-color: #ffffff;
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
    display: block;
    /* Ensures standard vertical stacking */
}

/* --- CENTERED TEXT STYLING --- */
.section-title {
    text-align: center;
    /* Centers the text perfectly */
    width: 100%;
    margin-bottom: 40px;
    /* Space between text and logos */
}

    .section-title h2 {
        font-size: 36px;
        font-weight: 700;
        color: #00005a;
        /* Dark blue matching the reference image */
        margin: 0 0 10px 0;
    }

    .section-title p {
        font-size: 16px;
        color: #4a5568;
        margin: 0;
    }

/* --- SCROLLING LOGO STYLING --- */
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.marquee {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.initial-child-container {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

.child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 90px;
    /*    border: 1px solid #e2e8f0;*/
    border: none;
    /* Light gray border */
    background-color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

    .child img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* --- ANIMATION --- */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover (optional) */
.marquee-container:hover .marquee {
    animation-play-state: paused;
}






/* Snake animation */




.snake-animation {
    position: relative;
    /* overflow: hidden; */
}


    .snake-animation span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, transparent, #DF014A);
        animation: animate_one 2s linear infinite;
    }

@keyframes animate_one {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.snake-animation span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #DF014A);
    animation: animate_two 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate_two {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.snake-animation span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, transparent, #DF014A);
    animation: animate_three 2s linear infinite;
}

@keyframes animate_three {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.snake-animation span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to top, transparent, #DF014A);
    animation: animate_four 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate_four {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.animated-button1 {
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    background: #DF014A;
    border-radius: 3px;
}

.animated-button1 {
    background-color: #df014a;
    color: white;
    border: none;
    outline: none;
    padding: 8px 19px;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    border-radius: 4px;
    line-height: 24px;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

/* Notice there are NO spaces between the dots */
.btn.btn-know.animated-button1 {
    background-color: #00005a !important;
}
.animated-button1:hover::before {
    opacity: 0.2;
}

    .animated-button1 span {
        position: absolute;
    }

        .animated-button1 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient( linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626) );
            background: linear-gradient(to left, rgba(43, 8, 8, 0), #fff);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

.animated-buttons1 {
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    background: #DF014A;
    border-radius: 3px;
}

.animated-buttons1 {
    background-color: #df014a !important;
    color: white;
    border: none;
    outline: none;
    padding: 8px 48px;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    border-radius: 4px;
    line-height: 24px;
    box-shadow: none;
    position: relative;
    z-index: 1;
}


    .animated-buttons1:hover::before {
        opacity: 0.2;
    }

    .animated-buttons1 span {
        position: absolute;
    }

        .animated-buttons1 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient( linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626) );
            background: linear-gradient(to left, rgba(43, 8, 8, 0), #fff);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626) );
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

.animated-buttons1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626) );
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient( linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626) );
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient( linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626) );
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

.animated-buttons1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient( linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626) );
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626) );
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

.animated-buttons1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626) );
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}



/* ==========================================================================
   HOVER EFFECTS FOR ENROLL NOW & KNOW MORE BUTTONS
   ========================================================================== */

/* 1. "ENROLL NOW" HOVER EFFECT */
.animated-button1:hover {
    color: #ffffff !important; /* Changes text color to Black on hover */
    background-color: #00005a !important; /* OPTIONAL: Changes background to White on hover */
    transition: all 0.3s ease-in-out; /* Makes the color change smooth */
}

/* 2. "KNOW MORE" HOVER EFFECT */
.animated-buttons1:hover,
.btn.btn-know.animated-button1:hover {
    color: #ffffff !important; /* Keeps text color White on hover */
    background-color: #df014a !important; /* OPTIONAL: Changes background to Red on hover */
    transition: all 0.3s ease-in-out; /* Makes the color change smooth */
}


/*.card-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

    .card-actions .animated-button1 {
        min-width: 140px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
    }
*/




/* ==========================================
   HERO SLIDER OVERRIDE - ADD AT END OF FILE
========================================== */

/*.hero-slider .slider-content {
    position: absolute !important;
    top: 50% !important;
    left: 90px !important;
    transform: translateY(-50%) !important;
    max-width: 750px !important;
    z-index: 999 !important;
}

.hero-slider .hero-subtitle {
    color: #ff4965 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    display: block !important;
    opacity: 0;
}

.hero-slider .hero-title {
    color: #ffffff !important;
    font-size: 50px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -1px !important;
    max-width: 700px !important;
    margin-bottom: 30px !important;
    opacity: 0;
}

.hero-slider .btn-slider {
    opacity: 0;
}*/

/* ANIMATIONS */

/*.hero-slider .swiper-slide-active .hero-subtitle {
    animation: heroSubtitle 0.8s ease forwards;
}

.hero-slider .swiper-slide-active .hero-title {
    animation: heroTitle 1.2s cubic-bezier(.22,1,.36,1) forwards;
    animation-delay: .2s;
}

.hero-slider .swiper-slide-active .btn-slider {
    animation: heroButton .8s ease forwards;
    animation-delay: .7s;
}

@keyframes heroSubtitle {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroTitle {
    from {
        opacity: 0;
        transform: translateY(40px);
        filter: blur(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes heroButton {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

/* Some Animation For The Content  */
/*.hero-slider .swiper-slide-active .hero-subtitle {
    animation: subtitleSlide 0.8s ease forwards;
}

@keyframes subtitleSlide {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.hero-slider .hero-title {
    opacity: 0;
}

.hero-slider .swiper-slide-active .hero-title {
    animation: headingReveal 1.2s cubic-bezier(.22,1,.36,1) forwards;
    animation-delay: .2s;
}

@keyframes headingReveal {
    from {
        opacity: 0;
        transform: translateY(40px);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}


.hero-slider .btn-slider {
    opacity: 0;
}

.hero-slider .swiper-slide-active .btn-slider {
    animation: buttonPop .8s ease forwards;
    animation-delay: .8s;
}

@keyframes buttonPop {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/


/*.hero-slider .slider-content {
    animation: contentFloat 6s ease-in-out infinite;
}*/

/*@keyframes contentFloat {
    0%,100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(-53%);
    }
}


.hero-slider .floating-line {
    transform: scaleY(0);
    transform-origin: top;
}

.hero-slider .swiper-slide-active .floating-line {
    animation: lineGrow 1s ease forwards;
}

@keyframes lineGrow {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}


.hero-slider .slider-content::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: -50px;
    top: 20px;
    background: rgba(255,73,101,.08);
    filter: blur(80px);
    border-radius: 50%;
    z-index: -1;
}*/






.hero-subtitle{
    font-size:30px;
    color: red;
    font-weight: 700;
}


.hero-subtitle {
    color: #00D4FF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #00D4FF;
    text-shadow: 0 2px 8px rgba(0, 212, 255, 0.25);
    font-size: 30px;
    font-weight: 700;
}

    .hero-subtitle::before {
        content: "";
        width: 50px;
        height: 3px;
        background: #00D4FF;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 212, 255, 0.25);
    }

/* Initial State */
.hero-subtitle,
.hero-title,
.btn-slider {
    opacity: 0;
}

/* Subtitle */
.swiper-slide-active .hero-subtitle {
    animation: subtitleReveal .7s ease forwards;
}

/* Heading */
.swiper-slide-active .hero-title {
    animation: titleReveal 1s cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: .15s;
}

.hero-title{
    font-size:50px;
}
/* Button */
.swiper-slide-active .btn-slider {
    animation: buttonReveal .8s ease forwards;
    animation-delay: .4s;
}

@keyframes subtitleReveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes titleReveal {
    from {
        opacity: 0;
        transform: translateY(50px);
        filter: blur(8px);
    }

    to {    
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes buttonReveal {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*The vertical pink line*/
/*
.hero-subtitle::before {
    content: "";
    display: block;
    width: 3px;
    height: 70px;
    background: #ff4965;
    margin-bottom: 20px;
    animation: lineGrow .8s ease forwards;
}*/

@keyframes lineGrow {
    from {
        height: 0;
    }

    to {
        height: 70px;
    }
}


