* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0 10px 0;
  padding: 0px;
  color: #494949;
  font-family: 'Poppins', sans-serif;
}
p {
  margin: 0px;
  font-size: 16px;
  color: #040c24;
}
a {
  text-decoration: none;
  transition: 0.5s;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #0f0000c2;
  overflow-x: hidden;
  font-weight: 300;
}
html {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

h6.sub-title {
  color: #564b95;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1.sec-title {
     font-weight: 500;
    color: #da2c83;
    margin: 0 0 10px 0;
    font-family: "Poppins";
}
.line-bttn {
  padding: 10px 30px;
  display: inline-block;
  border-bottom: 1px solid #ff7200;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 20px 0 0 0;
  transition: all 0.5s ease;
}
.line-bttn:hover {
  background: #ff7200;
  color: #fff;
  border-color: #ff7200;
}
h6.sub-title {
  margin: 0 0 5px 0;
  color: #ff7200;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.body {
  position: relative;
}
input:focus,
select:focus,
textarea:focus {
  border: none;
  background: #f5f5f5 !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-default {
  font-size: 14px;
  background: transparent;
  border: 1px solid #dd2b7f;
  padding: 15px 25px;
  color: #dd2b7f;
  font-weight: 600;
  transition: all 0.5s ease;
  border-radius: 50px;
  display: inline-block;
}
.btn-default:hover {
  background: #dc2b86;
  color: #fff;
}
.btn-default .fa {
  font-size: 12px;
  padding: 0 0 0 5px;
}

hr {
  width: 70px;
  height: 2px !important;
  margin: 10px 0;
  background: #da2c83;
  opacity: 1;
}
hr.center {
  margin: 10px auto 20px;
}

section.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header-top {
  padding: 10px 0;
}
.header-top ul li {
  display: inline-block;
  color: #fff;
}
.header-top ul li.line {
  font-weight: 200;
}
.header-top ul li a {
  color: #fff;
  font-size: 12px;
}
.header-top ul li a .fa {
  padding: 0 2px;
}
.header-top .top-right ul.social-link {
  margin: 0 0px 0 0;
}
.header-top .top-right ul.social-link li a {
  padding: 0 10px;
}
.header-top .top-right ul.social-link li a:hover {
  color: #ea1d7a;
}
.header-top .top-right {
  display: flex;
  justify-content: end;
}

section.header.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: all 1.2s ease;
  top: 10px;
}
section.header.sticky-header .header-top {
  display: none;
}
section.header.sticky-header .header-navbar {
  padding: 5px 10px;
}
section.header.sticky-header .heder-logo a img {
  width: 140px;
}
section.header.sticky-header .header-menu .navbar ul.navbar-nav li a {
  font-size: 15px;
}
section.header.sticky-header .mid-header .top-phone .fa {
  width: 40px;
  height: 40px;
}
section.header.sticky-header .top-right-content p {
  font-size: 12px;
}
section.header.sticky-header .top-right-content h6 a {
  font-size: 16px;
}

.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #f7f7f7;
  border-radius: 10px;
  position: relative;
}
.heder-logo a img {
  max-width: 180px;
}
.header-menu nav.navbar {
  padding: 0 !important;
}
.header-menu .menu-logo {
  display: none;
}

.header-menu button.navbar-toggler {
  display: none;
}
.header-menu .navbar .navbar-collapse {
  justify-content: end;
}
.header-menu .navbar ul.navbar-nav li {
  padding: 0 25px;
}
.header-menu .navbar ul.navbar-nav li a {
  font-size: 16px;
  padding: 5px 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.header-menu .navbar ul.navbar-nav li a.active,
.header-menu .navbar ul.navbar-nav li a:hover {
  color: #dd2b7f;
}
.header-menu .navbar ul.navbar-nav li a.dropdown-toggle::after {
  border: none;
  content: "\f107";   /* changed from \f067 */
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: 2px;
  left: 2px;
}

.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu {
  min-width: 220px;
  max-width: 260px;
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.header-menu .navbar ul.navbar-nav li.dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #cbcbcb26;
  padding: 0 10px;
  margin: 0;
}
.header-menu .navbar ul.navbar-nav li.dropdown .dropdown-menu {
  display: none;
  top: 100%;
  left: 0;
  min-width: 220px;
}
.header-menu .navbar ul.navbar-nav li.dropdown {
  position: relative;
}
@media (min-width: 992px) {
  .header-menu .navbar ul.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* ===== IMPROVED MEGA MENU (DESKTOP) ===== */
@media (min-width: 992px) {
  .header-menu .navbar ul.navbar-nav li.mega-dropdown {
    position: static;
  }

  .header-menu .navbar ul.navbar-nav li.mega-dropdown > .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 90vw;
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #f0f0f0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block !important;
    margin-top: 10px;
  }

  .header-menu .navbar ul.navbar-nav li.mega-dropdown:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }

  .mega-menu-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .mega-column {
    flex: 1;
    min-width: 180px;
  }

  .mega-column h4 {
    color: #dd2b7f;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 3px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(221, 43, 127, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
  }

  .mega-column a {
    display: block;
    padding: 8px 0;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f5f5f5;
  }

  .mega-column a:last-child {
    border-bottom: none;
  }

  .mega-column a:hover {
    color: #dd2b7f;
    padding-left: 5px;
    background: transparent;
  }

  .header-menu .navbar ul.navbar-nav li.mega-dropdown > a.dropdown-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: none;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
    transition: transform 0.3s ease;
  }

  .header-menu .navbar ul.navbar-nav li.mega-dropdown:hover > a.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

