@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 26px;
    color: rgb(74, 74, 74);
}

img {
    width: 100%;
    overflow: hidden;
}

html, body {
    background: rgb(255, 255, 255);
    font-family: "Lato", sans-serif;
}

::selection {
    background: rgb(220, 140, 219);
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
    .main-button-gradient a {
    font-size: 13px;
    padding: 10px 12px !important;
    display: inline-block;
    /* width: 170px !important; */
}

}

.main-button-gradient-new a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    /* text-transform: uppercase; */
    transition: 0.5s;
    width: 190px;
    text-align: center;
    z-index: 9;
    position: relative;
}

.main-button-gradient a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    /* text-transform: uppercase; */
    transition: 0.5s;
    width: 190px;
    text-align: center;
}

.main-button-gradient a:hover {
    background: linear-gradient(-145deg, rgb(57 127 142) 0%, rgb(66 217 216) 100%);
    opacity: 0.9;
    transition: 0.5s;
}

.white-button a {
    font-size: 13px;
    color: rgb(220, 140, 219);
    background-color: rgb(255, 255, 255);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

.white-button a:hover {
    opacity: 0.9;
}

.text-button a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255 255 255);
    transition: 0.3s;
    /* text-decoration: underline !important; */
    padding: 10px;
    width: 125px;
}

.text-button a:hover {
    opacity: 0.75;
}

section {
    margin-top: 80px;
}

#contact-section {
    padding-top: 20px;
}

.section-heading {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.section-heading h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(122, 122, 122);
    font-weight: 600;
}

.section-heading h4 {
    margin-top: 10px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 900;
    text-transform: capitalize;
    color: #004097;
}

.section-heading h4 em {
    font-style: normal;
    color: #29dad8;
}

.section-heading p {
    margin-top: 10px;
}

.background-header {
    left: 0px;
    right: 0px;
    height: 80px !important;
    position: fixed !important;
    top: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px !important;
    background: white !important;
}

.header-area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 100px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    transition: 0.5s;
    border-bottom: 1px solid rgb(241, 241, 241);
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    line-height: 100px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    transition: 0.3s;
    width: 445px;
}

.background-header .main-nav .logo {
    line-height: 75px;
}

.background-header .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 35px;
    margin-right: 0px;
    background-color: transparent;
    transition: 0.3s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 22px;
    padding-right: 22px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(3, 65, 140);
    transition: 0.3s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    font-weight: 600;
}

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
    color: rgb(41 218 216) !important;
    opacity: 0.75;
}

.background-header .main-nav .nav li:hover a, .background-header .main-nav .nav li a.active {
    color: rgb(41 218 216) !important;
    opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub::after {
    font-family: FontAwesome;
    content: "ï„‡";
    font-size: 16px;
    color: rgb(3, 63, 126);
    position: absolute;
    right: 1px;
    top: 10px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 140px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 28px 0px;
    overflow: hidden;
    top: 40px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: rgb(247, 247, 247);
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(42, 42, 42) !important;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: rgb(255, 255, 255);
    padding-left: 25px;
    color: rgb(220, 140, 219) !important;
}

.header-area .main-nav .nav li.has-sub ul li a:hover::before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 36px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
    color: #004097;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    transition: 0.4s;
    background-color: #004097;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0px;
}

.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
    background-color: #004097;
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    transition: 0.4s;
    background-color: #004097;
    display: block;
    position: absolute;
    height: 2px;
    left: 0px;
    width: 75%;
}

.background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
    background-color: #004097;
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span::before {
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span::after {
    transform-origin: 33% 0px;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span::before, .header-area .main-nav .menu-trigger.active span::after {
    background-color: #004097;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span::before {
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #004097;
}

.background-header .main-nav .menu-trigger.active span::before {
    background-color: #004097;
}

.header-area .main-nav .menu-trigger.active span::after {
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #004097;
}

.background-header .main-nav .menu-trigger.active span::after {
    background-color: #004097;
}

.header-area.header-sticky {
    min-height: 80px;
    /* z-index: 9999999; */

}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: rgb(220, 140, 219);
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header-area .main-nav::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo {
        color: rgb(30, 30, 30);
        width: 245px;
    }

    .header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
        color: rgb(220, 140, 219) !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: rgb(255, 255, 255);
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        transition: all;
        margin-left: 0px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid rgb(238, 238, 238);
    }

    .header-area.header-sticky .nav {
        margin-top: 100px !important;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(238, 238, 238);
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: rgb(247, 247, 247) !important;
        color: rgb(25, 26, 32) !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: rgb(238, 238, 238) !important;
        color: rgb(220, 140, 219) !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover::before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub::after {
        color: rgb(59, 86, 110);
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }

    .menu {
        display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    }

    section.our-courses .naccs .menu div {
    padding: 4px 6px;
    text-align: center;
    margin-bottom: 35px;
    font-size: 14px !important;
}
.accordion {
    /* border-radius: 20px; */
    padding: 0px !important;

}
.sticky-icon-left {
    top: 90% !important;
    left: 34px !important;
    flex-direction: revert-layer !important;
}
.sticky-icon-left a {
    padding: 3px 8px !important;

  
}
.sticky-icon-left a i {

    margin-left: 0px !important;
    
}
.footer-left-widget {
    padding-left: 0px !important;
}
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
    
}

section.main-banner {
    margin-top: 0px;
}

.main-banner {
    padding-top: 85px;
}

.main-banner .right-image {
    /* margin-left: -25px; */
    position: relative;
    /* z-index: 2; */
    left: -20px;
    top: 100px;
}

.main-banner .right-image img {
    position: relative;
    z-index: 2;
}

.main-banner .right-image::after {
    position: absolute;
    background-image: url("../images/banner-right-dec.png");
    width: 378px;
    height: 378px;
    content: "";
    right: -25%;
    z-index: 1;
}

.main-banner .header-text::after {
    position: absolute;
    background-image: url("../images/banner-left-dec.png");
    width: 214px;
    height: 429px;
    content: "";
    left: 0px;
    bottom: -175px;
    z-index: 1;
}

.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;
    font-size: 50px;
    color: rgb(169, 29, 84);
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    /* font-size: 48px; */
    /* font-weight: bold; */
    color: white; /* Text fill color */
    -webkit-text-stroke: 2px #29dad8;
     /* Text stroke (border) */
    /* text-align: center; */
    /* font-family: Arial, sans-serif; */
}


