:root {
    --primary: #bc9e48;
    --light: #8c8c8c;
    --dark: #063776;
}

body {
    color: rgb(41, 41, 41);
}

html {
    scroll-behavior: smooth;
  }
.text-primary {
    color: rgb(230, 167, 64) !important;
}

.text-blue {
    color: rgb(8, 87, 166) !important;
}

.bg-green {
    background-color: rgb(40, 52, 78);
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(62, 84, 123);
    border-color: rgb(62, 84, 123);
}

.bg-primary {
    background-color: rgb(40, 52, 78) !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.bg-light {
    background-color: rgb(241, 246, 249) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 60px;
    z-index: 99;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s linear;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1;
}

.btn-default {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: rgb(8, 87, 166);
    background: white;
    text-transform: capitalize;
    padding: 18px 55px 18px 20px;
    border-radius: 99px;
    border: none;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-default.btn-highlighted {
    background-color: rgb(255, 255, 255);
    color: rgb(8, 87, 166);
}

.btn-default {
    /* background: white; */
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: rgb(255 255 255);
    background: rgb(62, 84, 123);
    background: linear-gradient(260deg, rgb(184, 181, 247) 0%, rgb(113 123 221) 35%, rgb(6 55 145) 100%);
    text-transform: capitalize;
    padding: 12px 55px 12px 20px;
    border-radius: 99px;
    border: 1px solid rgb(255 255 255);
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-default:hover {
    color: rgb(62, 84, 123);
}

.btn-default::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    bottom: 0px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgb(0 55 111);
    background-image: url("../img/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    transform: translate(-10px, -50%);
    transition: 0.4s ease-in-out;
}

.btn-default:hover::before {
    background-color: rgb(136, 170, 207);
}

.btn-default::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 102%;
    border-radius: 99px;
    background: white;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover::after {
    width: 106%;
}

.btn-default.btn-highlighted {
    background-color: rgb(255, 255, 255);
    color: rgb(21, 60, 51);
}

.btn-default.btn-highlighted:hover {
    color: white;
}

.btn-default.btn-highlighted::before {
    background-color: rgb(21, 60, 51);
}

.btn-default.btn-highlighted::after {
    background-color: rgb(21, 60, 51);
}

.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary, .btn.btn-secondary {
    color: rgb(255, 255, 255);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 25px;
    height: 25px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    z-index: 9999;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(0 55 110);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 50px;
    padding: 25px 0px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: rgb(40, 52, 78);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0px;
        padding: 10px 0px;
    }

    .navbar .navbar-nav {
        border-top: 1px solid rgb(238, 238, 238);
    }
}

.navbar .navbar-brand, .navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    color: rgb(68, 68, 68);
}

.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0px;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

img.img-fluid.logo {
    width: 200px;
}

.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 45px;
    font-size: 22px;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 15px;
    transition: 0.5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url("../img/slide-1.jpg") center top / cover no-repeat;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
    padding: 120px 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.service-item {
    transition: 0.5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.5rem 1.5rem;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: rgb(188, 158, 72);
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
}

.service-item:hover .btn {
    width: 140px;
}

.service-item img {
    border-radius: 8px 8px 0px 0px;
    height: 230px;
    width: 500px;
}

@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(50% - 480px + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(50% - 570px + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(50% - 660px + 0.75rem);
    }
}

.team-item img {
    position: relative;
    top: 0px;
    transition: 0.5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 110px;
    transition: 0.5s;
}

.team-text p {
    font-weight: 600;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: 0.5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: rgb(255, 255, 255);
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: rgb(255, 255, 255);
    background: var(--primary);
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before, .testimonial-carousel::after {
        width: 200px;
    }
    
}

@media (min-width: 992px) {
    .testimonial-carousel::before, .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(0.8);
    transition: 0.5s;
    background: linear-gradient(260deg, rgb(184, 181, 247) 0%, rgb(19 19 214 / 49%) 35%, rgb(0 212 255 / 58%) 100%);
}

.testimonial-carousel .owl-item.center .testimonial-text {
    /* background: rgb(239, 245, 255); */
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *, .testimonial-carousel .owl-item .testimonial-item img {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: rgb(255 255 255) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: rgb(0, 112, 60) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgb(255, 255, 255);
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0px;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.rounded-pill {
    color: rgb(140, 140, 140);
    border-radius: 50rem !important;
}

.mega-menu {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    width: 1000px;
    position: absolute;
    left: -550px;
}

.mega-menu .dropdown-item {
    padding: 0.25rem 0px;
    font-size: 0.95rem;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.single-slider {
    padding-bottom: 150px;
}

.slider-cont {
    position: relative;
    z-index: 5;
    margin-top: 5rem;
    top: 30%;
}

.slider-cont h1 {
    font-size: 42px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding-bottom: 0px;
}

.slider-cont p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding-bottom: 50px;
}

.slider-cont ul {
    margin-bottom: 5.6rem;
}

.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}

.slider-cont ul li:last-child {
    margin-right: 0px;
}

.slider-active .slick-arrow {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s linear;
}

.slider-active .next.slick-arrow {
    left: auto;
    right: 0px;
}

.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}

.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}

