/*=========================================
Google Fonts
=========================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*=========================================
Global
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#444;
    background:#fff;
    overflow-x:hidden;
    line-height:1.7;
}

a{
    text-decoration:none;
    transition:.3s;
}

img{
    max-width:100%;
    display:block;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

section{
    padding:80px 0;
}

.section-title{
    color:#303765;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:15px;
}

h1,h2,h3,h4,h5{
    font-weight:700;
    color:#222;
}

p{
    color:#666;
}

/*=========================================
Buttons
=========================================*/
.bg-success {
    --bs-bg-opacity: 1;
    /* background-color: #d34981 !important; */
    background-color: #fff0f6 !important;
	color:#fff;
}
.btn-success{

    background:#d34981;
    border:none;
    border-radius:50px;
    padding:14px 35px;
    font-weight:600;
    transition:.4s;

}

.btn-success:hover{

    background:#d34981;
    transform:translateY(-3px);

}

.btn-outline-success{

    border-radius:50px;
    padding:14px 35px;
    font-weight:600;

}

.btn-outline-success:hover{

    transform:translateY(-3px);

}

/*=========================================
Top Bar
=========================================*/

.top-bar{

    background:#ffdbe6;
    color:#fff;
    padding:5px 0;

}

.top-left a{

    color:#282828;
    font-size:15px;

}

.top-left i{
	color:#d74b83;
    margin-right:8px;

}

.top-right1 a{
	background: #d34981;
    border: none;
    border-radius: 50px;
    padding: 7px 35px;
    font-weight: 600;
	color:#fff;	
}
.top-right a{

    width:35px;
    height:35px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.15);
    color:#d74b83;
    border-radius:50%;
    margin-left:8px;

}

.top-right a:hover{
	color:#fff;
    background:#d74b83;
    /* color:#303765; */

}
/* .top-right a:hover i{ */
	/* color:#fff; */
    /* background:#d74b83; */
    /* color:#303765; */

/* } */

/*=========================================
Navbar
=========================================*/

.navbar{

    padding:5px 0;
    background:#fff !important;

}

.right_main_menu{
	padding-top:53px;
}
.logo_main .navbar-brand{
	display:block;
}
.logo_main .navbar-brand img{

    width:100%;
	height:auto;

}

.navbar-nav .nav-link{

    font-weight:600;
    color:#222;
    margin-left:18px;
    position:relative;

}

/* .navbar-nav .nav-link::after{

    content:'';
    position:absolute;
    width:0;
    height:2px;
    background:#303765;
    left:0;
    bottom:-5px;
    transition:.3s;

} */

.navbar-nav .nav-link:hover::after{

    width:100%;

}

.navbar-nav .nav-link:hover{

    color:#303765;

}

.navbar-nav .active{

    color:#303765 !important;

}

.abt_desc p{
	color:#282828;
	margin-bottom:0px;
	padding:0px;
}
/*=========================================
Hero
=========================================*/

.hero-section{
	background:url(../img/banner.png) no-repeat;
	background-size:cover;
    /* background:linear-gradient(to right,#f6fff9,#ffffff); */
    padding:100px 0;
    overflow:hidden;

}

.experience{

    display:inline-block;
    background:#303765;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;

}

.hero-content h1{

    font-size:55px;
    line-height:1.2;
    margin-bottom:20px;

}

.hero-content h2{

    color:#303765;
    font-size:28px;
    margin-bottom:20px;

}

.hero-content p{

    font-size:17px;
    margin-bottom:30px;

}

.hero-btn a{

    margin-right:15px;

}

/*=========================================
Qualification Box
=========================================*/

.qualification-box{

    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:25px;

}

