/*

Theme Name: Twenty Twenty-Five Child

Theme URI: https://wordpress.org/themes/twentytwentyfive/

Description: Child theme for Twenty Twenty-Five

Author: Your Name

Template: twentytwentyfive

Version: 1.0

Text Domain: twentytwentyfive-child

*/



body {

  font-family: "Poppins", sans-serif;

  font-weight: 500;

}





body {

  overflow-x: hidden;

}



html {

  scroll-behavior: smooth;

}



a {

  text-decoration: none;

}



p {

  font-weight: 400;

}



button:focus,

button:a {

  outline: none;

  box-shadow: none;

}



.form-control:focus {

  outline: none;

  box-shadow: none;

}



ul {

  padding: 0;

}



body {

  overflow-x: hidden;

}



html {

  scroll-behavior: smooth;

}



.cmn-btn {

  display: inline-block;

  color: #fff;

  padding: 10px 25px;

  font-size: 15px;

  font-weight: 500;

  border: 1px solid #4e0e53;

  background-color: #4e0e53;

  border-radius: 5px;

  transition: all 0.4s;

  cursor: pointer;

}



.cmn-btn:hover {

  background-color: #fff;

  color: #4e0e53;

}



.heading-center {

  max-width: 950px;

  text-align: center;

  margin: 0 auto 40px !important;

}



.heading {

  margin-bottom: 20px;

}



.heading h2, .heading h1 {

  color: #a71c66;

  font-size: 35px;

  font-weight: 700;

  line-height: 40px;

  margin-bottom: 10px;

  background: linear-gradient(90deg, #a71c66, #4e0e53);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



.heading h2 span, .heading h1 span {

  color: #4e0e53;

  background: none;

  -webkit-text-fill-color: #4e0e53;

}



.heading p span {

  color: #4e0e53;

  font-size: 20px;

  font-weight: 700;

}



.heading p {

  font-size: 16px;

  letter-spacing: 0.5px;

  font-weight: 500;

  margin: 0;

}



li {

  list-style: none;

}





/* ========== Header ========== */





.loction-strip {

  background-color: #4e0e53;

  padding: 15px 0;

}



.loction-strip-inr ul {

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 0;

}



.loction-strip-inr ul li a {

  color: #fff;

  font-size: 12px;

}



.loction-strip-inr ul li {

  padding: 0 15px;

  display: inline-block;

  position: relative;

}



.loction-strip-inr ul li:not(:last-child)::after {

  content: "";

  position: absolute;

  right: 0px;

  top: 50%;

  transform: translateY(-50%);

  width: 1.5px;

  height: 15px;

  background: #fff;

  opacity: 1;

  transition: 0.3s;

}



.loction-strip-inr ul li:hover::after {

  height: 20px;

}





.top-strip {

  background-color: #a71c66;

  padding: 10px 0;

}



.top-strip-inr {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.top-strip-inr .info-box {

  display: flex;

  align-items: start;

}



.top-strip-inr .info-box img {

  width: 40px;

  margin-right: 8px;

  transition: transform 0.4s ease;

}



.top-strip-inr .info-box p a {

  color: #fff;

}



.info-box:has(a:hover) img {

  transform: scale(1.06);

}



.top-strip-inr .info-box p {

  color: #fff;

  margin-bottom: 0;

  font-size: 15px;

  font-weight: 600;

  line-height: 17px;

}



.top-strip-inr .info-box span {

  color: #fff;

  font-size: 12px;

}



.header-area {

  padding: 15px 0 20px;

  background-color: #fff;

  position: sticky;

  top: 0;

  z-index: 999;

  box-shadow: 0px 1px 0px #eeeeeead;

}



.logo-area img {

  width: 130px;

}



.head-menu ul {

  display: flex;

  align-items: center;

  margin: 0;

}



.head-menu .nav-item a {

  display: inline-block;

  padding: 9px 25px;

  color: #403e3e;

  font-weight: 600;

  transition: all 0.3s;

  position: relative;

  font-size: 15px;

}



.head-menu .nav-item a:hover,

.head-menu .nav-item a.active {

  color: #a71c66;

}



.head-menu .dropdown-menu .dropdown-item:focus,

.dropdown-item:hover,

.head-menu .dropdown-menu .dropdown-item.active {

  background-color: transparent !important;

}



.head-menu .nav-item.dropdown .dropdown-menu .dropdown-item {

  padding: 9px 5px;

  position: relative;

  transition: 0.3s;

  font-size: 14px;

}



.head-menu .nav-item.dropdown .dropdown-item::before {

  content: "\f178";

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  position: absolute;

  left: -20px;

  top: 45%;

  transform: translateY(-50%);

  background: none;

  font-size: 16px;

  color: #a71c66;

  opacity: 0;

  transition: 0.3s;

}



.head-menu .nav-item.dropdown .dropdown-item:hover {

  padding-left: 18px;

}



.head-menu .nav-item.dropdown .dropdown-item:hover::before {

  left: -5px;

  opacity: 1;

}



.menu-humburger button {

  background-color: transparent;

  border: none;

  padding: 0;

  color: #fff;

  font-size: 18px;

  text-transform: uppercase;

}



.menu-humburger button i {

  font-size: 26px;

  margin-right: 10px;

  width: 20px;

}



.humburgerbtn.humbtnopen .fa-solid.fa-bars {

  display: none;

}



.head-menu .nav-item.dropdown .nav-link:after {

  display: none;

}



.head-menu .nav-item.dropdown .dropdown-menu {

  display: block;

  position: absolute;

  background-color: #fff;

  border-radius: 2px;

  border: none;

  padding: 8px 0 40px 20px;

  border-radius: 0 0 5px 5px;

  min-width: 250px;

  z-index: 999;

  box-shadow: 0px -13px 10px 5px #aeadad17;

  max-height: 0;

  overflow: hidden;

  opacity: 0;

  transform: translateY(0);

  transition: all 0.3s ease;

  background-image: url('images/dropdown-strip.svg');

  background-repeat: no-repeat;

  background-size: 102%;

  background-position: 50% 100%;

  pointer-events: none;

}





.custom-dropdown-menu {

  display: grid !important;

  grid-template-columns: 1fr 1fr;

  min-width: 500px !important;

  gap: 0 10px;

  background-size: 100% !important;

  background-image: url('images/dropdown-strip-1.svg') !important;

}



.head-menu .nav-item.dropdown:hover .dropdown-menu {

  transition: all 0.4s ease;

  pointer-events: all;

}



.head-menu .nav-item.dropdown.show .dropdown-menu {

  max-height: 65rem;

  opacity: 1;

  transform: translateY(0);

}





.head-social-icon ul {

  display: flex;

  align-items: center;

  margin: 0;

  position: relative;

}



.head-social-icon ul::before {

  content: "";

  position: absolute;

  left: -40px;

  top: 50%;

  transform: translateY(-50%);

  width: 1.5px;

  height: 35px;

  background: #000;

  opacity: 1;

  transition: 0.3s;

}



.head-social-icon ul li a {

  display: inline-block;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  border: 1px solid transparent;

  color: #4e0e53;

  text-align: center;

  margin-right: 6px;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: all 0.4s;

}



.head-social-icon ul li a:hover {

  border: 1px solid #4e0e53;

}



/* ========== Header End ========== */



/* ========== Banner Start ========== */



.home-banner {

  margin-top: 10px;

}

.banner-cnt {

  background-repeat: no-repeat;

  background-size: cover;

  background-position: 50% 50%;

  border-radius: 15px;

  overflow: hidden;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: flex-start;

}



.banner-cnt img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

}



.left-side-bnr-cnt {

  width: 60%;

  padding: 60px 0 60px 80px;

}



.left-side-bnr-cnt h4 {

  font-size: 17px;

  color: #4e0e53;

  font-weight: 600;

}



.left-side-bnr-cnt .heading h2, .left-side-bnr-cnt .heading h1 {

  font-size: 50px;

  font-weight: 800;

  line-height: 53px;

  background: linear-gradient(90deg, #a71c66, #4e0e53);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



.left-side-bnr-cnt .heading h2 span, .left-side-bnr-cnt .heading h1 span {
  background: none;
  -webkit-text-fill-color: #4e0e53;
}



.bnr-appointment-btn {
  margin-top: 45px;
}

.home-banner .banner-owl .owl-dots {
  display: none;
}

.banner-owl .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  position: relative;
  top: -70px;
}


.banner-owl .owl-dots .owl-dot {
  height: 3px !important;
  width: 13px !important;
  border-radius: 3px !important;
  margin: 0 5px !important;
  background: #e0dae0 !important;
}



.banner-owl .owl-dots .owl-dot.active {

  background: #4e0e53 !important;

  height: 13px !important;

}

.banner-owl .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 99;
  padding: 0 20px;
}

.banner-owl .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background: rgba(122, 37, 104, 0.9) !important;
  color: #fff !important;
  font-size: 22px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all .35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
  pointer-events: auto;
}

.banner-owl .owl-nav button:hover {
  background: #fff !important;
  color: #7a2568 !important;
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}


.treatments-bnr {

  margin-top: 10px;

}



.treatments-bnr .banner-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

}



/* ========== Banner End ========== */





/* ========== Contact Area ========== */





.contact-area {

  padding: 0 100px;

  position: relative;

  top: -70px;

  z-index: 99;

}



.counter-bx {

  background: #a71c66;

  border-radius: 20px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  margin-top: 60px;

}



.count-up {

  padding: 32px 20px;

  text-align: center;

  color: #fff;

  position: relative;

}



.count-up:nth-child(even) {

  border-left: 1px solid rgba(255, 255, 255, 0.3);

}



.count-up:nth-child(3),

.count-up:nth-child(4) {

  border-top: 1px solid rgba(255, 255, 255, 0.3);

}



.counter-bx .count-up img {

  width: 50px;

  padding-bottom: 10px;

}



.counter-bx .count-up h2 {

  font-size: 35px;

  margin: 0;

  color: #fff;

  font-weight: 600;

}



.counter-bx .count-up span {

  font-size: 35px;

  color: #fff;

  font-weight: 600;

  line-height: 40px;

}



.counter-bx .count-up p {

  margin: 0;

  color: #fff;

  font-size: 15px;

  font-weight: 500;

}



.form-area {

  background: #eeeded;

  border-radius: 20px;

  padding: 30px 35px;

  box-shadow: inset 0px 0px 1px rgba(46, 29, 91, 0.10);

}



.form-area .heading h2 {

  color: #2e1d5b;

  font-size: 30px;

  font-weight: 700;

  margin-bottom: 4px;

  -webkit-text-fill-color: #2e1d5b;

}



.form-area .heading p {

  color: #2e1d5b;

}



.form-area .form-label {

  font-weight: 600;

  font-size: 13px;

  color: #4e0e53;

  margin-bottom: 6px;

}



.form-area .form-control,

.form-area .form-select {

  border-radius: 10px;

  padding: 12px 16px;

  font-size: 14px;

  color: #aaa;

  transition: border-color 0.2s;

  box-shadow: none;

  margin-bottom: 12px;

}



.form-area .form-control:focus,

.form-area .form-select:focus {

  border-color: #c0257f;

  color: #333;

  box-shadow: none;

}



.form-btn .btn-submit {

  width: 170px;

  margin-top: 20px;

}





/* ========== Contact Area End ========== */



/* ========== Treatments Area ========== */



.treatments-area {

  overflow: hidden;

}



.department-bx {

  background-color: #4e0e53;

  padding: 40px 30px 50px 80px;

  border-radius: 0 15px 15px 0;

  position: relative;

  z-index: 9;

}



