* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: DM Sans,sans-serif;
    background-color: #f2f5f7;
    color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: hsl(0, 0%, 100%);
  color: rgb(56, 56, 56);
}
/* =========================== 📱 aleat bar   =========================== */
.alert {
    padding: 16px 18px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideFadeIn 0.6s ease-out forwards;
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 6px solid #28a745;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 6px solid #dc3545;
}

/* Slide + Fade Animation */
@keyframes slideFadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideFadeOut {
    to {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #28a745;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* ================================  Nav  bar =========================================== */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  height: 65px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  width: 150px;
}
.logo a {
  text-decoration: none;
  color: rgb(56, 56, 56);
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2.2rem;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.nav-links.open {
  transform: translateY(0);
  opacity: 1;
}

.nav-links li a {
  text-decoration: none;
  color: rgb(56, 56, 56);
  font-size: 1.1rem;
  transition: color 0.3s, transform 0.3s;
  position: relative;
}

.nav-links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background-color: #007bff;
  transition: width 0.3s ease-in-out;
}

.nav-links li a:hover::after {
  width: 100%;
}

.nav-links li a:hover {
  color: #007bff;
  transform: scale(1.1);
}

.nav-links li a.active {
  color: #007bff;
}

.nav-links li a.active::after {
  width: 100%;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  background: rgb(56, 56, 56);
  height: 3px;
  width: 25px;
  margin: 4px;
  transition: transform 0.3s ease-in-out;
}

.hamburger:hover span:nth-child(1) {
  transform: translateY(2px);
}

.hamburger:hover span:nth-child(2) {
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 66px;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    opacity: 0;
  }

  .nav-links.open {
    display: flex;
    padding-bottom: 30px;
    padding-top: 20px;
    transform: translateY(0);
    opacity: 1;
  }

  .hamburger {
    display: flex;
  }
}

main {
  background-color: #ffffff;
}

#about{
  background-color: hwb(220 98% 0%);
}

/* ================================  Footer bar =========================================== */
.footer {
  background-color: #333; /* Dark background for the footer */
  color: #fff; /* White text for contrast */
  text-align: center; /* Center align text */
  padding: 30px 0; /* Padding for vertical spacing */
  font-size: 0.9rem; /* Slightly smaller text size */
}

.footer p {
  margin: 0; /* Remove default margins */
}


/* ================================  header bar =========================================== */
.container-homebar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  height: 650px; /* or any fixed height */
  background-image: url('/images/web2/heder-new.avif');
  background-size: cover;
  background-position: center;
  background-color: hsla(0, 0%, 0%, 0.39);
  background-blend-mode: overlay;
}

.contanta-hesed {
  padding: 10px;
  margin-left: 80px;
  margin-right: 100px;
  color: aliceblue;
  text-align: left;
}

.contanta-hesed h1 {
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.2;
  margin-top: 10px;
}

.contanta-hesed p {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.8;
}

.from-enquriy-group {
  padding: 10px;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  color: aliceblue;
  text-align: left;
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  height: 65px;
  gap: 12px;
}

.input-with-icon {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px;
  background-color: #fff;
  color: #333;
  width: 100%;
  max-width: 350px;
}

.input-with-icon .icon {
  margin-right: 10px;
  font-size: 1rem;
  color: hsl(0, 0%, 22%);
}

.input-with-icon input, 
.input-with-icon select {
  border: none;
  outline: none;
  flex: 1;
  font-size: 15px;
  color: #1b1b1b;
  padding: 5px 0;
  background: transparent;
}

.input-with-icon input::placeholder, 
.input-with-icon select {
  color: hsl(0, 0%, 22%);
}

.input-with-icon select{
  appearance: none; /* Removes default dropdown arrow */
  background: transparent;
  margin-bottom: 0px;
}

/* Button styles */
.from-enquriy-group button {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: hsl(211, 88%, 62%);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  width: 50%;
}

.from-enquriy-group button:hover {
  background-color: #0056b3;
}

/* Make sure input/select fields align correctly */
.input-with-icon select, 
.input-with-icon input {
  display: inline-block;
  width: 100%;
}

/* Call button styles */
.call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0056b3;;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  animation: zoomInOut 1.5s infinite;
  z-index: 1000;
}

.call-button i {
  color: white;
}

.call-button:hover {
  background-color: hsl(211, 100%, 29%);
}

/* Zoom in-out animation */
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .container-homebar {
     justify-content:flex-start;
    }
    .container-homebar {
      flex-direction: column;
      margin-top: 60px;
    }
  
    .contanta-hesed, .from-enquriy-group {
      margin-left: 1px;
      margin-right: 1px;
    }
  
    .from-enquriy-group {
        grid-template-columns: 1fr;
      
    }
    .from-enquriy-group {
        width: 75%;
    }
    .from-enquriy-group button {
        width: 50%;
         padding: 15px 20px;
    }
  }


  .submit-button-wrapper {
  position: relative;
  display: inline-block;
}

