@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
    
    
    :root { --primary: #3c0062; }
    .bg-primary { background-color: #3c0062; }
    .text-primary { color: #3c0062; }
    .border-primary { border-color: #3c0062; }
    .hover\:bg-primary-dark:hover { background-color: #2a0047; }
    .from-primary { --tw-gradient-from: #3c0062; }
    .to-primary { --tw-gradient-to: #3c0062; }

    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
     
    }

    body h1, body h2, body h3, body h4, body h5, body h6 {
      font-family: 'Playfair', serif;
    }

    /* Modern glassmorphism */
    .glass {
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255, 255, 255, 0.15);
    }
    .glass-dark {
      background: rgba(60, 0, 98, 0.15);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.8) 60%,
    rgba(0, 0, 0, 0.9) 100%
  );
    }
    .card-hover {
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .card-hover:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 40px -12px rgba(60, 0, 98, 0.25);
    }
    .owl-carousel .owl-item img {
      height: 240px;
      object-fit: cover;
      border-radius: 20px;
    }
    .owl-theme .owl-nav [class*="owl-"] {
      background: #3c0062 !important;
      border-radius: 50% !important;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px !important;
      transition: 0.2s;
    }
    .owl-theme .owl-nav [class*="owl-"]:hover {
      background: #2a0047 !important;
      transform: scale(1.05);
    }
    .owl-theme .owl-dots .owl-dot.active span {
      background: #3c0062 !important;
    }
    .owl-theme .owl-dots .owl-dot span {
      background: #c4b5d0 !important;
    }

    /* input focus */
    input:focus, select:focus, textarea:focus {
      border-color: #3c0062;
      box-shadow: 0 0 0 4px rgba(60, 0, 98, 0.12);
      outline: none;
    }

    /* fixed bottom icons - modern pill style */
    .fixed-bottom-icons {
      position: fixed;
      bottom: 28px;
      z-index: 999;
      display: flex;
      justify-content: space-between;
      width: 100%;
      pointer-events: none;
      padding: 0 24px;
    }
    .fixed-bottom-icons a {
      pointer-events: auto;
      width: 60px;
      height: 60px;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      box-shadow: 0 12px 32px rgba(60, 0, 98, 0.35);
      transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
      text-decoration: none;
    }
    .fixed-bottom-icons a:hover {
      transform: scale(1.08) translateY(-3px);
    }
    .fixed-bottom-icons .call-icon {
      background: #3c0062;
      color: white;
    }
    .fixed-bottom-icons .call-icon:hover {
      background: #2a0047;
    }
    .fixed-bottom-icons .whatsapp-icon {
      background: #25D366;
      color: white;
    }
    .fixed-bottom-icons .whatsapp-icon:hover {
      background: #1da851;
    }

    /* Rotate phone icon 180deg */
    .rotate-180 {
      transform: rotate(180deg);
      display: inline-block;
    }

    /* Responsive tweaks */
    @media (max-width: 640px) {
      .fixed-bottom-icons a {
        width: 52px;
        height: 52px;
        font-size: 22px;
      }
      .fixed-bottom-icons { padding: 0 14px; bottom: 18px; }
    }




    /* Trust card */
     .trust-card {
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .trust-card:hover {
      transform: translateY(-4px);
    }
    .icon-wrap {
      transition: transform 0.25s ease, color 0.25s ease;
    }
    .trust-card:hover .icon-wrap {
      transform: scale(1.08);
      color: var(--primary, #3c0062);
    }
    /* glassmorphism background (applied via class) */
    .glass-soft {
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(12px) saturate(180%);
      -webkit-backdrop-filter: blur(12px) saturate(180%);
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 12px 40px -8px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,0.9);
    }
    /* number style – clean, bold */
    .stat-number {
      letter-spacing: -0.02em;
    }
    /* subtle divider line (optional) */
    .divider-light {
      border-color: rgba(60, 0, 98, 0.06);
    }



    /* Service card */
     .service-card {
      position: relative;
      border-radius: 1.25rem;
      overflow: hidden;
      aspect-ratio: 16 / 9;
      background: #1a1a1a;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: default;
      width: 100%;
    }
    .service-card:hover {
      transform: translateY(-8px) scale(1.01);
      box-shadow: 0 24px 60px -12px rgba(60, 0, 98, 0.25);
    }
    .service-card:hover .service-overlay {
      background: linear-gradient(180deg, rgba(60, 0, 98, 0.05) 0%, rgba(60, 0, 98, 0.8) 100%);
    }
    .service-card:hover .service-icon {
      transform: scale(1.12) translateY(-4px);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.4);
      background: rgba(255, 255, 255, 0.2);
    }
    .service-card:hover .service-title {
      transform: translateY(0);
      opacity: 1;
    }
    .service-card:hover .service-sub {
      opacity: 1;
      transform: translateY(0);
    }
    .service-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      transition: transform 0.6s ease;
    }
    .service-card:hover .service-bg {
      transform: scale(1.08);
    }
    .service-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.7) 100%);
      transition: background 0.4s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      text-align: center;
    }
    .service-icon {
      font-size: 2.2rem;
      color: rgba(255, 255, 255, 0.95);
      margin-bottom: 0.75rem;
      transition: all 0.4s ease;
      text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(4px);
      width: 4.2rem;
      height: 4.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }
    .service-title {
      font-size: 1.05rem;
      font-weight: 700;
      color: #ffffff;
      letter-spacing: 0.02em;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
      transform: translateY(4px);
      transition: all 0.4s ease;
      opacity: 0.95;
    }
    .service-sub {
      font-size: 0.65rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-top: 0.3rem;
      opacity: 0;
      transform: translateY(8px);
      transition: all 0.4s ease 0.05s;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }
    .service-card:hover .service-sub {
      opacity: 1;
      transform: translateY(0);
    }
    /* badge styling */
    .section-badge {
      background: rgba(60, 0, 98, 0.08);
      backdrop-filter: blur(4px);
      border: 1px solid rgba(60, 0, 98, 0.06);
    }
    /* responsive tweaks for 16:9 */
    @media (max-width: 640px) {
      .service-icon {
        font-size: 1.6rem;
        width: 3.6rem;
        height: 3.6rem;
      }
      .service-title {
        font-size: 0.9rem;
      }
      .service-card {
        aspect-ratio: 16 / 9;
      }
    }
    @media (min-width: 641px) and (max-width: 1024px) {
      .service-icon {
        font-size: 2rem;
        width: 4rem;
        height: 4rem;
      }
      .service-card {
        aspect-ratio: 16 / 9;
      }
    }
    /* ensure images are 1280x720 equivalent (16:9) */
    .service-bg {
      background-size: cover;
      background-position: center;
    }

/* ===== Review Card Only ===== */
.review-card {
  background: #f8f6f2;
  border-radius: 1.25rem;
  padding: 1.75rem;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(60, 0, 98, 0.08);
}

.review-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  font-style: italic;
}

.star-rating {
  color: #FFD700;
  font-size: 1.125rem;
  margin-top: 1rem;
}

.review-name {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.9rem;
  display: block;
  margin-top: 0.5rem;
}

.review-name span {
  font-weight: 400;
  color: #888;
  font-size: 0.75rem;
}



/* CTA  */

