/*
Theme Name: mobile-shop
Theme URI: https://www.mobile-shop.com/products/free-mobile-repair-wordpress-theme/
Author: mobile-shop
Author URI: https://www.mobile-shop.com/
Description: mobile-shop is a versatile theme with a clean and professionally crafted design suitable for cell phone repair, mobile-shop, computer service, battery repair, tv repair and other electronic gadget repair services. Any laptop or iPod repair store or a tech support service center can use this theme for showing their services online. The minimal and elegant look of this theme gives a clear picture of the different services you have and the retina-ready design makes the overall content and images look outstanding. With user-friendly customization options, rearranging the design structure and modifying it is an easy thing. It is fully responsive and has the capability to adjust itself to every screen size no matter which device you use. The design is based on a Bootstrap framework making the entire theme super streamlined that loads at a quick speed. If you are worried about the conversion rates of your site, just don’t be as there are call To Action buttons (CTA) that take care of the conversion part. The secure and clean codes of this theme play an important part in making it a safe and clutter-free option using which you can ensure the stunning performance of the site. This modern theme is made translation-ready as it includes pot files for WPML compatibility supporting your content to be able to be displayed in multiple languages. Live Demo: http://luzukdemo.com/demo/mobile-repair/
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
Version: 0.8.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mobile-repair
Tags: one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-colors, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, full-width-template, threaded-comments, translation-ready, blog, e-commerce, portfolio

mobile-shop WordPress Theme, Copyright 2021 mobile-shop
mobile-shop is distributed under the terms of the GNU GPL
*/

:root {
  --bg: #ffffff;
  --surface: #f8f9fa;
  --surface2: #f1f3f5;
  --accent: #0d6efd;
  --accent2: #0a58ca;
  --text: #111827;
  --muted: #6c757d;
  --border: #e5e7eb;
  --glow: 0 4px 14px rgba(13, 110, 253, 0.2);
  --primary: #2563eb;
  --secondary: #1d4ed8;
  --light: #eff6ff;
  --gray: #6b7280;



  --primary-hover: #0043D9;
  --primary-light: rgba(13, 91, 255, 0.1);
  --dark-text: #111827;
  --dark-muted: #4B5563;
  --light-gray: #F5F7FB;
  --border-color: #E5E7EB;

  --white: #FFFFFF;
  --success-color: #10B981;
  --warning-yellow: #FBBF24;
  --danger-red: #EF4444;

  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-primary: 0 10px 20px -3px rgba(13, 91, 255, 0.35);
  --shadow-success: 0 10px 20px -3px rgba(16, 185, 129, 0.35);

  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.2s ease-out;
}

/* Helper Utilities */
.text-primary-color {
  color: var(--primary) !important;
}

a:hover {
  text-decoration: none;
}

.ms-auto {
  margin-left: auto;
}

.bg-primary-color {
  background-color: var(--primary) !important;
}

.text-dark-color {
  color: var(--dark-text) !important;
}

.bg-light-gray {
  background-color: var(--light-gray) !important;
}

.fw-extra-bold {
  font-weight: 800;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.min-vh-90 {
  min-height: 90vh;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-6 {
  padding-top: 5rem;
}

.pb-4 {
  padding-bottom: 2.5rem;
}

/* Custom Buttons */
.btn-primary-custom, input[type="submit"] {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  border: 2px solid var(--primary);
  transition: var(--transition-smooth);
  min-width: 200px
}

.btn-primary-custom:hover, input[type="submit"]:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(13, 91, 255, 0.2);
}

.btn-primary-custom:active {
  transform: translateY(0);
}

.btn-outline-primary-custom {
  background-color: transparent;
  color: var(--primary);
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  border: 2px solid var(--primary);
  transition: var(--transition-smooth);
}

.btn-outline-primary-custom:hover {
  background-color: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(13, 91, 255, 0.1);
}

.btn-whatsapp-custom {
  background-color: #25D366;
  color: var(--white);
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  border: 2px solid #25D366;
  transition: var(--transition-smooth);
}

.btn-whatsapp-custom:hover {
  background-color: #128C7E;
  border-color: #128C7E;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(37, 211, 102, 0.2);
}

/* Shadows */
.shadow-primary {
  box-shadow: var(--shadow-primary);
}

.shadow-success {
  box-shadow: var(--shadow-success);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* NOISE OVERLAY */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.03;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  backdrop-filter: blur(20px);
  background-color: #fff;
}


.logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo span {
  color: var(--accent);
}

.logo-icon {
  width: 32px;
  height: 32px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}


.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  background: var(--accent);
  color: #fff !important;
  font-weight: 600 !important;
  padding: 0.55rem 1.3rem;
  border-radius: 100px;
  transition: box-shadow 0.2s !important;
}

