@import url("../plugins/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("../plugins/animate.min.css");
@import url("../plugins/bootstrap.min.css");
@import url("../plugins/bootstrap-select.min.css");
@import url("../plugins/jquery-ui/jquery-ui.css");
@import url("../plugins/timePicker.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700|Source+Sans+Pro:400,600,700");
body {
  line-height: 1.4;
  font-family: "Poppins";
  overflow-x: hidden;
}

p {
  font-family: "poppins", sans-serif;
  color: #848484;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/*=== MEDIA QUERY ===*/
body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

.page-wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

input,
button,
select,
textarea {
  font-family: "Poppins", sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
}

.section-title h3 {
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  font-weight: 700;
  font-family: "poppins", sans-serif;
}

.section-title span {
  color: #222222;
  font-weight: 400;
}

.section-title p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  font-family: "poppins", sans-serif;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 36px;
  background: #48bdc5;
  border: 1px solid #48bdc5;
  display: inline-block;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover {
  color: #48bdc5;
  border: 1px solid #48bdc5;
  background: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 27px;
  padding: 8px 36px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two:hover {
  color: #ffffff;
  border: 1px solid #48bdc5;
  background: #48bdc5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.section {
  padding: 100px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.bg-gray {
  background: #fafafa;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header-top {
  background: #57426f;
  padding: 10px 0;
}

.header-top .container {
  display: flex;
  align-items: center;
}

/* left phone */

.header-top .top-left h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.header-top .top-left i {
  margin-right: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  font-size: 14px;
}

/* center mail */

.header-top .top-center h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-left: 150px;
}

.header-top .top-center i {
  margin-right: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  font-size: 14px;
}

/* responsive */

@media (max-width: 768px) {
  .header-top .container {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .header-top .top-center h6 {
    margin-left: 0px;
  }
}
/* ///////////////////////////////////////////////////////////////////////////////////////// */

.header-uper {
  padding: 10px 0;
  background: #ffffff;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* center text */

.contact-info strong {
  color: #b31c85;
  font-size: 17px;
  font-weight: 700;
}

/* right section */

.right-side {
  text-align: right;
}

.emergency {
  color: #b31c85;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.phone-box {
  background: #5a4473;
  color: white;
  padding: 7px 30px;
  font-size: 20px;
  letter-spacing: 3px;
}

/* responsive */

@media (max-width: 768px) {
  .header-flex {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .right-side {
    text-align: center;
  }
  .logo-img {
    width: 100%;
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////////// */

/* ===============================
   MAIN MENU
================================ */
.main-menu {
  background: #5a4473;
  margin-bottom: 0;
}

/* ===============================
   CENTER MENU
================================ */
.navbar-nav {
  text-align: center;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin: 0 auto;
  }
}

/* ===============================
   MENU LINKS
================================ */
.navbar .nav-link {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* PLUS ICON */
.navbar .nav-link span {
  margin-left: 5px;
  font-weight: bold;
}

/* ===============================
   HOVER EFFECT
================================ */
.navbar .nav-link:hover {
  background: transparent;
  color: #ffffff !important;
}

/* ===============================
   ACTIVE MENU UNDERLINE
================================ */
.navbar .nav-item.active .nav-link,
.navbar .nav-link.active {
  position: relative;
  background: transparent;
  color: #ffffff !important;
}

.navbar .nav-link.active:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: 40px;
  height: 3px;
  background: #ffffff;
}

/* ===============================
   DROPDOWN MENU
================================ */
.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  background: #ffffff;
  min-width: 200px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item {
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  text-transform: none;
}

.dropdown-menu .dropdown-item:hover {
  background: #5a4473;
  color: #fff;
}
/* NESTED DROPDOWN FIX FINAL */

.dropdown-submenu {
  position: relative;
}

/* Hide submenu by default */
.dropdown-submenu > .dropdown-menu {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
}

/* Show only on hover (desktop) */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }
}

/* Mobile fix */
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 15px;
  }
}
/* ===============================
   DROPDOWN HOVER (optional)
================================ */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* ===============================
   MOBILE MENU
================================ */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: left;
  }

  .navbar .nav-link {
    padding: 12px 15px !important;
  }
} /* ///////////////////////////////////////////////////////////////////////////////////////////// */
.hero-slider {
  height: 70vh;
}

.hero-slider .slider-item {
  height: 70vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-slider .slider-item:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-slider .content {
  position: relative;
  z-index: 2;
}

.hero-slider .content.style h2 {
  font-size: 60px;
}

@media (max-width: 767px) {
  .hero-slider .content.style h2 {
    font-size: 30px;
  }
}

.hero-slider .content.style .offer-text {
  letter-spacing: 7px;
  font-size: 15px;
  margin-bottom: 5px;
}

.hero-slider .content.style .tag-text {
  font-size: 20px;
  font-weight: normal;
}

.hero-slider .content.style .btn-main {
  border-radius: 3px;
  padding: 16px 50px;
  font-weight: 700;
}

.hero-slider .content h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.hero-slider .content p {
  font-size: 26px;
  color: #fff;
}

.hero-slider .content .btn-white {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.hero-slider .content .btn-white:hover {
  background: #fff;
  color: #000;
}

.hero-slider .slick-dots {
  bottom: 20px;
}

.hero-slider .slick-dots li {
  margin: 0 3px;
}

.hero-slider .slick-dots li button:before {
  font-size: 15px;
}

.hero-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

.hero-slider .slick-prev {
  left: 20px;
  z-index: 100;
}

.hero-slider .slick-prev:before {
  content: "\f177";
  font-family: "FontAwesome";
}

.hero-slider .slick-next {
  right: 20px;
  z-index: 100;
}

.hero-slider .slick-next:before {
  content: "\f178";
  font-family: "FontAwesome";
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 991px) {
  .hero-slider,
  .hero-slider .slider-item {
    height: 60vh;
  }

  .hero-slider .content h2 {
    font-size: 28px;
  }

  .hero-slider .content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-slider,
  .hero-slider .slider-item {
    height: 20vh;
  }

  .hero-slider .content {
    text-align: center;
    padding: 0 15px;
  }

  .hero-slider .content h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-slider .content p {
    font-size: 14px;
  }

  .hero-slider .content.style .offer-text {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .hero-slider .content.style .tag-text {
    font-size: 14px;
  }

  .hero-slider .content.style .btn-main {
    padding: 10px 20px;
    font-size: 14px;
  }

  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    display: none !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////// */

.about-section {
  padding-top: 150px;
  padding-bottom: 50px;
  background: #ffffff;
}

.about-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #09215d;
}
.about-section p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;

  text-align: justify;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}

/* main hospital image */

.hospital-img {
  position: relative;
  z-index: 2;
  width: 550px;
}

/* shapes image */

.shape-bg {
  position: absolute;
  top: -50px;
  right: 50px;
  width: 450px;
  z-index: 1;
}

/* button */
.read-btn {
  background: #6a4a7b;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;

  box-shadow: 0 10px 20px rgba(222, 111, 188, 0.5);
  transition: 0.3s;
}

.read-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(222, 111, 188, 0.7);
}

/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 991px) {
  .about-section {
    text-align: center;
  }

  .about-section h2 {
    font-size: 30px;
  }

  .hospital-img {
    width: 100%;
  }

  .shape-bg {
    width: 70%;
    right: 0;
    top: -30px;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .about-section h2 {
    font-size: 26px;
  }

  .about-section p {
    text-align: left;
  }

  .image-wrapper {
    margin-top: 30px;
  }

  .hospital-img {
    width: 100%;
  }

  .shape-bg {
    width: 80%;
    right: 10px;
    top: -20px;
  }

  .read-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}
/* ///////////////////////////////////////////////////////////////////////////////////////// */

.section-title {
  font-size: 35px;
  font-weight: 700;
  color: #0b2c5f;
}

/* FIXED divider */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/* FIX: make line flexible and visible */
.divider .line {
  margin-top: 25px;
  flex: 1; /* THIS is key */
  max-width: 300px; /* controls length */
  height: 2px;
  background-color: #b4288b;
}

/* icon styling */
.divider .icon {
  color: #b4288b;
  margin-top: 25px;
  font-size: 40px;
}
/* ///////////////////////////////////////////////////////////// */
.feature-section {
  background: url("../images/featured-bg.jpg") center center/cover no-repeat;
  position: relative;
  padding: 60px 0;
  margin-top: 150px;
}

.feature-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 66, 111, 0.85);
}

