@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-color: #023c9e;
  --secondary-color: #239a3f;
  --font-family: 'Outfit', sans-serif;
}

body {
  font-family: var(--font-family);
  background-color: #fff;
  color: #333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: 0;
  transition: .5s;
  z-index: 100;
  border-bottom: 1px solid #EEEEEE;
}

.navbar .nav-link {
  margin-right: 25px;
  padding: 18px 0;
  color: #023c9e;
  font-weight: 500;
  transition: 0.3s;
}

/* FIXED ACTIVE */
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #239a3f !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

/* Mobile */
@media (max-width: 991px) {
  .navbar .nav-link {
    padding: 10px 0;
  }
}

/* Offcanvas theme */
.offcanvas {
  background-color: #023c9e;
  width: 70% !important;

}

.offcanvas .nav-link {
  color: #fff;
}

.offcanvas .nav-link:hover {
  color: #239a3f;
}

.btn-close {
  filter: invert(1);
}

.offcanvas-header h5 {
  color: #fff;
  font-weight: 600;
}

.offcanvas-body {
  padding: 20px;
}

.btnmenu {
  background-color: #023c9e;
  color: #fff !important;
  border: none;
  font-size: 18px;
  padding: 8px 12px;

}


.headrlinelink {
  font-size: 14px;
  margin-right: 15px;
  padding-right: 15px;
  color: #fff !important;
  /* font-weight: 600; */
  text-decoration: none;
  border-right: 1px solid #dedede;
}

.bg-theme {
  background-color: #023c9e;
}

.mainbtn {
  background: linear-gradient(135deg, #023c9e, #239a3f);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;

  font-weight: 600;
  transition: all 0.4s ease;
  /* box-shadow: 0 4px 15px rgba(1, 42, 111, 0.4); */
  position: relative;
  overflow: hidden;
}

/* Shine Effect */
.mainbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: 0.5s;
}

/* Hover */
.mainbtn:hover {
  background: linear-gradient(135deg, #239a3f, #023c9e);
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(35, 154, 63, 0.4);
}

/* Shine Move on Hover */
.mainbtn:hover::before {
  left: 125%;
}

/* ==========================================
   Hero Section Styling
   ========================================== */
.hero-section {
  background-color: #f7f9fc;
  min-height: calc(140vh - 120px);
  z-index: 1;
}

.hero-blur-circle {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.28;
  z-index: -1;
  pointer-events: none;
}

.bg-primary-blur {
  background: #023c9e;
  top: -100px;
  left: -100px;
}

.bg-success-blur {
  background: #239a3f;
  bottom: -150px;
  right: -50px;
}

.badge-pill-custom {
  background: rgba(2, 60, 158, 0.07);
  color: #023c9e;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid rgba(2, 60, 158, 0.12);
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
  color: #111a36;
  letter-spacing: -0.5px;
}

.text-gradient {
  background: linear-gradient(135deg, #023c9e, #239a3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.hero-desc {
  font-size: 1.125rem;
  color: #555e72;
  line-height: 1.75;
}

/* Feature Checks */
.hero-features .feature-item {
  gap: 12px;
  font-weight: 500;
  color: #333b49;
  font-size: 0.95rem;
}

.hero-features .feature-icon {
  color: #239a3f;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

/* Secondary Outlined Button */
.secondary-btn {
  border: 2px solid #023c9e;
  color: #023c9e;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: all 0.4s ease;
  background: transparent;
  box-sizing: border-box;
}

.secondary-btn:hover {
  background: rgba(2, 60, 158, 0.05);
  color: #023c9e;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(2, 60, 158, 0.12);
}

/* Hero Stats */
.hero-stats {
  border-top: 1px solid #e1e7f0;
  padding-top: 1.8rem;
}

.stat-box h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #023c9e;
  line-height: 1.1;
}

.stat-box p {
  font-size: 0.85rem;
  color: #657185;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background-color: #dee2e6;
}

/* Right side Image Wrapper */
.hero-image-wrapper {
  padding: 20px;
  position: relative;
}

.hero-img {
  border-radius: 40px;
  box-shadow: 0 25px 50px rgba(2, 60, 158, 0.15);
  border: 10px solid #fff;
  position: relative;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.hero-img:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 30px 60px rgba(2, 60, 158, 0.22);
}

.image-border-decor {
  position: absolute;
  top: 5px;
  right: 5%;
  width: 82%;
  height: 98%;
  border: 3px solid rgba(35, 154, 63, 0.25);
  border-radius: 45px;
  z-index: 1;
  transform: translate(15px, 15px);
  pointer-events: none;
}

/* Glassmorphic floating cards */
.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 12px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 30px rgba(2, 60, 158, 0.08);
  transition: all 0.4s ease;
}

.floating-card:hover {
  animation-play-state: paused;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 35px rgba(2, 60, 158, 0.15);
  border-color: rgba(35, 154, 63, 0.4);
}

.card-top {
  top: 15%;
  left: 2%;
  animation: floatTop 6s ease-in-out infinite;
}

.card-bottom {
  bottom: 12%;
  right: 2%;
  animation: floatBottom 6s ease-in-out infinite;
}

@keyframes floatTop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floatBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(0);
  }
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.floating-card h6 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
  color: #111a36;
}