.header-navbar {
  overflow: visible;
}

.header-menu {
  overflow: visible;
}
.dropdown-menu li a {
  white-space: nowrap;
}
.header-menu .navbar
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:hover {
  background: none;
  border: none;
  color: #dd2b7f;
}

.top-right-content {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.top-right-content .icon img {
  width: 36px;
}
.top-right-content h6 a {
  color: #223f9a;
  font-size: 18px;
}
.top-right-content h6 {
  margin: 0;
}

/* ... the rest of your existing styles (about, banner, etc.) remain exactly as they were ... */
/* I’ve omitted them here for brevity, but you must keep them in your actual file. */
/*navabr*/
.home-banner .owl-carousel .item img {
  position: relative;
  height: 730px;
  object-fit: cover;
  width: 100%;
}
.home-banner .banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  align-items: center;
  display: flex;
  background-image: linear-gradient(to right, #e9e9e940, #e9e9e940);
}
.home-banner .banner-content .align {
  z-index: 9;
  text-align: left;
  margin: 150px 0 0 0;
}
.banner .item .banner-content h6 {
  
  color: #fff;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.banner .item .banner-content h6 {
  font-size: 68px;
  color: #fff;
  padding: 0 0 0px 0;
  line-height: 78px;
}
.banner .item .banner-content p {
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 0px;
  margin-bottom: 25px;
  font-weight: 400;
}
.banner .item .banner-content button {
  background: transparent;
  border: 1px solid #fff;
  padding: 15px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
}
.banner .item .banner-content button:hover {
  background: #dc2b86;
  border: 1px solid #dc2b86;
}
.banner .item .banner-content button .fa {
  font-size: 12px;
  padding: 0 0 0 5px;
}
.home-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: auto;
  z-index: 999;
}
.home-banner .banner-overlay .owl-dots button.owl-dot {
  border: 1px solid #fff;
  margin: 3px;
  border-radius: 50px;
}
.home-banner .banner-overlay .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #fff;
}
.home-banner .banner-overlay .owl-dots button.owl-dot.active {
  border: 1px solid #dd2b7f;
}
.home-banner .banner-overlay .owl-dots button.owl-dot.active span,
.home-banner .banner-overlay .owl-dots button.owl-dot span:hover {
  background: #dd2b7f;
}
.banner .item .banner-content .animated-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  
}
.banner .item .banner-content .animated-text.active {
  opacity: 1;
  transform: translateY(0);
}
.banner-overlay .item img {
  transform: scale(1);
  transition: transform 9s ease;
}
.banner-overlay .owl-item.active .item img {
  transform: scale(1.5);
}

.about {
  padding: 80px 0 80px;
}

.heading{
  font-weight: 500;
  color: #da2c83;
  margin: 0 0 10px 0;
  font-family: "Poppins";  
}
.sub-heading {
  font-weight: 500;
  letter-spacing: 2px;
  color: #da2c83;
  margin: 0 0 10px 0;
  font-family: "Poppins";
}
section.about .left-img img {
  width: 90%;
  border-radius: 10px;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}
section.about .align {
  display: flex;
  height: 100%;
  align-items: center;
}
.about h2.sec-title {
  text-align: left;
  margin: 0 0 10px 0;
}
.about .about-right p {
  text-align: justify;
  padding: 0 0 20px 0;
}
.about .about-right a.btn {
  margin-bottom: 30px;
}