.department-bx h3 {

  color: #a71c66;

  text-transform: uppercase;

  font-size: 26px;

  font-weight: 600;

  -webkit-text-stroke: 0.2px #fff;

  background: linear-gradient(135deg, #fff, #530f54);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  -webkit-text-stroke: 0;

}



.department-cnt a {

  display: block;

  color: #fff;

  font-size: 15px;

  padding: 10px 0;

  transition: all 0.4s;

  position: relative;

}



.department-cnt a::after {

  content: "\f178";

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  position: absolute;

  margin-left: -10px;

  top: 50%;

  transform: translateY(-50%);

  opacity: 0;

  transition: 0.3s;

}



.department-cnt a:hover::after {

  margin-left: 10px;

  opacity: 1;

}



.all-service-btn .cmn-btn {

  border: 1px solid #a71c66;

  background-color: #a71c66;

  margin-top: 20px;

}



.all-service-btn .cmn-btn:hover {

  background-color: #fff;

  color: #a71c66;

}



.treatments-area .heading {

  display: flex;

  align-items: start;

  margin-bottom: 10px;

}



.treatments-area .heading img {

  width: 50px;

  margin: 15px 20px 0 0;

}



.heading .head-inr-cnt p span {

  font-size: 14px;

}



.treatments-owl::before {

  content: "";

  position: absolute;

  top: 50%;

  left: -50px;

  transform: translateY(-69%);

  width: calc(100% + 100px);

  height: 75%;

  background: #a71c66;

  z-index: -1;

}



.treatment-bx {

  text-align: center;

}



.treatment-cnt {

  background: #f3f3f3;

  border-radius: 10px;

  padding: 10px;

  margin: 15px 0 30px;

  transition: all 0.4s;

}



.treatment-cnt img {

  height: 180px;

  object-fit: cover;

  border-radius: 10px;

  transition: all 0.4s;

}



.treatment-bx:hover .treatment-cnt {

  transform: translateY(-5px);

}



.treatment-bx:hover .treatment-cnt img {

  transform: scale(1.02);

}



.treatment-cnt h5 {

  margin-top: 10px;

  font-size: 16px;

  font-weight: 600;

  color: #5a2a6e;

}



.treatment-bx p {
  font-size: 13px;
  color: #555;
  margin: 12px 0;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.treatments-owl .owl-nav {

  position: absolute;

  top: -25%;

  right: 50px;

}



.treatments-owl .owl-nav button.owl-next,

.treatments-owl .owl-nav button.owl-prev {

  width: 35px;

  height: 35px;

  margin: 0 5px;

  border-radius: 50%;

  background-color: #4e0e53 !important;

  border: 1px solid #4e0e53 !important;

  color: #fff !important;

  transition: all 0.4s;

}



.treatments-owl .owl-nav button.owl-next:hover,

.treatments-owl .owl-nav button.owl-prev:hover {

  background-color: #fff !important;

  color: #4e0e53 !important;

}



.treatment-bx .cmn-btn {

  padding: 8px 25px;

  font-size: 13px;

}





/* ========== Treatments Area End ========== */





/* ========== Our Doctors ========== */



.about-us-sec {

  padding: 60px 0;

}



.our-doctor {

  padding: 60px 0 0;

}



.our-doctor .our-doctor-head-area {

  background-image: url('/wp-content/uploads/2026/04/our-team-bg.jpg');

  background-repeat: no-repeat;

  background-size: 100%;

  background-position: 50% 100%;

  padding: 30px 30px 80px;

}



.our-doctor-head-area .heading h3 {

  color: #fff;

  font-size: 18px;

  font-weight: 600;

}



.our-doctor-head-area .heading h2 {

  color: #fff;

  -webkit-text-fill-color: #fff;

}



.our-doctor-head-area .heading p {

  color: #fff;

  font-size: 15px;

  font-weight: 400;

}



.our-doctor-owl {

  top: -70px;

}



.our-doctor .item {

  border-radius: 16px;

  overflow: hidden;

  box-shadow: 3px 4px 4px rgb(46 29 91 / 7%);

  margin: 8px;

  border: 2px solid #fff;

  transition: all 0.4s;

}



.our-doctor .item:hover {

  transform: translateY(-5px);

}



.our-doctor-img img {

  height: 220px;

  object-fit: cover;

  object-position: 100% 30%;

  transition: all 0.4s;

}



.our-doctor .item:hover .our-doctor-img img {

  transform: scale(1.05);

}



.our-doctor-cnt {

  padding: 15px 20px;

  background: #eeeded;

}



.our-doctor-cnt h3 a {

  font-size: 19px;

  font-weight: 600;

  color: #a71c66;

  margin: 0;

  transition: all 0.4s;

}



.our-doctor-cnt h3 a:hover {

  color: #4e0e53;

}



.our-doctor-cnt hr {

  width: 30%;

  color: #4e0e53;

  margin: 7px 0;

  opacity: 1;

}



.our-doctor-cnt h4 {

  font-size: 17px;

  font-weight: 600;

  margin-bottom: 10px;

}



.our-doctor-cnt p {

  font-size: 13px;

  padding-bottom: 10px;

  margin-bottom: 10px;

  border-bottom: 1px solid #000;

}



.doctor-socials {

  display: flex;

  gap: 2px;

}



.doctor-socials a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 30px;

  height: 30px;

  font-size: 15px;

  border-radius: 50%;

  border: 1px solid transparent !important;

  transition: all 0.4s;

}



.doctor-socials a:hover {

  border-color: inherit !important;

}



.our-doctor-owl .owl-dots {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 40px;

}



.our-doctor-owl .owl-dots .owl-dot {

  background: #d1d1d1;

  height: 3px;

  width: 13px;

  border-radius: 3px;

  margin: 0 4px;

}



.our-doctor-owl .owl-dots .owl-dot.active {

  background: #4e0e53;

  height: 13px;

}



/* ========== Our Doctors End ========== */



.location-team-section {

  padding-bottom: 50px;

}



.location-team-section .heading {

  margin-top: -35px;

  margin-bottom: 25px;

}



.location-team-img {

  overflow: hidden;

}



.location-team-img img {

  width: 100%;

  height: 260px;

  object-fit: cover;

  object-position: center;

  cursor: pointer;

  transition: all 0.4s;

}



.location-team-owl .item:hover .location-team-img img {

  transform: scale(1.05);

}



.location-team-cnt {

  background: #eeeded;

  padding: 16px 18px;

  text-align: center;

}



.location-team-cnt p {

  font-size: 15px;

  font-weight: 600;

  margin-bottom: 5px;

}



.location-team-cnt hr {

  width: 50%;

  color: #4e0e53;

  margin: 7px auto;

  opacity: 1;

}



.location-team-cnt h3 {

  color: #a71c66;

  font-size: 19px;

  font-weight: 700;

  margin: 0;

}



.location-team-owl .owl-nav {

  text-align: center;

  margin-top: 30px;

}



.location-team-owl .owl-nav button.owl-next,

.location-team-owl .owl-nav button.owl-prev {

  width: 35px;

  height: 35px;

  margin: 0 5px;

  border-radius: 50%;

  background-color: #4e0e53 !important;

  border: 1px solid #4e0e53 !important;

  color: #fff !important;

  transition: all 0.4s;

}



.location-team-owl .owl-nav button.owl-next:hover,

.location-team-owl .owl-nav button.owl-prev:hover {

  background-color: #fff !important;

  color: #4e0e53 !important;

}



.advanced-equipment {

  position: relative;

  padding: 30px 0;

  /*margin-bottom: 50px;*/

  background: linear-gradient(135deg, #fff7fb 0%, #f8f3fb 48%, #f5fbff 100%);

  overflow: hidden;

}



.advanced-equipment::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 315px;

  background: linear-gradient(135deg, #4e0e53 0%, #70115f 48%, #a71c66 100%);

  z-index: 0;

}



.advanced-equipment .container {

  position: relative;

  z-index: 1;

}



.advanced-equipment .heading h2 {

  color: #fff;

  -webkit-text-fill-color: #fff;

}



.advanced-equipment .heading p {

  color: #fff;

}



.advanced-equipment-tabs {

  position: relative;

  z-index: 1;

  display: flex;

  flex-wrap: nowrap;

  gap: 12px;

  overflow-x: auto;

  overflow-y: hidden;

  scroll-behavior: smooth;

  border-bottom: none;

  margin-bottom: 20px;

  padding-bottom: 10px;

  scrollbar-width: thin;

  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;

}



.advanced-equipment-tabs::-webkit-scrollbar {

  height: 5px;

}



.advanced-equipment-tabs::-webkit-scrollbar-track {

  background: transparent;

}



.advanced-equipment-tabs::-webkit-scrollbar-thumb {

  background: rgba(255, 255, 255, 0.4);

  border-radius: 10px;

}



.advanced-equipment-tabs .nav-item {

  /* flex: 0 0 100%; */

  width: 100%;

}



.advanced-equipment-tabs .nav-link.equipment-location-card {

  position: relative;

  width: 100%;

  height: 82px;

  display: flex;

  align-items: flex-end;

  justify-content: center;

  color: #fff;

  padding: 10px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 8px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.08);

  transition: all 0.4s;

}



.equipment-location-card img {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  opacity: 0.58;

  transition: all 0.4s;

}



.equipment-location-card::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(180deg, rgba(8, 16, 38, 0.1), rgba(8, 16, 38, 0.88));

  z-index: 1;

}



.equipment-location-card span {

  position: relative;

  z-index: 2;

  font-size: 11px;

  font-weight: 600;

  text-align: center;

}



.advanced-equipment-tabs .nav-link.equipment-location-card:hover,

.advanced-equipment-tabs .nav-link.equipment-location-card.active {

  border-color: rgba(167, 28, 102, 0.75);

  box-shadow: inset 0 0 0 2px rgba(167, 28, 102, 0.6);

}



.advanced-equipment-tabs .nav-link.equipment-location-card:hover img,

.advanced-equipment-tabs .nav-link.equipment-location-card.active img {

  opacity: 0.82;

  transform: scale(1.05);

}



.advanced-equipment-tabs .nav-link.equipment-location-card.active::after {

  content: "";

  position: absolute;

  left: 50%;

  bottom: 0;

  width: 34px;

  height: 3px;

  background: #a71c66;

  border-radius: 3px 3px 0 0;

  transform: translateX(-50%);

  z-index: 3;

}



.advanced-equipment-content {

  position: relative;

  z-index: 2;

  padding: 34px 38px 36px;

  background: #fff;

  border-radius: 15px;

  box-shadow: 0 -8px 30px rgba(8, 16, 38, 0.2);

}



.equipment-loader {

  width: 100%;

  min-height: 180px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #0d5d70;

  font-size: 16px;

  font-weight: 600;

  text-align: center;

}



.equipment-loader-error {

  color: #b42318;

}



.equipment-card {

  height: 100%;

  background: #fff;

  border: 1px solid #ececf2;

  border-radius: 8px;

  overflow: hidden;

  box-shadow: 0 7px 18px rgba(8, 16, 38, 0.08);

  cursor: pointer;

}



.equipment-img {

  overflow: hidden;

}



.equipment-img img {

  width: 100%;

  height: 200px;

  object-fit: cover;

  transition: all 0.4s;

}



.equipment-card:hover .equipment-img img {

  transform: scale(1.05);

}



.equipment-cnt {

  min-height: 104px;

  padding: 16px 18px 18px;

  text-align: left;

}



.equipment-cnt h3 {

  position: relative;

  color: #171f3d;

  font-size: 17px;

  font-weight: 700;

  margin-bottom: 8px;

  padding-left: 10px;

}



.equipment-cnt h3::before {

  content: "";

  position: absolute;

  left: 0;

  top: 3px;

  width: 3px;

  height: 16px;

  background: #a71c66;

  border-radius: 3px;

}



.equipment-cnt p {

  color: #4f5260;

  font-size: 14px;

  line-height: 1.35;

  margin-bottom: 0;

}



.advanced-equipment-btn {

  margin-top: 28px;

}





/* ========== Our Branchs ========== */





.clinic-near-you {

  background-color: #8B1A5A;

  padding: 60px 0;

}



.loc-map iframe {

  width: 100%;

  height: 460px;

  border-radius: 15px;

}



.find-dental-near-bx {

  background: #3B1460;

  border-radius: 20px;

  padding: 30px 35px;

  color: #fff;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);

}



.find-dental-near-bx .heading h2 {

  color: #fff;

  font-size: 30px;

  margin-bottom: 0;

  -webkit-text-fill-color: #fff;

}



.find-dental-near-bx .heading p {

  font-size: 13px;

  font-weight: 400;

}



.find-dental-near-bx .heading hr {

  margin: 10px auto 6px;

  width: 30%;

  opacity: 1;

}



.select-view-btn {

  margin-bottom: 28px;

}



.select-view-btn select.form-control {

  background-color: #fff;

  color: #3B1460;

  font-weight: 600;

  font-size: 16px;

  border: none;

  border-radius: 10px;

  padding: 14px 20px;

  cursor: pointer;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);

  background-position: right 20px center;

  background-size: 16px;

}



.select-view-btn select.form-control {

  outline: none;

  box-shadow: none;

}



.clinic-map-bx {

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 14px;

  padding: 24px 20px;

  animation: fadeIn 0.3s ease;

}



