@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/fonts/poppins/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ======================== default styles - Starts ======================== */

/* Global CSS Variables */

:root {
  --font-main: 'Poppins', sans-serif;
  --primary-color: #f9d84b;
  --accent-color: #f7faff;
  --text-color: #303B4E;
  --accent-color2: #056cca;
  --heading-blue: #045281;
  --text-blue: #273E5D;
  --text-color-light: #273E5D;
  --text-color-light2: #4b586b;
  --secondary-color: #CCE1F5;
  --nav-height: 5rem;
  --container-width: 1280px;
  --border-color: #D5E9FF;
  --font-p-heading: clamp(1.8rem, 5vw, 3rem);
  --font-p-heading2: clamp(1.5rem, 3.9vw, 2rem);
  /* 1.3rem at 320px, 2rem at 1200px */
  --font-p-heading3: clamp(1.150rem, 3vw, 1.2rem);
  /* 1.3rem at 320px, 2rem at 1200px */
  --font-p-heading4: clamp(0.9rem, 5vw, 1rem);
  /* 1.3rem at 320px, 2rem at 1200px */
  /* --body-background:var(--border-color); */
  --font-p-body: 0.9rem;
  /* 12px - 14.4px */
  --font-p-small: clamp(0.75rem, 1.2vw, 0.8rem);
  /* 12px - 13.6px */
  --font-p-small2: clamp(0.65rem, 5vw, 0.7rem);
  --body-background: linear-gradient(270deg, rgba(174, 205, 254, 1) 0%, rgba(216, 236, 255, 1) 100%);
  /* --body-background: linear-gradient(270deg, rgba(174,205,254,1) 0%, rgba(216,236,255,1) 100%); */
  --body-background3: radial-gradient(circle, rgb(226, 240, 255) 0%, hsla(212, 100%, 88%, 1) 100%);
  --body-background-transparent: rgba(255, 255, 255, 0.5);
  --body-background-shadow: rgba(255, 255, 255, 0.5);
  --hover-glow: 0 8px 36px #ffe16a23;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      --box-shadow-light: 0 4px 6px rgba(0, 0, 0, 0.05);
  --border-padding: clamp(0.9rem, 1.3vw, 1.2rem);
  --text-gap1: calc(4px*10);

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif
}


/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

h1 {
  color: var(--text-color);
  font-size: var(--font-p-heading);
  font-weight: 600;
  line-height: clamp(2.5rem, 6vw, 3.8rem);
  text-transform: capitalize;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  letter-spacing: -0.5px;
}

h2 {
  color: var(--text-color);
  font-size: var(--font-p-heading2);
  line-height: clamp(2rem, 5.5vw, 2.8rem);
  font-weight: 600;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}

h3 {
  color: var(--text-color);
  font-size: var(--font-p-heading3);
  font-weight: 600;
  line-height: 1.6;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  text-transform: capitalize;
  letter-spacing: -0.2px;
}

h4 {
  color: var(--text-color);
  font-size: var(--font-p-heading4);
  font-weight: 600;
  line-height: normal;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  text-transform: capitalize;
  letter-spacing: -0.2px;
}

h5 {
  color: var(--text-color);
  font-size: clamp(0.8rem, 1.6vw, 0.9rem);
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  text-align: center;
}

p {
  color: var(--text-color-light2);
  font-size: var(--font-p-body);
  line-height: 1.60;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  font-weight: 400;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  font-size: 100%;
  background: white;
  font-family: var(--font-main);
}

/*========================= cta button universal ===============================*/
.cta-button,
a.cta-button {
  display: inline-block;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  font-size: var(--font-p-body);
  font-weight: 400;
  padding: 0.9rem 2.5rem;
  border-radius: 15px;
  border: none;
  outline: none;
  color: var(--text-color-light);
  background: linear-gradient(90deg, #ffe16a 65%, #ffc700 100%);
  box-shadow: 0 2px 16px #ffe16a36, 0 1px 7px #ffc70013;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.3;
  cursor: pointer;
  transition:
    background 0.19s,
    color 0.18s,
    transform 0.13s cubic-bezier(.64, .05, .36, 1),
    box-shadow 0.19s;
  position: relative;
  z-index: 1;
  min-width: 9.2rem;
  letter-spacing: -0.01em;
  user-select: none;
  overflow: hidden;
}

.cta-button:active,
.cta-button:focus,
a.cta-button:active,
a.cta-button:focus {
  outline: none;
  box-shadow: 0 4px 20px #ffe16a66, 0 1px 7px #ffc70016;
  background: linear-gradient(90deg, #ffc700 50%, #ffe16a 100%);
}

.cta-button:hover,
a.cta-button:hover {
  background: linear-gradient(92deg, #ffc700 58%, #ffe16a 100%);
  color: #eb8a00;
  transform: translateY(-2px) scale(1.035);
  box-shadow: 0 7px 25px #ffd70044, 0 2px 10px #7bc8ff10;
}

/* Subtle animated "shine" effect on hover */
.cta-button::after,
a.cta-button::after {
  content: "";
  position: absolute;
  left: -75%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0.0) 100%);
  opacity: 0;
  transition: opacity 0.2s, left 0.6s;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

.cta-button:hover::after,
a.cta-button:hover::after {
  opacity: 1;
  left: 120%;
  transition: opacity 0.22s, left 0.7s cubic-bezier(.7, .02, .36, 1.08);
}

/* Disabled State */
.cta-button:disabled,
a.cta-button:disabled,
.cta-button[aria-disabled="true"],
a.cta-button[aria-disabled="true"] {
  opacity: 0.53;
  pointer-events: none;
  filter: grayscale(0.12);
  box-shadow: none;
  background: #f8e9b0;
  color: #bababa;
}

.cta-button,
a.cta-button {
  display: inline-flex;
  /* Was inline-block, now flex! */
  align-items: center;
  /* Vertically centers icon + text */
  justify-content: center;
  /* Center content horizontally */
  gap: 0.65em;
  /* Space between text and icon (tweak as needed) */
  vertical-align: middle;
  /* Fixes inline alignment if needed */
  /* ...keep your other styles here... */
}

.cta-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin-left: 0.18em;
  /* Optional, tweak for spacing */
}

.cta-btn-icon svg,
.cta-btn-icon img {
  width: 1.25em;
  /* Adjust size as needed */
  height: 1.25em;
  display: block;
}

/* Button sizing on mobile */
@media (max-width: 940px) {

  .cta-button,
  a.cta-button {
    padding: 0.9rem 1.5rem;
    font-size: 0.97rem;
    min-width: 7.5rem;
  }
}


/*================================== NavBar start ========================================*/
/* ======================== Navigation ======================== */

body.menu-open {
  overflow: hidden;
}

.nav-bar {
height: var(--nav-height);
  padding: 6px 24px;
  width: 90%;
  max-width: var(--container-width);
  background-color: white;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
transition: height 0.24s cubic-bezier(.44,.13,.43,.94), padding 0.23s cubic-bezier(.44,.13,.43,.94), box-shadow 0.19s, background 0.21s;
  border-radius: var(--border-padding);
  box-shadow: var(--box-shadow-light);

}

#navbar.scrolled {
  background: white;
  top: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  /* Both height and padding shrink for smoothness */
  height: calc(var(--nav-height) - 10px);
  padding: 7px 14px;      /* <-- shrink vertical and horizontal padding */
}

/* When navbar is scrolled */

#navbar.scrolled .nav-logo-text {
   font-size: var(--font-p-heading4);
}

#navbar.scrolled .nav-logo img {
    height: 26.78px;
    width: 150px;
}