section.general-services {
  overflow: hidden;
  padding: 50px 0;
}
.general-services .procedures {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
  height: 300px;
}
.general-services .procedures .img-box {
  position: absolute;
}
.general-services .procedures .img-box img {
  width: 100%;
  transition: all 0.5s ease;
}
.general-services .procedures .service-box-caption {
  position: relative;
  right: 20px;
  top: 0;
  vertical-align: middle;
  width: 45%;
  padding: 0 100px 0 0;
}
.general-services .procedures:hover .img-box img {
  transform: scale(1.1);
}
.general-services .procedures .service-box-caption p {
  padding: 10px 0 20px;
}

.general-services .row {
  padding: 10px 0;
}
.general-services .service-box {
  width: 100%;
  height: 100%;
  padding: 50px;
  text-align: center;
  background: #f7f7f5;
}
.general-services .service-box img {
  width: 50px;
}
.general-services .service-box h3.service-box-title {
  padding: 10px 0;
}

.count {
  padding: 50px 0;
}
.count .align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.count .count-info {
  text-align: center;
  width: 100%;
  margin: 0 5px;
  padding: 30px;
  box-shadow: 0px 14px 20px #eee;
}
.count .count-info .number {
  font-size: 48px;
  font-weight: 500;
  margin: 0 10px 0;
  line-height: 48px;
}
.count .count-info span.icon img {
  width: 60px;
  margin: 25px 0;
}

.why-choose {
  padding: 50px 0;
}
.why-choose .choose-box {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #eee;
  transition: all 0.5s ease;
  background: #fff;
  margin: 0 0 20px 0;
}
.why-choose .choose-box span img {
  width: 50%;
  margin: 0;
  transition: all 0.5s ease;
}
.why-choose .choose-box:hover img {
  transform: scale(1.1);
}
.why-choose .choose-box span {
  width: 100px;
  height: 100px;
  display: flex;
  background: #da2c8347;
  margin: 0 auto 15px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.5s ease;
  color: #da2c83;
}
.why-choose .choose-box:hover span {
  box-shadow: 0px 0px 0px 5px #da2c831c;
}
.why-choose .choose-box:hover h4 {
  color: #da2c83;
}

.popular-procedures {
  background: #f7f7f5;
}
.popular-procedures .left-content-box {
  padding: 0 50px 0 115px;
  display: flex;
  align-items: center;
  height: 100%;
}
.popular-procedures .left-content-box ul {
  margin: 20px 0 0 0;
  display: inline-block;
}
.popular-procedures .left-content-box ul li {
  width: 50%;
  display: block;
  float: left;
  padding: 7px 0;
}
.popular-procedures .left-content-box ul li::before {
  content: "\f05d";
  font-family: "FontAwesome";
  color: #da2c83;
  padding: 0 10px 0 0;
}

.popular-procedures .right-img img {
  width: 100%;
}

.patient-information {
  background: #f7f7f5;
}
.patient-information .right-content-box {
  padding: 0 115px 0 50px;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.patient-information .right-content-box .align {
  width: 100%;
}
.patient-information .left-img img {
  width: 100%;
}

.right-content-box .accordion .card {
  margin: 0 0 10px 0;
  border: none;
  background: transparent;
}
.right-content-box .accordion .card .card-header {
  border: none;
  background: #fff;
  box-shadow: 1px 1px 10px #dcdcdc;
  padding: 15px 10px;
  font-weight: 600;
}
.right-content-box .accordion .card .card-body {
  padding: 10px;
}
.right-content-box .accordion .card-header .icon {
  transition: transform 0.3s ease;
  color: #da2c83;
}
.right-content-box .accordion .card-header.collapsed .icon {
  transform: rotate(0deg);
}
.right-content-box .accordion .card-header:not(.collapsed) .icon {
  transform: rotate(90deg);
}
.right-content-box .accordion .card .card-header span.number {
  color: #da2c83;
  padding: 0 10px;
}
.patient-information .right-content-box a.btn-default {
  margin: 20px 0 0 0;
}

.before-after {
  padding: 100px 0;
}
#slider-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
#slider-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
#slider-container .before {
  z-index: 1;
}
#slider-container .after {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
#slider-container .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #fff;
  cursor: ew-resize;
  z-index: 3;
  transform: translateX(-50%);
}
#slider-container .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #555;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-container .handle::before,
.handle::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
#slider-container .handle::before {
  transform: rotate(-135deg);
  margin-right: 5px;
}
#slider-container .handle::after {
  transform: rotate(45deg);
  margin-left: 5px;
}