@keyframes fadeIn {

  from {

    opacity: 0;

    transform: translateY(6px);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



.loc-li-info-bx .info-add {

  display: flex;

  align-items: start;

  gap: 12px;

}



.loc-li-info {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 12px;

}



.loc-li-info-bx i {

  width: 36px;

  height: 36px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}



.loc-li-info p {

  margin: 0;

  font-weight: 500;

}



.loc-li-info-bx p a {

  font-weight: 500;

  color: #fff;

}



.loc-li-info-bx p a span {

  color: #f0379a;

  font-weight: 600;

}



/* ========== Our Branchs End ========== */



/* ========== Why Choose ========== */



.why-choose {

  padding: 60px 0 0;

}



.why-choose-cnt {

  display: flex;

  align-items: flex-start;

  gap: 20px;

  margin: 30px 0;

}



.why-inr-img {

  background-color: #4e0e53;

  padding: 5px;

  border-radius: 50%;

  display: inline-block;

}



.why-inr-img img {

  height: 50px;

  width: 50px;

  padding: 7px;

}



.why-inr-cnt h3 {

  font-size: 17px;

  font-weight: 600;

  color: #a71c66;

}



.why-inr-cnt p {

  font-size: 14px;

  font-weight: 500;

}



.why-choose-img img {

  padding: 20px;

}



/* ========== Why Choose End ========== */





/* ========== clinic Photo ========== */



.gallery {

  padding: 40px 0 25px;

  background-color: #4e0e53;

}



.gallery .heading hr {

  width: 100px;

  opacity: 1;

  margin: 15px auto 0;

  color: #fff;

}



.gallery-owl .owl-item .item {

  border-radius: 15px;

  margin: 30px 10px;

  transition: all 0.4s;

}



.gallery-image {

  background: #fff;

  border-radius: 15px;

  overflow: hidden;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

  transition: all 0.4s;

}



.gallery-owl .owl-item .item img {

  width: 100%;

  height: 300px;

  object-fit: cover;

  object-position: center;

  border-radius: 15px 15px 0 0;

  display: block;

  transition: all 0.4s;

}



.gallery-owl .owl-item.center .gallery-image {

  transform: scale(1.1);

}



.gallery-caption {

  padding: 14px 16px 16px;

  text-align: center;

  background: #fff;

}



.gallery-caption h3 {

  color: #4e0e53;

  font-size: 17px;

  font-weight: 700;

  margin-bottom: 2px;

}



.gallery-caption p {

  color: #a71c66;

  font-size: 13px;

  font-weight: 600;

  margin: 0;

}



.gallery-owl .owl-dots {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 20px 0 20px;

}



.gallery-owl .owl-dots .owl-dot {

  background: #d1d1d1;

  height: 3px;

  width: 13px;

  border-radius: 3px;

  margin: 0 4px;

}



.gallery-owl .owl-dots .owl-dot.active {

  height: 13px;

}





.gallery-owl .owl-nav {

  text-align: center;

  margin: 20px 0;

}



.gallery-owl .owl-nav button.owl-next,

.gallery-owl .owl-nav button.owl-prev {

  width: 40px;

  height: 40px;

  font-size: 20px !important;

  margin: 0 6px;

  border-radius: 50%;

  background-color: #fff !important;

  border: 1px solid #fff !important;

  color: #4e0e53 !important;

  transition: all 0.4s;

}



.gallery-owl .owl-nav button.owl-next:hover,

.gallery-owl .owl-nav button.owl-prev:hover {

  background-color: #4e0e53 !important;

  color: #fff !important;

}



/* ========== clinic Photo End ========== */





/*========== testimonail area ==========*/





.testimonials-tab-area {

  padding: 60px 0;

}



.testi-top-tab .nav.nav-tabs {

  border-bottom: none;

  justify-content: center;

}



.testi-top-tab .nav-tabs .nav-link {

  color: #4e0e53;

  background-color: #fff;

  margin: 0px 15px;

  font-size: 14px !important;

  font-weight: 500;

  padding: 10px 24px;

  border-radius: 10px;

  border: solid 1px #4e0e53;

}



.testi-top-tab .nav-tabs .nav-item.show .nav-link,

.testi-top-tab .nav-tabs .nav-link.active {

  color: #fff;

  background-color: #4e0e53;

  box-shadow: none;

  border: solid 1px #4e0e53;

}



.testi-top-tab .nav-tabs .nav-link:hover {

  color: #fff;

  background-color: #4e0e53;

  box-shadow: none;

  border: solid 1px #4e0e53;

}



.testi-bx {

  border-left: solid 2px #c0c0c0;

  padding-left: 60px;

}



.testi-img {

  width: 80%;

}



.testi-img img {

  width: 100%;

  border-radius: 40px;

  height: 350px;

  object-fit: cover;

}



.testi-img-area {

  position: relative;

}



.testi-star-bx {

  position: absolute;

  display: flex;

  background: rgb(167 28 102);

  backdrop-filter: blur(5px);

  bottom: 20px;

  right: 10px;

  border-radius: 20px;

  box-shadow: 1px 3px 10px #78777794;

  padding: 17px 20px;

  align-items: center;

}



.testi-rating h3 {

  color: #fff;

  font-size: 35px;

  font-weight: 700;

  margin-right: 10px;

  margin-bottom: 0px;

}



.testi-excell p {

  margin-bottom: 0px;

  color: #fff;

  font-size: 14px;

  font-weight: 500;

}



.testi-excell i {

  color: #fff;

}



.testi-user {

  display: flex;

  align-items: center;

}



.testi-user-img img {

  width: 60px !important;

  height: 60px;

  object-fit: cover;

  margin-right: 20px;

  border-radius: 50%;

}



.testi-name h3 {

  font-size: 24px;

  margin-bottom: 0px;

}



.testi-name p {

  font-size: 16px;

  margin-bottom: 0px;

  color: #141414;

}



.quote {

  width: 110px !important;

  margin-bottom: 20px;

}



.testi-top-tab {

  margin-bottom: 60px;

}



.you-tube iframe {

  border-radius: 15px;

  height: 350px;

}



.stories-slide .owl-dots {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 40px 0 20px;

}



.stories-slide .owl-dots .owl-dot {

  background: #d1d1d1;

  height: 3px;

  width: 13px;

  border-radius: 3px;

  margin: 0 4px;

}



.stories-slide .owl-dots .owl-dot.active {

  background: #4e0e53;

  height: 13px;

}





.stories-slide .owl-nav {

  text-align: center;

  margin-top: 30px;

}



.stories-slide .owl-nav button.owl-next,

.stories-slide .owl-nav button.owl-prev {

  width: 37px;

  height: 37px;

  margin: 0 5px;

  border-radius: 50%;

  background-color: #4e0e53 !important;

  border: 1px solid #4e0e53 !important;

  color: #fff !important;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  transition: all 0.4s;

}



.stories-slide .owl-nav button.owl-next:hover,

.stories-slide .owl-nav button.owl-prev:hover {

  background-color: #fff !important;

  color: #4e0e53 !important;

}





/*========== end testimonail area ==========*/



/* ========== Awards Area ========== */



.awards-area {

  padding: 0 0 60px;

}



.awards-area .award-bx {

  background-color: #4e0e53;

  border-radius: 20px;

  overflow: hidden;

  margin-top: 10px;

  transition: all 0.4s;

}



.awards-area .award-bx:hover {

  transform: translateY(-5px);

}



.awards-area .award-bx img {

  transition: all 0.4s;

  height: 260px;

  object-fit: cover;

  object-position: 50% 35%;

}



.awards-area .award-bx:hover.award-bx img {

  transform: scale(1.05);

}



.award-bx .award-cnt {

  padding: 30px;

  position: relative;

}



.award-bx .award-cnt p span {

  background-color: #a81b67;

  padding: 6px 10px 3px;

  font-weight: 600;

  font-size: 12px;

  border-radius: 13px 0 0 0;

  position: absolute;

  top: -27px;

  right: 0;

}



.award-bx .award-cnt h3 {

  color: #fff;

  font-size: 22px;

  font-weight: 600;

}



.award-bx .award-cnt hr {

  color: #fff;

  opacity: 1;

  height: 0.5px;

  margin: 13px 0;

}



.award-bx .award-cnt p {

  color: #fff;

  font-size: 14px;

  font-weight: 400;

  margin: 0;

}



.awards-owl .owl-dots {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 40px 0 20px;

}



.awards-owl .owl-dots .owl-dot {

  background: #d1d1d1;

  height: 3px;

  width: 13px;

  border-radius: 3px;

  margin: 0 4px;

}



.awards-owl .owl-dots .owl-dot.active {

  background: #4e0e53;

  height: 13px;

}



/* ========== Awards Area End ========== */



/* ========== Book Appointment ========== */



.book-appointment {

  padding: 0;

  margin: 0 0 100px;

  background-color: #4d0e54;

}



.book-appointment-inr {

  padding: 50px;

  border-radius: 15px;

  position: relative;

}



.appointment-bx {

  background-color: #a81b67;

  padding: 40px;

  border-radius: 30px;

  position: absolute;

  width: 520px;

  left: 7%;

  top: -30px;

}



.appointment-bx h4 {

  color: #fff;

  font-size: 26px;

  font-weight: 600;

}



.appointment-bx p {

  color: #fff;

}



.appointment-bx hr {

  background-color: #fff;

  opacity: 1;

  width: 95%;

  margin: 15px 0;

  height: 0.5px;

}



.appointment-bx-cnt {

  display: flex;

  align-items: center;

  margin: 20px 0;

}



.appointment-bx-cnt p {

  margin: 0;

  font-size: 15px;

  font-weight: 600;

}



.appointment-cnt p {

  color: #fff;

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 10px;

}



.appointment-cnt h3 {

  color: #fff;

  font-weight: 600;

}



.appointment-btn a,

.appointment-btn button {

  display: inline-block;

  background-color: #fff;

  border: 1px solid #fff;

  color: #4d0e54;

  padding: 10px 20px;

  border-radius: 10px;

  font-size: 15px;

  font-weight: 600;

  margin-top: 10px;

  transition: all 0.3s;

  cursor: pointer;

}



.appointment-btn a:hover,

.appointment-btn button:hover {

  background-color: #4d0e54;

  color: #fff !important;

}



.appointment-bx-cnt i {

  color: #4d0e54;

  background-color: #fff;

  padding: 14px;

  border-radius: 50%;

  margin-right: 15px;

}



.appointment-bx-detail a {

  color: #fff;

  font-size: 18px;

}



.appointment-section {

  position: relative;

  padding-bottom: 10px;

}



.appointment-inner {

  background: linear-gradient(135deg, #1a0a2e 0%, #6B1050 50%, #B5135A 100%);

  border-radius: 20px;

  position: relative;

}



.appointment-inner-cnt {

  padding: 60px 80px 110px;

}



.appointment-inner span {

  font-size: 14px;

  font-weight: 600;

  color: #fff;

}



.appointment-inner h3 {

  font-size: 30px;

  font-weight: 700;

  color: #fff;

  margin-bottom: 15px;

}



.appointment-inner p {

  font-size: 14px;

  font-weight: 600;

  color: #fff;

}



.appointment-inner p a {

  font-size: 18px;

  color: #fff;

  transition: all 0.4s;

}



.appointment-inner p a:hover {

  color: #e0cfe2;

}



.appointment-img {

  position: absolute;

  bottom: 0;

  right: 13%
}



.appointment-img img {

  width: 500px
}



.appointment-section .counter-bx {

  background: #fff;

  border-radius: 15px;

  padding: 30px 30px 20px;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  position: relative;

  z-index: 10;

  margin: -60px 100px 0;

  background-image: url('images/counter-bg.jpg');

  background-repeat: no-repeat;

  background-size: 100%;

  background-position: 50% 20%;

}



.appointment-section .count-up {

  padding: 0 16px;

}



.appointment-section .count-up img {

  width: 32px;

  height: 32px;

  padding: 13px;

  background: #4e0e53;

  border-radius: 50%;

  box-sizing: content-box;

  outline: 1.5px dashed #d8c8e8;

  outline-offset: 6px;

  margin-bottom: 22px;

}



.appointment-section .count-up-inr {

  gap: 2px;

  margin-bottom: 6px;

}



.appointment-section .count-up-inr h2.counter-counts {

  font-size: 26px;

  font-weight: 800;

  color: #B5135A;

  margin: 0;

  line-height: 1;

}



.appointment-section .count-up-inr span {

  font-size: 26px;

  font-weight: 800;

  color: #B5135A;

  margin: 0;

  line-height: 1;

}



.appointment-section .count-up>p {

  font-size: 13px;

  color: #4e0e53;

  font-weight: 500;

  margin: 0;

}





/* ========== Book Appointment End ========== */





/* ========== FAQ's ========== */



.faq-area {

  padding: 40px 0 60px;

}



.faq-area .heading {

  margin-bottom: 30px;

}



.faq-area .heading h2 {

  font-size: 29px;

  line-height: 35px;

}



.faq-area .heading p {

  font-size: 12px;

}



.faq-head .heading img {

  width: 150px;

}



.faq-area .accordion-item {

  border: none;

  border-radius: 12px !important;

  background-color: #fff;

  margin-bottom: 16px;

  padding: 0;

  overflow: hidden;

  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.06);

  transition: all 0.3s ease;

}



.faq-area .accordion-button {

  font-size: 14px;

  font-weight: 600;

  padding: 20px 50px 20px 15px;

  color: #1a1a2e;

}



.faq-area .accordion-button:not(.collapsed) {

  background-color: #4e0e53;

  color: #fff;

  box-shadow: none;

}



.faq-area .accordion-button:focus {

  outline: none;

  box-shadow: none;

}



.faq-area .accordion-button::after {

  position: absolute;

  right: 15px;

  background-image: none !important;

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  content: "\f067";

  font-size: 13px;

  transform: none !important;

  width: 25px;

  height: 25px;

  border-radius: 8px;

  background-color: #a71c66;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}



.faq-area .accordion-button:not(.collapsed)::after {

  content: "\f068";

  background-color: #fff;

  color: #4e0e53;

}



.faq-area .accordion-body {

  background-color: #e9eaeb;

  border-left: none;

  padding: 15px;

  font-size: 13px;

}



/* ========== FAQ's End ========== */



/* ========== Treatment ========== */



.tratment-cnt-img img {

  border-radius: 20px;

}



.treatent-cnt .heading h2 {

  margin-bottom: 3px;

}



.treatent-cnt .heading h3 {

  color: #4e0e53;

  font-size: 25px;

  font-weight: 700;

}



.treatent-cnt .heading hr {

  opacity: 1;

  width: 20%;

  height: 1.5px;

  background: linear-gradient(90deg, #a71c66, #4e0e53);

}





.our-service {

  padding: 0 0 60px;

}



.our-service .service-bx {

  background: linear-gradient(135deg, #1a0a2e 0%, #6B1050 50%, #B5135A 100%);

  border-radius: 20px;

  padding: 30px 50px;

}



.our-service .heading span {

  font-size: 14px;

  font-weight: 600;

  color: #fff;

  margin-bottom: 5px;

  display: block;

}



.our-service .heading h3 {

  font-size: 34px;

  font-weight: 700;

  color: #fff;

  margin-bottom: 15px;

}



.service-card {

  background: #fff;

  border-radius: 16px;

  overflow: hidden;

  transition: all 0.3s;

  margin: 20px 0 15px;

}



.service-card:hover {

  transform: translateY(-6px);

  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);

}



.service-img img {

  width: 100%;

  height: 250px;

  object-fit: cover;

  transition: all 0.4s;

}



.service-card:hover .service-img img {

  transform: scale(1.05);

}



.service-info {

  padding: 20px;

}



.service-icon {

  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 10px;

}



.service-icon img {

  width: 40px;

  height: 40px;

  object-fit: contain;

}



.service-icon h3 {

  font-size: 17px;

  font-weight: 700;

  color: #4e0e53;

  margin: 0;

}

.service-info p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.service-info .cmn-btn {

  padding: 10px 20px;

  border-radius: 6px;

  font-size: 13px;

}



.service-pagination {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin-top: 20px;

}



.page-arrow,

.page-num {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 36px;

  height: 36px;

  border-radius: 6px;

  font-size: 13px;

  font-weight: 600;

  transition: all 0.3s;

}



.page-arrow {

  background: #fff;

  color: #4e0e53;

}



.page-arrow:hover {

  background: #4e0e53;

  color: #fff;

}



.page-num {

  background: #ffffff33;

  color: #fff;

  border: 1px solid #ffffff4d;

}



.page-num:hover,

.page-num.active {

  background: #fff;

  color: #B5135A;

  border-color: #fff;

}





/* ========== Treatment End ========== */





/* ========== Contact-info-area ========== */





.contact-info-bx {

  background-color: #f8f8f8;

  padding: 30px 40px;

  width: 70%;

  margin: 0 auto;

  border-radius: 20px;

  position: relative;

  top: -55px;

  z-index: 99;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 2px 3px 5px 2px rgba(0, 0, 0, 0.08);

}



.contact-info-cnt {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.contact-info-cnt .contact-info-inr {

  display: flex;

  align-items: start;

  position: relative;

}



.contact-info-img {

  width: 26px;

  height: 26px;

  flex-shrink: 0;

  background: #ecebec;

  border-radius: 50%;

  padding: 10px;

  box-sizing: content-box;

  margin-right: 8px;

}



.contact-info-cnt .contact-info-inr img {

  width: 100%;

  transition: transform 0.4s ease;

}



.contact-info-cnt .contact-info-inr p a {

  color: #000;

  transition: all 0.4s;

}



.contact-info-inr p a:hover {

  color: #4e0e53 !important;

}



.contact-info-inr:has(a:hover) img {

  transform: scale(1.06);

}



.contact-info-inr::after {

  content: '';

  position: absolute;

  right: -45px;

  top: 50%;

  transform: translateY(-50%);

  width: 1px;

  height: 52px;

  background: #4e0e53;

}



.contact-info-cnt .contact-info-inr p {

  color: #000;

  margin-bottom: 0;

  font-size: 16px;

  font-weight: 600;

  line-height: 17px;

}



.contact-info-cnt .contact-info-inr span {

  color: #000;

  font-size: 11px;

}



/* ========== Contact-info-area End ========== */





/* ========== Treatmeant Inner Page ========== */



.inner-treatment-bnr {

  background: linear-gradient(135deg, #1a0a2e 0%, #6B1050 50%, #B5135A 100%);

  border-radius: 15px;

  padding: 30px 50px;

  overflow: hidden;

}



.inner-treatment-bnr-cnt {
  padding: 0 40px 60px 0;
}



.inner-treatment-bnr-cnt .heading h4 {

  background-color: #a71c66;

  display: inline-block;

  padding: 5px 15px;

  font-size: 14px;

  font-weight: 600;

  color: #fff;

  border-radius: 5px;

  text-transform: uppercase;

}



.inner-treatment-bnr-cnt .heading h2 {

  color: #fff;

  -webkit-text-fill-color: #fff;

}



.inner-treatment-bnr-cnt .heading hr {

  background-color: #fff;

}



.inner-treatment-bnr-cnt p {

  color: #fff;

}



.inner-treatment-counter-bx {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 16px;

  margin-top: 24px;

}



.inner-treatment-counter-card {

  min-height: 122px;

  background: #f4f4f5;

  border-radius: 12px;

  padding: 17px 17px 15px;

  color: #3c3c42;

  box-shadow: 0 14px 35px rgba(18, 8, 38, 0.08);

  transition: all 0.35s ease;

  cursor: pointer;

}



.inner-treatment-counter-card.active,

.inner-treatment-counter-card:hover {

  background: #b5136a;

  color: #fff;

}



.inner-treatment-counter-card.active:hover {

  background: #f4f4f5;

  color: #3c3c42;

  box-shadow: 0 14px 35px rgba(18, 8, 38, 0.08);

}



.inner-treatment-counter-icon {

  font-size: 27px;

  line-height: 1;

  color: #a71c66;

  margin-bottom: 10px;

  transition: color 0.35s ease;

}



.inner-treatment-counter-card.active .inner-treatment-counter-icon,

.inner-treatment-counter-card:hover .inner-treatment-counter-icon {

  color: #fff;

}



.inner-treatment-counter-card.active:hover .inner-treatment-counter-icon {

  color: #a71c66;

}



.inner-treatment-counter-num {

  gap: 2px;

  margin-bottom: 6px;

}



.inner-treatment-counter-num h2,

.inner-treatment-counter-num span {

  font-size: 22px;

  line-height: 1;

  font-weight: 800;

  color: inherit;

  margin: 0;

}



.inner-treatment-counter-card p {

  color: inherit;

  font-size: 13px;

  line-height: 19px;

  font-weight: 700;

  margin: 0;

}



.inner-treatment-bnr-img {

  position: relative;

}



.inner-treatment-bnr-img img {

  border-radius: 15px;

  min-height: 550px;

  max-height: 600px;

  width: 100%;

  object-fit: cover;

}



.inner-treatment-quality-card {

  position: absolute;

  left: 55px;

  right: 55px;

  bottom: 50px;

  display: flex;

  align-items: flex-start;

  gap: 22px;

  padding: 26px 34px;

  background: rgba(255, 255, 255, 0.93);

  border-radius: 22px;

  box-shadow: 0 24px 55px rgba(17, 13, 38, 0.18);

  animation: treatmentQualitySlide 4s ease-in-out infinite alternate;

  will-change: transform;

}



.inner-treatment-quality-card:hover {

  animation-play-state: paused;

}



@keyframes treatmentQualitySlide {

  from {

    transform: translateX(-18px);

  }



  to {

    transform: translateX(18px);

  }

}



.inner-treatment-quality-icon {

  width: 70px;

  height: 70px;

  flex: 0 0 70px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.inner-treatment-quality-icon img {

  width: 64px;

  height: 64px;

  object-fit: contain;

  border-radius: 0;

}



.inner-treatment-quality-cnt h3 {

  font-size: 24px;

  line-height: 1.2;

  font-weight: 800;

  color: #4e0e53;

  margin-bottom: 8px;

}



.inner-treatment-quality-cnt p {

  font-size: 15px;

  line-height: 24px;

  font-weight: 500;

  color: #5b5b66;

  margin: 0;

}



/* ========== Treatmeant Inner Page End ========== */





/* ========== Branch Inner Page ========== */



.branch-inr-bnr {

  background: #f4f6f7;

  border-radius: 24px;

  padding: 28px;

  overflow: hidden;

  margin-top: 10px;

}



.branch-inr-bnr-cnt {

  padding: 25px;

}



.branch-inr-bnr-cnt>span {

  display: inline-block;

  color: #a71c66;

  font-size: 14px;

  font-weight: 700;

  margin-bottom: 14px;

  text-transform: uppercase;

}



.branch-inr-bnr-cnt h1 {

  color: #07150e;

  font-size: 58px;

  font-weight: 800;

  line-height: 66px;

  margin-bottom: 22px;

}



.branch-inr-bnr-cnt p {

  color: #111;

  font-size: 17px;

  line-height: 28px;

  max-width: 620px;

  margin-bottom: 30px;

}



.branch-inr-hours {

  display: inline-flex;

  gap: 14px;

  background-color: #fff;

  border: 1px solid rgba(78, 14, 83, 0.14);

  border-radius: 12px;

  padding: 18px 40px 18px 20px;

}



.branch-inr-hours img {

  width: 35px;

  height: 35px;

}



.branch-inr-hours h3 {

  color: #111;

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 2px;

}



.branch-inr-hours p {

  font-size: 14px;

  line-height: 22px;

  margin: 0;

}



.branch-inr-hours strong {

  display: inline-block;

  color: #4e0e53;

  font-size: 16px;

}



.branch-inr-appointment .branch-bnr-btn {

  margin-top: 20px;

  font-weight: 600;

  padding: 15px 35px;

}



.branch-inr-bnr-img img {

  width: 100%;

  height: 640px;

  object-fit: cover;

  border-radius: 24px;

}



.branch-inr-main-sec {

  padding-top: 20px;

}



.branch-inr-sec {

  padding: 60px 0;

}



.branch-inr-gray {

  background-color: #f8f8f8;

}



.branch-inr-content a {

  color: #a71c66;

  font-weight: 700;

  transition: all 0.3s;

}



.branch-inr-content a:hover {

  color: #4e0e53;

}



.branch-inr-sec-img img {

  width: 100%;

  object-fit: cover;

  border-radius: 14px;

}



.branch-inr-content .heading {

  margin-bottom: 18px;

}



.branch-inr-list {

  margin: 0;

}



.branch-inr-list li {

  position: relative;

  padding-left: 26px;

  margin-bottom: 10px;

  font-weight: 500;

}



.branch-inr-list li::before {

  content: "\f058";

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  position: absolute;

  left: 0;

  top: 1px;

  color: #a71c66;

}



.custom-li {

  margin: 0;

  padding: 0;

}



.custom-li li {

  position: relative;

  padding-left: 26px;

  margin-bottom: 10px;

  font-weight: 500;

  list-style: none;

}



.custom-li li::before {

  content: "\f058";

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  position: absolute;

  left: 0;

  top: 1px;

  color: #a71c66;

}



.branch-visit-orbit {

  position: relative;

  min-height: 620px;

  margin-top: 25px;

}



.branch-visit-img {

  position: absolute;

  left: 50%;

  top: 50%;

  width: 390px;

  transform: translate(-50%, -50%);

  text-align: center;

}



.branch-visit-img img {

  width: 100%;

}



.branch-visit-point {

  position: absolute;

  width: 250px;

  color: #fff;

  background-color: #4e0e53;

  border-radius: 10px;

  padding: 13px 16px;

  font-size: 14px;

  font-weight: 700;

  line-height: 22px;

  text-align: center;

}



.branch-visit-point::after {

  content: "";

  position: absolute;

  top: 50%;

  width: 120px;

  height: 1px;

  background-color: #4e0e53;

}



.visit-point-1 {

  left: 8%;

  top: 8%;

}



.visit-point-2 {

  left: 0;

  top: 28%;

}



.visit-point-3 {

  left: 5%;

  top: 49%;

}



.visit-point-4 {

  left: 10%;

  top: 69%;

}



.visit-point-5 {

  left: 28%;

  bottom: 0;

}



.visit-point-6 {

  right: 8%;

  top: 8%;

}



.visit-point-7 {

  right: 0;

  top: 28%;

}



.visit-point-8 {

  right: 5%;

  top: 49%;

}



.visit-point-9 {

  right: 10%;

  top: 69%;

}



.visit-point-10 {

  right: 28%;

  bottom: 0;

}



.visit-point-1::after,

.visit-point-2::after,

.visit-point-3::after,

.visit-point-4::after,

.visit-point-5::after {

  left: 100%;

}



.visit-point-6::after,

.visit-point-7::after,

.visit-point-8::after,

.visit-point-9::after,

.visit-point-10::after {

  right: 100%;

}



.branch-treatment-available {

  padding-top: 40px;

}



.branch-treatment-available .branch-inr-sec-img img {

  height: 520px;

}



.branch-consultation-sec {

  padding: 0 !important;

}



.branch-consultation-sec .laser-consider-cnt a {

  color: #a71c66;

  font-weight: 700;

  transition: all 0.3s;

}



.branch-consultation-sec .laser-consider-cnt a:hover {

  color: #fff;

}



.branch-address-img img {

  width: 100%;

  height: 440px;

  object-fit: cover;

  border-radius: 12px;

}



.branch-address-cnt ul {

  padding-left: 10px;

}



.branch-address-cnt li {

  margin-bottom: 5px;

}



.branch-address-cnt a {

  color: #444;

}



.branch-address-cnt a:hover {

  color: #a71c66;

}





.branch-inr-step-card {

  height: 100%;

  background-color: #fff;

  border-radius: 10px;

  padding: 18px 18px;

  color: #333;

  font-size: 14px;

  font-weight: 600;

  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);

}



.branch-inr-steps span {

  display: inline-block;

  width: 28px;

  height: 28px;

  line-height: 28px;

  text-align: center;

  border-radius: 50%;

  background-color: #4e0e53;

  color: #fff;

  margin-right: 8px;

}



.branch-why-card {

  height: 100%;

  background-color: #f8f8f8;

  border-radius: 10px;

  border-left: 4px solid #a71c66;

  padding: 18px;

}



.branch-why-card img {

  width: 34px;

  height: 34px;

  object-fit: contain;

  margin-bottom: 8px;

  filter: brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(2583%) hue-rotate(315deg) brightness(90%) contrast(95%);

}



.branch-why-count h3,

.branch-why-count span {

  color: #4e0e53;

  font-size: 26px;

  line-height: 32px;

  font-weight: 800;

  margin-bottom: 4px;

}



.branch-why-card h4 {

  color: #4e0e53;

  font-size: 17px;

  font-weight: 700;

  line-height: 24px;

  margin-bottom: 0;

}



/* ========== Branch Inner Page End ========== */





/* ========== Laser Dentistry Works ========== */



.laser-work-sec {

  padding: 10px 0 70px;

}



.laser-work-card {

  padding: 20px 32px 25px;

  background: #f8f8f8;

  border: 2px solid #fff;

  border-radius: 15px;

  text-align: center;

  box-shadow: 0 0px 4px rgb(0 0 0 / 18%);

  transition: all 0.35s ease;

}



.laser-work-inr-img img {

  width: 60px;

  margin-bottom: 15px;

}



.laser-work-card h3 {

  color: #4e0e53;

  font-size: 22px;

  font-weight: 700;

}



.laser-work-card hr {

  width: 76%;

  height: 0.7px;

  background-color: #e8e1ea;

  opacity: 1;

  margin: 10px auto 12px;

}



.laser-work-card p {

  margin: 0;

}



.laser-work-img img {

  border-radius: 15px;

}



/* ========== Laser Dentistry Works End ========== */





/* ========== Common Procedures ========== */



.common-procedures-sec {

  padding: 10px 0 70px;

}



.common-procedures-bx {

  background: #f4f4f4;

  border-radius: 22px;

  overflow: hidden;

}



.procedures-bx-inr {

  padding: 40px 45px 50px;

}



.common-procedure-item {

  display: flex;

  align-items: flex-start;

  gap: 30px;

}



.common-procedure-item-top {

  margin: 0 0 70px;

}



.common-procedure-cnt h3 {

  color: #b5136a;

  font-size: 17px;

  font-weight: 700;

  margin-bottom: 8px;

}



.common-procedure-cnt p {

  font-size: 14px;

  margin: 0;

}



.common-procedure-icon {

  width: 52px;

  height: 52px;

  flex: 0 0 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 10px;

  background: #4e0e53;

  border-radius: 50%;

}



.common-procedure-icon img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.common-procedure-img {

  width: 280px;

  height: 280px;

  margin: 0 auto;

  padding: 8px;

  border: 6px solid #b5136a;

  border-radius: 50%;

  overflow: hidden;

}



.common-procedure-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 50%;

}



.laser-vs-traditional-sec {

  padding: 0 0 60px;

}



.laser-vs-traditional-sec .testi-top-tab {

  margin-bottom: 60px;

}



.laser-tool-cnt p {

  margin-bottom: 28px;

}



.laser-tool-cnt strong,

.laser-tool-cnt h3 {

  color: #b5136a;

}



.laser-tool-cnt h3 {

  font-size: 18px;

  line-height: 1.35;

  font-weight: 800;

  margin-bottom: 20px;

}



.laser-tool-cnt hr {

  width: 88%;

  height: 1px;

  background-color: #4b4750;

  opacity: 0.8;

  margin: 0 0 22px;

}



.laser-tool-cnt li {

  position: relative;

  list-style: none;

  padding-left: 25px;

  margin-bottom: 5px;

}


.laser-tool-cnt li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4e0e53;
}


.laser-near-cnt li {

  position: relative;

  list-style: none;

  padding-left: 25px;

  margin-bottom: 5px;

}


.laser-near-cnt li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4e0e53;
}


.laser-tool-img img {

  width: 100%;

  object-fit: cover;

  border-radius: 12px;

}



.laser-consider-sec {

  padding: 0 0 70px;

}



.laser-consider-sec .row {

  border-radius: 15px;

  overflow: hidden;

}



.laser-consider-img {

  height: 100%;

}



.laser-consider-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.laser-consider-gradient {

  position: relative;

  height: 100%;

  display: flex;

  align-items: center;

  background: linear-gradient(90deg, rgb(78 14 83) 0%, rgb(78 14 83) 32%, rgb(78 14 83) 70%, #560c42 100%);

}



.laser-consider-gradient::before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: -220px;

  width: 220px;

  background: linear-gradient(90deg, rgba(78, 14, 83, 0) 0%, rgba(78, 14, 83, 0.22) 32%, rgba(78, 14, 83, 0.68) 70%, #4e0e53 100%);

  pointer-events: none;

}



.laser-consider-cnt {

  padding: 50px 30px;

  color: #fff;

}



.laser-consider-cnt .heading {

  margin-bottom: 26px;

}



.laser-consider-cnt .heading p span,

.laser-consider-cnt .heading h2 {

  color: #fff;

  background: none;

  -webkit-text-fill-color: #fff;

}



.laser-consider-cnt .heading h2 {

  font-size: 32px;

  line-height: 1.25;

}



.laser-consider-cnt .heading hr {

  width: 200px;

  background: #fff;

  opacity: 0.8;

}



/* ========== Expect First Visit ========== */



.expect-visit-sec {

  padding: 0 0 80px;

}



.expect-visit-grid {

  display: grid;

  grid-template-columns: repeat(5, minmax(0, 1fr));

  gap: 34px;

  margin-top: 55px;

}



.expect-visit-card {

  text-align: center;

  color: #5b5762;

  transition: transform 0.35s ease;

}



.expect-visit-icon {

  position: relative;

  width: 150px;

  height: 150px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 30px;

  background: #4e0e53;

  border-radius: 50%;

  box-shadow: 0 0 0 10px #fff, 0 0 0 17px #4e0e53;

  transition: transform 0.35s ease, box-shadow 0.35s ease;

}



.expect-visit-card.active .expect-visit-icon {

  background: #b5136a;

  box-shadow: 0 0 0 10px #fff, 0 0 0 17px #b5136a;

}



.expect-visit-icon::after {

  content: "";

  position: absolute;

  left: 49%;

  bottom: -17px;

  width: 72px;

  height: 15px;

  transform: translateX(-50%);

  background: #fff;

}



.expect-visit-icon img {

  width: 50px;

  height: 50px;

  object-fit: contain;

  filter: brightness(0) invert(1);

}



.expect-visit-icon span {

  position: absolute;

  left: 50%;

  bottom: -25px;

  z-index: 1;

  width: 45px;

  height: 45px;

  display: flex;

  align-items: center;

  justify-content: center;

  transform: translateX(-50%);

  color: #4e0e53;

  background: #fff;

  border: 3px solid currentColor;

  border-radius: 50%;

  font-size: 18px;

  line-height: 1;

  font-weight: 800;

  transition: transform 0.35s ease, box-shadow 0.35s ease;

}



.expect-visit-card.active .expect-visit-icon span {

  color: #b5136a;

}



.expect-visit-card h3 {

  color: #4e0e53;

  font-size: 16px;

  line-height: 1.2;

  font-weight: 700;

  margin: 0 auto 10px;

}



.expect-visit-card.active h3 {

  color: #b5136a;

}



.expect-visit-card hr {

  width: 32px;

  height: 3px;

  background: #4e0e53;

  opacity: 1;

  border-radius: 10px;

  margin: 0 auto 16px;

  transition: all 0.4s;

}



.expect-visit-card.active hr {

  background: #b5136a;

}



.expect-visit-card p {

  color: #5b5762;

  font-size: 14px;

  line-height: 1.45;

  font-weight: 500;

  margin: 0;

}



.expect-visit-card:hover {

  transform: translateY(-8px);

}



.expect-visit-card:hover .expect-visit-icon {

  transform: translateY(-4px);

}



.expect-visit-card:hover .expect-visit-icon span {

  transform: translateX(-50%) scale(1.08);

  box-shadow: 0 8px 18px rgba(78, 14, 83, 0.18);

}



.expect-visit-card:hover hr {

  width: 58px;

}



/* ========== Expect First Visit End ========== */



/* ========== Laser Dentistry Near You ========== */



.laser-near-sec {

  padding: 0 0 80px;

}



.laser-near-wrap {

  background: #f7f7f8;

  border-radius: 18px;

  padding: 50px;

}



.laser-near-wrap .heading {

  margin-bottom: 42px;

}



.laser-near-cnt a {

  color: #b5136a;

  text-decoration: none;

  transition: all 0.4s;

}



.laser-near-cnt a:hover {

  color: #d34591;

}

.laser-near-img img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}



/* ========== Laser Dentistry Near You End ========== */



/* ========== Aftercare and Recovery Tips ========== */



.aftercare-tips-sec {

  padding: 0 0 80px;

}



.aftercare-tips-wrap {

  position: relative;

  overflow: hidden;

  padding: 50px;

  background-image: linear-gradient(90deg, rgba(78, 14, 83, 0.92), rgba(78, 14, 83, 0.82)), url('images/laser-aftercare-bg.jpg');

  background-size: cover;

  background-position: center;

  border-radius: 15px;

}



.aftercare-tips-wrap::before {

  content: "";

  position: absolute;

  inset: 0;

  background: rgba(56, 6, 63, 0.36);

  pointer-events: none;

}



.aftercare-tips-heading,

.aftercare-tips-grid {

  position: relative;

  z-index: 1;

}



.aftercare-tips-heading {

  margin-bottom: 54px;

}



.aftercare-tips-heading p {

  color: #fff;

}



.aftercare-tips-heading p span {

  color: #fff;

  -webkit-text-fill-color: #fff;

}



.aftercare-tips-heading h2 {

  color: #fff;

  -webkit-text-fill-color: #fff;

}



.aftercare-tips-grid {

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 26px;

}



.aftercare-tips-card {

  position: relative;

  min-height: 255px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  padding: 45px 28px 26px;

  background: rgba(247, 249, 249, 0.96);

  border: 4px solid #fff;

  border-radius: 14px;

  text-align: center;

}



.aftercare-tips-no {

  position: absolute;

  top: 0;

  left: 0;

  width: 54px;

  height: 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  background: #b5136a;

  border-right: 4px solid #fff;

  border-bottom: 4px solid #fff;

  border-radius: 0 0 13px 0;

  font-size: 21px;

  line-height: 1;

  font-weight: 800;

}



.aftercare-tips-icon {

  width: 64px;

  height: 64px;

  margin-bottom: 25px;

}



.aftercare-tips-icon img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}



.aftercare-tips-card p {

  color: #2f2d34;

  font-size: 15px;

  line-height: 1.28;

  font-weight: 500;

  margin: 0;

}



/* ========== Aftercare and Recovery Tips End ========== */



.laser-benefits-cnt {

  height: 100%;

  background: #4e0e53;

  padding: 50px 110px 50px 70px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.laser-benefits-icon img {

  width: 60px;

  margin-bottom: 15px;

}



.laser-benefits-cnt p {

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 0px;

}



.laser-benefits-cnt h2 span {

  font-size: 25px;

}



.laser-benefits-cnt h2 {

  color: #fff;

  font-size: 34px;

  font-weight: 800;

  margin-bottom: 30px;

}



.laser-benefits-img {

  padding: 50px 0;

  background-size: cover;

  background-position: center;

  position: relative;

}



.laser-benefits-img::before {

  content: '';

  position: absolute;

  inset: 0;

  background: rgba(255, 255, 255, 0.12);

}



.laser-benefit-grid {

  position: relative;

  z-index: 1;

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 28px;

  left: -70px;

}



.laser-benefit-card {

  min-height: 120px;

  background: rgba(255, 255, 255, 0.92);

  border-radius: 8px;

  padding: 20px 22px;

  color: #34343c;

  box-shadow: 0 10px 25px rgba(25, 10, 35, 0.12);

  transition: all 0.35s ease;

}



.laser-benefit-card.active,

.laser-benefit-card:hover {

  background: #b5136a;

  color: #fff;

}



.laser-benefit-card.active:hover {

  background: rgba(255, 255, 255, 0.92);

  color: #34343c;

}



.laser-benefit-icon {

  width: 34px;

  height: 34px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 7px;

  background: #b5136a;

  border-radius: 50%;

  margin-bottom: 12px;

  transition: all 0.35s ease;

}



.laser-benefit-card.active .laser-benefit-icon,

.laser-benefit-card:hover .laser-benefit-icon {

  background: #fff;

}



.laser-benefit-card.active .laser-benefit-icon img,

.laser-benefit-card:hover .laser-benefit-icon img {

  filter: brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(2583%) hue-rotate(315deg) brightness(90%) contrast(95%);

}



.laser-benefit-card.active:hover .laser-benefit-icon {

  background: #b5136a;

}



.laser-benefit-card.active:hover .laser-benefit-icon img {

  filter: none;

}



.laser-benefit-icon img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}



.laser-benefit-card h3 {

  color: inherit;

  font-size: 15px;

  line-height: 22px;

  font-weight: 800;

  margin-bottom: 10px;

}



.laser-benefit-card p {

  color: inherit;

  font-size: 12px;

  line-height: 17px;

  font-weight: 500;

  margin: 0;

}



.tratmeants-book-appointment {

  margin: 30px 0 130px;

}



.tratmeants-book-appointment .treatment-appointment-bx .appointment-bx-cnt i {

  color: #fff;

  background-color: #151515;

  width: 40px;

  height: 40px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 0;

}



.tratmeants-book-appointment .treatment-appointment-bx .appointment-bx-detail a {

  font-size: 21px;

  font-weight: 800;

}



.tratmeants-book-appointment .appointment-time-row {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  padding: 13px 0;

  color: #fff;

  border-top: 1px solid rgba(255, 255, 255, 0.55);

  font-size: 15px;

  font-weight: 700;

}



.tratmeants-book-appointment .appointment-time-row:first-child {

  border-top: 0;

}



.tratmeants-book-appointment .appointment-time-row span,

.tratmeants-book-appointment .appointment-time-row strong {

  color: #fff;

  font: inherit;

}



/* ========== Common Procedures End ========== */





/* ========== Footoer ========== */



.footer-area {

  background: linear-gradient(to bottom, #3b073f, #4d0352);

  padding: 20px 0 0;

}



.footer-cnt {

  border-bottom: 1px solid #fff;

  margin-bottom: 40px;

  padding-bottom: 20px;

}



.foot-logo img {

  width: 250px;

}



.footer-cnt p {

  color: #fff;

  margin: 0;

  font-size: 9px;

  font-weight: 500;

  letter-spacing: 1px;

}



.footer-socials {

  display: flex;

  justify-content: center;

  gap: 10px;

}



.footer-socials a {

  width: 35px;

  height: 35px;

  border: 1px solid #ffffff66;

  border-radius: 6px;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #363636;

  color: #fff;

  font-size: 15px;

  transition: all 0.4s;

}



.footer-socials a:hover {

  background: transparent;

}



.footer-menu h4 {

  font-size: 17px;

  font-weight: 600;

  color: #fff;

  margin-bottom: 15px;

}



.footer-menu p {

  color: #fff;

  font-size: 15px;

  font-weight: 400;

}



.footer-contact {

  margin-top: 30px;

}



.footer-contact a {

  display: flex;

  align-items: flex-start;

  gap: 12px;

  color: #fff;

  margin-bottom: 20px;

  transition: all 0.3s;

  font-size: 15px;

}



.footer-contact a:hover {

  color: #d6d6d6;

}



.footer-contact a i {

  background-color: #fff;

  color: #49044d;

  width: 27px;

  height: 27px;

  border-radius: 50%;

  font-size: 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}



.footer-menu ul li a {

  color: #fff;

  padding: 5px 0;

  transition: all 0.4s;

  position: relative;

  display: inline-block;

  font-size: 15px;

}



.footer-menu ul li a::after {

  content: "\f178";

  font-family: "Font Awesome 6 Free";

  font-weight: 900;

  position: absolute;

  margin-left: -10px;

  top: 50%;

  transform: translateY(-50%) rotate(-30deg);

  opacity: 0;

  transition: 0.3s;

}



.footer-menu ul li a:hover::after {

  margin-left: 10px;

  opacity: 1;

}



.footer-subscribe h4 {

  font-size: 15px;

}



.subscribe-form input.form-control {

  width: 65%;

  padding: 10px 10px;

  border: none;

  border-radius: 10px;

  background-color: #fff;

  color: #000;

  font-size: 14px;

}



.subscribe-form button {

  background-color: #45054a;

  border: 1px solid #45054a !important;

  color: #fff;

  padding: 6px 20px;

  display: inline-block;

  border-radius: 10px;

  position: relative;

  right: 60px;

  border: none;

  transition: all 0.4s;

}



.subscribe-form button:hover {

  background-color: #fff;

  color: #45054a;

}



.bottom-footer {

  background-color: #3a013f;

  padding: 15px 0px;

  margin-top: 20px;

}



.foot-prcy p {

  color: #fff;

  font-size: 13px;

  letter-spacing: 0.7px;

  margin-bottom: 0px;

}

.foot-prcy p a {
  color: #fff;
  font-weight: 500;
  transition: all 0.4s;
}

.foot-prcy p a:hover {
  color: #ddb6df;
}



/* ========== Footer End ========== */





/* ========== Blog Page ========== */



.blog-bnr-sec {

  position: relative;

  padding: 90px 0;

  /*background-image: linear-gradient(90deg, rgba(78, 14, 83, 0.92), rgba(167, 28, 102, 0.62), rgba(78, 14, 83, 0.28)), url(images/blog-banner-bg.jpg);*/

  background-size: cover;

  background-position: center;

  overflow: hidden;

  margin: 10px;

  border-radius: 10px;

}



.blog-bnr-sec::after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 7px;

  background: linear-gradient(90deg, #4e0e53, #a71c66, #4e0e53);

}



.blog-bnr-cnt {

  position: relative;

  z-index: 1;

  max-width: 760px;

  margin: 0 auto;

  text-align: center;

  color: #fff;

}



.blog-bnr-cnt h1 {

  color: #fff;

  font-size: 56px;

  font-weight: 700;

  line-height: 64px;

  margin-bottom: 18px;

}



.blog-bnr-cnt p {

  color: #fff;

  margin-bottom: 0;

}



.blog-main-sec {

  padding: 60px 0;

}



.blog-sec-head h2 {

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 18px;

}



.latest-blog-card,

.blog-card {

  background-color: #f2f2f2;

  border-radius: 16px;

  padding: 12px;

  box-shadow: none;

}



.latest-blog-img img {

  width: 100%;

  height: 100%;

  max-height: 385px;

  object-fit: cover;

  border-radius: 10px;

}



.latest-blog-cnt {

  padding: 20px 10px 15px;

}



.latest-blog-cnt h3 {

  color: #000;

  font-size: 18px;

  font-weight: 600;

  line-height: 27px;

  margin-bottom: 9px;

}



.latest-blog-cnt p {

  color: #000;

  font-size: 14px;

  line-height: 23px;

  margin-bottom: 12px;

}



.blog-meta-row {

  display: flex;

  align-items: center;

  gap: 18px;

}



.blog-author {

  color: #000;

  background-color: #fff;

  border-radius: 3px;

  padding: 4px 7px;

  font-size: 14px;

  font-weight: 500;

}



.blog-date {

  color: #a71c66;

  font-size: 14px;

  font-style: italic;

  font-weight: 400;

}



.blog-meta-row .cmn-btn {

  margin-left: auto;

  background-color: #a71c66;

  border-color: #a71c66;

}



.blog-meta-row .cmn-btn:hover {

  color: #a71c66;

  background-color: #fff;

}



.recent-blog-list {

  display: grid;

  gap: 16px;

}



.recent-blog-card {

  width: 100%;

  height: 100%;

  max-height: 190px;

  overflow: hidden;

  border-radius: 10px;

  background-color: #4e0e53;

}



.recent-blog-card img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.4s;

}



.recent-blog-card:hover img {

  transform: scale(1.04);

}



.recent-blog-overlay {

  position: absolute;

  inset: 0;

  width: 58%;

  padding: 24px 18px;

  color: #fff;

  background: linear-gradient(90deg, rgba(78, 14, 83, 0.98), rgba(78, 14, 83, 0.78), rgba(78, 14, 83, 0));

}



.recent-blog-overlay h3 {

  color: #fff;

  font-size: 18px;

  font-weight: 700;

  line-height: 20px;

  margin-bottom: 12px;

}



.recent-blog-overlay p {

  color: #fff;

  font-size: 13px;

  line-height: 18px;

  margin-bottom: 0;

}



.blog-heading-area h2 {

  color: #4e0e53;

  font-size: 28px;

  font-weight: 700;

  text-align: center;

  margin: 40px 0 20px;

}



.blog-card {

  padding: 10px 10px 14px;

  margin: 15px 0;

}



.blog-card-img {

  overflow: hidden;

  border-radius: 12px;

}



.blog-card-img img {

  width: 100%;

  height: 100%;

  max-height: 197px;

  object-fit: cover;

  border-radius: 12px;

  transition: transform 0.5s ease;

}



.blog-card:hover .blog-card-img img {

  transform: scale(1.08);

}



.blog-card-cnt {

  padding: 20px 15px 13px;

}



.blog-card-cnt h3 {

  font-size: 15px;

  font-weight: 600;

  line-height: 22px;

  margin-bottom: 14px;

}



.blog-card-cnt h3 a {

  color: #4e0e53;

  transition: color 0.3s;

}



.blog-card-cnt h3 a:hover {

  color: #a71c66;

}



.blog-card-bottom {

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 16px;

}



.blog-card-meta .blog-author,

.blog-card-meta .blog-date {

  display: block;

  font-size: 13px;

  padding: 0;

}



.blog-card-meta .blog-author {

  color: #000;

  background-color: transparent;

  font-weight: 500;

  margin-bottom: 4px;

}



.blog-card-meta .blog-date {

  line-height: 18px;

}



.blog-card-cnt .cmn-btn {

  background-color: #a71c66;

  border-color: #a71c66;

  padding: 8px 25px;

}



.blog-card-cnt .cmn-btn:hover {

  color: #a71c66;

  background-color: #fff;

}



.blog-pagination {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  margin-top: 50px;

}



.blog-pagination a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 38px;

  height: 38px;

  color: #fff;

  background-color: #a71c66;

  border: 2px solid #a71c66;

  border-radius: 50%;

  font-size: 14px;

  font-weight: 600;

  line-height: 1;

  box-shadow: 0 8px 18px rgba(167, 28, 102, 0.12);

  transition: all 0.4s;

}



.blog-pagination a:hover,

.blog-pagination a.active {

  background-color: transparent;

  border-color: #a71c66;

  color: #a71c66;

}



.blog-pagination .blog-page-arrow {

  font-size: 14px;

}



/* ========== Blog Page End ========== */





/* ========== Blog Inner Page ========== */



.blog-inr-bnr-sec {

  position: relative;

  padding: 125px 0;

  background-image: linear-gradient(90deg, rgba(28, 4, 32, 0.88), rgba(78, 14, 83, 0.76), rgba(167, 28, 102, 0.42)), url(images/blog-inr-banner-dark.jpg);

  background-size: cover;

  background-position: center;

  overflow: hidden;

  margin: 10px;

  border-radius: 10px;

}



.blog-inr-bnr-sec::before {

  content: "";

  position: absolute;

  inset: 0;

  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 38%);

}



