* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: hos;
}
@font-face {
  font-family: hos;
  src: url(../font/InterVariable.ttf);
}

/*whats app icon*/
.wts-app-icon {
  position: fixed !important;
  bottom: 20px !important;
  right: 10px !important;
  z-index: 1000 !important;
  animation: float 2s infinite ease-in-out;
}

.wts-app-icon a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #24CC63 !important;
  border-radius: 50% !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  color: white !important;
  text-decoration: none !important;
}

.wts-app-icon a i {
  font-size: 45px !important;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.top-img{
  width: 100%;
  margin: 3% 0;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  margin: 0 5%;
  /* border-bottom: 1px solid #e0e0e0; */
}
.bar {
  display: none;
}

.logo {
  display: flex;
  align-items: center;
  /* background-color: #000; */
  gap: 16px;
}

.logo img {
  /* height: 50px; */
  /* margin-right: 10px; */
}

.brand-text h1 {
  font-size: 1rem;
  color: #22577a;
}

.brand-text p {
  font-size: 0.75rem;
  color: #22577a;
}

.contact p {
  font-size: 16px;
}

.contact a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/* menu  */
nav {
  /* display: flex; */
  /* align-items: center; */
  margin-top: 10px;
}
nav ul {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: center;
}
nav ul .cr {
  display: none;
}
nav ul li {
  margin: 0 15px;
}
nav ul li a {
  text-decoration: none;
  color: #000;
  /* font-weight: 500; */
  /* padding: 10px 15px; */
  /* border-radius: 5px; */
  transition: background-color 0.3s ease;
}
nav ul li a:hover {
  /* color: #00A9C7; */
  /* font-weight: bold; */
  /* background-color: #f1f1f1; */
  /* padding: 10px 15px; */
  /* border-radius: 5px; */
  border-bottom: 2px solid #9c7f6d;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  padding: 20px 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 380px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1000;
  top: 100%;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-bottom: none;
}

/* hero section  */

.hero {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  /* padding: 2rem; */
  padding: 2% 0;
  /* flex-wrap: wrap; */
}

.hero-content {
  /* flex: 1 1 400px; */
  position: absolute;
  bottom: calc(800px - 500px);
  left: 5%;
  color: white;
  z-index: 1000;
}

.hero-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hero-content p {
  margin-bottom: 1.5rem;
  text-align: left;
  /* color: #555; */
}

.hero-content button {
  padding: 10px 16px;
  background: #00a9c7;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  left: 0;

}
.hero-content button a{
  text-decoration: none;
  color: white;
  /* font-weight: bold; */
  font-size: 18px;
}

.hero-content button:hover {
  background: #007f96;
}
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  /* position: relative; */
  display: none;
}

.mySlides::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Slightly black layer */
  z-index: 1;
}

/* Fading animation */
.fade {
  position: relative;
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}
.show {
  display: block !important;
}

/* weight losss  */
.wloss {
  background-color: #fff5ec;
  padding: 2% 5%;
  /* padding: 50px 20px; */
  text-align: center;
}
.wloss h2 {
  font-size: 36px;
  margin-bottom: 40px;
  /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
  display: inline-block;
  padding: 10px 30px;
  font-weight: normal;
}

.info-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.card {
  /* flex: 1 1 300px; */
  background: none;
  padding: 20px;
  text-align: center;
  max-width: 375px;
  /* background-color: red; */
}

.card img {
  width: 60px;
  margin-bottom: 15px;
}

.card h3 {
  font-weight: normal;
  margin: 15px 0;
  font-size: 20px;
}

.card p {
  border-top: 1px solid #9c7f6d;
  padding-top: 10px;
  color: #333;
  text-align: left;
}

.card a {
  color: #00a9c7;
  text-decoration: none;
}

.card a:hover {
  text-decoration: underline;
}

.btn-container {
  margin-top: 30px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #00a9c7;
  color: #00a9c7;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #00a9c7;
  color: white;
}

/* about hospital  */

.hospital {
  margin: 3% 5%;
  /* background-color:red; */
}

.hospital h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 36px;
  color: #333;
  /* color: red; */
  font-weight: normal;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  align-self: center;
  justify-content: space-between;
  gap: 1.5rem;
  /* margin-top: 3%; */
  margin: 3% 5%;
  margin-bottom: 30px;
}

.about-content .text {
  /* flex: 1 1 45%; */
  width: 35%;
}

.about-content .text h3 {
  font-size: 36px;
  margin-bottom: 1rem;
  color: #333;
  font-weight: normal;
}

.about-content .text p {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #555;
}

.about-content .text .instagram-link {
  display: inline-block;
  margin-bottom: 1rem;
  color: #0077b5;
  text-decoration: none;
  font-size: 1rem;
}

.about-content .text .instagram-link i {
  margin-right: 0.5rem;
}

.about-content .text .cta-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #0077b5;
  color: #fff;
  text-decoration: none;
  /* border-radius: 5px; */
  font-size: 1rem;
  border: none;
}