.feature-section .container {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}

.feature-box {
  background: #fff;
  padding: 40px 20px;
  border: 1px solid #e5e5e5;
  height: 100%;
}

.feature-box img {
  width: 150px;
  margin-bottom: 20px;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 600;
}

.feature-box h5 a {
  color: #c51d8a;
  text-decoration: underline;
}

.feature-box p {
  color: #c51d8a;
  margin-top: 5px;
}

.feature-section .row {
  margin: 0;
}

.feature-section .col-lg-4,
.feature-section .col-md-6 {
  padding: 0;
}
/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 991px) {
  .feature-section {
    margin-top: 80px;
  }

  .feature-section .container {
    margin-top: -120px;
  }

  .feature-box img {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .feature-section {
    margin-top: 60px;
    padding: 40px 0;
  }

  .feature-section .container {
    margin-top: 0; /* remove overlap on mobile */
  }

  .feature-box {
    padding: 30px 15px;
  }

  .feature-box img {
    width: 100px;
  }

  .feature-box h5 {
    font-size: 16px;
  }

  .feature-section .col-lg-4,
  .feature-section .col-md-6 {
    padding: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////// */

.mission-vision-section {
  background: #fafdff;
  padding-top: 70px;
}

.mission-box h2,
.vision-box h2 {
  color: #0b2c5f;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.line {
  width: 80%;
  height: 3px;
  background: #b72a8f;
  margin-bottom: 20px;
}

.mission-box p,
.vision-box p {
  color: #444;
  line-height: 1.8;
  font-size: 15px;
}

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

.values-section {
  padding: 60px 0;
}

.values-title {
  color: #0b2c5f;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.values-subtitle {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.title-line {
  width: 45%;
  height: 3px;
  background: #b72a8f;
  margin-bottom: 40px;
}

.value-box i {
  font-size: 40px;
  color: #b72a8f;
  margin-bottom: 15px;
}

.value-box h5 {
  color: #b72a8f;
  font-size: 15px;
  font-weight: 600;
}

.value-box {
  background: #fff;
  padding: 45px 20px;
  border-bottom: 4px solid #b72a8f;
  transform: translateY(-3px);
  box-shadow: 20px 20px 20px rgba(222, 111, 188, 0.2);
}
/* //////////////////////////////////////////////////////////////// */
.counter-section {
  background: url("../images/counter-bg.jpg") center center/cover no-repeat;
  position: relative;
  background-attachment: fixed;
  padding: 60px 0;
}

.counter-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(91, 63, 116, 0.85);
}

.counter-section .container {
  position: relative;
  z-index: 2;
}

.counter-box h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 5px;
}

.counter-box p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.counter-box h2::after {
  content: "+";
}
/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 991px) {
  .counter-box h2 {
    font-size: 45px;
  }

  .counter-box p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .counter-section {
    background-attachment: scroll; /* fix mobile issue */
    padding: 40px 0;
  }

  .counter-box {
    margin-bottom: 25px;
  }

  .counter-box h2 {
    font-size: 36px;
  }

  .counter-box p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
/* /////////////////////////////////////////////////////////////////////////////////////////// */
.why-section {
  background: #eff4f8;
}

.why-title {
  font-size: 35px;
  font-weight: 700;
  color: #09215d;
  margin-bottom: 15px;
}

.why-subtitle {
  color: #000;
  font-size: 15px;
  font-size: 400;
  margin: 0 auto;
  color: #555;
  line-height: 1.7;
}

.why-card {
  background: #fff;
  padding: 35px 30px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-card h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
}

.why-card p {
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 0;
}

/* bottom line */
.why-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c51d8a;
}
/* //////////////////////////////////////////////////////////////////////////////////////////// */
.units-section {
  background: #ffffff;
}