.blog-inr-bnr-cnt {

  position: relative;

  z-index: 1;

  max-width: 980px;

  margin: 0 auto;

  text-align: center;

}



.blog-inr-bnr-cnt h1 {

  color: #fff;

  font-size: 40px;

  font-weight: 700;

  line-height: 52px;

  margin-bottom: 0;

  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);

}



.blog-inr-main-sec {

  padding: 45px 0 80px;

}



.blog-inr-meta {

  display: flex;

  align-items: center;

  gap: 42px;

  margin-bottom: 18px;

}



.blog-inr-meta span {

  color: #000;

  font-size: 13px;

  font-weight: 400;

}



.blog-inr-meta span:last-child {

  color: #a71c66;

  font-style: italic;

}



.blog-inr-main-img {

  overflow: hidden;

  border-radius: 9px;

  margin-bottom: 28px;

}



.blog-inr-main-img img {

  width: 100%;

  height: 100%;

  max-height: 420px;

  object-fit: cover;

}



.blog-inr-content p {

  color: #1f1f1f;

  font-size: 15px;

  font-weight: 400;

  line-height: 27px;

  margin-bottom: 20px;

}

.blog-inr-content p a {
  color: #4e0d53 !important;
}


.blog-inr-content h2 {

  color: #a71c66;

  font-size: 21px;

  font-weight: 700;

  line-height: 30px;

  margin: 34px 0 12px;

}



