/* *************COMMON STYLES************* */

@media (max-width: 768px) {
    .signInBtn {
        display: none !important;
    }

    .signin-icon {
        display: inline-block !important;
    }
}

.signin-icon {
    display: none !important;

}

/* Modal base */
.custom-modal {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Modal header */
.custom-modal-header {
    background-color: #ffffff !important;
    border: none !important;
    padding: 1rem 1.25rem;
}

/* Modal body */
.custom-modal-body {
    background-color: #f8f9fa !important;
    padding: 2rem 1rem;
}

/* Image responsive */
.development-img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}


.navLogo {
    width: 150px;
}

@media(max-width:576px) {
    .navLogo {
        width: 120px;
    }
}

.navbar {
    --bs-navbar-padding-x: 1rem;
    --bs-navbar-padding-y: 1.3rem;
}

#mobileNavLinks {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
    padding: 15px 0;
}

#mobileNavLinks a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #0d6efd;
    text-decoration: none;
    transition: 0.2s;
}

#mobileNavLinks a:hover {
    background-color: #f5f7fa;
}

html {
    overflow-x: hidden !important;
}


body {
    background: #ffffff !important;
    color: #141414;
    text-transform: capitalize;
    overflow-x: clip !important;
    /* overflow-y: clip; */
}


@media (max-width: 768px) {
    .signInBtn {
        display: none !important;
    }

    .signin-icon {
        display: inline-block !important;
    }
}

.signin-icon {
    display: none;

}

.navbar {
    position: sticky !important;
    top: 0;
    margin: 0 !important;
    padding: 10px !important;
    z-index: 1000;
    background: #feefe3;
    margin-bottom: -50px !important;
}

#mobileNavLinks {
    grid-template-columns: repeat(3, 1fr) !important;
    justify-items: center;
    align-items: center;
    padding: 15px 0;
}

#mobileNavLinks a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #0d6efd;
    text-decoration: none;
    transition: 0.2s;
}

#mobileNavLinks a:hover {
    background-color: #f5f7fa !important;
}

/* ********************HOME PAGE ***************************** */

/* Hero Section */

.hero {
    margin-bottom: -200px;
}

@media(max-width:424px) {
    .hero {
        margin-bottom: -307px;
    }
}


@media(max-width:576px) {
    .laptopGirl {

        display: none;
    }

    .studentAnalytics {
        margin: 0px 16px !important;
        padding: 97px !important;
    }
}

.navLinks.active i {
    color: #FF7504;
}

.textGradient {
    background: linear-gradient(to right, #FF7504, #FFB578);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

#rotating-word {
    display: inline-block;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    height: 1.2em;
}

#rotating-word .word-container {
    display: block;
    position: relative;
    transition: transform 0.8s ease-in-out;
}

#rotating-word .slide-out {
    transform: translateY(-100%);
}

#rotating-word .slide-in {
    transform: translateY(100%);
}

#rotating-word .active {
    transform: translateY(0);
}

.section-header .lineOne {
    height: 1px;
    background-color: #FF7504;

}

.section-header .lineTwo {
    height: 1px;
    background-color: transparent;
}

.section-header {
    margin-top: 50px;
}

.hero {
    background-image: url("/static/img/landingPage/backgrounds/hero-bg.png");
    height: 100vh;
    background-size: cover;
}



a {
    text-decoration: none;
    color: #141414 !important;
}

i {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s ease;
    will-change: transform, color;
}

i:hover {
    color: #FF7504;
    transform: scale(1.2);
}

.heroContent {
    padding: 200px 67px;

}

@media(max-width:424px) {

    .heroContent {

        padding: 118px 40px;

    }

}

.heroContent h1 {
    /* min-size, preferred-size (e.g., 5vw), max-size */
    font-size: clamp(30px, 5vw + 1rem, 75px);
}

h1 {
    font-size: clamp(30px, 5vw + 1rem, 75px) !important;
}

h2 {
    font-size: clamp(30px, 5vw + 1rem, 60px) !important;
}

h3 {
    font-size: clamp(20px, 5vw + 1rem, 45px) !important;
}

h4 {
    font-size: clamp(15px, 5vw + 1rem, 30px) !important;

}

h5 {
    font-size: clamp(12px, 3vw + 1rem, 25px) !important;
}



.hero-description {
    font-size: clamp(16px, 2.5vw, 22px);
    text-transform: capitalize;
}

.header-description {
    font-size: clamp(16px, 2.5vw, 22px);
    text-transform: capitalize;
}

p {
    font-size: clamp(14px, 2.5vw, 19px) !important;
    text-transform: capitalize;
}

.footerLinks {
    font-size: clamp(16px, 2.5vw, 19px);
    text-transform: capitalize;
}

.studentAnalytics {
    margin: 0px 60px;
    background-color: #FEEFE2;
    border: 1px solid #FF7504;
    border-radius: 15px;
    padding: 300px;
}

.heroText {
    transition: 0.5s ease-in-out;
}

/* Dashboard section  */


/* Aboutus section  */
.aboutSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.aboutText,
.aboutImg {
    flex: 1 1 400px;
    max-width: 600px;
    padding: 20px;
}

.aboutDivider {
    width: 0.5px;
    background-color: #000;
    height: 300px;
}