#navbar.scrolled .nav-order-btn {
 padding: 0.6rem 1.45rem;
 background: linear-gradient(90deg, #ffe16a 65%, #ffc700 100%);
  color: var(--text-color-light);
}

.nav-logo-text {
  font-size: var(--font-p-heading3);
  transition: font-size 0.22s cubic-bezier(.44,.13,.43,.94), line-height 0.22s;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2rem;
  color: var(--text-color);
  display: none;
}

.nav-order-btn {
  background: linear-gradient(90deg, #ffe16a 65%, #ffc700 100%);
  color: var(--text-color-light);
  border: none;
  display: inline-block;
  padding: 0.8rem 1.65rem;
  font-size: var(--font-p-body);
  letter-spacing: -0.2px;
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.32;
  text-align: center;
  border-radius:14px; /* use clamp var for all rounded corners */
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.17s,
    color 0.15s,
    box-shadow 0.18s,
    transform 0.14s cubic-bezier(.64,.05,.36,1);
  box-shadow: 0 2px 10px #ffe16a18;
  position: relative;
  z-index: 1;
  min-width: 8.2rem;

  user-select: none;
  outline: none;
}

.nav-order-btn:focus-visible {
  outline: 2.5px solid #ffc700;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #ffe16a46;
}

.nav-order-btn:hover,
.nav-order-btn:focus {
  background: linear-gradient(90deg, #ffc700 60%, #ffe16a 100%);
  color: #eb8a00;
  transform: translateY(-1.5px) scale(1.022);
  box-shadow: 0 5px 20px #ffd70035;
}

.nav-order-btn:active {
  background: #ffc700;
  color: #6d4b00;
  transform: translateY(1px) scale(0.97);
  box-shadow: 0 1px 4px #ffe16a15;
}

.nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: flex;
  align-items: center;
  width: 20%;
}

.nav-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.nav-logo img {
  height: 34.09px;
  width: 190.90px;
  margin-right: 10px;

  transition: height 0.22s cubic-bezier(.44,.13,.43,.94), width 0.22s cubic-bezier(.44,.13,.43,.94);

}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  position: static;
  left: unset;
  top: unset;
  height: auto;
  background: none;
  transition: none;
  z-index: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  color: var(--text-color);
  text-decoration: none;
  font-size: var(--font-p-body);

  text-transform: capitalize;
  line-height: 1.5em;
  padding: 10px 10px;
  display: flex;
  gap: 7px;
  align-items: center;
  transition: color 0.3s ease;
}

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

.dropdown {
  position: relative;
}

.dropbtn,
.nav-link.has-dropdown {
  background: transparent;
  border: none;
  color: var(--text-color-light);
  font-size: var(--font-p-body);
  text-transform: capitalize;
  line-height: 1.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 10px;
  transition: color 0.3s ease;
}

.dropbtn:hover,
.nav-link.has-dropdown:hover {
  color: var(--primary-color);
}

/* ======================== Dropdowns ======================== */

/* Desktop: Hover to open */
@media (min-width: 941px) {

  .dropdown:hover .mega-menu {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

 .dropdown:hover .dropdown-content
   {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

/* Default: Hide dropdowns */
.dropdown-content,
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: var(--border-padding);
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-padding);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  min-width: 320px;
}

.dropdown-content.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
  min-width: 350px;
}

.dropdown-content li,
.mega-menu li {
  list-style: none;
}

.dropdown-content a,
.mega-menu a {
  text-decoration: none;
  display: flex;
  gap: 7px;
  padding: 10px 15px;
  color: var(--text-color);

  font-weight: 400;
  text-transform: capitalize;

}

.dropdown-content a:hover,
.mega-menu a:hover {
  background: linear-gradient(90deg, #ffe16a 0%, #ffc700 100%);
  color: var(--text-color);
  /* Optional: add transition for smoothness */
  transition: background 0.3s;
  border-radius: var(--border-padding);
  transition: color 0.3s ease;
}

.mega-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  min-width: 600px;
  padding: 20px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: var(--border-padding);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mega-menu.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.mega-column {
  min-width: 120px;
}

.mega-column h4 {
  font-size: var(--font-p-body);
  font-weight: 600;
  margin-bottom: 10px;

  display: flex;
  align-items: center;
  gap: 8px;
}

/* Show dropdowns on click for mobile/tablet */
@media (max-width: 940px) {
  .dropdown .dropdown-content,
  .dropdown .mega-menu {
    display: none;
    position: static;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    padding: 0;
    min-width: unset;
    transform: none;
  }
  .dropdown.active .dropdown-content,
  .dropdown.active .mega-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

}

/* ======================== Navigation Actions ======================== */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: flex-end;
  width: 20%;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--text-color);
}

/* ======================== Mobile Menu ======================== */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mobile-menu-header {
  display: none;
}

.close-menu {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-color);
  cursor: pointer;
}

/* ======================== Responsive ======================== */
@media (max-width: 1000px) {
  .nav-list {
    gap: 0;
  }
  .nav-logo {
    width: 25%;
  }
  .nav-menu {
    width: 50%;
  }
  .nav-actions {
    width: 25%;
  }
}

@media (max-width: 940px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    left: unset;
    width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    transition: right 0.3s cubic-bezier(.77,0,.18,1);
    z-index: 100;
    box-shadow: 2px 0 12px rgba(0,0,0,0.08);
    overflow-y: auto;
    max-height: 100vh;
  }

  .nav-menu.active {
    right: 0;
    left: unset;
  }
  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 1rem;
  }
  .close-menu {
    display: block;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--text-color);
    cursor: pointer;
  }
  .nav-list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .nav-list a {
    width: 100%;
    padding: 1rem 2rem;
    font-size: var(--font-p-body);

  }

  .dropbtn,
