* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #31445f;
    --secondary: #33A9B1;
}

a {
    text-decoration: none !important;
}

body,
html {
    overflow-x: hidden;
}

.top-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    width: fit-content;
}

.top-head span {
    width: 40px;
    height: 2px;
    background: #2bb3b1;
    position: relative;
}

.top-head span::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #2bb3b1;
    border-radius: 50%;
}

.top-head p {
    font-size: 14px;
    letter-spacing: 1px;
    color: black;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin-bottom: 20px;
    font-family: popins;
}

.heading span {
    color: var(--secondary);
}


.side-space {
    padding-left: 100px;
    padding-right: 100px;
}

/* main-btn start */
.main-btn {
    background-color: var(--secondary);
    padding: 14px 10px 18px 30px;
    font-size: 16px;
    color: white !important;
    transition: 0.5s;
    border-radius: 50px;
}

.main-btn i {
    background-color: var(--primary);
    color: white;
    border-radius: 50px;
    padding: 10px;
    transform: rotate(-45deg);
    margin-left: 10px;
    height: 40px;
    width: 40px;
    transition: 0.5s;

}

.main-btn:hover i {
    transform: rotate(0deg);
    background-color: var(--secondary);

}

.main-btn:hover {
    background-color: var(--primary);

}

/* main-btn end */

.icon-btn {
    background-color: white;
    color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    transition: 0.5s;
    padding: 20px;
    border-radius: 50%;


}

.icon-btn:hover i {
    transform: rotate(-45deg);
    transition: 0.5s;
}

/* sec-btn start */
.sec-btn {
    border: 2px solid white;
    padding: 14px 10px 18px 30px;
    font-size: 16px;
    color: white !important;
    transition: 0.5s;
    border-radius: 50px;
    /* display: inline-flex; */
    line-height: 1;
}



.sec-btn i {
    background-color: var(--secondary) !important;
    color: white;
    border-radius: 50px;
    padding: 10px;
    /* transform: rotate(-45deg); */
    margin-left: 10px;
    height: 40px;
    width: 40px;
    transition: 0.5s;
    line-height: 1;

}

.sec-btn:hover i {
    transform: rotate(0deg);
    background-color: var(--secondary);

}

.sec-btn:hover {
    background-color: white;
    color: var(--primary) !important;

}

/* sec-btn end */
/* top-header start */

#top-header {
    background-color: #1f3d3f;
    padding-top: 10px;
    padding-bottom: 10px;
}

#top-header .icon-box {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    flex-shrink: 0;

}

#top-header .icon-box:hover {
    background-color: var(--secondary);
    transition: 0.5s;
    color: white !important;
}

#top-header .icon-box i {
    color: #1f3d3f;
}

#top-header .icon-box:hover i {
    color: white !important;
    transition: .5s;

}

#top-header .top-add p {
    font-size: 14px;
}

#top-header .top-work p {
    font-size: 14px;
}



/* top-header end */

/* header start */
.dropdown-menu[data-bs-popper] {
    top: 152% !important;
    left: 0;
    margin-top: .125rem;
    border-right: 5px solid var(--secondary);
    border-top: none;
    border-bottom: 5px solid var(--secondary);
    border-radius: 0 15px 15px 15px;
    border-left:none !important ;

}
.dropdown-item{
    color: black !important;
    background-color: transparent !important;
    font-weight: 500 !important;
}
.dropdown-item:hover{
    color: var(--secondary) !important;
    transition: 0.5s;
}

#header .navbar {
    background-color: white;
}

.navbar-expand-lg .navbar-nav {
    margin: auto !important;
}

.nav-link {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: black !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar {
    border-radius: 100px;
}

.nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-nav .nav-link:hover {
    color: var(--secondary) !important;
    transition: 0.5s;
}

/* header end */
/* home banner start */

.home-banner-wrapper {
    position: relative;
    height: 100vh;
    /* background:url("img/about-bg.png"); */
    background: linear-gradient(#0000008f, #0000007e), url(img/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* home-banner section start */

.carousel-control-next-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-control-prev-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-indicators {
    display: none
}

#home-banner .home-banner-1 {
    display: block;
}

#home-banner .carousel-item {
    height: 100vh;
}


#home-banner {
    position: relative;
}

