@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--main-font-family);
}

:root {
  --main-font-family: "Albert Sans", sans-serif;
  --button-background-color: #2a71ad;
  --primary-pink-color: #4766cf;
}

html, body{
    overflow-x: clip;
}

p, li {
  font-family: var(--main-font-family);
}

h1 {
  color: #1F5096 !important;
  text-transform: capitalize;
}

h2, h3 {
  color: #000 !important;
}

ul {
  padding-left: 0 !important;
}

h5 {
  text-transform: uppercase !important;
}

.btn-blue{
  background-color: var(--button-background-color);
  padding: 10px;
  font-weight: 600;
  color: #fff;
  border: 1px solid var(--button-background-color);
  border-radius: 5px;
}

.btn-blue:hover {
    transform: scale(1.05);
}

/*header start*/

/* topbar */
.topbar {
  background: var(--primary-pink-color);
  color: #000;
  padding: 10px 0;
  font-size: 14px;
}

.topbar span{
  font-family: var(--font-family-faculty-glyphic);
  color: #fff;
}

.top-contact span {
  margin-left: 20px;
}

.topbar span i{
    color: #fff;
}

.top-contact a{
    color: #fff;
    text-decoration: none !important;
}

.top-contact a:hover{
    color: #fff;
}

.main-navbar {
  background: #fff;
}

header{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    z-index: 99999;
}

header .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  margin: 0 8px;
  color: var(--paragraph-text-color) !important;
  position: relative;
}

header .navbar-nav .nav-link:before{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: var(--highlighted-orange-color);
    transition: all 0.2s ease;
}

header .navbar-nav .nav-link:hover:before,
header .navbar-nav .nav-link.active:before{
    width: 100%;
    transition: all 0.2s ease;
}

header .navbar-nav .nav-link:hover {
  color: var(--primary-pink-color);
}

.is-sticky-header-height{
    height: 135px;
}

.header-main.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.header-main.is-sticky .navbar-brand img{
    height: 60px;
}

.btn-main{
    padding: 10px 35px !important;
    background: var(--primary-pink-color) !important;
    border-color: var(--primary-pink-color) !important;
    color: #fff !important;
}

.jwdijwoerewr.fgsdfsaevgfeer{
    padding: 8px 1.5rem !important;
    border-radius: 8px;
    background: rgba(212, 136, 120, 1);
    color: #fff !important;
    font-weight: 400 !important;
    display: inline-block;
    /*box-shadow: rgba(212, 136, 120, 0.8) 6px 2px 22px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;*/
    user-select: none;
}

.fgsdfsaevgfeer:before{
    display: none;
}

.afghbderffrhhgh:hover span.badge{
    animation: jump 1.2s infinite linear;
}

@keyframes jump{
    0%{
        transform: translate(-50%, 0);
        height: 1.4rem;
    }
    
    15%{
        transform: translate(-50%, 5px);
    }
    
    20%{
        height: 1.1rem;
    }
    
    25%{
        transform: translate(-50%, 10px);
    }
    
    75%{
        transform: translate(-50%, -8px);
        height: 1.4rem;
    }
    
    80%{
        width: 1rem;
    }
    
    100%{
        transform: translate(-50%, 0);
        width: 1.4rem;
        height: 1.4rem;
    }
}

.sdfsgdetgadsr > p{
    font-weight: 600;
}

.diweoojwkrwer{
    border-radius: 5px;
}

.diweoojwkrwer .col-lg-6:first-child{
    border-right: 1px solid #dbdbdb;
}

/*header end*/

.doctor-name {
    font-weight: 700;
    color: #0b1c2c;
    font-size: 4.4rem;
    margin-bottom: 0 !important;
}

.designation {
    color: #000000;
    margin-top: 7px;
}

.srv-drpdwn{
    width: 17rem;
}

.srv-drpdwn ul li{
    list-style: none;
    font-size: 1rem;
    border-bottom: 1px solid #d1d1d1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0 !important;
}

