/*2025-3112 Alpesh change layout lead capture */

.form-title, .join-now-btn, .section-title {
    text-transform: uppercase
}

.card-title, .stat-number {
    -webkit-text-fill-color: transparent
}

:root {
    --primary: #07795E;
    --secondary: #5b0e16;
    --bg-primary: #5b0e16;
    --bg-secondary: #07795E;
    --bg-third: #307458;
    --bg-four: #6c757d;
    --light: #F5F5F5;
    --dark: #14141F;
    --primary-gradient: linear-gradient(135deg, #07795E 0%, #5b0e16 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --accent-gradient: linear-gradient(135deg, #07795E 0%, #07795E 100%);
    --dark-gradient: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    --bg-card: #ffffff;
    --text-primary: #1a202c;
    --text-secondary: #4a5568;
    --text-muted: #718096;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --border-radius: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 20px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bg-scnd {
    background-color: var(--bg-secondary)
}

.bg-third {
    background-color: var(--bg-third)
}

.bg-four {
    background-color: var(--bg-four)
}

.text-secondary {
    color: #07795e !important
}

body {
    margin: 0;
    width: 100%;
    padding: 0;
    /* ---------Rajan & Alpesh-----------*/
    overflow-x: hidden
}

.fw-medium {
    font-weight: 600 !important
}

.fw-semi-bold {
    font-weight: 700 !important
}

.h1, .h2, .h3, .h4, .h5, .h6, .header-area .nav-list a, .testimonial .profession, h1, h2, h3, h4, h5, h6 {
    color: #000
}
/*------------------- lakhan --------------*/
.sm-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #808B8D;
}
.header-area .nav-list a {
    font-size: 16px;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out,visibility 0s linear .5s;
    z-index: 99999
}

    #spinner.show {
        transition: opacity .5s ease-out,visibility linear;
        visibility: visible;
        opacity: 1
    }

.btn {
    font-family: Nunito,sans-serif;
    transition: .5s
}

    .btn.btn-primary, .btn.btn-secondary {
        color: #fff
    }

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square, .btn-sm-square, .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 0
}

.btn-primary.back-to-top, .event .event-item .event-inner .event-img img, .event .event-item .event-inner .event-title .event-title-name, .gallery .gallery-item img, .navbar-collapse, .service-item * {
    transition: .5s
}

    .btn-primary.back-to-top:hover {
        background: #056639;
        border-color: #056639
    }

.navbar-light .navbar-nav .nav-link {
    font-family: Nunito,sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    transition: .5s
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary) !important
}

.navbar-light .navbar-brand img {
    max-width: 250px;
    transition: .5s
}

.header-area .nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    gap: 20px
}

    .header-area .nav-list a svg {
        margin-right: 5px;
        color: #5b0e16
    }

.header-area .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-bottom: 1px solid rgba(256,256,256,.1)
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    display: none
}

.bg-breadcrumb .breadcrumb, .faq .faq-img, .modal, .naac_logo, .rc-li, .right-circle, .section-title, .testimonial-item .testimonial-inner .testimonial-img, .testimonial_sec, .videoplay-imgbox {
    position: relative
}

    .naac_logo::before {
        content: "";
        left: -9px;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: #000;
        position: absolute
    }

    .naac_logo img {
        width: 100%;
        height: auto;
        max-width: 150px
    }

.header-left {
    display: flex;
    justify-content: left;
    align-items: center
}

.section-title, .video-icon a {
    display: inline-block
}

.navbar-toggler {
    padding: .15rem .35rem
}

@media (max-width:991.98px) {
    .sticky-top.navbar-light {
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        left: 0;
        height: auto
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #ddd
    }

    .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important
    }

    .header-area .nav-list {
        gap: 0 15px;
        padding: 10px 0 0;
        flex-wrap: wrap;
        justify-content: center
    }

    .fa-3x {
        font-size: 2em
    }
}

@media (max-width:575.98px) {
    .naac_logo img {
        max-width: 110px
    }

    .navbar-light .navbar-brand img {
        max-width: 200px
    }
}

@media (max-width:375.98px) {
    .navbar-light .navbar-brand img {
        max-width: 150px
    }
}