.floating-card p {
  font-size: 0.78rem;
  margin: 0;
  color: #657185;
  font-weight: 500;
}

/* Responsive Overrides */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }

  .card-top {
    left: -2%;
  }

  .card-bottom {
    right: -2%;
  }
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .hero-img-col {
    order: -1;
    margin-bottom: 2.5rem;
  }

  .hero-title {
    font-size: 2.8rem;
    text-align: center;
  }

  .badge-pill-container {
    text-align: center;
  }

  .hero-desc {
    text-align: center;
  }

  .hero-features {
    justify-content: center;
    max-width: 500px;
    margin: 0 auto 1.5rem auto;
  }

  .hero-content-col .d-flex {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
    max-width: 500px;
    margin: 2rem auto 0 auto !important;
  }

  .card-top {
    left: 10%;
  }

  .card-bottom {
    right: 10%;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-desc {
    font-size: 1rem;
  }

  .hero-stats {
    gap: 1.5rem !important;
  }

  .stat-box h3 {
    font-size: 1.6rem;
  }

  .card-top {
    left: 2%;
  }

  .card-bottom {
    right: 2%;
  }
}

/* Background Decorative Grid Overlay */
.hero-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(2, 59, 158, 0.126) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 59, 158, 0.104) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: -2;
  pointer-events: none;
  /* Fade out grid elegantly toward the edges using a radial mask */
  mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 80%);
}

/* ==========================================
   Hero Overlapping Feature Cards
   ========================================== */
.hero-features-cards-section {
  margin-top: -65px;
  z-index: 10;
}

.feature-card-wrapper {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(2, 60, 158, 0.08);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 15px 45px rgba(2, 60, 158, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.feature-card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(2, 60, 158, 0.12);
  border-color: rgba(2, 60, 158, 0.15);
}

/* Icon Box */
.feature-card-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.4s ease;
}

.feature-card-wrapper:hover .feature-card-icon-box {
  transform: scale(1.08) rotate(3deg);
}

.bg-theme-light {
  background-color: rgba(2, 60, 158, 0.08);
}

.bg-success-light {
  background-color: rgba(35, 154, 63, 0.08);
}

.text-theme {
  color: #023c9e;
}

.text-success-color {
  color: #239a3f;
}

/* Text elements */
.feature-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111a36;
}

.feature-card-text {
  font-size: 0.9rem;
  color: #555e72;
  line-height: 1.6;
}

/* Responsive adjust for overlay section */
@media (max-width: 991px) {
  .hero-features-cards-section {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #f7f9fc;
  }
}

/* ==========================================
   About Us Section
   ========================================== */
.about-section {
  padding: 100px 0;
  background-color: #fff;
}

.section-badge {
  background: rgba(35, 154, 63, 0.08);
  color: #239a3f;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid rgba(35, 154, 63, 0.15);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111a36;
  line-height: 1.25;
}

.about-desc {
  font-size: 1.05rem;
  color: #555e72;
  line-height: 1.7;
}

/* Layered Image Frame in About */
.about-img-wrapper {
  position: relative;
  padding: 30px;
}

.about-main-img {
  border-radius: 30px;
  box-shadow: 0 20px 45px rgba(2, 60, 158, 0.1);
  border: 8px solid #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.about-decor-bg {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 90%;
  height: 90%;
  background-color: rgba(35, 154, 63, 0.05);
  border-radius: 30px;
  z-index: 1;
  transform: rotate(-3deg);
  border: 2px dashed rgba(35, 154, 63, 0.15);
}