.home-banner .carousel-inner .carousel-caption {
    position: absolute;
    top: 45%;
    transform: translatey(-60%);
    height: fit-content;
    z-index: 10px;
}

.home-banner .top-head p {
    margin-right: 0 !important;
    font-size: 16px !important;
}


.carousel-caption {
    position: absolute;
    right: unset !important;
    bottom: 1.25rem;
    left: unset !important;
}

.home-banner .carousel-inner .first .carousel-caption {
    text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
    text-align: start;
}

.home-banner .carousel-inner .carousel-caption h1 {
    font-size: 60px;
    color: white;
    /* color:black; */
    margin-bottom: 20px;
    font-family: popins;
    font-weight: bold;
}

.home-banner .carousel-inner .carousel-caption h1 span {
    color: var(--secondary);
}

.home-banner .carousel-inner .carousel-caption p {
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.home-banner .carousel-inner .carousel-caption .sub-head {
    color: var(--primary);
    margin-bottom: 20px;
}

.home-banner .carousel-inner .carousel-caption .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(2px);
    padding-right: 366px;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 25px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
    margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
    background-color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
    color: var(--primary);
}

.home-banner .main-btn {
    padding: 6px 10px 6px 30px;
}

.home-banner .sec-btn {
    padding: 8px 10px 6px 30px;
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
    from {
        height: 20%;
        width: 16px;
    }

    to {}
}



/* home-banner section end */

/* about-sec start */
#about-sec {
    background-color: #dee8de;
}

#about-sec .left {
    position: relative;
}

/* Image box control */
#about-sec .img-box {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

#about-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Desktop sizes (LG) – SAME LOOK */
#about-sec .img-large {
    height: 520px;
}

#about-sec .img-small {
    height: 250px;
}

/* Experience badge */
#about-sec .year {
    width: 160px;
    height: 160px;
    background: var(--primary);
    border: 12px solid #dee8de;
    color: #fff;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-60%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

/* Tablet */
@media (max-width: 991px) {
    #about-sec .img-large {
        height: 380px;
    }

    #about-sec .img-small {
        height: 220px;
    }

    #about-sec .year {
        left: 50%;
        top: auto;
        bottom: -70px;
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 575px) {
    #about-sec .img-large {
        height: 300px;
    }

    #about-sec .img-small {
        height: 200px;
    }

    #about-sec .year {
        width: 120px;
        height: 120px;
        border-width: 8px;
    }
}



#about-sec .right .care-section {
    background-color: #eaf2ec;
    padding: 80px 0;
}

#about-sec .right .care-content h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
    margin-bottom: 20px;
    font-family: popins;
}

#about-sec .right .care-content h2 span {
    color: #2bb3b1;
}

#about-sec .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#about-sec .right .section-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

#about-sec .right .section-tag span {
    width: 40px;
    height: 2px;
    background: #2bb3b1;
    position: relative;
}

#about-sec .right .section-tag span::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #2bb3b1;
    border-radius: 50%;
}

#about-sec .right .section-tag p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    margin: 0;
}

#about-sec .right .care-content .desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

#about-sec .right .care-content blockquote {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    border-left: 3px solid #2bb3b1;
    padding-left: 18px;
    margin-bottom: 30px;
}

#about-sec .right .doctor-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;

}

#about-sec .right .doctor-info .img-box {
    height: 60px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about-sec .right .doctor-info img {
    border-radius: 50%;
}

#about-sec .right .doctor-info small {
    font-size: 12px;
    color: #888;
}

#about-sec .right .doctor-info h6 {
    margin: 0;
    font-size: 16px;
}

#about-sec .right .signature img {
    margin-left: auto;
}

#about-sec .right .care-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #2bb3b1;
    color: #fff;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

#about-sec .right .care-btn span {
    background: #1a8f8c;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-sec .right .care-btn:hover {
    background: #1a8f8c;
}

/* about-sec end */

/* services-sec start */
#services-sec {
    background: url('img/dark-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#services-sec .top-head p {
    color: white;
}

#services-sec .heading {
    color: white;
}

/* team-section section start */

#services-sec .sub-head {
    margin: auto;
}


#services-sec .swiper {
    width: 100%;
    padding: 30px 0;
}

#services-sec .main-card {
    background: transparent;
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
    text-align: center;
    position: relative;
}

