    body {
      font-family: Arial;
      color: #29265B;
      font-weight: 400;
      overflow-x:hidden;
    }
    .-text-blue{color:#29265B;}
    a {
      text-decoration: none !important;
    }


.loader-wrapper {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-content {
    text-align: center;
}

/* ICON AREA */
.loader-icons {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}

.loader-icons i {
    position: absolute;
    inset: 0;
    font-size: 55px;
    color: #2D8388;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}

.loader-icons i.active {
    opacity: 1;
    transform: scale(1.2);
}

/* TEXT */
.loader-text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.loader-text span {
    color: #2D8388;
    font-weight: 700;
}
    
.borderRadius{border-radius:9999px;}
.bgBlue{background-color:#29265B;}
.bgSuccess{background-color:#2D8388;}
.textWhite{color:#fff;}
.text-success{color: #2D8388 !important;}
.f16{font-size: 16px;}
.f15{font-size: 15px;}
.top-header {
  background: #f4f7f8;
}

.header-info small {
  font-size: 11px;
}

.header-info span {
  font-size: 13px;
  font-weight: 500;
}

/* HERO */
/* Make image responsive */
.hero-img {
}

/* Remove Bootstrap vertical centering */
.carousel-caption.custom-caption {
  top: 0;
  bottom: auto;
  transform: none;
  left: 9%;
  right: auto;
  text-align: left;
  padding-top: 100px;
}

/* Content box */
.hero-content {
  max-width: 600px;
  color: #29265B;
}

/* Subtitle */
.hero-sub {
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Title */
.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
}

/* Button container */
.hero-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* Base button */
.btn-appoint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 40px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 500;
  background: #2D8388;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}


.btn-appoint:hover {
transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* SVG icon animation */
.btn-appoint svg {
  transition: transform 0.3s ease;
}

/* Hover main effect */
.btn-appoint:hover {
  background: #29265B;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  color: #fff;
}

/* 🔥 ICON MOVE */
.btn-appoint:hover svg {
  transform: translateX(6px);
}

/* Outline button */
.btn-appoint.outline {
  background: transparent;
  border: 2px solid #29265B;
  color: #29265B;
}

/* Outline hover */
.btn-appoint.outline:hover {
  background: #29265B;
  color: #fff;
}

/* Shine effect */
.btn-appoint::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: 0.5s;
}

.btn-appoint:hover::before {
  left: 100%;
}

/* Click feel */
.btn-appoint:active {
  transform: scale(0.96);
}
    .btn-custom {
      background: #2D8388;
      color: #fff;
      border-radius: 30px;
      padding: 10px 25px;
    }

    .section-title {
      text-align: center;
      margin-bottom: 20px;
      font-size: 40px;
      font-weight: 700;
    }
    .section-title1 {
      text-align: left;
      margin-bottom: 20px;
      font-size: 40px;
      font-weight: 700;
    }

    .speciality-box {
         border: 1px solid #eee;
    padding: 30px 10px;
    text-align: center;
    transition: 0.3s;
    min-height: 160px;
    border-radius:6px;
    }
    .speciality-box .spacial-name{
      font-size: 17px;
      margin-top:6px; 
    }

    .speciality-box:hover {
      background-color: #2D8388;
      color: #fff;
      transform: translateY(-5px);
    }
.speciality-box i {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.speciality-box:hover i {
    transform: rotateY(180deg);
}
    .why-section {
  background: url('../images/BottomBanner.png');
  background-repeat: no-repeat;
      background-size: cover;
    background-position: 50% 25%;
  padding: 80px 0;
  position: relative;
    }
.check-list>div{margin-top: 20px;}    
.check-list svg{width: 22px; height: 22px; font-weight: 600;}
.check-list .check-list-name{font-size: 20px;}

.swiper {
  padding: 0px 30px 0px 60px;
  overflow: hidden;
  width: 100%;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}
.review-card {
  padding:20px;
  text-align:left;
}
.review-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

/* STARS */
.stars {
  font-size: 20px;
  margin-bottom:0px;
  color: gold;
}

/* TRIANGLE INDICATOR */
/*
.swiper-pagination-bullet {
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:10px solid #ccc;
  border-radius:0;
  opacity:1;
}

.swiper-pagination-bullet-active {
  border-top-color:#28a745;
}*/

/* NAV BUTTON */
.swiper-button-next,
.swiper-button-prev {
  color:#28a745;
}
    .footer {
      background: #2D8388;
      color: #fff;
      padding: 30px 0;
    }


    .card-hover {
      transition: 0.3s;
    }

    .card-hover:hover {
      transform: scale(1.03);
    }
    /* TESTIMONIAL */

/* FOOTER */
.footer {
  background:#2D8388;
  color:#fff;
  padding:40px 0;
}
 .ourWork {
  width: 100%;
  background: url('../images/MiddleBanner.jpeg');
  background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 28%
      padding: 80px 60px 20px 60px;
  display: flex;
  align-items: flex-end; /* 👈 this moves content to bottom */
  min-height: 400px; /* 👈 important: height hona chahiye */
}

.overlay-card {
  background: rgba(41, 38, 91, 0.5); /* transparent dark */
  padding: 15px 20px;
  border-radius: 50px;
  backdrop-filter: blur(6px); /* glass effect */
  max-width: 90%;
  margin: 0px auto;
}
.overlay-card svg{
  width: 40px;
  height: 40px;
}
  #goTopBtn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    background-color: #29265B;
    border:solid 2px #fff
  }
@media (max-width: 768px) {
  .ourWork { min-height: auto; padding:20px;} 
  .overlay-card { font-size: 14px; max-width: 80%; width: auto; }
  .top-header h5 {
    font-size: 16px;
  }
  .top-header .workhour{display: none !important;}
  .top-header .Emergency, .top-header .Location {width:auto;}
  .header-info{display: flex; justify-content: center;}

  .btn-appoint{  padding: 8px 14px !important;
        font-size: 13px;
        gap: 4px;}
    .hero-img {
    height: 27vh;
  }
.btn-appoint.outline{background-color:#29265B;color:#fff;}
  .carousel-caption.custom-caption {
    left: 20px;
    right: 20px;
    padding-top: 24px;
  }

  .hero-title {
    font-size: 28px;
     margin-top:10px;
  }

  .hero-sub {
    font-size: 12px;
    margin-bottom:10px;
  }
 .speciality-box {min-height: auto;}
  .speciality-box .spacial-name{font-size: 14px;}
.check-list .check-list-name {
    font-size: 16px;
}
.why-section {
    padding: 40px 20px;
}
.f16{font-size: 14px;}
.section-title1, .section-title{
  font-size: 24px;
}
.hero-btns {
  margin-top: 20px;
}
.review-card{
  display: block !important;
}
.review-img{text-align: center;}
.review-img img{display: block; margin: 0px auto; width: 90px;height: 90px;}
.review-content{margin-top:20px;font-size: 14px;text-align: center !important;}
.stars {font-size: 20px;}
.swiper {padding: 0px 30px 0px 30px;}
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 22px;
         margin-top:10px;

  }

  .btn-appoint {
    text-align: center;
  }
}
  
  
  .multiL .lang-switcher {
  position: relative;
  width: auto;
  font-size:14px;
}

.multiL .selected {
  background: #29265B;
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}

.multiL .selected:hover {
  background: #2c2c44;
}

.multiL .arrow {
  transition: transform 0.3s ease;
}

.multiL .lang-switcher.active .arrow {
  transform: rotate(180deg);
}

.multiL .options {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 9999;

  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.multiL .lang-switcher.active .options {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.multiL .options div {
  padding: 6px 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.multiL .options div:hover {
  background: #f2f2f2;
}
.svg-icon{
 width: 24px;
    height: 24px;
}
@media (max-width: 768px) {

.multiL .selected, .multiL .options div{font-size:12px !important; padding:6px 6px !important;}
.svg-icon{
 width: 18px;
    height: 18px;
}
}

   /* Hide Google branding (clean look) */
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0 !important;
}

/* Container styling */
#google_translate_element {
  display: inline-block;
}

/* Dropdown styling */
.goog-te-combo {
  background: #1e1e2f;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Hover effect */
.goog-te-combo:hover {
  background: #2c2c44;
}



/* Hide Google top banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

iframe.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .goog-te-combo {
    width: 100%;
    font-size: 10px; padding:4px;
  }
  
}