.about-badge-floating {
  position: absolute;
  bottom: 10%;
  left: 5%;
  background: linear-gradient(135deg, #023c9e, #239a3f);
  color: #fff;
  padding: 15px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(35, 154, 63, 0.25);
  z-index: 3;
  text-align: center;
}

.about-badge-floating h4 {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

.about-badge-floating p {
  font-size: 0.75rem;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Custom value stats inside About row */
.about-stat-card {
  background: #f8fafd;
  /* border: 1px solid rgba(2, 60, 158, 0.05); */
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
}

.about-stat-card:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(2, 60, 158, 0.08);
  border-color: rgba(35, 154, 63, 0.25);
}

.about-stat-card h3 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 5px;
  background: linear-gradient(135deg, #023c9e, #239a3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.about-stat-card h6 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111a36;
  margin-bottom: 8px;
}

.about-stat-card p {
  font-size: 0.78rem;
  color: #657185;
  margin: 0;
  line-height: 1.4;
}

.about-contact-bar {
  border-top: 1px solid #eef2f6;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .about-section {
    padding: 60px 0;
  }

  .about-title {
    font-size: 2.1rem;
    text-align: center;
  }

  .about-img-wrapper {
    margin-bottom: 2rem;
  }

  .about-badge-floating {
    bottom: 5%;
    left: 10%;
  }

  .about-contact-bar {
    justify-content: center;
  }
}

/* ==========================================
   Our Services Section
   ========================================== */
.services-section {
  background-color: #f7f9fc;
  padding: 100px 0;
}

.service-card {
  background: #fff;
  border: 1px solid rgba(2, 60, 158, 0.05);
  border-radius: 28px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(2, 60, 158, 0.02);
  z-index: 1;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(2, 60, 158, 0.02), rgba(35, 154, 63, 0.02));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(2, 60, 158, 0.08);
  border-color: rgba(2, 60, 158, 0.12);
}

.service-card:hover::before {
  opacity: 1;
}

/* Service Icon box */
.service-icon-box {
  width: 65px;
  height: 65px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.service-card:hover .service-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.bg-blue-light {
  background-color: rgba(2, 60, 158, 0.07);
  color: #023c9e;
}

.bg-green-light {
  background-color: rgba(35, 154, 63, 0.07);
  color: #239a3f;
}

/* Text */
.service-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111a36;
  margin-bottom: 15px;
}

.service-card-desc {
  font-size: 0.92rem;
  color: #555e72;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Action link */
.service-card-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: #023c9e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.service-card-link i {
  transition: transform 0.3s ease;
}

.service-card:hover .service-card-link {
  color: #239a3f;
}

.service-card:hover .service-card-link i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .services-section {
    padding: 60px 0;
  }
}

/* ==========================================
   Why Choose Us Section (Interactive Collage & Premium List)
   ========================================== */
.why-choose-section {
  background-color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

/* Background glowing accents */
.choose-glow-circle-1 {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(2, 60, 158, 0.05) 0%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 1;
}

.choose-glow-circle-2 {
  position: absolute;
  bottom: 5%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(35, 154, 63, 0.05) 0%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 1;
}

/* Layered Image Collage */
.choose-collage-wrapper {
  z-index: 2;
  height: 480px;
  position: relative;
}

.choose-collage-grid {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(rgba(2, 60, 158, 0.1) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  z-index: 1;
}

.choose-img-main-frame {
  width: 75%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(2, 60, 158, 0.08);
  border: 6px solid #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}

.choose-main-img {
  width: 100%;
  transition: transform 0.6s ease;
}

.choose-img-main-frame:hover .choose-main-img {
  transform: scale(1.05);
}

.choose-img-sub-frame {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(35, 154, 63, 0.12);
  border: 6px solid #ffffff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 4;
}

.choose-sub-img {
  width: 100%;
  transition: transform 0.6s ease;
}

.choose-img-sub-frame:hover .choose-sub-img {
  transform: scale(1.05);
}

.choose-floating-trust {
  position: absolute;
  top: 40%;
  right: 0;
  background: #ffffff;
  padding: 15px 22px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(2, 60, 158, 0.1);
  border: 1px solid rgba(2, 60, 158, 0.06);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floatTop 6s ease-in-out infinite alternate;
}

.trust-badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #023c9e, #239a3f);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.choose-floating-trust h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111a36;
  margin: 0;
}

.choose-floating-trust p {
  font-size: 0.72rem;
  color: #657185;
  margin: 0;
  font-weight: 500;
}

/* Premium Dynamic Feature List (No Cards) */
.choose-rich-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.choose-rich-item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 24px;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.choose-rich-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2, 60, 158, 0.03) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.choose-rich-item:hover::before {
  opacity: 1;
}

.choose-rich-item:hover {
  transform: translateX(8px);
}

.choose-rich-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(2, 60, 158, 0.05);
  color: #023c9e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.choose-rich-item:hover .choose-rich-icon {
  background: linear-gradient(135deg, #023c9e, #239a3f);
  color: #ffffff;
  transform: rotate(360deg) scale(1.08);
}

.choose-rich-body h5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111a36;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.choose-rich-item:hover .choose-rich-body h5 {
  color: #023c9e;
}

.choose-rich-body p {
  font-size: 0.88rem;
  color: #555e72;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .why-choose-section {
    padding: 60px 0;
  }

  .choose-collage-wrapper {
    height: 380px;
    margin-bottom: 2rem;
  }
}

/* ==========================================
   Testimonials Section
   ========================================== */
.testimonials-section {
  background-color: #f7f9fc;
  padding: 100px 0;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(2, 60, 158, 0.05);
  border-radius: 28px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(2, 60, 158, 0.02);
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(2, 60, 158, 0.07);
  border-color: rgba(35, 154, 63, 0.2);
}