.blog-inr-content h3 {

  color: #a71c66;

  font-size: 17px;

  font-weight: 700;

  line-height: 25px;

  margin: 22px 0 8px;

}

.blog-inr-content ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 5px;
}

.blog-inr-content ul li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4e0e53;
}

.blog-inr-care-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 12px;

}

.blog-inr-content img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 12px;

}



.blog-inr-sticky-form {

  position: sticky;

  top: 115px;

}



.blog-inr-side-head h2 {

  color: #000;

  font-size: 18px;

  font-weight: 500;

  margin-bottom: 15px;

}



.blog-inr-recent-list {

  display: grid;

  gap: 14px;

  background-color: #f1f1f1;

  border-radius: 12px;

  padding: 14px;

  margin-bottom: 36px;

}



.blog-inr-recent-card {

  display: block;

  border-radius: 9px;

  overflow: hidden;

  background-color: #4e0e53;

}



.blog-inr-recent-card img {

  width: 100%;

  height: 100%;

  max-height: 190px;

  object-fit: cover;

  transition: transform 0.4s;

}



.blog-inr-recent-card:hover img {

  transform: scale(1.05);

}



.blog-inr-message-bx {

  background-color: #eeeded;

  border-radius: 20px;

  padding: 34px 28px;

  box-shadow: inset 0px 0px 1px rgba(46, 29, 91, 0.10);

}