.about-content .image {
  width: 60%;
}
.dr{
  width: 50% !important;
  /* background: red; */
}

.dr-img{
  width: 40% !important;
}
.about-content .image img {
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  object-fit: cover;
}

/* review  */

.review {
  /* max-width: 1100px; */
  margin: auto;
  /* padding: 20px; */
  background-color: #fff5ec;
  position: relative;
}

.gallery {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 10px;
  padding: 20px;
  /* background-color:red;  */
  width: 99%;
  margin: auto;
  overflow: hidden;
}

.gallery img {
  width: auto;
  max-width: 100%;
  max-height: 300px;
  height: auto;
  max-height: 300px;
  /* flex: 0 0 auto;  */
  /* border-radius: 12px; */
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.02);
}

.intro {
  width: 60%;
  margin: 3% auto;
}

.intro p {
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
}
.carousal-main{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2% 0;
}
.carousel {
  width: 80%;
  /* max-width: 1100px; */
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-item {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* padding: 20px; */
  margin: 10px;
  background: white;
  border: 2px solid peachpuff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.carousel-item .image img {
  width: 160px;
  /* height: auto; */
  border-radius: 8px;
}
.image img{
  width: 100%;
}
.carousel-item .content {
  margin-left: 20px;
}
.carousel-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #222;
}
.carousel-item p {
  color: #333;
  font-size: 14px;
}
/* footer */

/* price page  */

/* price page area  */
.pricing {
  margin: 3% 5%;
  padding: 2% 5%;
  /* background-color: #fff5ec; */
  text-align: center;
}
.pricing h1 {
  text-align: center;
  margin-bottom: 20px;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 60%;
  margin: 2% auto;
}

.price-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  /* border-radius: 5px; */
  /* background-color: #f9f9f9; */
  /* margin-top: 5%; */
}
.price-item span:nth-child(2) {
  font-weight: 600;
}
/* price information  */

.include {
  /* max-width: 900px; */
  /* margin: 2% 5%; */
  padding: 2% 5%;
  background-color: #fff5ec;
}

.include h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 10px;
}

.include h2 {
  font-size: 26px;
  color: #222;
  margin: 20px 0;
  padding: 0 20%;
}

.include ul {
  padding: 0 20%;
  list-style-type: none;
}

.include ul li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.include ul li::before {
  content: "\2726"; /* Unicode star */
  position: absolute;
  left: 0;
  color: #00a6c1;
}

.note {
  font-style: italic;
  color: #555;
  font-size: 0.95rem;
}

/* contact us page  */
.contact-container {
  display: flex;
  gap: 40px;
  padding: 2% 5%;
  margin: 2% 2%;
  flex-wrap: wrap;
}

.contact-info {
  width: 40%;
  /* background-color: red; */
}

.contact-info h2 {
  margin-bottom: 15px;
  font-weight: normal;
}
.contact-info p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #555;
}
.contact-info a {
  color: #0096c7;
  text-decoration: none;
}

.contact-info h3 {
  margin-top: 20px;
}
.cont-map {
  width: 50%;
}

/* wl page style  */

.intro-video {
  width: 87%;
  /* margin: 2% 5%; */
  /* padding: 2%; */
  display: flex;
  margin: 4% auto;
  justify-content: space-between;
  align-items: center;
}

.intro-left {
  width: 43%;
  text-align: justify;
  /* background-color: red; */
}
.intro-left p {
  line-height: 28px;
  margin-bottom: 10px;
}
.intro-left button {
  padding: 12px;
  background: #0096c7;
  color: white;
  border: none;
  /* border-radius: 6px; */
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  /* width: 40%; */
  margin-bottom: 10px;
}
.intro-left span {
  display: block;
  font-weight: bold;
}
.intro-left button .intro-right {
  width: 55%;
  background-color: yellow;
}
.intro-right span {
  display: block;
}
.intro-right span a {
  text-decoration: none;
  color: #0096c7;
}

/* price list cards  */

.surgery-price {
  padding: 1% 0;
  background-color: #fff5ec;
  margin-bottom: 20px;
}
.surgery-price h2 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  /* margin: 3 0; */
  padding: 20px 0;
}

.surgery-wrapper {
  margin: 2% auto;
  width: 86%;
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: center;
  /* gap: 20px; */
  /* row-gap: 20px; */
}
.surgery-item{
  background-color: white;
  margin-bottom: 20px;
  padding:3% 5%;
  border-radius: 10px;
  display: flex;

}
.surgery-text{
  width: 70%;
  border-right:grey solid 1px;
}
.surgery-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
  font-weight: normal;
}

.surgery-item p {
  margin: 15px 0;
  line-height: 1.6;
  /* color: #555; */
}

.surgery-sub-text{
  display: flex;
  gap: 20px;
}
.surgery-sub-text span strong{
  display: block;
  margin-bottom: 10px;
}

