/* ===== GLOBAL ===== */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.section {
  padding: 80px 0;
}

/* ===== HEADER ===== */
.header {
  background: #fff;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.logo {
  font-weight: bold;
  font-family: 'Great Vibes', cursive;
  font-size: 2.5rem;
  line-height: 1.5;
}

.header nav a {
  margin-left: 15px;
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5;
}

.header nav a.active,
.header nav a:hover {
  color: #0d6efd;
}

.call-button {
  margin-left: 15px;
  padding: 8px 16px;
  border: 2px solid #0d6efd;
  color: #0d6efd;
  text-decoration: none;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  font-size: 1.1rem;
  line-height: 1.5;
}

.call-button:hover {
  box-shadow: 0 0 10px #0d6efd;
}

/* ===== PAGE TITLE ===== */
.page-title {
  background: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.page-title h1 {
  margin-bottom: 10px;
}

/* ===== ABOUT ===== */
.about h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.subtitle {
  color: #0d6efd;
  font-family: 'Great Vibes', serif !important;
  font-size: 60px;
  font-weight: 100;
}

.about-left p {
  font-size: 18px;
  line-height: 1.8;
}

.features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.features li {
  margin-bottom: 10px;
}

.features i {
  color: #0d6efd;
  margin-right: 8px;
}

/* IMAGE DESIGN */
.about-img {
  position: relative;
}

.about-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.about-img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}

/* ===== VALUES ===== */
.values {
  background: #f8f9fa;
}

.card-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.3s;
}

.card-box:hover {
  transform: translateY(-5px);
}

.card-box i {
  font-size: 30px;
  color: #0d6efd;
  margin-bottom: 10px;
}

/* ===== FOOTER ===== */
.footer {
  background: #0d6efd;
  color: #fff;
  padding: 20px 0;
}
@media (max-width: 768px) {
    #hero {
        height: 70vh;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-text p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
    }
}
/* HERO SECTION */
#hero {
    position: relative;
    height: 90vh;
    background: url('../images/hero.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
}

/* Dark overlay like dentist site */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

/* Container alignment */
.hero-container {
    position: relative;
    z-index: 2;
}

/* LEFT-ALIGNED TEXT */
.hero-text {
    max-width: 600px;
    color: #fff;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
}

/* Primary button */
.cta-button {
    background: #c59d5f;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.cta-button:hover {
    background: #a67c3b;
}

/* Secondary button */
.secondary-button {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.secondary-button:hover {
    background: #fff;
    color: #000;
}
/* ===== FORCE HERO FIX ===== */
#hero {
    position: relative !important;
    height: 90vh !important;
    background: url('../images/hero.jpg') center/cover no-repeat !important;
    display: flex !important;
    align-items: center !important;
}

/* Overlay */
#hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* Container */
.hero-container {
    position: relative;
    z-index: 2;
}

/* Text */
.hero-text {
    max-width: 600px;
    color: #fff;
}

/* Heading */
.hero-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

/* Paragraph */
.hero-text p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
}

.cta-button {
    background: #c59d5f;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
}

.secondary-button {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
}
/* HERO SECTION */
.hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1588776814546-ec7e6f3fdf9f') no-repeat center center/cover;
  height: 90vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
}

.hero p {
  margin: 20px 0;
  font-size: 18px;
}

.hero-buttons .btn {
  margin-right: 10px;
  padding: 10px 25px;
}
/* ================= NAVBAR BASE ================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  transition: all 0.4s ease;
  background: #93bad7; /* light blue base */
}

/* ================= GLASS EFFECT (TOP STATE) ================= */
.transparent-header {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #bfe3ff, #e6f4ff);
}

/* ================= SCROLLED STATE ================= */

/* ================= LOGO ================= */
.logo {
  font-size: 22px;
  font-weight: 700;
  color: #169bd4;
  letter-spacing: 0.5px;
  transition: 0.3s;
}



/* ================= NAV LINKS ================= */
.nav-links a {
  margin-left: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  position: relative;
  transition: 0.3s ease;
}