.blog-inr-message-bx h2 {

  color: #2e1d5b;

  font-size: 25px;

  font-weight: 700;

  text-align: center;

  margin-bottom: 15px;

}



.blog-inr-message-bx input,

.blog-inr-message-bx textarea {

  width: 100%;

  border: 1px solid #d0d5dc;

  border-radius: 10px;

  background-color: #fff;

  color: #555;

  font-size: 14px;

  font-weight: 400;

  padding: 12px 16px;

  margin-bottom: 16px;

  outline: none;

  transition: border-color 0.2s;

}



.blog-inr-message-bx input:focus,

.blog-inr-message-bx textarea:focus {

  border-color: #a71c66;

}



.blog-inr-message-bx textarea {

  height: 100px;

  resize: none;

}



.blog-inr-message-bx button {

  display: block;

  width: 170px;

  border: 1px solid #4e0e53;

  border-radius: 5px;

  color: #fff;

  background-color: #4e0e53;

  font-size: 15px;

  font-weight: 700;

  padding: 12px 20px;

  margin: 10px auto 0;

  transition: all 0.4s;

}



.blog-inr-message-bx button:hover {

  color: #4e0e53;

  background-color: #fff;

}



/* ========== Blog Inner Page End ========== */





/* ========== Our Branches Page ========== */