.main-banner .header-text h2 {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 30px;
    color: #004097;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 40px;
}

.main-banner .header-text h2 em {
    font-style: normal;
    color: #29dad8;
}

.main-banner .main-button-gradient {
    position: relative;
    z-index: 2;
}

.services .item {
    border-radius: 15px;
    text-align: center;
    padding: 0px 0px;
    margin: 15px;
    transition: 0.3s;
}

.services .item:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

.services .item .icon {
    /* max-width: 75px; */
    margin: 0px auto;
    min-height: 80px;
    line-height: 80px;
    vertical-align: middle;
}

.services .item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}

.services .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.services .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgb(221, 221, 221);
    border-radius: 50%;
    margin: 0px 4px;
}

.services .owl-dots .active {
    background-color: rgb(220, 140, 219);
}

section.our-courses {
    position: relative;
}

section.our-courses .section-heading p {
    padding: 0px 15px;
}

section.our-courses::before {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-left-dec.png");
    left: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-courses::after {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-right-dec.png");
    right: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-courses .naccs {
    position: relative;
}

section.our-courses .naccs .menu div {
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgb(0, 64, 151);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    vertical-align: middle;
    font-weight: 600;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 1px solid rgb(223 223 223);
    border-radius: 5px !important;
}

section.our-courses .naccs .menu div.active {color: rgb(255 255 255);border: 1px solid #28d8d7;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;background: linear-gradient(-145deg, rgb(42, 251, 243) 0%, rgb(32, 54, 82) 100%);}

section.our-courses .naccs .menu div.active span {
    color: rgb(255 255 255);
}
section.our-courses ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* margin-left: 100px !important; */
}

section.our-courses ul.nacc li {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    padding-right: 50px;
}

section.our-courses ul.nacc li .left-image {
    position: absolute;
    margin-right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 340px;
}

section.our-courses ul.nacc li .left-image .price h6 {
    position: absolute;
    background: linear-gradient(-145deg, rgb(219, 138, 222) 0%, rgb(246, 191, 159) 100%);
    color: rgb(255, 255, 255);
    top: 20px;
    left: 20px;
    font-size: 20px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
    padding: 40px 0px;
    margin-left: 370px;
}

section.our-courses ul.nacc li .right-content h4 {
    font-size: 22px;
    color: rgb(0 64 151);
    margin-bottom: 5px;
    font-weight: 700;
}

section.our-courses ul.nacc li .right-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 2px solid rgb(17, 17, 17);
}

section.our-courses ul.nacc li .right-content .last-span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

section.our-courses ul.nacc li .right-content p {
    margin-bottom: 20px;
    text-align: justify;
}

section.our-courses ul.nacc li .right-content .text-button {
    margin-top: 20px;
}

section.our-courses ul.nacc li.active {
    position: relative;
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

section.our-courses ul.nacc li p {
    margin: 0px;
}

section.simple-cta {
    background-image: url("../images/cta-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 60px 0px;
}

section.simple-cta .left-image {
    margin-right: 45px;
}

section.simple-cta h6 {
    font-size: 17px;
    color: rgb(255, 255, 255);
}

section.simple-cta h4 {
    font-size: 36px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    line-height: 50px;
    margin-top: 0px;
}

section.simple-cta p {
    color: rgb(255, 255, 255);
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 34px;
}

section.testimonials {
    position: relative;
}

section.testimonials::before {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-left-dec.png");
    left: 0px;
    top: -140px;
    width: 593px;
    height: 352px;
    z-index: 1;
}

section.testimonials::after {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-right-dec.png");
    right: 0px;
    bottom: -140px;
    width: 632px;
    height: 352px;
    z-index: 1;
}

.testimonials .item {
    /* border-radius: 15px; */
    /* padding: 30px; */
    /* background-color: rgb(255, 255, 255); */
    /* margin: 15px; */
    transition: 0.3s;
    /* position: relative; */
    z-index: 2;
}

.testimonials .item:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

.testimonials .item p {
    font-size: 16px;
    font-style: italic;
}

.testimonials .item h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 900;
    position: relative;
}

.testimonials .item span {
    font-size: 13px;
    font-weight: 700;
    color: rgb(220, 140, 219);
}

.testimonials .item img {
    max-width: 170px;
    z-index: 2;
    /* position: absolute; */
    /* right: 30px; */
    bottom: 30px;
}

.testimonials .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgb(221, 221, 221);
    border-radius: 50%;
    margin: 0px 4px;
}

.testimonials .owl-dots .active {
    background-color: rgb(61 219 217);
}
.owl-stage{
    align-items: center;
    display: flex;
}
section.contact-us {
    background-image: url("../images/footer-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    position: relative;
}

section.contact-us::after {
    position: absolute;
    content: "";
    /* background-image: url("../images/footer-left-dec.png"); */
    left: 0px;
    top: 60px;
    width: 267px;
    height: 396px;
    z-index: 1;
}

section.contact-us .contact-info {
    background-color: rgb(255, 255, 255);
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 20px;
}

section.contact-us .contact-info .icon i {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: linear-gradient(-145deg, rgb(219, 138, 222) 0%, rgb(246, 191, 159) 100%);
   background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
    color: rgb(255, 255, 255);
}

section.contact-us .contact-info h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

section.contact-us .contact-info span {
    font-size: 15px;
    color: rgb(220, 140, 219);
    font-weight: 700;
}

section.contact-us .section-heading {
    text-align: left;
    margin-bottom: 40px;
}

section.contact-us #contact {
    margin-left: -100px;
    position: relative;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    padding: 40px;
}

section.contact-us #contact input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: rgb(244, 247, 251);
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: rgb(122, 122, 122);
    padding: 0px 15px;
    margin-bottom: 30px;
}