.qualification-box div{

    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:40px;
    padding:10px 20px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.qualification-box i{

    color:#303765;
    margin-right:6px;

}

/*=========================================
Doctor Image
=========================================*/

.doctor-image{

    position:relative;
    text-align:center;

}

.doctor-image img{

    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.doctor-image::before{

    content:'';
    width:420px;
    height:420px;
    border-radius:50%;
    background:#30376515;
    position:absolute;
    top:40px;
    left:50%;
    transform:translateX(-50%);
    z-index:-1;

}

/*=========================================
Info Strip
=========================================*/

.info-strip{

    /* background:#d34981; */
    background:#fff0f6;
    color:#fff;
    padding:50px 0;

}

.info-strip i{
	color:#d34981;
    font-size:42px;
    margin-bottom:15px;

}

.info-strip h5{

    color:#282828;
    margin-bottom:5px;

}

.info-strip p{

    color:#535553;

}

/*=========================================
Section Heading
=========================================*/

.text-success{

    color:#d34981 !important;

}

.bg-light{

    background:#f8fbf9 !important;

}

/*=========================================
ABOUT SECTION
=========================================*/

#about{
    background:#fff;
}

#about img{
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

#about h2{
    font-size:42px;
    margin-bottom:10px;
}

#about h5{
    color:#303765;
    font-weight:600;
    margin-bottom:20px;
}

#about p{
    margin-bottom:25px;
    text-align:justify;
}

.about-list{
    margin:25px 0;
}

.about-list li{
    margin-bottom:12px;
    font-size:16px;
    font-weight:500;
    color:#555;
}

.about-list li::before{
    content:"✔";
    color:#303765;
    font-weight:bold;
    margin-right:10px;
}


/*=========================================
SERVICES
=========================================*/

#services{
    background:#f8fbf9;
}

.service-card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 8px 25px rgba(0,0,0,.07);
    height:100%;

}

.service-card img{

    width:100%;
    /* height:240px; */
    object-fit:cover;
    transition:.5s;

}

.service-card h4{

    font-size:22px;
    margin-bottom:15px;
    transition:.3s;

}

.service-card p{

    font-size:15px;
    color:#666;
    margin-bottom:0;

}

.service-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.service-card:hover img{

    transform:scale(1.08);

}

.service-card:hover h4{

    color:#d34981;

}


/*=========================================
WHY CHOOSE US
=========================================*/

.why-section{

    background:#fff;

}

.why-section img{

    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.why-section h2{

    font-size:40px;
    margin-bottom:25px;

}

.why-box{

    background:#fff;
    border-radius:15px;
    padding:20px;
    margin-bottom:20px;
    border:1px solid #e9ecef;
    transition:.4s;

}

.why-box i{

    font-size:30px;
    color:#303765;
    margin-bottom:12px;

}

.why-box h5{

    margin-bottom:10px;

}

.why-box p{

    margin:0;
    color:#666;

}

.why-box:hover{

    background:#303765;
    transform:translateY(-8px);

}

.why-box:hover h5,
.why-box:hover p,
.why-box:hover i{

    color:#fff;

}


/*=========================================
HOSPITAL ATTACHMENTS
=========================================*/

.hospital-box{

    background:#fff;
    color:#222;
    text-align:center;
    border-radius:18px;
    padding:35px 20px;
    transition:.4s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.hospital-box h5{

    color:#282828;
    margin-bottom:10px;
    font-size:22px;

}

.hospital-box p{

    margin:0;
    color:#666;

}

.hospital-box:hover{

    transform:translateY(-10px);

}

.hospital-box:hover{

    background:#ffffff;

}


/*=========================================
COUNTER SECTION
=========================================*/

.counter-section{

    background:#fff;

}

.counter-section h1{

    font-size:60px;
    color:#303765;
    font-weight:700;
    margin-bottom:10px;

}

.counter-section p{

    font-size:18px;
    font-weight:500;
    color:#555;

}

.counter-box{

    padding:25px 15px;
    transition:.3s;
    border-radius:15px;

}

.counter-box:hover{

    background:#f8fbf9;
    transform:translateY(-8px);

}


/*=========================================
SECTION SPACING
=========================================*/

section{

    position:relative;

}

.section-title{

    margin-bottom:15px;

}

.section-subtitle{

    max-width:700px;
    margin:auto;
    color:#666;
}


/*=========================================
ANIMATION
=========================================*/

.service-card,
.why-box,
.hospital-box,
.counter-box{

    transition:all .35s ease;

}
/*=========================================
TESTIMONIAL SECTION
=========================================*/

#reviews{
    background:#f8fbf9;
}

#reviews .card{
    border:none;
    border-radius:20px;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

#reviews .card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

#reviews .text-warning{
    font-size:22px;
    letter-spacing:2px;
}