@media (min-width:992px) {
    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256,256,256,.1);
        z-index: 999
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #fff
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s
    }

    .navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link:hover::before {
        width: calc(100% - 2px);
        left: 1px
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none
    }
}

.section-title::after, .section-title::before {
    position: absolute;
    content: "";
    height: 2px;
    z-index: -1
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .section-title::after, .section-title::before, .service-item:hover {
    background: var(--primary)
}

.section-title::before {
    width: calc(100% + 80px);
    top: 4px;
    left: -40px
}

.section-title::after {
    width: calc(100% + 120px);
    bottom: 5px;
    left: -60px
}

.section-title1::after, .section-title1::before {
    height: 5px;
    bottom: 0;
    position: absolute;
    content: ""
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0
}

.b_grey {
    background-color: rgba(0,0,0,.1)
}

.service-item {
    box-shadow: 0 0 25px rgba(0,0,0,.28);
    transition: .5s;
    transform: scale(1);
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .service-item:hover {
        transform: scale(1.04);
        box-shadow: 0 10px 15px #07795e
    }

        .service-item:hover * {
            color: var(--light) !important
        }

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: 400;
    border: 1px solid #5b0e16;
    border-radius: 35px;
    transition: .3s;
    color: #fff;
    background: #5b0e16
}

.footer .btn.btn-link, .footer-section a, .footer-section p {
    color: #1a1d21;
    transition: .3s
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    background: #005422
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize
}

    .footer .btn.btn-link:hover, .footer-section a:hover {
        letter-spacing: 1px;
        box-shadow: none
    }

.footer-section a svg {
    color: #5b0e16
}

.footer-bottom {
    background: #1a1d21;
    padding: 0 15px;
    text-align: center
}

.footer .btn.btn-link svg {
    margin-right: 5px
}

.footer .copyright {
    padding: 12px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256,256,256,.1)
}

    .footer .copyright a {
        color: var(--light)
    }

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255,255,255,.1)
}

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none
    }

.footer-section {
    background: rgba(0,0,0,.1);
    color: #000
}

.footer .btn.btn-social svg {
    color: #fff;
    transition: .3s
}

.contact {
    background: url(../images/banner.webp) top left/cover no-repeat
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary)
}

.contact .agree-condition, .contact .control-label, .contact .widget_label {
    color: #ffff !important
}

.contact .form-bg, .contact .widget_container {
    background: #5b0e16;
    padding: 30px 70px 40px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    width: 100%;
    overflow: hidden;
    min-height: 80dvh
}

    .contact .form-bg .npf_wgts {
        height: 100%;
        width: 100%
    }

        .contact .form-bg .npf_wgts iframe {
            height: 100%;
            width: 100%;
            min-height: 100%
        }

.form-box {
    height: 100%;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px #000
}

.form-title {
    letter-spacing: 1.2px;
    font-size: calc(1.025rem + .9vw)
}

.footer-right-col {
    display: flex;
    justify-content: right
}

.footer-right-innr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:1100px) {
    .contact .form-bg, .contact .widget_container {
        padding: 30px 15px
    }
}

@media (max-width:992px) {
    .footer-right-col {
        justify-content: left
    }

    .footer-right-innr {
        max-width: 100%
    }
}

.clg-icon, .counter-item-icon .img-fluid {
    max-width: 60px
}

@media (max-width:815px) {
    .contact {
        background: unset
    }
}

.section-title1::before {
    width: 150px;
    left: 0;
    background: var(--primary);
    border-radius: 2px
}

.section-title1.text-center::before {
    left: 50%;
    margin-left: -75px
}

.section-title1.section-title-sm::before {
    width: 90px;
    height: 3px
}

.section-title1::after {
    width: 6px;
    background: #fff;
    -webkit-animation: 5s linear infinite section-title-run;
    animation: 5s linear infinite section-title-run
}

.section-title1.text-center::after {
    -webkit-animation: 5s linear infinite section-title-run-center;
    animation: 5s linear infinite section-title-run-center
}

.section-title1.section-title-sm::after {
    width: 4px;
    height: 3px;
    -webkit-animation: 5s linear infinite section-title-run-sm;
    animation: 5s linear infinite section-title-run-sm
}

.section-title1 .title {
    font-weight: 900;
    text-transform: capitalize
}