.client-testimonial {
  padding: 50px 0 0;
  background: #f7f7f5;
}

.client-testimonial .left-box {
  overflow: hidden;
  height: 100%;
  align-items: center;
}
.client-testimonial h6.sub-heading,
.client-testimonial h2.sec-title {
  text-align: right;
}
.client-testimonial .title-box {
  display: flex;
  margin-bottom: 30px;
}
.client-testimonial .title-box .icon-box {
  min-height: 200px;
  display: flex;
  width: 30%;
  background: #ff7200;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
}
.client-testimonial .title-box .icon-box .fa {
  color: #fff;
  font-size: 120px;
}
.client-testimonial .title-box h1.sec-title {
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 52px;
  margin-left: -100px;
  margin-bottom: 0;
}
.client-testimonial .item-content {
  padding: 0 0 0 50px;
  min-height: 180px;
  position: relative;
  margin: 20px 0 0;
  text-align: right;
}
.client-testimonial .item-content .top-quote {
  width: 60px;
  position: absolute;
  top: -30px;
  z-index: 99;
  background: #eee;
  padding: 10px;
  border-radius: 50px;
  height: 60px;
}
.client-testimonial .item-content p {
  font-size: 14px;
}
.client-testimonial .item-content .rating {
  display: inline-block;
  margin: 15px 0;
}
.client-testimonial .item-content .rating .fa {
  color: #ffa500;
  padding: 0 10px 0 0;
}
.client-testimonial .client-details {
  position: absolute;
  bottom: 0;
  right: 0;
}
.client-details .client-name {
  display: flex;
}
.client-testimonial .item-content .client-details .client-name h6 {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px 0 0;
}
.client-testimonial .item-content .client-details .client-name span {
  color: #da2c83;
}
.client-testimonial .owl-nav {
  position: absolute;
  right: 0;
  margin: 20px 0 0 0;
}
.client-testimonial .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
  transition: all 0.5s ease;
  border: 1px solid #b7b7b7 !important;
}
.client-testimonial .owl-nav button i.fa {
  color: #da2c83;
}
.client-testimonial .owl-nav button:hover {
  background: transparent !important;
}

.client-testimonial .right-box img {
  width: 100%;
}

.quick-contact {
  padding: 50px 0;
}
.quick-contact .right-box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
}
.quick-contact .right-box a.btn-default,
.quick-contact .right-box a.btn-default .fa {
  font-size: 22px;
}

.footer {
  background: #f7f7f5;
  padding: 50px 0 0px 0;
}
.footer .row.top-row {
  padding: 20px 0;
  border-bottom: 1px solid #d0cccc;
  margin: 0 0 20px 0;
}
.footer .left-logo img {
  max-width: 200px;
  margin: 0 0 20px;
}
.footer .right-social {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.footer .right-social ul {
  display: flex;
}
.footer .right-social ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #dd2b7f;
  margin: 0 0 0 10px;
  justify-content: center;
  border-radius: 30px;
  color: #dd2b7f;
}
.footer .right-social ul li a:hover {
  background: #dd2b7f;
  color: #fff;
}

.footer .col-sm-3 {
  width: 30%;
}
.footer .col-sm-3.links,
.footer .col-sm-3.service {
  width: 20%;
}
.footer .footer-content.ftr-log-box {
  padding: 0 40px 0 0;
}
.footer-content a.ftr-logo img {
  width: 350px;
  margin: 0 0 0px 0;
}
section.footer h5.ftr-title {
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  font-size: 22px;
}
.footer-content ul.ftr-links {
  padding: 0 0 0 5px;
}
section.footer ul li {
  padding: 5px 0 5px 0;
  font-weight: 300;
  font-size: 14px;
}
.footer .contact-info ul li a {
  color: #040c24;
}
.footer .contact-info ul li,
.footer .contact-info ul li a {
  display: flex;
  align-items: center;
}
.footer .contact-info ul li .fa {
  font-size: 10px;
  margin: 0 10px 0 0;
}
.footer .contact-info ul li a:hover {
  color: #dd2b7f;
}
.footer .contact-info ul.contact li i.fa,
.footer .contact-info ul.social li i.fa {
  width: 40px;
  height: 40px;
  border: 1px solid #dd2b7f;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #dd2b7f;
}
.footer .contact-info ul.social li i.fa {
  width: 30px;
  height: 30px;
}
.footer .contact-info ul.social li a {
  text-transform: capitalize;
}
.copy-right {
  width: 100%;
  text-align: center;
  margin: 3px 0 0 0;
  background: #dd2b7f;
  padding: 20px;
 
}
.copy-right a{
 text-decoration: none;
 color: #fff;
}
.copy-right p {
  color: #fff;
  font-size: 13px;
}