section.contact-us #contact textarea {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
    border-radius: 5px;
    background-color: rgb(244, 247, 251);
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: rgb(122, 122, 122);
    padding: 15px;
    margin-bottom: 30px;
}

section.contact-us #contact button {
    float: right;
    font-size: 13px;
    color: rgb(255, 255, 255);
    background: linear-gradient(-145deg, rgb(219, 138, 222) 0%, rgb(246, 191, 159) 100%);
   background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
    outline: none;
}

section.contact-us #contact button:hover {
    opacity: 0.9;
}

section.contact-us ul.social-icons li {
    display: inline-block;
    margin: 0px 5px;
}

section.contact-us ul.social-icons {
    text-align: center;
    margin-top: 70px;
}

section.contact-us ul.social-icons li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    background-color: rgb(255, 255, 255);
    color: rgb(220, 140, 219);
    border-radius: 50%;
    transition: 0.5s;
}

section.contact-us ul.social-icons li a:hover {
    background-color: rgb(220, 140, 219);
    color: rgb(255, 255, 255);
}

p.copyright {
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 40px 0px;
}

p.copyright a {
    font-weight: 700;
    color: rgb(255, 255, 255);
}

section.page-heading {
    margin-top: 190px;
    text-align: center;
}

section.page-heading .header-text {
    border-bottom: 3px solid rgb(238, 238, 238);
    padding-bottom: 80px;
}

section.page-heading .header-text h4 {
    font-size: 17px;
    text-transform: capitalize;
    color: rgb(122, 122, 122);
}

section.page-heading .header-text h1 {
    font-size: 62px;
    font-weight: 900;
    color: rgb(17, 17, 17);
    margin-top: 10px;
}

section.get-info .left-image {
    margin-right: 30px;
}

section.get-info .section-heading {
    text-align: left;
}

section.get-info .info-item {
    border-radius: 15px;
    text-align: left;
    padding: 60px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
    position: relative;
}

section.get-info .info-item .icon {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

section.get-info .info-item .icon img {
    max-width: 60%;
}

section.get-info .info-item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}

section.our-team {
    position: relative;
}

section.our-team .section-heading p {
    padding: 0px 60px;
}

section.our-team::before {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-left-dec.png");
    left: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-team::after {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-right-dec.png");
    right: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-team .naccs {
    position: relative;
    text-align: center;
}

section.our-team .naccs .menu {
    position: relative;
    display: inline-block;
}

section.our-team .naccs .menu div {
    margin: 0px 15px;
    display: inline-block;
    width: 15%;
    text-align: center;
    font-size: 20px;
    color: rgb(17, 17, 17);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    vertical-align: middle;
    font-weight: 900;
}

section.our-team .naccs .menu div img {
    border-radius: 50%;
    max-width: 120px;
}

section.our-team .naccs .menu div h4 {
    font-size: 15px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(220, 140, 219);
    font-weight: 700;
    display: block;
}

section.our-team .naccs .menu div.active h4 {
    color: rgb(220, 140, 219);
}

section.our-team ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-top: 40px !important;
    height: 100% !important;
}

section.our-team ul.nacc li {
    z-index: -1;
    opacity: 0;
    transform: translateX(50px);
    background-color: rgb(255, 255, 255);
    position: absolute;
    list-style: none;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    padding: 40px;
}

section.our-team ul.nacc li.active {
    overflow: hidden;
    position: relative !important;
}

section.our-team ul.nacc li .right-image {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
    text-align: left;
    margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
    font-size: 20px;
    color: rgb(17, 17, 17);
    margin-bottom: 25px;
    font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
    padding-right: 30px;
    color: rgb(17, 17, 17);
    border-right: 2px solid rgb(17, 17, 17);
    transition: 0.3s;
}

section.our-team ul.nacc li .left-content span a:hover {
    color: rgb(220, 140, 219);
}

section.our-team ul.nacc li .left-content .last-span a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

section.our-team ul.nacc li .left-content p {
    margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
    margin-top: 30px;
}

section.our-team ul.nacc li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

section.our-team ul.nacc li p {
    margin: 0px;
}

section.our-office .left-info {
    margin-right: 0px;
    position: relative;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    padding: 40px;
}

section.our-office .left-info p {
    margin-bottom: 40px;
}

section.our-office .left-info ul li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgb(74, 74, 74);
    font-style: italic;
    margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
    margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
    margin-top: 40px;
}

section.our-office #video {
    margin-left: -70px;
}

section.our-office #video .thumb {
    position: relative;
}