@media (max-width: 1199px) {
    .verticalLine {
        display: none;
    }
}

/* our course section */

@media (max-width: 991px) {
    .nav-pills .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

.basic-course-tab {
    color: #141414 !important;
    border-left: 4px solid #E0E0E0 !important;
    border-radius: 0px 20px 20px 0px !important;
}

.basic-course-tab.active {
    background-color: #FFF4EB !important;
    border-left: 4px solid #FF7504 !important;
}

.basic-course-tab.active h4 {
    color: #FF7504 !important;
}

.basic-course-tab.active p {
    color: #141414 !important;
}


.intermediate-course-tab {
    color: #141414 !important;
    border-left: 4px solid #E0E0E0 !important;
    border-radius: 0px 20px 20px 0px !important;
}

.intermediate-course-tab.active {
    background-color: #EAECFF !important;
    border-left: 4px solid #626FFF !important;
}

.intermediate-course-tab.active h4 {
    color: #626FFF !important;
}

.intermediate-course-tab.active p {
    color: #141414 !important;
}

.advanced-course-tab {
    color: #141414 !important;
    border-left: 4px solid #E0E0E0 !important;
    border-radius: 0px 20px 20px 0px !important;
}

.advanced-course-tab.active {
    background-color: #E8FFEE !important;
    border-left: 4px solid #03DB3D !important;
}

.advanced-course-tab.active h4 {
    color: #03DB3D !important;
}

.advanced-course-tab.active p {
    color: #141414 !important;
}

.advanced-card-header {
    background-color: #FFF5EC !important;
}

.intermediate-card-header {
    background-color: #FFF5EC !important;
}


.basic-card-header {
    background-color: #FFF5EC !important;
}

.card-header {
    border-bottom: none !important;
}

.card-footer {
    border-top: none !important;
}

.card span {
    font-weight: 600;
    font-size: 20px;
}

.logo-bg-figma {
    width: 60px;
    height: 60px;
    background-image: url('/static/img/landingPage/logo/others/figmaLogo.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.logo-bg-flask {
    width: 60px;
    height: 60px;
    background-image: url('/static/img/landingPage/logo/others/flaskLogo.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.logo-bg-python {
    width: 60px;
    height: 60px;
    background-image: url('/static/img/landingPage/logo/others/pythonLogo.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.logo-bg-flutter {
    width: 60px;
    height: 60px;
    background-image: url('/static/img/landingPage/logo/others/flutterLogo.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.custom-card-basic-course {
    border-radius: 25px !important;
    overflow: hidden;
    background-color: #FFF5EC !important;
}



.schedule-select-basic-course {
    background-color: transparent !important;
    border: 1px solid #FF7504 !important;
    font-size: 16px;
    font-weight: bold;
}

.custom-basic-course-footer {
    background-color: #FF7800 !important;
    cursor: pointer;
}

.arrow-btn-basic-course {
    width: 40px;
    height: 40px;
    background: radial-gradient(circle at center, #fff 60%, #FF7800 100%) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.285);
    transition: transform 0.2s ease;
}

.arrow-btn-basic-course:hover {
    transform: scale(1.05);
}


.intermediate-card-header {
    background-color: #EAECFF !important;
}

.custom-card-intermediate-course {
    border-radius: 25px !important;
    overflow: hidden;
    border: 1px solid #626FFF !important;
    background-color: #EAECFF !important;
}

.schedule-select-intermediate-course {
    background-color: transparent !important;
    border: 1px solid #626FFF !important;
    font-size: 16px;
    font-weight: bold;
}

.custom-intermediate-course-footer {
    background-color: #626FFF !important;
    cursor: pointer;
}

.arrow-btn-intermediate-course {
    width: 40px;
    height: 40px;
    background: radial-gradient(circle at center, #fff 60%, #626FFF 100%) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.285);
    transition: transform 0.2s ease;
}

.arrow-btn-intermediate-course:hover {
    transform: scale(1.05);
}

.advanced-card-header {
    background-color: #E8FFEE !important;
}

.custom-card-advanced-course {
    border-radius: 25px !important;
    overflow: hidden;
    border: 1px solid #03DB3D !important;
    background-color: #E8FFEE !important;
}

.schedule-select-advanced-course {
    background-color: transparent !important;
    border: 1px solid #03DB3D !important;
    font-size: 16px;
    font-weight: bold;
}

.custom-advanced-course-footer {
    background-color: #03DB3D !important;
    cursor: pointer;
}

.arrow-btn-advanced-course {
    width: 40px;
    height: 40px;
    background: radial-gradient(circle at center, #fff 60%, #03DB3D 100%) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.285) !important;
    transition: transform 0.2s ease;
}

.arrow-btn-advanced-course:hover {
    transform: scale(1.05) !important;
}

/* youtube section */

.video-section {
    position: relative;
}

@media(max-width:510px) {
    .video-section {
        flex-wrap: wrap;
    }
}

.video-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.video-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.video-card {
    flex: 0 0 auto;
    width: 320px;
    height: 180px;
    padding: 10px;
}

.video-card iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;

}

.custom-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    border-radius: 4px;
    pointer-events: none;

}

.scroll-thumb {
    position: absolute;
    height: 100%;
    background-color: #FF7707;
    border-radius: 4px;
    pointer-events: all;
    cursor: grab;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-scroll-wrapper:hover+.custom-scrollbar .scroll-thumb {
    opacity: 1;
}

/* meet our team */

.outer-frame {
    width: 100%;
    max-width: 250px;
    aspect-ratio: 3 / 4;
    border: 1px solid #FF7504;
    border-radius: 52% / 37%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    transition: all 0.3s ease-in-out;

}

.custom-photo-frame {
    width: 100%;
    aspect-ratio: 3 / 4;
    border: 1px solid #FF7504;
    border-radius: 51% / 33%;
    background-color: #FFF4EB !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    right: 10px;
    top: 10px;
}

.profile-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: inherit;
    transition: all 0.3s ease;
}

.surya {
    background-image: url('/static/img/landingPage/realImages/team/Surya.png') !important;
}

.shrithis {
    background-image: url('/static/img/landingPage/realImages/team/Shrithis Surya.png') !important;
}

.seenivasan {
    background-image: url('/static/img/landingPage/realImages/team/Seenivasan.png') !important;
}

.akash {
    background-image: url('/static/img/landingPage/realImages/team/Akash.png') !important;
}

.arun {
    background-image: url('/static/img/landingPage/realImages/team/Arun.png') !important;
}

.anusuya {
    background-image: url('/static/img/landingPage/realImages/team/Anusuya.png') !important;
}

.custom-photo-frame:hover .profile-bg {
    box-shadow: inset 0 -90px 70px -10px #FF7504;
    transform: scale(1.10);
}

.social-icons {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
}

.custom-photo-frame:hover .social-icons {
    opacity: 1;
    transform: translateY(0);
}

.social-icons a {
    color: white;
    background-color: #333;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

.social-icons a.linkedin {
    background-color: #0a66c2 !important;
}

.social-icons a.github:hover {
    background-color: #6e5494;
}

.social-icons a.linkedin:hover {
    background-color: #033f77 !important;
}

.mySwiper:hover {
    cursor: grab !important;
}


/* events section */

.events .eventContent {
    color: #ffffff !important;
}


.custom-carousel {
    max-width: 1050px !important;
    width: 100% !important;
}

.event-carousel {
    background-image: url('/static/img/landingPage/realImages/eventImg.png');
    background-size: cover;
    background-position: center;
    height: 620px !important;
}

@media (max-width: 768px) {
    .event-carousel {
        height: 400px !important;
    }
}

@media (max-width: 576px) {
    .event-carousel {
        height: 250px !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 65px !important;
    height: 65px !important;
    background-color: #FFB877 !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 10 !important;
}

@media (max-width: 576px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px !important;
        height: 40px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        font-size: 16px !important;
    }

    .eventDesc {
        display: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #ff7c00 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2) !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 70% 70% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: invert(1) !important;
}

.carousel-indicators [data-bs-target] {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background-color: #ddd !important;
    margin: 0 6px !important;
    border: none !important;
    opacity: 1 !important;
    transition: background-color 0.3s ease !important;
}

.carousel-indicators .active {
    background-color: #FF7A00 !important;
}

.carousel-indicators [data-bs-target]:hover {
    background-color: #ffb877 !important;
}

.eventSlide {
    padding: 80px !important;
    background-image: url("/static/img/landingPage/backgrounds/eventsBg.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

@media (max-width: 992px) {
    .eventSlide {
        padding: 60px !important;
        background-size: 90% !important;
    }
}

@media (max-width: 576px) {
    .eventSlide {
        padding: 40px 20px !important;
        background-size: 100% !important;
    }
}


.slideCards {
    border-radius: 15px !important;
}

.eventSlide .carousel-indicators {
    justify-content: end !important;
    margin-bottom: 6rem !important;
}

@media(min-width:1200px) {
    .eventSlide .carousel-indicators {
        margin-right: 20% !important;
    }

    .carousel-control-next {
        right: 50px !important;
    }

    .carousel-control-prev {
        left: 50px !important;
    }
}

@media(max-width:568px) {
    .eventSlide {
        background: #FFF4EB !important;
        padding: 30px !important;

    }

    .eventSlide .carousel-indicators {
        justify-content: end !important;
        margin-bottom: 3rem !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 9px !important;
        height: 9px !important;
        border-radius: 50% !important;
        background-color: #ddd !important;
        margin: 0 6px !important;
        border: none !important;
        opacity: 1 !important;
        transition: background-color 0.3s ease !important;
    }

    .carousel-indicators .active {
        background-color: #FF7A00 !important;
    }

    .carousel-indicators [data-bs-target]:hover {
        background-color: #ffb877 !important;
    }

}

.events h4 {
    font-size: clamp(5px, 3vw + 1rem, 40px) !important;
}


/* our student say section */

.studentsSay {
    background-color: #fef2e6 !important;
    border-radius: 20px;
    min-height: 300px;
}

.studentsSay .double-quote-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 100px;
    height: 100px;
    background-image: url('/static/img/landingPage/illustration/doubleQuote.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.studentsSay .msg-box-img {
    width: 140px;
    height: 140px;
    background-image: url('/static/img/landingPage/illustration/msgBox.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.studentsSay .testimonial-icon {
    width: 80px;
    height: 80px;
    background-image: url('/static/img/landingPage/illustration/testimonial\ 1.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.studentsSay .viyash-img {
    width: 140px;
    height: 140px;
    background-image: url('/static/img/landingPage/realImages/viyaskhan.png') !important;
    background-size: cover;
    background-position: center;
}

.studentsSay .karthick-img {
    width: 140px;
    height: 140px;
    background-image: url('/static/img/landingPage/realImages/studentKarthick.png') !important;
    background-size: cover;
    background-position: center;
}

.studentsSay .custom-carousel-btn {
    position: static !important;
    margin: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.studentsSay .carousel-control-prev.custom-carousel-btn,
.carousel-control-next.custom-carousel-btn {
    position: static !important;
    background: none;
    border: none;
    color: #ff7a00 !important;
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    margin-top: 25px;
}

.studentsSay .custom-carousel-btn:hover {
    color: #ff4500 !important;
}

@media(max-width:576px) {
    .studentsSay .double-quote-icon {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
        background-image: url('/static/img/landingPage/illustration/doubleQuote.png') !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .studentsSay .msg-box-img {
        width: 100px;
        height: 100px;
        background-image: url('/static/img/landingPage/illustration/msgBox.png') !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* contact-us section */

.contact-info {
    background-color: #FFF4EB;
}

.contact-info .icon i {
    font-size: 28px;
    color: #FF7504 !important;
}

.email-wrap {
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}

.map-wrapper iframe {
    width: 100%;
    height: 300px;
    border: 0;
    display: block;
    border-radius: 20px;
}

.map-wrapper {
    overflow: hidden;
    margin-top: 20px;
}

.contact-form-section {
    background-image: url('/static/img/landingPage/backgrounds/contactUsPattern.png');
    background-repeat: repeat;
    background-size: cover;
}

.form-box {
    border-radius: 10px;
}

.custom-input {
    border: 1px solid #FF7707 !important;
    border-radius: 5px;
    padding: 10px;
    box-shadow: none;
}

.custom-input:focus {
    border-color: #FF7707;
    outline: none;
    box-shadow: 0 0 0 3px #ff77073d !important;
    background-color: white !important;
}

.btn-orange {
    background-color: #ff6600 !important;
    border-radius: 5px;
}

.btn-orange:hover {
    background-color: #e55a00 !important;
}


/* footer section */

.footer-col {
    padding: 60px !important;
}

.footerLinks:hover {
    color: #FF7504 !important;
}

@media(max-width:560px) {
    .footer-col {
        padding: 30px;
    }
}

@media(max-width:768px) {
    .social-media {
        column-gap: 10px;
        flex-wrap: wrap;
        justify-content: center !important;
    }
}

.social-media {
    column-gap: 10px;
    flex-wrap: wrap !important;
}

.custom-input {
    color: #141414 !important;
    background-color: white !important;
}



/* ********************ABOUT PAGE ***************************** */

.aboutHero {
    background-image: url("/static/img/landingPage/backgrounds/about-hero-bg.png");
    height: 120vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media (max-width: 767px) {
    .aboutHero {
        height: 80vh;
        background-position: center center;
    }
}

.aboutHeroContent {
    padding-top: 100px !important;
}

@media(max-width:424px) {

    .aboutHeroContent {
        padding-top: 0px;
    }

}

.pathway-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1000;
}

.img-wrapper {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: -100;
}

.img-wrapper img {
    width: 280px;
    height: auto;
}

@media (max-width: 768px) {
    .img-wrapper {
        top: 10px;
        right: 5px;
    }

    .img-wrapper img {
        width: 180px;
    }
}

@media (max-width: 480px) {
    .img-wrapper {
        top: 15px;
        right: 0;
    }

    .img-wrapper img {
        width: 140px;
    }
}


/* AboutUs - Built by professionals section */
.bg-image-one {
    background-image: url('/static/img/landingPage/realImages/aboutUsImg1.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    margin-left: 45px;
}

@media (max-width: 768px) {
    .bg-image-one {
        height: 200px;
    }
}

.bg-image-two {
    background-image: url('/static/img/landingPage/realImages/aboutUsImg2.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    margin-left: -45px;
}

@media (max-width: 768px) {
    .bg-image-two {
        height: 200px;
    }
}

.aboutUsHeaderLineStart {
    border-top: 2px solid #FF7B0F;
    width: 80px;
    padding-bottom: 10px;
}

.aboutUsHeaderLineEnd {
    border-top: 2px solid #FF7B0F;
    display: flex;
    justify-content: end;
    width: 80px;
    padding-bottom: 10px;
    display: flex;
    justify-content: end;
}

/* AboutUs - realworld scenarios */

.realWorldScenarios {
    background-color: #FFF4EB;
}

.aboutSecNavTab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #FF7707 !important;
    background-color: transparent !important;
    border-left: 2px solid #FF7707;
}

.aboutSecNavTab .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: #141414 !important;
    background-color: transparent !important;
    border-left: 2px solid #E0E0E0;
}


@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(90px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-slide {
    animation: fadeSlideUp 0.8s ease-out;
}


/* ********************COURSES STRUCTURES PAGE ***************************** */

/* courses hero section */

.coursesHeroContent {
    padding-top: 100px !important;
}



.career-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1000;
}

.img-wrapper-two {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: -100;
}

.img-wrapper-two img {
    width: 280px;
    height: auto;
}

@media (max-width: 768px) {
    .img-wrapper-two {
        top: 10px;
        right: 5px;
    }

    .img-wrapper-two img {
        width: 180px;
    }
}

@media (max-width: 480px) {
    .img-wrapper-two {
        top: 15px;
        right: 0;
    }

    .img-wrapper-two img {
        width: 140px;
    }
}



.coursesHero {
    background-image: url("/static/img/landingPage/backgrounds/courses-hero-bg.png");
    height: 120vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .coursesHero {
        height: 80vh;
        background-position: center center;
    }
}

.coursesHeaderLineStart {
    border-top: 2px solid #FF7B0F;
    width: 80px;
    padding-bottom: 10px;
}

.coursesHeaderLineCenter {
    border-top: 2px solid #FF7B0F;
    width: 80px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.basicLevelCourses {
    background-color: #FFF9F5;
}

.intermediateLevelCourses {
    background-color: #F4F5FF;
}

.advancedLevelCourses {
    background-color: #F1FFF5;
}

.vertical-divider,
.vertical-dividerOne {
    width: 2.2px;
    background-color: #FF7B0F;
    height: 50px;
    margin: auto;
}

.vertical-dividerOne {
    width: 2.2px;
}

@media (max-width: 350.98px) {

    .vertical-divider,
    .vertical-dividerOne {
        display: none;
    }

    .responsive-stack .col-auto {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.vertical-dividerLine,
.vertical-dividerLineOne {
    width: 2.2px;
    background-color: #626FFF;
    height: 50px;
    margin: auto;
}

.vertical-dividerLineOne {
    width: 2.2px;
}

@media (max-width: 350.98px) {

    .vertical-dividerLine,
    .vertical-dividerLineOne {
        display: none;
    }

    .responsive-stack .col-auto {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.vertical-divideLine,
.vertical-divideLineOne {
    width: 2.2px;
    background-color: #03DB3D;
    height: 50px;
    margin: auto;
}

.vertical-divideLineOne {
    width: 2.2px;
}

@media (max-width: 350.98px) {

    .vertical-divideLine,
    .vertical-divideLineOne {
        display: none;
    }

    .responsive-stack .col-auto {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* courses details dynamic load ui/ux-basic */

.coursesDynamicHero {
    /* background-image: url("/static/img/landingPage/backgrounds/courseDynamicBg1.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120vh;
}

@media (max-width: 767px) {
    .coursesDynamicHero {
        height: 90vh;
        background-position: center center;
    }
}

@media (max-width: 576px) {
    .designer-img {
        width: 300px;
    }
}


/* ********************YOUTUBE TIPS PAGE ***************************** */


.youtubeHero {
    background-image: url("/static/img/landingPage/backgrounds/youtubeTipsbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120vh;
}

@media (max-width: 767px) {
    .youtubeHero {
        height: 90vh;
        background-position: center center;
    }
}

.youtubeTipsHeroContent {
    padding-top: 100px !important;
}

@media (max-width:424px) {
    .youtubeTipsHeroContent {
        padding-top: 0px;
    }
}

.word-relative {
    position: relative;
    display: inline-block;
}

.imgAbsolute {
    position: absolute;
    left: -8px;
    top: 5px;
    z-index: -100;
    width: 130px;
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .imgAbsolute {
        left: -5px;
        top: 8px;
        width: 120px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .imgAbsolute {
        left: 0px;
        top: 10px;
        width: 110px;
    }
}

.youTubeHeaderLineStart {
    border-top: 2px solid #FF7B0F;
    width: 80px;
    padding-bottom: 10px;
}

iframe {
    border-radius: 20px;
}

.hide-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge (WebKit) */
}


.swiper {
    padding-top: 30px;
    padding-bottom: 60px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide iframe {
    border-radius: 10px;
    width: 100%;
    height: 500px;
}

.swiper-drag-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
    display: block;
    /* pointer-events: none; */
    /* Let clicks go through */
}

.swiper-videos {
    padding: 40px;
    margin: 20px;
}

@media (max-width: 768px) {
    .swiper-videos {
        padding: 15px;
        margin: 15px;
    }

    .swiper-slide iframe {
        border-radius: 10px;
        width: 100%;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .swiper-videos {
        padding: 10px;
        margin: 10px;
    }

    .swiper-slide iframe {
        border-radius: 10px;
        width: 100%;
        height: 300px;
    }
}

/* ********************OUR TEAMS PAGE ***************************** */

.ourTeamsHero {
    background-image: url("/static/img/landingPage/backgrounds/OurTeamsHeroBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120vh;
}

@media (max-width: 767px) {
    .ourTeamsHero {
        height: 90vh;
        background-position: center center;
    }
}

.ourTeamsHeroContent {
    padding-top: 100px !important;
}



.companyAndProducts {

    background-color: #FFF9F5;
    background-image: url("/static/img/landingPage/backgrounds/modalBgPattern.png");
    background-size: cover;
}

#bottomOffcanvas {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.offcanvas-bottom {
    transition: transform 0.3s ease-in-out;
}

.logo-card {
    display: inline-block;
    background-color: #f8f9fa;
    padding: 12px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.logo-card img {
    width: 90px;
    height: auto;
    transition: transform 0.3s ease;
}

.logo-card:hover img {
    transform: scale(1.05);
}

.logo-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .logo-card {
        padding: 10px;
        margin: 5px;
    }

    .logo-card img {
        width: 80px;
    }
}

@media (max-width: 576px) {
    .logo-card img {
        width: 70px;
    }
}

#bottomOffcanvas .offcanvas-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
    padding-right: 8px;
}

#bottomOffcanvas .offcanvas-body::-webkit-scrollbar {
    width: 8px;
}

#bottomOffcanvas .offcanvas-body::-webkit-scrollbar-track {
    background: transparent;
}

#bottomOffcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

#bottomOffcanvas .offcanvas-body::-webkit-scrollbar-button {
    height: 0;
    background: transparent;
}

@supports (scrollbar-color: auto) {
    #bottomOffcanvas .offcanvas-body {
        scrollbar-color: #FF7504 transparent;
        scrollbar-width: thin;
    }
}

.paint-underline {
    position: relative;
    display: inline-block;
}

.paint-underline img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: auto;
    transform: translateY(50%);
    pointer-events: none;
    z-index: -1;
}


@media (max-width: 768px) {
    .paint-underline img {
        width: 90px;
        transform: translateY(60%);
    }
}

@media (max-width: 576px) {
    .paint-underline img {
        width: 70px;
        transform: translateY(65%);
    }
}

.buttonClose {
    border: none !important;
}

.teamInfoPop {
    background-color: #FFF9F5;
    background-image: url("/static/img/landingPage/backgrounds/modalBgPattern.png");
    height: 90% !important;
    background-size: cover;
    margin: 30px;
}


.custom-fullscreen-modal {
    padding: 40px;
    box-sizing: border-box;
}

.custom-fullscreen-modal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 20px !important;
    overflow: hidden;
}

@media (max-width: 576px) {
    .custom-fullscreen-modal {
        padding: 20px;
    }
}

/* frontend mentor info */

@media(max-width:1150px) {
    .wrapperModal {
        flex-wrap: wrap;
    }
}

.designerMentorInfo {
    background-color: #FFF9F5 !important;
    background-image: url("/static/img/landingPage/backgrounds/modalBgPattern.png");
    background-size: cover;
}

.icon-wrap {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.119);
    flex-shrink: 0;
}

.icon-wrap:hover {
    box-shadow: 0 2px 6px rgba(255, 117, 4, 0.5);

}

.icon-wrap img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

#designerModal ::-webkit-scrollbar {
    width: 8px;
}

#designerModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#designerModal ::-webkit-scrollbar-thumb {
    background-color: #ff750432;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

#designerModal ::-webkit-scrollbar-button {
    background-color: white;
    height: 10px;
}

#designerModal .modal-body {
    overflow-x: hidden !important;
}



#jrDesignerModal ::-webkit-scrollbar {
    width: 8px;
}

#jrDesignerModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#jrDesignerModal ::-webkit-scrollbar-thumb {
    background-color: #ff750432;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

#jrDesignerModal ::-webkit-scrollbar-button {
    background-color: white;
    height: 10px;
}

#jrDesignerModal .modal-body {
    overflow-x: hidden !important;
}

#videoEditorModal ::-webkit-scrollbar {
    width: 8px;
}

#videoEditorModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#videoEditorModal ::-webkit-scrollbar-thumb {
    background-color: #ff750432;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

#videoEditorModal ::-webkit-scrollbar-button {
    background-color: white;
    height: 10px;
}

#videoEditorModal .modal-body {
    overflow-x: hidden !important;
}

.ourDesignTeamdesignerMentorInfo {
    margin: 30px !important;
}

@media(max-width:768px) {

    .ourDesignTeamdesignerMentorInfo {
        margin: 20px !important;
    }
}

@media(max-width:424px) {
    .ourDesignTeamdesignerMentorInfo {
        margin: 10px !important;
    }
}

.imageRoundContainer {
    background-color: transparent !important;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #FF7504;
    position: relative;
}

.roundImgContainer {
    background-color: #FFF4EB;
    /* background-image: url('/static/img/landingPage/realImages/suryaIMentorInfoImg.png'); */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    border: 1px solid #FF7504;
}

@media (max-width: 576px) {
    .imageRoundContainer {
        width: 140px;
        height: 140px;
    }

    .roundImgContainer {
        right: 0;
    }
}

@media (max-width: 281px) {
    .imageRoundContainer {
        display: none;
    }
}

/* frontend mentor info */

.frontendMentorInfo {
    background-color: #FFF9F5 !important;
    background-image: url("/static/img/landingPage/backgrounds/modalBgPattern.png");
    background-size: cover;
}

.icon-wrap {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.119);
    flex-shrink: 0;
}

.icon-wrap:hover {
    box-shadow: 0 2px 6px rgba(255, 117, 4, 0.5);

}

.icon-wrap img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

#frontendDevModal ::-webkit-scrollbar {
    width: 8px;
}

#frontendDevModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#frontendDevModal ::-webkit-scrollbar-thumb {
    background-color: #ff750432;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

#frontendDevModal ::-webkit-scrollbar-button {
    background-color: white;
    height: 10px;
}

#frontendDevModal .modal-body {
    overflow-x: hidden !important;
}

.ourFrontendTeamMentorInfo {
    margin: 30px !important;
}

@media(max-width:768px) {

    .ourFrontendTeamMentorInfo {
        margin: 20px !important;
    }
}

@media(max-width:424px) {
    .ourFrontendTeamMentorInfo {
        margin: 10px !important;
    }
}

.imageRoundContainer {
    background-color: transparent !important;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #FF7504;
    position: relative;
}

.roundImgContainer {
    background-color: #FFF4EB;
    background-image: url('/static/img/landingPage/realImages/suryaIMentorInfoImg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    border: 1px solid #FF7504;
}

@media (max-width: 576px) {
    .imageRoundContainer {
        width: 140px;
        height: 140px;
    }

    .roundImgContainer {
        right: 0;
    }
}

@media (max-width: 281px) {
    .imageRoundContainer {
        display: none;
    }
}

/* backend mentor info */

.backendMentorInfo {
    background-color: #FFF9F5 !important;
    background-image: url("/static/img/landingPage/backgrounds/modalBgPattern.png");
    background-size: cover;
}

.icon-wrap {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.119);
    flex-shrink: 0;
}

.icon-wrap:hover {
    box-shadow: 0 2px 6px rgba(255, 117, 4, 0.5);

}

.icon-wrap img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

#backendDevModal ::-webkit-scrollbar {
    width: 8px;
}

#backendDevModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#backendDevModal ::-webkit-scrollbar-thumb {
    background-color: #ff750432;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

#backendDevModal ::-webkit-scrollbar-button {
    background-color: white;
    height: 10px;
}

#backendDevModal .modal-body {
    overflow-x: hidden !important;
}

.ourbackendTeamMentorInfo {
    margin: 30px !important;
}

@media(max-width:768px) {

    .ourbackendTeamMentorInfo {
        margin: 20px !important;
    }
}

@media(max-width:424px) {
    .ourbackendTeamMentorInfo {
        margin: 10px !important;
    }
}

.imageRoundContainer {
    background-color: transparent !important;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #FF7504;
    position: relative;
}

.roundImgContainer {
    background-color: #FFF4EB;
    background-image: url('/static/img/landingPage/realImages/suryaIMentorInfoImg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    border: 1px solid #FF7504;
}

@media (max-width: 576px) {
    .imageRoundContainer {
        width: 140px;
        height: 140px;
    }

    .roundImgContainer {
        right: 0;
    }
}

@media (max-width: 281px) {
    .imageRoundContainer {
        display: none;
    }
}

/* fullstack mentor info */

.fullStackMentorInfo {
    background-color: #FFF9F5 !important;
    background-image: url("/static/img/landingPage/backgrounds/modalBgPattern.png");
    background-size: cover;
}

.icon-wrap {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.119);
    flex-shrink: 0;
}

.icon-wrap:hover {
    box-shadow: 0 2px 6px rgba(255, 117, 4, 0.5);

}

.icon-wrap img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

#fullStackDevModal ::-webkit-scrollbar {
    width: 8px;
}

#fullStackDevModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#fullStackDevModal ::-webkit-scrollbar-thumb {
    background-color: #ff750432;
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

#fullStackDevModal ::-webkit-scrollbar-button {
    background-color: white;
    height: 10px;
}