/* price-box  */
.price-box {
  width: 30%;
  /* background-color: #fff5ec; */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.price-box button {
  padding:  8px;
  background: #00a3c8;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  width: 50%;
  margin: auto;
}
.price-box button a {
  text-decoration: none;
  color: white;
  /* font-weight: bold; */
  font-size: 17px;
}
.amount{
  font-size: 24px;
  font-weight: bold;
  color: #00a3c8;
}

.price-box button:hover {
  background: #0088a3;
}
.ace{
  display: flex;
}
/* Responsive */
@media (max-width: 1023px) {
  .wloss h2 {
    font-size: 2em;
    padding: 5px 20px;
  }
  .info-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card {
    flex: 1 1 45%;
  }

.image,.text{
  width: 100%;
}
.dr-img,.dr{
  width: 100%;
}
.ace{
  flex-direction: column-reverse !important;
}
.intro{
  width: 80%;
}
  /* contact page  */
  .contact-container {
    flex-direction: column;
    /* align-items: center; */
  }
  .contact-info {
    width: 100%;
  }
  .contact-form {
    width: 100%;
  }

  /* wl page style  */
  .intro-video {
    flex-direction: column-reverse;
    row-gap: 18px;
  }
  .intro-left,
  .intro-right {
    width: 100%;
  }
  .intro-right iframe{
    width: 100%;
    /* height: 300px; */
  }
  /* wl page  */
  .surgery-text{
    border-right: 0;
  }
  .surgery-item {
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
  }
  .surgery-item h3{
    font-size: 18px;
    font-weight: 520;
    /* color: #000; */
  }
  .surgery-text,.price-box{
    width: 100%;
    text-align: justify;
  }

  .surgery-sub-text{
    flex-direction: column;
  }
  
  .price-box{
    /* background-color: red; */
    flex-direction: row;
    justify-content: space-between;
    /* padding-inline:0; */
  }
  .price-box button{
    /* padding: 2px; */
    width: auto;
    margin: 0;
  }

}
@media (max-width: 768px) {
  header {
    margin: 0 0%;
  }
  .contact p {
    display: none;
  }
  .bar {
    display: block;
    font-size: 20px;
    /* position: absolute;
            top: 0;
            right: 10px; */
  }
  .logo{
    width: 140px;
  }
  nav {
    display: none;
  }
  nav ul {
    flex-direction: column;
    position: relative;
    background-color: #fff5ec;
    width: 90%;
    margin: auto;
    padding: 1rem 1.5rem;
    /* height: 100vh; */
  }

  nav ul li {
    margin: 20px 0;
    position: relative;
  }
  nav ul li a:hover {
    border-bottom: none;
  }
  .dropdown-content {
    position: static;
    /* margin-top: 10px; */
    width: 100%;
    background-color: transparent;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .hero {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-content {
    bottom: calc(800px - 730px);
}
.hero-content h2 {
  font-size: 1rem;
}
.hero-content p {
  font-size: 0.8rem;
}
.hero-content button{
  padding:5px 8px;
}
.hero-content button a {
  font-size: 16px;
}

/* carousal  */
.carousel-item {
  flex: 0 0 100%;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 0;
}
.carousel-item .content {
  margin-left: 0;
  margin-top: 15px;
}
.carousel-item .image img {
  width: 100px;

}
.image img{
  width: 300px;
}
.gallery img:nth-child(1),.gallery img:nth-child(2),.gallery img:nth-child(4){
  width: 100%;
  display: none;

}


  /* weight loss  */
  .wloss h2 {
    font-size: 1.7em;
  }
  .info-cards {
    flex-direction: column;
    align-items: center;
  }
  .card {
    max-width: 90%;
  }

  /* about hospital  */
  .about-content {
    flex-direction: column;
    /* text-align: center; */
  }
  .dr-img , .dr{
    width: 100% !important;
  }

  .about-content .text,
  .about-content .image {
    width: 100%;
  }

  .about-content .text .cta-btn {
    margin-top: 1rem;
  }
  .price-item {
    /* flex-direction: column; */
    /* align-items: flex-start; */
  }
  .price-list{
    width: 100%;
  }

  .price-item span {
    margin-bottom: 5px;
    /* font-size: 12px; */
  }
  /* include  */
  .include h1 {
    font-size: 1.5rem;
  }

  .include h2 {
    font-size: 1.2rem;
    padding: 0 5%;
  }
  .include ul {
    padding: 0 5%;
  }
  /* contact  */
.cont-map{
  width: 100%;
}
  /* footer  */
  footer {
    flex-direction: column;
  }

  .footer-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
    .hero-content {
      bottom: calc(800px - 730px);
  }
  .hero-content h2 {
    font-size: 1rem;
  }
  .hero-content p {
    font-size: 0.8rem;
  }
  .hero-content button{
    padding:5px 8px;
  }
  .hero-content button a {
    font-size: 16px;
  }
  .wloss h2 {
    font-size: 1.4em;
    padding: 4px 10px;
  }
  .card img {
    width: 50px;
  }
  .cta-btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  /* footer  */
  .ftr-left h3{
    font-size: 19px !important;
  }
  .social-links {
    gap: 8px !important;
 }
 .loc span{
  font-size: 15px !important;
 }
}