@-webkit-keyframes section-title-run {
    0%,100% {
        left: 0
    }

    50% {
        left: 145px
    }
}

@-webkit-keyframes section-title-run-center {
    0%,100% {
        left: 50%;
        margin-left: -75px
    }

    50% {
        left: 50%;
        margin-left: 45px
    }
}

@-webkit-keyframes section-title-run-sm {
    0%,100% {
        left: 0
    }

    50% {
        left: 85px
    }
}

.counter-facts {
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)) center center/cover no-repeat fixed,url(../images/1.webp) center center/cover no-repeat fixed;
    position: relative;
    z-index: 9
}

    .counter-facts .counter {
        position: relative;
        text-align: center;
        width: 200px;
        padding: 10px 15px;
        margin: 0 auto;
        border-radius: 100px;
        box-shadow: 0 8px 5px rgba(0,0,0,.2);
        background: var(--bs-white)
    }

.counter-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100px
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary)
}

.counter-facts .counter .counter-icon, .counter-facts .counter .counter-icon::before {
    width: 120px;
    border-radius: 10px 10px 0 0;
    clip-path: polygon(0% 0%,100% 0,100% 70%,50% 100%,0 70%)
}

.counter-facts .counter .counter-icon {
    position: relative;
    height: 100px;
    margin: 0 auto 10px;
    transform: translateY(-20px);
    font-size: 40px;
    line-height: 88px;
    color: #07795e;
    background: #cccacaf0
}

    .counter-facts .counter .counter-icon::before {
        content: "";
        position: absolute;
        height: 90px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #f4f7f9;
        z-index: -1
    }

.counter-facts .counter:hover .counter-icon svg {
    transition: .3s
}

.counter-facts .counter h3 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 5px
}

.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #5b0e16
}

.counter::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 0 0 100px 100px;
    background: rgba(9,82,84,.1);
    z-index: 1;
    transition: .5s
}

.counter:hover::after {
    height: 100%
}

@media screen and (max-width:1200px) {
    .counter-facts .counter {
        margin-bottom: 30px
    }
}

.clg-title, .testimonial .profession, .testimonial h4 {
    text-align: left;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .counter-facts {
        background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)) 0 0/cover no-repeat fixed,url(../images/m_1.webp) 0 0/cover no-repeat fixed;
        position: relative
    }
}

.carousel-section .carousel-wrapper, .event .event-item, .faq, .faq_sec, .institutes, .testimonial {
    position: relative;
    overflow: hidden
}

    .event .event-item .event-inner .event-title {
        position: relative;
        margin-top: -19px;
        text-align: center;
        transition: .5s
    }

        .event .event-item .event-inner .event-title .event-content {
            position: absolute;
            bottom: -100%;
            left: 0;
            margin-left: 30px;
            margin-right: 30px;
            text-align: center;
            border-radius: 10px;
            background: var(--bs-primary);
            opacity: 0;
            transition: .5s;
            color: #fff
        }

    .event .event-item:hover .event-inner .event-title .event-content {
        bottom: 0;
        opacity: 1
    }

    .event .event-item .event-inner .event-title .event-content h4 {
        border-bottom: 1px solid rgba(255,255,255,.49)
    }

    .event .event-item:hover .event-inner .event-title .event-title-name {
        opacity: 0
    }

    .event .event-item .event-inner .event-img {
        position: relative;
        border-radius: 10px;
        overflow: hidden
    }

        .event .event-item .event-inner .event-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            border-radius: 10px;
            background: rgba(255,255,255,.5);
            transition: .5s;
            opacity: 0
        }

    .event .event-item:hover .event-inner .event-img::after {
        height: 100%;
        opacity: 1
    }

    .event .event-item:hover .event-inner .event-img img {
        transform: scale(1.3)
    }

    .event .event-item .event-inner .event-title .event-title-name > div, .faq .accordion {
        border-radius: 10px
    }

.event-title h4 {
    font-size: 18px
}

.header-carousel .header-carousel-item img {
    object-fit: cover;
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s
}

@media (max-width:1199px) {
    .event-title h4 {
        font-size: 16px
    }

    .event .event-item .event-inner .event-title .event-content {
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        margin-left: 10px;
        margin-right: 10px
    }
}

