/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 90px;
       font-size: 20px;
 
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    height: 90px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.header-carousel .owl-carousel-item img{
    height: 750px !important;
}
/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 700px !important;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

@media (max-width: 768px) {
   .header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
     display:none;
     }
     }
.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 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,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.process-section{
    background:#f8fbfd;
}

.process-card{
    position:relative;
    background:#fff;
    padding:45px 30px;
    border-radius:18px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
    overflow:hidden;
}

.process-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.step-number{
    position:absolute;
    top:20px;
    right:20px;
    font-size:46px;
    font-weight:800;
    color:#888d8f;
    user-select:none;
}

.icon-box{
    width:85px;
    height:85px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#00b4db,#0083b0);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    transition:.35s;
}

.icon-box i{
    color:#fff;
    font-size:34px;
}

.process-card:hover .icon-box{
    transform:rotateY(180deg);
}

.process-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.process-card p{
    color:#6c757d;
    line-height:1.8;
    margin:0;
}

.counter-section{

    background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
    color:#fff;
}

.counter-subtitle{

    color:#55d6ff;
    letter-spacing:2px;
    font-weight:600;
}

.counter-section p{

    color:rgba(255,255,255,.75);
}

.counter-card{

    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px 25px;

    text-align:center;

    transition:.35s;

    height:100%;
}

.counter-card:hover{

    transform:translateY(-12px);

    background:rgba(255,255,255,.13);

    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.counter-card i{

    font-size:55px;

    color:#55d6ff;

    margin-bottom:20px;

    display:block;
}

.counter-card h2{

    font-size:3rem;

    font-weight:700;

    margin-bottom:10px;
}

.counter-card h5{

    margin-bottom:12px;

    font-weight:600;
}

.counter-card p{

    margin:0;

    font-size:15px;

    line-height:1.7;
}
.counter-section h2,
.counter-section h5{
    color:#fff;
}

.counter-section p{
    color:rgba(255,255,255,.85);
}

.counter-subtitle{
    color:#55d6ff;
}

.gallery-section{

    background:#f8fbfd;
}

.gallery-subtitle{

    color:#00b4db;
    font-weight:600;
    letter-spacing:2px;
}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;
}

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    height:280px;

    cursor:pointer;

    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.gallery-item img{

    width:100%;
    height:100%;
    object-fit:cover;

    transition:.6s;
}

.gallery-item::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
        rgba(0,60,90,.55),
        transparent);

    opacity:0;

    transition:.5s;

    z-index:2;
}

.gallery-item::after{

    content:"";

    position:absolute;

    inset:12px;

    border:2px solid rgba(255,255,255,.4);

    border-radius:14px;

    opacity:0;

    transform:scale(.9);

    transition:.4s;

    z-index:3;
}

.gallery-item:hover img{

    transform:scale(1.12);
}

.gallery-item:hover::before{

    opacity:1;
}

.gallery-item:hover::after{

    opacity:1;

    transform:scale(1);
}

.tall{

    grid-row:span 2;

    height:580px;
}

.wide{

    grid-column:span 2;
}

@media(max-width:992px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.tall,
.wide{

grid-row:auto;
grid-column:auto;
height:300px;

}

}

@media(max-width:576px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-item{

height:260px;

}

}

.gallery-item{

opacity:0;

transform:translateY(50px);

transition:.7s;
}

.gallery-show{

opacity:1;

transform:translateY(0);
}

.cta-section{

    background:#f8fbfd;
}