.nav-link.has-dropdown {
  padding: 1rem 2rem;
  font-size: var(--font-p-body);

}

  .nav-actions {
    width: auto;
    justify-content: flex-end;
    gap: 0.2rem;
  }
  .hamburger {
    display: block;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: var(--text-color);
    cursor: pointer;
    margin-left: 1rem;
  }
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  .menu-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  /* Mobile dropdowns: single column, scrollable */
  .dropdown-content.grid-2,
  .mega-menu.grid-2 {
    grid-template-columns: 1fr !important;
    gap: 0.5rem;
    padding: 0 1rem 1rem 1rem;
    min-width: unset;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .dropdown-content a,
  .mega-menu a {
    padding: 0.7rem 1rem;
    font-size: var(--font-p-body);
    background: none;

    border-radius: 0;
  }
  .dropdown-content a:hover,
  .mega-menu a:hover {
    background: var(--primary-color);
    color: #fff;
    border-radius: var(--border-padding);
  }
  .mega-column {
    min-width: 120px;
    margin-bottom: 1.5rem;
  }
  .mega-column h4 {
    font-size: var(--font-p-body);
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .nav-order-btn {
    padding: 0.8rem 1.3rem;
    font-size: var(--font-p-body); /* Slightly smaller font size */
    border-radius: 12px;
  }

  .dropdown:hover .dropdown-content,
  .dropdown:hover .mega-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .dropdown:hover .dropdown-content,
  .dropdown:hover .mega-menu {
    display: none !important;
    pointer-events: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* .active still works! */
  .dropdown.active .dropdown-content,
  .dropdown.active .mega-menu {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 480px) {

  .nav-bar {
    padding: 7px 14px;
  }
  .nav-logo-text {
    font-size: 1rem;

    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
  }
  .nav-logo img {
    height: 28.85px;
    width: 161.54px;
    margin-right: 7px;
  }
  .nav-menu {
    width: 250px;
  }
}

/*================================== NavBat ends ========================================*/
/*=====++++++++========++=== title navigator +++++===+=++++===++++++++++++++*/
.title-navigator {
  text-align: center;
  letter-spacing: -0.3px;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-navigator-bubble {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background: var(--border-color);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: 8px 12px;
  font-size: 0.9rem;
  line-height: 100%;
  display: flex;
  color: var(--text-color-light);
  font-weight: 400;
}

.title-navigator h2 {
  font-size: var(--font-p-heading2);
  margin-bottom: 0.3rem;
  color: var(--text-color);
}

.title-navigator p {
  font-size: var(--font-p-heading4);
  color: var(--text-color-light);
}

@media (max-width: 768px) {
  .title-navigator {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ======================== default styles - Ends ======================== */


/* Animation classes */
.animated {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animated.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ======================== Main Content ======================== */
.hero-container1 {
  background: var(--body-background);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.hero-container1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  min-height: 250px;
  background: url('/images/background-grid.webp') 0 0/contain;
  opacity: 0.4;
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  /* Keeps it behind content */
}

@media (max-width: 480px) {

  .hero-container1::before {
   background: none;
  }
}

.page11 {
  max-width: var(--container-width);
  width: 90%;
  margin: 0 auto;
  padding: 11rem 0 8rem;
  gap: var(--text-gap1);
  display: flex;
  align-items: center;
}

.page11-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--text-gap1);
}

.page11-left p {
  font-size: 1rem;
  max-width: 90%;
  color: var(--text-color-light);
}

.page11-right {
  width: 50%;
}

.page11-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ======================== Review Section ======================== */
.page11-review {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1vw;
  flex-wrap: wrap;        /* <-- Allow wrapping */
  justify-content: flex-start;
  align-items: stretch;
}

.review-tab {
  background-color: var(--body-background-transparent);
  /* Semi-transparent white background */
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
  gap: 0.4rem;
  transition: transform 0.3s ease;

  min-width: 155px;
  max-width: 160px;
  flex: 1 1 160px;
  box-sizing: border-box;  
}

.review-tab:hover {
  transform: translateY(-2px);
}

.tab-icon img {
  height: 2rem;
  width: auto;
}

.tab-rating {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.rating-score {
  font-size: var(--font-p-body);
  font-weight: 500;
  color: var(--text-color-light);
  margin-bottom: 0.1rem;
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-stars img {
  height: 0.8rem;
  width: auto;
}

.rating-source {
  font-size: var(--font-p-small);
  color: var(--text-color-light2);
  text-align: left;
}

@media (max-width: 940px) {
  .page11-review {
    display: flex;
    justify-content: center;
    gap: 2vw;
  }
}

@media (max-width: 480px) {
  
  .page11-review {
    display: flex;
    justify-content: center;
    gap: 3vw;
  }
  .review-tab {
    width: 100%;
    justify-content: center;
  }
}
/* ======================== Tablet & Below (â‰¤ 768px) ======================== */
@media (max-width: 940px) {
  .page11 {
    flex-direction: column;
    align-items: center;
    text-align: center;
   
  }

  .page11-left,
  .page11-right {
    width: 100%;
  }

  .page11-left {
    display: flex;
    flex-direction: column;
    align-items: center;
   
  }

  
}

/* ======================== Mobile Phones (â‰¤ 480px) ======================== */

/* Stats Section Styles */
.stats-section {
  position: relative;
  background-color: transparent;
  z-index: 2;
  width: 100%;
  margin-top: -4rem;
}

.stats-container {
  background-color: transparent;
  max-width: var(--container-width);
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background-color: white;
  border-radius: var(--border-padding);
  box-shadow: var(--box-shadow-light);
  position: relative;
}

.stat-number {
  background: var(--border-background);
  font-size: var(--font-p-heading2);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.stat-label {
  color: var(--text-color-light);
  font-size: var(--font-p-small);
  font-weight: 400;
  line-height: 1.4;
  max-width: 200px;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .stats-section {
    margin-top: -5rem;
  }

  .stat-item {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stats-section {
    margin-top: -7rem;
  }

  .stats-section {
    padding: 6% 0% 0%;
  }

  .stat-item {
    padding: 0.8rem;
  }
}

/* How It Works Section */
.hiw-section {
  width: 100%;
  background: var(--base-white);
}

.hiw-container {
  max-width: var(--container-width);
  margin: 0 auto;
  width: 90%;
  padding: 6rem 0 6rem;
}

/* Steps Container */
.hiw-steps-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.hiw-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

/* Individual Step */
.hiw-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

/* Step Icon */
.step-icon {
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
 
  transition: all 0.3s ease;
}

.step-icon img {
  width: 3rem;
  height: 3rem;
}



/* Step Content */
.step-content {
  flex: 1;
}

.step-content h3 {
  text-transform: capitalize;
  margin-bottom: 8px;
}

.step-content p {
  color: var(--text-color-light2);
  font-size: var(--font-p-body);
  margin-bottom: 16px;
}

/* Get Started Button */
.step-button {
  display: inline-block;
  background: linear-gradient(90deg, #ffe16a 65%, #ffc700 100%);
  color: var(--text-color);
  padding: 0.5rem 1.4rem;
  border-radius: var(--border-padding);
  /* Use pill shape, like your .cta-button */
  border: none;
  font-size: var(--font-p-body);
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 10px #ffe16a16;
  transition:
    background 0.16s,
    color 0.15s,
    box-shadow 0.16s,
    transform 0.15s cubic-bezier(.64, .05, .36, 1);
  min-width: 6.5rem;
  line-height: 1.19;
  outline: none;
  user-select: none;
  position: relative;
  z-index: 1;
}

.step-button:focus-visible {
  outline: 2px solid #ffc700;
  outline-offset: 2.5px;
  box-shadow: 0 0 0 5px #ffe16a38;
}

.step-button:hover,
.step-button:focus {
  background: linear-gradient(93deg, #ffc700 60%, #ffe16a 100%);
  color: #eb8a00;
  transform: translateY(-2px) scale(1.045);
  box-shadow: 0 6px 20px #ffd70024, 0 1px 6px #ffc7001a;
}

.step-button:active {
  background: #ffc700;
  color: #473809;
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 1px 4px #ffe16a19;
}

.step-button:disabled,
.step-button[aria-disabled="true"] {
  opacity: 0.52;
  pointer-events: none;
  background: #f9f7ed;
  color: #bababa;
  box-shadow: none;
  filter: grayscale(0.07);
}

/* Optional: Smaller font/padding on mobile for tight UIs */
@media (max-width: 700px) {
  .step-button {
    padding: 0.41rem 1.1rem;
    font-size: 0.92rem;
    min-width: 5.3rem;
  }
}

/* Arrow Connector */
.step-arrow {
  position: absolute;
  left: 13px;
  top: 50px;
  height: calc(100% + 0px);
  pointer-events: none;
  z-index: -1;
}

.step-arrow svg {
  height: 100%;
}

/* Hide last arrow */
.hiw-step:last-child .step-arrow {
  display: none;
}

/* Responsive Design */
@media (max-width: 940px) {
  .hiw-container {
    padding: 4rem 0;
  }

  .hiw-title {
    margin-bottom: 3rem;
  }

  .hiw-steps {
    gap: 2rem;
  }

  .step-icon {
    width: 50px;
    height: 50px;
  }

  .step-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}



/* ======================== Title Navigator ======================== */
.title-topper {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-topper-bubble {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: var(--body-background);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 8px 12px;
  font-size: clamp(0.8rem, 1.6vw, 0.9rem);
  line-height: 100%;
  display: flex;
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 500;
}

.title-topper h2 {
  font-size: var(--font-p-heading2);
  margin-bottom: 0.3rem;
  color: var(--text-color);
}

.title-topper p {
  color: var(--text-color-light);
  font-size: var(--font-p-heading4);
}

@media (max-width: 768px) {
  .title-topper {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ======================== Trusted Section ======================== */
.trusted-container-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin: 3rem 0;
}

.trusted {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.4rem 1rem;
  border-radius: 4rem;
  align-items: center;
  background: white;
}

.trusted-container-wrapper p,
.trusted-container p {
  font-size: var(--font-p-body);
  padding-right: 0.7rem;
}

.trusted-container-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}

.trusted-container-right-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.trusted-container-right-content h3 {
  font-size: var(--font-p-body);
  color: var(--text-color-light);
  padding-right: 0.2rem;
}

img.trusted-icon {
  height: 1.8rem;
  padding-right: 0.3rem;
  width: auto;
}

img.star-icon {
  height: 1.2rem;
  width: auto;
}

@media (max-width: 1024px) {
  .trusted-container-wrapper {
    max-width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .trusted {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 0.8rem 0;
    border-radius: 1.3rem;
    width: 100%;
  }
}

/* ================= Writer Pro Section (Matches Screenshot) ================= */
:root {
  --main-accent: #a385e9;
  /* Swap for #ffe16a for yellow */
  --main-accent-hover: #8c6ed3;
  /* Swap for #ffc700 for yellow hover */
  --main-white: #fff;
  --main-bg: #f8fafc;
  --main-gray: #f1f4f8;
  --main-border: #e6e8f1;
  --text-main: #273143;
  --text-light: #7b7b8b;
}

.writer-pro-section {
  background: var(--main-bg);
  padding: 4.5rem 0 4.5rem 0;
}

.writer-container-pro {
  max-width: var(--container-width);
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.writer-pro-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.3em;
  text-align: center;
  letter-spacing: -0.01em;
}

.writer-pro-subtitle {
  font-size: 1.18rem;
  color: var(--text-light);
  font-weight: 400;
  margin-bottom: 2.1em;
  text-align: center;
  letter-spacing: 0.01em;
}

.writer-pro-row {
  width: 100%;
}

/* --- Card Styling --- */
.writer-card-pro {
  background: var(--main-white);
  /* box-shadow: 0 4px 28px rgba(100,110,200,0.09), 0 2px 8px rgba(120,120,160,0.07); */
  padding: 2.2rem 1.7rem 2rem 1.7rem;
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 auto;
  position: relative;
  transition: box-shadow 0.19s, transform 0.17s;
  border-radius: 2rem;
  border: 1px solid var(--border-color);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}


.swiper-wrapper {
  margin-bottom: 4rem !important;
}

.swiper-horizontal {
  overflow: visible;
}

.writer-card-top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.writer-avatar-pro {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 18px;
  box-shadow: 0 1.5px 8px #a385e921;
}

.writer-info-pro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.writer-name-pro {
  font-size: var(--font-p-heading3);
  font-weight: 500;
  color: var(--text-color-light);
  margin-bottom: 0.10rem;
  letter-spacing: -0.01em;
}

.writer-degree-pro {
  font-size: var(--font-p-body);
  color: var(--text-color-light2);
  font-weight: 400;
}

/* Stats Row */
.writer-card-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.15rem;
  padding: 0.37rem 0 0.12rem 0;
}

.writer-stat-pro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 76px;
}

.writer-stat-val,
.star-rating-pro {
  font-size: var(--font-p-heading4);
  font-weight: 600;
  color: var(--text-color);
  display: flex;
  align-items: center;
}

.star-icon-pro {
  width: 1.15em;
  height: 1.15em;
  margin-left: 3px;
  margin-right: 2px;
  vertical-align: -2px;
}

.writer-stat-desc {
  font-size: var(--font-p-small);
  color: var(--text-color-light2);
  font-weight: 400;
  margin-top: 1.5px;
}

/* Review Box */
.writer-card-review {
  background: var(--accent-color);
  border-radius: 1.1rem;
  padding: 1.08rem 1.2rem 1.05rem 1.2rem;
  margin-bottom: 1.2rem;
  margin-top: 0.22rem;
  /* font-size: 1.05rem; */
}

.review-title-pro {
  font-size: 1.01rem;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 0.31em;
}

.review-text-pro {
  color: var(--text-color-light2);
  font-size: var(--font-p-body);
  margin-bottom: 0.62em;
  line-height: 1.48;
}

.review-meta-pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: var(--font-p-body);
  color: var(--text-color-light2);
  margin-top: 2rem;
}

.review-stars-pro .star-icon-pro {
  margin-right: 0;
  margin-left: 2px;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .writer-card-pro {
    width: 85vw;
    padding: 1.5rem;
  }
}

@media (max-width: 600px) {
  .writer-pro-title {
    font-size: 1.3rem;
  }

  .writer-pro-subtitle {
    font-size: 1.01rem;
  }

  .writer-card-pro {
    width: 85vw;
  }

  .writer-avatar-pro {
    width: 48px;
    height: 48px;
  }

  .writer-card-review {
    font-size: 0.99rem;
  }
}

/* ======================== default styles - Ends ======================== */
.reviews-container {
  background: var(--body-background);
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.container-1 {
  width: 90%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 6rem 0 6rem;
}

.button-container {
  text-align: center;
}

.quote {
  position: absolute;
  width: 180px;
  height: 180px;
  opacity: 0.1;
  top: 4%;
  left: 4%;
  z-index: 0;
}

.review-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

/* Review Cards */
.review-card {
  background: white;
  box-shadow: var(--box-shadow-light);
  padding: 1.5rem;
  border-radius: var(--border-padding);
  transition: transform 0.3s ease;
}


.swiper-wrapper {
  margin-bottom: 4rem !important;
}

.button-container {
  margin-top: 1.5rem;
}

.review-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;

}

.writer-info {
  color: var(--text-color-light2);
  font-size: var(--font-p-small);
}

.review-stars {
  font-size: var(--font-p-small);
}

.review-type {
  font-size: var(--font-p-small);
  background: var(--primary-color);
  padding: 0.3rem 0.8rem;
  display: inline;
  border-radius: 30px;
  text-transform: capitalize;
  color: var(--text-color-light);
}

.review-text {
  font-size: var(--font-p-body);
  margin: 1rem 0;
  min-height: 100px;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  color: var(--text-color-light);
  font-size: var(--font-p-small);
  margin-top: 1rem;
  border-top: 1px solid var(--border-color);
  padding-top: 0.5rem;
}

.customer-id {
  color: var(--text-color-light2);
  font-size: var(--font-p-small);
}

.review-date {
  color: var(--text-color-light2);
  font-size: var(--font-p-small);
}

/* Responsive Design */
@media (max-width: 768px) {
  .container-1 {
    padding: 4rem 0 4rem;
  }

  .review-card {
    min-width: 350px;
    padding: 1.25rem;
  }

  .review-container {
    animation-duration: 20s;
    grid-template-columns: repeat(1, 1fr);
  }
}



/* Hover Effects */
/* ======================== default styles - Ends ======================== */
.myclasshelp-container {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myclasshelp-content-block {
  
  height: 55dvh;
  width: 80%;
  position: relative;
  /* Added for absolute positioning context */
  max-width: var(--container-width);
}

/* Scrollable Content Container */
.myclasshelp-scrollable-content {
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  scroll-behavior: smooth;
}

/* Scrollbar Styling */
.myclasshelp-scrollable-content::-webkit-scrollbar {
  width: 8px;
}

.myclasshelp-scrollable-content::-webkit-scrollbar-track {
  background: var(--border-color);
  border-radius: 3px;
}

.myclasshelp-scrollable-content::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
  transition: background 0.2s ease;
}

.myclasshelp-scrollable-content::-webkit-scrollbar-thumb:hover {
  background: var(--gradient-color-1);
}

/* Header Section */
.myclasshelp-header {
  margin-bottom: var(--text-gap1);
  align-items: center;
  text-align: center;
}

.myclasshelp-main-title {
  margin-bottom: 1.3rem;
  text-align: center;
}

.myclasshelp-intro {
  max-width: 100%;
  margin: 0 auto;
}

.myclasshelp-intro p {
  font-size: var(--font-p-body);
  color: var(--text-color-light2);
  text-align: center;
}

/* ======================== Content Grid ======================== */
.myclasshelp-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  position: relative;
}

.myclasshelp-column {
  min-width: 0;
}

.myclasshelp-section {
  margin-bottom: 2rem;
}

.myclasshelp-section:last-child {
  margin-bottom: 0;
}

.myclasshelp-subsection {
  margin-bottom: 2rem;
}

.myclasshelp-subsection:last-child {
  margin-bottom: 0;
}

.myclasshelp-subtitle {
  font-size: var(--font-p-heading3);
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}

.myclasshelp-subtitle2 {
  font-size: var(--font-p-heading4);
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}

.myclasshelp-section p {
  margin-bottom: 1rem;
}

/* Normal list items â€” show bullet */
.myclasshelp-section li {
  font-size: var(--font-p-body);
  color: var(--text-color-light2);
  margin-bottom: 0.5rem;
  padding-left: 0;
  list-style-position: inside;
}

/* Emoji-starting list â€” no bullet */
.myclasshelp-section li.emoji-start {
  list-style: none;
}

/* ======================== table Styles ======================== */
.myclasshelp-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: var(--font-p-small);
}

.myclasshelp-section th,
.myclasshelp-section td {
  border: 1px solid var(--border-color);
  padding: 0.75rem;
  text-align: left;
}

.myclasshelp-section thead {
  background-color: var(--accent-color);
  font-weight: bold;
}

.myclasshelp-section tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.myclasshelp-section tbody tr:hover {
  background-color: #f0f8ff;
}

.myclasshelp-section th {
  color: var(--text-color);
}

.myclasshelp-section td:first-child {
  color: var(--text-color);
}

/* ======================== Responsive Design ======================== */


@media (max-width: 960px) {
  .myclasshelp-container {
    padding: 4rem 0 4rem;
  }

  .myclasshelp-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .myclasshelp-content-block {
    height: 60vh;
    width: 90%;
  }
}

:root {
  --tab-radius: var(--radius-global, 1.2rem);
  --tab-bg: #fff;
  --tab-active-bg: linear-gradient(90deg, #ffe16a 85%, #ffc700 100%);
  --tab-border: #e5e7eb;
  --tab-active-border: #ffc700;
  --tab-text: #273143;
  --tab-text-active: #b05e00;
  --tab-shadow: 0 3px 18px #ffe16a13, 0 1px 8px #ffd70009;
}

.service-container {
  background: #fff;
  width: 100%;
  padding: 6rem 0 6rem;
  display: flex;
  align-items: center;
}

.in-container {
  max-width: var(--container-width);
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* gap: 2.7rem; */
  padding: 0;
  align-items: center;
  justify-content: space-between;
}

.tabs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  /* padding: 0 0 1.7rem 0; */
  border: none;
  justify-content: center;
  background: none;
}

.tab-button {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--tab-text);
  font-size: var(--font-p-body);
  font-family:'Poppins','Segoe UI','BlinkMacSystemFont','Roboto','Arial',sans-serif;
  font-weight: 400;
  padding: 0.82rem 0.75rem;
  border-radius: 15px;
  /* margin-bottom: 0.2rem; */
  outline: none;
  transition:
    background 0.18s,
    color 0.18s,
    box-shadow 0.16s,
    border 0.17s;
  cursor: pointer;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 0.6em;
  user-select: none;
  position: relative;
  z-index: 1;
}

.tab-button:hover,
.tab-button:focus {
  border-color: var(--tab-active-border);
  background: #fffbe3;
  color: var(--tab-text-active);
}

.tab-button.active,
.tab-button[aria-selected="true"] {
  background: var(--tab-active-bg);
  color: var(--tab-text-active);
  border-color: var(--tab-active-border);
  box-shadow: var(--tab-shadow);
  /* font-weight: 700; */
  z-index: 2;
}

.tab-content {
  display: none;
  /* padding-top: 20px; */
  flex: 1;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.33s cubic-bezier(.6, .13, .32, 1);
}

/* List Card Container */
.tab-services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.03rem;
  padding: 2rem;
  margin-top: 1.1rem;
}

.tab-services-list li {
  font-size: var(--font-p-body);
  padding: 9px 8px 9px 16px;
  margin-bottom: 0.13rem;
  /* border-radius: 0.8em; */
  list-style: none;
  transition: background 0.18s, color 0.16s, transform 0.17s;
  position: relative;
  display: flex;
  align-items: center;
  /* gap: 2rem; */
}

.tab-services-list li a {
  color: var(--text-color-light2);
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  display: block;
  /* border-radius: inherit; */
  transition: color 0.14s, text-decoration 0.14s;
  padding: 0.1rem 0.1rem;
  font-size: var(--font-p-body);
  text-decoration: underline;
}

.tab-services-list li a:hover,
.tab-services-list li a:focus {
  color: #cb8d00;
  text-decoration: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(13px);
  }

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

/* Responsive Design */

@media (max-width: 940px) {
  .service-container {
    padding: 4rem 0 4rem;
  }

  .in-container {
    width: 90%;
  }

  .tabs {
    gap: 0.45rem;
    flex-wrap: wrap;
    padding-bottom: 1.2rem;
  }

  .tab-button {
    width: 100%;
    min-width: 210px;
    justify-content: center;
    font-size: var(--font-p-body);
    padding: 0.68rem 1rem;
  }

  .tab-services-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.6rem 0.8rem;
    border-radius: calc(var(--tab-radius) * 0.97);
  }
}

@media (max-width: 480px) {

  .in-container {
    width: 90%;
  }

  .tabs {
    padding-bottom: 0.7rem;
  }

  .tab-button {
    width: 100%;
    min-width: 120px;
    font-size: var(--font-p-body);
    padding: 0.63rem 0.5rem;
  }

  .tab-services-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0.88rem 0.23rem;
  }
}

/* ======================== Price Calculator Styles ======================== */
#price-calculator-container {
  width: 100%;
 
}

.price-calculator-wrapper {
  padding: 6rem 0 6rem;
 width: 90%;
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 5rem;
 
}

.price-calculator-header {
  margin-bottom: 3rem;
}

/*========================= order left ============================*/
.order-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--text-gap1);
  width: 57%;
}
.price-calculator-right {
  width: 43%;
}

.discount-title h3 {
  font-size: var(--font-p-heading3);
  color: var(--text-color-light);
  margin: 0 0 1rem 0;
  line-height: 1.14;
}

.discount-title p {
  color: var(--text-color-light2);
  font-size: var(--font-p-body);
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.price-calculator-method {
  display: flex;
  flex-direction: row;
  gap: 0.9rem;
  align-items: center;
  margin-top: 0.6rem;
}

.price-calculator-method img {
  height: 50px;
  width: auto;
  border-radius: 6px;
  filter: grayscale(0.14) brightness(1.07) contrast(0.95);
  box-shadow: 0 1.5px 5px #ddd2;
}

.free-addons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: #fff9ec;
  border-radius: 18px;
  padding: 18px 17px 12px 17px;
  box-shadow: 0 3px 18px #fff1c13a;
  border: 1px solid #ffe16a26;
}

.free-addons h3 {
  font-size: var(--font-p-heading3);
  color: #e0a700;
  margin: 0 0 8px 0;
}

.addon-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  /* row gap, column gap */
  width: 100%;
}

