@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.container{
  max-width: 1350px;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}

body {
  font-family: 'Jost', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: 'Jost', sans-serif;
}

.desktop-none {
  display: block;
}



.mobile-none {
  display: none;
}

@media(max-width:575.989px) {

  .desktop-none {
    display: none;
  }

  .mobile-none {
    display: block;
  }
}

.top-bar {
  background-color: #273660;
}

#header {
  position: relative;
  z-index: 10000;
}

.top-bar {
  background: #273660;
  color: #fff;
}

@media (max-width:991px) {
  .desktop-top {
    display: none !important;
  }
}

.mobile-header {
  background: #273660;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler i {
  color: #fff;
  font-size: 26px;
}

.translate-wrapper {
  position: relative;
  z-index: 9999;
}

@media (min-width: 992px) {
  .dropdown-mega:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.dropdown-menu {
  border-radius: 0px !important;
  width: 320px;
  padding: 0;
}

.dropdown-menu .dropdown-item {
  color: #273660 !important;
  background-color: #fff;
  border-bottom: 1px solid #273660;
  padding: 10px 20px;
  font-weight: 400 !important;
}

.navbar .nav-link.active {
  color: #637dc2 !important;
  font-weight: 600;
}

.dropdown-item.active {
  color: #637dc2;
  background: transparent;
  font-weight: 600;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #637dc2 !important;
  text-decoration: none;
  background-color: #96b7e8 !important;
}

.min-vh {
  min-height: 70vh !important;
}

.icon_header {
  color: #d1b33f;
}

.header_contact {
  font-size: 15.5px;
  font-weight: 400;
}

.btn-donate,
.btn-book {
  background-color: #273660;
  color: #fff;
  border-radius: 25px;
  padding: 6px 18px;
  text-decoration: none;
}

/* Google Translate Container */
.translate-wrapper {
  background: #f8f9fa;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
}

/* Hide Google branding */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0;
}

/* Style dropdown */
.translate-wrapper select {
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .translate-wrapper {
    margin-top: 10px;
  }
}

.hero-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  /* overlay for readability */
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.home-dep-sec {
  background-image: url(../assets/images/section-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 20px;
}

.feature-card {
  background: #f3f3f3;
  border-radius: 20px;
  transition: all 0.3s ease;
  padding: 40px 25px;
  height: 100%;
}

.feature-card h5 {
  color: #1f1f1f;
  transition: 0.3s;
}

.feature-card p {
  color: #666;
  transition: 0.3s;
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #f2e7df;
  border-radius: 50%;
  align-items: center;
  color: #c6a739;
  font-size: 42px;
  transition: 0.3s;
}

.icon-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.btn {
  font-weight: 700 !important;
  color: #000;
}

.treatments-card {
  padding: 20px;
  border-radius: 20px !important;
}

.treatments-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 15px;
}

.treatments-card p {
  color: #212529bf;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.filter-btn {
  border-radius: 23px;
  background-color: #fff;
  color: #000;
  padding: 11px 25px;
  border: 1px solid rgba(33, 37, 41, 0.2);
  font-size: 16px;
  font-weight: 600;
}

.filter-btn:hover {
  background-color: #273660;
  color: #fff;
  border: none;
}

/* 🔥 Hover Effect */
.feature-card:hover {
  background: #c6a739;
  /* Yellow */
  transform: translateY(-5px);
}

.feature-card h5 {
  font-size: 25px;
}

.feature-card:hover h5,
.feature-card:hover p {
  color: #fff;
}

.feature-card:hover .icon-box {
  background: #fff;
  color: #c6a739;
}

