:root {
  --primary-color: #2563eb;
  --primary-dark: #1d4ed8;
  --secondary-color: #10b981;
  --dark-color: #1e293b;
  --light-color: #f8fafc;
  --gray-color: #64748b;
  --light-gray: #e2e8f0;
  --danger-color: #ef4444;
  --warning-color: #f59e0b;
  --success-color: #10b981;
  --border-radius: 8px;
  --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --transition: all 0.3s ease;
}

html, body {
    font-family: "Poppins", sans-serif!important;
}

.skiptranslate {
    display: none!important;
}

/* Google Translate icon (left side G icon) */
.goog-te-gadget-icon {
    display: none !important;
}

/* Extra safety: kisi bhi icon / badge ko hide */
.goog-te-gadget span {
    display: none !important;
}

/* Google translate inline element clean */
.goog-te-gadget {
    font-size: 0 !important;
}

body {
    top: 0 !important;
    position: static !important;
}

/* Hide Google translate banner completely */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

iframe.goog-te-banner-frame {
    display: none !important;
}

@media (max-width: 991px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid #e5e7eb;
  }

  .navbar .container {
    border-bottom: 1px solid #e5e7eb;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
}

/* FAQs Accodion CSS */

        .faq-section {
            background-color: #f8fafc; /* Light background */
            padding: 80px 0;
        }

        .section-title {
            color: #1e293b; /* Dark Navy Text */
            font-weight: 700;
        }

        /* Card Styling */
        .brand-accordion .accordion-item {
            border: 1px solid #e2e8f0; /* Subtle border */
            border-radius: 12px;
            margin-bottom: 16px;
            background: #ffffff;
            overflow: hidden;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
            transition: all 0.2s ease-in-out;
        }

        .brand-accordion .accordion-item:hover {
            border-color: #cbd5e1;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
            transform: translateY(-2px);
        }

        /* Button Styling */
        .brand-accordion .accordion-button {
            color: #1e293b; /* Dark Navy Text */
            font-weight: 600;
            font-size: 1.05rem;
            padding: 1.5rem;
            background-color: #fff;
            box-shadow: none !important;
            border: none;
        }

        /* Active State (When Open) */
        .brand-accordion .accordion-button:not(.collapsed) {
            background-color: #eff6ff; /* Faint Blue Background */
            color: #2563eb; /* Royal Blue Text */
            font-weight: 700;
        }

        /* Custom Icon (Plus/Minus) */
        .brand-accordion .accordion-button::after {
            background-image: none !important;
            font-family: "Font Awesome 6 Free";
            content: "\f067"; /* Plus Icon */
            font-weight: 900;
            color: #94a3b8; /* Light Grey Icon */
            transition: transform 0.3s ease;
        }

        .brand-accordion .accordion-button:not(.collapsed)::after {
            content: "\f068"; /* Minus Icon */
            transform: rotate(180deg);
            color: #2563eb; /* Royal Blue Icon */
        }

        /* Answer Text */
        .brand-accordion .accordion-body {
            color: #475569; /* Slate Grey Text */
            padding: 0 1.5rem 1.5rem 1.5rem;
            background-color: #eff6ff; /* Matches Active Header Background */
            border-top: none;
            line-height: 1.6;
        }

/* FAQs Accodion CSS End*/


/* Container styling */
.social-links {
  display: flex;
  gap: 12px;
}

/* The Icon Circle */
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1); /* Subtle Glass Effect */
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

/* HOVER EFFECT - Theme Blue */
.social-icon:hover {
  background-color: #0d6efd; /* YOUR THEME BLUE */
  transform: translateY(-3px); /* Lifts up slightly */
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4); /* Blue Glow */
}

/* Center navbar items (desktop) */
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: center;
  }

  .navbar .navbar-nav {
    margin: 0 auto;
  }
}

/* .find-expert-alt {
    background-color: #f8f9fa;
}

.accent-box {
    background: linear-gradient(135deg, #0d6efd, #084298);
    border-radius: 18px;
}

.accent-box h5 {
    font-size: 1.2rem;
}

.expert-points li {
    font-size: 0.95rem;
    opacity: 0.95;
}

.content-box {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-left: -80px;
    position: relative;
    z-index: 2;
}

/* Mobile fix */
@media (max-width: 991px) {
  /* .content-box {
        margin-left: 0;
    } */
}
*/ * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.print-watermark {
  display: none;
}