#reviews h6{
    color:#303765;
    margin-top:15px;
}


/*=========================================
FAQ
=========================================*/

.accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.accordion-button{
    background:#fff;
    font-weight:600;
    padding:20px;
}

.accordion-button:not(.collapsed){
    background:#d34981;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    background:#fff;
    color:#666;
    line-height:1.8;
}


/*=========================================
CONTACT
=========================================*/

#contact{
    background:#f8fbf9;
}

#contact h2{
    margin-bottom:30px;
}

.form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #ddd;
    padding:15px;
    box-shadow:none;
}

textarea.form-control{
    height:auto;
}

.form-control:focus{
    border-color:#303765;
    box-shadow:0 0 0 .2rem rgba(25,135,84,.15);
}

#contact ul{
    padding-left:18px;
}

#contact li{
    margin-bottom:8px;
}


/*=========================================
FOOTER
=========================================*/

footer{
    background:#146c43;
}

footer h4,
footer h5{
    color:#282828;
    margin-bottom:20px;
}

footer p{
    color:#363736;
}

footer a{
    color:#363736;
    transition:.3s;
}

footer a:hover{
    color:#fff;
    padding-left:5px;
}

footer hr{
    border-color:rgba(255,255,255,.2);
}


/*=========================================
FLOATING BUTTONS
=========================================*/

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:90px;
    right:25px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    z-index:999;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:.3s;
}

.whatsapp-float:hover{
    transform:scale(1.08);
    color:#fff;
}

.call-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:25px;
    background:#303765;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    z-index:999;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:.3s;
}

.call-float:hover{
    transform:scale(1.08);
    color:#fff;
}


/*=========================================
IMAGE EFFECTS
=========================================*/

img{
    transition:.4s;
}

img:hover{
    transform:scale(1.02);
}


/*=========================================
SMOOTH HOVER
=========================================*/

.btn,
.nav-link,
.service-card,
.card,
.hospital-box,
.why-box{
    transition:all .35s ease;
}


/*=========================================
TABLET
=========================================*/

@media(max-width:991px){

.hero-section{
    text-align:center;
    padding:70px 0;
}

.hero-content h1{
    font-size:42px;
}

.hero-content h2{
    font-size:24px;
}

.hero-btn{
    margin-bottom:35px;
}

.doctor-image{
    margin-top:30px;
}

.navbar-nav{
    margin-top:20px;
}

.navbar-nav .nav-link{
    margin-left:0;
    padding:10px 0;
}

#about{
    text-align:center;
}

#about img{
    margin-bottom:30px;
}

}


/*=========================================
MOBILE
=========================================*/

@media(max-width:767px){

section{
    padding:60px 0;
}

.top-bar{
    text-align:center;
}

.top-right{
    margin-top:10px;
}

.hero-content h1{
    font-size:32px;
}

.hero-content h2{
    font-size:20px;
}

.hero-content p{
    font-size:15px;
}

.qualification-box{
    justify-content:center;
}

.btn-success,
.btn-outline-success{
    width:100%;
    margin-bottom:15px;
}

.hero-btn a{
    margin-right:0;
}

.info-strip .col-md-3{
    margin-bottom:30px;
}

#about h2{
    font-size:30px;
}

.service-card img{
    /* height:220px; */
}

.counter-section h1{
    font-size:42px;
}

.whatsapp-float,
.call-float{
    width:55px;
    height:55px;
    right:15px;
}

.whatsapp-float{
    bottom:80px;
}

.call-float{
    bottom:15px;
}

footer{
    text-align:center;
}

}


/*=========================================
SMALL MOBILE
=========================================*/

@media(max-width:480px){

.hero-content h1{
    font-size:28px;
}

.hero-content h2{
    font-size:18px;
}

.section-title{
    font-size:13px;
}

h2{
    font-size:26px !important;
}

}


.list-unstyled li{padding:5px 0;}