#services-sec .main-card:hover .icon-btn i {
    transform: rotate(-45deg);
    transition: 0.5s;
}

#services-sec .main-card .icon-btn {
    position: absolute;
    right: -12px;
    top: -12px;
    border: 12px solid #233044;
}


#services-sec .main-card:hover .icon-box {
    top: 67%;
    transform: translate(-49%, 54%);
    transition: 0.5s;
    opacity: 1;
}

#services-sec .main-card .icon-box {
    position: absolute;
    left: 50%;
    top: 74%;
    transform: translate(-49%, 74%);
    background-color: var(--primary);
    opacity: 0;

}

#services-sec .main-card .icon-box i {
    color: white;
    padding: 10px;
}

#services-sec .main-card:hover .card-img {
    transform: scale(1.1);
    transition: 0.5s;
    overflow: hidden;
}

#services-sec .card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #95a3b517;
}

#services-sec .main-card h5 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 10px;
}

#services-sec .main-card h5::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 2px;
    width: 80px;
    text-align: center;
    margin: auto;
    transform: translateX(-50%);
}


/* Custom Swiper Buttons */
#services-sec .swiper-button-next,
#services-sec.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    /* aapke theme ka primary color */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 24px 20px;
}


#services-sec .main-card {
    margin-top: 15px;
    box-shadow: none;
    border: none;
    overflow: hidden !important;

}

#services-sec .testimonial-slider .swiper-button-prev i {
    background-color: white;
    color: red;
}

#services-sec .team-page .div {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}


/* Left arrow ko thoda aur left side le jao */
#services-sec .swiper-button-prev {
    left: -60px;

}

/* Right arrow ko thoda aur right side le jao */
#services-sec .swiper-button-next {
    right: -60px;

}

#services-sec .swiper-button-prev i {
    color: white;
}

#services-sec .swiper-button-next i {
    color: white;
}

#services-sec .swiper-button-prev:hover {
    background-color: white;
}

#services-sec .swiper-button-next:hover {
    background-color: white;
}


#services-sec .swiper-button-prev:hover i {
    color: var(--primary);
}

#services-sec .swiper-button-next:hover i {
    color: var(--primary);
}


/* Default arrow icon ko hatakar Font Awesome lagayenge */
#services-sec .swiper-button-next::after,
#services-sec .swiper-button-prev::after {
    display: none;
}

/* services-sec end */

/* process-sec start */
#process-sec {
    background-color: #dee8de;
}

#process-sec .main-box h5 {
    font-size: 22px;
}

#process-sec .main-box {
    border-radius: 20px;
    z-index: 5;
    padding: 20px;
    padding-top: 0;
}

#process-sec .main-box.odd {
    margin-left: 40px;
}



#process-sec .main-box.even {
    margin-right: 40px;
}

#process-sec .main-box.active .process-btn {
    background-color: var(--secondary);

}

#process-sec .main-box.active p {
    visibility: visible;
}

#process-sec .main-box:hover p {
    visibility: visible;
    transition: 0.5s;

}

#process-sec .main-box p {
    visibility: hidden;
    font-size: 16px;
    font-weight: 400;

}


#process-sec .process-btn {
    background-color: var(--primary);
    color: white;
    padding: 17px 41px;
    border: none;
    font-size: 18px;
    position: relative;
    border-radius: 33px;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;

}

#process-sec .process-btn::after {
    content: "";
    background-color: var(--secondary);
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    border-radius: 33px;
    z-index: -1;
}

#process-sec .main-box:hover .process-btn::after {
    width: 100%;
}

.circle-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* image untouched */
.process-img {
    max-width: 100%;
    height: auto;
    z-index: 1;
}

/* rings relative to image size */
.ring {
    position: absolute;
    border-radius: 50%;
    inset: -12%;
    animation: pulse 3s infinite;
}

/* ring variations */
.ring1 {
    background: rgba(13, 15, 15, 0.35);
    animation-delay: 0s;
    z-index: 1;
}

.ring2 {
    background: rgba(108, 191, 183, 0.25);
    inset: -18%;
    animation-delay: 1s;
    z-index: 1;
}

.ring3 {
    background: rgba(108, 191, 183, 0.15);
    inset: -25%;
    animation-delay: 2s;
    z-index: 1;
}