.cta-box{

    position:relative;

    overflow:hidden;

    border-radius:25px;

    padding:70px 60px;

    color:#fff;

    background:
        linear-gradient(rgba(0,70,110,.82),rgba(0,70,110,.82)),
        url("img/cta-pool.jpg");

    background-size:cover;
    background-position:center;

    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.cta-box::before{

    content:"";

    position:absolute;

    width:300px;
    height:300px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-120px;
    right:-120px;
}

.cta-box::after{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    bottom:-80px;
    left:-80px;
}

.cta-box>*{

    position:relative;

    z-index:2;
}

.cta-subtitle{

    color:#6ddcff;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;
}

.cta-box h2{

    font-size:48px;

    font-weight:700;

    margin:15px 0;
}

.cta-box p{

    font-size:18px;

    color:rgba(255,255,255,.9);

    max-width:650px;
}

.cta-box .btn{

    border-radius:50px;

    padding:14px 35px;

    font-weight:600;

    transition:.3s;
}

.cta-box .btn:hover{

    transform:translateY(-3px);
}

@media(max-width:768px){

.cta-box{

padding:50px 30px;

}

.cta-box h2{

font-size:34px;

}
}


.contact-banner{

    background:#f8fbfd;
}

.contact-box{

    background:#fff;

    border-radius:25px;

    padding:55px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

    margin-top:-70px;

    position:relative;

    z-index:10;
}

.contact-icon{

    width:80px;

    height:80px;

    background:linear-gradient(135deg,#00b4db,#0083b0);

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;
}

.contact-icon i{

    color:#fff;

    font-size:34px;
}

.small-title{

    color:#00b4db;

    letter-spacing:2px;

    font-weight:600;

    text-transform:uppercase;
}

.contact-box h2{

    margin:10px 0 15px;

    font-weight:700;

    font-size:36px;
}

.contact-box p{

    color:#6c757d;

    line-height:1.8;

    margin:0;
}

.contact-box .form-control{

    height:58px;

    border-radius:12px;

    border:1px solid #d9e3ea;

    font-size:16px;

    box-shadow:none;
}

.contact-box .form-control:focus{

    border-color:#00b4db;

    box-shadow:0 0 0 .2rem rgba(0,180,219,.15);
}

.btn-contact{

    height:58px;

    border:none;

    border-radius:12px;

    background:linear-gradient(135deg,#00b4db,#0083b0);

    color:#fff;

    font-weight:600;

    font-size:17px;

    transition:.3s;
}

.btn-contact:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(0,180,219,.3);

    color:#fff;
}

@media(max-width:768px){

.contact-box{

padding:35px 25px;

}

.contact-box h2{

font-size:28px;

}

.contact-icon{

width:65px;
height:65px;

}

.contact-icon i{

font-size:28px;

}

}

.uae-service-section{

    background:#fff;
}

.section-tag{

    color:#00b4db;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;
}

.uae-service-section h2{

    color:#12233d;

    line-height:1.2;
}

.uae-service-section p{

    color:#6c757d;

    line-height:1.9;

    margin-bottom:20px;
}

.service-areas{

    display:flex;

    flex-wrap:wrap;

    gap:15px;
}

.service-areas span{

    background:#f5fbff;

    padding:10px 18px;

    border-radius:50px;

    font-weight:500;

    color:#004c73;
}

.service-areas i{

    color:#00b4db;

    margin-right:6px;
}

.uae-map{

    max-width:340px;

    opacity:.9;

    transition:.4s;
}

.uae-map:hover{

    transform:scale(1.04);
}

/* WhatsApp Floating Button */

.whatsapp-float{

    position:fixed;

    bottom:30px;

    left:30px;

    width:65px;

    height:65px;

    background:#25D366;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    text-decoration:none;

    z-index:9999;

    box-shadow:0 10px 30px rgba(0,0,0,.25);

    transition:.35s;

    animation: whatsappPulse 2s infinite;

}


.whatsapp-float:hover{

    transform:scale(1.1);

    background:#20bd5a;

    color:#fff;

}


/* Pulse Animation */

@keyframes whatsappPulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,211,102,.5);

    }

    70%{

        box-shadow:0 0 0 18px rgba(37,211,102,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,211,102,0);

    }

}


@media(max-width:576px){

    .whatsapp-float{

        width:55px;

        height:55px;

        left:20px;

        bottom:20px;

        font-size:28px;

    }

}

.whatsapp-wrapper span{

    position:fixed;

    left:105px;

    bottom:47px;

    background:#fff;

    padding:10px 18px;

    border-radius:30px;

    box-shadow:0 5px 20px rgba(0,0,0,.15);

    font-weight:600;

    color:#333;

    z-index:9998;

}

@media (max-width: 768px) {
  .whatsapp-wrapper span{
    display:none;
    }
    }
    
 
/* Mobile Navigation */
@media (max-width: 991px) {

    .navbar-collapse {
        background: #ffffff !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        padding: 20px 30px;
    }
    
    .navbar-nav {
        background: #ffffff !important;
    }

    .navbar-nav .nav-link {
        background: #ffffff;
        color: #17213a !important;
        padding: 12px 0;
    }

}

@media (max-width: 991px) {

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;

        width: 100%;

        background: #ffffff !important;

        padding: 20px 30px;

        box-shadow: 0 8px 20px rgba(0,0,0,.12);

        z-index: 99999;
    }

}

@media (max-width: 991px) {

    .navbar .dropdown-menu {
        position: static !important;
        float: none;
        background: #f8fbfd !important;
        border: none;
        box-shadow: none;
        margin: 5px 0;
    }

    .navbar .dropdown-item {
        padding: 10px 15px;
        color: #17213a !important;
        background: transparent;
    }

    .navbar .dropdown-item:hover {
        background: #e8f8fb;
    }

}