.header-carousel .owl-nav .owl-prev, .hidden-courses {
    display: none
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

    .header-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 0 0 100px 0 var(--bs-light);
        color: var(--bs-primary)
    }

    .header-carousel .owl-nav .owl-next i {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        animation-name: carousel-next-btn;
        animation-duration: 4s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        transition: 1s
    }

@keyframes carousel-next-btn {
    0%,100% {
        margin-top: 35%
    }

    50% {
        margin-bottom: 70%
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: center
}

.carousel-caption .ticket-form {
    background: rgba(255,255,255,.4);
    border-radius: 10px
}

@keyframes image-zoom {
    0%,100% {
        width: 100%;
        height: 100%
    }

    25% {
        width: 115%;
        height: 115%
    }

    50% {
        width: 130%;
        height: 130%
    }

    75% {
        width: 120%;
        height: 120%
    }
}

.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)) center center/cover no-repeat,url(../images/carousel/1.jpg) center center/cover no-repeat;
    padding: 60px 0;
    transition: .5s
}

    .bg-breadcrumb .breadcrumb .breadcrumb-item a {
        color: var(--bs-white)
    }

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.37);
    border-radius: 10px
}

    .gallery .gallery-item:hover img {
        transform: scale(1.2)
    }

    .gallery .gallery-item::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 10px;
        background: rgba(0,0,0,.4);
        transition: .5s;
        z-index: 1
    }

    .carousel-section .carousel-item .logo-circle:hover::after, .gallery .gallery-item:hover::after, .header-carousel .owl-stage-outer {
        width: 100%;
        height: 100%
    }

    .gallery .gallery-item .search-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: .5s;
        z-index: 5;
        opacity: 0
    }

    .gallery .gallery-item:hover .search-icon {
        opacity: 1
    }

.testimonial_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    background-image: linear-gradient(to right,rgba(249,248,248,.47) 0,rgba(247,244,244,.44) 0,rgba(234,120,107,.51) 21%,rgba(232,119,106,.43) 52%,rgba(157,56,75,.62) 78%,rgba(177,42,91,.56) 100%)
}

.testimonial-carousel .owl-dots, .testimonial-carousel .owl-stage {
    display: flex;
    justify-content: center
}