.scrollup {
  background: #fff;
  border-radius: 0px;
  bottom: 40px;
  border-radius: 50px;
  color: #dd2b7f;
  display: none;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
.scrollup:hover {
  background: #dd2b7f;
  color: #fff;
}

.whatsapp-icon {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 999;
}
.whatsapp-icon a {
  display: flex;
  align-items: center;
  background: #0dc152;
  border-radius: 50px;
  padding: 0 20px 0 0;
  font-size: 12px;
  color: #fff;
}
.whatsapp-icon a i.fa {
  background: #079d41;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.inner-banner .banner-overlay {
  height: 100%;
  background: #020435a1;
  display: flex;
  align-items: center;
  padding: 150px 0 0 0;
  text-align: left;
}
.inner-bnr-content h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 42px;
}
.inner-bnr-content ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 2px;
  color: #fff;
}
.inner-bnr-content ul li a {
  color: #fff;
}
.inner-bnr-content ul li a:hover {
  color: #7c9dd2;
}
.inner-bnr-content ul li .fa {
  padding: 0 5px 0 0;
}

.about-right ul li {
  font-size: 15px;
  padding: 0 0 15px 0;
  color: #040c24;
}
.about-right ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #da2c83;
  padding: 0 10px 0 0;
}
.page-about .left-img img {
  height: auto !important;
  width: 100%;
}

.value .choose-box {
  box-shadow: none;
}
.value .choose-box span {
  background: transparent;
}
.value .choose-box span img {
  width: 70%;
}