.testimonial-quote-icon {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 3rem;
  color: rgba(2, 60, 158, 0.04);
  line-height: 1;
  transition: all 0.4s ease;
}

.testimonial-card:hover .testimonial-quote-icon {
  color: rgba(35, 154, 63, 0.08);
  transform: rotate(15deg) scale(1.1);
}

.testimonial-stars {
  color: #ffc107;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #555e72;
  line-height: 1.7;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-author {
  margin-top: auto;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.bg-gradient-blue {
  background: linear-gradient(135deg, #023c9e, #0b3fae);
}

.bg-gradient-green {
  background: linear-gradient(135deg, #239a3f, #2bb14b);
}

.author-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111a36;
  margin: 0 0 3px 0;
}

.author-verify {
  font-size: 0.78rem;
  color: #239a3f;
  font-weight: 600;
  display: flex;
  align-items: center;
}

/* Customizing Owl Carousel Nav and Dots */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 15px;
  display: flex;
  gap: 12px;
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff !important;
  color: #023c9e !important;
  border: 1px solid rgba(2, 60, 158, 0.1) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem !important;
  box-shadow: 0 5px 15px rgba(2, 60, 158, 0.04);
  transition: all 0.3s ease;
}

.testimonial-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel .owl-nav button.owl-next:hover {
  background: linear-gradient(135deg, #023c9e, #239a3f) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 5px 15px rgba(35, 154, 63, 0.2);
}

.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.testimonial-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: rgba(2, 60, 158, 0.15);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.testimonial-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  background: linear-gradient(135deg, #023c9e, #239a3f);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonial-carousel .owl-nav {
    position: static;
    justify-content: center;
    /* margin-top: 30px; */
  }
}

/* ==========================================
   Before & After Section
   ========================================== */
.before-after-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.before-after-card {
  background: #ffffff;
  border: 1px solid rgba(2, 60, 158, 0.05);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(2, 60, 158, 0.02);
  transition: all 0.4s ease;
  height: 100%;
}

.before-after-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(2, 60, 158, 0.08);
  border-color: rgba(35, 154, 63, 0.15);
}

.before-after-img-container {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eef2f6;
}

.before-after-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.before-after-card:hover .before-after-img {
  transform: scale(1.04);
}

.before-after-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #023c9e;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 5;
  border: 1px solid rgba(2, 60, 158, 0.1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.before-after-body {
  padding: 30px;
}

.before-after-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111a36;
  margin-bottom: 10px;
}

.before-after-text {
  font-size: 0.9rem;
  color: #555e72;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .before-after-section {
    padding: 60px 0;
  }
}

.before-after-slider-container {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

.before-after-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(2, 60, 158, 0.12);
  border: 8px solid #ffffff;
  user-select: none;
  -webkit-user-select: none;
}

.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.before-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  overflow: hidden;
  z-index: 2;
}

.before-img-wrapper .before-img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 90%;
  height: 100%;
  width: 4px;
  background-color: #ffffff;
  z-index: 10;
  cursor: ew-resize;
  transform: translateX(-50%);
}

.slider-handle-line {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slider-handle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #023c9e, #239a3f);
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(2, 60, 158, 0.3);
  font-size: 1.1rem;
}

.before-after-tabs .before-after-tab-btn {
  background: #ffffff;
  border: 1px solid rgba(2, 60, 158, 0.08);
  border-radius: 20px;
  padding: 18px 25px;
  font-family: var(--font-family);
  font-size: 1rem;
  font-weight: 600;
  color: #111a36;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(2, 60, 158, 0.02);
  display: flex;
  align-items: center;
  width: 100%;
}

.before-after-tabs .before-after-tab-btn:hover {
  background: rgba(2, 60, 158, 0.02);
  border-color: rgba(2, 60, 158, 0.15);
  color: #023c9e;
}

