
/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/* =========================
   ORIGINAL DESKTOP KEEP SAME
========================= */

.clinic-title{
    font-size: 40px;
}

/* =========================
   MOBILE ONLY
========================= */

@media (max-width: 991px){

    .clinic-title{
        font-size: 18px !important;
        line-height: 1.2;
    }

    .navbar-brand{
        max-width: 75%;
    }

    .navbar-toggler{
        border: 1px solid #0dcaf0 !important;
        padding: 5px 10px;
    }

    .navbar-collapse{
        background: #fff;
        padding: 15px;
        margin-top: 10px;
    }

    .navbar-nav{
        text-align: center;
    }

    .navbar-nav .nav-link{
        padding: 10px 0;
    }

    .dropdown-menu{
        text-align: center;
        border: none;
        box-shadow: none;
    }

    .btn.btn-primary{
       
        margin-top: 15px;
    }
}



/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 660px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bradcam.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/banner.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: 76px;
        margin-left: 0px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: 76px;
        margin-right: 0px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: #191919;
}



.footer-map{
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.footer-map iframe{
    display:block;
}
/*** copyright end ***/





/* ===== ABOUT SECTION ===== */

.about-section{
    padding:50px 20px;
    overflow:hidden;
}

.container{
    max-width:1250px;
    margin:auto;
}

.about-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:90px;
    flex-wrap:wrap;
}

/* ===== LEFT SIDE ===== */

.about-images{
    position:relative;
    flex:1 1 550px;
    min-height:700px;
}

/* MAIN IMAGE */

.main-img img{
    width:100%;
    max-width:520px;
    height:620px;
    object-fit:cover;
    /* border-radius:12px; */
    display:block;
}

/* SMALL IMAGE */

.small-img{
    position:absolute;
    bottom:20px;
    right:0;
    z-index:2;
}

.small-img img{
    width:326px;
    height:240px;
    object-fit:cover;
    /* border-radius:12px; */
    /* border:10px solid #fff; */
    box-shadow:0 10px 40px rgba(0,0,0,0.12);
}

/* ===== ROTATING CIRCLE ===== */

.rotating-text{
    position:absolute;

    /* PERFECT POSITION */
    top:-9%;
    left:466px;

    width:170px;
    height:170px;

    z-index:5;

    animation:rotateText 10s linear infinite;
}

.rotating-text svg{
    width:100%;
    height:100%;
    fill:#000;
    font-size:16px;
    font-weight:600;
    letter-spacing:4px;
}

/* ROTATION */