.sec-img-content {
  padding: 100px 0;
  background-image: linear-gradient(#020435a1, #020435a1),
    url(../images/sec-bg-img.jpg);
  background-size: cover;
}
.sec-img-content .content-bg-box {
  text-align: center;
}
.sec-img-content .content-bg-box h2,
.sec-img-content .content-bg-box p {
  color: #fff;
}
.sec-img-content .content-bg-box p {
  padding: 0 0 20px 0;
}
.sec-img-content .content-bg-box .btn-default {
  background: #da2c83;
  color: #fff;
}

.page-doctor {
  padding: 80px 0;
}
.page-doctor .doctor-list {
  box-shadow: 1px 1px 10px #eee;
}
.page-doctor .doctor-list .doc-img img {
  width: 100%;
}
.page-doctor .doctor-list .doc-details {
  padding: 20px;
  text-align: center;
  margin: 0 0 30px 0;
}
.page-doctor .doctor-list .doc-details h6 {
  color: #da2c83;
}
.page-doctor .doctor-list .doc-details .doc-con-info {
  padding: 10px 0;
  border-top: 1px solid #eee;
  margin: 20px 0 0;
}
.page-doctor .doctor-list .doc-details .doc-con-info a .fa {
  color: #da2c83;
  padding: 10px;
}
.page-doctor .doctor-list .doc-details .doc-con-info a {
  color: #040c24;
  font-weight: 600;
  font-size: 16px;
}
.page-doctor .doctor-list .doc-details .doc-con-info a.phone {
  margin: 0 20px 0 0;
}
.page-doctor .doctor-list .doc-details .doc-con-info a .fa:hover {
  background: #da2c83;
  border-radius: 50px;
  color: #fff;
}
.page-doctor .doctor-list .doc-details .doc-con-info a.phone .fa:hover {
  background: transparent;
  color: #da2c83;
}
.page-doctor .doctor-list .doc-details .doc-con-info a:hover {
  color: #da2c83;
}

.page-contact {
  padding: 80px 0 50px;
}
.page-contact .row {
  border-radius: 20px;
  box-shadow: 1px 1px 20px #ebebeb;
}
.page-contact .row .col-md-5 {
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(#020435db, #020435db),
    url(../images/contact-page-img.jpg);
  background-size: cover;
  padding: 50px;
}
.page-contact .left-box h2,
.page-contact .left-box p {
  color: #fff;
}
.page-contact .left-box hr {
  background: #fff !important;
}

.page-contact .left-box hr,
.page-contact .contact-right hr {
  background: #65778366;
}
.page-contact ul.contact-details li {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #fff;
}
.page-contact ul.contact-details li .fa {
  background: #dd2b7f;
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  justify-content: center;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #fff;
}
.page-contact ul.contact-details li h6 {
  margin: 0 0 5px 0;
}
.page-contact ul.contact-details li h6,
.page-contact ul.contact-details li h5 a {
  color: #fff;
}
.page-contact ul.contact-details li h5 a:hover {
  color: #dd2b7f;
}
.page-contact ul.social-link li {
  display: inline-block;
  margin: 0 0 10px 0;
}
.page-contact ul.social-link li a {
  width: 40px;
  height: 40px;
  background: #dd2b7f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.page-contact ul.social-link li a:hover {
  background: #2a334e;
}
.page-contact ul.social-link li {
  color: #fff;
}

.page-contact .row .col-md-7 {
  padding: 50px;
}
.contact-right form .row {
  box-shadow: none;
  border-radius: 0;
}
.contact-right form input,
.contact-right form textarea {
  border-radius: 5px;
  border: none;
  background: #f5f5f5;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 500;
}
.contact-right form .form-group {
  margin: 0 0 10px 0;
}
.contact-right form textarea {
  min-height: 150px;
}
.contact-right form .form-group.frm-btn {
  text-align: center;
}
.contact-right form .form-group.frm-btn button {
  padding: 15px 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 18px;
}

.map iframe {
  height: 550px;
}

.page-service {
  padding: 80px 0;
}
.page-service .left-panel .contact-box {
  padding: 20px;
  background: #dd2b7f;
  color: #fff;
}
.page-service .left-panel .contact-box h4.contact-box-title {
  color: #fff;
}
.page-service .left-panel .contact-box ul li {
  display: flex;
  align-items: start;
  font-weight: 400;
  line-height: 30px;
}
.page-service .left-panel .contact-box ul li i.fa {
  font-size: 20px;
  padding: 7px 15px 0 0;
}
.page-service .left-panel .contact-box-2 {
  background: #dd2b7fd6;
}
.page-service .left-panel .contact-box ul li a {
  color: #fff;
  font-size: 12px;
}

.page-service .left-panel .left-form {
  margin: 20px 0;
  background: #f8f8f8;
  padding: 20px;
}
.page-service .left-panel .left-form input,
.page-service .left-panel .left-form textarea {
  border: none;
  background: #fff;
  margin: 0 0 10px;
  padding: 15px;
  font-size: 14px;
}
.page-service .left-panel .left-form textarea {
  height: 120px;
}
.page-service .left-panel .left-form button {
  padding: 10px 20px;
  border-width: 2px;
  width: 100%;
}
.page-service .left-panel .left-img img {
  width: 100%;
}

.page-service .content-details .img img {
  width: 100%;
  margin: 0 0 30px 0;
}
.page-service .content-details ul.numbered-list-lg li {
  position: relative;
  padding: 0 35px 20px 50px;
}
.page-service .content-details ul.numbered-list-lg li:before {
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  content: "\f00c";
  font-family: "FontAwesome";
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #dd2b7f;
}

.page-service .content-details .faq-box {
  margin: 50px 0 0 0;
  padding: 50px;
  background: #f8f8f8;
}
.faq-box .accordion {
  margin: 20px 0 0 0;
}
.faq-box .accordion .card {
  margin: 0 0 10px 0;
  border: none;
  background: transparent;
}
.faq-box .accordion .card .card-header {
  border: none;
  background: #fff;
  box-shadow: 1px 1px 10px #dcdcdc;
  padding: 15px 10px;
  font-weight: 600;
  cursor: pointer;
}
.faq-box .accordion .card .card-body {
  padding: 10px;
 font-size: 16px;
}
.faq-box .accordion .card-header .icon {
  transition: transform 0.3s ease;
  color: #da2c83;
}
.faq-box .accordion .card-header.collapsed .icon {
  transform: rotate(0deg);
}
.faq-box .accordion .card-header:not(.collapsed) .icon {
  transform: rotate(90deg);
}
.faq-box .accordion .card .card-header span.number {
  color: #da2c83;
  padding: 0 10px;
}

/* Section */
.popular-treatments{
  padding:80px 0;
  background:#fafafa;
}

.section-header h2{
  font-size:36px;
  font-weight:600;
  margin-bottom:10px;
}

.section-header p{
  color:#777;
  max-width:600px;
  margin:0 auto 50px;
  font-size: 16px;
}

/* Card */
.treatment-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:all .35s ease;
  margin-bottom:30px;
}

.treatment-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* Image */
.treatment-img img{
  width:100%;
  height:230px;
  object-fit:cover;
}

/* Content */
.treatment-content{
  padding:25px;
  text-align:center;
}

.treatment-content h3{
  font-size:22px;
  margin-bottom:12px;
}

.treatment-content p{
  font-size:15px;
  color:#666;
  margin-bottom:20px;
  font-size: 16px;
}

/* Button */
.treatment-btn{
  display:inline-block;
  padding:10px 25px;
  border:2px solid #ff4fa0;
  border-radius:30px;
  color:#ff4fa0;
  font-weight:500;
  text-decoration:none;
  transition:.3s;
}

.treatment-btn:hover{
  background:#ff4fa0;
  color:#f4f4f4;
 
}

.clinic-about{
  padding:80px 0;
  background:rgb(241 241 241 / 33%);
   
}

.clinic-title{
  font-size:36px;
  font-weight:600;
  margin-bottom:20px;
  color:#222;
      font-family: "Poppins";
}

.clinic-content p{
  font-size:16px;
  line-height:1.7;
  color:#555;
  margin-bottom:15px;
}

.clinic-image img{
  width:100%;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.clinic-btn{
  display:inline-block;
  margin-top:15px;
  padding:12px 28px;
  border:2px solid #ff4fa0;
  color:#ff4fa0;
  border-radius:30px;
  text-decoration:none;
  font-weight:500;
  transition:0.3s;
}

.clinic-btn:hover{
  background:#ff4fa0;
  color:#fff;
}

/* Responsive */
@media (max-width:991px){

  .clinic-title{
    font-size:28px;
  }

  .clinic-image{
    margin-top:30px;
  }

}


/* MOBILE DROPDOWN CLICK FIX */

@media (max-width:991px){

.header-menu .navbar ul.navbar-nav{
flex-direction:column;
}

.header-menu .navbar ul.navbar-nav li{
width:100%;
padding:10px 15px;
}

.header-menu .navbar ul.navbar-nav li.dropdown .dropdown-menu{
position:relative;
width:100%;
display:none;
box-shadow:none;
}

.header-menu .navbar ul.navbar-nav li.dropdown.active .dropdown-menu{
display:block;
}

}

.dropdown.show > .dropdown-menu,
.mega-dropdown.show > .mega-menu {
    display: block !important;
}

@media (min-width: 992px) {
  .header-menu .navbar ul.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}


/* Contact Form Section */
.contact-form-section {
  padding: 80px 0;
  background: #fff;
}

.form-wrapper {
  max-width: 800px;
  margin: 30px auto 0;
}

.contact-form-section .form-group {
  margin-bottom: 20px;
}

.contact-form-section .form-control {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

.contact-form-section .form-control:focus {
  border-color: #dd2b7f;
  outline: none;
  box-shadow: 0 0 5px rgba(221, 43, 127, 0.3);
  background: #fff;
}

.contact-form-section textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form-section .submit-btn {
  border: none;
  cursor: pointer;
  padding: 15px 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.contact-form-section .submit-btn:hover {
  background: #dd2b7f;
  color: #fff;
}

.contact-form-section .submit-btn i {
  margin-left: 8px;
  font-size: 14px;
}

/* Placeholder styling */
.contact-form-section .form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .contact-form-section {
    padding: 40px 0;
  }
  .form-wrapper {
    padding: 0 15px;
  }
  .contact-form-section .form-control {
    padding: 12px 15px;
  }
}


/* ===============================
   EXPERTISE SECTION
=================================*/
.expertise-section {
  padding: 80px 0;
  background: #fff;
}

.expertise-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #eee;
  transition: all 0.5s ease;
  margin: 0 0 20px 0;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.expertise-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.expertise-box h3 {
  font-size: 22px;
  color: #da2c83;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid rgba(221, 43, 127, 0.3);
  padding-bottom: 10px;
}

.expertise-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #040c24;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .expertise-section {
    padding: 40px 0;
  }
  .expertise-box {
    padding: 20px;
  }
  .expertise-box h3 {
    font-size: 20px;
  }
}

/* ===============================
   TRUST SECTION
=================================*/
.trust-section {
  padding: 80px 0;
  background: #fff;
}

.trust-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px; /* compensate for item bottom margin */
}