section.our-office #video .thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
}

section.our-office #video .thumb .play-button a {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transform: translate(-40px, -40px);
    color: rgb(255, 255, 255);
    font-size: 22px;
    background: linear-gradient(-145deg, rgb(219, 138, 222) 0%, rgb(246, 191, 159) 100%);
}

section.our-office #video img {
    border-radius: 20px;
}

section.featured-product {
    position: relative;
}

section.featured-product::before {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-left-dec.png");
    left: 0px;
    top: -140px;
    width: 593px;
    height: 352px;
    z-index: 1;
}

section.featured-product::after {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-right-dec.png");
    right: 0px;
    bottom: -140px;
    width: 632px;
    height: 352px;
    z-index: 1;
}

section.featured-product .info-item {
    border-radius: 15px;
    text-align: left;
    padding: 60px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
    position: relative;
    margin-bottom: 90px;
}

section.featured-product .last-info {
    margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
    right: 30px;
    top: -30px;
}

section.featured-product .left-info .info-item {
    text-align: right;
}

section.featured-product .right-info .info-item .icon {
    left: 30px;
    top: -30px;
}

section.featured-product .info-item .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

section.featured-product .info-item .icon img {
    max-width: 60%;
}

section.featured-product .info-item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}

section.featured-product .product-image {
    margin: 0px 60px;
}

section.more-info .section-heading {
    margin-bottom: 40px;
    text-align: left;
}

section.more-info p {
    margin-bottom: 40px;
}

section.more-info ul li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgb(74, 74, 74);
    font-style: italic;
    margin-bottom: 20px;
}

section.more-info ul li:last-child {
    margin-bottom: 0px;
}

section.more-info .count-area-content {
    margin-bottom: 20px;
    margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    color: rgb(220, 140, 219);
    font-weight: 900;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
}

section.more-info .count-area-content .count-title {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: rgb(17, 17, 17);
    padding: 50px 30px 30px;
    position: relative;
    z-index: 1;
}

body {
    overflow-x: hidden;
}

@media (max-width: 1330px) {
    .services .owl-nav .owl-next {
        right: -30px;
    }

    .services .owl-nav .owl-prev {
        left: -25px;
    }

    .our-courses .owl-nav .owl-next {
        right: -30px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -25px;
    }
}

@media (max-width: 1200px) {
    .main-banner .right-image {
        margin-left: 60px;
    }

    .main-banner .header-text h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .header-area {
    }

    .services .owl-nav .owl-next {
        right: -70px;
    }

    .services .owl-nav .owl-prev {
        left: -65px;
    }

    .our-courses .owl-nav .owl-next {
        right: -70px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -65px;
    }
}

@media (max-width: 1085px) {
    .services .owl-nav .owl-next {
        right: -30px;
    }

    .services .owl-nav .owl-prev {
        left: -25px;
    }

    .our-courses .owl-nav .owl-next {
        right: -30px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -25px;
    }
}

@media (max-width: 1005px) {
    .services .owl-nav .owl-next {
        display: none;
    }

    .services .owl-nav .owl-prev {
        display: none;
    }

    .our-courses .owl-nav .owl-next {
        display: none;
    }

    .our-courses .owl-nav .owl-prev {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-banner .header-text {
        text-align: center;
        margin-bottom: 60px;
        margin-top: 2rem;
    }

    .main-banner .right-image {
        margin-left: 0px;
    }

    section.our-courses ul.nacc {
        margin-left: 0px !important;
        padding: 10px;
    }

    section.simple-cta {
        margin-top: 0px;
    }

    section.simple-cta .left-image {
        margin-right: 0px;
        margin-bottom: 45px;
    }

    section.contact-us .contact-info {
        margin-top: 15px;
    }

    section.contact-us #contact {
        margin-left: 0px;
    }

    section.contact-us #contact button {
        float: none;
    }

    section.get-info .left-image {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    section.get-info .info-item {
        margin-top: 60px;
    }

    section.our-office #video {
        margin-left: 0px;
        margin-top: 30px;
    }

    section.featured-product .left-info .info-item, section.featured-product .right-info .info-item {
        text-align: center;
        background-color: rgb(255, 255, 255);
        position: relative;
        z-index: 2;
    }

    section.featured-product .left-info .info-item .icon {
        right: 50%;
        transform: translateX(40px);
    }

    section.featured-product .right-info .info-item .icon {
        left: 50%;
        transform: translateX(-40px);
    }

    section.featured-product .product-image {
        margin: 60px;
    }

    section.our-team ul.nacc li .left-content span a, section.our-courses ul.nacc li .right-content span {
        margin-right: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        display: none;
    }

    section.our-courses ul.nacc li .left-image, section.our-team ul.nacc li .right-image {
        position: relative;
        margin-right: 0px;
        margin-left: 0px;
        transform: translateY(0%);
    }

    section.our-courses ul.nacc li .left-image img, section.our-team ul.nacc li .right-image img {
        border-radius: 15px;
        width: 100%;
    }

    section.our-courses ul.nacc li, section.our-team ul.nacc li {
        padding: 0px;
    }

    section.our-courses ul.nacc li .right-content {
        margin-left: 0px;
        padding: 30px;
    }

    section.our-team ul.nacc li .left-content {
        margin-right: 0px;
        padding: 30px;
    }

    section.our-team .naccs .menu div {
        width: 14%;
        margin: 0px 5px;
    }

    section.our-team .naccs .menu div.active img {
        border: 3px solid rgb(220, 140, 219);
    }

    section.our-team .naccs .menu div h4, section.our-team .naccs .menu div span {
        display: none;
    }

    section.more-info .count-area-content .count-title {
        font-size: 22px;
    }
    .main-banner .header-text h3 {

    font-size: 45px;
   
    
}
.owl-carousel .item video {

height: 520px !important;
}
}

