/* =========================================================
   HERO SLIDER STYLES - Full-Width Panoramic Slide Backgrounds
   ========================================================= */

/* Smooth Sticky Header */
.ta-page-wrap {
  overflow: visible !important;
  position: relative;
}

#masthead {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  transition: box-shadow 0.3s ease;
}

#masthead.is-sticky .header-main {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 24, 55, 0.08);
}

.ta-hero-slider-section {
  position: relative;
  overflow: hidden;
  margin: 12px 14px 0px 14px;
  border-radius: 20px;
  background: #d8eefc;
  box-shadow: 0 4px 20px rgba(0, 24, 55, 0.04);
}

@media (max-width: 767px) {
  .ta-hero-slider-section {
    margin: 8px 8px 0px 8px;
    border-radius: 14px;
  }
}

.heroMainSlider {
  width: 100%;
  position: relative;
}

.hero-slide-wrap {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 95px;
  min-height: 640px;
  display: flex;
  align-items: center;
  background: #d8eefc;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hero-slide-wrap {
    padding-top: 70px;
    padding-bottom: 75px;
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  .hero-slide-wrap {
    padding-top: 45px;
    padding-bottom: 55px;
    min-height: 480px;
  }
}

/* Banner Content Wrapper */
.banner-content {
  position: relative;
  z-index: 5;
  max-width: 660px;
}

.banner-content p:first-child {
  margin-bottom: 16px;
}

/* Top Title Badge Pill - Frosted Glass Smoke with Dark Blue Text */
.top-title {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  color: #001837 !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 8px 22px;
  border-radius: 50px;
  text-transform: none;
  box-shadow: 0 4px 18px rgba(0, 24, 55, 0.06), inset 0 1px 2px rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.banner-content h2 {
  font-size: 46px;
  font-weight: 800;
  color: #001837;
  line-height: 1.18;
  margin-top: 0;
  margin-bottom: 10px !important;
  letter-spacing: -0.5px;
}

.banner-content h2 span.highlight {
  color: #3772FF !important;
  font-size: inherit;
  font-weight: 800;
  display: inline;
}

.banner-content h4.hero-sub-title,
.banner-content h4 {
  font-size: 23px;
  font-weight: 800;
  color: #0056b3 !important;
  line-height: 1.35;
  margin-bottom: 16px;
}

.banner-content p.porttitor {
  font-size: 16.5px;
  line-height: 1.7;
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 26px;
  max-width: 620px;
}

/* Features List (4 Stats) - Brand Theme Style */
.features-list {
  list-style: none;
  padding: 14px 0;
  margin: 0 0 28px 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 24, 55, 0.08);
  border-bottom: 1px solid rgba(0, 24, 55, 0.08);
  gap: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1.5px solid rgba(55, 114, 255, 0.35);
}