/* animation */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.6;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.05);
        opacity: 0.6;
    }
}


/* process-sec end */

/* testimonial start */
#testimonial {
    background: linear-gradient(to right, #31445f00, #152b2b), url(img/testimonial.jpg);
    background-size: cover;
    background-position: start;
}

#testimonial .left {
    padding: 20px;
}

#testimonial .top-head p {
    color: white;
}

#testimonial .heading {
    color: white;
}

#testimonial .main-card .det h5 {
    font-size: 16px;
    font-weight: 400;
}

#testimonial .main-card .det h3 {
    font-family: popins;
}

#testimonial .main-card .img-box {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

#testimonial .main-card .img-box img {
    height: 100%;
    width: 100%;
}

/* testimonial end */
.marquee-section{
    background:url(img/dark-bg.jpg);
    background-size: cover
}
.marquee-section {
    /* background: #0f2b2b; */
    padding: 20px 0;
    overflow: hidden;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-left 30s linear infinite;
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
    padding-right: 30px;
}

.marquee-content span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.star {
    font-size: 26px;
    opacity: 0.9;
}

/* REAL infinite animation */
@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* appointment-section start */

#appointment-section {
    background: #e7f0e9;
}

#appointment-section img {
    border-radius: 30px;
}

.form-control:focus {
    box-shadow: none !important;
}

.small-title {
    letter-spacing: 2px;
    font-size: 13px;
    color: #2aa6a6;
    font-weight: 600;
}

.main-title {
    font-size: 42px;
    font-weight: 600;
    margin: 10px 0;
}

.main-title span {
    color: #2aa6a6;
}

.sub-text {
    color: #555;
    margin-bottom: 30px;
}

.info-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-box i {
    background: var(--primary);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box p {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #131a1acf;
}

.info-box a:hover p {
    color: var(--secondary);
    transition: 0.5s;
}

.appointment-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.appointment-form .form-control {
    border-radius: 30px;
    padding: 14px 18px;
    border: 1px solid #ddd;
}

.appointment-form textarea {
    border-radius: 20px;
}

.btn-submit {
    width: 100%;
    background: #2aa6a6;
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.btn-submit span {
    background: #0f2b2b;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit:hover {
    background: #0f2b2b;
}

/* appointment-section end */

/* footer start */
#footer {
    background: url('img/dark-bg.jpg');
    background-size: cover;
    color: #ffffff;
}

/* gallery */
#footer .footer-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer .footer-gallery img {
    border-radius: 14px;

}

/* text */
#footer .footer-logo {
    font-size: 32px;
    font-weight: 600;
}

#footer .footer-text {
    font-size: 15px;
    color: #cfdede;
    margin: 15px 0;
}

/* social */
#footer .footer-social a {
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #0e2525;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: 0.3s;
}

#footer .footer-social a:hover {
    background: #2aa6a6;
    color: #fff;
}

/* titles */
#footer .footer-title {
    font-size: 20px;
    margin-bottom: 20px;
}

/* lists */
#footer .footer-list,
#footer .footer-links {
    list-style: none;
    padding: 0;
}

#footer .footer-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    color: #cfdede;
}

#footer .footer-list li i {
    background-color: white;
    border-radius: 50%;
    color: var(--primary);
    height: 30px;
    width: 30px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-links li {
    margin-bottom: 10px;
}

#footer .footer-links a {
    color: #cfdede;
    text-decoration: none;
}

#footer .footer-links a:hover {
    color: #2aa6a6;
}

/* newsletter */
#footer .newsletter input {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: none;
    margin-bottom: 12px;
}

#footer .newsletter button {
    width: 100%;
    background: #2aa6a6;
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* bottom */
#footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    font-size: 14px;
    padding-bottom: 0;
}

#footer .footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}


/* footer end */

/* This is the whatsapp section */
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  box-shadow: 0 0 .75rem #18d26e;
  background-color: #18d26e;
  z-index: 23;
}

.whatsapp:hover {
  background-color: white;
  color: #18d26e;
}

.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  transition: .1s all ease-in-out;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  background-color: #222222;
  box-shadow: 0 0 .5rem #eee;
  z-index: 23;
}

.call:hover {
  background-color: white;
  color: #222222;
}

/* End whatsapp section */