
body  {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  
}
p{
  font-size: 17px !important;
  line-height:22px ;
 
}

/* Header Background */


/* Phone Box */
.phone-box {
  background: #e60000;
  color: #fff;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.phone-box i {
  margin-right: 8px;
}

/* Email */
.email-box {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Appointment Button */
.appointment-btn {
  background: #e60000;
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.appointment-btn:hover {
  background: #cc0000;
  color: #fff;
}

/* 📱 Mobile Responsive */
@media (max-width: 767px) {
  .top-header {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    text-align: center;
  }

  .phone-box,
  .appointment-btn {
    width: 100%;
    justify-content: center;
  }

  .email-box {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Navbar */
.custom-nav{
  
}

/* Menu links */
.navbar-nav .nav-link{
  font-weight:700;
  color:#000;
  font-size: 15px !important;
  margin-left:15px;
}

.navbar-nav .nav-link:hover{
  color:#e60000;
}

/* BIG DROPDOWN DESIGN */
.dropdown-menu{
  width:320px;
  border:none;
  border-radius:0;
  padding:0;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.dropdown-item{
  padding:18px 22px;
  border-bottom:1px solid #ddd;
  font-weight:600;
}

.dropdown-item:hover{
  background:#1C8FB5;
  color:#fff;
}

/* OPEN DROPDOWN ON HOVER (Desktop only) */
@media (min-width:992px){
  .nav-item.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
  }
  
}
.logo-img{
    width: 299px;
    height: 81px;
}
@media(max-width:767px){
    .logo-img{
    width: 150px;
    height: auto;
}
}


.carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}


.about-doctor {
  background: #f4f4f4;
  padding: 50px 0;
}

/* Doctor Image */
.doctor-img {
  max-width: 300px;
  border: 2px solid #ff0000;
  border-radius: 220px;
}

/* Title Gradient Box */
.about-title {
  background: linear-gradient(90deg, #2bb673, #3a8fd8);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  padding: 18px 25px;
  margin-bottom: 25px;
}

/* Paragraph */
.about-doctor p {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  margin-bottom: 18px;
}

/* Button */
.read-more-btn {
  display: inline-block;
  background: #ef3b3b;
  color: #fff;
  padding: 9px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.read-more-btn:hover {
  background: #d92f2f;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .about-title {
    font-size: 24px;
    text-align: center;
  }

  .doctor-img {
    max-width: 260px;
    margin-bottom: 25px;
  }
}
.experience-counter {
  background: #f4f4f4;
  padding: 60px 0;
}

.counter-box {
  background: #fff;
    padding: 2px 0px;
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(30, 50, 120, 0.15);
  transition: 0.3s;
}

.counter-box h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 6px;
}

.counter-box p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.counter-box:hover {
  transform: translateY(-6px);
}
.our-service {
  background: #a9a7d3;
  padding: 30px 0;
}

/* Title */
.service-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.title-underline {
  width: 80px;
  height: 3px;
  background: red;
  margin: 0 auto 20px;
}

/* Card */
.service-card img {
  width: 100%;
  border-radius: 14px;
}

.service-card h5 {
  margin-top: 14px;
  font-weight: 600;
  text-decoration: underline;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .service-title {
    font-size: 26px;
  }
}
.service-card-link{

     color: #020202; font-size: 20px; font-weight: 700; margin-top: 10px; display: block;

}


.endoscopy-section {
  background: #f4f4f4;
  padding: 70px 0;
}

/* Title */
.endo-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.endo-underline {
  width: 70px;
  height: 3px;
  background: red;
  margin: 0 auto 25px;
}

/* Card */
.endo-card {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 120, 255, 0.25);
  transition: 0.3s;
}

.endo-card img {
  width: 100%;
  border: 1px solid #333;
}

/* Anchor text */
.endo-link {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.endo-link:hover {
  color: #000;
}

/* Hover lift */
.endo-card:hover {
  transform: translateY(-5px);
}

/* Mobile */
@media (max-width: 767px) {
  .endo-title {
    font-size: 26px;
  }
}
.therapeutic-section {
  background: url("../images/Gastro100.webp") center/cover no-repeat;
  padding: 90px 0;
  position: relative;
}

/* Dark overlay */
.therapeutic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 40, 70, 0.6);
}

.therapeutic-section .container {
  position: relative;
  z-index: 2;
}

/* Title */
.thera-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.thera-underline {
  width: 80px;
  height: 3px;
  background: red;
  margin: 10px auto 20px;
}

/* Boxes */
.thera-box {
  display: block;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(20, 30, 50, 0.75);
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  backdrop-filter: blur(4px);
  transition: all 0.35s ease;
  opacity: 0;
  transform: scale(0.8);
}

/* Active red box */
.thera-box.active {
  background: #7b0000;
}

/* Hover */
.thera-box:hover {
  background: #7b0000;
  color: #fff;
}

/* Pop-in animation when visible */
.thera-box.show {
  opacity: 1;
  transform: scale(1);
}

/* Mobile */
@media (max-width: 767px) {
  .thera-title {
    font-size: 26px;
  }
}

.testimonials-section {
  background: #f4f4f4;
  padding: 70px 0;
}

/* Title */
.testi-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.testi-underline {
  width: 70px;
  height: 3px;
  background: red;
  margin: 0 auto 20px;
}

/* Card */
.testi-card {
  background: #fff;
  padding: 28px 30px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(60, 70, 160, 0.25);
  position: relative;
  text-align: left;
}

/* Text */
.testi-text {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 18px;
}

/* Stars */
.testi-stars {
  color: #f5a623;
  font-size: 18px;
  margin-bottom: 14px;
}

.star-gray {
  color: #ccc;
}

/* Name */
.testi-name {
  font-weight: 700;
  font-size: 18px;
}

.testi-name span {
  font-weight: 400;
  font-size: 14px;
  color: #888;
  margin-left: 6px;
}

/* Quote icon */
.quote-icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  color: #ddd;
}

/* Mobile */
@media (max-width: 767px) {
  .testi-title {
    font-size: 26px;
  }
}



.footer-section {
  background: #1a1a6b;
  color: #fff;
  padding: 60px 0 0;
}

/* Titles */
.footer-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: red;
  display: block;
  margin-top: 6px;
}

/* Text */
.footer-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  background: #2d2da5;
  color: #fff;
  text-decoration: none;
  
}

.social-icons a:hover {
  background: red;
}

/* Map */
.footer-map iframe {
  border-radius: 4px;
}

/* Bottom bar */
.footer-bottom {
  background: #111155;
  text-align: center;
  padding: 14px 10px;
  margin-top: 40px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-bottom a {
  color: #fff;
 
  text-decoration: underline;
}

.footer-bottom a:hover {
  color: red;
}

/* Mobile */
@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}