/* new code....................................................... */
/* Navbar */
.navbar-nav .nav-link{
    font-weight:500;
    color:#222;
    padding:14px 18px;
    transition:.35s;
    position:relative;
}


/* Underline Hover */
/* .navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:6px;
    width:0;
    height:2px;
    background:#d81b60;
    transition:.35s;
    transform:translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width:70%;
}

.navbar-nav .nav-link:hover{
    color:#d81b60;
} */

/* Dropdown */
.dropdown-menu{
    border-radius:12px;
    margin-top:10px;
    min-width:250px;
    padding:10px 0;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s ease;
    display:block;
}

/* Desktop Hover */
@media(min-width:992px){

    .dropdown:hover>.dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
    }

    .dropdown-toggle::after{
        transition:.3s;
    }

    .dropdown:hover .dropdown-toggle::after{
        transform:rotate(180deg);
    }
}

/* Dropdown Items */

.dropdown-item{
    padding:5px 10px;
    font-size:15px;
    transition:.3s;
    border-bottom: 1px dotted #d34981;
}

.dropdown-item:hover{
    background:#d34981;
    color:#fff;
    padding-left:28px;
}

/* Mobile */

@media(max-width:991px){

    .dropdown-menu{
        display:none;
        opacity:1;
        visibility:visible;
        transform:none;
        box-shadow:none !important;
        border:none;
        border-left:3px solid #d34981;
        margin-left:10px;
        border-radius:0;
        padding:0;
    }

    .dropdown-menu.show{
        display:block;
    }

    .dropdown-item{
        padding:10px 15px;
    }
}



/*==============================
 Page Banner
===============================*/

.page-banner{
    position:relative;
    background:url("../images/inner-banner.jpg") center center/cover no-repeat;
    padding:50px 0;
    overflow:hidden;
}

.page-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:#d34981e6;
}

.page-banner-content{
    position:relative;
    z-index:2;
    text-align:center;
}

.page-banner h1{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:18px;
    text-transform:capitalize;
}

.breadcrumb{
    background:transparent;
    justify-content:center;
}

.breadcrumb-item{
    color:#fff;
    font-size:16px;
}

.breadcrumb-item + .breadcrumb-item::before{
    color:#ffffff;
    content:"/";
}

.breadcrumb-item a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-item a:hover{
    color:#f8b400;
}

.breadcrumb-item.active{
    color:#f8b400;
}

.breadcrumb i{
    margin-right:6px;
}

/*==============================
 Responsive
===============================*/

@media(max-width:991px){

    .page-banner{
        padding:90px 0;
    }

    .page-banner h1{
        font-size:38px;
    }
}

@media(max-width:767px){

    .page-banner{
        padding:70px 0;
    }

    .page-banner h1{
        font-size:30px;
    }

    .breadcrumb-item{
        font-size:14px;
    }
}





/* ===== treatments ===== */

.custom-top-space{
    padding-top: 60px;
}

.space-bottom{
    padding-bottom: 60px;
}

.vs-blog{
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-content{
    padding: 10px;
}

.blog-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.blog-content p{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
        text-align: justify;
}

/* ===== Sidebar ===== */

.widget{
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.widget_title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.widget_title::after{
    content: "";
    width: 50px;
    height: 3px;
    background: #d34981;
    display: block;
    margin-top: 8px;
}

/* ===== Treatment List ===== */

.widget_categories ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_categories ul li{
    border-bottom: 1px solid #eee;
}

.widget_categories ul li a{
    display: block;
    padding: 8px 10px;
    font-size: 16px;
    color: #444;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, padding-left 0.3s ease;
    z-index: 1;
}

/* sliding background */
.widget_categories ul li a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d34981;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.widget_categories ul li a:hover{
    color: #fff;
    padding-left: 22px;
}

.widget_categories ul li a:hover::before{
    transform: translateX(0);
}

/* ===== Responsive ===== */

@media (max-width: 991px){

    .blog-img img{
        height: 300px;
    }

    .blog-content{
        padding: 25px;
    }

    .blog-title{
        font-size: 20px;
    }

}

@media (max-width: 768px){

    .blog-img img{
        height: 240px;
    }

    .blog-content p{
        font-size: 15px;
    }

}