.nav-btn {
    font-size: 13px;
   background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    line-height: 16px !important;
    color: white !important;
}

.modal-content-fee {
    width: 75%;
    margin: auto;
}
/* modal */

    .modal-header {
      border-bottom: none;
    }

    .modal-title {
      font-size: 1.8rem;
      font-weight: bold;
    }

   .program-card img {
    height: 140px;
    object-fit: cover;
    padding-left: 5px;
}

    .program-card .card-body {
      text-align: center;
    }

    .btn-enquire {
      /* background-color: #8e054d; */
      /* color: #fff; */
      font-size: 12px;
      color: rgb(255, 255, 255);
     background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
      padding: 8px 15px;
      display: inline-block;
      border-radius: 5px;
      font-weight: 500;
      text-transform: uppercase;
      transition: 0.3s;
      border: 0;
    }

    .btn-enquire:hover {
    background-color: rgb(255 255 255);
    color: white;
}

    .card-title {
    font-size: 16px;
}
.card-body {
    padding: 5px;
}
    @media (max-width: 576px) {
      .program-card img {
        height: 150px;
        
      }
      .main-banner .header-text::after {
    left: -55px;
    bottom: 230px;

}
section.our-courses::after {
    display: none;
}
section.our-courses::before {
    display: none;
}
      .modal-content-fee {
    width: 100%;
}

    }

    @media screen and (max-width: 400px) {
  .program-card img {
        height: 120px;
        object-fit: cover !important;
    padding-left: 5px;
    display: none;
        
      }
      .main-banner .header-text::after {
    left: -55px;
    bottom: 10px

}
}
 
    .card {
    position: relative;
    display: flex;
    flex-direction: row;
    /* flex-direction: column; */
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    align-items: anchor-center !important;
}


    /* Styles for the sticky WhatsApp icon */
    .whatsapp-icon {
      position: fixed;
      left: 16px;
      bottom: 15px;
      z-index: 1000;
      /* background-color: #25D366; */
      border-radius: 50%;
      /* padding: 10px; */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .whatsapp-icon img {
      width: 70px;
      height: 70px;
    }

    /* Optional: Hover effect */
    .whatsapp-icon:hover {
      /* background-color: #128C7E; */
    }

    /* course-slider */

    .crew-carousel {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  position: relative;
  perspective: 1000px;
  margin-top: 0px;
}

.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;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s ease;
  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: 40px;
}

.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, #2afbf3 0%, rgb(32 54 82) 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; */
}
.banner-img{
        position: relative;
    top: 90px;
    right: -20px;
}



 .call-now-btn {
    position: fixed;
    bottom: 96px;
    right: 5px;
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: background-color 0.3s ease;
   background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
    /* padding: 12px 30px; */
    transition: all 0.5s;
  }


  .call-now-btn:hover {
    color: white;
    letter-spacing: 1px;
  }
  

  /* Optional: Make it more visible on mobile */
  @media (max-width: 768px) {
    .call-now-btn {
      right: -50px;
      transform: translateX(-50%);
      /* right: auto; */
      bottom: 90px;
      width: 35%;
      text-align: center;
      padding: 8px;
      font-size: 18px;
    }
  }

  .year-logo img{
      width: 300px;
  }



  .sticky-icon-left {
    z-index: 100;
    position: fixed;
    top: 45%;
    left: -23px;
    /* width: 220px; */
    display: flex;
    flex-direction: column;
    /* display: none; */
}

    .sticky-icon-left a {
        /* transform: translate(-223px, 0px); */
        border-radius: 0px 0px 0px 0px;
        text-align: right;
        margin: 2px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 3px 5px;
        font-size: 25px;
        font-family: 'Oswald', sans-serif;
        transition: all 0.8s;
        background: #062242;
        /* background: linear-gradient(52deg, rgba(159, 105, 57, 1) 12%, rgba(237, 198, 120, 1) 100%); */
        background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
    }

        .sticky-icon-left a:hover {
            color: #FFF;
            transform: translate(0px,0px);
        }

            .sticky-icon-left a:hover i {
                transform: rotate(360deg);
            }
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
    background-color: #2C80D3;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #53c5ff;
    color: #FFF;
}

.Instagram {
    /* background-color: #FD1D1D; */
    color: #FFF;
}

.helpline {
    background-color: #53c5ff;
    color: #FFF;
}
.whatsapp{
      background-color: #53c5ff;
    color: #FFF;
}



.sticky-icon-left a i {
    /* background-color: #FFF; */
    height: 30px;
    width: 30px;
    /* color: #000; */
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-left: 20px;
    transition: all 0.5s;
}

    .sticky-icon-left a i.fa-facebook-f {
        /* background-color: #FFF; */
        /* color: #2C80D3; */
        font-size: 18px;
    }
	.sticky-icon-left a i.fa-linkedin {
        /* background-color: #FFF; */
        /* color: #2C80D3; */
        font-size: 18px;
    }
    .sticky-icon-left a i.fa-whastapp{
        background-color: #FFF;
        color: #2C80D3;
        font-size: 18px;
    }


    .sticky-icon-left a i.fa-google-plus-g {
        background-color: #FFF;
        color: #d34836;
        font-size: 18px;
    }

    .sticky-icon-left a i.fa-instagram {
        /* background-color: #FFF; */
        /* color: #FD1D1D; */
        font-size: 18px;
    }

    .sticky-icon-left a i.fa-youtube {
        /* background-color: #FFF; */
        /* color: #fa0910; */
        font-size: 18px;
    }

    .sticky-icon-left a i.fa-twitter {
        background-color: #FFF;
        color: #53c5ff;
        font-size: 18px;
    }