.before-after-tabs .before-after-tab-btn.active {
  background: linear-gradient(135deg, #023c9e, #239a3f);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(2, 60, 158, 0.15);
}

.before-after-tabs .before-after-tab-btn i {
  font-size: 1.15rem;
  transition: transform 0.3s ease;
}

.before-after-tabs .before-after-tab-btn.active i {
  color: #ffffff !important;
  transform: scale(1.1);
}

/* ==========================================
   FAQ Section
   ========================================== */
.faq-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.faq-section .accordion-item {
  border: 1px solid rgba(2, 60, 158, 0.08);
  border-radius: 20px !important;
  margin-bottom: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(2, 60, 158, 0.02);
  transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
  box-shadow: 0 15px 35px rgba(2, 60, 158, 0.06);
  border-color: rgba(35, 154, 63, 0.15);
}

.faq-section .accordion-button {
  font-family: var(--font-family);
  font-size: 1.05rem;
  font-weight: 600;
  color: #111a36;
  background-color: #ffffff;
  padding: 22px 25px;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #023c9e;
  background-color: rgba(2, 60, 158, 0.02);
}

.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23023c9e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23239a3f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.faq-section .accordion-body {
  font-family: var(--font-family);
  font-size: 0.95rem;
  color: #555e72;
  line-height: 1.7;
  padding: 25px;
  background-color: #ffffff;
  border-top: 1px solid rgba(2, 60, 158, 0.05);
}

@media (max-width: 991px) {
  .faq-section {
    padding: 60px 0;
  }
}

/* ==========================================
   Footer Section
   ========================================== */
.footer-section {
  background-color: #111a36;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

/* Background glowing layout circles */
.footer-glow-circle-1 {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(35, 154, 63, 0.15) 0%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
}

.footer-glow-circle-2 {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.footer-logo-accent {
  color: #239a3f;
}

.footer-brand-desc {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

/* Social buttons */
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}

.social-btn:hover {
  background: #239a3f;
  border-color: transparent;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 5px 15px rgba(35, 154, 63, 0.4);
}

.footer-title {
  font-size: 1.15rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  color: #ffffff;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #239a3f;
  border-radius: 2px;
}

/* Link items */
.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.92rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links-list li a i {
  font-size: 0.65rem;
  opacity: 0.5;
  transition: transform 0.3s ease;
}

.footer-links-list li a:hover {
  color: #ffffff;
  padding-left: 6px;
}

.footer-links-list li a:hover i {
  opacity: 1;
  color: #239a3f;
  transform: translateX(3px);
}

/* Contact Column */
.contact-icon {
  font-size: 1.1rem;
  color: #239a3f;
  margin-top: 4px;
}

.contact-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.contact-value {
  font-size: 0.95rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}

a.contact-value:hover {
  color: #239a3f;
}

/* Copyright footer bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.copyright-text span {
  color: #ffffff;
  font-weight: 600;
}

.copyright-meta i {
  margin: 0 2px;
  animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .footer-section {
    padding-top: 40px;
  }
}

/* ==========================================
   Page Header / Breadcrumb Section
   ========================================== */
.page-header {
  background: linear-gradient(135deg, #111a36 0%, #023c9e 50%, #111a36 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #239a3f;
}

.page-header-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(35, 154, 63, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.page-header-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  z-index: 2;
  pointer-events: none;
  mask-image: radial-gradient(circle, black 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(circle, black 30%, transparent 85%);
}

.page-header-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 3.5rem;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #ffffff 60%, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.glass-breadcrumb {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 24px;
  border-radius: 40px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.glass-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5) !important;
  content: "\f105";
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
}

.glass-breadcrumb .breadcrumb-item a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.glass-breadcrumb .breadcrumb-item a:hover {
  color: #239a3f !important;
  opacity: 1 !important;
  text-shadow: 0 0 10px rgba(35, 154, 63, 0.4);
}

.glass-breadcrumb .breadcrumb-item.active {
  color: #239a3f !important;
  font-weight: 600;
}

@media (max-width: 768px) {
  .page-header-title {
    font-size: 2.5rem;
  }
}

/* ==========================================
   Our Story Section
   ========================================== */
.our-story-section {
  background-color: #ffffff;
}

.story-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}

/* Timeline Layout */
.story-timeline {
  position: relative;
  padding-left: 20px;
  border-left: 2px dashed rgba(2, 60, 158, 0.15);
  margin-left: 50px;
}

.timeline-step {
  position: relative;
  transition: all 0.3s ease;
}

.timeline-dot-box {
  position: absolute;
  left: -83px;
  top: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.timeline-year {
  font-size: 0.95rem;
  font-weight: 800;
  color: #023c9e;
  background: rgba(2, 60, 158, 0.08);
  padding: 4px 10px;
  border-radius: 30px;
  min-width: 55px;
  text-align: center;
  transition: all 0.3s ease;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #239a3f;
  box-shadow: 0 0 10px rgba(35, 154, 63, 0.4);
  transition: all 0.3s ease;
}

.timeline-content {
  padding-left: 10px;
  transition: all 0.3s ease;
}

.timeline-content h5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111a36;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.timeline-content p {
  font-size: 0.88rem;
  color: #555e72;
  margin: 0;
  line-height: 1.55;
}

/* Timeline Hover Interactive Micro-animations */
.timeline-step:hover .timeline-year {
  background: #023c9e;
  color: #ffffff;
  transform: scale(1.05);
}

.timeline-step:hover .timeline-dot {
  background: #239a3f;
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(35, 154, 63, 0.7);
}

.timeline-step:hover .timeline-content h5 {
  color: #023c9e;
}

.timeline-step:hover .timeline-content {
  transform: translateX(5px);
}

/* Right Side Image Graphics */
.story-image-wrapper {
  padding: 30px;
  position: relative;
  z-index: 2;
}

.story-grid-pattern {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(35, 154, 63, 0.15) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  z-index: 1;
}

.story-img {
  border-radius: 35px;
  box-shadow: 0 25px 50px rgba(2, 60, 158, 0.12);
  border: 10px solid #ffffff;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
  width: 100%;
  max-width: 440px;
  display: block;
  margin: 0 auto;
}

.story-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(2, 60, 158, 0.18);
}

/* Circular Floating Badge */
.story-floating-badge {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #023c9e, #239a3f);
  box-shadow: 0 10px 25px rgba(35, 154, 63, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  z-index: 4;
  animation: floatTop 6s ease-in-out infinite;
}

.badge-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991px) {
  .story-image-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .story-timeline {
    margin-left: 20px;
  }

  .timeline-dot-box {
    left: -53px;
  }

  .timeline-year {
    display: none;
    /* Hide year label on extra-small mobile layouts for cleaner look */
  }
}

/* ==========================================
   Mission & Vision Section
   ========================================== */
.mission-vision-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border-top: 1px solid rgba(2, 60, 158, 0.04);
}

.mission-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.purpose-card {
  background: #ffffff;
  border: 1px solid rgba(2, 60, 158, 0.06);
  border-radius: 28px;
  padding: 45px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 15px 35px rgba(2, 60, 158, 0.02);
  z-index: 2;
}

.purpose-card-decor {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(rgba(2, 60, 158, 0.08) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease;
}

.purpose-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 10px 20px rgba(2, 60, 158, 0.15);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.mission-card .purpose-icon-box {
  background: linear-gradient(135deg, #023c9e, #0b3fae) !important;
}

.vision-card .purpose-icon-box {
  background: linear-gradient(135deg, #239a3f, #2bb14b) !important;
  box-shadow: 0 10px 20px rgba(35, 154, 63, 0.15);
}

.values-card .purpose-icon-box {
  background: linear-gradient(135deg, #023c9e, #239a3f) !important;
  box-shadow: 0 10px 20px rgba(2, 60, 158, 0.15);
}


.purpose-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111a36;
  position: relative;
  z-index: 2;
}

.purpose-desc {
  font-size: 0.95rem;
  color: #555e72;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.purpose-list {
  position: relative;
  z-index: 2;
}

.purpose-list li {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: #333b49;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.purpose-list li:last-child {
  margin-bottom: 0;
}

/* Card Hover Animations */
.purpose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(2, 60, 158, 0.08);
  border-color: rgba(35, 154, 63, 0.2);
}

.mission-card:hover {
  border-color: rgba(2, 60, 158, 0.2);
}

.values-card:hover {
  border-color: rgba(35, 154, 63, 0.25);
}


.purpose-card:hover .purpose-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.purpose-card:hover .purpose-card-decor {
  transform: scale(1.3) translate(-10px, -10px);
  opacity: 0.8;
}

.purpose-list li:hover {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .purpose-card {
    padding: 35px 30px;
  }
}

/* ==========================================
   Centered Dentist Profile Card
   ========================================== */
.dentist-section-centered {
  background-color: #ffffff;
  padding: 80px 0;
  border-top: 1px solid rgba(2, 60, 158, 0.04);
}

.dentist-card-container {
  background: linear-gradient(135deg, #011942 0%, var(--primary-color) 100%);
  border: 2px solid var(--secondary-color);
  /* Premium brand green border */
  border-radius: 35px;
  padding: 40px 20px;
  box-shadow: 0 25px 60px rgba(2, 60, 158, 0.12);
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Inner subtle green light glow */
.dentist-card-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(35, 154, 63, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.dentist-avatar-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid var(--secondary-color);
  /* Brand green circular border */
  overflow: hidden;
  margin: 0 auto 20px auto;
  box-shadow: 0 10px 25px rgba(35, 154, 63, 0.2);
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
}

.dentist-avatar-box:hover {
  transform: scale(1.05) rotate(3deg);
  box-shadow: 0 15px 30px rgba(35, 154, 63, 0.3);
}

.dentist-avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dentist-badge-top {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--secondary-color);
  /* Brand green */
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}

.dentist-title-main {
  font-size: 2.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}

.dentist-subtitle-main {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondary-color);
  /* Brand green subtitle */
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  position: relative;
  z-index: 3;
}

.dentist-bio-text {
  font-size: 0.95rem;
  color: #d1dfed;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto 20px auto;
  font-weight: 400;
  position: relative;
  z-index: 3;
}

/* Centered Three Pillars Grid */
.dentist-pillars-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}

.dentist-pillar-item {
  text-align: center;
  transition: all 0.3s ease;
}

.dentist-pillar-item:hover {
  transform: translateY(-3px);
}

.dentist-pillar-icon {
  font-size: 1.6rem;
  color: var(--secondary-color);
  /* Brand green pillars */
  margin-bottom: 4px;
  display: block;
}

.dentist-pillar-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.8px;
}

/* Centered social buttons */
.dentist-social-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 3;
}