@media print {
  .print-wrapper {
    position: relative;
  }

  .print-watermark {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 280px;
    opacity: 0.08;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
  }

  /* Keep content above watermark */
  .print-wrapper * {
    position: relative;
    z-index: 1;
  }

  button {
    display: none !important;
  }
}

/* body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
    background-color: #f5f7fa;
} */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.header {
  background-color: white;
  box-shadow: var(--box-shadow);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.logo p {
  font-size: 12px;
  color: var(--gray-color);
}

.main-nav ul {
  display: flex;
  list-style: none;
}

.main-nav li {
  margin-left: 25px;
}

.main-nav a {
  text-decoration: none;
  color: var(--dark-color);
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}

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

.main-nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  bottom: -5px;
  left: 0;
  transition: var(--transition);
}

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

.language-switcher select {
  padding: 8px 12px;
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
  background-color: white;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  outline: none;
  margin-bottom: 12px;
  margin-left: 24px;
}

/* 1. Remove default ugly browser focus outlines */
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* 2. The Button Container - "Fresh & Friendly" */
.custom-toggler {
  border: none;
  /* This blue matches your hero section */
  background: #2563eb;
  /* Subtle gradient for a modern "fresh" feel */
  background: linear-gradient(145deg, #2563eb, #1d4ed8);

  width: 50px; /* Good touch target size */
  height: 45px;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px; /* Space between bars */

  border-radius: 12px; /* Soft rounded corners (Squircle) */
  cursor: pointer;

  /* Soft shadow to lift it off the white header */
  /* box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);  */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 3. The Hamburger Bars - Crisp White */
.custom-toggler span {
  display: block;
  width: 24px;
  height: 2.5px; /* Not too thick, not too thin */
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}

/* 4. Hover Effect - Interaction Feedback */
.custom-toggler:hover {
  transform: translateY(-2px); /* Slight lift */
  box-shadow: 0 8px 15px rgba(37, 99, 235, 0.35); /* Glowy shadow */
}

/* 5. ACTIVE STATE (When menu is OPEN) */
/* The button stays blue, but transforms */
.custom-toggler:not(.collapsed) {
  background: #1e40af; /* Slightly darker to show it's "pressed" */
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1); /* Inner shadow for depth */
}

/* Transform to X */
.custom-toggler:not(.collapsed) span:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}

.custom-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px); /* Slide out smoothly */
}

.custom-toggler:not(.collapsed) span:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

/* Hero Section */
.hero {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-dark)
  );
  color: white;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 40px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.hero p {
  font-size: 18px;
  margin: 0 auto;
  font-weight: 400;
}
.para {
  font-size: 18px;
  margin: 0 auto;
  font-weight: 400;
}

/* Checklist Generator */
.checklist-generator {
  background-color: white;
  border-radius: var(--border-radius);
  /* box-shadow: var(--box-shadow); */
  padding: 30px;
  margin-bottom: 40px;
}

.generator-steps {
  position: relative;
}

.step {
  display: none;
  animation: fadeIn 0.5s ease;
}

.step.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step h3 {
  margin-bottom: 20px;
  color: var(--primary-color);
  font-size: 1.3rem;
  border-bottom: 2px solid var(--light-gray);
  padding-bottom: 10px;
}

/* Brands Grid */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.brand-card {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid var(--light-gray);
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}

.brand-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}

.brand-name {
  font-weight: 600;
  color: var(--dark-color);
}

/* Models Grid */
.models-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.model-card {
  background-color: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid var(--light-gray);
}

.model-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}

.model-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.model-info {
  padding: 15px;
  text-align: center;
}

.model-name {
  font-weight: 600;
  margin-bottom: 5px;
}

.model-type {
  font-size: 12px;
  color: var(--gray-color);
}

/* Checklist Container */
.checklist-container {
  margin-top: 30px;
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.checklist-section {
  margin-bottom: 20px;
}

.checklist-header {
  background-color: var(--primary-color);
  color: white;
  padding: 12px 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checklist-header i {
  transition: var(--transition);
}

.checklist-header.collapsed i {
  transform: rotate(-90deg);
}

.checklist-items {
  padding: 15px;
  background-color: white;
  border-left: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
}

.checklist-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed var(--light-gray);
}

.checklist-item:last-child {
  border-bottom: none;
}

.checklist-item input[type="checkbox"] {
  margin-right: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.checklist-item label {
  flex: 1;
  cursor: pointer;
}

.checklist-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-weight: 500;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
}

.btn i {
  font-size: 16px;
}

.back-btn {
  background-color: var(--gray-color);
  margin-top: 20px;
}

.back-btn:hover {
  background-color: #475569;
}

/* SEO Content */
.seo-content {
  background-color: white;
  /* padding: 40px 0; */
  margin-bottom: 80px;
}

.seo-content h2 {
  color: var(--primary-color);
  margin: 25px 0 15px;
  font-size: 34px;
  font-weight: 500;
}

.seo-content h3 {
  color: rgb(33 37 41 / 75%);
  margin: 20px 0 10px;
  font-size: 1.4rem;
}

.seo-content p {
  margin-bottom: 15px;
  color: rgb(33 37 41 / 75%);
  font-size: 16px;
}

.seo-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
  color: rgb(33 37 41 / 75%);
}