.testimonial .testimonial-carousel .testimonial-item {
    text-align: center;
    border-radius: 10px;
    background: rgba(255,255,255,.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.testimonial-carousel .testimonial-item .testimonial-inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-item .testimonial-inner .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid var(--bs-white)
}

.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
    position: absolute;
    top: 0;
    left: -25px;
    color: var(--bs-white);
    background: #5b0e16
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0;
    background: green;
    transition: .5s
}

    .testimonial-carousel .owl-dots .owl-dot.active {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: var(--bs-light);
        transition: .5s
    }

    .testimonial-carousel .owl-dots .owl-dot span {
        position: relative;
        margin-top: 50%;
        margin-left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .testimonial-carousel .owl-dots .owl-dot.active span::after {
        background: green
    }

    .testimonial-carousel .owl-dots .owl-dot span::after {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: var(--bs-white);
        transition: .5s
    }

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -22px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: -210px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .testimonial-carousel .owl-nav .owl-prev {
        font-size: 50px;
        margin-right: 80px;
        color: var(--bs-white);
        transition: .5s
    }

    .testimonial-carousel .owl-nav .owl-next {
        font-size: 50px;
        margin-left: 80px;
        color: var(--bs-white);
        transition: .5s
    }

        .testimonial-carousel .owl-nav .owl-next:hover, .testimonial-carousel .owl-nav .owl-prev:hover {
            color: var(--bs-primary)
        }

.header-carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.video-icon, .video-icon a {
    left: 50%;
    position: absolute
}

.testimonial h4 {
    color: #5b0e16;
    font-size: 20px
}

.testimonial .sm-text {
    font-size: 16px;
    line-height: normal;
    color: #000
}

.video-icon {
    z-index: 1;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

    .video-icon a {
        height: 70px;
        width: 70px;
        top: 50%;
        border-radius: 50%;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-color: #fafafa;
        text-align: center;
        line-height: 70px;
        font-size: 30px;
        padding: 0 0 0 3px !important
    }

        .video-icon a:hover {
            transition: .3s;
            background-color: #5b0e16
        }

            .video-icon a:hover svg {
                color: #fafafa;
                transition: .3s
            }

.play-an {
    position: relative;
    border-radius: 50%;
    border: none;
    outline: 0
}

    .play-an::before, .play-an:after {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 0 2px #fff;
        border-radius: 50%;
        animation: 2.5s infinite pulse-border;
        transition: .2s
    }

    .play-an::before {
        animation: 2.5s infinite pulse-border1;
        transition: .2s
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0
    }
}

@keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.collaboration-section .section-title span {
    background: #5b0e16;
    position: relative;
    z-index: 9;
    padding: 0 5px
}

.collaboration-section .section-title::after, .collaboration-section .section-title::before {
    background: #fff;
    z-index: 1
}

.carousel-section {
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: .5s
}

    .carousel-section .gradient-overlay {
        position: absolute;
        top: 0;
        width: 8rem;
        height: 100%;
        z-index: 10;
        transition: opacity .5s
    }

    .carousel-section .gradient-left {
        left: 0;
        background: linear-gradient(90deg,#fff 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 100%)
    }

    .carousel-section .gradient-right {
        right: 0;
        background: linear-gradient(270deg,#fff 0,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 100%)
    }

    .carousel-section .carousel-container {
        width: 100%;
        overflow: hidden
    }

    .carousel-section .carousel-track {
        display: flex;
        gap: 1.5rem;
        width: calc(128px * 16 + 24px * 15);
        animation: 30s linear infinite scroll;
        transition: animation-play-state .3s;
        padding: 20px 0 0
    }

        .carousel-section .carousel-track:hover, .carousel-section.hovered .carousel-item .logo-circle, .carousel-section.hovered .carousel-track .logo-circle {
            animation-play-state: paused
        }

    .carousel-section .carousel-item {
        flex-shrink: 0;
        width: 12rem;
        height: 8.5rem;
        cursor: pointer;
        position: relative;
        z-index: 1
    }

        .carousel-section .carousel-item:hover {
            transform: scale(1.25);
            z-index: 20
        }

    .carousel-section .logo-circle {
        width: 10rem;
        height: 6.5rem;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s cubic-bezier(.4, 0, .2, 1);
        position: relative;
        overflow: hidden;
        padding: 7px;
        background: #fff;
        box-shadow: 0 0 10px #0b0a0ab5
    }

        .carousel-section .logo-circle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,0));
            border-radius: 50%;
            transition: opacity .3s
        }

    .carousel-section .carousel-item:hover .logo-circle {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(0,0,0,.25)
    }

        .carousel-section .carousel-item:hover .logo-circle::before {
            opacity: .8
        }

    .carousel-section .carousel-item:nth-child(odd) .logo-circle {
        animation: 6s ease-in-out infinite logoUp
    }

    .carousel-section .carousel-item:nth-child(2n) .logo-circle {
        animation: 6s ease-in-out infinite logoDown
    }

    .carousel-section.hovered .carousel-item:not(.item-hovered), .carousel-section.hovered .gradient-overlay, .carousel-section.hovered .section-header {
        opacity: .3
    }

    .carousel-section.hovered .carousel-track .carousel-item .logo-circle {
        animation: unset;
        transform: translateY(0) !important
    }

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes logoUp {
    0%,100% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes logoDown {
    0%,100% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }
}

@keyframes logoCen {
    0%,100% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }
}