.dentist-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.dentist-social-btn:hover {
  background: var(--secondary-color);
  /* Hover state brand green */
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(35, 154, 63, 0.35);
}

@media (max-width: 768px) {
  .dentist-card-container {
    padding: 45px 25px;
  }

  .dentist-title-main {
    font-size: 1.85rem;
  }

  .dentist-pillars-row {
    gap: 30px;
  }

  .dentist-pillar-icon {
    font-size: 1.4rem;
  }
}

/* ==========================================
   Contact Page Styles
   ========================================== */
.contact-section-wrapper {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  padding: 80px 0;
}

.contact-info-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(2, 60, 158, 0.05);
  border: 1px solid rgba(2, 60, 158, 0.03);
  height: 100%;
}

.contact-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: rgba(2, 60, 158, 0.06);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon-box {
  background: var(--primary-color);
  color: #ffffff;
  transform: scale(1.08) rotate(3deg);
}

.contact-info-item h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #111a36;
}

.contact-info-item p,
.contact-info-item a {
  font-size: 0.95rem;
  color: #53637f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-item a:hover {
  color: var(--secondary-color);
}

/* Timing List styling */
.timing-list-wrapper {
  border-top: 1px solid rgba(2, 60, 158, 0.08);
  padding-top: 30px;
  margin-top: 30px;
}