.features-list li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.state-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.state-list .list-img {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.state-list .list-img i {
  font-size: 24px;
  color: var(--theme, #3772FF);
  line-height: 1;
}

.state-list .list-content h4 {
  font-size: 16.5px;
  font-weight: 800;
  color: #001837 !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.15;
}

.state-list .list-content p {
  font-size: 12px;
  font-weight: 600;
  color: #5d6f85;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

/* EECP 2x2 Grid Features Style - Bold & Clear */
.eecp-features-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 24px !important;
  padding: 16px 0 !important;
  margin: 0 0 28px 0 !important;
  border-top: 1.5px solid rgba(0, 24, 55, 0.12) !important;
  border-bottom: 1.5px solid rgba(0, 24, 55, 0.12) !important;
}

.eecp-features-grid li {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.eecp-features-grid .state-list {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.eecp-features-grid .state-list .list-img {
  width: 44px !important;
  height: 44px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 14px rgba(0, 24, 55, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.eecp-features-grid .state-list .list-img i {
  font-size: 22px !important;
  color: #3772FF !important;
}

.eecp-features-grid .state-list .list-content h4 {
  font-size: 15.5px !important;
  font-weight: 800 !important;
  color: #001837 !important;
  margin: 0 0 3px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  line-height: 1.25 !important;
}

.eecp-features-grid .state-list .list-content p {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #2b3a4e !important;
  margin: 0 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

@media (max-width: 991px) {
  .banner-content h2 {
    font-size: 32px;
  }
  .banner-content h4 {
    font-size: 18px;
  }
  .features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .features-list li {
    padding-right: 8px;
    margin-right: 0;
  }
  .features-list li:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .banner-content h2 {
    font-size: 25px;
  }
  .banner-content h4 {
    font-size: 16px;
  }
  .features-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .state-list .list-content p {
    white-space: normal;
  }
}

/* Banner Action Buttons */
.banner-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.aboutDoctorBtn {
  background: var(--theme, #3772FF);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 11px 28px 11px 14px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(55, 114, 255, 0.3);
  transition: all 0.3s ease;
}

.aboutDoctorBtn .doctorIcon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  flex-shrink: 0;
}

.aboutDoctorBtn .doctorIcon i {
  color: #ffffff;
}

.aboutDoctorBtn:hover {
  background: #001837;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 24, 55, 0.25);
}

.banner-alt-btn {
  border: 1.5px solid #001837;
  color: #001837 !important;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 14.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.banner-alt-btn:hover {
  background: #001837;
  color: #ffffff !important;
}

/* Full-Width Panoramic Slide Image Covering 100% of the Slide Background */
.banner-right-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.banner-right-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(216, 238, 252, 0.98) 0%,
    rgba(216, 238, 252, 0.92) 28%,
    rgba(216, 238, 252, 0.4) 42%,
    rgba(216, 238, 252, 0) 52%
  );
  pointer-events: none;
  z-index: 2;
}

.banner-right-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.6s ease;
}

.banner-right-img video.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 82% center;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.6s ease;
}

.hero-slide-wrap:hover .banner-right-img img,
.hero-slide-wrap:hover .banner-right-img video {
  transform: scale(1.02);
}

/* Quote Style Hero Content for Slide 1 */
.slide-quote-content {
  text-align: center;
  margin: 0 auto;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
  padding: 10px 0;
}

.slide-quote-content .top-title {
  margin-bottom: 12px;
}

.slide-quote-content .hero-quote-heading {
  font-size: 44px;
  font-weight: 800;
  color: #001837;
  line-height: 1.25;
  margin-top: 4px;
  margin-bottom: 18px !important;
  letter-spacing: -0.5px;
  text-align: center;
}

.slide-quote-content .hero-quote-heading span.highlight {
  color: #3772FF !important;
  font-size: inherit;
  font-weight: 800;
  display: inline;
}

.slide-quote-content .hero-quote-desc {
  font-size: 16.5px;
  line-height: 1.75;
  color: #334862;
  margin-bottom: 28px;
  text-align: center;
  max-width: 520px;
  font-weight: 500;
}

.slide-quote-content .quote-banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .slide-quote-content .hero-quote-heading {
    font-size: 30px;
  }
  .slide-quote-content .hero-quote-desc {
    font-size: 14.5px;
  }
}

@media (max-width: 991px) {
  .hero-slide-wrap {
    background: #d8eefc;
  }
  .banner-right-img {
    opacity: 0.35;
    pointer-events: none;
  }
  .banner-right-img video.banner-video {
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .banner-content {
    max-width: 100%;
  }
}

/* Hide Navigation Arrow Buttons */
.hero-slider-nav-btn {
  display: none !important;
}

/* Swiper Pagination Bullets */
.hero-swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #001837;
  opacity: 0.25;
  margin: 0 6px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: var(--theme, #3772FF);
  opacity: 1;
}

/* =========================================================
   Floating Animated WhatsApp Button (Bottom-Left of Site)
   ========================================================= */
.floating-whatsapp-left {
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  z-index: 99999;
  text-decoration: none;
  transition: all 0.3s ease;
}

.floating-whatsapp-left:hover {
  transform: scale(1.1);
  background: #1ebd58;
  color: #ffffff !important;
}

.floating-whatsapp-left .whatsapp-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.6;
  z-index: -1;
  animation: waPulse 2s infinite ease-out;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

.floating-whatsapp-left .whatsapp-tooltip {
  position: absolute;
  left: 68px;
  background: #001837;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.floating-whatsapp-left:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .floating-whatsapp-left {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}

/* =========================================================
   Vibrant, Crisp Brand Logo (Big Heart + Text)
   ========================================================= */
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  padding: 2px 0;
}

.brand-logo-combo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brand-heart-img {
  height: 52px;
  width: auto;
  max-width: 62px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease;
}

.brand-logo-wrap:hover .brand-heart-img {
  transform: scale(1.06);
}

.brand-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.brand-name-main {
  font-family: 'Segoe UI', 'Inter', -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 29px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  letter-spacing: -0.2px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: baseline !important;
}

.brand-letter-red {
  color: #E60000 !important;
  font-family: inherit !important;
  font-size: 1em !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  display: inline !important;
  vertical-align: baseline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.brand-name-sub {
  font-family: 'Segoe UI', 'Inter', -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 3px !important;
  line-height: 1 !important;
  display: block !important;
}

/* White Variation for Footer / Dark Backgrounds */
.brand-logo-combo.is-white .brand-name-main {
  color: #ffffff !important;
}

.brand-logo-combo.is-white .brand-name-sub {
  color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 991.98px) {
  .brand-heart-img {
    height: 44px;
    max-width: 52px;
  }
  .brand-name-main {
    font-size: 25px;
  }
  .brand-name-sub {
    font-size: 10px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 575.98px) {
  .brand-heart-img {
    height: 38px;
    max-width: 44px;
  }
  .brand-name-main {
    font-size: 22px;
  }
  .brand-name-sub {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
}