.seo-content ol {
  color: rgb(33 37 41 / 75%);
}

.seo-content li {
  margin-bottom: 8px;
}

/* Footer */
.footer {
  background-color: var(--dark-color);
  color: white;
  padding: 60px 0 0;
}

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

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  /* width: fit-content;
    margin-left: auto;
    margin-right: auto; */
}

.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
}

.footer-col p {
  margin-bottom: 20px;
  opacity: 0.8;
  font-size: 14px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: white;
  opacity: 0.8;
  text-decoration: none;
  transition: var(--transition);
  font-size: 14px;
}

.footer-col a:hover {
  opacity: 1;
  color: var(--primary-color);
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  transition: var(--transition);
}

.social-links a:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
}

.newsletter-form {
  display: flex;
  margin-top: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  font-family: "Poppins", sans-serif;
  outline: none;
}

.newsletter-form button {
  padding: 0 15px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  cursor: pointer;
  transition: var(--transition);
}

.newsletter-form button:hover {
  background-color: var(--primary-dark);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  opacity: 0.8;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: var(--transition);
}

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

/* Share Modal */
.share-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 30px;
  width: 100%;
  max-width: 500px;
  position: relative;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: var(--gray-color);
  transition: var(--transition);
}

.close-modal:hover {
  color: var(--danger-color);
}

.modal-content h3 {
  margin-bottom: 20px;
  color: var(--primary-color);
}

.share-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 25px;
}

.share-btn {
  padding: 12px;
  border-radius: var(--border-radius);
  border: none;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.share-btn.whatsapp {
  background-color: #25d366;
}

.share-btn.email {
  background-color: var(--gray-color);
}

.share-btn.facebook {
  background-color: #3b5998;
}

.share-btn.twitter {
  background-color: #1da1f2;
}

.share-link {
  display: flex;
  margin-top: 20px;
}

.share-link input {
  flex: 1;
  padding: 10px;
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  font-family: "Poppins", sans-serif;
  outline: none;
}

.copy-link {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 0 15px;
  cursor: pointer;
  transition: var(--transition);
}

.copy-link:hover {
  background-color: var(--primary-dark);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .brands-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .models-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .checklist-actions {
    flex-direction: column;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .share-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .brands-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }

  .models-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  /* .checklist-item {
        font-size: 14px;
    } */
}

/* Modern and Smooth Design for Find Your Nearest PDI Expert Section with White Background */
.find-expert {
  background: #ffffff; /* Pure white background */
  padding: 30px 0;
  margin: 30px 0;
  border-radius: 1px; /* Subtle rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); /* Light shadow for depth */
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth hover transition */
}

.find-expert:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); /* Slightly stronger shadow on hover */
  transform: translateY(-4px); /* Subtle lift effect */
}

.find-expert .container {
  max-width: 800px; /* Constrain width for readability */
  margin: 0 auto;
  padding: 0 20px;
}

.find-expert h2 {
  font-size: 2.2rem; /* Bold, prominent heading */
  font-weight: 600;
  color: #070707; /* Dark gray for contrast */
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  animation: fadeInUp 0.6s ease-out forwards; /* Smooth fade-in animation */
}

.find-expert p {
  font-size: 1.2rem; /* Readable paragraph */
  color: #4a4a4a; /* Softer gray for text */
  line-height: 1.6;
  max-width: 600px; /* Limit text width for readability */
  margin: 0 auto 24px;
  animation: fadeInUp 0.6s ease-out 0.2s forwards; /* Delayed fade-in */
}

.find-expert .btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff; /* White text */
  background: #0066cc; /* Clean blue for button */
  border-radius: 8px; /* Slightly rounded for modern look */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2); /* Subtle button shadow */
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 0.6s ease-out 0.4s forwards; /* Delayed fade-in */
}