.slider-2.single-slider {
    padding-top: 230px;
    padding-bottom: 250px;
}

.single-slider {
    position: relative;
    overflow: hidden;
}

.single-slider .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.single-slider[data-overlay="1"] .overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

.single-slider[data-overlay="2"] .overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.single-slider[data-overlay="3"] .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.single-slider[data-overlay="4"] .overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.single-slider[data-overlay="5"] .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.condition-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    margin-bottom: 20px;
    background: rgb(0 55 111);
}

.condition-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px;
    background-color: white;
}

/* All text inside becomes dark */
.condition-card:hover .card-content,
.condition-card:hover .card-content i ,
.condition-card:hover .card-content h3,
.condition-card:hover .card-content p {
    color:  rgb(0 55 111);
}

.card-content p {
    color: rgb(255 255 255);
    padding: 6px 0px;
    font-size: 14px;
}

.card-image {
    object-fit: cover;
    width: 180px;
    padding: 20px;
    height: 260px;
}

.card-content {
    padding: 15px;
    flex: 1 1 0%;
}

.card-content i {
    background: rgb(241, 246, 249);
    padding: 15px;
    border-radius: 50%;
    font-size: 28px;
    /* color: rgb(62, 84, 123); */
}

.card-content h3 {
    font-size: 18px;
    color: rgb(255 255 255);
    padding: 10px 0px;
    font-weight: 500;
}

.card-content ul {
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 0px;
}

.card-content li {
    padding: 4px 3px;
    font-size: 16px;
    color: rgb(47, 72, 88);
    border-bottom: 1px solid rgb(236, 236, 236);
    list-style: none;
    text-align: left;
}

.card-content a {
    color: rgb(46, 204, 113);
    text-decoration: none;
    font-weight: 500;
}
.insta-btn{
       align-items: center;
    display: flex;
    color: #a1048c;
    font-size: 18px;
    font-weight: 500;
    }

@media (max-width: 768px) {
    .condition-card {
        flex-direction: column;
        text-align: center;
    }

    .card-image {
        width: 100%;
        height: auto;
    }

    .card-content {
        padding: 12px;
    }

    .single-slider {
        padding-bottom: 1px;
        height: 28vh;
    }

    .slider-cont h1 {
        font-size: 18px;
        margin-top: 8rem;
    }

    .slider-cont {
        position: relative;
        z-index: 5;
        margin-top: 5rem;
        top: -10%;
    }

    .slider-cont p {
        font-size: 14px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        padding-bottom: 0px;
    }

    .banner-btn {
        display: none;
    }

    .logo {
        width: 170px !important;
    }

    .page-header {
        padding-top: 70px !important;
        padding-bottom: 5px;
    }

    .feature-bg {
        width: 100% !important;
    }

    .find-job-bx form {
        margin-top: 1rem;
        /* padding: 10px 0px 5px !important; */
        margin: 10px 10px !important;
        padding: 0 !important;
    }

    iframe {
        /* width: 371px !important; */
    }

    .padding-iframe {
        padding: 0px !important;
    }

    .insta-btn{
    font-size: 11px;
   
    
    }

    section.main-banner {
    margin-top: 0px;
    height: 30vh;
}
.siteSection{
    margin-top: 39rem;
}

}