@media (max-width:768px) {
    .carousel-section .carousel-track {
        width: calc(112px * 16 + 20px * 15);
        gap: 1.25rem
    }

    .carousel-section .carousel-item {
        width: 9rem !important;
        height: 6rem !important
    }

    .carousel-section .logo-circle {
        width: 7rem;
        height: 4rem
    }

    .testimonial-carousel .owl-dots .owl-dot, .testimonial-carousel .owl-dots .owl-dot.active {
        width: 20px;
        height: 20px;
        border-radius: 20px
    }

    .video-icon {
        width: 65px;
        height: 65px
    }

        .video-icon a {
            height: 45px;
            width: 45px;
            line-height: 50px
        }

    .counter-item h5 {
        font-size: 15px
    }

    .testimonial-carousel .owl-dots .owl-dot {
        margin: 20px 5px 0
    }

        .testimonial-carousel .owl-dots .owl-dot span::after {
            width: 10px;
            height: 10px;
            border-radius: 10px
        }

    .testimonial h4 {
        font-size: 16px
    }

    .testimonial-item .testimonial-inner .testimonial-img img {
        width: 70px;
        height: 70px;
        border-radius: 70px
    }

    .testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
        left: -20px
    }

    .testimonial-item .btn-lg-square {
        width: 30px;
        height: 30px
    }

        .testimonial-item .btn-lg-square svg {
            font-size: 1.2em
        }

    .card-title {
        font-size: 1.1rem
    }
}

@media (max-width:640px) {
    .carousel-section .container {
        padding: 2rem 1rem
    }

    .carousel-section .carousel-track {
        width: calc(96px * 16 + 16px * 15);
        gap: 1rem
    }

    .carousel-section .carousel-section {
        padding: 3rem 0
    }
}

.college-image::before, .faq_sec::after, .institutes::after, .students-join1-area::before {
    content: "";
    width: 100%;
    height: 100%
}

.carousel-section .carousel-item {
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

    .carousel-section .carousel-item .logo-circle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: radial-gradient(circle,rgba(255,255,255,.3) 0,transparent 70%);
        border-radius: 50%;
        transform: translate(-50%,-50%);
        transition: .3s;
        pointer-events: none
    }