.ob-banner {

  position: relative;

  padding: 90px 0;

  background-image: linear-gradient(90deg, rgba(30, 5, 34, 0.96), rgb(78 14 83 / 89%), rgb(78 14 83 / 90%)), url(/wp-content/uploads/2026/05/kondapur-inr.jpg);

  background-size: cover;

  background-position: center;

  overflow: hidden;

  margin: 10px;

  border-radius: 10px;

}



.ob-banner-cnt {

  position: relative;

  z-index: 1;

  max-width: 760px;

  margin: 0 auto;

  text-align: center;

  color: #fff;

}



.ob-banner-cnt span {

  display: inline-block;

  color: #fff;

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 18px;

}



.ob-banner-cnt h1 {

  color: #fff;

  font-size: 56px;

  font-weight: 700;

  margin-bottom: 18px;

}



.ob-banner-cnt p {

  color: #fff;

  margin-bottom: 24px;

}



.ob-banner-breadcrumb {

  text-align: center;

  font-size: 14px;

}



.ob-banner-breadcrumb a,

.ob-banner-breadcrumb span {

  font-size: 15px;

  color: #fff;

  font-weight: 600;

}



.ob-banner-breadcrumb i {

  color: #fff;

  font-size: 12px;

  font-weight: 900;

  margin: 0 10px;

}



.ob-locations-sec {

  padding: 0 0 70px;

}



.ob-sidebar {

  background: linear-gradient(180deg, #150827 0%, #3b0c3e 40%, #5a0f52 75%, #6b1050 100%);

  padding: 30px 0;

}



.ob-sidebar h3 {

  text-align: center;

  color: #fff;

  text-transform: uppercase;

  font-size: 24px;

  font-weight: 700;

  line-height: 30px;

  margin: 0 24px 24px;

  padding-bottom: 18px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}



.ob-branches-list {

  margin: 0;

  padding: 0;

}



.ob-branch-item {

  padding: 12px 24px;

  cursor: pointer;

  color: rgba(255, 255, 255, 0.6);

  font-size: 14px;

  font-weight: 500;

  transition: all 0.3s;

  border-left: 3px solid transparent;

  list-style: none;

  user-select: none;

}



.ob-branch-item i {

  font-size: 14px;

  color: rgba(255, 255, 255, 0.3);

  transition: all 0.3s;

  width: 16px;

  text-align: center;

  margin-right: 10px;

}



.ob-branch-item:hover {

  color: #fff;

  background: rgba(255, 255, 255, 0.06);

  border-left-color: rgba(167, 28, 102, 0.55);

}



.ob-branch-item:hover i {

  color: rgba(255, 255, 255, 0.7);

}



.ob-branch-item.active {

  color: #fff;

  background: rgba(167, 28, 102, 0.28);

  border-left-color: #a71c66;

  font-weight: 600;

}



.ob-branch-item.active i {

  color: #e8417d;

}



.ob-photos-col {

  position: relative;

  background: transparent;

  padding: 12px;

}



.ob-branch-photos {

  display: none;

  height: 100%;

}



.ob-branch-photos.active {

  display: block;

}



.ob-photo-wrap {

  position: relative;

  overflow: hidden;

  border-radius: 8px;

  margin-bottom: 10px;

}



.ob-photo-wrap:last-child {

  margin-bottom: 0;

}



.ob-photo-wrap img {

  width: 100%;

  height: 250px;

  object-fit: cover;

  display: block;

  border-radius: 8px;

  transition: transform 0.5s ease;

}



.ob-photo-wrap:hover img {

  transform: scale(1.05);

}



.ob-photo-label {

  position: absolute;

  bottom: 14px;

  left: 14px;

  background: rgba(0, 0, 0, 0.62);

  color: #fff;

  font-size: 11px;

  font-weight: 600;

  padding: 5px 13px;

  border-radius: 30px;

  display: inline-block;

  backdrop-filter: blur(6px);

  letter-spacing: 0.3px;

}



.ob-photo-label i {

  margin-right: 5px;

}



.ob-details-col {

  background: #fff;

  padding: 20px 30px;

  overflow-y: auto;

}



.ob-branch-detail {

  display: none;

}



.ob-branch-detail.active {

  display: block;

  animation: obFadeIn 0.35s ease;

}



@keyframes obFadeIn {

  from {

    opacity: 0;

    transform: translateY(10px);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



.ob-branch-title {

  font-size: 25px;

  font-weight: 700;

  color: #a71c66;

  margin-bottom: 10px;

}



.ob-branch-title i {

  font-size: 22px;

  color: #a71c66;

  margin-right: 10px;

}



.ob-address-card {

  background: #fdf5f9;

  border-left: 4px solid #a71c66;

  border-radius: 0 8px 8px 0;

  padding: 16px 20px;

  margin-bottom: 16px;

}



.ob-address-card p {

  margin: 0;

  font-size: 14px;

  color: #444;

  line-height: 1.75;

  font-weight: 500;

}



.ob-landmark {

  margin-bottom: 24px;

  padding: 12px 16px;

  background: #f8f8f8;

  border-radius: 8px;

}



.ob-landmark>i {

  color: #a71c66;

  font-size: 12px;

  margin-right: 8px;

}



.ob-landmark p {

  display: inline;

  margin: 0;

  font-size: 13px;

  color: #555;

  line-height: 1.55;

}



.ob-landmark p strong {

  color: #333;

}


.view-branch-btn {
  margin-left: 10px;
}


.ob-map-btn {

  display: inline-block;

  background: #a71c66;

  border-color: #a71c66;

  margin-bottom: 22px;

  font-size: 13px;

  padding: 9px 20px;

}



.ob-map-btn i {

  margin-right: 8px;

}



.ob-map-btn:hover {

  background: #fff;

  color: #a71c66 !important;

}



.ob-branch-map {

  border-radius: 8px;

  overflow: hidden;

  border: 1px solid #ebebeb;

}



.ob-branch-map iframe {

  width: 100%;

  height: 230px;

  display: block;

  border: none;

}



/* ========== Our Branches Page End ========== */





/* ========== Contact Page ========== */



.contact-bnr-sec {

  position: relative;

  z-index: 1;

  background: linear-gradient(rgba(78, 14, 83, 0.78), rgba(78, 14, 83, 0.78)), url('/wp-content/uploads/2026/01/Contact-Us-Bnr.jpg') center/cover no-repeat;

  padding: 120px 0;

  text-align: center;

  margin: 10px;

  border-radius: 10px;

}



.contact-bnr-cnt span {

  color: #fff;

  font-size: 15px;

  font-weight: 600;

  margin-bottom: 8px;

  display: inline-block;

}



.contact-bnr-cnt h1 {

  color: #fff;

  font-size: 54px;

  line-height: 64px;

  font-weight: 800;

  margin-bottom: 12px;

}



.contact-bnr-cnt p {

  color: #fff;

  max-width: 650px;

  margin: 0 auto 18px;

}



.contact-main-sec {

  padding: 70px 0;

  background-color: #fff;

}



.contact-main-cnt {

  padding-right: 35px;

}



.contact-main-cnt>.heading {

  margin-bottom: 18px;

}



.contact-main-cnt>p {

  color: #444;

  font-size: 16px;

  line-height: 28px;

  margin-bottom: 28px;

}



.contact-detail-card {

  display: flex;

  align-items: center;

  gap: 22px;

  margin-bottom: 28px;

}



.contact-detail-icon {

  flex: 0 0 58px;

}



.contact-detail-icon img {

  width: 58px;

  height: 58px;

  object-fit: contain;

}



.contact-detail-icon i {

  font-size: 20px;

}



.contact-detail-card h3 {

  color: #a71c66;

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 5px;

}



.contact-detail-card p {

  color: #444;

  font-size: 15px;

  line-height: 25px;

  font-weight: 600;

  margin-bottom: 3px;

}



.contact-detail-card a {

  color: #444;

  transition: all 0.3s;

}



.contact-detail-card a:hover {

  color: #a71c66;

}



.contact-find-sec {

  padding: 70px 0;

  background-color: #fff;

}



.contact-find-sec .heading {

  margin-bottom: 35px;

}



.contact-branch-card {

  position: relative;

  height: 100%;

  overflow: hidden;

  border-radius: 10px;

  text-align: center;

  background: #fff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);

  transition: all 0.3s;

}



.contact-branch-map {

  position: relative;

  overflow: hidden;

}



.contact-branch-map::after {

  content: "";

  position: absolute;

  inset: 0;

  background: rgba(78, 14, 83, 0.25);

  pointer-events: none;

  transition: all 0.3s;

}



.contact-branch-map iframe {

  width: 100%;

  height: 250px;

  border: 0;

  display: block;

}



.contact-branch-card:hover {

  transform: translateY(-8px);

}



.contact-branch-card:hover .contact-branch-map::after {

  background: rgba(167, 28, 102, 0.1);

}



.contact-branch-info {

  padding: 22px 18px 24px;

}



.contact-branch-card h3 {

  color: #4e0e53;

  font-size: 23px;

  line-height: 30px;

  font-weight: 800;

  margin-bottom: 8px;

}



.contact-branch-card p {

  color: #444;

  font-size: 12px;

  line-height: 19px;

  margin-bottom: 10px;

}



.contact-branch-card span {

  color: #a71c66;

  display: block;

  font-size: 13px;

  font-weight: 700;

  margin-bottom: 14px;

}



.contact-branch-card span i {

  margin-right: 5px;

}



.contact-branch-card a {

  display: inline-block;

  color: #fff;

  background: #4e0e53;

  border: 1px solid #4e0e53;

  border-radius: 4px;

  font-size: 12px;

  font-weight: 600;

  padding: 8px 18px;

  transition: all 0.3s;

}



.contact-branch-card a:hover {

  background-color: #fff;

  color: #a71c66;

  border-color: #a71c66;

}



/* ========== Contact Page End ========== */





/* ========== Patient Safety Page ========== */



.patient-safety-bnr {

  margin: 10px 0;

  overflow: hidden;

}



.patient-safety-bnr img {

  width: 100%;

  border-radius: 10px;

  display: block;

}



.patient-safety-sec {

  padding: 40px 0;

}



.patient-safety-intro {

  padding-top: 20px;

}



.patient-safety-card,

.patient-safety-split {

  margin-bottom: 0;

}



.patient-safety-card {

  border-radius: 10px;

  overflow: hidden;

}



.purple-card {

  background: linear-gradient(135deg, #a71c66 0%, #4e0e53 100%);

  padding: 14px;

}



.patient-safety-img img {

  border-radius: 8px;

}



.patient-safety-card-cnt {

  padding: 22px 28px;

}



.purple-card .patient-safety-card-cnt h2,

.purple-card .custom-li li {

  color: #fff;
  -webkit-text-fill-color: #fff;

}



.purple-card .custom-li li::before {

  color: #fff;

}



.patient-safety-split .patient-safety-card-cnt {

  padding-left: 0;

}



.patient-safety-split:nth-child(even) .patient-safety-card-cnt {

  padding-right: 30px;

}



/* ========== Patient Safety Page End ========== */

/* ========== Our Doctors Page ========== */

.doctors-hero {
  padding: 10px 0 0;
}

.doctors-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 56px 54px;
  background: radial-gradient(circle at 8% 12%, rgba(167, 28, 102, .12), transparent 30%), linear-gradient(135deg, #f8f3f7 0%, #f4f6f7 55%, #fff 100%);
  border-radius: 24px;
}

.doctors-hero-wrap::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border: 55px solid rgba(78, 14, 83, .06);
  border-radius: 50%;
}

.doctors-hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 10px 30px 10px 12px;
}

.doctors-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a71c66;
  background: #fff;
  border: 1px solid rgba(167, 28, 102, .14);
  border-radius: 50px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(78, 14, 83, .06);
}

.doctors-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #a71c66;
  border-radius: 50%;
}