@media only screen and (max-width: 375px) {
    .slider-cont h1 {
        font-size: 15px;
        margin-top: 5rem;
    }

    iframe {
        /* width: 371px !important; */
    }

    .padding-iframe {
        padding: 0px !important;
    }

    .main-banner .header-text h2 {
 
margin-top: 35px !important;
}
}

.btn {
    color: rgb(255, 255, 255);
}

.btn:hover {
    color: rgb(255, 255, 255);
}

.logo-slider img {
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s;
}

.logo-slider img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.card-body i {
    font-size: 50px;
    color: rgb(216 169 73) !important;
    /* background: linear-gradient(52deg, rgba(159, 105, 57, 1) 12%, rgba(237, 198, 120, 1) 100%); */
}

.card-body p {
    font-size: 15px;
}

.text-button a {
    font-size: 15px;
    color: rgb(6, 29, 80);
}

.text-button a i {
    margin-left: 5px;
    font-size: 14px;
    transition: 0.3s;
}

.text-button a:hover i {
    margin-left: 8px;
}

.section-sp1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.online-cours {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.online-cours h2 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}

.online-cours h5 {
    font-weight: 400;
    font-size: 24px;
}

.online-cours h5 a {
    color: white;
    font-size: 20px;
}

.online-cours h5 a:hover {
    color: white;
}

.cours-search-bx {
    text-align: center;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px 20px 15px;
}

.cours-search-bx h3 {
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.cours-search-bx i {
    margin-right: 10px;
    font-size: 40px;
    color: rgb(136, 170, 207);
}

.section-area {
    position: relative;
    z-index: 1;
}

.section-area::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
    z-index: -1;
}

section.main-banner {
    margin-top: 0px;
}

.main-banner {
    padding-top: 20px;
    padding-bottom: 0px;
}

.main-banner .right-image {
    margin-left: 120px;
    position: relative;
    z-index: 2;
}

.main-banner .right-image img {
    position: relative;
    z-index: 2;
}

.main-banner-content{
    /* margin-top: 150px; */
}

.main-banner .header-text h6 {
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: rgb(119, 119, 119);
}

.main-banner .header-text h3 {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    color: rgb(96, 126, 164);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
}

.main-banner .header-text h2 {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 10px;
    text-shadow: rgba(0, 0, 0, 0.19) 3px 3px 4px;
}

.main-banner .header-text p {
    color: rgb(255, 255, 255);
}

.main-banner .header-text p em {
    font-size: 20px;
    font-weight: 500;
}

.main-banner .main-button-gradient {
    position: relative;
    z-index: 2;
}

.find-job-bx form {
    padding: 10px 10px 5px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
    
}

.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(136, 170, 207);
    border-color: rgb(136, 170, 207);
}

#video-feature {
    position: relative;
    padding: 40px 0px;
}

.feature-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60%;
    height: 100%;
    background-color: rgb(40, 52, 78);
}

.video {
    padding-left: 80px;
}

.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: rgb(242, 105, 52);
    color: rgb(4, 7, 53);
    border-radius: 50%;
}

.feature {
    position: relative;
    z-index: 5;
}

.feature .feature-title {
}

.feature .feature-title h3 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    padding-bottom: 15px;
}

.feature div .singel-feature {
    padding-top: 2px;
    overflow: hidden;
}

.feature div .singel-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 20px;
}

.feature div .singel-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden;
}

.feature div .singel-feature .cont h4 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding-bottom: 0px;
    font-weight: normal;
}

.feature div .singel-feature .cont p {
    color: rgb(255, 255, 255);
}

.feature div .singel-feature .icon img {
    width: 40px;
}

.call-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: rgb(255, 255, 255);
    background: rgb(62, 84, 123);
    text-transform: capitalize;
    padding: 6px 20px 6px 0px;
    border-radius: 99px;
    border: 1px solid rgb(136, 170, 207);
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-right: 1rem;
}

.Partners-heading {
    width: 100%;
    max-width: 161px;
    margin-right: 50px;
}

.marquee-main {
    overflow: clip;
}

.marquee-main h5 {
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgb(0, 54, 108);
    font-weight: 600 !important;
}

.marquee {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    white-space: nowrap;
}