.faq_sec::after {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/faq_bg.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.faq .faq-img .faq-btn {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.faq .accordion .accordion-item, .faq .accordion .accordion-item .accordion-button {
    border-radius: 10px 10px 0 0
}

.accordion-item {
    box-shadow: 0 .313rem 0 0 #5b0e16;
    border: .0625rem solid #5b0e16 !important
}

.faq .accordion .accordion-item .accordion-button.collapsed {
    background: #fff;
    color: #1a1a1a
}

.faq .accordion .accordion-item .accordion-button {
    color: #fff;
    background: #5b0e16;
    font-size: 18px
}

.accordion-body p {
    font-size: 18px;
    line-height: normal;
    color: #2d2d2d
}

.clg-icon {
    transition: .5s;
    scale: 0.8;
    position: absolute
}

.institutes::after {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(rgba(40,120,235,.05),rgba(40,120,235,.05)) center/cover no-repeat fixed,url(../images/clg_bg.webp) center/cover no-repeat fixed;
    z-index: -1
}

.courses_item .college-header {
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    border-radius: 10px;
    padding: 0;
    background: #fff;
    z-index: 3;
    height: 100%;
    display: flex;
    justify-content: start;
    overflow: hidden;
    cursor: pointer
}

    .courses_item .college-header:hover .clg-icon {
        scale: 1
    }

.college-image {
    margin: 0;
    min-width: 60px;
    height: auto;
    background: #6c1313;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    transform-style: preserve-3d;
    padding: 7px;
    position: relative;
    min-height: 100%
}

    .college-image::before {
        position: absolute;
        left: -8px;
        top: -8px;
        background: color-mix(in srgb,rgba(13,110,253,.25),transparent 80%);
        border-radius: 5px;
        transition: .3s ease-out;
        transform: translateZ(-1px)
    }

.join-now-btn, .students-join1-wrapper .students-join1-left ul li {
    border: 2px solid #fff
}

.clg-title {
color: #000;
font-weight: 600;
transition: .3s ease-out;
padding: 5px 33px 5px 10px
}

.college-image ~ .w-full {
    min-height: 60px;
    height: 100%;
    display: flex;
    align-items: center
}

.achievements-circle, .join-now-btn, .stat-item {
    text-align: center
}

.cls-1 {
    fill: #fff
}

@media only screen and (max-width:768px) {
    .institutes::after {
        background: linear-gradient(rgba(40,120,235,.05),rgba(40,120,235,.05)) center/cover no-repeat fixed,url(../images/m_clg_bg.webp) center/cover no-repeat fixed
    }

    .faq_sec::after {
        background-image: url(../images/m_faq_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center
    }

    .clg-title {
        font-size: 14px
    }
}

@media only screen and (max-width:320px) {
    .clg-title {
        font-size: 11px;
        line-height: normal
    }

    .college-image {
        min-width: 60px
    }
}

.students-join1-area {
    background: url(../images/3.webp) 0 0/cover no-repeat fixed;
    padding: 80px 0;
    position: relative
}

    .students-join1-area::before {
        position: absolute;
        top: 0;
        left: 0;
        background: #f6791c;
        background: linear-gradient(90deg,rgba(246,121,28,.5046219171262255) 0,rgba(249,175,54,.6586835417760855) 35%,rgba(249,155,34,.18809530648196782) 100%)
    }

.students-join1-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-shadow: 0 0 12px -1px rgba(0,0,0,.53);
    -moz-box-shadow: 0 0 12px -1px rgba(0,0,0,.53);
    box-shadow: 0 0 12px -1px rgba(0,0,0,.53);
    position: relative
}

    .students-join1-wrapper .students-join1-left {
        -webkit-box-flex: 5;
        -moz-flex: 5;
        -webkit-flex: 5;
        flex: 5;
        border: 1px solid #fff
    }

        .students-join1-wrapper .students-join1-left .ri-grid {
            margin: 0
        }

    .students-join1-wrapper .students-join1-right {
        -webkit-box-flex: 2;
        -moz-flex: 2;
        -webkit-flex: 2;
        flex: 2;
        text-align: center;
        background: #5b0e16;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

        .students-join1-wrapper .students-join1-right > div {
            margin: 0 auto
        }

        .students-join1-wrapper .students-join1-right h2 span {
            font-weight: 900
        }

        .students-join1-wrapper .students-join1-right h2 {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 1.2;
            color: #fff
        }

.join-now-btn {
    color: #000;
    padding: 13px 40px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.college-card, .course-item, .expand-icon, .view-more-btn {
    transition: var(--transition)
}

.join-now-btn:hover {
    background: #07795e;
    color: #fff
}

@media only screen and (max-width:991px) {
    .students-join1-wrapper .students-join1-right {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .students-join1-wrapper {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .students-join1-area {
        background: url(../images/m_3.webp) 0 0/cover no-repeat fixed;
        padding: 50px 0;
        position: relative
    }

    .students-join1-wrapper .students-join1-right h2 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: normal
    }

    .students-join1-wrapper .students-join1-right {
        padding-top: 28px;
        padding-bottom: 30px
    }

    .join-now-btn {
        padding: 8px 26px
    }
}

.colleges-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr
}

.college-card {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    cursor: pointer;
    border: 1px solid var(--border-color);
    position: relative
}

    .college-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-xl)
    }

.college-header {
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg,rgba(102,126,234,.05) 0,rgba(118,75,162,.05) 100%)
}

    .college-header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #913636
    }

.courses-title::before, .expand-icon {
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.college-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: .5rem
}

.college-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem
}

.college-rating, .expand-icon {
    display: flex;
    align-items: center
}

.college-location {
    color: var(--text-secondary);
    font-size: .9rem
}

.college-rating {
    gap: .25rem;
    font-size: .9rem;
    color: #f59e0b
}

.college-description {
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.6
}

.expand-icon {
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
    font-size: .8rem;
    background: #07795e
}

.college-card.expanded .expand-icon {
    transform: translateY(-50%) rotate(180deg)
}

.courses-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1);
    left: 0;
    top: 100%;
    width: 100%;
    height: 400px;
    z-index: 999;
    background: #fff;
    height: fit-content
}

.courses-content {
    padding: 15px 10px
}

.courses-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-primary);
    position: relative;
    padding-left: 1rem
}

    .courses-title::before {
        content: '';
        left: 0;
        width: 3px;
        height: 20px;
        background: var(--accent-gradient);
        border-radius: 2px
    }

.courses-grid {
    display: grid;
    gap: .75rem;
    margin-bottom: 0
}

.course-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: #f9f7f7;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color)
}

    .course-item:hover {
        background: #fff;
        transform: translateX(4px);
        box-shadow: var(--shadow-sm)
    }

.course-info {
    flex: 1
}

.course-name {
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0
}

.course-details {
    display: flex;
    gap: 1rem;
    font-size: .85rem;
    color: var(--text-muted)
}