.srv-drpdwn ul li:last-child{
    border-bottom: 0;
}

.srv-drpdwn ul li a{
    color: #000 !important;
    text-decoration: none;
}

.agjhdvdxgsdrfseeferr:hover .srv-drpdwn.d-none{
    display: block !important;
}

.sec-title {
    font-weight: 800;
    margin: 20px 0;
    position: relative;
    padding-left: 20px;
}
.sec-title::before {
    content: "";
    width: 18px;
    height: 18px;
    background: var(--button-background-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    left: -4px;
}

ul {
    padding-left: 2.5rem !important;
}

ul li {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: bold;
}

.two-column {
    columns: 2;
}

#oijmdeilerer:hover{
    transform: scale(1.2);
    transition: all 0.2s ease;
    cursor: pointer;
}

.banner-form-backdrop.d-none{
    display: block !important;
}

.banner-form-backdrop{
    z-index: -999999;
}

.banner-form-backdrop.show{
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    z-index: 999999;
}

.form-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.form-card label{
    font-weight: 600;
}

.form-card label i{
    color: var(--button-background-color);
}

.service-form{
    color: #000 !important;
}

.banner-form-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 999999;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: all 0.4s ease;
}

.bkhjghgfdghjmnhbg.sticky-top{
    top: 12%;
}

.banner-form-modal i.fa-xmark.d-none{
    display: block !important;
}

.banner-form-modal i.fa-xmark{
    position: absolute;
    right: -6%;
    top: -3%;
    font-size: 1.5rem;
}

.banner-form-modal i.fa-xmark:hover{
    transform: rotate(360deg);
    transition: all 0.2s ease;
    cursor: pointer;
}

.form-heading {
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}

.form-label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-control,
.form-select {
    height: 40px;
    border-radius: 6px;
    font-size: 13px;
}

textarea.form-control {
    height: auto;
}

.form-check-label {
  font-size: 11.5px;
}

.section-wrapper {
  padding: 30px 0;
}

.profile-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 50px;
}

.sdgseegret{
    font-size: 1.4rem !important;
}

.profile-img {
  width: 40%;
  border-radius: 20px;
  object-fit: cover;
}


.title1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;

}

.description {
  font-size: 15px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 15px;
}

.btn-quote {
  background-color: var(--button-background-color);
  color: #fff;
  padding: 10px 28px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  margin-left: 30px;

}

.btn-quote:hover {
  transform: scale(1.05);
}

.section {
  padding: 60px 0;
  position: relative;
}

.title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
  margin-left: 7px;
}

.pill {
  display: inline-flex;
  align-items: center;
  background: #e6eaee;
  padding: 10px 18px;
  border-radius: 30px;
  margin: 8px;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.pill::before {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--button-background-color);
  border-radius: 50%;
  margin-right: 10px;
}

.image-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.img-card img {
  width: 26vw;
  max-width: 35vw;
  border-radius: 8px;
  margin-left: 45%;
  margin-bottom: 8%;
  border: 8px solid #fff;
}
/* Main Image */
.main-img img {
  position: relative;
    border-radius: 10px;
    bottom: 85px;
    left: -58px;
    width: 99%;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 37px;

}

/* Doctor Card */
.doctor-card {
 position: absolute;
    bottom: -35px;
    left: 144px;
    width: 70%;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 37px;
    border-radius: 10px;
}
.right_text{
  margin-top: -40px !important;
}

/* Section Titles */
.section-title {
  font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-top: 22px;
}

/* Custom Number List */
.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
      position: relative;
    padding-left: 40px;
    margin-bottom: 7px;
    font-size: 14px;
}

/* Number Circle */
.custom-list li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: #0d6efd;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

/* Reset Counter */
.custom-list {
  counter-reset: item;
   
}

/* Shadow */
.shadow {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.profile-section:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* fourth section end */

/* fifth section start */
.fifth-section{
background: url(../images/background.png) no-repeat;
background-size: cover;
background-position: center;
}
.section-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: #1e88e5;
  border-radius: 50%;
}