.marquee-content {
    display: flex;
    animation: 35s linear 0s infinite normal none running marquee-left;
    white-space: nowrap;
}

.marquee-content img {
    transition: transform 0.3s;
    filter: grayscale(0);
    max-width: none;
    flex-shrink: 0;
    height: 100px;
}

.marquee-content {
    display: flex;
    animation: 40s linear 0s infinite normal none running marquee;
}

@keyframes marquee {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-50%);
    }
}

.iconWrap img {
    width: auto;
    height: 3rem;
}

.headingText {
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
}






.btn-brochure {
    min-width: 160px;
}

@media (max-width: 991px) {
    .sticky-footer {
        padding: 10px;
    }

    .sticky-footer .title {
        font-size: 16px;
    }

    

}



@media (max-width: 768px) {
    .sticky-footer .title, .sticky-footer .btn-brochure {
        display: none !important;
    }

    .sticky-footer .content-wrapper {
        width: 100%;
        justify-content: center !important;
    }

    .sticky-footer .urgency-wrapper {
        margin-right: 16px;
    }
}

.counter-section {
    display: inline-block;
    border-radius: 10px;
    padding: 5px;
}

:root {
    --bg: #ffffff;
    --muted: #f6fbf8;
    --card-light: #f7fcff;
    --card-dark: #041527;
    --accent: #0fa86f;
    --accent-2: #06b6d4;
    --text: #0b1b2b;
    --muted-text: #6b7280;
    --card-radius: 14px;
    --shadow: 0 6px 20px rgba(2,9,23,0.06);
}

.programs-section {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: var(--bg);
    padding: 64px 16px;
}

.programs-wrap {
    max-width: 1200px;
    margin: 0px auto;
}

.programs-head {
    text-align: center;
    margin-bottom: 36px;
}

.programs-head h2 {
    font-size: 28px;
    margin: 0px 0px 8px;
    /* color: var(--text); */
}

.programs-head p {
    margin: 0px;
    color: var(--muted-text);
}