.trust-section [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px; /* space between rows */
}

.trust-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #eee;
  transition: all 0.5s ease;
  text-align: center;
  border: 1px solid #f0f0f0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.trust-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.trust-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #da2c8347;
  margin: 0 auto 20px;
  border-radius: 50%;
  transition: all 0.5s ease;
  flex-shrink: 0;
}

.trust-item:hover .trust-icon {
  box-shadow: 0px 0px 0px 5px #da2c831c;
}

.trust-icon i {
  font-size: 32px;
  color: #da2c83;
}

.trust-item h4 {
  font-size: 20px;
  color: #da2c83;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  flex-shrink: 0;
}

.trust-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #040c24;
  margin: 0;
  flex-grow: 1;
}

/* Responsive */
@media (max-width: 767px) {
  .trust-section {
    padding: 40px 0;
  }
  .trust-item {
    padding: 20px;
  }
  .trust-icon {
    width: 60px;
    height: 60px;
  }
  .trust-icon i {
    font-size: 24px;
  }
  .trust-item h4 {
    font-size: 18px;
  }
}

.list-check {
  list-style: none;
  padding-left: 0;
}
.list-check li {
  padding: 10px 0 10px 30px;
  position: relative;
  font-size: 15px;
  line-height: 1.8;
}
.list-check li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #da2c83;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 480px) {
    .contact-label {
        display: block;
    }
}