.price-item {
  flex: 1 1 45%;
  min-width: 170px;
  max-width: 100%;
  border: 1.2px solid #f2dfb6;
  border-radius: 13px;
  padding: 7px 14px;
  font-size: var(--font-p-small);
  color: var(--text-color-light2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  box-shadow: 0 2px 9px #ffe16a14;
  transition: border-color 0.2s, box-shadow 0.18s;
}

.price-item:hover {
  border-color: #ffc700;
  box-shadow: 0 3px 11px #ffe16a26;
}

.check-icon {
  color: #10b981;
  font-size: 1.18em;
  font-weight: 900;
  margin-right: 0.6em;
  flex-shrink: 0;
}

.free-tag {
  background-color: #fde68a;
  color: #92400e;
  padding: 2px 9px 2px 9px;
  border-radius: 7px;
  font-size: 0.95em;
  font-weight: 500;
  margin-left: 0.3em;
  flex-shrink: 0;
}

.satisfaction-promise {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: var(--accent-color);
  border-radius: 18px;
  padding: 17px 15px 14px 15px;
  box-shadow: 0 1px 7px #cce4fc13;
  border: 1px solid var(--border-color);
}

.satisfaction-promise h3 {
  font-size: var(--font-p-heading3);
  color: var(--heading-blue);
  margin: 0 0 5px 0;
}

.satisfaction-promise p {
  font-size: var(--font-p-body);
  color: #56708e;
  line-height: 1.53;
  margin: 0;
}

/* =============== Responsive =============== */
/* @media (max-width: 1024px) {
  .order-left {
    max-width: 99vw;
    padding: 6vw 4vw 4vw 4vw;
    border-radius: 17px;
  }

  #price-calculator-container {
    padding: 8% 0;
  }
} */

@media (max-width: 940px) {
  .price-calculator-wrapper {
    padding: 4rem 0 4rem;
  }

  .order-left {
    width: 100%;
    padding: 0;
    border-radius: 15px;
    
    align-items: center;
    text-align: center;
  }
  .price-calculator-right {
    width: 100%;
  }

  .price-calculator-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }

  .price-calculator-method {
    justify-content: center;
  }

  .addon-list {
    justify-content: center;
  }

  .free-addons,
  .satisfaction-promise {
    padding: 2rem;
    width: 100%;
  }
}