.timing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(2, 60, 158, 0.06);
}

.timing-row:last-child {
  border-bottom: none;
}

.timing-day {
  font-weight: 600;
  color: #111a36;
  font-size: 0.95rem;
}

.timing-hour {
  font-size: 0.9rem;
  color: var(--secondary-color);
  font-weight: 700;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
  background: #ffffff;
  border-radius: 25px;
  padding: 45px;
  box-shadow: 0 20px 50px rgba(2, 60, 158, 0.06);
  border: 1px solid rgba(2, 60, 158, 0.03);
}

.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
  border: 1px solid rgba(2, 60, 158, 0.12);
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-family: var(--font-family);
  color: #111a36;
  background-color: #fcfdfe;
  transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
  border-color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 60, 158, 0.08);
}

.contact-form-wrapper label {
  font-weight: 600;
  color: #111a36;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

/* Map Wrapper */
.map-section {
  padding: 0 0 80px 0;
  background-color: #f4f7fb;
}

.map-card-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(2, 60, 158, 0.08);
  border: 10px solid #ffffff;
  position: relative;
  transition: all 0.4s ease;
}

.map-card-frame:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 55px rgba(2, 60, 158, 0.15);
}

@media (max-width: 768px) {

  .contact-info-card,
  .contact-form-wrapper {
    padding: 30px 20px;
  }
}

/* ==========================================
   Appointment Modal Styles
   ========================================== */
.appointment-modal-content {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(1, 25, 66, 0.25);
  font-family: var(--font-family);
}

.appointment-modal-header {
  background: linear-gradient(135deg, #011942 0%, var(--primary-color) 100%);
  border-bottom: 2px solid var(--secondary-color);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.appointment-modal-content .form-control,
.appointment-modal-content .form-select {
  border: 1px solid rgba(2, 60, 158, 0.12);
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-family: var(--font-family);
  color: #111a36;
  background-color: #fcfdfe;
  transition: all 0.3s ease;
}

.appointment-modal-content .form-control:focus,
.appointment-modal-content .form-select:focus {
  border-color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 60, 158, 0.08);
}

.appointment-modal-content .input-group-text {
  border: 1px solid rgba(2, 60, 158, 0.12);
  border-radius: 12px 0 0 12px;
  color: #6c757d;
  background-color: #f8fafc;
}

.appointment-modal-content label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #111a36;
}

/* ==========================================
   Gallery Page Styles
   ========================================== */
.gallery-section-wrapper {
  background-color: #f4f7fb;
  padding: 80px 0;
}

.gallery-filters-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}

.gallery-filter-btn {
  background: #ffffff;
  color: #111a36;
  border: 1px solid rgba(2, 60, 158, 0.08);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 10px 25px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(2, 60, 158, 0.02);
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  box-shadow: 0 8px 25px rgba(2, 60, 158, 0.15);
  transform: translateY(-2px);
}

/* Gallery Items Grid */
.gallery-grid-item {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.gallery-card-box {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(2, 60, 158, 0.03);
  border: 1px solid rgba(2, 60, 158, 0.03);
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
}

.gallery-image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: #e2e8f0;
}

.gallery-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-card-box:hover .gallery-image-container img {
  transform: scale(1.1);
}