.program-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 900px) {
    .program-cards {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

article {
    border-radius: var(--card-radius);
    padding: 26px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 240px;
}

.card.light {
    background: linear-gradient(180deg, #ffffff 0%, var(--card-light) 100%);
    border: 1px solid rgba(6, 29, 46, 0.04);
}

.tag {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 168, 111, 0.09);
    color: rgb(62, 84, 123);
    width: fit-content;
    font-weight: 600;
}

.card.dark {
    background: linear-gradient(rgb(4, 21, 39) 0%, rgb(6, 30, 50) 100%);
    color: rgb(219, 238, 243);
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.card.dark .tag {
    background: rgba(8, 115, 102, 0.12);
    color: rgb(127, 227, 208);
}

.card .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.card .desc {
    font-size: 14px;
    color: var(--muted-text);
    line-height: 1.45;
    margin: 6px 0px 0px;
}

.card.dark .desc {
    color: rgba(219, 238, 243, 0.85);
}

.highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 8px;
}

.pill {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(136, 170, 207, 0.21);
    font-size: 13px;
    color: rgb(62, 84, 123);
}

.card.dark .pill {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(219, 238, 243, 0.95);
}

.meta {
    font-size: 13px;
    color: var(--muted-text);
    display: flex;
    gap: 10px;
    align-items: center;
}

.card.dark .meta {
    color: rgba(219, 238, 243, 0.8);
}

.card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.card {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(6, 29, 46, 0.06);
    color: rgb(11, 27, 43);
    transition: 0.35s;
}

.highlights li {
    color: rgb(107, 118, 132);
    font-size: 14px;
}

.card:hover {
    background: rgb(0, 55, 111);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(219, 238, 243);
    transform: translateY(-4px);
}

.card:hover .desc, .card:hover .fas, .card:hover h6, .card:hover .highlights li, .card:hover .pill, .card:hover .meta, .card:hover .title {
    color: rgb(219, 238, 243) !important;
}

.card:hover .pill {
    background: rgba(255, 255, 255, 0.1) !important;
}

.card:hover .tag {
    background: rgba(8, 115, 102, 0.22) !important;
    color: rgb(127, 227, 208) !important;
}

.card:hover .btn.ghost {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgb(255, 255, 255);
}

.card:hover .btn.primary, .card:hover .btn.explore-dark {
    background: linear-gradient(90deg, rgb(6, 182, 212), rgb(15, 168, 111));
    color: rgb(0, 17, 34);
}

.btn {
    border: 0px;
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn.primary {
    background: linear-gradient(90deg, rgb(62, 84, 123), rgb(0, 54, 110));
    color: rgb(255, 255, 255);
    box-shadow: rgba(11, 168, 103, 0.18) 0px 6px 14px;
}

.btn.ghost {
    background: transparent;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 14px;
}

.help-bar {
    margin-top: 22px;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    background: linear-gradient(90deg, rgba(15, 168, 111, 0.06), rgba(6, 182, 212, 0.03));
    border: 1px solid rgba(6, 29, 46, 0.04);
}

.help-left {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--text);
}

.help-left p {
    margin: 0px;
    color: var(--muted-text);
}

.counsel-btn {
    background: transparent;
    border: 1px solid rgba(6, 29, 46, 0.06);
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    color: var(--accent);
    text-decoration: none;
}

.industry-interface {
    margin-top: 18px;
    font-size: 14px;
    color: var(--muted-text);
    display: flex;
    gap: 10px;
    align-items: center;
}

.icon-sm {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.features-line {
    background: rgb(255, 255, 255);
}

.features-line .features-line-inner {
    position: relative;
    padding-top: 10px;
}

.features-line .features-line-inner::before {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    top: 33px;
    height: 2px;
    background: rgb(230, 233, 239);
    z-index: 1;
}

.feature-item {
    text-align: center;
    padding-top: 12px;
    position: relative;
    z-index: 2;
}

.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(233 207 155);
    background: rgb(255, 255, 255);
    margin: -36px auto 0px;
    box-shadow: rgba(10, 20, 40, 0.06) 0px 6px 18px;
    transition: transform 0.22s, box-shadow 0.22s, background 0.22s;
    font-size: 20px;
    color: rgb(216 171 76);
}

.feature-item:hover .icon-circle {
    transform: translateY(-6px) scale(1.04);
    box-shadow: rgba(10, 20, 40, 0.12) 0px 18px 30px;
    background: rgb(238, 246, 255);
}

.feature-title {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0 55 111);
}

.feature-sub {
    margin: 0px 0px 6px;
    font-size: 13px;
    color: rgb(107, 114, 128);
    line-height: 1.35;
    min-height: 38px;
}

.feature-note {
    margin: 6px 0px 0px;
    font-size: 12px;
    color: rgb(0 55 110);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .features-line .features-line-inner::before {
        left: 6%;
        right: 6%;
        top: 36px;
    }

    .icon-circle {
        width: 52px;
        height: 52px;
        margin-top: -40px;
    }
}

.video-card {
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(rgb(217, 217, 217), rgb(127, 127, 127));
    min-height: 220px;
    position: relative;
}

.video-card img, .video-card .video-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s, background 0.15s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.06);
    background: rgba(255, 255, 255, 0.22);
}

.play-btn .triangle {
    width: 0px;
    height: 0px;
    border-left: 18px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 6px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 1px 1px);
}

.video-overlay-text {
    position: absolute;
    top: 60%;
    left: 33%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.small-tile {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 160px;
}

.small-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 160px;
}

.small-tile::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55));
    z-index: 1;
}

.small-tile::before {
    content: attr(data-title);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    font-weight: 600;
    z-index: 2;
    text-align: center;
    padding: 4px 9px;
    background: rgba(0, 55, 108, 0.69);
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
}

.teacher-item {
    text-align: center;
    transition: 0.5s;
}

.teacher-image {
    position: relative;
    /* margin-bottom: 10px; */
    z-index: 1;
    transition: 0.5s;
}

.teacher-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    background: linear-gradient(260deg, rgb(184, 181, 247) 0%, rgb(19, 19, 214) 35%, rgb(0, 212, 255) 100%);
    top: 0px;
    left: 0px;
    border-radius: 0px;
    opacity: 0;
    transition: 0.5s;
}

.teacher-item:hover .teacher-image::before {
    opacity: 0.5;
}