@media (max-width: 480px) {

  .addon-list {
    flex-direction: column;
    display: flex;
    gap: 7px;
    align-items: stretch;
  }

  .price-item {
    min-width: 110px;
    font-size: 0.93rem;
    padding: 6px 7px;
  }
}

/* ================== Price Calculator Card ================== */
.price-calculator {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 32px rgba(40, 60, 100, .11);
  border-radius: 18px;
  margin: 0 auto;
  padding: 30px 20px 30px 20px;
  border: 1px solid #f2f2f2;
  backdrop-filter: blur(2px);
  transition: box-shadow 0.22s;
  width: 100%;
  position: relative;
}

.price-calculator label {
  font-size: var(--font-p-heading4);
  font-weight: 600;
  color: var(--text-color-light);
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.01em;
}

/* ================== Form Steps ================== */
.form-step {
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: opacity 0.26s, transform 0.26s;
  z-index: 2;
  background: transparent;
}

.form-step.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  position: static;
}

/* ================== Search and Service List ================== */
.service-search {
  margin-bottom: 11px;
}

.search-box {
  position: relative;
  width: 100%;
}

.search-box i {
  position: absolute;
  left: 13px;
  top: 48%;
  transform: translateY(-50%);
}

.search-box input {
  width: 100%;
  padding: 12px 12px 12px 38px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  font-size: 1rem;
  background: var(--accent-color);
  transition: border 0.2s;
}