.doctors-hero-content h1 {
  color: #171019;
  max-width: 700px;
  margin: 18px 0;
  font-size: 57px;
  line-height: 1.12;
  font-weight: 800;
}

.doctors-hero-content h1 span {
  color: #a71c66;
}

.doctors-hero-content>p {
  max-width: 650px;
  color: #4c4650;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.doctors-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 32px;
}

.doctors-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4e0e53;
  border: 1px solid rgba(78, 14, 83, .28);
  border-radius: 5px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s ease;
}

.doctors-outline-btn:hover {
  color: #fff;
  background: #4e0e53;
}

.doctors-hero-counters {
  display: flex;
  align-items: stretch;
  max-width: 500px;
  padding: 17px 0;
  border-top: 1px solid rgba(78, 14, 83, .12);
  border-bottom: 1px solid rgba(78, 14, 83, .12);
}

.doctors-hero-count {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 0 22px;
}

.doctors-hero-count:first-child {
  padding-left: 0;
}

.doctors-hero-count:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 48px;
  background: rgba(78, 14, 83, .18);
}

.doctors-hero-count .count-up-inr {
  display: flex;
  align-items: center;
  line-height: 1;
}

.doctors-hero-count .count-up-inr h2,
.doctors-hero-count .count-up-inr span {
  color: #4e0e53;
  margin: 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.doctors-hero-count>p {
  color: #655d67;
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: 600;
}

.doctors-hero-visual {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0 auto;
}

.doctors-hero-image {
  overflow: hidden;
  padding: 12px;
  background: #fff;
  border-radius: 150px 24px 150px 24px;
  box-shadow: 0 24px 60px rgba(78, 14, 83, .16);
}

.doctors-hero-image img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 140px 18px 140px 18px;
}

.doctors-intro {
  padding: 60px 0;
}

.doctors-intro .heading {
  margin-bottom: 16px;
}

.doctors-care-points {
  padding: 26px 28px;
  background: #4e0e53;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(78, 14, 83, .16);
}

.doctors-care-points ul {
  margin: 0;
  padding: 0;
}

.doctors-care-points li {
  position: relative;
  color: #fff;
  list-style: none;
  padding: 12px 0 12px 30px;
  font-size: 14px;
  font-weight: 600;
}

.doctors-care-points li+li {
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.doctors-care-points li::before {
  content: "\f058";
  position: absolute;
  top: 14px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}

.doctors-directory {
  padding: 60px 0;
  background: #f8f8f9;
}

.doctors-directory .heading {
  max-width: 780px;
  margin: 0 auto 36px;
}

.doctors-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.doctors-search {
  position: relative;
  width: min(100%, 520px);
}

.doctors-search i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #a71c66;
  transform: translateY(-50%);
}

.doctors-search input {
  width: 100%;
  height: 52px;
  color: #302a32;
  background: #fff;
  border: 1px solid rgba(78, 14, 83, .14);
  border-radius: 12px;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 14px;
}

.doctors-search input:focus {
  border-color: #a71c66;
}

.doctors-result-count {
  color: #6d6670;
  font-size: 13px;
}

.doctors-result-count strong {
  color: #4e0e53;
  font-size: 20px;
}

.doctors-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.doctor-filter {
  color: #554e57;
  background-color: #fff;
  border: 1px solid rgba(78, 14, 83, .13);
  border-radius: 50px;
  padding: 9px 13px 9px 16px;
  font-size: 12px;
  font-weight: 650;
  transition: all .3s ease;
}

.doctor-filter span {
  display: inline-grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  color: #4e0e53;
  background-color: #f4e9f0;
  border-radius: 50%;
  margin-left: 6px;
  font-size: 10px;
}

.doctor-filter:hover,
.doctor-filter.active {
  color: #fff;
  background-color: #4e0e53;
  border-color: #4e0e53;
}

.doctor-filter:hover span,
.doctor-filter.active span {
  color: #4e0e53;
  background-color: #fff;
}

.doctor-card-col[hidden] {
  display: none !important;
}

.doctor-profile-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(78, 14, 83, .09);
  border-radius: 18px;
  box-shadow: 0 10px 34px rgba(46, 29, 91, .07);
  transition: transform .35s ease, box-shadow .35s ease;
}

.doctor-profile-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(78, 14, 83, .12);
}

.doctor-profile-image {
  position: relative;
  overflow: hidden;
  height: 285px;
  background: linear-gradient(135deg, #f4e9f0, #f8f8f9);
}

.doctor-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  transition: transform .4s ease;
}

.doctor-profile-card:hover .doctor-profile-image img {
  transform: scale(1.04);
}

.doctor-profile-image .doctor-qualification {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: #fff;
  background: #4e0e53;
  border-color: #4e0e53;
}

.doctor-profile-top {
  padding: 20px 22px 16px;
  background: linear-gradient(135deg, rgba(167, 28, 102, .08), rgba(78, 14, 83, .03));
}

.doctor-profile-title {
  min-width: 0;
}

.doctor-qualification {
  display: inline-block;
  color: #a71c66;
  background: #fff;
  border: 1px solid rgba(167, 28, 102, .14);
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .5px;
}

.doctor-profile-title h3 {
  color: #302631;
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 750;
}

.doctor-profile-title p {
  color: #a71c66;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.doctor-profile-body {
  padding: 21px 22px 12px;
}

.doctor-specialisation {
  padding: 13px 14px;
  background: #f8f5f7;
  border-left: 3px solid #a71c66;
  border-radius: 0 9px 9px 0;
}

.doctor-specialisation span {
  display: block;
  color: #4e0e53;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.doctor-specialisation p {
  color: #4e484f;
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 600;
}

.doctor-expertise {
  margin-top: 14px;
}

.doctor-expertise h4 {
  color: #4e0e53;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
}

.doctor-expertise-content {
  overflow: hidden;
}

.doctor-expertise ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
}

.doctor-expertise li {
  position: relative;
  color: #666069;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.45;
}

.doctor-expertise li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #4e0e53;
}

.doctor-profile-footer {
  padding: 0 22px 20px;
}

.doctors-view-more-wrap {
  margin-top: 38px;
  text-align: center;
}

.doctors-view-more-wrap[hidden] {
  display: none;
}

.doctors-view-more {
  min-width: 190px;
}

.doctors-empty {
  padding: 70px 20px 20px;
  text-align: center;
}

.doctors-empty i {
  color: #a71c66;
  font-size: 42px;
}

.doctors-empty h3 {
  color: #4e0e53;
  margin: 15px 0 6px;
}

.dr-book-appointment {
  margin-bottom: 150px !important;
}

/* ========== Our Doctors Page End ========== */


/* ========== Terms And Conditions Page ========== */

.legal-page {
  background: #fff;
}

.legal-bnr {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.16) 0 90px, transparent 92px),
    radial-gradient(circle at 86% 70%, rgba(192, 37, 127, 0.34) 0 150px, transparent 152px),
    linear-gradient(135deg, #4e0e53 0%, #67136c 58%, #2b0b30 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.legal-bnr::before,
.legal-bnr::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.legal-bnr::before {
  width: 230px;
  height: 230px;
  left: -90px;
  top: -95px;
  background: rgba(255, 255, 255, 0.08);
}

.legal-bnr::after {
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: -150px;
}

.legal-bnr-card {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.legal-bnr .heading {
  margin: 0;
}

.legal-bnr-card .heading p span {
  color: #fff;
}

.legal-bnr .heading h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin: 0;
}

.legal-content-sec {
  padding: 70px 0;
  background:
    radial-gradient(circle at 8px 8px, rgba(78, 14, 83, 0.06) 1.5px, transparent 2px) 0 0 / 24px 24px,
    #fff;
}

.legal-content-box {
  background: #fff;
  border: 1px solid rgba(78, 14, 83, 0.12);
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 18px 50px rgba(78, 14, 83, 0.09);
}

.legal-content-box li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}

.legal-content-box li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4e0e53;
}

.legal-content-box a {
  color: #4e0e53;
  font-weight: 700;
}

.legal-content-box h2 {
  font-size: 23px;
  font-weight: 600;
}


/* ========== Terms And Conditions Page End ========== */