#fullStackDevModal .modal-body {
    overflow-x: hidden !important;
}

.ourFullStackTeamMentorInfo {
    margin: 30px !important;
}

@media(max-width:768px) {

    .ourFullStackTeamMentorInfo {
        margin: 20px !important;
    }
}

@media(max-width:424px) {
    .ourFullStackTeamMentorInfo {
        margin: 10px !important;
    }
}

.imageRoundContainer {
    background-color: transparent !important;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #FF7504;
    position: relative;
}

.roundImgContainer {
    background-color: #FFF4EB;
    background-image: url('/static/img/landingPage/realImages/suryaIMentorInfoImg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    border: 1px solid #FF7504;
}

@media (max-width: 576px) {
    .imageRoundContainer {
        width: 140px;
        height: 140px;
    }

    .roundImgContainer {
        right: 0;
    }
}

@media (max-width: 281px) {
    .imageRoundContainer {
        display: none;
    }
}


/* ********************TESTIMONIAL PAGE ***************************** */

.testimonialHero {
    background-image: url("/static/img/landingPage/backgrounds/testimonialBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120vh;
}

@media (max-width: 767px) {
    .testimonialHero {
        height: 90vh;
        background-position: center center;
    }
}

.testimonialHeroContent {
    padding-top: 100px !important;
}

@media(max-width:424px) {

    .testimonialHeroContent {
        padding-top: 50px !important;
    }

}

/* our student say section */

.studentsFeedback {
    border-radius: 20px;
    min-height: 300px;
}

.studentsFeedback .double-quote-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 100px;
    height: 100px;
    background-image: url('/static/img/landingPage/illustration/feedbackDoubleQuotes.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.studentsFeedback .msg-box-img {
    width: 140px;
    height: 140px;
    background-image: url('/static/img/landingPage/illustration/feedbackMsgBox.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.studentsFeedback .testimonial-icon {
    width: 80px;
    height: 80px;
    background-image: url('/static/img/landingPage/illustration/testimonial\ 1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.studentsFeedback .viyash-img {
    width: 140px;
    height: 140px;
    background-image: url('/static/img/landingPage/realImages/viyaskhan.png');
    background-size: cover;
    background-position: center;
}

.studentsFeedback .karthick-img {
    width: 140px;
    height: 140px;
    background-image: url('/static/img/landingPage/realImages/studentKarthick.png');
    background-size: cover;
    background-position: center;
}

.studentsFeedback .custom-carousel-btn {
    position: static !important;
    margin: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.studentsFeedback .carousel-control-prev.custom-carousel-btn,
.carousel-control-next.custom-carousel-btn {
    position: static !important;
    background: none;
    border: none;
    color: #ff7a00 !important;
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    margin-top: 25px;
}

.studentsFeedback .custom-carousel-btn:hover {
    color: #ff4500 !important;
}

@media(max-width:576px) {
    .studentsFeedback .double-quote-icon {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
        background-image: url('/static/img/landingPage/illustration/feedbackDoubleQuotes.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .studentsFeedback .msg-box-img {
        width: 100px;
        height: 100px;
        background-image: url('/static/img/landingPage/illustration/feedbackMsgBox.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.bgLightOrange {
    background-color: #FFF4EB !important;
}

.headerLineCenter {
    border-top: 2px solid #FF7B0F;
    width: 80px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.multiFeedbackSlides {
    background-color: #FFF4EB;
}

.testimonial-carousel {
    width: 100%;
    max-width: 680px;
}

.testimonial-card {
    background-color: #FFE7D3;
    flex-wrap: wrap;
    border-radius: 25px !important;
}

.testimonial-text {
    max-width: 500px;
}

.borderHeaderLine {
    background: #FF7504;
    height: 1px;
    width: 100%;
}

.borderHeaderLineTwo {
    background: #FF7504;
    height: 1px;
    width: 200px !important;
}

.profile-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 3px solid #FF7504;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF7504;
    border: none;
    border-radius: 50%;
    z-index: 2;
}

@media (min-width: 576px) {
    .prev-btn {
        left: -20px;
    }

    .next-btn {
        right: -20px;
    }
}

@media (max-width: 575.98px) {
    .prev-btn {
        left: 0;
    }

    .next-btn {
        right: 0;
    }
}

.feedbackBg {
    background-image: url("/static/img/landingPage/backgrounds/feedbackBg.png");
    background-size: contain;
}

.nextButton button {
    position: static !important;
}

.feedback-card {
    background-image: url("/static/img/landingPage/backgrounds/feedbackBg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    padding: 1.5rem;
    margin: auto;
    color: #333;
}

.feedback-text {
    font-size: 1rem;
}

.feedback-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.nextButton .carousel-control-prev,
.nextButton .carousel-control-next {
    color: #FF7504 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none;
}

@media (min-width: 768px) {
    .feedback-img {
        width: 80px;
        height: 80px;
    }

    .feedback-text {
        font-size: 1.1rem;
    }

    .feedback-card {
        height: 270px;
    }
}





/* ********************EVENTS PAGE ***************************** */

.eventsHero {
    background-image: url("/static/img/landingPage/backgrounds/eventPageBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120vh;
}

@media (max-width: 767px) {
    .eventsHero {
        height: 90vh;
        background-position: center center;
    }
}

.eventsHeroContent {
    padding-top: 100px !important;

}



.certificationGallery {
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
}

.certificationGallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/static/img/landingPage/backgrounds/certificationBgPattern.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .certificationGallery .row>div {
        padding: 0.5rem 0;
    }

    .certificationGallery h4 {
        font-size: 1.4rem;
    }

    .certificationGallery p {
        font-size: 0.95rem;
    }

    .certificationGallery .d-flex.gap-4 {
        gap: 1rem !important;
    }
}

@media (max-width: 424px) {
    .certificationGallery::before {
        transform: rotate(90deg);
        transform-origin: center;
    }

    .certificationGallery {
        padding-bottom: 3rem;
    }

    .certificationGallery img {
        margin-bottom: 1rem;
    }
}

/* ********************CONTACT US PAGE ***************************** */

.contactUsHero {
    background-image: url("/static/img/landingPage/backgrounds/contactUsPageBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120vh;
}

@media (max-width: 767px) {
    .contactUsHero {
        height: 90vh;
        background-position: center center;
    }
}

.contactUsHeroContent {
    padding-top: 100px !important;
}

@media(max-width:424px) {



    .addressBar {
        padding: 20px 20px !important;
    }
}

.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.addressBar {
    padding: 30px 70px;
}

.text-cool {
    color: #626FFF !important;
}

.text-green {
    color: #03DB3D !important;
}

.orange-border-top {
    border-top: 2px solid #FF7B0F !important;
}

.blue-border-top {
    border-top: 2px solid #626FFF !important;
}

.green-border-top {
    border-top: 2px solid #03DB3D !important;
}