.highlight-tag {
  background: -webkit-linear-gradient(0deg, #2e2726, #133035 100%);
  position: relative;
  display: inline-block;
  font-size: 78px;
  line-height: 80px;
  font-family: 'Jost', sans-serif;
  font-weight: 800;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.highlight-header {
  position: relative;
  top: -30px;
  font-size: 45px;
  font-weight: 600;
}

.para-text {
  color: #b8babd;
}

.about-card h6 {
  color: #fff;
}

.home-treatments-sec {
  background-image: url(../assets/images/section-bg2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.highlight-tag2 {
  background: -webkit-linear-gradient(0deg, #f1ddcc, #d3e6dd 100%);
  position: relative;
  display: inline-block;
  font-size: 78px;
  line-height: 80px;
  font-family: 'Jost', sans-serif;
  font-weight: 800;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.funfact-bar {
  background: #465b93;
  border-radius: 20px;
  padding: 55px 40px;
  max-width: 1130px;
}

.funfact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
}

.funfact-item i {
  font-size: 50px;
  opacity: 0.95;
}

.funfact-item h2 {
  font-size: 47px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.funfact-item p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .funfact-bar {
    padding: 40px 20px;
    border-radius: 25px;
  }

  .funfact-item {
    flex-direction: column;
    gap: 10px;
  }

  .funfact-item h2 {
    font-size: 36px;
  }
}

.service-card img {
  min-height: 30vh;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 94%, 0% 0%);
  border-radius: 10px;
}

.service-card {
  position: relative;
  display: block;
  background: -webkit-linear-gradient(10deg, #dff4f1, #faeae1 100%);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 10px;
}

.service-card h5 a {
  color: #0b132b;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card h5 a:hover {
  color: #4f6bed;
}

.testimonial-section {
  background-image: url(../assets/images/testimonial-sec-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-side-sec {
  background-color: #fff;
  border-top-right-radius: 60px;
  position: relative;
  top: 40px;

}

.video-card {
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.video-card img {
  height: 180px;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 14px 16px;
  border-radius: 50%;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.badge {
  border-radius: 50px;
  padding: 6px 14px;
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* CTA Background */
.cta-section {
  background: linear-gradient(90deg,
      #6b78a8 0%,
      #d6b75a 100%);
  overflow: hidden;
}

/* Call Icon */
.call-icon {
  width: 60px;
  height: 60px;
  background-color: #d6b75a;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-marquee {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.logo-card {
  height: 120px;
  background: #fff;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.logo-card img {
  height: 125px;
  width: 250px;
  object-fit: contain;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

/* Background */
.subscribe-section {
  background: linear-gradient(90deg, #465a94 0%, #3f558f 100%);
}

/* Icon */
.subscribe-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
}

/* Form */
.subscribe-form {
  background: #fff;
  border-radius: 50px;
  padding: 7px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Input */
.subscribe-input {
  border: none;
  border-radius: 50px;
  padding-left: 10px;
}

.subscribe-input:focus {
  box-shadow: none;
}

/* Button */
.subscribe-btn {
  background: #0b1220;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
}

.subscribe-btn:hover {
  background: #000;
}

.form-control {
  border: none !important;
  border-radius: 10px !important;
}

/* display

/* Mobile Fix */
@media (max-width: 768px) {
  .subscribe-form {
    flex-direction: column;
    border-radius: 20px;
  }

  .subscribe-btn {
    width: 100%;
    margin-top: 10px;
  }
}


.book-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}

.book-card:hover {
  background-color: #41558f;
  color: #fff;
}

.book-card:hover h4,
.book-card:hover p,
.book-card:hover a {
  color: #ffffff !important;
}


.book-icon {
  width: 60px;
  height: 60px;
  background: #f3f6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #273660;
}

.book-icon i {
  font-size: 30px;
}

.book-text h4 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #2b3c6b;
  font-weight: 600;
}

.book-text p {
  font-size: 14px;
  margin: 0;
  color: #777;
}


.about-image-wrapper {
  position: relative;
  display: inline-block;
}

.about-image {
  width: 450px;
}

.experience-box {
  position: absolute;
  bottom: 0;
  right: -30px;
  background-color: #d4b84f;
  color: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  width: 200px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.experience-box h2 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
}

.experience-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.page-banner {
  min-height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.page-banner::before {
  content: "/";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.page-banner .container {
  z-index: 1;
}


.mission-vision-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.mission-vision-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4b84f;
  font-weight: bold;
}

.badge-section {
  background: #465b93;
  padding: 50px 40px;
}

.badge-section-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
}

.badge-section-item i {
  font-size: 48px;
  opacity: 0.95;
}

.badge-section-item h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.badge-section-item p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}

.how-it-works-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.step-item {
  position: relative;
  z-index: 1;
}

.step-circle {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px dashed #2f4ea1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-circle img {
  width: 170px;
  height: auto;
  border-radius: 50%;
}

.step-number {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #d4b84f;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.step-item h5 {
  font-weight: 700;
}

.step-item p {
  font-size: 15px;
  color: #666;
  max-width: 220px;
  margin: 0 auto;
}

.executive-committee {
  background: #ffffff;
}

.committee-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.13);
  transition: transform 0.3s ease;
}

.committee-card:hover {
  transform: translateY(-6px);
}

.committee-img {
  width: 125px;
  height: 135px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.committee-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.role-badge {
  display: inline-block;
  background: #d4b84f;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.past-leaders {
  background: #fff;
}

.timeline-table th {
  background: #f8f9fa;
  font-weight: 600;
  text-align: center;
}

.timeline-table td {
  text-align: center;
  font-size: 15px;
}

.timeline-table tbody tr:hover {
  background-color: #fdf7e3;
}

.treatments .card {
  padding: 20px;
  border-radius: 15px;
}

.treatments .card img {
  border-radius: 15px;
}

.service-icon {
  position: absolute;
  bottom: -30px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #c9a227;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card .card {
  /* border-radius: 20px; */
}

.service-card img {
  /* border-radius: 20px; */
  transition: transform 0.4s ease;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(212, 170, 33, 0.85);
  /* Yellow overlay */
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
}

.plus-icon {
  font-size: 50px;
  color: white;
  font-weight: 300;
  line-height: 1;
}

.service-card:hover .overlay {
  opacity: 1;
}

.service-card:hover img {
  transform: scale(1.05);
}

.facility-card {
  background-color: #ffffff;
  min-height: 280px;
}

.facility-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 1;
}

/* Different images for each card */
.col-lg-4:nth-child(1) .facility-card::before {
  background-image: url("../assets/images/out-patient.webp");
}

.col-lg-4:nth-child(2) .facility-card::before {
  background-image: url("../assets/images/in-patient.webp");
}

.col-lg-4:nth-child(3) .facility-card::before {
  background-image: url("../assets/images/operation-theatre.webp");
}

/* Hover effect */
.facility-card:hover::before {
  opacity: 0.5;
}

.facility-card:hover {
  transform: translateY(-4px);
}

/* Make text white on hover */
.facility-card:hover h4,
.facility-card:hover p,
.facility-card:hover .icon {
  color: #2b3c6b !important;
}

.team-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.team-card {
  border: none;
  border-radius: 12px;
  transition: 0.3s ease;
  background: #fff;
}

.team-card img {
  height: 320px;
  object-fit: cover;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.team-card .card-body {
  background: linear-gradient(135deg, #e0f0f3, #f7f3ed);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 15px;
  display: none !important;
}



.flip-card {
  background: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.flip-card-front {
  background: #fff;
}

.flip-card-back {
  background: #2f4f83;
  color: white;
  transform: rotateY(180deg);
}

.flip-card img {
  transition: transform 0.3s ease;
}

.flip-card:hover img {
  transform: scale(1.1);
}

.section-title span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bdbdbd;
}

.section-title h2 {
  font-weight: 700;
}

/* Photo Cards */
.gallery-img {
  overflow: hidden;
  border-radius: 15px;
}

.gallery-img img {
  width: 100%;
  transition: 0.4s;
}

.gallery-img:hover img {
  transform: scale(1.05);
}

/* Video Gallery */
.video-gallery {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.video-gallery img {
  width: 100%;
}

.video-gallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #3d4f8f;
  background: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Buttons */
.view-btn {
  background: #3d4f8f;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}

.view-btn:hover {
  background: #2f3f74;
  color: white;
}

/* Masonry Layout */
.masonry-container {
  column-count: 4;
  column-gap: 20px;
}

@media (max-width: 992px) {
  .masonry-container {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry-container {
    column-count: 1;
  }
}

/* Gallery Card */
.gallery-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  border-radius: 20px;
  transition: 0.4s ease;
}

/* Yellow Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(212, 175, 55, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
}

/* Eye Icon */
.gallery-overlay i {
  font-size: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effects */
.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.certificates-sec {
  background: -webkit-linear-gradient(75deg, #d9f6f4, #fdebe0 100%);
}

.certificate img {
  width: 100%;
  height: 70vh;
}

.testimonial-card {
  border: none !important;
  box-shadow: none !important;
}

.testimonial-card:hover {
  transform: none !important;
}

.review-body p {
  font-size: 20px;
  margin: 0;
}

.review-body i {
  color: #d1b33f;
}

.review-body .stars {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media(max-width:575.989px) {
  .navbar {
    padding: 0 !important;
  }

  .highlight-tag2 {
    font-size: 58px;
  }

  .carousel-indicators {
    display: none !important;
  }

  .hero-slide {
    padding-top: 40px;
  }

  .logo {
    width: 30% !important;
  }

  .tab-link {
    margin: 10px 0 !important;
  }

  .services-tab-img img {
    width: 90vw !important;
  }

  .how-it-side-bg img {
    display: none;
  }

  .experience-box {
    position: absolute;
    bottom: 0;
    right: 0px;
    padding: 20px 10px;
    width: 165px;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-yellow) !important;
  content: var(--bs-breadcrumb-divider, "/");
}

.milestone-step {
  cursor: pointer;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 5px !important;
    }

    .navbar-nav .nav-item a {
      font-size: 14px;
    }

    .btn-donate{
      font-size: 12px;
    }

}

@media (min-width: 768px) {
  .navbar{
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
    .navbar{
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
      .navbar{
    padding: 3px !important;
  }

  .navbar-nav .nav-item a {
      font-size: 15px;
    }

     .navbar-expand-lg .navbar-nav .nav-link {
      padding: 7px !important;
    }

    .btn-donate{
      font-size: 14px;
    }

}

.doc-card{
  padding: 9px !important;
}