.nav-cta:hover {
  box-shadow: var(--glow);
  color: #fff !important;
}

/* HERO */

.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(13, 110, 253, 0.1);
  border: 1px solid rgba(13, 110, 253, 0.25);
  color: var(--accent);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  animation: fadeUp 0.8s ease both;
}

.badge-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.3
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  max-width: 900px;
  animation: fadeUp 0.8s 0.1s ease both;
}

.hero h1 em {
  color: var(--accent);
  font-style: normal;
}

.hero p {
  color: var(--muted);
  font-size: 1.15rem;
  max-width: 520px;
  line-height: 1.7;
  margin: 1.5rem auto 0;
  font-weight: 300;
  animation: fadeUp 0.8s 0.2s ease both;
}

p {
  margin-bottom: 0px !important;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.3s ease both;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary:hover {
  box-shadow: var(--glow);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-outline:hover {
  border-color: rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
  justify-content: center;
  animation: fadeUp 0.8s 0.4s ease both;
}

.stat {
  text-align: center;
}

.stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--text);
}

.stat-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

/* SECTIONS */

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.section-sub {
  color: var(--muted);
  font-size: 1rem;
  margin-top: 0.75rem;
  line-height: 1.6;
  max-width: 480px;
}

/* SERVICES PREVIEW */


/* TESTIMONIALS */
.testimonials-section {}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color 0.2s, transform 0.2s;
}

.testimonial-card:hover {
  border-color: rgba(13, 110, 253, 0.2);
  transform: translateY(-4px);
}

.stars {
  color: var(--accent2);
  font-size: 0.95rem;
}

.testimonial-card blockquote {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 300;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}

.author-name {
  font-weight: 600;
  font-size: 0.9rem;
}

.author-location {
  color: var(--muted);
  font-size: 0.8rem;
}

/* BOOKING CTA */
.booking-section {
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.05) 0%, rgba(10, 88, 202, 0.05) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.booking-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.booking-section p {
  color: var(--muted);
  margin: 1rem auto;
  max-width: 500px;
  font-size: 1.05rem;
}

/* FOOTER */


.gap-3 {
  gap: 1rem !important;
}

.footer-brand p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-col h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  color: var(--text);
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-col ul li a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: var(--primary);
}

.footer-col ul li {
  color: var(--muted);
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contact-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  color: var(--muted) !important;
}

.contact-icon {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color: var(--muted);
  font-size: 0.85rem;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: opacity 0.2s;
}

.whatsapp-btn:hover {
  opacity: 0.85;
}