.teacher-social {
    bottom: -30px;
    left: 50%;
    background: var(--white);
    border-radius: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 3px; */
}

.teacher-social h5 {
    font-size: 18px;
    margin: 0px;
    color: rgb(62, 84, 123);
    font-weight: 500;
}

.teacher-image img {
    /* border-radius: 10px; */
    width: 100%;
}

.teacher-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: math-auto;
}

.teacher-content h4 a {
    color: var(--blue);
    transition: 0.5s;
}

.teacher-content h4 a:hover {
    color: var(--blue);
}

.teacher-content p {
    /* color: var(--blue); */
    margin-bottom: 0px;
    padding: 5px 20px;
    color: #d4a23b;
}


.teacher-social li {
    display: inline-block;
    margin: 0px 8px;
}

.teacher-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid var(--dc);
    border-radius: 50%;
    display: block;
    text-align: center;
    color: var(--title);
    transition: 0.5s;
}

.teacher-social li a:hover {
    color: var(--white);
    border-color: var(--blue);
    background-color: var(--blue);
}
.teacher-item{
    /* border: 1px solid #ffffff; */
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ebebeb;
}

  .faculty-carousel .teacher-item { margin: 0 6px; } /* spacing handled by owl margin too */
  .teacher-image img { width:100%; height:auto; display:block; }
  /* Keep the wow animation classes if you use wow.js; if not, ignore them */

  .faculty-carousel .owl-nav{
    display: none;
  }

  .insta-color {
  background: radial-gradient(circle at 30% 107%, 
      #fdf497 0%, #fdf497 5%, 
      #fd5949 45%, 
      #d6249f 60%, 
      #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  margin-left: 7px;
}

  .accordion{
  /* border-radius: 20px; */
  /* padding: 40px; */
  background-color: #fff;
  background: #ffffff29;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #e6f8fa;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
  font-weight: 700;
  background: linear-gradient(260deg, rgb(184, 181, 247) 0%, rgb(19 19 214 / 49%) 35%, rgb(0 212 255 / 58%) 100%);
}
.accordion-button {
  font-weight: 700;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}
.accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #e1e1e1;
}
.accordion-body h2 {
    color: #004097;
    font-size: 22px;
}

.collapsed h4{
    margin: 0!important;
    font-size: 19px;
}


.accordion-button {

    color: #00376f;
   
}


/* chat bot */

.chat-wrapper img{
      width: 100%;
    overflow: hidden;
}

 .chat-wrapper {
    position: fixed;
    right: 20px;
    bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    /* display: none; */
  }

  .chat-text {
    background: #fff;
    color: #333;
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 13px;
    max-width: 177px;
    animation: fadeIn 0.6s ease;
  }

  .chat-button {
    width: 45px;
    height: 45px;
    border-radius: 20px;
    /* background: linear-gradient(180deg, #0066ff, #0047cc); */
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .chat-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }
  .chat-button:active {
    transform: scale(0.95);
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
  }

  /* Popup chat */
  .chat-popup {
    position: fixed;
    bottom: 55px;
    right: 20px;
    width: 400px;
    height: 500px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    overflow: hidden;
    display: none;
    flex-direction: column;
    z-index: 10000;
  }

  .chat-header {
   /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
   color: #000000;
   padding: 4px 10px;
   font-weight: bold;
   display: flex;
   justify-content: space-between;
   align-items: center;
  }

  .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }

  .chat-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
.chat-header i{
             background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
             padding: 9px;
             border-radius: 50%;
             line-height: 21px;
             font-size: 18px;
             margin-right: 10px;
}

.online-dot{
  padding: 6px;
  background-color: green;
  width: 6px;
  height: 6x;
  border-radius: 50%;
}
  


@media (max-width: 576px) {
    .chat-popup {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100dvh; /* <- use dynamic viewport height */
    }

    .main-banner .header-text h2 {
    position: relative;
    z-index: 2;
    margin-top: 90px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    line-height: 23px;
    /* margin-bottom: 37px; */
    text-shadow: rgba(0, 0, 0, 0.19) 3px 3px 4px;
}
.main-banner-content {
    /* margin-top: 0px; */
}
.counter-section {
  
    margin-bottom: 15px;
}

.pill {
 
    font-size: 9px;
   
}


}