.image-card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  background: transparent;
    box-shadow: none;
    border: none;
}

.image-card img {
  border-radius: 8px;
}
/* fifth section end */



.card-box {
  border-radius: 24px;
  padding: 40px;
  height: 100%;
}

.teal-card {
  background: linear-gradient(to bottom, var(--button-background-color), var(--primary-pink-color));
}

.img-box {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}

.profile-hero h1{
    color: #fff !important;
}

.profile-card ul li{
    font-size: 1rem;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--primary-pink-color);
  font-weight: 600;
}

.main-title {
  font-size: 42px;
  font-weight: 600;
  color: #0f2f33;
  line-height: 1.2;
}

.feature-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 2px solid var(--primary-pink-color);
  color: var(--primary-pink-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex: none;
}

#serviceTabs .nav-link.active{
    background: var(--primary-pink-color) !important;
    border-color: var(--primary-pink-color) !important;
    color: #fff !important;
}

#serviceTabs .nav-link{
    font-size: 1rem !important;
    border: 1px solid var(--primary-pink-color) !important;
    color: #000 !important;
    font-weight: 500;
}

.dagdhrtrerr .nav-link{
    border-bottom: 1px solid #d1d1d1 !important;
    color: #000 !important;
    margin-bottom: 0 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

.dagdhrtrerr .nav-link.active{
    background-color: var(--primary-pink-color) !important;
    color: #fff !important;
}

.dfhgsdgdrerr p{
    font-size: 1rem;
}

.dfhgsdgdrerr li{
    margin-bottom: 0 !important;
}

#v-pills-tab .nav-link:last-child{
    border-bottom: 0 !important;
}



.surgery-benefits {
    background: #f8fbff;
}

.surgery-benefits .text-muted,
.surgery-faqs .text-muted{
    color: #000 !important;
}

.benefit-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--button-background-color), var(--primary-pink-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.benefit-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}


/*///FAq////*/


.surgery-faqs {
    background: #f8fbff;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.3s;
}

.faq-item:hover {
    box-shadow: 0 16px 35px rgba(0,0,0,0.08);
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
}

.faq-question i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--button-background-color), var(--primary-pink-color));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-answer {
    display: none;
    padding: 0 25px 22px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.8;
    color: #000;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.sdfderhwtyt{
    cursor: pointer;
}

.sdfderhwtyt h5{
    font-size: 1rem;
    font-weight: 600;
}

.safhsrrerrr p{
    font-weight: 500;
}

.dfhgsdgdrerr li.border-bottom{
    border-color: #bdbdbd !important;
}

.safhsrrerrr.hide{
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: height 0.2s ease, visibility 0.2s ease;
}

.safhsrrerrr.show{
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: all 0.2s ease;
}






/*///////footer*/