@media(max-width:768px) {
  .nav-links {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stats {
    gap: 1.5rem;
  }

  .service-block {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-block.reverse {
    direction: ltr;
  }

  .pricing-row {
    grid-template-columns: 2fr 1fr;
  }

  .pricing-row .time,
  .pricing-row .warranty {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* service page */

/* PAGE HEADER */
.page-header {
  padding: 10rem 5% 4rem;
  text-align: center;
 background: #f4f6f8;

}

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.page-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
}

.page-header p {
  color: var(--muted);
  margin-top: 1rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* SERVICE DETAIL CARDS */
.services-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5% 6rem;
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 1px solid var(--border);
}

.service-block:last-child {
  border-bottom: none;
}

.min-height100{
  min-height: 100%;
}
.min-height100 iframe{display: inline-block;vertical-align: top;width: 100%;height: 100%;}
.service-block.reverse {
  direction: rtl;
}

.service-block.reverse>* {
  direction: ltr;
}

.service-visual {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.service-visual img{max-width: 100%;}

.service-visual-icon {
  font-size: 5rem;
}

.before-after {
  display: flex;
  gap: 0;
  width: 100%;
  height: 100%;
}

.ba-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  position: relative;
}

.ba-side:first-child {
  background: rgba(10, 88, 202, 0.06);
  border-right: 1px solid var(--border);
}

.ba-side:last-child {
  background: rgba(13, 110, 253, 0.06);
}

.ba-label {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ba-side:first-child .ba-label {
  color: var(--accent2);
}

.ba-side:last-child .ba-label {
  color: var(--accent);
}

.ba-icon {
  font-size: 3.5rem;
  margin-top: 1.5rem;
}

.ba-text {
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
}

.service-content {}

.service-number {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
  margin-bottom: -0.5rem;
}

.service-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.service-content p {
  color: var(--muted);
  line-height: 1.75;
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

.feature-list {
  list-style: none;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
img:focus-visible {
  display: none !important;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.feature-list li::before {
  /* content: '→'; */
  content: "\f138";
font-family: bootstrap-icons !important;
  color: var(--accent);
  flex-shrink: 0;
}

/* PRICING TABLE */
.pricing-section {
  background: var(--surface);
  padding: 5rem 5%;
}

.pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-table {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 2.5rem;
}

.pricing-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  align-items: center;
  transition: background 0.15s;
}

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

.pricing-row:hover:not(.pricing-header) {
  background: var(--surface2);
}

.pricing-header {
  background: rgba(13, 110, 253, 0.05);
}

.pricing-header span {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.pricing-row .service-name {
  font-weight: 500;
  font-size: 0.95rem;
}

.pricing-row .price {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--text);
  text-align: center;
}

.pricing-row .time {
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

.pricing-row .warranty {
  color: var(--accent);
  font-size: 0.85rem;
  text-align: center;
}

.price-note {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 1rem;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* faq page */

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

/* PAGE HEADER */


/* FAQ */
.faqBorder{
      border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.faq-section {
  padding: 5rem 5%;
  max-width: 1100px;
  margin: 0 auto;
}
button:focus{outline: none !important;}
.faq-layout {
  gap: 4rem;
}

.faq-category-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.75rem;
  background: #f4f6f8;;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.faq-category-icon {
  width: 36px;
  height: 36px;
  background: rgba(13, 110, 253, 0.1);
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  text-align: left;
  padding: 1.1rem;
  font-size: 0.95rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.2s;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-arrow {
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 0.3s, color 0.2s;
  font-size: 0.8rem;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
  color: var(--accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer-inner {
  padding: 0 0 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.faq-answer-inner strong {
  color: var(--text);
}

/* CONTACT SECTION */
#contact {
  scroll-margin-top: 80px;
}

.contact-section {
  padding: 5rem 5%;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:0  4rem;
  margin-top: 3rem;
  align-items: start;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-card {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: border-color 0.2s;
}

.contact-card:hover {
  border-color: rgba(13, 110, 253, 0.2);
}

.contact-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(13, 110, 253, 0.08);
  border: 1px solid rgba(13, 110, 253, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent);
  margin-bottom: 0.3rem;
}

.contact-card p {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-card a {
  color: var(--text);
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--accent);
}

.contact-card .sub {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

/* MAP */
.map-container {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface2);
  aspect-ratio: 4/3;
  position: relative;
   height: 100%; 
  width: 100%;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
  position: relative;
 
}
.map-container iframe{
  width: 100% !important;
  height:100% !important ;
}

/* Decorative map grid */
.map-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 110, 253, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.map-pin-container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.map-pin {
  font-size: 3rem;
  animation: bounce 2s ease infinite;
}

@keyframes bounce {

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

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

.map-label {
  z-index: 1;
  background: var(--accent);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  margin-top: 0.5rem;
  display: inline-block;
}

.map-sub {
  z-index: 1;
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.map-open-link {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(13, 110, 253, 0.1);
  border: 1px solid rgba(13, 110, 253, 0.2);
  color: var(--accent);
  padding: 0.5rem 1rem;
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.75rem;
  transition: background 0.2s;
}

.map-open-link:hover {
  background: rgba(13, 110, 253, 0.2);
}

/* HOURS */
.hours-table {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1rem;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

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

.hours-row .day {
  color: var(--muted);
}

.hours-row .time {
  font-weight: 500;
}

.hours-row .open {
  color: var(--accent);
}

.hours-row .closed {
  color: var(--accent2);
}

.faq-item p {
  margin-top: 0;
  margin-bottom: 0;
}

/* new css 05-05 */


.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

/* HEADER */

header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #f1f5f9;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
}

.nav-links {
  display: flex;
  gap: 35px;
  align-items: center;
  list-style: none;
  margin: 0px;
}

.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover {
  color: var(--primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 28px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
  font-size: 16px;
}

.btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover {
  transform: translateY(-3px);
}

.btn-secondary {
  border: 1px solid var(--border);
  color: var(--text);
  background: white;
}

.btn-secondary:hover {
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--text);
}

/* HERO */

.hero {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff, #f8fbff);
}

.hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 50%;
  top: -120px;
  right: -120px;
  filter: blur(40px);
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--light);
  color: var(--primary);
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 25px;
}

.hero h1 span {
  color: var(--primary);
}

.hero p {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 40px;
  max-width: 560px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.hero-image {
  position: relative;
  animation: float 5s ease-in-out infinite;
}

.hero-image img {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: auto;
  filter: drop-shadow(0 30px 50px rgba(37, 99, 235, 0.25));
}

.slider-card {
  position: absolute;
  background: white;
  padding: 18px 24px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  animation: pulse 3s infinite;
}

.card1 {
  top: 20%;
  left: -40px;
}

.card2 {
  bottom: 10%;
  right: -20px;
}

.stats {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.stat-box {
  background: white;
  border: 1px solid #edf2f7;
  border-radius: 24px;
  padding: 35px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.stat-box:hover {
  transform: translateY(-8px);
}

.stat-box i {
  width: 70px;
  height: 70px;
  background: var(--light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto auto 20px;
  font-size: 28px;
}

.stat-box h3 {
  font-size: 34px;
  margin-bottom: 10px;
}

.stat-box p {
  color: var(--gray);
}

/* SECTION */


.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.section-title span {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title h2 {
  font-size: 54px;
  margin-top: 15px;
  line-height: 1.1;
}

/* SERVICES */

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




/* TESTIMONIAL */

.testimonial-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: white;
  border-radius: 30px;
  padding: 40px;
  border: 1px solid #edf2f7;
  transition: 0.4s;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.stars {
  color: #2563eb;
  margin-bottom: 20px;
}

.testimonial-card p {
  color: var(--gray);
  line-height: 1.9;
  margin-bottom: 30px;
}

.user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* CTA */

.cta {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 40px;
  padding: 70px;
  color: white;
  text-align: center;
}

.cta h2 {
  font-size: 58px;
  margin-bottom: 20px;
}

.cta p {
  opacity: 0.9;
  margin-bottom: 35px;
  font-size: 18px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-light {
  background: white;
  color: var(--primary);
}

.btn-green {
  background: #22c55e;
  color: white;
}

/* FOOTER */

footer {
  background: #f8fbff;
  padding-top: 90px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 50px;

}

.footer-col h4 {
  margin-bottom: 25px;
  font-size: 20px;
}

.footer-col p,
.footer-col a {
  color: var(--gray);
  line-height: 2;
  text-decoration: none;
  display: block;

}

.footer-col a {
  line-height: 38px;
  text-align: center;
}

.footer-bottom {
  border-top: 1px solid #2f3235;
  padding: 25px 0;
  text-align: center;
  color: var(--gray);
}

/* FLOATING BUTTONS */

.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.floating-buttons a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.call-btn {
  background: #2563eb;
}

.whatsapp-btn {
  background: #22c55e;
  color: #fff !important;
}

.hero-section {
  position: relative;
  padding: 120px 0 50px 0;
  overflow: hidden;
  background: url(./images/banner.png) no-repeat center center/cover;
}

.banner-background-overlay {
  background-image: url(./images/banner-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 55% auto;
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.banner-background-overlay::before{
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: orangered;
}

/* Floating background decoration shapes */
.hero-bg-shapes .shape-circle-1 {
  position: absolute;
  top: -15%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 91, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-bg-shapes .shape-circle-2 {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(13, 91, 255, 0.04) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.badge-eyebrow {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-light);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  border: 1px solid rgba(13, 91, 255, 0.15);
}

.hero-title {
  font-size: 3.25rem;
  line-height: 1.2;
  letter-spacing: -1px;
  color: var(--dark-text);
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, #00C6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 540px;
}

/* Trust Badges Strip */
.hero-trust-strip .trust-item {
  background: var(--white);
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition-smooth);
}

.hero-trust-strip .trust-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(13, 91, 255, 0.2);
}

.hero-trust-strip .trust-icon i {
  color: var(--primary);
  font-size: 1.2rem;
}

/* Image Comparison Slider (Draggable) */
.slider-wrapper-outer {
  position: relative;
  margin: 0 auto;
      display: flex;
    align-items: center;
    justify-content: center;
}
.slider-wrapper-outer  img{width:400px}

.slider-badge {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 10;
  background: var(--primary);
  color: var(--white);
  padding: 0.8rem 1.2rem;
  border-radius: 16px;
  box-shadow: var(--shadow-primary);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  transform: rotate(5deg);
  animation: floating 3s ease-in-out infinite alternate;
}

.slider-badge .badge-title {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.slider-badge .badge-subtext {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}

@keyframes floating {
  0% {
    transform: translateY(0px) rotate(5deg);
  }

  100% {
    transform: translateY(-8px) rotate(5deg);
  }
}

.comparison-slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 2;
  border-radius: 30px;
  overflow: hidden;
  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;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  /* Default split */
  overflow: hidden;
  z-index: 2;
}

.img-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

/* Slider Drag Handle */
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  /* Default split position */
  width: 4px;
  height: 100%;
  background-color: var(--white);
  cursor: ew-resize;
  z-index: 3;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.slider-handle .handle-line {
  width: 100%;
  height: calc(50% - 25px);
  background: var(--white);
}

.slider-handle .handle-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  border: 4px solid var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.slider-handle:hover .handle-button {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: var(--primary-hover);
}

.min-vh-90 {
  min-height: 90vh;
}

/* Media Queries for Hero */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 2.8rem;
  }
}

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

  .slider-badge {
    right: 10px;
    padding: 0.6rem 0.9rem;
  }
}

/* ANIMATIONS */

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

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

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

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

  50% {
    transform: scale(1.05);
  }

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

/* home page */
/* Trust Badges Strip */

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.hero-trust-strip .trust-item {
  background: var(--white);
  padding: 6px 20px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition-smooth);
}

.gap-4 {
  gap: 1.5rem !important;
}

.me-2 {
  margin-right: .5rem !important;
}


.hero-trust-strip .trust-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(13, 91, 255, 0.2);
}

.hero-trust-strip .trust-icon i {
  color: var(--primary);
  font-size: 1.2rem;
}

.section-header {
  max-width: 650px;
}

.section-tag {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  font-size: 2.25rem;
  letter-spacing: -0.5px;
}

.section-title-bar {
  width: 60px;
  height: 4px;
  border-radius: 2px;
}

.service-card {
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: var(--transition-smooth);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(13, 91, 255, 0.15);
}

.service-img-wrap {
  position: relative;
  height: 235px;
  width: 100%;
  overflow: hidden;
}

.service-placeholder-bg {
  width: 100%;
  height: 100%;
}

/* Visual elegant gradients for placeholders to avoid generic color codes */
.gradient-overlay-1 {
  background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
}

.gradient-overlay-2 {
  background: linear-gradient(135deg, #111827 0%, #374151 100%);
}

.gradient-overlay-3 {
  background: linear-gradient(135deg, #065F46 0%, #10B981 100%);
}

.gradient-overlay-4 {
  background: linear-gradient(135deg, #7C2D12 0%, #F97316 100%);
}

.gradient-overlay-5 {
  background: linear-gradient(135deg, #581C87 0%, #8B5CF6 100%);
}

.gradient-overlay-6 {
  background: linear-gradient(135deg, #0369A1 0%, #0EA5E9 100%);
}

.service-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}

.service-card-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  z-index: 1;
  text-transform: uppercase;
}

.service-icon-badge {
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: var(--primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-top: -50px;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
  border: 4px solid var(--primary);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.service-card:hover .service-icon-badge {
  background-color: var(--primary);
  color: var(--white);
  transform: scale(1.05) rotate(5deg);
  border-color: #fff;
}

.service-card-title {
  font-size: 1.25rem;
  letter-spacing: -0.3px;
}

.service-card-desc {
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-price .price-lbl {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}

.service-price .price-val {
  font-size: 1.4rem;
  line-height: 1.2;
}

/* ==========================================
   4. REPAIR BOOKING FORM SECTION
   ========================================== */
.booking-section {
  background-color: var(--white);
}

.booking-left-card {
  background: linear-gradient(135deg, #0B1E46 0%, #0D5BFF 100%);
  border-radius: 24px;
  color: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.booking-left-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.badge-eyebrow-light {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
  border-radius: 50px;
}

.booking-left-title {
  font-size: 2.25rem;
  line-height: 1.3;
}

/* Vertical steps timeline */
.timeline-steps {
  position: relative;
}

.timeline-step-item {
  position: relative;
  z-index: 2;
}

.timeline-step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 17px;
  width: 2px;
  height: calc(100% - 22px);
  background: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

.step-num-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.step-title {
  font-size: 1.05rem;
}

.step-desc {
  font-size: 0.85rem;
}

/* Illustration styling */
.booking-illustration-wrap .booking-ill-img {
  max-height: 200px;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
  animation: floating-illustration 4s ease-in-out infinite alternate;
}

@keyframes floating-illustration {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* Form Styling */
.booking-form-card {
  border-radius: 24px;
  border: 1px solid var(--border-color);
}

.booking-custom-tabs {
  background-color: #F1F5F9;
}

.booking-custom-tabs .nav-link {
  color: var(--dark-muted);
  background-color: transparent;
  transition: var(--transition-smooth);
}

.booking-custom-tabs .nav-link.active {
  background-color: var(--white);
  color: var(--primary) !important;
  box-shadow: var(--shadow-sm);
}

.bg-light-input {
  background-color: #F8FAFC !important;
  border: 1px solid #E2E8F0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  transition: var(--transition-fast);
  color: var(--dark-text);
}

.bg-light-input:focus {
  background-color: var(--white) !important;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-light);
}

.input-group-text {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}

/* Form success card design */
#bookingSuccessBox {
  background-color: rgba(16, 185, 129, 0.05);
  border: 1px dashed var(--success-color);
  animation: scale-up 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes scale-up {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

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

/* ==========================================
   5. BENEFITS STRIP
   ========================================== */
.benefits-strip {
  box-shadow: 0 10px 30px rgba(13, 91, 255, 0.15);
}

.benefit-icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: var(--transition-smooth);
}

.benefit-item:hover .benefit-icon-badge {
  transform: rotateY(180deg) scale(1.05);
  background-color: var(--white);
  color: var(--primary);
}

.benefit-title {
  font-size: 1.05rem;
}

.benefit-desc {
  font-size: 0.8rem;
}

/* ==========================================
   6. TESTIMONIALS SECTION
   ========================================== */
.testimonial-card {
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border-color);
  transition: var(--transition-smooth);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(13, 91, 255, 0.1);
}

.me-3 {
  margin-right: 1rem !important;
}

.stars-badge i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.7;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.testimonial-avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid var(--border-color);
}

.avatar-name {
  font-size: 0.95rem;
}

.avatar-loc {
  font-size: 0.75rem;
}

.height100 {
  height: 100%;
}

/* ==========================================
   7. ADDITIONAL SECTIONS (ABOUT, FAQ, CONTACT)
   ========================================== */
/* About illustration overlay */
.about-illustration-wrap {
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0B1E46 0%, #0D5BFF 100%);
  z-index: 1;
  color: #fff;
  padding: 20px;
}
.about-illustration-wrap  img{
  max-width: 100%;
  border-radius: 15px;
}

.about-illus-circle {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.2;
}

.display-huge {
  font-size: 4rem;
  line-height: 1;
}

/* FAQ Accordion Styling */
.custom-faq-accordion .accordion-item {
  border: 1px solid var(--border-color) !important;
  overflow: hidden;
}

.custom-faq-accordion .accordion-button {
  background-color: var(--white);
  color: var(--dark-text);
  box-shadow: none;
  transition: var(--transition-fast);
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary) !important;
  background-color: var(--primary-light);
}

.custom-faq-accordion .accordion-button::after {
  background-size: 1.1rem;
}

/* Contact Details Info */
.contact-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

/* ==========================================
   8. FOOTER SECTION
   ========================================== */
.footer-wrap {
  background-color: #0b0f19;
}

.footer-heading {
  font-size: 1.1rem;
  letter-spacing: -0.2px;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: var(--primary);
}

.footer-links a {
  color: #94A3B8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition-fast);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.social-icon-btn {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition-smooth);
  text-decoration: none;
}

.social-icon-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

.newsletter-form input {
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
}

.newsletter-form input:focus {
  box-shadow: none;
  border-color: var(--primary) !important;
}

.hover-primary {
  transition: var(--transition-fast);
  text-decoration: none;
}

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

.delay-1 {
  transition-delay: 0.15s;
}

.delay-2 {
  transition-delay: 0.3s;
}

.delay-3 {
  transition-delay: 0.45s;
}

.scroll-reveal {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.phone12 {
  padding: 4px;
  border-radius: 40px;
  width: auto;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 3px 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 3px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 3px 15px rgba(0, 0, 0, 0.35);
  position: relative;
  width: 100%;
}

.phone12:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 200px;
  width: 4px;
  height: 50px;
  background: #2563eb;
  display: block;
  border-radius: 4px 0 0 4px;
}

.phone12:after {
  content: '';
  position: absolute;
  left: -4px;
  top: 260px;
  width: 4px;
  height: 50px;
  background: #2563eb;
  display: block;
  border-radius: 4px 0 0 4px;
}

.phone12 .screenborder {
  width: auto;
  height: auto;
  padding: 4px;
  border-radius: 36px;
  display: block;
  border: rgba(255, 255, 255, 0.2) 0px solid;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.55), inset 1px 0px 3px rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.55), inset 1px 0px 3px rgba(255, 255, 255, 0.55);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.55), inset 1px 0px 3px rgba(255, 255, 255, 0.55);
  position: relative;
}

.phone12 .screenborder:before {
  content: '';
  position: absolute;
  right: -7px;
  top: 200px;
  width: 4px;
  height: 100px;
  background: #2563eb;
  display: block;
  border-radius: 0 4px 4px 0;
}

.phone12 .screenborder .screen12 {
  width: 100%;
  display: block;
  height: 670px;
  padding: 6px 7px;
  border-radius: 40px;
  position: relative;
}



.phone12.blue,
.phone12.blue .screenborder {
  background: #000;
  background: linear-gradient(40deg, #2563eb 0%, #00c6ff 20%, #00c6ff 20%, #00c6ff 66%, #2563eb 80%, #00c6ff 80%, #00c6ff);
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header span{
    color:#2563eb;
    font-weight:600;
    letter-spacing:2px;
}

.section-header h2{
    font-size:48px;
    margin-top:15px;
    margin-bottom:15px;
}

.section-header h2 span{
    color:#2563eb;
}

.section-header p{
    max-width:650px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
}

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

.why-card{
    background:#ffffff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
}

.why-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#2563eb;
    transform:scaleX(0);
    transition:.4s;
}

.why-card:hover::before{
    transform:scaleX(1);
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(37,99,235,.15);
}

.why-card .icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#eff6ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:20px;
    transition:.4s;
}

.why-card:hover .icon{
    transform:scale(1.1) rotate(8deg);
}

.why-card h3{
    margin-bottom:15px;
    font-size:22px;
    color:#111827;
}

.why-card p{
    color:#6b7280;
    line-height:1.8;
}

/* inner page */
.dateTime {width: 50%;
    display: inline-block;}


.dateTime label, .dateTime p, .formSection  .w-100 p, #address_wrapper p{width: 100% !important;}
.dateTime .wpcf7-form-control-wrap{
  display:inline-block;
  width: 48%;
  vertical-align: top;
}
.dateTime .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{margin-left: 2%;}
.wpcf7-form-control-wrap{
  padding-bottom: 20px;
}

.formSection input[type=text],  .formSection input[type="file"], .formSection select, .formSection textarea, .formSection input[type=number], .formSection input[type=email], .formSection input[type=tel], .formSection input[type=url], .formSection input[type=password], .formSection input[type=search], .formSection input[type=date], .formSection input[type=time] {
    width: 100%;
    padding: 14px 20px;
    height: 54px;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #cacccf;
    color: var(--e-global-color-text);
    backdrop-filter: blur(29px);
    -webkit-text-fill-color: var(--e-global-color-text);
    border-radius: 10px;
}
.formSection textarea{
  height: auto;
}

.formSection p{
  display: inline-block;
  vertical-align: top;
  width:49%;
  padding: 0 10px;
  margin-bottom: 10px !important;
}

.formSection p label{
  width: 100%;
  vertical-align: top;
  margin: 0px;
}
.wpcf7-not-valid-tip{
  font-size: 13px;
}

/* .formSection .wpcf7-not-valid-tip{position: absolute;} */


@media(max-width:768px){

    .section-header h2{
        font-size:34px;
    }

    .why-grid{
        gap:20px;
    }

}


/* RESPONSIVE */
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }
}

@media(max-width: 1024px) {

  .hero-wrapper,
  .services-grid,
  .testimonial-wrap,
  .footer-grid,
  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero h1 {
    font-size: 54px;
  }
}

@media(max-width: 768px) {

  .hero-wrapper,
  .services-grid,
  .testimonial-wrap,
  .footer-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding: 70px 0;
  }

  .hero h1 {
    font-size: 42px;
  }

  .section-title h2 {
    font-size: 38px;
  }

  .cta {
    padding: 50px 25px;
  }

  .cta h2 {
    font-size: 38px;
  }

  .hero-buttons,
  .cta-buttons {
    flex-direction: column;
  }

  .section-top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}