/* Improved content styling for procedure pages */
.page-service .content-details {
    line-height: 1.8;
}

.page-service .content-details h2.sec-title {
    text-align: left;
    font-size: 28px;
    margin: 40px 0 20px;
    position: relative;
    padding-bottom: 15px;
}

.page-service .content-details h2.sec-title:first-of-type {
    margin-top: 0;
}

/* Short pink underline for headings */
.page-service .content-details h2.sec-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #da2c83;
}

.page-service .content-details p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #040c24;
}

.page-service .content-details ul:not(.list-check) {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 20px;
}

.page-service .content-details ul:not(.list-check) li {
    margin-bottom: 10px;
    font-size: 15px;
}
.contact-box-title{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.certificates-section {
    padding: 60px 0;
    background-color: #f9f9f95e;
}

.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-row [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.certificate-box {
    background: #fff;
    padding: 25px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.certificate-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.certificate-img {
    margin-bottom: 15px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-img img {
    max-width: 100%;
    max-height: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.certificate-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.certificate-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 8px;
    color: #333;
    line-height: 1.3;
}

.certificate-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* For medium screens, ensure 2 columns look good */
@media (max-width: 768px) {
    .certificate-box {
        padding: 20px 12px;
    }
    
    .certificate-box h4 {
        font-size: 16px;
    }
    
    .certificate-box p {
        font-size: 13px;
    }
}

/* Gallery specific styles */
      .gallery-section {
        padding: 60px 0;
        background-color: #f9f9f9;
      }
      .gallery-grid {
        margin: 0 -15px;
      }
      .gallery-item {
        padding: 15px;
      }
      .gallery-item a {
        display: block;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .gallery-item a:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      }
      .gallery-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
      }
      .gallery-item a:hover img {
        transform: scale(1.05);
      }

      /* Lightbox modal with arrows */
      .lightbox-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        text-align: center;
      }
      .lightbox-modal.active {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .lightbox-content {
        max-width: 90%;
        max-height: 90%;
        position: relative;
        display: inline-block;
      }
      .lightbox-content img {
        max-width: 100%;
        max-height: 90vh;
        border: 3px solid #fff;
        border-radius: 5px;
      }
      .lightbox-close {
        position: absolute;
        top: -40px;
        right: 0;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        z-index: 10000;
      }
      .lightbox-prev,
      .lightbox-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 40px;
        cursor: pointer;
        background: rgba(0,0,0,0.3);
        padding: 10px 15px;
        border-radius: 50%;
        transition: background 0.3s ease;
        z-index: 10000;
      }
      .lightbox-prev:hover,
      .lightbox-next:hover {
        background: rgba(0,0,0,0.7);
      }
      .lightbox-prev {
        left: -60px;
      }
      .lightbox-next {
        right: -60px;
      }
      .lightbox-counter {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 14px;
      }
      @media (max-width: 768px) {
        .gallery-item img {
          height: 200px;
        }
        .lightbox-prev {
          left: 10px;
        }
        .lightbox-next {
          right: 10px;
        }
      }

      .our-story-section{
    padding:80px 0;
    background:#f9fafc;
}

.story-content{
    padding:20px 40px;
}

.section-subtitle{
    font-size:14px;
    color:#c79a63;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:10px;
    font-weight:600;
}

.story-content .sec-title{
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
    color:#222;
}

.story-content p{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:18px;
}

.story-img img{
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}