/* SCROLLED TEXT COLOR */
.header.scrolled .nav-links a {
  color: #333;
}

/* ================= HOVER EFFECT ================= */
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #0d6efd;
  transition: 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

/* ================= ACTIVE LINK ================= */
.nav-links a.active {
  color: #0d6efd !important;
}

.nav-links a.active::after {
  width: 100%;
}

/* ================= MOBILE CLEANUP (optional but good) ================= */
@media (max-width: 768px) {
  .nav-links a {
    margin-left: 12px;
    font-size: 14px;
  }
}

/* ================= MOBILE RESPONSIVE NAVBAR ================= */
.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 8px;
  gap: 5px;
  border-radius: 6px;
  transition: 0.3s ease;
}

.hamburger-menu:hover {
  background: rgba(0, 0, 0, 0.4);
}

.hamburger-menu span {
  width: 25px;
  height: 3px;
  background: #0d6efd;
  border-radius: 2px;
  transition: 0.3s ease;
}

.header.transparent-header .hamburger-menu {
  background: rgba(255, 255, 255, 0.3);
}

.header.transparent-header .hamburger-menu:hover {
  background: rgba(255, 255, 255, 0.4);
}

.header.transparent-header .hamburger-menu span {
  background: #0d6efd;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
  }

  .header {
    padding: 12px 0;
  }

  .header .container {
    width: 95%;
  }

  .header nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 0;
    border-bottom: 1px solid #eee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 998;
  }

  .header nav.active {
    max-height: 500px;
  }

  .header nav a {
    display: block;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    color: #333;
  }

  .header nav a:last-child {
    border-bottom: none;
  }

  .header nav a:hover,
  .header nav a.active {
    background: #f0f7ff;
    color: #0d6efd;
  }

  .header.transparent-header nav {
    background: #fff;
    backdrop-filter: none;
  }

  body {
    padding-top: var(--header-height);
  }
}
.hero {
  background: #74a2b4; /* dark professional background */
  color: white;
  padding: 120px 0;
  display: flex;
  align-items: center;
}

.hero-text h1 {
  font-size: 48px;
  font-weight: 700;
}

.hero-text p {
  margin: 20px 0;
  font-size: 18px;
  opacity: 0.9;
}

.hero-buttons .btn {
  margin-right: 10px;
  padding: 10px 20px;
}

.hero-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
:root {
  --header-height: 80px;
}

.header {
  height: var(--header-height);
  line-height: var(--header-height);
}

body {
  padding-top: var(--header-height);
}
/* HERO */
.services-hero {
  height: 50vh;
  background: url('images/hero.jpg') center/cover no-repeat;
  position: relative;
}