.search-box input:focus {
  outline: none;
  border: 2px solid #ffc700;
}

.services-container,
.services-list {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: 200px;
  min-width: 0;
  width: 100%;
}

.services-list {
  /* background: var(--accent-color); */
  border-radius: 17px;
  box-shadow: 0 1px 7px rgba(40, 60, 100, .05);
  padding: 11px 11px 11px 11px;
  margin-bottom: 0;
  scrollbar-width: thin;
}

.services-list::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

.services-list::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 3px;
}

.services-list::-webkit-scrollbar-track {
  background: transparent;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 15px;
  background: var(--accent-color);
  cursor: pointer;
  transition: all 0.16s cubic-bezier(.65, .05, .36, 1);
  box-shadow: none;
  margin-bottom: 6px;
  border: 1.5px solid #fff;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid var(--border-color);
}

.service-item.selected {
  border: 2px solid #ffc700;
  background: linear-gradient(90deg, #fffad1 70%, #ffe16a18 100%);
  box-shadow: 0 2px 12px rgba(230, 210, 65, 0.07);
}

.service-item:hover {
  box-shadow: 0 2px 9px rgba(40, 60, 100, 0.09);
  transform: translateY(-1.5px) scale(1.025);
  border-color: #ffe16a;
}

.service-item i {
  font-size: 1.1rem;
  color: var(--text-color-light2);
}

.service-item span {
  font-size: var(--font-p-body);
  color: var(--text-color-light2);
  font-weight: 400;
}

.service-category h4 {
  font-size: var(--font-p-heading4);
  color: var(--text-color-light);
  margin-bottom: 10px;
  margin-top: 4px;
}

/* ================== Option Grids (Service Type & Level) ================== */
.option-grid {
  display: flex;
  gap: 13px;
  margin: 14px 0 9px 0;
  justify-content: space-between;
}

.option-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 13px;
  border: 1.5px solid var(--border-color);
  padding: 20px 3px 20px 3px;
  background: var(--accent-color);
  cursor: pointer;
  font-size: var(--font-p-small);
  color: var(--text-color-light2);
  transition: all 0.18s;
  gap: 0.5rem;
}

.option-item.selected,
.option-item:hover {
  border: 2px solid #ffc700;
  background: #fffbe2;
  box-shadow: 0 3px 16px #ffe16a2e;
}

.option-item i {
  font-size: var(--font-p-heading3);
  margin-bottom: 2px;
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

/* ================== Page Counter & Inputs ================== */
.page-counter {
  display: flex;
  align-items: center;
  background: var(--accent-color);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  justify-content: space-between;
  padding: 10px;
}

.counter-btn {
  background: #ffc700;
  color: #fff;
  border: none;
  border-radius: 7px;
  width: 28px;
  height: 28px;
  font-size: 1.07rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.13s;
}

.counter-btn:hover {
  background: #ffe16a;
  color: #ffc700;
}

#pageCount {
  width: 37px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: var(--font-p-heading4);
  font-weight: 500;
  color: var(--text-color-light2);
}

.lucide-service-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
  color: var(--text-color-light2);
  vertical-align: middle;
  margin-right: 8px;
}