button[type="submit"] {
  position: relative;
  padding-right: 40px;
}

.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.6s linear infinite;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

/* ================================  SWervice bar =========================================== */
/* General Styling */
.service-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(to bottom, #f9f9f9, #e9f8fc);
  text-align: center;
}

.service-title {
  font-size: 2.5rem;
  color: #0078d7;
  margin-bottom: 30px;
  position: relative;
}

.service-title::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #0078d7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border-radius: 2px;
}

/* Grid Styling */
.service-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* Service Item */
.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.service-img-web {
  width: 100%;
  max-width: 70px;
  height: 70px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.service-item:hover .service-icon {
  color: #0056b3;
}

/* Service Name */
.service-name {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .service-grid {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
  .service-title {
    font-size: 2rem;
  }

  .service-img-web {
    width: 100%;
  max-width: 55px;
  height: 55px;
  }

  .service-name {
    font-size: 0.9rem;
  }
  .service-item {
  padding: 5px;
}
}

@media (max-width: 480px) {
  .service-grid {
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
  .service-title {
    font-size: 1.8rem;
  }

  .service-img-web {
    width: 100%;
  max-width: 40px;
  height: 40px;
  }

  .service-name {
    font-size: 0.8rem;
  }
}

.loader-overlay-web {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCFCFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .loader-image-web {
    width: 250px;
  }
  @media (max-width: 768px) {
    .loader-image-web {
    width: 200px;
  }
}
/* ================================  Fechar service bar =========================================== */
 /* Main Section */
  .featured-services {
    padding: 60px 20px;
    background: linear-gradient(to bottom, #f9f9f9, #e9f8fc);
    text-align: center;
  }
  
  /* Container for Service Cards */
.services-grid {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping to the next row if space is limited */
  gap: 20px;
  justify-content: center; /* Center items within the container */
  max-width: 1200px;
  margin: 0 auto;
}

/* Service Card */
.service-card {
  display: flex;
  flex-direction: row;
  background-color: #fafdff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: calc(33.33% - 20px); /* Default width for 3 items per row with gap */
  text-align: left;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  flex: 1 1 calc(33.33% - 20px); /* Flexible width for responsiveness */
  max-width: 500px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Service Image */
.service-image {
  margin-right: 20px;
  flex-shrink: 0;
  overflow: hidden;
}

.service-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

/* Service Header */
.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.service-name {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

/* Price Section */
.price-section {
  margin-bottom: 10px;
}

.price {
  display: flex;
  align-items: center;
}

.original-price {
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}

.discount-price {
  font-size: 1rem;
  color: #ff5722;
  font-weight: bold;
}

/* Button */
.select-button {
  background-color: hsl(0, 0%, 37%);
  color: #ffffff;
  padding: 8px 16px;
  font-size: 14px;
  border: none;
  margin-right: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;
  margin-top: 5px;
}

.select-button:hover {
  background-color: #0056b3;
}

.select-button:focus {
  outline: none;
}

/* Media Queries */
@media (max-width: 768px) {
  .service-card {
    flex: 1 1 calc(100% - 20px); /* Two cards per row on medium screens */
  }

  .service-image img {
    width: 100px;
    height: 100px;
  }

  .service-name {
    font-size: 0.9rem;
  }

  .price-section {
    font-size: 1rem;
  }

  .select-button {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .service-card {
    flex: 1 1 calc(100% - 20px); /* Single card per row on small screens */
  }

  .service-image {
    margin-right: 15px;
  }

  .service-image img {
    width: 100px;
    height: 100px;
  }

  .service-name {
    font-size: 0.8rem;
  }

  .select-button {
    padding: 10px;
  }
}
  .loader-overlay-web {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCFCFF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .loader-image-web {
    width: 250px;
  }
  @media (max-width: 768px) {
    .loader-image-web {
    width: 200px;
  }
}

/* ================================  about bar =========================================== */
.about-section {
  padding: 80px 20px;
  background-color: hwb(220 98% 0%);
  color: #333;
}

.about-header {
  text-align: center;
  margin-bottom: 30px;
}

.about-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.about-header p {
  font-size: 1.2rem;
  color: #555;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #007bff;
}

.about-text p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #666;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-header h1 {
    font-size: 2rem;
  }

  .about-header p {
    font-size: 1rem;
  }

  .about-content {
    flex-direction: column;
  }

  .about-text h2 {
    font-size: 1.5rem;
  }

  .about-text p {
    font-size: 0.95rem;
  }
}

     /* ===============================
   ABOUT EXTRA SECTIONS
================================ */
.about-extra {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 30px;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.about-extra h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111;
}

.about-extra p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 8px;
}

.about-extra a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.about-extra a:hover {
    text-decoration: underline;
}


/* ===============================
   FRANCHISE BOX (HIGHLIGHT)
================================ */
.franchise-box {
    background: linear-gradient(135deg, #fff8f0, #ffffff);
    border: 2px solid #ff7a00;
    position: relative;
}

.franchise-box::before {
    content: "Business Opportunity";
    position: absolute;
    top: -12px;
    left: 20px;
    background: #ff7a00;
    color: #fff;
    padding: 4px 14px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}

.franchise-box h2 {
    color: #ff7a00;
}

.franchise-box ul {
    margin: 15px 0 10px;
    padding-left: 0;
    list-style: none;
}

.franchise-box ul li {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    display: flex;
    align-items: center;
}

.franchise-box ul li::before {
    content: "✔";
    color: #28a745;
    margin-right: 10px;
    font-weight: bold;
}

/* ===============================
   CTA BUTTON
================================ */
.btn-primary {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 26px;
    background: linear-gradient(135deg, #ff7a00, #ff9f43);
    color: #fff !important;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(255,122,0,0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255,122,0,0.45);
    background: linear-gradient(135deg, #ff9f43, #ff7a00);
}


/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .about-extra {
        padding: 20px;
    }

    .about-extra h2 {
        font-size: 20px;
    }

    .btn-primary {
        width: 100%;
        text-align: center;
    }
}

/* ===============================
   GLOBAL ANIMATION SETUP
================================ */
[data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

[data-animate].show {
    opacity: 1;
    transform: translateY(0);
}

/* ===============================
   ABOUT TEXT ANIMATION
================================ */
.about-text h2 {
    position: relative;
}

.about-text h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff7a00, #ff9f43);
    display: block;
    margin-top: 6px;
    border-radius: 4px;
}

/* ===============================
   WHY CHOOSE US LIST STYLE
================================ */
.about-extra ul li {
    transition: transform 0.3s ease, color 0.3s ease;
}

.about-extra ul li:hover {
    transform: translateX(6px);
    color: #ff7a00;
}

/* ===============================
   NUMBERS CARD STYLE
================================ */
.stats-box {
    flex: 1;
    min-width: 180px;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.stats-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.stats-number {
    font-size: 36px;
    font-weight: 700;
    color: #ff7a00;
}

.stats-label {
    font-size: 14px;
    color: #555;
}

/* ===============================
   FRANCHISE BOX GLOW
================================ */
.franchise-box {
    animation: glowPulse 2.5s infinite alternate;
}

@keyframes glowPulse {
    from {
        box-shadow: 0 0 0 rgba(255,122,0,0.3);
    }
    to {
        box-shadow: 0 0 25px rgba(255,122,0,0.45);
    }
}

/* ===============================
   BUTTON RIPPLE EFFECT
================================ */
.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-primary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.35);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-primary:hover::after {
    width: 300px;
    height: 300px;
}


/* ================================  Contact bar =========================================== */
/* General Section Styling */
  .contact-section {
    padding: 80px 20px;
    background: linear-gradient(to bottom, #e9f8fc, #f9f9f9);
    color: #333;
    font-family: 'Roboto', sans-serif;
  }
  
  /* Header Section */
  .contact-header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .contact-header h1 {
    font-size: 2.5rem;
    color: #0078d7;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
  }
  
  .contact-header h1::after {
    content: "";
    width: 50%;
    height: 4px;
    background: #0078d7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    border-radius: 2px;
  }
  
  .contact-header p {
    font-size: 1.2rem;
    color: #555;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  
  /* Contact Content */
  .contact-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact-item-web {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
  }
  
  .contact-item-web:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  }
  
  .contact-item-web h2 {
    font-size: 1.8rem;
    color: #0078d7;
    margin-bottom: 15px;
  }
  
  .contact-item-web p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .contact-header h1 {
      font-size: 2.5rem;
    }
  
    .contact-header p {
      font-size: 1rem;
    }
  
    .contact-item-web h2 {
      font-size: 1.5rem;
    }
  
    .contact-item-web p {
      font-size: 0.9rem;
    }
  }
  /* ================================  faq bar =========================================== */
  .faq-section {
  padding: 80px 20px;
  background-color: hwb(220 98% 0%);
  color: #333;
}

.faq-section h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f0f0f0;
}

.faq-answer {
  padding: 15px;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}

.faq-toggle-icon {
  font-size: 1.2rem;
  color: #666;
}

@media (max-width: 768px) {
  .faq-section h1 {
    font-size: 1.5rem;
  }

  .faq-question {
    font-size: 0.9rem;
  }

  .faq-answer {
    font-size: 0.85rem;
  }
}