.main-footer {
    background: var(--primary-pink-color);
    color: #fff;
    padding: 70px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-box {
    height: 100%;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    position: relative;
    color: #fff;
    display: inline-block;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 42px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
}

.footer-about,
.main-footer p {
    font-size: 17px;
    line-height: 1.9;
    color: #d7e3ff;
    margin: 0;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #d7e3ff;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 400;
}

.footer-links a:hover {
    color: #00cfff;
    transform: translateX(5px);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #d7e3ff;
    font-size: 17px;
    line-height: 1.7;
}

.footer-contact li i {
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
    min-width: 18px;
}

.footer-contact li a,
.footer-contact li span {
    color: #d7e3ff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact li a:hover {
    color: #00cfff;
}

.footer-social {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #fff;
    color: #000;
    transform: translateY(-4px);
}

.footer-bottom {
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    color: #c7d6f5;
    font-size: 15px;
    line-height: 1.6;
}





/*service start*/

/* HERO */
.profile-hero{
background: linear-gradient(135deg, var(--primary-pink-color), var(--button-background-color));
color:white;
padding:80px 0 140px;
position:relative;
}

.sdfghefasefsfr{
    background: linear-gradient(135deg, var(--primary-pink-color), var(--button-background-color));
}

.profile-card{
margin-top:-100px;
border-radius:14px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* doctor image */
.doctor-img{
border-radius:12px;
width:100%;
}

/* badges */
.info-badge{
background:#f1f6ff;
padding:15px;
border-radius:10px;
}

/* section spacing */
.section{
padding:70px 0;
}

.section-title{
font-weight:700;
margin-bottom:40px;
}

/* education timeline */
.timeline-item{
position:relative;
padding-left:30px;
margin-bottom:25px;
font-weight: 600;
}

.timeline-item:before{
content:'';
position:absolute;
left:0;
top:6px;
width:10px;
height:10px;
background:#0d6efd;
border-radius:50%;
}

/* hospital card */
.hospital-card{
padding:25px;
background:white;
border-radius:12px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.05);
transition:.3s;
}

.hospital-card:hover{
transform:translateY(-5px);
}

/* tabs */
.info-tabs .nav-link{
border-radius:30px;
padding:10px 20px;
margin-right:10px;
background:#fff;
font-size: 1.1rem;
color:#000;
font-weight: 600;
border:2px solid var(--primary-pink-color);
}

.info-tabs .nav-link.active{
background: linear-gradient(135deg, var(--primary-pink-color), var(--button-background-color));
color:white;
}

h6.aoidjhsemrewr{
    font-weight: 800;
}

/*service end*/



/*contact us start*/

/* HERO */
.contact-hero{
background: linear-gradient(135deg, var(--primary-pink-color), var(--button-background-color));
padding:90px 0 140px;
color:white;
position:relative;
}

.contact-hero:after{
content:'';
position:absolute;
width:500px;
height:500px;
background:rgba(255,255,255,.05);
border-radius:50%;
top:-200px;
right:-150px;
}

/* floating wrapper */
.contact-wrapper{
margin-top:-100px;
}

.contact-card{
    padding: 1.4rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.contact-card h5{
    font-weight: 600;
}

.sdgdfnfgsfnfgde .col-lg-4:nth-of-type(2n) .contact-card{
    background: linear-gradient(135deg, var(--primary-pink-color), var(--button-background-color));
}

.sdgdfnfgsfnfgde .col-lg-4:nth-of-type(2n) .contact-card h5,
.sdgdfnfgsfnfgde .col-lg-4:nth-of-type(2n) .contact-card p{
    color: #fff;
}

/* contact info */
.contact-info-card{
background:white;
padding:35px;
border-radius:14px;
box-shadow:0 20px 60px rgba(0,0,0,.07);
height:100%;
}

.contact-item{
display:flex;
gap:15px;
margin-bottom:25px;
}

.contact-icon{
width:50px;
height:50px;
background:#eef4ff;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
color:#0d6efd;
}

/* form */
.contact-form{
background:white;
padding:40px;
border-radius:14px;
}

/* form inputs */
.form-control,
.form-select{
padding:12px 14px;
border-radius:8px;
}

.btn-primary{
padding:12px;
border-radius:8px;
}

/* map */
.map-section{
padding:70px 0;
}

.map-box{
height:420px;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 40px rgba(0,0,0,.08);
}

/* CTA */
.cta-box{
background:linear-gradient(135deg,#0d6efd,#0dcaf0);
color:white;
padding:50px;
border-radius:16px;
text-align:center;
}

/*contact us end*/



.ighuihiue .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}

.ighuihiue .my-float {
    margin-top: 16px;
}











@media (max-width: 991px) {
    .main-footer {
        padding: 50px 0 0;
    }

    .footer-title {
        font-size: 21px;
        margin-bottom: 24px;
    }

    .footer-about,
    .main-footer p,
    .footer-links a,
    .footer-contact li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .main-footer {
        padding: 45px 0 0;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer-bottom {
        margin-top: 30px;
        padding: 16px 0;
    }

    .footer-social {
        margin-top: 18px;
    }
}