.units-title {
  font-size: 33px;
  font-weight: 700;
  color: #09215d;
  margin-bottom: 15px;
}

/* divider */
.units-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.units-divider .line {
  width: 300px;
  height: 2px;
  background: #c51d8a;
}

.units-divider i {
  color: #c51d8a;
  font-size: 30px;
}

/* unit box */
.unit-box {
  padding: 20px 10px;
  transition: 0.3s;
}

.unit-box img {
  height: 100px;
  margin-bottom: 15px;
}

.unit-box h6 {
  color: #b4288b;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}

.unit-box:hover {
  transform: translateY(-5px);
}
.units-row {
  display: flex;
  flex-wrap: wrap;
}

.unit-col {
  width: 20%;
  padding: 5px;
}

@media (max-width: 992px) {
  .unit-col {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .unit-col {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .unit-col {
    width: 100%;
  }
}
/* ///////////////////////////////////////////////////////////////////////////////// */
.doctors-section {
  background: #ffffff;
}

.doctor-title {
  font-weight: 700;
  font-size: 35px;
  color: #09215d;
}

.doctor-subtitle {
  font-size: 15px;
  font-size: 400;
  margin: 10px auto;
  color: #000;
}

.doctor-card {
  background: #fff;
  padding: 25px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* hover shadow */
.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.doctor-img {
  border: 2px solid #c51d8a;
  padding: 5px;
  margin-bottom: 15px;
}

.doctor-card h5 {
  color: #c51d8a;
  font-weight: 600;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.doctor-social {
  margin: 10px 0;
}

.doctor-social i {
  color: #c51d8a;
  margin: 0 8px;
  cursor: pointer;
}

.doctor-card p {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

/* button */
.doctor-btn {
  background: #c51d8a;
  color: #fff;
  font-size: 20px;
  padding: 12px 35px;
  border-radius: 30px;
}

.doctor-btn:hover {
  background: #a51572;
  color: #fff;
}
/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 991px) {
  .doctor-title {
    font-size: 28px;
    text-align: center;
  }

  .doctor-subtitle {
    text-align: center;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .doctor-title {
    font-size: 24px;
  }

  .doctor-card {
    padding: 20px;
  }

  .doctor-card h5 {
    font-size: 15px;
  }

  .doctor-card p {
    font-size: 14px;
  }

  .doctor-btn {
    font-size: 16px;
    padding: 10px 25px;
  }

  .doctor-social i {
    margin: 0 5px;
  }
}
/* ///////////////////////////////////////////////////////////////////// 
*/
.reviews-section {
  background: url("../images/review-bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

/* light overlay */
.reviews-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.reviews-section .container {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  margin-bottom: 15px;
}

.review-title {
  font-size: 35px;
  font-weight: 700;
  color: #09215d;
}

/* divider */
.review-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.review-divider .line {
  width: 300px;
  height: 3px;
  background: #c51d8a;
}

.review-divider i {
  color: #ffc107;
  font-size: 50px;
}

/* review box */
.review-box {
  position: relative;
  padding: 20px 30px;
}

.review-box h5 {
  color: #b4288b;
  font-size: 16px;
  font-weight: 600;
}

.review-stars {
  color: #ffc107;
  margin-bottom: 10px;
}

.review-box p {
  color: #000;
  font-size: 15px;
  font-weight: 400;

  line-height: 1.7;
}

/* quote */
.review-box .quote {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 60px;
  color: #ccc;
}
/* //////////////////////////////////////////////////////////////////////////////// */
.video-section {
  background: #ffffff;
}

.video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* //////////////////////////////////////////////////////////////////////////// */
.footer-section {
  background: url("../images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 60px 0 0;
  padding-bottom: 50px;
}

.footer-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(87, 66, 111, 0.65);
  top: 0;
  left: 0;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}

.footer-logo {
  width: 300px;
  margin-bottom: 15px;
  background: #ffffff;
}

.footer-about p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-links i {
  margin-right: 10px;
  font-size: 25px;
}

.footer-social i {
  margin-right: 15px;
  cursor: pointer;
}

.footer-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

/* bottom */
.footer-bottom {
  background: #000;
  padding: 10px 0;
}

.footer-bottom span {
  color: #c51d8a;
}
/* ===============================
   RESPONSIVE FIX
================================ */

@media (max-width: 991px) {
  .footer-logo {
    margin: 0 auto 15px;
    display: block;
  }

  .footer-title {
    margin-top: 25px;
  }

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

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

  .footer-logo {
    width: 220px;
  }

  .footer-links li {
    font-size: 14px;
  }

  .footer-links i {
    font-size: 18px;
  }

  .footer-map iframe {
    height: 180px;
    margin-top: 15px;
  }

  .footer-bottom {
    font-size: 13px;
  }
}
/* ///////////////////////////////////////////////////////////// */
.page-banner {
  background: url("../images/banner.jpg") center center/cover no-repeat;
  position: relative;
  padding: 120px 0;
  text-align: center;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 40, 139, 0.5); /* overlay color */
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.page-banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .page-banner {
    padding: 80px 0;
  }

  .page-banner h1 {
    font-size: 32px;
  }
}
/* /////////////////////////////////////////////////////////////// */
.about-life-section {
  background: #fff;
}

.about-tag {
  color: #c51d8a;
  font-weight: 600;
  letter-spacing: 2px;
}

.about-title {
  font-size: 38px;
  font-weight: 700;
  color: #09215d;
  margin: 10px 0 20px;
}

.about-life-section p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

/* image grid */
.about-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}

.img-box img {
  width: 80%;
  border-radius: 6px;
}

/* bottom wide image */
.img3 {
  grid-column: 1/3;
}

/* badge */
.badge-box {
  position: absolute;
  top: 45%;
}

.value-badge {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.value-badge img {
  width: 40px;
  margin-bottom: 5px;
}

.value-badge p {
  color: #c51d8a;
  font-weight: 600;
  margin: 0;
}
.about-link {
  color: #c51d8a;
  text-decoration: underline;
  font-weight: 500;
}

.about-link:hover {
  color: #c51d8a;
}
@media (max-width: 991px) {
  .about-image-grid {
    margin-top: 30px;
  }

  .badge-box {
    position: static;
  }
}
/* ////////////////////////////////////////////////////////////////////// */
.dividerr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.dividerr span {
  display: block;
  width: 180px;
  height: 3px;
  background: #c51d8a;
}

.dividerr i {
  color: #c51d8a;
  font-size: 18px;
}
.guarantee-section {
  background: #ffffff;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #09215d;
}

.section-desc {
  font-family: 15px;
  font-weight: 400;
  margin: 20px auto;
}

.circle-box {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-top: 40px;
  margin-bottom: 50px;
}

.circle-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #b4288b;
}

.circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  background: conic-gradient(#c51d8a 0deg, #eee 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle span {
  position: absolute;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
.progress-circle {
  width: 140px;
  height: 140px;
  position: relative;
  margin: 0 auto 20px;
}

.progress-circle svg {
  width: 140px;
  height: 140px;
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke: #eee;
  stroke-width: 8;
}

.progress-circle .progress {
  stroke: #c51d8a;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  transition: 1.5s ease;
}

.progress-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 700;
}
/* /////////////////////////////////////////////////////////////////////////// */
.physician-section {
  background: #ffffff;
}

.physician-title {
  font-size: 38px;
  font-weight: 700;
  color: #09215d;
  margin-top: 100px;
}

.divider1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 15px 0 25px;
}

.divider1 span {
  width: 350px;
  height: 3px;
  background: #c51d8a;
}

.divider1 i {
  color: #c51d8a;
  font-size: 40px;
}

.dept-title {
  background: #5b3f74;
  color: #fff;
  padding: 5px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.doctor-cardd {
  background: #fff;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  margin-bottom: 40px;
}

.doctor-cardd img {
  width: 100%;
}

.doctor-info {
  background: #5b3f74;
  color: #fff;
  padding: 15px;
}

.doctor-info h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.doctor-info p {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 400;
  color: #ffffff;
}
/* /////////////////////////////////////////////////////////////////////////// */
.insurance-section {
  background: #ffffff;
}

.insurance-box {
  padding: 20px;
  text-align: center;
}

.insurance-box img {
  max-width: 300px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.insurance-box a {
  display: block;
  color: #c51d8a;
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
}

.insurance-box a:hover {
  color: #09215d;
}
/* //////////////////////////////////////////////////////////////////////////// */
.health-check-section {
  background: #ffffff;
}

.health-img-box {
  border: 8px solid #c51d8a;
  position: relative;
  height: 450px;
  width: 100%;
  max-width: 550px; /* increase width */
}

.health-img-box img {
  width: 100%;
  height: 400px; /* increase height */
  object-fit: cover;
}

.health-label {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #c51d8a;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
}

.health-list {
  list-style: none;
  padding: 0;
}

.health-list li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.health-list li::before {
  content: "\f0f0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  left: 0;
  color: #c51d8a;
}
/* ////////////////////////////////////////////////////////////////////////// */
.dept-section {
  background: #fff;
}

.dept-box img {
  width: 100%;
  margin-bottom: 20px;
}

.dept-titlee {
  color: #c51d8a;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.dept-list {
  list-style-type: disc !important;
  padding-left: 20px;
  color: #000;
}

.dept-list li {
  list-style-type: disc;
}

.dept-list li {
  font-size: 15px;
}
/* /////////////////////////////////////////////////////////////////////// */
.ivf-title {
  color: #c51d8a;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 80px;
}

.ivf-box {
  position: relative;
  overflow: hidden;
}

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

.ivf-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c51d8a;
  color: #fff;
  padding: 12px;
  font-weight: 600;
}
/* ////////////////////////////////////////////////////////////////// */
.male-infertility {
  background: #fff;
}

.infertility-title {
  font-size: 38px;
  font-weight: 700;
  color: #09215d;
}

.title-line {
  width: 180px;
  height: 4px;
  background: #c51d8a;
  margin: 15px 0;
}

.infertility-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.infertility-text a {
  color: #c51d8a;
  font-weight: 600;
  text-decoration: underline;
}

.infertility-icons {
  margin-top: 20px;
}

.infertility-icons img {
  width: 140px;
  margin-right: 40px;
  margin-top: 10px;
}

.infertility-img img {
  border-radius: 110px;
  border-bottom-left-radius: 0px;
}
/* //////////////////////////////////////////////////////////////////////////////// */
.causes-section {
  background: #ffffff;
}

.cause-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  height: 100%;
  margin-top: 20px;
}

.cause-box i {
  color: #c51d8a;
  font-size: 28px;
  margin-bottom: 15px;
}

.cause-box h5 {
  color: #c51d8a;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
.cause-box p {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}

.cause-box p {
  color: #333;
  margin: 0;
}

.cause-title h2 {
  color: #09215d;
  font-size: 36px;
  font-weight: 700;
}

.cause-title i {
  font-size: 40px;
}
/* ////////////////////////////////////////////////////////// */
.causee-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #09215d;
  margin-bottom: 15px;
}

.causee-line {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.causee-line i {
  color: #c51d8a;
  font-size: 40px;
}

.causee-line span {
  height: 4px;
  width: 250px;
  background: #c51d8a;
  display: block;
}

.causee-header p {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
/* //////////////////////////////////////////////////////////////// */
.doctor-profile {
  position: relative;
  padding: 80px 0;
}

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

.doctor-profile .container {
  position: relative;
  z-index: 2;
}

.doctorr-title {
  font-size: 33px;
  font-weight: 700;
  color: #09215d;
}

.doctor-degree {
  margin: 15px 0;
  font-size: 20;
  font-weight: 600;
  color: #09215d;
}

.doctor-text {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
}

.doctor-text a {
  color: #c51d8a;
  text-decoration: underline;
}

.d-img {
  width: 260px;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .doctor-card {
    margin-top: 30px;
  }

  .doctor-title {
    font-size: 30px;
  }
}

.doctor-says {
  background: url("../images/doctor-bg.png") center center/cover no-repeat;
  padding: 60px 0;
  position: relative;
}
.doctor-sayss {
  padding: 60px 0;
  position: relative;
}

.doctor-says::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.doctor-says .container {
  position: relative;
  z-index: 2;
}

.doctor-says-title {
  font-size: 32px;
  font-weight: 600;
  color: #09215d;
}

.doctor-says-desc {
  margin: 15px auto 0;
  color: #333;
  line-height: 1.7;
}

.sub-title {
  font-size: 32px;
  font-weight: 700;
  color: #09215d;
  margin-bottom: 15px;
}

.doctor-says p {
  line-height: 1.8;
  color: #333;
}
@media (max-width: 991px) {
  .sub-title {
    margin-top: 20px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////// */
.videoo-section {
  background: #ffffff;
}

.video-boxx {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.video-boxx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* /////////////////////////////////////////////////////////////////// */
.diabetes-section {
  background: #ffffff;
}

.diabetes-content p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #222;
  margin-bottom: 18px;
  text-align: justify;
}

.tips-title {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}

.diabetes-img img {
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.dos-donts-section {
  background: #ffffff;
}

.dos-box,
.donts-box {
  background: #fff;
  padding: 40px 35px;
  border-radius: 60px;
  border: 2px solid #555a60;
  box-shadow: 0 15px 0 #555a60;
  height: 100%;
  width: 90%;
}

.dos-box h3,
.donts-box h3 {
  font-weight: 700;
  margin-bottom: 25px;
  color: #5c3f73;
}

.dos-list,
.donts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dos-list li,
.donts-list li {
  margin-bottom: 18px;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  line-height: 26px;
}

.dos-list i {
  color: #5c3f73;
  margin-right: 12px;
  margin-top: 4px;
  font-size: 18px;
}

.donts-list i {
  color: #5c3f73;
  margin-right: 12px;
  margin-top: 4px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .diabetes-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .diabetes-img {
    margin-top: 20px;
  }

  .dos-box,
  .donts-box {
    width: 100%;
    border-radius: 25px;
    padding: 25px 20px;
    box-shadow: 0 10px 0 #555a60;
  }

  .dos-box h3,
  .donts-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .dos-list li,
  .donts-list li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .dos-list i,
  .donts-list i {
    font-size: 16px;
    margin-right: 8px;
  }
}
/* /////////////////////////////////////////////////////////////////////////////*/
.success-section {
  background: #ffffff;
}

.success-tag {
  color: #c51d8a;
  font-weight: 600;
  font-size: 22px;
}

.success-title {
  font-weight: 700;
  color: #09215d;
  margin: 15px 0;
  font-size: 25px;
}

.success-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
  margin-bottom: 30px;
}

.success-gallery2 img {
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.success-gallery img {
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 300px;
}

.success-note {
  font-size: 18px;
  font-weight: 500;
  color: #6f6f6f;
}
.popup-img {
  cursor: pointer;
}

#imgPopup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.popup-content {
  max-width: 600px;
  width: 90%;
}

.closeBtn {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
/* //////////////////////////////////////////////////////////////////////// */
.contact-section {
  background: #ffffff;
  padding: 60px 0;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.main-title {
  text-align: center;
  color: #b62688;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sub-titlee {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}

.contact-box {
  max-width: 600px;
  margin: 0; /* remove center */
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-item .icon {
  font-size: 22px;
  color: #b02a8f;
  margin-top: 3px;
}

.contact-item h5 {
  margin: 0;
  color: #b02a8f;
  font-size: 19px;
  font-weight: 500;
}

.contact-item p {
  margin: 5px 0 0;
  line-height: 26px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

hr {
  border: none;
  height: 2px;
  background: #b62688;
  margin: 20px 0;
  width: 60%;
}

.social-title {
  color: #b02a8f;
  font-size: 20px;
  margin-top: 20px;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #b02a8f;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
}

.contact-item .icon {
  font-size: 20px;
  color: #b02a8f;
  min-width: 25px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #b02a8f;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  font-size: 14px;
}

.map-section {
  padding: 60px 0;
  background: #fff;
}

.map-title {
  font-size: 28px;
  color: #b02a8f;
  margin-bottom: 25px;
  text-align: left;
}

.map-wrapper {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/* //////////////////////////////////////////////////////////////////////////// */
.ivf-section {
  background: #ffffff;
}

/* Title */
.ivf-titlee {
  font-size: 33px;
  font-weight: 700;
  color: #0b2c6b;
}

/* Subtitle */
.ivf-subtitle {
  max-width: 850px;
  margin: 15px auto 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.8px;
}
.ivf-subtitlee {
  margin: 15px auto 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.8px;
}

/* Right text */
.ivf-text {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: 0.8px;
}

/* Image shape */
.ivf-image-box {
  position: relative;
  background: #e7cfc2;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

/* Leaf / blob shape effect */
.ivf-image-box img {
  max-width: 100%;
  border-radius: 50% 40% 50% 40%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.faq-section {
  background: #ffffff;
}

.faq-title {
  font-size: 42px;
  font-weight: 700;
  color: #0b2c6b;
}

/* Accordion Style */
.custom-accordion .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.custom-accordion .accordion-button {
  background: #fff;
  color: #0b2c6b;
  font-weight: 500;
  font-size: 16px;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #0b2c6b;
}

.custom-accordion .accordion-body {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
}

/* Arrow Icon Custom */
.accordion-button::after {
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq-list {
  padding-left: 20px;
  margin: 0;
}

.faq-list li {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  margin-bottom: 5px;
  list-style: disc;
}
/* ///////////////////////////////////////////////////////////////////////////////// */
.gallery-section {
  background: #ffffff;
}

/* Tabs */
.filter-tabs button {
  background: #c51d8a;
  color: #fff;
  border: none;
  padding: 5px 20px;
  margin: 5px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.filter-tabs button.active {
  background: #e8d2dc;
  color: #c51d8a;
}

/* Images */
.gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
/* ///////////////////////////////////////////////////////////////////////////// */
.blog-card {
  background: #fff;
  border: 1px solid #eee;
}

.blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 20px;
  text-align: left;
}

.blog-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 14px;
  color: #555;
}

/* Read more */
.read-more {
  color: blue;
  font-size: 14px;
  text-decoration: none;
}

/* Footer */
.blog-footer {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.user-icon {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.user-icon i {
  font-size: 20px;
  color: #666;
}

.author {
  color: #c51d8a;
  font-weight: 500;
}

.date {
  font-size: 13px;
  color: #777;
}
/* /////////////////////////////////////////////////////////////////// */
.blog-details {
  background: #f8f8f8;
}

/* Image */
.blog-image img {
  width: 50%;
  height: auto;
  border-radius: 5px;
}

/* Title */
.blog-content h2 {
  font-size: 25px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}

/* Meta */
.meta {
  color: #c51d8a;
  font-size: 14px;
  margin-bottom: 20px;
}

.meta .category {
  color: #c51d8a;
}
.meta a {
  color: #c51d8a;
}

.meta .author {
  color: #c51d8a;
}

/* Paragraph */
.blog-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Highlight text */
.highlight {
  color: #c51d8a;
  font-weight: 600;
  text-decoration: underline;
}
.author-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 25px 30px;
}

/* Text */
.author-text {
  font-size: 35px;
  color: #555;
  font-weight: 400;
}

.author-text span {
  color: #444;
}

/* Icon */
.author-icon {
  width: 90px;
  height: 90px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-icon i {
  font-size: 40px;
  color: #fff;
}
/* ///////////////////////////////////////////////////////////////////////////// */
.info-card {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.info-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2c66;
  margin-bottom: 15px;
}

.info-card p {
  font-size: 15px;
  color: #333;
  line-height: 26px;
}
@media (max-width: 767px) {
  .info-card {
    padding: 20px;
  }

  .info-card h5 {
    font-size: 18px;
  }
}

.steps-section {
  background: #f7edff; /* light purple bg */
}

/* LEFT TEXT */
.steps-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b2c66;
  line-height: 1.3;
  margin-bottom: 15px;
}

.steps-left p {
  font-size: 15px;
  color: #333;
  line-height: 26px;
}

/* CARDS */
.step-card {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.step-card h5 {
  font-size: 15px;
  font-weight: 500;
  color: #0b2c66;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 14px;
  color: #444;
  line-height: 24px;
}
@media (max-width: 767px) {
  .steps-left h2 {
    font-size: 22px;
  }

  .step-card {
    padding: 20px;
  }
}
.risk-section {
  background: #ffffff;
}

/* Title */
.risk-title {
  font-size: 28px;
  font-weight: 700;
  color: #0b2c66;
  margin-bottom: 15px;
}

/* Description */
.risk-desc {
  font-size: 15px;
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
}

/* List */
.risk-list {
  padding-left: 20px;
}

.risk-list li {
  font-size: 15px;
  color: #333;
  line-height: 28px;
  margin-bottom: 15px;
}

/* Link */
.risk-link {
  color: #c51d8a;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .risk-title {
    font-size: 22px;
  }

  .risk-desc,
  .risk-list li {
    font-size: 14px;
  }
}
.footer-links li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.footer-links li a i {
  margin-right: 10px;
}

.footer-links li a:hover {
  color: #c51d8a;
  padding-left: 5px;
}
/* ///////////////////////////////////////////////////////////////////////// */
.career-section {
  background: #ffffff;
}

/* LEFT */
.career-left h3 {
  color: #c51d8a;
  font-size: 28px;
  font-weight: 700;
}

.career-left .line {
  display: block;
  width: 250px;
  height: 3px;
  background: #c51d8a;
  margin: 10px 0 25px;
}

/* LIST */
.career-list {
  list-style: none;
  padding: 0;
}

.career-list li {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #222;
}

.career-list i {
  color: #c51d8a;
  margin-right: 12px;
  font-size: 20px;
}

/* IMAGE */
.career-img img {
  width: 100%;
  border-radius: 6px;
}

/* CARD */
.career-card {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 260px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.career-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #f7e3ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-card .icon i {
  color: #c51d8a;
  font-size: 28px;
}

.career-card p {
  color: #c51d8a;
  font-weight: 600;
  letter-spacing: 1px;
}

.career-section1 {
  background: #ffffff;
}

/* LEFT */
.career-left1 h3 {
  color: #c51d8a;
  font-size: 28px;
  font-weight: 700;
}

.career-left1 .line {
  display: block;
  width: 250px;
  height: 3px;
  background: #c51d8a;
  margin: 10px 0 25px;
}

/* LIST */
.career-list1 {
  list-style: none;
  padding: 0;
  
}

.career-list1 li {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #222;
}

.career-list1 i {
  color: #c51d8a;
  margin-right: 12px;
  font-size: 20px;
}

/* IMAGE */
.career-img1 img {
  border-radius: 6px;
}

/* CARD */
.career-card1 {
  position: absolute;
  top: 50%;
right: -60px;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 260px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.career-card1 .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #f7e3ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-card1 .icon i {
  color: #c51d8a;
  font-size: 28px;
}

.career-card1 p {
  color: #c51d8a;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .career-card {
    position: static;
    transform: none;
    margin: 20px auto 0;
  }

  .career-left .line {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .career-card1 {
    position: static;
    transform: none;
    margin: 20px auto;
  }

  .career-list1 {
    margin-top: 20px;
  }
}