/* ================== Spacing Option Checkbox ================== */
.spacing-option label {
  font-size: var(--font-p-heading4);
  color: var(--text-color-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 2rem 0;
  gap: 1rem;
}

/* ================== Price Display Section ================== */
.price-display {
  background: var(--accent-color);
  border-radius: 17px;
  box-shadow: 0 3px 18px #ffe16a18;
  padding: 20px 13px 20px 13px;
  margin: 20px 0 20px 0;
  text-align: center;
  position: relative;
  min-width: 0;
  border: 1px solid var(--border-color);
}

.discount-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--primary-color);
  color: var(--text-color-light);
  font-size: 0.92rem;
  padding: 2px 15px;
  border-radius: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 9px #ffe16a26;
  z-index: 1;
}

.price-row,
.price-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 25px 0 2px 0;
}

.price-label {
  color: var(--text-color-light);
  font-size: var(--font-p-body);
  font-weight: 500;
  display: block;
}

.price-original-block,
.price-discounted-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.price-original {
  color: var(--text-color-light2);
  text-decoration: line-through;
  font-size: 1.13rem;
  font-weight: 500;
  opacity: 0.7;
  letter-spacing: 0.01em;
  margin-top: 2px;
}

.price-arrow {
  color: var(--text-color-light2);
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}

.price-discounted {
  color: var(--text-color-light);
  font-size: 1.46rem;
  font-weight: 700;
  background: var(--primary-color);
  border-radius: 7px;
  padding: 3px 16px 3px 14px;
  box-shadow: 0 1px 7px #ffc70013;
  margin-top: 2px;
}

.price-note {
  font-size: var(--font-p-body);
  color: var(--text-color-light2);
  margin: 15px 0 0 0;
}

/* ================== Navigation Buttons ================== */
.form-navigation {
  display: flex;
  gap: 15px;
  margin: 17px 0 0 0;
}

.nav-btn {
  flex: 1;
  padding: 12px 0;
  font-size: var(--font-p-body);
  font-weight: 400;
  border-radius: 14px;
  border: none;
  color: var(--text-color);
  background: var(--primary-color);
  transition: background 0.16s, transform 0.12s;
  box-shadow: 0 2px 12px rgba(40, 60, 100, .09);
  cursor: pointer;
}

.nav-btn:disabled,
.nav-btn[style*="display: none"] {
  opacity: 0.46;
  pointer-events: none;
}

.nav-btn:hover {
  background: #ffe16a;
  color: #ffc700;
  transform: translateY(-2px) scale(1.03);
}

.back-btn {
  background: var(--accent-color);
  color: var(--text-color-light);
  border: 1px solid var(--border-color);
  font-size: var(--font-p-body);
}

.back-btn:hover {
  background: #f9e88a;
  border: 1px solid #ffc700;
}

/* ================== Email Collection / Discount Step ================== */
.email-collection {
  background: var(--primary-color);
  border-radius: 15px;
  padding: 20px 8px 20px 8px;
}

.discount-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}

.discount-info i {
  font-size: 2rem;
  color: var(--text-color-light);
}

.discount-info h3 {
  margin-bottom: 3px;
  font-size: var(--font-p-heading4);
  font-weight: 600;
  color: var(--text-color-light);
}

.discount-info p {
  color: var(--text-color-light2);
  font-size: var(--font-p-body);
}

/*================================Form Fields======================================*/
.form-group input[type="email"],
.form-group select {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  background: var(--accent-color);
  font-size: var(--font-p-body);
  color: var(--text-color-light2);
  transition: border-color 0.17s, box-shadow 0.17s;
  font-family: inherit;
  box-shadow: 0 2px 9px #ffe16a13;
  outline: none;
}

.form-group input[type="email"]:focus,
.form-group select:focus {
  border-color: #ffc700;
  background: #fffde5;
  box-shadow: 0 2px 11px #ffe16a1c;
}

/* ================== Features Row (One-Line, Responsive) ================== */
.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 1.5rem;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
}

.features-list::-webkit-scrollbar {
  display: none;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 0.65rem;
  color: #c51c13;
  background: #f9f2ef;
  border: 1px solid #ffe1e1;
  border-radius: 8px;
  padding: 3px 11px 3px 8px;
  font-weight: 500;
  gap: 5px;
  box-shadow: none;
  white-space: nowrap;
  min-width: max-content;
}

@media (max-width: 768px) {
  .features-list {
    gap: 4px;
    justify-content: center;
    display: none;
  }

  .feature-item {
    font-size: 0.70rem;
    padding: 2px 7px 2px 5px;
  }

  .price-calculator {
    border-radius: 18px;
  }

  .price-display {
    padding: 12px 6px 12px 6px;
  }

  .discount-badge {
    left: 6px;
    top: 8px;
    font-size: 0.8rem;
    padding: 2px 7px;
    border-radius: 90px;
  }

  .price-discounted {
    padding: 2px 8px 2px 7px;
    font-size: var(--font-p-heading2);
  }

  .price-original {
    font-size: var(--font-p-heading2);
  }

  .price-row,
  .price-info {
    gap: 7px;
  }
}

/* --- Component Section Container --- */
.component-container {
  width: 100%;
  background: var(--body-background);
  padding: 6rem 0 6rem;
  text-align: center;
}

.component-container-width {
  width: 90%;
  margin: 0 auto;
  max-width: var(--container-width);
}

.component-container-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding-bottom: 3rem;
}

.component-container-header h1 {
  font-size: var(--font-p-heading2);
  text-align: center;
}