/* Card Hover overlay */
.gallery-overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(2, 60, 158, 0.85) 0%, rgba(35, 154, 63, 0.3) 100%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.gallery-card-box:hover .gallery-overlay-mask {
  opacity: 1;
}

.gallery-zoom-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.gallery-card-box:hover .gallery-zoom-icon {
  transform: scale(1);
  opacity: 1;
}




/* Lightbox Modal styles */
#lightboxModal .modal-dialog {
  max-width: 800px;
}

@media (max-width: 991px) {
  #lightboxModal .modal-dialog {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  #lightboxModal .modal-dialog {
    max-width: 95%;
    margin: 20px auto;
  }
}

.lightbox-modal-content {
  background-color: transparent;
}

.lightbox-modal-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* border: 5px solid #ffffff; */
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.lightbox-modal-image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.lightbox-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111a36;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10;
}

.lightbox-close-btn:hover {
  background: #ffffff;
  transform: scale(1.1) rotate(90deg);
}

/* ==========================================
   Service Details Page Styles
   ========================================== */
.service-details-wrapper {
  padding: 80px 0;
  background-color: #ffffff;
}

.service-details-content h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #111a36;
  line-height: 1.3;
}

.service-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(35, 154, 63, 0.08);
  color: var(--secondary-color);
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-feature-list {
  margin: 30px 0;
}

.service-feature-item {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}

.service-feature-icon {
  width: 42px;
  height: 42px;
  background: rgba(2, 60, 158, 0.06);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.service-feature-item:hover .service-feature-icon {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

.service-feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111a36;
  margin-bottom: 4px;
}

.service-feature-desc {
  font-size: 0.9rem;
  color: #53637f;
  margin-bottom: 0;
}

/* Service Sidebar widget */
.service-sidebar-widget {
  background-color: #f4f7fb;
  border-radius: 24px;
  padding: 35px;
  border: 1px solid rgba(2, 60, 158, 0.03);
}

.sidebar-widget-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111a36;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.sidebar-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--secondary-color);
  border-radius: 3px;
}

.sidebar-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  color: #111a36;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(2, 60, 158, 0.03);
}

.sidebar-service-link:hover,
.sidebar-service-link.active {
  background-color: var(--primary-color);
  color: #ffffff;
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(2, 60, 158, 0.12);
}

.sidebar-service-link i {
  font-size: 0.8rem;
  opacity: 0.7;
}

/* Help Box Widget */
.sidebar-help-widget {
  background: linear-gradient(135deg, #011942 0%, var(--primary-color) 100%);
  border-radius: 24px;
  padding: 40px 35px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.help-widget-glow {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--secondary-color);
  filter: blur(80px);
  opacity: 0.3;
  bottom: -50px;
  right: -50px;
}

/* Interactive Roadmap timeline */
.roadmap-timeline-wrapper {
  position: relative;
  margin: 50px 0;
}

.roadmap-timeline-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 3px;
  background: rgba(2, 60, 158, 0.08);
}

.roadmap-step-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}

.roadmap-step-item:last-child {
  margin-bottom: 0;
}

.roadmap-step-badge {
  position: absolute;
  left: 0;
  top: 2px;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border: 3px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.05rem;
  z-index: 2;
  transition: all 0.3s ease;
}

.roadmap-step-item:hover .roadmap-step-badge {
  background-color: var(--primary-color);
  color: #ffffff;
  transform: scale(1.1);
}

.roadmap-step-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111a36;
  margin-bottom: 6px;
}

.roadmap-step-desc {
  font-size: 0.92rem;
  color: #53637f;
  margin-bottom: 0;
}

.service-title-link {
  color: inherit;
  transition: color 0.3s ease;
}

.service-title-link:hover {
  color: var(--primary-color) !important;
}

/* ==========================================
   WhatsApp Sticky Widget
   ========================================== */
.whatsapp-sticky {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: whatsapp-bob 3s ease-in-out infinite;
}

.whatsapp-sticky img {
  width: 60px;
  height: 60px;
  /* border-radius: 50%; */
  /* box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4); */
  transition: all 0.4s ease;
}





@keyframes whatsapp-bob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 768px) {
  .whatsapp-sticky {
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-sticky img {
    width: 50px;
    height: 50px;
  }
}

/* ==========================================
   Mobile Responsive Alignment Fixes
   ========================================== */
@media (max-width: 991px) {

  .about-section .section-badge,
  .before-after-section .section-badge,
  .map-section .section-badge {
    display: table !important;
    margin: 0 auto 1.5rem auto !important;
  }

  .about-section .about-title,
  .before-after-section .about-title,
  .map-section .about-title {
    text-align: center;
  }

  .about-section .about-desc,
  .before-after-section .about-desc,
  .map-section .about-desc {
    text-align: center;
  }
}