@keyframes rotateText{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

/* ===== RIGHT CONTENT ===== */

.about-content{
    flex:1 1 600px;
}

.sub-title{
    color:#0d1972;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    margin-bottom:25px;
    display:block;
}

.about-content h2{
    font-size:50px;
    line-height:1.05;
    color:#000;
    font-weight:700;
    margin-bottom:30px;
}

.about-content p{
    font-size:18px;
    line-height:1.9;
    color:#6c6c6c;
    margin-bottom:35px;
}

.about-content ul{
    margin-bottom:45px;
}

.about-content ul li{
    list-style:none;
    margin-bottom:16px;
    font-size:17px;
    font-weight:500;
    color:#111;
    position:relative;
    padding-left:28px;
}

.about-content ul li::before{
    content:"•";
    position:absolute;
    left:0;
    top:-2px;
    font-size:24px;
    color:#000;
}

.about-btn{
    display:inline-block;
    padding:18px 50px;
    background:#15B9D9;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:16px;
    font-weight:500;
    transition:0.4s;
}

.about-btn:hover{
    background:#15B9D9;
    transform:translateY(-3px);
}

/* ===== TABLET ===== */

@media(max-width:991px){

    .about-wrapper{
        flex-direction:column;
        gap:70px;
    }

    .about-images{
        min-height:auto;
    }

    .main-img img{
        max-width:100%;
        height:auto;
    }

    .small-img{
        right:0;
        bottom:-30px;
    }

    .small-img img{
        width:300px;
        height:340px;
    }

    .rotating-text{
        width:130px;
        height:130px;

        top:50%;
        right:0;
    }

    .rotating-text svg{
        font-size:12px;
    }

    .about-content{
        margin-top:50px;
    }

    .about-content h2{
        font-size:48px;
    }

}

/* ===== MOBILE ===== */

@media(max-width:576px){

    .about-section{
        padding:80px 15px;
    }

    .about-wrapper{
        gap:50px;
    }

    .about-images{
        width:100%;
    }

    .main-img img{
        width:100%;
        height:auto;
    }

    .small-img{
        width:80%;
        right:0;
        bottom:-20px;
    }

    .small-img img{
        width:100%;
        height:auto;
    }

    .rotating-text{
        width:95px;
        height:95px;

        top:47%;
        right:-8px;
    }

    .rotating-text svg{
        font-size:9px;
        letter-spacing:2px;
    }

    .about-content h2{
        font-size:38px;
    }

    .about-content p{
        font-size:16px;
        line-height:1.8;
    }

    .about-btn{
        padding:15px 35px;
        font-size:15px;
    }

}



/* MOBILE ONLY */
@media(max-width:576px){

    /* Hide small image */
    .small-img{
        display:none !important;
    }

    /* Hide rotating text */
    .rotating-text{
        display:none !important;
    }

    /* Remove extra space */
    .about-images{
        min-height:auto !important;
    }

    .about-wrapper{
        gap:25px !important;
    }

    .about-content{
        margin-top:0 !important;
        text-align:center;
    }
}


/* MOBILE SPACE FIX */
@media(max-width:576px){

    .about-images{
        min-height:auto !important;
    }

    .about-wrapper{
        gap:20px !important;
    }

    .about-content{
        margin-top:-200px !important;
        padding-top:0 !important;
    }

    .about-section{
        padding-top:60px;
        padding-bottom:60px;
    }
}

/* =========================
      DARK WHY SECTION
========================= */

.why-dark-section{
    background:#25B8D4;
    position:relative;
    overflow:hidden;
    padding:100px 0;
}

/* IMAGE */

.dark-img-box{
    position:relative;
}

.dark-main-img{
    width:100%;
    border-radius:30px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* FLOATING BOX */

.floating-box{
    position:absolute;
    bottom:-50px;
    left:25px;
    background:#ffffff;
    padding:22px 32px;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,0.20);
}

.floating-box h3{
    color:#25B8D4;
    font-size:42px;
    font-weight:800;
    margin-bottom:5px;
}

.floating-box p{
    color:#555;
    margin-bottom:0;
    font-size:15px;
    font-weight:500;
}

/* SUBTITLE */

.dark-subtitle{
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

/* TITLE */

.dark-title{
    color:#ffffff;
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

/* TEXT */

.dark-text{
    color:rgba(255,255,255,0.92);
    font-size:17px;
    line-height:1.9;
    margin-bottom:10px;
}

/* FEATURE BOX */

.dark-feature-box{
    background:rgba(255,255,255,0.14);
    border:1px solid rgba(255,255,255,0.18);
    border-radius:22px;
    padding:28px 20px;
    text-align:center;
    transition:0.4s;
    height:100%;
    backdrop-filter:blur(4px);
}

.dark-feature-box:hover{
    transform:translateY(-6px);
    background:#ffffff;
}

/* ICON */

.dark-icon{
    width:75px;
    height:75px;
    background:rgba(255,255,255,0.22);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    transition:0.4s;
}

.dark-icon i{
    font-size:30px;
    color:#ffffff;
    transition:0.4s;
}

/* TEXT */

.dark-feature-box h5{
    color:#ffffff;
    font-size:20px;
    font-weight:700;
    margin-bottom:0;
    transition:0.4s;
}

/* HOVER EFFECT */

.dark-feature-box:hover h5{
    color:#25B8D4;
}

.dark-feature-box:hover .dark-icon{
    background:#25B8D4;
}

.dark-feature-box:hover .dark-icon i{
    color:#fff;
}

/* =========================
      RESPONSIVE
========================= */

@media(max-width:991px){

    .why-dark-section{
        padding:80px 0;
    }

    .dark-title{
        font-size:40px;
    }

    .floating-box{
        bottom:-35px;
    }

}

@media(max-width:767px){

    .why-dark-section{
        padding:70px 0;
    }

    .dark-title{
        font-size:32px;
    }

    .dark-text{
        font-size:16px;
    }

    .dark-feature-box{
        padding:24px 15px;
    }

    .floating-box{
        left:15px;
        bottom:15px;
        padding:18px 24px;
    }

    .floating-box h3{
        font-size:30px;
    }

}

/* process */
/* =========================
      PROCESS SECTION
========================= */

.process-section{
    padding:50px 0;
    background:#ffffff;
    overflow:hidden;
}

/* SUBTITLE */

.process-subtitle{
    color:#18BADA;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

/* TITLE */

.process-title{
    font-size:52px;
    font-weight:800;
    color:#111;
    margin-bottom:18px;
    line-height:1.2;
}

/* TEXT */

.process-text{
    max-width:750px;
    color:#6c757d;
    font-size:17px;
    line-height:1.9;
}

/* CARD */

.process-card{
    position:relative;
    background:#f8fbff;
    border-radius:28px;
    padding:45px 30px;
    text-align:center;
    height:100%;
    transition:0.4s;
    overflow:hidden;
    border:1px solid #eef2ff;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(74,108,247,0.12);
    background:#ffffff;
}

/* STEP NUMBER */

.step-number{
    position:absolute;
    top:20px;
    right:20px;
    font-size:60px;
    font-weight:800;
    color:rgba(74,108,247,0.08);
    line-height:1;
}

/* ICON */

.process-icon{
    width:90px;
    height:90px;
    background:#eef4ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}

.process-icon i{
    font-size:38px;
    color:#18BADA;
}

/* HEADING */

.process-card h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

/* TEXT */

.process-card p{
    color:#6c757d;
    line-height:1.8;
    margin-bottom:0;
    font-size:15px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .process-title{
        font-size:40px;
    }

}

@media(max-width:767px){

    .process-section{
        padding:70px 0;
    }

    .process-title{
        font-size:32px;
    }

    .process-text{
        font-size:16px;
    }

    .process-card{
        padding:40px 22px;
    }

    .process-card h4{
        font-size:21px;
    }

}


/* faq-home */
/* =========================
        FAQ SECTION
========================= */

.faq-section{
    background:#25B8D4;
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

/* BACKGROUND SHAPE */

.faq-shape{
    position:absolute;
    top:-120px;
    right:-120px;
    width:350px;
    height:350px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
}

/* LEFT SIDE */

.faq-left{
    position:relative;
    z-index:2;
}

/* SUBTITLE */

.faq-subtitle{
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

/* TITLE */

.faq-title{
    color:#fff;
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

/* TEXT */

.faq-text{
    color:rgba(255,255,255,0.92);
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

/* CONTACT BOX */

.faq-contact-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:rgba(255,255,255,0.14);
    border:1px solid rgba(255,255,255,0.18);
    padding:22px;
    border-radius:22px;
    max-width:340px;
    backdrop-filter:blur(4px);
}

/* ICON */

.faq-contact-icon{
    width:70px;
    height:70px;
    background:#ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.faq-contact-icon i{
    color:#25B8D4;
    font-size:28px;
}

/* CONTACT TEXT */

.faq-contact-box span{
    color:rgba(255,255,255,0.80);
    font-size:14px;
}

.faq-contact-box h5{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-top:5px;
    margin-bottom:0;
}

/* ACCORDION */

.faq-accordion .faq-item{
    background:rgba(255,255,255,0.14);
    border:none;
    border-radius:20px !important;
    overflow:hidden;
    margin-bottom:18px;
    backdrop-filter:blur(4px);
}

/* BUTTON */

.faq-accordion .accordion-button{
    background:transparent;
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:24px 28px;
    box-shadow:none;
}

/* ACTIVE */

.faq-accordion .accordion-button:not(.collapsed){
    background:#ffffff;
    color:#25B8D4;
}

/* BODY */

.faq-accordion .accordion-body{
    color:rgba(255,255,255,0.92);
    font-size:15px;
    line-height:1.8;
    padding:0 28px 24px;
}

/* ICON */

.faq-accordion .accordion-button::after{
    filter:brightness(0) invert(1);
}

/* ACTIVE ICON */

.faq-accordion .accordion-button:not(.collapsed)::after{
    filter:none;
}

/* REMOVE BORDER */

.accordion-button:focus{
    box-shadow:none;
}

/* HOVER EFFECT */

.faq-item:hover{
    transform:translateY(-3px);
    transition:0.4s;
}

/* RESPONSIVE */

@media(max-width:991px){

    .faq-title{
        font-size:40px;
    }

}

@media(max-width:767px){

    .faq-section{
        padding:70px 0;
    }

    .faq-title{
        font-size:32px;
    }

    .faq-text{
        font-size:16px;
    }

    .faq-contact-box{
        max-width:100%;
    }

    .faq-accordion .accordion-button{
        font-size:16px;
        padding:20px;
    }

    .faq-accordion .accordion-body{
        padding:0 20px 20px;
    }

}

/* phtos - homepage */


/* =========================
      GALLERY SECTION
========================= */

.gallery-section{
    padding:50px 0;
    background:#f8fbff;
}

/* TITLE */

.gallery-subtitle{
    color:#4a6cf7;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

.gallery-title{
    font-size:52px;
    font-weight:800;
    color:#111;
    margin-bottom:18px;
    line-height:1.2;
}

.gallery-text{
    max-width:700px;
    color:#6c757d;
    line-height:1.9;
    font-size:17px;
}

/* PERFECT GAP */

.gallery-row{
    row-gap:24px;
}

/* CARD */

.gallery-card{
    width:100%;
    overflow:hidden;
    border-radius:24px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s;
}

/* IMAGE */

.gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
    transition:0.6s;
}

/* HOVER */

.gallery-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.gallery-card:hover img{
    transform:scale(1.08);
}

/* BUTTON */

.gallery-btn{
    display:inline-block;
    padding:18px 42px;
    background:#18BADA;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:0.4s;
}

.gallery-btn:hover{
    background:#0d1b3f;
    color:#fff;
}

/* =========================
      RESPONSIVE
========================= */

@media(max-width:991px){

    .gallery-section{
        padding:80px 0;
    }

    .gallery-title{
        font-size:40px;
    }

    .gallery-card img{
        height:280px;
    }

}

@media(max-width:767px){

    .gallery-section{
        padding:70px 0;
    }

    .gallery-title{
        font-size:32px;
    }

    .gallery-text{
        font-size:16px;
    }

    .gallery-row{
        row-gap:18px;
    }

    .gallery-card{
        border-radius:18px;
    }

    .gallery-card img{
        height:240px;
    }

    .gallery-btn{
        padding:16px 34px;
        font-size:15px;
    }

}


/* quote */


/* =========================
    DOCTOR QUOTE SECTION
========================= */

.doctor-quote-section{
    background:#f8fbff;
    padding:100px 0;
    position:relative;
    overflow:hidden;
}

/* BACKGROUND SHAPE */

.quote-circle{
    position:absolute;
    top:-120px;
    right:-120px;
    width:350px;
    height:350px;
    background:rgba(74,108,247,0.06);
    border-radius:50%;
}

/* IMAGE */

.doctor-quote-img{
    position:relative;
}

.doctor-quote-img img{
    width:100%;
    border-radius:30px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,0.10);
}

/* CONTENT */

.doctor-quote-content{
    position:relative;
    z-index:2;
}

/* QUOTE ICON */

.quote-icon-box{
    width:90px;
    height:90px;
    background:#eef4ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.quote-icon-box i{
    font-size:42px;
    color:#18BADA;
}

/* HEADING */

.doctor-quote-content h2{
    font-size:48px;
    font-weight:800;
    line-height:1.4;
    color:#111;
    margin-bottom:25px;
}

/* TEXT */

.doctor-quote-content p{
    color:#6c757d;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
    max-width:700px;
}

/* DOCTOR INFO */

.doctor-info{
    border-left:4px solid #18BADA;
    padding-left:18px;
}

.doctor-info h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:6px;
}

.doctor-info span{
    color:#18BADA;
    font-weight:600;
    font-size:15px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .doctor-quote-content h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .doctor-quote-section{
        padding:70px 0;
    }

    .doctor-quote-content h2{
        font-size:30px;
        line-height:1.5;
    }

    .doctor-quote-content p{
        font-size:16px;
    }

    .quote-icon-box{
        width:75px;
        height:75px;
    }

    .quote-icon-box i{
        font-size:34px;
    }

}




/* anatnaral care */

/* HERO SECTION */

.antenatal-hero{
    /*background:#fff5f7;*/
}

.hero-subtitle{
    color:#ff4d6d;
    font-weight:600;
}

.hero-title{
    font-size:45px;
    font-weight:700;
    line-height:1.2;
    margin:20px 0;
}

.hero-text{
    font-size:17px;
    color:#666;
    margin-bottom:30px;
}

.hero-btns .btn{
    padding:12px 30px;
    border-radius:50px;
    margin-right:10px;
}

/* SECTION TITLE */

.section-title h2,
.services-section h2,
.timeline-section h2,
.why-us h2{
    font-size:42px;
    font-weight:700;
}

/* LIST */

.antenatal-list{
    padding-left:20px;
}

.antenatal-list li{
    margin-bottom:12px;
}

/* SERVICES */

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.service-content{
    padding:25px;
}

/* TIMELINE */

.timeline-box{
    background:#fff5f7;
    padding:30px;
    border-radius:20px;
    text-align:center;
    height:100%;
}

/* WHY US */

.why-box{
    background:#fff;
    padding:40px 20px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.why-box:hover{
    transform:translateY(-10px);
}

.why-box i{
    font-size:45px;
    color:#ff4d6d;
    margin-bottom:20px;
}

/* CTA */

.cta-box{
    background:#ff4d6d;
    color:#fff;
    padding:60px 30px;
    border-radius:30px;
}

.cta-box .btn{
    margin-top:20px;
    padding:12px 35px;
    border-radius:50px;
}

/* RESPONSIVE */

@media(max-width:991px){

.hero-title{
    font-size:42px;
}

}

@media(max-width:768px){

.hero-title{
    font-size:34px;
}

.section-title h2,
.services-section h2,
.timeline-section h2,
.why-us h2{
    font-size:30px;
}

.hero-btns .btn{
    margin-bottom:15px;
}

}

/* gallery */


/* =========================
GALLERY SECTION CSS
========================= */

.gallery-section{
    background:#fff;
}

/* TITLE */

.gallery-subtitle{
    color:#ff4d6d;
    font-size:18px;
    font-weight:600;
}

.gallery-title{
    font-size:46px;
    font-weight:700;
    margin:15px 0;
}

.gallery-text{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* GRID */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

/* ITEM */

.gallery-item{
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
    position:relative;
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:0.5s;
    border-radius:20px;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

/* LIGHTBOX */

.gallery-lightbox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:20px;
}

.gallery-lightbox.active{
    display:flex;
}

.lightbox-img{
    max-width:90%;
    max-height:90%;
    border-radius:20px;
}

.close-lightbox{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
}

/* RESPONSIVE */

@media(max-width:991px){

.gallery-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.gallery-title{
    font-size:34px;
}

.gallery-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.gallery-item img{
    height:220px;
}

}

@media(max-width:576px){

.gallery-grid{
    grid-template-columns:1fr;
}

.gallery-item img{
    height:260px;
}

}

/* faq */


/* =========================
FAQ SECTION CSS
========================= */

.faq-section{
    background:#fff;
}

/* TITLE */

.faq-subtitle{
    color:#ff4d6d;
    font-size:18px;
    font-weight:600;
}

.faq-title{
    font-size:46px;
    font-weight:700;
    margin:15px 0;
}

.faq-text{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* FAQ */

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#fff;
    border-radius:18px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    overflow:hidden;
    transition:0.3s;
}

.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px;
    cursor:pointer;
}

.faq-question h3{
    font-size:20px;
    margin:0;
    font-weight:600;
    color:#222;
    width:90%;
}

.faq-icon{
    font-size:30px;
    color:#ff4d6d;
    font-weight:700;
}

/* ANSWER */

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
}

.faq-answer p{
    padding:0 25px 25px;
    margin:0;
    color:#666;
    line-height:1.8;
}

/* ACTIVE */

.faq-item.active .faq-answer{
    max-height:300px;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}

/* RESPONSIVE */

@media(max-width:768px){

.faq-title{
    font-size:34px;
}

.faq-question{
    padding:20px;
}

.faq-question h3{
    font-size:18px;
}

}

@media(max-width:576px){

.faq-title{
    font-size:28px;
}

.faq-question h3{
    font-size:16px;
}

.faq-answer p{
    font-size:15px;
}

}


/* contact */


/* =========================
CONTACT SECTION CSS
========================= */

.contact-section{
    background:#f8fbff;
}

/* TITLE */

.contact-subtitle{
    color:#ff4d6d;
    font-size:18px;
    font-weight:600;
}

.contact-title{
    font-size:46px;
    font-weight:700;
    margin:15px 0;
    color:#222;
}

.contact-text{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/* CONTACT INFO BOX */

.contact-info-box{
    background:#fff;
    border-radius:25px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
    height:100%;
}

/* CONTACT CARD */

.contact-card{
    display:flex;
    gap:20px;
    align-items:flex-start;
    padding:25px 0;
    border-bottom:1px solid #eee;
}

.contact-card:last-child{
    border-bottom:none;
}

/* ICON */

.contact-icon{
    min-width:70px;
    height:70px;
    border-radius:50%;
    background:#15B9D9;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-icon i{
    color:#fff;
    font-size:28px;
}

/* DETAILS */

.contact-details h4{
    font-size:24px;
    margin-bottom:10px;
    color:#222;
    font-weight:700;
}

.contact-details p{
    margin-bottom:8px;
    color:#666;
    line-height:1.7;
}

/* MAP */

.map-box{
    overflow:hidden;
    border-radius:25px;
    height:100%;
    min-height:650px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.map-box iframe{
    border:0;
}

/* RESPONSIVE */

@media(max-width:991px){

.map-box{
    min-height:500px;
}

}

@media(max-width:768px){

.contact-title{
    font-size:34px;
}

.contact-info-box{
    padding:25px;
}

.contact-card{
    gap:15px;
}

.contact-icon{
    min-width:60px;
    height:60px;
}

.contact-icon i{
    font-size:24px;
}

.contact-details h4{
    font-size:20px;
}

.map-box{
    min-height:400px;
}

}

@media(max-width:576px){

.contact-title{
    font-size:28px;
}

.contact-text{
    font-size:15px;
}

.contact-card{
    flex-direction:column;
}

.contact-icon{
    min-width:55px;
    height:55px;
}

.contact-details h4{
    font-size:18px;
}

.contact-details p{
    font-size:14px;
}

.map-box{
    min-height:320px;
}

}


/* card-home */

/* =========================
   SERVICES SECTION
========================= */

.services-section {
    padding: 90px 0;
    background: linear-gradient(to bottom, #ffffff, #f7faf9);
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* Section Title */

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    color: #0F766E;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}

.section-title h2 {
    font-size: 42px;
    color: #222;
    margin: 15px 0;
    font-weight: 700;
}

.section-title p {
    color: #666;
    max-width: 650px;
    margin: auto;
    line-height: 1.8;
}

/* Grid */

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 24px;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #edf1f0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}

/* Active Card */

.service-card.active {
    background: #eef7f5;
}

/* Hover */

.service-card:hover {
    transform: translateY(-10px);
    background: #eef7f5;
    box-shadow: 0 20px 40px rgba(15,118,110,0.12);
}

/* Icon */

.icon-box {
    width: 80px;
    height: 80px;
    background: #15B9D9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.4s;
}

.icon-box i {
    color: white;
    font-size: 34px;
}

.service-card:hover .icon-box {
    transform: rotate(-5deg) scale(1.05);
    background: #F8B7A3;
}

/* Title */

.service-card h3 {
    font-size: 30px;
    color: #15B9D9;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Paragraph */

.service-card p {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 35px;
}

/* Read More */

.read-more {
    color: #111;
    font-weight: 600;
    transition: 0.4s;
}

.service-card:hover .read-more {
    letter-spacing: 1px;
    color:#15B9D9;
}

/* Responsive */

@media(max-width: 991px){

    .services-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .section-title h2{
        font-size: 34px;
    }

}

@media(max-width: 767px){

    .services-grid{
        grid-template-columns: 1fr;
    }

    .service-card{
        padding: 35px 25px;
    }

    .section-title h2{
        font-size: 28px;
    }

}
/* ===================================
   HOW IT WORK SECTION
=================================== */

.how-work-section{
    background: #15B9D9;
    padding: 100px 0 0;
    overflow: hidden;
    position: relative;
}

/* Container */

.container{
    width: 90%;
    max-width: 1320px;
    margin: auto;
}

/* ===================================
   MAIN WRAPPER
=================================== */

.work-wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    position: relative;
}

/* ===================================
   LEFT CONTENT
=================================== */

.work-content{
    width: 60%;
    z-index: 2;
    padding-bottom: 40px;
}

/* Small Title */

.sub-title{
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 40px;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.05);
    letter-spacing: 1px;
}

/* Main Heading */

.work-content h2{
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 500;
    max-width: 850px;
}

/* Paragraph */

.work-content p{
    color: rgba(255,255,255,0.85);
    line-height: 1.9;
    font-size: 17px;
    max-width: 700px;
    margin-bottom: 50px;
}

/* ===================================
   CARDS SECTION
=================================== */

.work-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

/* Single Card */

.work-card{
    position: relative;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 35px 30px;
    transition: 0.4s ease;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Hover Effect */

.work-card:hover{
    transform: translateY(-10px);
    background: rgba(255,255,255,0.16);
    box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}

/* ===================================
   ICON
=================================== */

.icon{
    width: 72px;
    height: 72px;
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.4s;
}

/* Icon */

.icon i{
    color: #ffffff;
    font-size: 28px;
}

/* Hover Icon */

.work-card:hover .icon{
    background: rgba(255,255,255,0.22);
    transform: scale(1.05);
}

/* ===================================
   NUMBER
=================================== */

.number{
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 75px;
    color: rgba(255,255,255,0.05);
    font-weight: 700;
    line-height: 1;
}

/* ===================================
   CARD TITLE
=================================== */

.work-card h3{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Card Text */

.work-card p{
    margin: 0;
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
}

/* ===================================
   RIGHT IMAGE
=================================== */

.work-image{
    width: 40%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

/* Image */

.work-image img{
    width: 100%;
    max-width: 540px;
    object-fit: contain;
    display: block;
    margin-bottom: -5px;
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */

/* Large Laptop */

@media(max-width:1200px){

    .work-content h2{
        font-size: 48px;
    }

    .work-card h3{
        font-size: 24px;
    }

}

/* Tablet */

@media(max-width:991px){

    .work-wrapper{
        flex-direction: column;
        align-items: center;
    }

    .work-content,
    .work-image{
        width: 100%;
    }

    .work-content{
        padding-bottom: 0;
    }

    .work-content h2{
        font-size: 40px;
    }

    .work-image{
        margin-top: 50px;
    }

    .work-image img{
        max-width: 420px;
    }

    .work-cards{
        grid-template-columns: repeat(2,1fr);
    }

}

/* Mobile */

@media(max-width:767px){

    .how-work-section{
        padding: 70px 0 0;
    }

    .work-content h2{
        font-size: 32px;
    }

    .work-content p{
        font-size: 15px;
    }

    .work-cards{
        grid-template-columns: 1fr;
    }

    .work-card{
        min-height: auto;
        padding: 30px 25px;
    }

    .number{
        font-size: 55px;
    }

    .work-image img{
        max-width: 320px;
    }

}


/* ===== SECTION ===== */

.journey-section{
    padding:90px 20px;
    background:#ffffff;
    overflow:hidden;
}

.container{
    max-width:1250px;
    margin:auto;
}

.main-heading{
    text-align:center;
    font-size:52px;
    line-height:1.3;
    color:#1f2b6c;
    font-weight:700;
    margin-bottom:70px;
}

/* ===== WRAPPER ===== */

.journey-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;
}

/* ===== SIDE ===== */

.side-cards{
    width:28%;
    display:flex;
    flex-direction:column;
    gap:35px;
}

/* ===== CARD ===== */

.journey-card{
    background:#fff;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.journey-card:hover{
    transform:translateY(-8px);
}

.journey-card a{
    text-decoration:none;
}

/* ===== IMAGE ===== */

.card-video{
    width:100%;
    height:260px;
    position:relative;
    overflow:hidden;
}

.card-video img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.journey-card:hover .card-video img{
    transform:scale(1.08);
}

/* ===== INSTAGRAM ICON ===== */

.insta-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:75px;
    height:75px;
    background:rgba(255,255,255,0.95);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.insta-icon i{
    font-size:36px;
    color:#E1306C;
}

/* ===== TITLE ===== */

.card-title{
    background:#F8B7A3;
    color:#fff;
    text-align:center;
    padding:18px;
    font-size:26px;
    font-weight:600;
}

/* ===== CENTER CONTENT ===== */

.center-content{
    width:40%;
    text-align:center;
}

.center-content h2{
    font-size:52px;
    line-height:1.2;
    color:#15B9D9;
    font-weight:700;
    margin-bottom:30px;
}

.center-content p{
    font-size:17px;
    line-height:1.9;
    color:#333;
    margin-bottom:35px;
}

.view-btn{
    display:inline-block;
    padding:14px 38px;
    background:#15B9D9;
    color:#fff;
    text-decoration:none;
    font-size:20px;
    border-radius:5px;
    transition:0.3s ease;
}

.view-btn:hover{
    background:#ffff;
}

/* ===== RESPONSIVE ===== */

@media(max-width:991px){

    .journey-wrapper{
        flex-direction:column;
    }

    .side-cards,
    .center-content{
        width:100%;
    }

    .main-heading{
        font-size:38px;
    }

    .center-content h2{
        font-size:42px;
    }

    .center-content p{
        font-size:18px;
    }
}

@media(max-width:576px){

    .journey-section{
        padding:70px 15px;
    }

    .main-heading{
        font-size:30px;
        margin-bottom:40px;
    }

    .center-content h2{
        font-size:32px;
    }

    .card-video{
        height:220px;
    }

    .card-title{
        font-size:22px;
    }

    .insta-icon{
        width:60px;
        height:60px;
    }

    .insta-icon i{
        font-size:28px;
    }
}


/*video main page section*/

/* ===== VIDEO GALLERY SECTION ===== */

.video-gallery-section{
    padding:90px 20px;
    background:#ffffff;
}

.container{
    max-width:1300px;
    margin:auto;
}

/* ===== HEADER ===== */

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header h2{
    font-size:52px;
    color:#1f2b6c;
    margin-bottom:20px;
    font-weight:700;
}

.section-header p{
    max-width:850px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
    color:#555;
}

/* ===== GRID ===== */

.video-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* ===== CARD ===== */

.video-card{
    background:#fff;
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.4s ease;
}

.video-card:hover{
    transform:translateY(-8px);
}

.video-card a{
    text-decoration:none;
}

/* ===== THUMBNAIL ===== */

.video-thumbnail{
    position:relative;
    width:100%;
    height:320px;
    overflow:hidden;
}

.video-thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

.video-card:hover .video-thumbnail img{
    transform:scale(1.08);
}

/* ===== PLAY BUTTON ===== */

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    background:rgba(255,255,255,0.92);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#E1306C;
}

/* ===== CONTENT ===== */

.video-content{
    padding:20px;
    text-align:center;
    background:#f7943d;
}

.video-content h3{
    color:#fff;
    font-size:24px;
    margin:0;
    font-weight:600;
}

/* ===== RESPONSIVE ===== */

@media(max-width:1200px){

    .video-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:991px){

    .video-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-header h2{
        font-size:40px;
    }

    .section-header p{
        font-size:18px;
    }

}

@media(max-width:576px){

    .video-grid{
        grid-template-columns:1fr;
    }

    .video-thumbnail{
        height:280px;
    }

    .section-header h2{
        font-size:30px;
    }

    .section-header p{
        font-size:16px;
    }

    .video-content h3{
        font-size:20px;
    }

}


/* faq - home pge */