.fas fa-shopping-cart {
    background-color: #FFF;
}

.fa-instagram:before {
    content: "\f16d";
    position: relative;
    top: -4px;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    position: relative;
    top: -4px;
}

.fa-youtube:before {
    content: "\f167";
    position: relative;
    top: -4px;
}

.fa-twitter:before {
    content: "\f099";
    position: relative;
    top: -4px;
}



/* footer */
/* footer css */


 .animate-border {
	position: relative;
	display: block;
	width: 140px;
	height: 3px;
	background: #ffc02a;
	}
	
	.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 0;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite; }
	
	@-webkit-keyframes animborder {
	0% {
	  -webkit-transform: translateX(0px);
	  transform: translateX(0px); }
	100% {
	  -webkit-transform: translateX(113px);
	  transform: translateX(113px); } }
	
	@keyframes animborder {
	0% {
	  -webkit-transform: translateX(0px);
	  transform: translateX(0px); }
	100% {
	  -webkit-transform: translateX(113px);
	  transform: translateX(113px); } }
	
	.animate-border.border-white:after {
	border-color: #fff; }
	
	.animate-border.border-yellow:after {
	border-color: #F5B02E; }
	
	.animate-border.border-orange:after {
	border-right-color: #007bff;
	border-left-color: #007bff; }
	
	.animate-border.border-ash:after {
	border-right-color: #EEF0EF;
	border-left-color: #EEF0EF; }
	
	.animate-border.border-offwhite:after {
	border-right-color: #F7F9F8;
	border-left-color: #F7F9F8; }
	
	/* Animated heading border */
	@keyframes primary-short {
	0% {
	  width: 15%; }
	50% {
	  width: 90%; }
	100% {
	  width: 10%; } }
	
	@keyframes primary-long {
	0% {
	  width: 80%; }
	50% {
	  width: 0%; }
	100% {
	  width: 80%; } } 
	
	.dk-footer {
	padding: 75px 0 0;
	background-color: #151414;
	position: relative;
	z-index: 2; }
	.dk-footer .contact-us {
	  margin-top: 0;
	  margin-bottom: 30px;
	  padding-left: 80px; }
	  .dk-footer .contact-us .contact-info {
		margin-left: 50px; 
	  }
	  .contact-info p{
		color: white;
	  }
	
	  .dk-footer .contact-us.contact-us-last {
		margin-left: -80px; }
	.dk-footer .contact-icon i {
	  font-size: 24px;
	  top: -15px;
	  position: relative;
	  color:#007bff; }
	
	.dk-footer-box-info {
	/* position: absolute; */
	/* top: 80px; */
	background: #ffffff;
	padding: 20px;
	z-index: 2;
	border-radius: 15px; 
	}
	
	.dk-footer-box-info .footer-social-link h3 {
	  color: #fff;
	  font-size: 20px;
	  margin-bottom: 15px; }
	.dk-footer-box-info .footer-social-link ul {
	  list-style-type: none;
	  padding: 0;
	  margin: 0; }
	.dk-footer-box-info .footer-social-link li {
	  display: inline-block; }
	.dk-footer-box-info .footer-social-link a i {
	  display: block;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	  text-align: center;
	  line-height: 40px;
	  background: #000;
	  margin-right: 5px;
	  color: #fff; }
	  .dk-footer-box-info .footer-social-link a i.fa-facebook {
		background-color: #ffc02a;
		color: #981c36;
	   }
	  .dk-footer-box-info .footer-social-link a i.fa-twitter {
		background-color: #ffc02a;
		color: #981c36; }
	  .dk-footer-box-info .footer-social-link a i.fa-google-plus {
		background-color: #ffc02a;
		color: #981c36;}
	  .dk-footer-box-info .footer-social-link a i.fa-linkedin {
		background-color: #ffc02a;
		color: #981c36; }
	  .dk-footer-box-info .footer-social-link a i.fa-instagram {
		background-color: #ffc02a; }
	
	.footer-awarad {
	margin-top: 285px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
	.footer-awarad p {
	  color: #fff;
	  font-size: 24px;
	  font-weight: 700;
	  margin-left: 20px;
	  padding-top: 15px; }
	
	.footer-info-text {
	  margin: 15px 0 15px;
	  font-family: "Roboto", sans-serif;
	  font-weight: 700;
	  font-size: 22px;
	  color: #040735;
	  }
	
	.footer-left-widget {
	padding-left: 45px; }
	
	.footer-widget .section-heading {
	margin-bottom: 20px; }
	
	.footer-widget h3 {
	font-size: 24px;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content; }
	
	.footer-widget ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0; }
	
	.footer-widget li {
	margin-bottom: 0px; 
	}
	
	.footer-widget p {
	margin-bottom: 27px;
	color: white;
	}
	
	.footer-social-link a{
	text-decoration: none	;
	}
	.footer-widget a {
	color: #878787;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
	.footer-widget a:hover {
	  color: #007bff; }
	
	.footer-widget:after {
	content: "";
	display: block;
	clear: both; }
	
	.form-control{
	  font-size: 14px !important;
	}
	.dk-footer-form {
	position: relative; }
	.dk-footer-form input[type=email] {
	  padding: 11px 28px;
	  border-radius: 50px;
	  background: #2E2E2E;
	  border: 1px solid #2E2E2E; }
	.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
	  color: #878787;
	  font-size: 14px; }
	.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
	  color: #878787;
	  font-size: 14px; }
	.dk-footer-form button[type=submit] {
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 12px 24px 15px 17px;
	  border-top-right-radius: 25px;
	  border-bottom-right-radius: 25px;
	  border: 1px solid #ffc02a;
	  background: #ffc02a;
	  color: #fff; }
	.dk-footer-form button:hover {
	  cursor: pointer; }
	
/* footer-top-area */

.border-bottom {
	padding-bottom: 15px;
	position: relative;
	z-index: 999;
  }
  .footer-1 {
	padding-left: 60px;
  }
  
  .footer-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 32px;
	text-transform: capitalize;
  position: relative;
  }
  .footer-title::before {
	background: #ffc02a;
	bottom: -13px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 40px;
  }
  .footer-menu li .fa {
	color: #f2c256;
	margin-right: 10px;
	}
  .footer-content {
	margin-bottom: 22px;
  }
  .footer-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
  }
  .footer-link li {
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
  }
  .footer-link li:last-child {
	margin-bottom: 0;
  }
  .footer-link li i {
	color: #ffc02a;
	font-size: 20px;
	font-weight: 400;
	margin-right: 16px;
	width: 20px;
  }
  .footer-menu li {
	padding-bottom: 12px;
  }
  .footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
  }
  .footer-menu li a:hover {
	color: #ffc02a;
  }
  .footer-link {
	margin-top: 15px;
  }
  .p-t80 {
    padding-top: 80px;
}

	  /* footer-bottom-area */
.footer-bottom-area {
	background-position: center center;
	background-size: cover;
  }
  .copyright p {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
  }
  .copyright p i {
	font-size: 12px;
	margin-right: 6px;
  }
  .copyright a {
	color: #fff;
	transition: 0.3s;
  }
  .copyright a:hover {
	color: #ffc02a;
  }
  .footers-link li {
	display: inline-block;
	margin-right: 15px;
  }
  .footers-link li:last-child {
	margin-right: 0;
  }
  
  .footers-link li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	transition: 0.3s;
  }
  .footers-link li a:hover {
	color: #ffc02a;
  }

  .contact-info> p{
       color: white;
  }
  

  contact-us {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
	
	.contact-icon {position: absolute;}
	.contact-icon i {
	  font-size: 28px;
	  top: -5px;
	  position: relative;
	  color: #f26934;
	  }
	
	.contact-info {
	margin-left: 50px;
	color: #fff; }
	.contact-info h3 {
	  font-size: 22px;
	  color: #fff;
	  margin-bottom: 4px;
	  font-weight: 400;
	  }
	
	.copyright {
	padding: 28px 0;
	margin-top: 55px;
	background-color: #202020; }
	.copyright span,
	.copyright a {
	  color: #878787;
	  -webkit-transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;
	  transition: all 0.3s linear; }
	.copyright a:hover {
	  color:#007bff; }
	
	.copyright-menu ul {
	text-align: right;
	margin: 0; }
	
	.copyright-menu li {
	display: inline-block;
	padding-left: 20px; }
	
	p.text-white{
		/* font-size: 13px; */
		/* text-align: center; */
	}


    .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(
-146deg, #2afbf3 0%, rgb(32 54 82) 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;
}

 .list-primary {
            list-style-type: none;
            padding: 0;
            list-style: disc;
            padding-left: 35px;
        }
        
        .list-primary li {
            /* background-color: #ffffff; */
            /* margin: 10px 0; */
            padding: 3px;
            /* border-radius: 8px; */
            /* border: 1px solid #ddd; */
            /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
            transition: background-color 0.3s ease;
            list-style: disc;
            padding-left: 4px;
            font-size: 14px;
            color: #565656;
        }
        

        .owl-carousel .item video {
  width: 100%;
  height: 300px;   /* adjust height */
  border-radius: 12px;
  object-fit: cover;
}
        
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
  
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgb(221 221 221);
  display: block;
  border-radius: 50%;
  transition: background 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: rgb(220, 140, 219);
}

.owl-dots{
    text-align: center !important;
}

.owl-theme  .owl-nav button.owl-prev, .owl-theme  .owl-nav button.owl-next, .owl-theme  button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: none;
}   


/* badge circle */
  .badge-circle{
    width:56px;
    height:56px;
    border-radius:50%;
    background:linear-gradient(180deg,#ffffff,#f1f7ff);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 18px rgba(20,40,80,0.05);
    border:1px solid rgba(13,110,253,0.08);
  }
  .step-number{
    font-weight:700;
    color: #004097;
    font-size:0.95rem;
  }

  /* step card */
  .step-card{
    transition:transform .18s ease, box-shadow .18s ease;
    background:linear-gradient(180deg,#ffffff,#ffffff);
    background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
  }
  .step-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(13,110,253,0.08);
  }

  /* icon area */
  .icon-wrap{
    width:46px;
    height:46px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, rgba(13,110,253,0.06), rgba(0,0,0,0.01));
    color: #ffffff;
    box-shadow:inset 0 -6px 12px rgba(13,110,253,0.02);
    /* background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%); */
  }

  .timeline-item + .timeline-item{
    margin-top:0.5rem;
  }

  /* responsive tweaks */
  @media (max-width: 767.98px){
    .badge-circle{ width:48px; height:48px; }
    .step-number{ font-size:0.85rem; }
  }


  /* program-fees */

  .wrap{
      max-width:920px;
      margin:0 auto;
      background:var(--white);
      border-radius:10px;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(8,30,50,0.08);
    }

    .title{
      background:transparent;
      text-align:center;
      padding:26px 18px;
    }

    .title h1{
      margin:0;
      font-size: 30px;
      color: #1f416c;
      font-weight:800;
      letter-spacing:0.2px;
    }

    table{
      width:100%;
      border-collapse:collapse;
      table-layout:fixed;
    }

    thead tr{
      background:var(--navy);
      color:var(--white);
    }

    thead th{
      padding: 10px 10px;
      text-align:left;
      font-weight:700;
      font-size:15px;
      vertical-align:middle;
      border-right:1px solid rgba(255,255,255,0.06);
    }

    thead th.center{
      text-align:center;
    }

    tbody tr{
      border-bottom:1px solid rgba(15,75,122,0.06);
      background:var(--white);
    }

    /* columns: S.No, Course, Intake, Fees */
    .col-sno{ width:8%; }
    .col-course{width: 40%;padding-left:18px;}
    .col-intake{ width:16%; }
    .col-fees{ width:16%; }

    tbody td{
      padding:18px 12px;
      vertical-align:middle;
      color:var(--navy);
      font-size:15px;
    }

    /* teal intake/fees column design */
    .teal-cell{
      background:linear-gradient(180deg, rgba(23,208,207,0.12), rgba(18,189,180,0.06));
      text-align:center;
      color:var(--navy);
      font-weight:800;
      font-size: 16px;
      border-left:4px solid rgba(0,0,0,0.03);
    }

    .sno{
      font-weight: 500;
      font-size: 16px;
      color:var(--navy);
      text-align:center;
    }

    .course-name{
      display:block;
      font-weight: 500;
      font-size: 18px;
      color:var(--navy);
    }

    .course-sub{
      display:block;
      color:rgba(15,75,122,0.65);
      font-weight:500;
      font-size:13px;
      margin-top:6px;
    }

    /* responsive */
    @media (max-width:720px){
      .wrap{ padding:0 10px; }
      thead th{ font-size:13px; padding:12px 8px; }
      tbody td{ padding:12px 8px; font-size:14px; }
      .col-course{ width:52%; }
      .col-intake, .col-fees{ width:24%; }
      .title h1{ font-size:24px; }
    }


    /* responsive iframe wrapper */
.wr-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%; /* change to desired aspect ratio (height/width*100) */
  height: 620px;
  overflow: hidden;
  /* z-index: 999; */
}
.wr-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



/* Keep your .services styling and override/add testimonial specifics */
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 15px 16px;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}



.testimonial-card .video-thumb {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 180px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 16px;
}

.testimonial-card .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  background: rgb(9 65 126 / 81%);
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  transition: transform .15s ease;
}

.play-btn:hover { transform: translate(-50%, -50%) scale(1.05); }

.testimonial-title { font-weight: 700; margin-top: 6px; font-size: 20px; }
.testimonial-company { color: #6b7280; font-size: 13px; margin-bottom: 10px; }
.testimonial-package {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-weight: 300;
    border-radius: 10px;
    background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
}
.testimonial-quote {line-height: 22px;font-size: 14px;color: #3b4252;margin-top: 0;}

/* Hover changes (match your gradient on hover) */
.services .icon-box:hover {
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  background: linear-gradient(-145deg, #2afbf3 0%, rgb(32 54 82) 100%);
  color: #fff;
}
.services .icon-box:hover .testimonial-title,
.services .icon-box:hover .testimonial-company,
.services .icon-box:hover .testimonial-quote { color: #fff; }

/* Modal styles */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  align-items: center;
  justify-content: center;
}
.video-modal[aria-hidden="false"] { display: flex; }

.video-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.video-modal-content {
  position: relative;
  max-width: 960px;
  width: 95%;
  max-height: 90vh;
  background: #000;
  border-radius: 8px;
  padding: 12px;
  z-index: 1060;
  box-shadow: 0 16px 40px rgba(0,0,0,0.6);
}

.close-modal {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 1070;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.video-container { width: 100%; height: 0; padding-bottom: 56.25%; position: relative; }
.video-container iframe, .video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
  border-radius: 6px;
  background: #000;
}



.services .icon-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.services .icon-box:hover::after {
    left: 120%;
}

.services .icon-box:hover {
    color: #fff;
    background: linear-gradient(-145deg,#2afbf3 0%, #203652 100%);
}

 .testimonial-title a {
    color: #004097 !important;
}
.services .icon-box:hover .testimonial-title a {
    color: #fff !important;
}
.services .icon-box:hover .testimonial-package{
        color: #004097 !important;
    background: #ffffff;
}

/* visual styles for the iframe container */
.wr-iframe {
  /* adjust size as needed */
  max-width: 100%;
  margin: 1.5rem auto;
  border-radius: 6px;
  overflow: visible; /* allow box-shadow to show */
  /* optionally give a thin neutral border so glow is visible */
  /* border: 1px solid rgba(0,0,0,0.06); */
}

/* 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); }
}



/* chat bot */

 .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;
    position: relative;
    left: 5px;
  }
.chat-button .jki {
  color: white;
  font-size: 20px; /* optional */
}
  .chat-button {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: unset;
  }
  .chat-button:hover {
    transform: scale(1.05);
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.25); */
    /* background-color: unset !important; */
  }
  .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: 5px;
    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 {
   color: #000000;
   color: #fff;
   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 */
    }
}