.services-hero .overlay {
  background: rgba(0,0,0,0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* SERVICES */
.services-section {
  padding: 80px 0;
  background: #f7fbff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* CARD */
.service-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.service-card h3 {
  margin-bottom: 10px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* CTA */
.cta {
  text-align: center;
  padding: 60px;
  background: #0d6efd;
  color: white;
}

.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: white;
  color: #0d6efd;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
/* ===== HERO ===== */
.contact-hero {
  height: 50vh;
  background: url('images/contact.jpg') center/cover no-repeat;
  position: relative;
}

.contact-hero .overlay {
  background: rgba(0,0,0,0.5);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero h1 {
  color: #fff;
  font-size: 42px;
}

.contact-hero p {
  color: #ddd;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  padding: 80px 0;
}

/* LEFT INFO */
.contact-info h3 {
  margin-bottom: 20px;
  color: #0d6efd;
  font-weight: bold;
}

.info-box {
  margin-bottom: 20px;
}

.info-box a {
  color: #0d6efd;
  text-decoration: none;
}

.info-box a:hover {
  text-decoration: underline;
}

.hours-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
}

.branch-hours {
  padding: 10px 0;
}

.branch-hours strong {
  display: block;
  margin-bottom: 8px;
  color: #0d6efd;
}

.branch-hours p {
  margin: 5px 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .hours-section {
    grid-template-columns: 1fr;
  }
}

/* FORM */
.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 2px solid #0d6efd;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0d6efd;
}

/* BUTTON */
.btn-primary-custom {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-primary-custom:hover {
  background: #0b5ed7;
}

/* ===== MAP ===== */
.map-section iframe {
  width: 100%;
  height: 400px;
  border: none;
}
/* ================= HERO SECTION ================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
              url('../images/Hero.png') center/cover no-repeat;
}

/* HERO TEXT */
.hero-text h1 {
  font-family: 'Great Vibes', serif !important;
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 20px;

  /* Animation */
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}
.hero-text h2 {
  font-weight: 900;
}

.hero-text p {
  color: #eee;
  font-size: 18px;
  margin-bottom: 25px;

  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

/* BUTTONS */
.hero-buttons {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.6s;
}

/* HERO IMAGE */
.hero-image img {
  width: 100%;
  border-radius: 15px;

  /* Floating animation */
  animation: floatImage 4s ease-in-out infinite;
}

/* ================= ANIMATIONS HERO ================= */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatImage {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideShow {
  0% {
    opacity: 1;
    background-image: url('../images/hero1.jpg');
  }
  33% {
    opacity: 1;
    background-image: url('../images/hero2.jpg');
  }
  66% {
    opacity: 1;
    background-image: url('../images/hero3.jpg');
  }
  100% {
    opacity: 1;
    background-image: url('../images/hero1.jpg');
  }
}
/* ===== SERVICES SECTION ===== */
.services {
  background: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.section-subtitle {
  color: #666;
  margin-bottom: 50px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* CARD */
.service-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;

  /* highlight trim */
  border: 1px solid rgba(13, 110, 253, 0.15);

  /* soft shadow */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* subtle glowing border effect */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(120deg, #0d6efd, transparent, #0d6efd);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  opacity: 0;
  transition: 0.4s ease;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

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

/* ICON */
.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* TEXT */
.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.service-card p {
  font-size: 14px;
  color: #666;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  border: 1px solid #e6e6e6;
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  border-color: #0d6efd;
}

/* ICON STYLE */
.service-card .icon {
  font-size: 32px;
  color: #0d6efd;
  margin-bottom: 15px;
}

/* TITLE */
.service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

/* TEXT */
.service-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.services-btn {
  display: inline-block;
  width: auto;
  padding: 10px 22px;
}
/* ================= PROCESS SECTION ================= */
.process-section {
  background: #f8fafc;
  padding: 90px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 34px;
  color: #111;
  margin-bottom: 10px;
}

.section-title p {
  color: #666;
  font-size: 16px;
}

/* ================= GRID ================= */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

/* ================= CARD ================= */
.process-card {
  background: #fff;
  border: 2px solid rgba(13, 110, 253, 0.15);
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

/* hover effect */
.process-card:hover {
  transform: translateY(-8px);
  border-color: #0d6efd;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* icon */
.process-card .icon {
  font-size: 28px;
  color: #0d6efd;
  margin-bottom: 15px;
}

/* heading */
.process-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

/* text */
.process-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
/* ===== WHAT WE DO SECTION ===== */
.what-we-do {
  background: #f8fbff;
  padding: 90px 0;
}

.what-we-do .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.what-we-do .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.what-we-do .section-title p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.content-box {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;

  /* ✨ BLUE OUTLINE */
  border: 2px solid #0d6efd;

  /* soft glow for premium feel */
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.08);
}

.content-box p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .content-box {
    padding: 25px;
  }

  .what-we-do .section-title h2 {
    font-size: 26px;
  }
}
/* ===== VALUES SECTION ===== */
.our-values {
  background: #ffffff;
  padding: 90px 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* CARD STYLE */
.value-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;

  border: 1.5px solid rgba(13, 110, 253, 0.4);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.06);

  transition: all 0.3s ease;
}

.value-card h3 {
  font-size: 18px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* HOVER EFFECT */
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.15);
  border-color: #0d6efd;
}

/* SECTION TITLE (reuse consistency) */
.section-title {
  text-align: center;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.section-title p {
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin: 10px auto 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== SERVICES PAGE ===== */
.services-page {
  background: #f8fbff;
  padding: 90px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* SERVICE CARD */
.service-card {
  border-radius: 14px;
  background: transparent;
  background-repeat: no-repeat;
  padding: 25px;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #0d6efd;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(40px);
  z-index: 1;
}

.service-text {
  margin-top: 15px;
  text-align: center;
}

.service-text h3 {
  font-size: 17px;
  color: #0d6efd;
  margin-bottom: 10px;
  line-height: 1.4;
}

.service-text p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* HOVER EFFECT */
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.15);
  border-color: #0d6efd;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.map-wrapper {
  padding: 60px 20px;
  background: #f8fbff;
  text-align: center;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 20px;
}

.map-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.map-box iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
/* ===== SCROLL TO TOP BUTTON ===== */
.scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;

  background: #0d6efd;
  color: #fff;
  border: none;
  outline: none;

  width: 45px;
  height: 45px;
  border-radius: 50%;

  font-size: 18px;
  cursor: pointer;

  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;

  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

/* Hover effect */
.scrollTopBtn:hover {
  background: #0b5ed7;
  transform: translateY(-3px);
}
/* ===== WORKING ANIMATION ===== */

.fade-in-hidden {
  opacity: 0;
  transform: translateX(0) translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-in-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* OPTIONAL direction effect: include both X and Y so transforms interpolate smoothly */
.about-left.fade-in-hidden {
  transform: translateX(-40px) translateY(20px);
}

.about-right.fade-in-hidden {
  transform: translateX(40px) translateY(20px);
}

/* ===== MOBILE ABOUT SECTION ALIGNMENT ===== */
@media (max-width: 992px) {
  .about-left.fade-in-hidden {
    transform: translateX(0) translateY(20px);
  }

  .about-right.fade-in-hidden {
    transform: translateX(0) translateY(20px);
  }

  .section .row {
    flex-direction: column;
  }

  .col-lg-6 {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .about-img {
    margin-top: 20px;
  }

  .about-img::before {
    display: none;
  }
}

/* ===== BOUNCE ON MEET ===== */
@keyframes bounceFromLeft {
  0% { opacity: 0; transform: translateX(-60px) translateY(30px) scale(0.98); }
  60% { opacity: 1; transform: translateX(12px) translateY(-8px) scale(1.02); }
  80% { transform: translateX(-6px) translateY(4px) scale(0.995); }
  100% { transform: translateX(0) translateY(0) scale(1); }
}

@keyframes bounceFromRight {
  0% { opacity: 0; transform: translateX(60px) translateY(30px) scale(0.98); }
  60% { opacity: 1; transform: translateX(-12px) translateY(-8px) scale(1.02); }
  80% { transform: translateX(6px) translateY(4px) scale(0.995); }
  100% { transform: translateX(0) translateY(0) scale(1); }
}

@keyframes bounceFromCenter {
  0% { opacity: 0; transform: translateY(30px) scale(0.98); }
  60% { opacity: 1; transform: translateY(-8px) scale(1.02); }
  80% { transform: translateY(4px) scale(0.995); }
  100% { transform: translateY(0) scale(1); }
}

.bounce-left {
  animation: bounceFromLeft 850ms cubic-bezier(.22,.9,.32,1) both;
  will-change: transform, opacity;
}

.bounce-right {
  animation: bounceFromRight 850ms cubic-bezier(.22,.9,.32,1) both;
  will-change: transform, opacity;
}

/* Mobile bounce animation (vertical only) */
@media (max-width: 992px) {
  .bounce-left,
  .bounce-right {
    animation: bounceFromCenter 850ms cubic-bezier(.22,.9,.32,1) both;
  }
}

/* ensure bounce doesn't conflict with fade-in: higher specificity */
.about-left.bounce-left,
.about-right.bounce-right {
  opacity: 1 !important;
}

/* ===== WHATSAPP FLOATING BUTTON ===== */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: background-color 0.3s;
}

.whatsapp-float:hover {
  background-color: #128c7e;
}