.course-badge {
    background: #07795e;
    color: #fff;
    padding: .25rem .75rem;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 500;
    white-space: nowrap
}

.view-more-btn {
    background: var(--accent-gradient);
    color: #fff;
    border: none;
    padding: .75rem 1.5rem;
    border-radius: var(--border-radius);
    font-weight: 500;
    cursor: pointer;
    font-size: .9rem
}

    .view-more-btn:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md)
    }

.stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 1.5rem;
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: var(--border-radius-xl);
    box-shadow: var(--shadow-lg)
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text
}

.stat-label {
    color: var(--text-secondary);
    font-size: .9rem;
    margin-top: .5rem
}

@media (min-width:768px) {
    .colleges-grid {
        grid-template-columns: repeat(auto-fit,minmax(500px,1fr))
    }

    .course-details {
        flex-direction: row
    }
}

@media (min-width:1024px) {
    .courses-grid {
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr))
    }
}

.show-hidden .hidden-courses {
    display: block
}

.fade-in {
    opacity: 0;
    transform: translateY(30px)
}

.slide-up {
    transform: translateY(50px);
    opacity: 0
}

.open-btn {
    padding: 10px 18px;
    border: 0;
    background: linear-gradient(135deg,#5b8cff,#7b5bff);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(59,84,255,.12)
}

.modal, .overlay {
    padding: 20px;
    opacity: 0
}

.overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(10,12,20,.45);
    z-index: 1000;
    transition: opacity 220ms,visibility 220ms;
    backdrop-filter: blur(3px)
}

    .overlay[aria-hidden=false] {
        display: flex;
        opacity: 1
    }

.modal {
    width: min(720px,96%);
    max-width: 720px;
    background: linear-gradient(180deg,#fff,#fafbff);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(6,10,30,.28);
    transform: translateY(10px) scale(.98);
    transition: transform 260ms cubic-bezier(.2, .9, .25, 1),opacity 220ms
}

.achievements-circle, .achievements-circle::after {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.overlay[aria-hidden=false] .modal {
    transform: translateY(0) scale(1);
    opacity: 1
}

.modal-header {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.modal-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0
}

.close-btn {
    background: 0 0;
    border: 0;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px
}

    .close-btn:focus {
        outline: rgba(90,120,255,.18) solid 3px
    }

.modal-body {
    line-height: 1.5;
    color: #333;
    margin-top: 6px
}

.modal-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 18px
}

.btn {
    padding: 8px 12px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    font-weight: 600
}

    .btn.secondary {
        background: #f1f3ff;
        color: #1a2450
    }

    .btn.primary {
        background: linear-gradient(135deg,#5b8cff,#7b5bff);
        color: #fff
    }

.popup-content {
    min-width: 40dvw;
    padding: 20px;
    max-height: 90dvh;
    overflow: auto
}

.courses-box .fancybox-button svg {
    background: red;
    color: #fff;
    border-radius: 50%;
    font-weight: 900
}

.courses-box {
    max-width: 90dvw;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #f9f9f9;
    height: auto;
    overflow: hidden
}

@media (max-width:420px) {
    .modal {
        padding: 14px;
        border-radius: 10px
    }

    .modal-title {
        font-size: 1rem
    }
}

.rc-li {
    margin-bottom: 7px;
    color: #4a5568
}

.right-circle {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px
}

    .right-circle::before {
        content: '✓';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: linear-gradient(90deg,#16df97 0,#036036 100%);
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 5px
    }

.card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(135deg,#5f0f1a,#026d44);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 1px 3px #5b1016
}

.check-circle {
    color: #07795e
}

.achievements-circle {
    position: relative;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 0 30px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.19)
}

    .achievements-circle img {
        height: auto;
        max-height: 100%;
        width: 100%;
        object-fit: contain
    }

.achievements-section {
    background: #d3e0dc
}

.achievements-circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #6c1313;
    transform: scaleX(0);
    transform-origin: left
}

.achievements-circle:hover::after {
    transform: scaleX(1)
}

.achievements-section .carousel-section .carousel-item:hover {
    transform: scale(1.15);
    z-index: 20
}

.achievements-section .carousel-section .carousel-item {
    width: 12rem;
    height: 7rem
}
