/********** Template CSS **********/
:root {
  --primary: #13c5dd;
  --secondary: #354f8e;
  --light: #eff5f9;
  --dark: #1d2a4d;
}

.btn {
  font-weight: 700;
  transition: 0.5s;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 6px -6px #555555;
  -moz-box-shadow: 0 8px 6px -6px #555555;
  box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  position: relative;
  margin-left: 30px;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}

.navbar-brand {
  position: relative;
  padding: 0;
}

.navbar-logo {
  height: 130px; /* adjust as needed */
  width: auto;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

.hero-header {
  min-height: 70vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.service-item {
  position: relative;
  height: 350px;
  padding: 0 30px;
  transition: 0.5s;
}

.service-item .service-icon {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.service-item .service-icon i {
  transform: rotate(15deg);
}

.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

.price-carousel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--primary);
  border-radius: 8px 8px 50% 50%;
  z-index: -1;
}

.price-carousel .owl-nav {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  font-size: 22px;
  border-radius: 45px;
  transition: 0.5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

@media (min-width: 576px) {
  .team-item .row {
    height: 350px;
  }
}

.team-carousel .owl-nav {
  position: absolute;
  padding: 0 45px;
  width: 100%;
  height: 45px;
  top: calc(50% - 22.5px);
  left: 0;
  display: flex;
  justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: var(--light);
  border: 2px solid var(--primary);
  border-radius: 20px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 40px;
  height: 40px;
  background: var(--primary);
}

.testimonial-carousel .owl-item img {
  width: 150px;
  height: 150px;
}

/* <!-- VIDEO ARCHIVE SECTION -->/////////////////////////////////////////////////////////////////////////// */
.video-archive {
  background: #eaf6ff; /* very light sky background */
}

.explore-badge {
  background: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(135, 206, 250, 0.3);
  color: #0d6efd;
}

.section-title {
  font-size: 42px;
  font-weight: 500;
  color: #0d6efd;
}

/* Video Card */
.video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s ease;
}

.video-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(135, 206, 250, 0.9);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* Active Slide Bigger */
.swiper-slide {
  transition: 0.4s;
  opacity: 0.5;
  transform: scale(0.85);
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* Dots */
.swiper-pagination-bullet {
  background: #bcdffb;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #87cefa;
}

/* Button */
.learn-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #87cefa;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.learn-btn:hover {
  background: #5bbaf5;
  color: white;
}

/* <!-- footer  SECTION -->/////////////////////////////////////////////////////////////////////////// */

.footer-section {
  background: #87cefa;
  color: #333;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-text {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links i {
  color: #e83e8c;
  margin-right: 10px;
  margin-top: 4px;
}

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

.footer-links a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #87cefa;
  border-radius: 50%;
  margin-right: 8px;
  color: #87cefa;
  transition: 0.3s;
}

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

.contact-item i {
  color: #e83e8c;
  margin-right: 10px;
  margin-top: 4px;
}

.contact-item p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.footer-bottom {
  background: #5bbaf5;
  font-size: 16px;
  color: #000;
}

.brand-name {
  color: #000;
  font-weight: 500;
}
.footer-logo-img {
  width: 300px;
  height: auto;
}

.contact-link {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

/* <!-- about page  start-->/////////////////////////////////////////////////////////////////////////// */

.banner-section {
  background-image: url("../img/banner-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0;
}

/* Dark overlay for better text visibility */

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

.highlight {
  color: #0d6efd;
  font-weight: 600;
}

.expertise-list {
  padding-left: 18px;
}

.expertise-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

.doctor-img-wrapper {
  border: 6px solid #f1f1f1;
  padding: 8px;
  display: inline-block;
}

.doctor-img {
  border-radius: 6px;
}

.doctor-name {
  color: #b0326b;
  font-weight: 700;
}

.degree {
  color: #b0326b;
  font-weight: 500;
  margin-bottom: 8px;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .doctor-card {
    text-align: center;
  }

  .doctor-card .text-start {
    text-align: center !important;
  }
}

.line-container {
  position: relative;
  width: 100%;
}

.custom-line {
  border: none;
  height: 2px;

  background-color: #0d6efd; /* change color */
}

.line-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px; /* adjust size */
}

/* cancer page start ////////////////////////////////////////////////////////////////////////////////////////*/
.symptoms-section {
  background-color: #f8f9fa;
}

.symptom-box h5 {
  background-color: #dc3545; /* Bootstrap danger red */
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  margin-bottom: 15px;
}

.symptom-box ul {
  padding-left: 18px;
  margin: 0;
}

.symptom-box ul li {
  margin-bottom: 8px;

  font-size: 16px;
}

.gallery-box {
  padding: 2px;
  height: 100%;
}

/* Images */
.gallery-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Flip Card Container */
.flip-card {
  background: transparent;
  width: 100%;
  height: 220px;
  perspective: 1000px;
}

/* Inner Card */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

/* Hover Flip */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back Common */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

/* Front Side */
.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Back Side */
.flip-card-back {
  background: #a4a4a4;
  color: #fff;
  transform: rotateY(180deg);
  padding: 15px;
}

.map-wrapper {
  width: 100%;
  height: 500px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .gallery-box img {
    height: 200px;
  }
}