.find-expert .btn:hover {
  background: #004d99; /* Darker blue on hover */
  transform: translateY(-2px); /* Slight lift */
  box-shadow: 0 6px 16px rgba(0, 102, 204, 0.3); /* Enhanced shadow on hover */
}

.find-expert .btn::after {
  content: "\f061"; /* Font Awesome right arrow */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.find-expert .btn:hover::after {
  transform: translateX(6px); /* Arrow moves right on hover */
}

/* Keyframe Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .find-expert {
    padding: 50px 0;
    margin: 30px 12px;
    border-radius: 10px;
  }

  .find-expert h2 {
    font-size: 2.2rem;
  }

  .find-expert p {
    font-size: 0.1rem;
    max-width: 500px;
  }

  .find-expert .btn {
    padding: 12px 32px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .find-expert {
    padding: 40px 0;
    margin: 20px 10px;
  }

  .find-expert h2 {
    font-size: 1.9rem;
  }

  .find-expert p {
    font-size: 1rem;
    padding: 0 16px;
  }

  .find-expert .btn {
    padding: 10px 28px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .find-expert {
    padding: 30px 0;
    margin: 15px 8px;
    border-radius: 8px;
  }

  .find-expert h2 {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }

  .find-expert p {
    font-size: 0.9rem;
    padding: 0 12px;
    margin-bottom: 20px;
  }

  .find-expert .btn {
    padding: 10px 24px;
    font-size: 0.9rem;
  }

  .find-expert .btn::after {
    margin-left: 8px;
  }
}

/* High-DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .find-expert {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Slightly sharper shadow */
  }
}

/* mobile-menu.css - Supplemental CSS for Mobile-Responsive Hamburger Menu and Enhanced App-Like Experience */

/* Ensure smooth scrolling and font rendering */
html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on mobile */
}

/* Enhanced Mobile Responsiveness for All Sections */
@media (max-width: 1023px) {
  .container {
    padding: 0 12px; /* Tighter padding for tablets */
  }
  .footer-col h4 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding: 60px 0;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero p {
    font-size: 1rem;
    padding: 0 8px;
  }

  .checklist-generator {
    margin: 16px 12px;
    padding: 32px 0;
  }

  .step h3 {
    font-size: 1.6rem;
  }

  .brands-grid,
  .models-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
  }

  .brands-grid button,
  .models-grid button {
    font-size: 0.9rem;
    padding: 10px;
    border-radius: 6px;
  }

  .checklist-actions {
    gap: 12px;
    flex-wrap: wrap;
  }

  .btn {
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 16px;
  }

  .find-expert {
    margin: 12px;
    padding: 32px 0;
  }

  .find-expert h2 {
    font-size: 1.8rem;
  }

  .find-expert p {
    font-size: 1rem;
  }

  .seo-content {
    margin: 16px 12px;
    padding: 48px 0;
  }

  .seo-content h1,
  .seo-content h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .seo-content h3 {
    font-size: 1.4rem;
  }

  .seo-content p,
  .seo-content ul,
  .seo-content ol {
    font-size: 0.95rem;
    margin-left: 20px;
  }

  .seo-content ul li::before {
    left: -18px;
    font-size: 0.8rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    text-align: center;
  }

  .social-links,
  .newsletter-form {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .share-modal .modal-content {
    width: 90%;
    max-width: 360px;
    padding: 20px;
  }

  .share-btn {
    font-size: 0.9rem;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 8px; /* Minimal padding for mobile */
  }

  .hero {
    padding: 48px 0;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 0.95rem;
  }

  .checklist-generator {
    margin: 12px 8px;
  }

  .step h3 {
    font-size: 1.4rem;
  }

  .brands-grid,
  .models-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }

  .btn {
    font-size: 0.85rem;
    padding: 8px 16px;
  }

  .find-expert {
    padding: 24px 0;
  }

  .find-expert h2 {
    font-size: 1.6rem;
  }

  .find-expert p {
    font-size: 0.95rem;
  }

  .seo-content {
    padding: 32px 0;
  }

  .seo-content h1,
  .seo-content h2 {
    font-size: 1.6rem;
  }

  .seo-content h3 {
    font-size: 1.3rem;
  }

  .seo-content p,
  .seo-content ul,
  .seo-content ol {
    font-size: 0.9rem;
    margin-left: 16px;
  }

  .newsletter-form input,
  .newsletter-form button {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* Smooth Animations for Menu */
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