/* course-slider */

    .crew-carousel {
 width: 100%;
 max-width: 100%;
 height: 450px;
 position: relative;
 /* perspective: 1000px; */
 margin-top: 0px;
 contain: layout paint;
  overflow: hidden;
}


.crew-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* transform-style: preserve-3d; */
  transition: transform 0.8s ease;
}

.crew-card {
  position: absolute;
  width: 280px;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: white;

  /* LIGHTER shadow */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

  /* ONLY animate what matters */
  transition: transform 0.6s ease, opacity 0.6s ease;

  will-change: transform, opacity;
  transform: translate3d(0,0,0);

  cursor: pointer;
}


.crew-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crew-card.center {
  z-index: 10;
  transform: scale(1.1);
}

.crew-card.left-1 {
  transform: translateX(-200px) scale(0.9);
  opacity: 0.8;
  filter: grayscale(80%);
}

.crew-card.left-2 {
  transform: translateX(-400px) scale(0.8);
  opacity: 0.6;
  filter: grayscale(100%);
}

.crew-card.right-1 {
  transform: translateX(200px) scale(0.9);
  opacity: 0.8;
  filter: grayscale(80%);
}

.crew-card.right-2 {
  transform: translateX(400px) scale(0.8);
  opacity: 0.6;
  filter: grayscale(100%);
}

.crew-card.hidden {
  opacity: 0;
  pointer-events: none;
}

.crew-info {
  text-align: center;
  margin-top: 40px;
  display: none;
}

.crew-name {
  font-size: 2.5rem;
  color: #004097; /* deep orange */
}

.crew-role {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #aa4400;
  letter-spacing: 0.1em;
}

.crew-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.crew-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(220 140 219 / 67%); /* orange tint */
  cursor: pointer;
  display: none;
}

.crew-dot.active {
  background: #a91d54;
}

.crew-arrow {
  position: absolute;
  /* top: 100%; */
  bottom: 40%;
  transform: translateY(-50%);
  background: rgba(204, 85, 0, 0.7); /* orange base */
  background: linear-gradient(-145deg, #032a51 0%, rgb(96 128 166) 100%);
  background: linear-gradient(260deg, rgb(184, 181, 247) 0%, rgb(19 19 214 / 49%) 35%, rgb(0 212 255 / 58%) 100%);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 999;
}

.crew-arrow:hover {
 
   background: linear-gradient(-145deg, #0b7975 0%, rgb(32 54 82) 100%);
  
}

.crew-left {
  left: 20px;
  /* display: none; */
}

.crew-right {
  right: 20px;
  /* display: none; */
}


.crew-carousel {
  overflow-x: hidden !important;
}

/* whatsapp sticky */


.float-buttons {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Common button style */
.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    text-decoration: none;
    background: white;
}

/* Call button */
.callnow-btn {
    background: #ffffff;
}

.callnow-btn img {
    width: 26px;
}

/* WhatsApp button */
.whatsapp-btn {
    background: #25D366;
}

.whatsapp-btn img {
    width: 28px;
}


.sticky-footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1050;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px -6px 18px;
    transform: translateY(110%);
    transition: transform 280ms, opacity 280ms;
    opacity: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    /* padding: 4px 8px; */
}

.sticky-footer.show {
    transform: translateY(0px);
    opacity: 1;
    /* display: none; */
}

.sticky-footer .title {
    margin: 0px;
    font-size: 29px;
    line-height: 33px;
    padding-right: 0px;
    font-weight: 500;
}




/* highlight animation */
.highlight-blink {
  animation: highlight-blink 2s ease;
}

@keyframes highlight-blink {
  0%   { box-shadow: 0 0 0 rgba(255, 165, 0, 0); transform: translateY(0); }
  30%  { box-shadow: 0 0 18px rgba(0, 255, 213, 0.95); transform: translateY(-2px); }
  60%  { box-shadow: 0 0 10px rgba(4, 184, 200, 0.7); transform: translateY(0); }
  100% { box-shadow: 0 0 0 rgba(255, 165, 0, 0); transform: translateY(0); }
}

/* tooltip */
.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  z-index: 9999;
}

.tooltip-wrapper:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