/* --- Inner Grid Layout --- */
.component-inner-container {
  max-width: var(--container-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 38px;
  align-items: center;
}

/* --- Features Left Grid --- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.feature-card {
  background: var(--body-background-transparent);
  padding: 30px 28px;
  border-radius: var(--border-padding);
  box-shadow: var(--box-shadow-light);
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  gap: 1.05rem;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.19s;
}

.feature-card:hover {
  box-shadow: 0 8px 36px #ffe16a23;
  transform: translateY(-4px) scale(1.015);
}

/* --- Price Includes Right Card --- */
.price-includes.cta-card {
  background: #fff;
  border-radius: var(--border-padding);
  box-shadow: 0 2px 20px #ffe16a1a, 0 1.5px 8px #ffc70015;
  padding: 36px 30px 36px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  position: sticky;
  top: 100px;
  z-index: 2;
}

.price-includes-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.price-includes-title {
  font-size: var(--font-p-heading3);
  color: var(--text-color-light);
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 6px;
}

.icon-badge {
  font-size: 1.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.why-features-list {
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  align-items: center;
  justify-content: center;
}

.why-features-list li {
  font-size: var(--font-p-body);
  padding: 0.52em 1em;
  color: var(--text-color-light2);
  font-weight: 400;
  line-height: 1.44;
  transition: background 0.17s;
}


.cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin-top: 14px;
}

.cta-section h4 {
  font-size: var(--font-p-heading4);
  color: var(--text-color-light);
  margin: 0 0 2px 0;
}

/* --- Responsive Design --- */
@media (max-width: 940px) {
  .component-inner-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

}

@media (max-width: 940px) {
  .component-container {
    padding: 4rem 0 4rem;
  }

  .component-container-width {
    width: 90%;
  }

  .component-inner-container {
    gap: 22px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .price-includes.cta-card {
    padding: 30px 5vw 30px 5vw;
  }
}

@media (max-width: 480px) {

  .component-inner-container {
    gap: 18px;
  }

  .price-includes.cta-card {
    padding: 30px 5vw 30px 5vw;
    
  }

  .feature-card {
    padding: 25px 6vw;
  }
}

/* Optional: Enhance left card h3s for balance */
.feature-card h3 {
  font-size: var(--font-p-heading3);
  color: var(--text-color-light);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* ======================== FAQ Component Start ======================== */
.faq-section {
  width: 100%;
  padding: 6rem 0 6rem;
  background: var(--accent-color);
  display: flex;
}

.faq-container {
  max-width: var(--container-width);
  margin: 0 auto;
  width: 90%;
}

/* Content Wrapper for side-by-side layout */
.faq-content-wrapper {
  display: flex;
  gap: var(--text-gap1);
  align-items: center;
  justify-content: space-between;
}

/* FAQ List */
.faq-list {
  flex: 1;
  max-width: 70%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.faq-question {
  width: 100%;
  padding: 18px;
  background: transparent;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: normal;
  color: var(--text-color);
  font-size: var(--font-p-heading4);
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

.faq-item {
  border: 1px solid var(--border-color);
  border-radius: var(--border-padding);
  box-shadow: 0 4px 18px rgba(50, 90, 180, 0.04);
  background-color: white;
}

.arrow-icon {
  color: var(--text-color);
  transition: transform 0.3s ease;
}

.faq-item.active .arrow-icon {
  transform: rotate(180deg);
}

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

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-answer p {
  padding: 0 24px 24px;
}

/* Expert Help Card */
.expert-help-card {
  padding: 0px 40px;
  text-align: center;
  color: var(--text-color);
  max-width: 30%;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.expert-avatars {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.partner-image {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* Responsive Design */
@media (max-width: 940px) {
  .faq-content-wrapper {
    flex-direction: column;
  }

  .faq-section {
    padding: 4rem 0 4rem;
  }

  .faq-list {
    max-width: 100%;
  }

  .expert-help-card {
    max-width: 100%;
    margin: 0 auto;
    position: static;
  }
}


/* ======================== FAQ Component End ======================== */



/* General Styles */
/* Form Section */
.custom-form-section {
  text-align: center;
  width: 100%;
  background: #f9d84b;
  position: relative;
  min-height: 300px;
  /* Adjust as needed */
  z-index: 1;
  overflow: hidden;
}

.custom-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/background-grid.webp');
  background-size: contain;
  opacity: 0.2;
  /* Adjust opacity */
  z-index: -1;
  /* Keeps it behind content */
}

.custom-form-container {
  /* max-width: var(--container-width); */
  margin: 0 auto;
  width: 90%;
  padding: 4rem 0 4rem;
}

.custom-form-title {
  font-size: var(--font-p-heading2);
  color: var(--text-color);
  margin-bottom: 3rem;
}

.custom-form-subtitle {
  font-size: 1.2rem;
  color: var(--text-color-light);
  margin-bottom: 1rem;
}

/* Form Styling */
.custom-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.custom-form-input,
.custom-select {
  padding: 15px;
  font-size: var(--font-p-body);
  appearance: none;
  /* Standard */
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
  border: 2px solid var(--text-color);
  border-radius: 0px;
  width: 250px;
  max-width: 100%;
  background-color: white;
}

/* Dropdown Styling */
/* Submit Button */
.custom-form-button {
  background: var(--text-color);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 20px;
  /* border: 2px solid var(--text-color); */
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 940px) {
  .custom-form-container {
    padding: 4rem 0 4rem;
  }

  .custom-form {
    flex-direction: column;
    align-items: center;
  }

  .custom-form-input,
  .custom-select,
  .custom-form-button {
    width: 100%;
    max-width: 400px;
  }
}

.footer-top-navigator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
}

/* ========================== Footer ========================== */
.mch-footer {
  background: white;
  width: 100%;
}

/* ========================== Footer Top ========================== */
.footer-top {
  max-width: var(--container-width);
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  padding: 5% 0;
}

/* Contact Section */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.footer-logo img {
  height: 50px;
  width: 280px;
}

.footer-phone {
  font-size: var(--font-p-heading3);
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.footer-email {
  color: var(--text-color);
  text-decoration: none;
  font-size: var(--font-p-body);
  font-weight: 400;
}

.footer-help-btn {
  color: var(--text-color-light2);
  padding: 5px;
  background-color: transparent;
  border: 1px solid var(--text-color-light2);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
}

/* Language Dropdown Styles */
.language-dropdown {
  position: relative;
  width: 100%;
}

.language-selector {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  border: 1px solid var(--border-color);
  border-radius: 50px;
  background: white;
  cursor: pointer;
  width: 100%;
  font-size: var(--font-p-body);
  font-weight: 400;
  color: var(--text-color);
  transition: all 0.3s ease;
}

.language-selector svg {
  color: var(--text-color);
}

.language-selector:hover {
  border-color: var(--border-color);
  background-color: white;
}

.language-selector.active {
  border-color: var(--border-color);
  border-radius: 50px 50px 0 0;
}

.language-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--border-color);
  border-top: none;
  border-radius: 0 0 50px 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}

.language-options.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-option {
  display: block;
  padding: 10px 20px;
  color: var(--text-color);
  text-decoration: none;
  font-size: var(--font-p-body);
  transition: all 0.2s ease;
}

.language-option:hover {
  background-color: var(--accent-color);
}

.language-option:last-child {
  border-radius: 0 0 50px 50px;
}

.arrow-icon svg {
  transition: transform 0.3s ease;
}

.language-selector.active .arrow-icon svg {
  transform: rotate(180deg);
}

.footer-apps {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.app-store img,
.google-play img {
  height: 60px;
  width: auto;
  transition: transform 0.3s ease;
  background-color: white;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  padding: 10px;
}

.app-store img:hover,
.google-play img:hover {
  transform: translateY(-2px);
}

/* Links Container */
.footer-links-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.footer-column h3 {
  font-size: var(--font-p-heading4);
  margin-bottom: 20px;
  color: var(--text-color);
  text-transform: capitalize;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 14px;
}

.footer-column ul li a {
  color: var(--text-color-light2);
  text-decoration: none;
  font-size: var(--font-p-body);
  transition: all 0.3s ease;
  line-height: 1.4;
}

.footer-column ul li a:hover {
  color: var(--text-color);
  padding-left: 2px;
}

/* ========================== Footer Bottom ========================== */
.footer-bottom {
  background-color: var(--accent-color);
  border-top: 1px solid var(--border-color);
  display: block;
  justify-content: center;
  width: 100%;
}

.footer-bottom-container {
  width: 90%;
  margin: 0 auto;
  max-width: var(--container-width);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.footer-bottom-1,
.footer-bottom-2,
.footer-bottom-3 {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.footer-bottom img {
  height: 50px;
  width: auto;
}

.footer-disclaimer {
  font-size: var(--font-p-small);
  color: var(--text-color-light);
  text-align: center;
  padding: 20px 0;
  background-color: var(--accent-color);
  width: 100%;
  border-top: 1px solid var(--border-color);
}

.footer-disclaimer-container {
  width: 90%;
  margin: 0 auto;
  max-width: var(--container-width);
}

/* ========================== Responsive Design ========================== */
@media (max-width: 1280px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-contact {
    max-width: var(--container-width);
    margin: 2vw auto;
    text-align: center;

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

  .footer-links-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .footer-links-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .footer-payment {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .footer-top-navigator {
    padding-top: 5%;
  }

  .footer-links-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 32px;
  }

  .footer-bottom-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .footer-top-navigator {
    padding-top: 6%;
  }

  .mch-footer {
    padding: 4vw 2vw;
  }

  .footer-links-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .footer-column ul li a:hover {
    padding-left: 0;
  }

  .footer-bottom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* ======================== Footer - Ends ======================== */