@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


* {
    padding: 0px;
    margin: 0px;
    font-family: "Outfit", sans-serif;
}

body{
    /* padding-top: 125px; */
}

/* style guide font start */
.fourteen-regular {
    font-size: 14px;
    font-weight: 400;
}

.fourteen-medium {
    font-size: 14px;
    font-weight: 500;
}

.fourteen-semi-bold {
    font-size: 14px;
    font-weight: 600;
}

.sixteen-regular {
    font-size: 16px;
    font-weight: 400;
}

.sixteen-medium {
    font-size: 16px;
    font-weight: 500;
}

.sixteen-semi-bold {
    font-size: 16px;
    font-weight: 600;
}

.eighteen-regular {
    font-size: 18px;
    font-weight: 400;
}

.eighteen-medium {
    font-size: 18px;
    font-weight: 500;
}

.eighteen-semi-bold {
    font-size: 18px;
    font-weight: 600;
}

.eighteen-bold {
    font-size: 18px;
    font-weight: 700;
}

.twenty-regular {
    font-size: 20px;
    font-weight: 400;
}

.twenty-medium {
    font-size: 20px;
    font-weight: 500;
}

.twenty-semi-bold {
    font-size: 20px;
    font-weight: 600;
}

.twenty-bold {
    font-size: 20px;
    font-weight: 700;
}

.twenty-two-regular {
    font-size: 22px;
    font-weight: 400;
}

.twenty-two-medium {
    font-size: 22px;
    font-weight: 500;
}

.twenty-two-semi-bold {
    font-size: 22px;
    font-weight: 600;
}

.twenty-two-bold {
    font-size: 22px;
    font-weight: 700;
}

.twenty-four-regular {
    font-size: 24px;
    font-weight: 400;
}

.twenty-four-medium {
    font-size: 24px;
    font-weight: 500;
}

.twenty-four-semi-bold {
    font-size: 24px;
    font-weight: 600;
}

.twenty-four-bold {
    font-size: 24px;
    font-weight: 700;
}


.thirty-two-regular {
    font-size: 32px;
    font-weight: 400;
}

.thirty-two-medium {
    font-size: 32px;
    font-weight: 500;
}

.thirty-two-semi-bold {
    font-size: 32px;
    font-weight: 600;
}

.thirty-two-bold {
    font-size: 32px;
    font-weight: 700;
}


.thirty-six-regular {
    font-size: 36px;
    font-weight: 400;
}

.thirty-six-medium {
    font-size: 36px;
    font-weight: 500;
}

.thirty-six-semi-bold {
    font-size: 36px;
    font-weight: 600;
}

.thirty-six-bold {
    font-size: 36px;
    font-weight: 700;
}


.fourty-two-regular {
    font-size: 42px;
    font-weight: 400;
}

.fourty-two-medium {
    font-size: 42px;
    font-weight: 500;
}

.fourty-two-semi-bold {
    font-size: 42px;
    font-weight: 600;
}

.fourty-two-bold {
    font-size: 42px;
    font-weight: 700;
}


.fifty-regular {
    font-size: 50px;
    font-weight: 400;
}

.fifty-medium {
    font-size: 50px;
    font-weight: 500;
}

.fifty-semi-bold {
    font-size: 50px;
    font-weight: 600;
}

.fifty-bold {
    font-size: 50px;
    font-weight: 700;
}


/* style guide font end */

/* style guide color start */

.primary-color {
    color: #FFD02D;
}

.primary-color-bg {
    background-color: #FFD02D;
}


.primary-color-hover {
    color: #bd9c25;
}

.primary-color-hover-bg {
    background-color: #bd9c25;
}

.secondary-color {
    color: #020202;
}

.secondary-color-bg {
    background-color: #020202;
}


.secondary-color-hover {
    color: #2e2e2e;
}

.secondary-color-hover-bg {
    background-color: #2e2e2e;
}

.light-color {
    color: #FFFFFF;
}

.light-color-bg {
    background-color: #F5F5F5;
}

/* style guide color end */



/* burger start */
section header nav #burger {
    display: none;
}

section header nav label {
    display: none;
    font-size: 24px;
}

/* burger end */

section header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);    */
    /* justify-content: space-between; */
    /* border-bottom: solid rgba(0, 0, 0, 0.197); */
}

nav {
    width: 1440px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    /* gap: 151px; */
    padding: 30px 7% 30px 7%;
    position: relative;
    /* background-color: antiquewhite; */
}

nav ul {
    display: flex;
    gap: 82px;
}


nav ul li {
    list-style: none;
}

nav ul li a,
nav .animated-btn a {
    text-decoration: none;
    color: black;
}


nav .button-container {
    position: relative;
    display: flex;
    gap: 57px;
}


nav .button-container .one {
    padding: 10px 23px;
    border: none;
    border-radius: 26px;
    cursor: pointer;
}

nav .button-container .one:hover {
    background-color: #4D6A7C;
}


nav .button-container .two {
    padding: 10px 23px;
    border: none;
    border-radius: 26px;
    cursor: pointer;
}


nav .button-container .two:hover {
    background-color: #fcebad;
}

.animated-btn {
    position: relative;
    padding: 12px 28px;
    border: 1px solid rgba(53, 53, 53, 0.336);
    border-radius: 30px;
    background: linear-gradient(90deg, #FFD700, #FFF8DC, #FFD700);
    color: #000;
    /* font-weight: 600; */
    /* font-size: 18px; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
    background-size: 200% auto;
    animation: gradientMove 3s linear infinite;
}

.btn-text {
    margin: 0;
}

.animated-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 30px;
    background: linear-gradient(90deg, #FFD700, #FFF8DC, #FFD700);
    z-index: -1;
    opacity: 0.5;
    filter: blur(8px);
    animation: pulseGlow 2.5s infinite alternate;
}

.animated-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}

@keyframes gradientMove {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.3;
        filter: blur(6px);
    }

    100% {
        opacity: 0.8;
        filter: blur(12px);
    }
}


/* nav end */


/* section one  start */


/* ========== TOGGLE BUTTON STYLES ========== */
.toggle-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
}

/* Hide the native checkbox */
.toggle-input {
    display: none;
}

/* Toggle Label (Outer Track) */

.section-one {
    width: 100%;
    height: 686px;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #FFD02D;
    background-image: url("./images/Section-one/one.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 7%;
    padding-right: 7%;
    /* margin-top: 120px !important; */
}

@media (min-width: 1440px){
    .section-one{
        height: 800px;
    }
}


.section-one .field-container {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-bottom: 43px;
}



.toggle-label {
    display: flex;
    align-items: center;
    background-color: #000000;
    border: 2px solid #3b3b3b;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    width: 230px;
    height: 50px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    padding: 0 10px;
    justify-content: space-between;
}

/* Text on each side */
.toggle-text {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: color 0.3s ease, opacity 0.3s ease;
    z-index: 2;
}

.toggle-text.left {
    margin-left: 12px;
}

.toggle-text.right {
    margin-right: 12px;
}

/* registration start */



  .registration-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    margin-top: 80px;
    /* margin-bottom: 20px; */
    background-color: #FFD02C; /* soft yellow gradient */
  }

  .registration-section .toggle-section{
      width: auto;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      text-align: center;
    /* padding: 50px; */
    /* margin-top: 80px; */
    /* background-color: #FFD02C; */
  }

  /* --- Card Container Background --- */
  .registration-section .field-container {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(255, 213, 0, 0.15); /* soft yellow shadow */
    padding: 32px   ;
  }

  /* --- Input Field Styling (Yellow Border) --- */
  .newsletter-form-input {
    border: 1px solid #ffe066 !important;
    background-color: #fffdf4 !important;
    color: #000000;
    box-shadow: 0 1px 2px rgba(255, 214, 10, 0.1);
  }

  /* --- Button Styling (Yellow Themed) --- */
  .newsletter-form-button,
  .newsletter-loading-button {
    /* background: #FFD02C; */
    color: #FFD02C;
    box-shadow: 0 2px 6px rgba(255, 214, 10, 0.3);
    border-radius: 8px;
  }

  .newsletter-form-button:hover {
    /* background: #e6c200 !important; */
  }

  /* --- Success & Error Messages --- */
  .newsletter-success-message {
    color: #28a745;
  }
  .newsletter-error-message {
    color: #d93025;
  }

  /* --- Toggle (only background color change, no sizing touched) --- */
  .toggle-label {
    background-color: #000000; /* soft yellow background */
  }

  .toggle-slider {
    background-color: #ffd600; /* yellow slider */
  }

  .toggle-input:checked ~ .toggle-slider {
    background-color: #ffbd20;
  }

  .toggle-input:checked ~ .toggle-text.right {
    color: #333333;
  }

  .toggle-text {
    color: #555555;
  }

  /* --- Toggle Switch Styling --- */
  .toggle-container {
    display: flex;
    justify-content: center;
  }

  .toggle-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #000000;
    border-radius: 50px;
    padding: 5px 10px;
    cursor: pointer;
    gap: 30px;
    /* width: 140px; */
    /* height: 40px; */
    justify-content: space-between;
    box-sizing: border-box;
  }

  .toggle-input {
    display: none;
  }

  .toggle-text {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #ccc;
    z-index: 2;
    width: 50%;
    text-align: center;
    transition: color 0.3s ease;
    pointer-events: none;
  }

  .toggle-slider {
    position: absolute;
    /* top: 4px; */
    /* left: 4px; */
    width: 110px;
    /* height: 32px; */
    background-color: #ffd600;
    border-radius: 50px;
    transition: all 0.3s ease;
    z-index: 1;
  }

  /* When checkbox is checked, move slider to the right */
  .toggle-input:checked + .toggle-text.left {
    color: #555;
  }

  .toggle-input:checked ~ .toggle-slider {
    transform: translateX(96px);
  }

  /* Highlight active toggle text */
  .toggle-input:checked ~ .toggle-text.right {
    color: #000;
  }
  .toggle-input:not(:checked) ~ .toggle-text.left {
    color: #000;
  }

  /* --- Back Button --- */
  .newsletter-back-button {
    color: #6b7280;
  }
  .newsletter-back-button:hover {
    text-decoration: underline;
  }

  /* ======= ADDED (only layout for the form row & radios so design stays identical) ======= */
  .form-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px; /* space between radio group, input and button */
    flex-wrap: nowrap;
    /* margin-top: 18px; */
  }

  .radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px; /* keeps the radio group to the left area like your original */
    justify-content: center;
  }

  .radio-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #111;
    cursor: pointer;
    user-select: none;
  }

  .radio-label input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #ffd02c;
    cursor: pointer;
  }

  /* keep input width visible and centered like your original */
  .form-input {
    width: 420px;
    max-width: 45%;
  }

  /* ensure the submit button stays compact on the right */
  .submit-btn {
    min-width: 150px;
    padding: 10px 18px;
    border-radius: 25px;
  }

  /* responsive: stack inputs on very small screens */
  @media (max-width: 720px) {
    .form-row { flex-direction: column; gap: 12px; }
    .radio-group { min-width: auto; justify-content: center; }
    .form-input { max-width: 100%; width: 100%; }
    .submit-btn { width: 100%; min-width: auto; }
  }
/* registration end */

/* The Slider (using your Toggle.svg) */
.registration-section .toggle-slider {
    position: absolute;
    left: 11px;
    /* width: 82px; */
    height: 40px;
    border-radius: 50px;
    background-color: var(--primary-100, #ffbd20);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease, background-color 0.3s ease;
    z-index: 1;
}

    .waitlist-container {
      width: 100%;
      max-width: 48rem;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
      /* padding: 1rem; */
    }
    
    .toggle-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      /* margin-bottom: 1.5rem; */
    }
    
    .toggle-container {
      display: inline-flex;
      border-radius: 9999px;
      background-color: #000;
      padding: 0.25rem;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    
    .toggle-btn {
      padding: 0.625rem 2rem;
      border-radius: 9999px;
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      font-weight: 500;
      transition: all 0.3s;
      border: none;
      cursor: pointer;
      background: transparent;
      color: white;
    }
    
    .toggle-btn:hover:not(.active) {
      color: #ffd02d;
    }
    
    .toggle-btn.active {
      background-color: #ffd02d;
      color: #000;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    
    .form-wrapper {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    
    .form-input {
      font-family: 'Open Sans', sans-serif;
      color: #000;
      font-size: 14px;
      width: 100%;
      /* width: 280px; */
      background: #fff;
      border: 1px solid #d1d5db;
      border-radius: 9999px;
      padding: 0.75rem 0.5rem;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      outline: none;
    }
    
    .form-input:focus {
      border-color: #ffd02d;
      box-shadow: 0 0 0 3px rgba(255, 208, 45, 0.1);
    }
    
    .form-input:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
    
    .submit-btn {
      background-color: #000;
      color: #ffd02d;
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      font-weight: 600;
      padding: 0.75rem 1.5rem;
      border-radius: 9999px;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      border: none;
      cursor: pointer;
      white-space: nowrap;
      min-width: 160px;
      transition: all 0.3s;
    }
    
    .submit-btn:hover:not(:disabled) {
      background-color: #1f2937;
      transform: scale(1.05);
    }
    
    .submit-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
    
    .message {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap: 0.75rem;
    }
    
    .message-text {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      text-align: center;
    }
    
    .message-text.success {
      color: #000;
      font-weight: 600;
    }
    
    .message-text.error {
      color: #991b1b;
      font-weight: 500;
    }
    
    .back-btn {
      color: #374151;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      background: transparent;
      border: none;
      cursor: pointer;
    }
    
    .back-btn:hover {
      text-decoration: underline;
    }
    
    .hidden {
      display: none !important;
    }
    
    @media (min-width: 640px) {
      .form-wrapper {
        flex-direction: row;
      }
    }


.toggle-icon {
    width: 24px;
    height: 24px;
}

/* When toggled ON */
.toggle-input:checked+.toggle-label .toggle-slider {
    width: 80px;
    left: calc(90% - 65px);
    background-color: var(--primaryselected, #ffbd20);
}

.toggle-input:checked+.toggle-label .toggle-text.left {
    opacity: 0.5;
    color: #999;
}

.toggle-input:checked+.toggle-label .toggle-text.left {
    color: var(--text-color-black, #676767);
}

.toggle-input:checked+.toggle-label .toggle-text.right {
    color: var(--text-color-black, #7b7b7b);
}

/* Optional subtle hover effect */
.toggle-label:hover {
    border-color: var(--primary-70, #ffc94d);
}



.section-one .field-container-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17.33px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.section-one .input-field {
    display: flex;
    flex-direction: column;
    width: 525.42px;
    align-items: flex-start;
    gap: 10.75px;
    position: relative;
    background-color: #ffffff;
    border-radius: 38.13px;
}

.section-one .enter-your-email-to-wrapper {
    display: flex;
    height: 52.54px;
    align-items: center;
    gap: 12px;
    padding: 6px 15px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: 38px;
    border: 1.79px solid;
    border-color: #6c6c6c;
    /* font-size: 14px; */
}

.section-one .enter-your-email-to::placeholder {
    font-size: 18px;
}

.section-one .enter-your-email-to {
    position: relative;
    width: 100%;
    margin-top: -1.02px;
    /* font-family: "Outfit-Re"; */
    font-weight: 400;
    /* color: #020202; */
    font-size: 19.1px;
    letter-spacing: 0;
    line-height: 38.2px;
    white-space: nowrap;
    background: transparent;
    border: none;
    padding: 0;
}

.button {
    height: 51px;
    padding: 22px;
    /* background-color: var(--secondary-100); */
    border-radius: 25.96px;
    border: 0.81px solid;
    border-color: var(--stroke);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.button:hover {
    cursor: pointer;
}

.button-text {
    position: relative;
    width: fit-content;
    margin-top: -0.81px;
    /* font-family: "Outfit-M"; */
    font-weight: 500;
    /* color: var(--primary-100); */
    font-size: 17.8px;
    letter-spacing: 0;
    line-height: normal;
}

/* ===============================
   ✅ Thank You Popup Styles
================================= */
.thankyou-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 60vw;
    height: 40vh;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all 0.3s ease;
    text-align: center;
    gap: 30px;
}

.thankyou-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.thankyou-icon i {
    font-size: 70px;
    color: #FFD02D;
    /* ✅ Green tick */
    margin-bottom: 15px;
}

.thankyou-text {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-align: center;
}

/* Optional subtle backdrop overlay */
.thankyou-popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background: rgba(0, 0, 0, 0.3); */
    z-index: -1;
    border-radius: 20px;
}




/* section one  end */




/* section two  start */

.section-two {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.container-one,
.container-two,
.container-three {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.section-two .container-one img,
.section-two .container-two img,
.section-two .container-three img {
    width: auto;
    height: 40%;
}

.container-one h1,
.container-two h1,
.container-three h1,
.container-three h2 {
    margin: 10px 0;
}

/* ✨ Left-to-right text reveal animation */
.reveal-text {
    display: inline-block;
    background: linear-gradient(to right, #000000 0%, #000000 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textReveal 1.5s ease forwards;
}

/* optional: slight stagger effect */
.container-one .reveal-text:nth-child(2) {
    animation-delay: 0.2s;
}

.container-one .reveal-text:nth-child(3) {
    animation-delay: 0.4s;
}

.container-two .reveal-text:nth-child(2) {
    animation-delay: 0.6s;
}

.container-two .reveal-text:nth-child(3) {
    animation-delay: 0.8s;
}

.container-three .reveal-text:nth-child(2) {
    animation-delay: 1s;
}

.container-three .reveal-text:nth-child(3) {
    animation-delay: 1.2s;
}

@keyframes textReveal {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0% 0;
    }
}

/* section two  end */

/* section three start */

/* ---------- Section Layout ---------- */
.section-three {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 40px 16px; */
    padding-left: 7%;
    padding-right: 7%;
    box-sizing: border-box;
}

/* Background image container */
.section-three .banner-container {
    width: 100%;
    /* max-width: 1240px; */
    height: 220px;
    /* desktop height */
    border-radius: 20px;
    background-image: url("./images/Section-three/desktop.png");
    /* desktop background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    /* padding: 40px 60px; */
    box-sizing: border-box;
    text-align: center;
}

/* Text container */
.section-three .banner-text {
    max-width: 530px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000;
    /* text color placeholder */
}

/* ---------- Tablet (≤ 768px) ---------- */
@media (max-width: 768px) {
    .section-three .banner-container {
        height: 230px;
        background-image: url("./images/Section-three/tablet.png");
        /* tablet background */
        padding: 17px 15px;
        text-align: start;
        justify-content: start;
    }

    .section-three .banner-text {
        max-width: 70%;
    }

    /* font sizes adjust */
    .fifty-semibold {
        font-size: 36px;
    }

    .twenty-six-medium {
        font-size: 20px;
    }

    .twenty-two-regular {
        font-size: 18px;
    }
}


/* ---------- Mobile (≤ 425px) ---------- */
@media (max-width: 425px) {
    .section-three .banner-container {
        height: auto;
        /* background-image: url("./images/Section-three/mobile.png"); */
        padding: 20px 18px;
        /* justify-content: center; */
        /* text-align: center; */
    }

    .section-three .banner-text {
        width: 80%;
        /* align-items: center; */
        max-width: 90%;
    }

    /* responsive font adjustments */
    .fifty-semibold {
        font-size: 26px;
    }

    .twenty-six-medium {
        font-size: 16px;
    }

    .twenty-two-regular {
        font-size: 14px;
    }
}



/* section three end */

/* registration start */
/* --- Section Background --- */
.section-four {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-four .title-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* margin-bottom: 43px; */
    /* padding-top: 80px; */
    /* padding-bottom: 80px; */
    text-align: center;
}

.section-four .subject-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-left: 100px;
    padding-right: 100px;
}

.section-four .text-container {
    width: 100%;
    height: auto;
    display: flex;
    gap: 50px;
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    overflow: hidden;
}

.section-four .text-container .container-one,
.section-four .text-container .container-two,
.section-four .text-container .container-three,
.section-four .text-container .container-four {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.section-four .text-container .container-one img,
.section-four .text-container .container-two img,
.section-four .text-container .container-three img,
.section-four .text-container .container-four img {
    width: 100%;
    height: auto;
}

/* .section-four .text-container .container-one p,
.section-four .text-container .container-two p,
.section-four .text-container .container-three p,
.section-four .text-container .container-four p {
    margin: 0;
} */

/* -------------------------
   Section Four - Responsive
   ------------------------- */

/* -------------------------
   RESPONSIVE BREAKPOINTS
   ------------------------- */

/* <= 1200px */
@media (max-width: 1200px) {
    .section-four .subject-container {
        padding: 0 64px;
    }

    .section-four .text-container {
        gap: 36px;
    }

    .section-four .text-container .container-one,
    .section-four .text-container .container-two,
    .section-four .text-container .container-three,
    .section-four .text-container .container-four {
        max-width: 300px;
    }

    .section-four .text-container .image-container {
        width: 120px;
        height: 120px;
    }

    .section-four .text-container img {
        width: 70%;
        height: 70%;
    }
}

/* <= 992px - make it 2 columns (2x2) if space allows */
@media (max-width: 992px) {
    .section-four {
        gap: 50px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .section-four .subject-container {
        padding: 0 48px;
    }

    .section-four .text-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .section-four .text-container .container-one,
    .section-four .text-container .container-two,
    .section-four .text-container .container-three,
    .section-four .text-container .container-four {
        flex: 1 1 42%;
        /* try two columns */
        max-width: 46%;
        min-width: 260px;
    }

    .section-four .text-container .image-container {
        width: 108px;
        height: 108px;
    }

    .section-four .text-container img {
        width: 68%;
        height: 68%;
    }

    .section-four .text-container .eighteen-regular {
        max-width: 240px;
    }
}

/* <= 768px - stack vertically, full width blocks */
@media (max-width: 768px) {
    .section-four {
        gap: 40px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section-four .subject-container {
        padding: 0 28px;
        gap: 18px;
    }

    .section-four .text-container {
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }

    .section-four .text-container .container-one,
    .section-four .text-container .container-two,
    .section-four .text-container .container-three,
    .section-four .text-container .container-four {
        flex: 0 0 auto;
        width: 100%;
        max-width: 520px;
        padding: 12px 8px;
    }

    .section-four .text-container .image-container {
        width: 100px;
        height: 100px;
    }

    .section-four .text-container img {
        width: 66%;
        height: 66%;
    }

    .section-four .text-container .eighteen-regular {
        max-width: 420px;
        padding: 0 10px;
    }
}

/* <= 480px - small phones */
@media (max-width: 480px) {
    .section-four {
        gap: 32px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .section-four .title-container {
        gap: 12px;
        padding: 0 12px;
    }

    .section-four .subject-container {
        padding: 0 16px;
    }

    .section-four .text-container {
        gap: 18px;
    }

    .section-four .text-container .image-container {
        width: 88px;
        height: 88px;
        border-width: 3px;
    }

    .section-four .text-container img {
        width: 64%;
        height: 64%;
    }

    .section-four .text-container .container-one,
    .section-four .text-container .container-two,
    .section-four .text-container .container-three,
    .section-four .text-container .container-four {
        max-width: 100%;
        padding: 8px;
    }

    .section-four .text-container .eighteen-regular {
        max-width: 340px;
        padding: 0 6px;
    }
}

/* <= 320px - extra small screens */
@media (max-width: 320px) {
    .section-four {
        gap: 28px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .section-four .title-container {
        gap: 10px;
        padding: 0 8px;
    }

    .section-four .subject-container {
        padding: 0 8px;
        gap: 12px;
    }

    .section-four .text-container {
        gap: 14px;
    }

    .section-four .text-container .image-container {
        width: 76px;
        height: 76px;
        border-width: 2px;
    }

    .section-four .text-container img {
        width: 62%;
        height: 62%;
    }

    .section-four .text-container .eighteen-regular {
        max-width: 280px;
        padding: 0 4px;
        font-size: inherit;
    }

    .section-four .text-container .twenty-two-medium {
        margin-top: 6px;
    }
}

/* -------------------------
   Decorative lines — minimal & non-intrusive
   (added to existing CSS)
   ------------------------- */

/* enable absolute placement inside subject-container without changing layout */
.section-four .subject-container {
  position: relative;
}

/* base style for the three decorative line images */
.section-four .subject-container .steps-line {
  position: absolute;
  pointer-events: none;
  z-index: 0;            /* behind the step icons */
  display: block;
  width: auto;
  height: auto;
  max-height: 200px;     /* adjust if your source images need different scaling */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* individual nudge for left/center/right images */
.section-four .subject-container .line-one {
  left: 13%;
  right: 60%;
  top: 40%;
  transform: translateY(-50%);
  max-height: 160px;
}

.section-four .subject-container .line-two {
  left: 20%;
  right: 20%;
  top: 40%;
  transform: translateY(-50%);
  max-height: 150px;
}

.section-four .subject-container .line-three {
  left: 51%;
  right: 4%;
  top: 40%;
  transform: translateY(-50%);
  max-height: 160px;
}

/* Ensure existing icons/containers remain above the lines (no layout change) */
.section-four .text-container,
.section-four .text-container .container-one,
.section-four .text-container .container-two,
.section-four .text-container .container-three,
.section-four .text-container .container-four {
  position: relative;
  z-index: 2;
}

/* Hide decorative lines at the breakpoint where layout stacks (<= 992px) */
@media (max-width: 992px) {
  .section-four .subject-container .steps-line,
  .section-four .subject-container .line-one,
  .section-four .subject-container .line-two,
  .section-four .subject-container .line-three {
    display: none !important;
    visibility: hidden;
  }
}




/* resection four end  */

/* section five  start */

.section-five {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0px 100px 0px 100px; */
    /* padding-left: 100px; */
    gap: 23px;
    /* background-color: #FFD02C; */
    padding-top: 60px;
    padding-bottom: 60px;
}



.section-five .left-container {
    width: 41%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    /* padding-left: 50px; */
}

.section-five .left-container .container-one {
    width: 100%;
    height: auto;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.section-five .left-container .container-two {
    width: 100%;
    height: auto;
    text-align: start;
}

.section-five .left-container .container-two .first,
.section-five .left-container .container-two .second,
.section-five .left-container .container-two .third {
    width: 100%;
    height: auto;
    display: flex;
    text-align: start;
    gap: 16px;
}

.section-five .left-container .container-two .first .icon,
.section-five .left-container .container-two .second .icon,
.section-five .left-container .container-two .third .icon {
    width: 40px;
    height: auto;
    display: flex;
    text-align: start;
    justify-content: start;
    align-items: start;
    padding-top: 8px;
}

.section-five .left-container .container-two .first .text,
.section-five .left-container .container-two .second .text,
.section-five .left-container .container-two .third .text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: start;
}

.section-five .right-container {
    width: 43%;
    height: auto;
}

.section-five .right-container img {
    width: 100%;
    height: auto;
}

/* section five  end */

/* section six  start */
:root {
    --container-max: 1440px;
    --gap: 24px;

    --static-card-height: 140px;
    --static-thumb-w: 140px;
    --card-fixed-w: 380px;
    /* NEW: card width requested */

    --scroll-card-height: 140px;
    /* row height in scrolling area */
    --scroll-thumb-w: 140px;
    --scroll-gap: 24px;
    --track-gap: 24px;
    --card-radius: 12px;
}

/* basic reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%
}

body {
    font-family: Inter, "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    color: #111
}

/* ---------- HEADER ---------- */
.services-header-wrap {
    background: transparent;
    padding: 18px 16px 0;
}

.services-header-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.services-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.services-sub {
    margin: 0;
    font-size: 14px;
    color: #222;
}

/* ---------- STATIC 9-CARD GRID (no wrapper section) ---------- */
.static-grid-inner {
    padding: 0 16px 28px;
    max-width: var(--container-max);
    margin: 0 auto;
}

.static-grid {
    display: grid;
    gap: var(--gap);
    grid-template-columns: 1fr;
    /* mobile default */
    justify-content: center;
}

/* STATIC cards: force 380px width columns at larger breakpoints */
@media (min-width: 768px) {
    .static-grid {
        grid-template-columns: repeat(2, var(--card-fixed-w));
        justify-content: center;
    }
}

@media (min-width: 1440px) {
    .static-grid {
        grid-template-columns: repeat(3, var(--card-fixed-w));
        justify-content: center;
    }
}

/* reuse card styles */
:root {
    --container-max: 1440px;
    --gap: 24px;

    /* same layout, just taller cards */
    --static-card-height: 180px;
    --static-thumb-w: 140px;
    --card-fixed-w: 380px;

    --scroll-card-height: 180px;
    /* 🔥 increased height */
    --scroll-thumb-w: 140px;
    --scroll-gap: 24px;
    --track-gap: 24px;
    --card-radius: 12px;
}

/* ---------- SCROLLING AREA (yellow) ---------- */
.services-auto-section {
    background: #ffd02c;
    padding: 16px;
}

.services-auto-inner {
    max-width: var(--container-max);
    margin: 0 auto;
}

.services-viewport {
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
    height: calc(var(--scroll-card-height) * 3 + var(--scroll-gap));
    box-sizing: border-box;
}

/* 🔥 Faster scroll (was 5s → now 2.5s for smoother speed) */
.services-track {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: var(--track-gap);
    will-change: transform;
    animation: track-scroll 2.5s linear infinite;
}

.grid-set {
    display: grid;
    gap: var(--scroll-gap);
    grid-auto-rows: var(--scroll-card-height);
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
    padding: 0 4px;
}

@media (min-width: 768px) {
    .grid-set {
        grid-template-columns: repeat(2, var(--card-fixed-w));
        justify-content: center;
    }


}

@media (min-width: 1440px) {
    .grid-set {
        grid-template-columns: repeat(3, var(--card-fixed-w));
        justify-content: center;
    }
}

/* keep card layout intact */
.services-viewport .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: var(--card-fixed-w);
    min-height: var(--scroll-card-height);
}

.services-viewport .card-thumb {
    flex: 0 0 var(--scroll-thumb-w);
    height: calc(var(--scroll-card-height) - 32px);
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
}

.services-viewport .card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* hover pause */
.services-viewport:hover .services-track {
    animation-play-state: paused;
}

/* same direction scrolling */
@keyframes track-scroll {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(-50%);
    }
}

/* section six  end */

/* section six  end */

/* section seven  start */



.section-seven {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0px 100px 0px 100px; */
    /* padding-left: 100px; */
    gap: 23px;
    /* background-color: #FFD02C; */
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-seven .left-container {
    width: 43%;
    height: auto;
}

.section-seven .right-container {
    width: 41%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flexstart;
    justify-content: center;
    gap: 30px;
    /* padding-left: 50px; */
}

.section-seven .right-container .container-one {
    width: 100%;
    height: auto;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.section-seven .right-container .container-two {
    width: 100%;
    height: auto;
    text-align: start;
}

.section-seven .right-container .container-two .first,
.section-seven .right-container .container-two .second,
.section-seven .right-container .container-two .third,
.section-seven .right-container .container-two .seventh {
    width: 100%;
    height: auto;
    display: flex;
    text-align: start;
    gap: 16px;
}

.section-seven .right-container .container-two .first .icon,
.section-seven .right-container .container-two .second .icon,
.section-seven .right-container .container-two .third .icon,
.section-seven .right-container .container-two .seventh .icon {
    width: 40px;
    height: auto;
    display: flex;
    text-align: start;
    justify-content: start;
    align-items: start;
    padding-top: 8px;
}

.section-seven .right-container .container-two .first .text,
.section-seven .right-container .container-two .second .text,
.section-seven .right-container .container-two .third .text,
.section-seven .right-container .container-two .seventh .text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: start;
}




/* section seven  end */

/* section eight start */
/* Verified & Verified Taskers section - position-free layout */
:root {
    --container-max: 1200px;
    --page-gap: 28px;
    --card-width: 520px;
    /* desktop card visual width */
    --card-radius: 14px;
    --card-padding: 20px;
    --illustration-height: 180px;
    /* height of illustration block */
    --bg: #ffffff;
    --muted: #6c6c6c;
    --title-color: #111;
}

/* Basic resets for this section */
/* .verified-taskers { padding: 40px 20px; background: #f6f6f6; } */
.verified-taskers .container {
    max-width: var(--container-max);
    margin: 0 auto;
    /* margin-bottom: 100px; */
}

/* Header (title + description) */
.vt-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
    gap: 15px;
}

.vt-title {
    margin: 0 0 8px;
    color: var(--title-color);
}

.vt-sub {
    margin: 0 auto;
    max-width: 900px;
    color: var(--muted);
}

/* Grid (flex-wrap so cards wrap naturally) */
.vt-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /* margin-inline: -10px; */
    padding-bottom: 8px;
    box-sizing: border-box;
}

/* Individual card */
.vt-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--card-radius);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    width: calc(var(--card-width));
    max-width: 100%;
    padding-bottom: 20px;

    /* ✅ Added for smooth hover animation */
    transition: transform 320ms cubic-bezier(.2, .9, .3, 1),
        box-shadow 320ms cubic-bezier(.2, .9, .3, 1);
    will-change: transform, box-shadow;
    transform: translateZ(0);
}

/* ✅ Hover effect */
.vt-card:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12),
        0 8px 18px rgba(0, 0, 0, 0.06);
}

/* Illustration block (background-image from data-bg attribute) */
.vt-illustration {
    width: 100%;
    height: var(--illustration-height);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: var(--card-radius);
    border-top-right-radius: var(--card-radius);
}

/* set background images via attribute in CSS using attribute selector (fallback) */
.vt-card[data-bg] .vt-illustration {
    background-image: url('');
}

/* The recommended way: you can set background via inline style in CSS below */
.vt-card[data-bg="./img/illustration-kyc.jpg"] .vt-illustration {
    background-image: url("./images/Section-eight/01.png");
}

.vt-card[data-bg="./img/illustration-reviews.jpg"] .vt-illustration {
    background-image: url("./images/Section-eight/02.png");
}

.vt-card[data-bg="./img/illustration-wallet.jpg"] .vt-illustration {
    background-image: url("./images/Section-eight/03.png");
}

.vt-card[data-bg="./img/illustration-insurance.jpg"] .vt-illustration {
    background-image: url("./images/Section-eight/04.png");
}

/* Body content under illustration */
.vt-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: var(--card-padding);
    padding-bottom: calc(var(--card-padding) + 8px);
}

.vt-body h3 {
    margin: 0;
    font-size: 18px;
    color: var(--title-color);
    font-weight: 700;
}

.vt-body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
    text-align: center;
}

/* small note style */
.vt-note {
    font-size: 12px;
    color: #8a8a8a;
}

/* Responsive behavior */
@media (min-width: 768px) {
    .vt-grid {
        gap: 28px;
    }

    .vt-card {
        width: var(--card-width);
    }
}

@media (min-width: 1200px) {
    .vt-grid {
        justify-content: center;
    }

    .vt-card {
        width: var(--card-width);
        border-radius: 33px;
    }
}

/* Mobile: single column centered & narrower */
@media (max-width: 767px) {
    .vt-grid {
        gap: 18px;
        justify-content: center;
    }

    .vt-card {
        width: min(92%, 520px);
        border-radius: 12px;
    }

    .vt-illustration {
        height: 160px;
    }

    .vt-body {
        padding: 16px;
    }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {

    .vt-card,
    .vt-card:hover {
        transform: none !important;
        transition: none !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    }
}







/* section eight end */


/* section nine start */
/* section five  start */

.section-nine {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0px 100px 0px 100px; */
    /* padding-left: 100px; */
    gap: 23px;
    /* background-color: #FFD02C; */
    padding-top: 60px;
    padding-bottom: 60px;
}



.section-nine .left-container {
    width: 41%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    /* padding-left: 50px; */
}

.section-nine .left-container .container-one {
    width: 100%;
    height: auto;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.section-nine .left-container .container-two {
    width: 100%;
    height: auto;
    text-align: start;
}

.section-nine .left-container .container-two .first,
.section-nine .left-container .container-two .second,
.section-nine .left-container .container-two .third {
    width: 100%;
    height: auto;
    display: flex;
    text-align: start;
    gap: 16px;
}

.section-nine .left-container .container-two .first .icon,
.section-nine .left-container .container-two .second .icon,
.section-nine .left-container .container-two .third .icon {
    width: 40px;
    height: auto;
    display: flex;
    text-align: start;
    justify-content: start;
    align-items: start;
    padding-top: 8px;
}

.section-nine .left-container .container-two .first .text,
.section-nine .left-container .container-two .second .text,
.section-nine .left-container .container-two .third .text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: start;
}

.section-nine .right-container {
    width: 40%;
    height: auto;
}

.section-nine .right-container img {
    width: 100%;
    height: auto;
}

/* section five  end */







/* section nine end */




/* FAQ SECTION */
.faq-section {
    width: 100%;
    background: var(--yellow);
    padding: 72px 0 50px;
    display: block;
    background-color: #FFD02C;
}

.faq-heading {
    text-align: center;
    font-size: 40px;
    margin: 0 0 34px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.5px;
}


/* Accordion wrapper */
.accordion {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

/* Each card */
.accordion details {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* summary header */
.accordion summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #111;
    gap: 12px;
    user-select: none;
}

/* remove default triangle */
.accordion summary::-webkit-details-marker {
    display: none
}

/* custom chevron */
.accordion summary::after {
    content: "";
    width: 18px;
    height: 18px;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: rotate(45deg);
    transition: transform .22s ease;
    margin-left: 12px;
    flex: 0 0 auto;
}

/* rotate when open */
.accordion details[open] summary::after {
    transform: rotate(-135deg);
    border-color: #333;
}

/* answer content */
.answer {
    padding: 18px 24px 26px;
    background: #fff;
    color: #333;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.faq-section .button {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .button p {
    color: #FFD02D;
}

.faq-section .button a {
    text-decoration: none;
    color: black;
}

/* paragraph spacing */
.answer p {
    margin: 0
}

/* make the first item stand out by slightly larger padding (matches screenshot feel) */
.accordion details:first-of-type {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Expand/Collapse All button */
.faq-toggle-btn {
  display: inline-block;
  /* margin: 0 auto 24px; */
  padding: 10px 22px;
  background-color: #FFD02C;
  color: #000;
  border-radius: 50px;
}



/* Responsive */
@media (max-width:760px) {
    .faq-heading {
        font-size: 28px;
        padding: 0 10px
    }

    .accordion summary {
        font-size: 16px;
        padding: 16px
    }

    .answer {
        font-size: 15px;
        padding: 14px
    }
}

/* FOOTER */
.site-footer {
    width: 100%;
    background: var(--black);
    color: #fff;
    padding: 100px;
    background-color: #000;
}

.footer-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: start;
}

/* Brand column */
.footer-brand {
    max-width: 640px;
}

.footer-logo {
    height: 42px;
    width: auto;
    display: block;
    margin-bottom: 14px;
}

/* small language tag */
.footer-languages {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    padding: 6px 10px;
    border-radius: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff;
}

/* description */
.footer-desc {
    color: rgba(255, 255, 255, 0.85);
    margin: 18px 0 14px;
    font-size: 15px;
    max-width: 520px;
}

/* copyright small */
.site-footer small {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 16px
}

/* links grid */
.footer-links {
    display: flex;
    gap: 36px;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer-links .col h4 {
    margin: 0 0 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin: 8px 0
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 15px;
}

/* social icons */
.social {
    display: flex;
    gap: 10px;
    align-items: center
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

/* modal overlay */
.modal-overlay {
    display: none;
    /* hidden by default */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1200;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

/* show */
.modal-overlay.open {
    display: flex;
}

/* modal box */
.modal-box {
    width: 60vw;
    height: 80vh;
    max-width: 1100px;
    max-height: 900px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    overflow: auto;
    position: relative;
    padding: 28px;
}

/* close button */
.modal-close {
    position: absolute;
    right: 14px;
    top: 12px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #222;
}

/* content area */
.modal-content {
    color: #111;
    font-size: 15px;
    line-height: 1.6;
}

/* responsive tweaks */
@media (max-width: 900px) {
    .modal-box {
        width: 90vw;
        height: 80vh;
        padding: 20px;
    }
}


/* footer end */

/* ---------------------------
   Responsive rules
   --------------------------- */

/* NAV / header */
@media (max-width: 1024px) {
    .logo {
        width: 18%;
        height: auto;
    }

    .logo img{
        width: 100%;
        height: auto;
    }

    nav {
        padding: 24px 20px;
    }

    nav ul {
        gap: 36px;
    }

    .services-title {
        font-size: 24px;
    }

    nav ul {
        width: 100%;
        height: auto;
        padding: 50px 0px;
        top: 100%;
        left: -130%;
        padding-left: 7%;
        padding-right: 60%;
        position: absolute;
        display: flex;
        gap: 40px;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        transition-duration: 0.7s;
        background-color: rgb(255, 255, 255)
    }

    section header nav label {
        display: block;
    }

    nav #burger:checked~ul {
        left: 0%;
        z-index: 100;
    }

    nav .button-container {
        /* gap: 47px; */
    }

    .animated-btn{
        padding: 12px 14px;
    }

    
}

/* mobile nav show burger */
@media (max-width: 768px) {
    /* nav {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    nav ul {
        display: none;
    }

    section header nav #burger,
    section header nav label {
        display: block;
    } */
}

/* SECTION ONE */
@media (max-width: 1200px) {
    .section-one {
        height: 560px;
        padding-bottom: 20px;
        /* background-image: url("./images/Section-one/982.svg"); */
    }

    .section-one .input-field {
        width: 84%;
        max-width: 720px;
    }

    .section-one .field-container {
        /* flex-direction: column; */
        /* gap: 12px; */
        /* align-items: stretch; */
        margin-bottom: 10px;
        gap: 16px;
    }

    .section-one .input::placeholder {
        font-size: 14px;
    }

    .section-one .button {
        height: 45px;
        padding: 16px;
    }
}

@media (max-width: 1118px) {
    .section-one {
        height: 520px;
        padding: 48px 16px;
        /* align-items: center; */
        /* background-image: url("./images/Section-one/tab.svg"); */
    }
}

@media (max-width: 768px) {
    .section-one {
        height: 450px;
        padding: 48px 16px;
        /* align-items: center; */
        /* background-image: url("./images/Section-one/tab.svg"); */
    }

    .section-one .field-container {
        /* flex-direction: column; */
        /* gap: 12px; */
        /* align-items: stretch; */
        margin-bottom: -20px;
    }

    .section-one .input-field {
        width: 100%;
        border-radius: 28px;
    }

    .toggle-label {
        width: 250px;
        height: 44px;
    }

    .toggle-slider {
        width: 82px;
        height: 35px;
        left: 6px;
    }

    .section-one .enter-your-email-to {
        font-size: 16px;
        line-height: 28px;
        white-space: normal;
    }

    .section-one .button {
        height: auto;
        padding: 7px 15px;
    }
}

@media (max-width: 666px) {
    .section-one {
        height: 393px;
        /* background-image: url("./images/Section-one/580.svg"); */
    }
}

/* SECTION TWO */
@media (max-width: 992px) {
    .section-two {
        padding: 36px 16px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .container-one,
    .container-two,
    .container-three {
        width: 33.333%;
    }
}

@media (max-width: 768px) {

    .container-one,
    .container-two,
    .container-three {
        width: 100%;
        margin-bottom: 16px;
    }
}

/* SECTIONS FOUR & FIVE stacking */
@media (max-width: 1024px) {

    .section-four,
    .section-five,
    .section-nine {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 60px;
    }

    .section-four .left-container,
    .section-four .right-container,
    .section-five .left-container,
    .section-five .right-container,
    .section-nine .left-container,
    .section-nine .right-container {
        width: 45%;
    }
}

@media (max-width: 768px) {

    .section-four,
    .section-five,
    .section-nine {
        flex-direction: column;
        padding: 32px 16px;
        gap: 24px;
    }

    .section-four .left-container,
    .section-four .right-container,
    .section-five .left-container,
    .section-five .right-container,
    .section-nine .left-container,
    .section-nine .right-container {
        width: 100%;
    }
}

/* SERVICES SCROLLING AREA responsive */
@media (min-width: 1440px) {
    :root {
        --scroll-visible-rows: 3;
        --scroll-card-height: 150px;
        --track-duration: 24s;
    }

    .grid-set {
        gap: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    :root {
        --scroll-visible-rows: 2;
        --scroll-card-height: 140px;
        --track-duration: 18s;
    }

    .grid-set {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    :root {
        --scroll-visible-rows: 2;
        --scroll-card-height: 120px;
        --track-duration: 14s;
    }

    .grid-set {
        grid-template-columns: 1fr;
        padding: 0 8px;
        gap: 12px;
    }

    .services-viewport .card {
        padding: 12px;
        gap: 10px;
        min-height: var(--scroll-card-height);
    }

    .services-viewport .card-thumb {
        flex: 0 0 var(--scroll-thumb-w);
    }
}

/* SECTION SEVEN responsive */
@media (max-width: 992px) {
    .section-seven {
        padding: 40px 16px;
    }

    .section-seven .left-container,
    .section-seven .right-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section-seven {
        flex-direction: column;
        gap: 30px;
    }

    .section-five .left-container {
        gap: 0px;
    }

    .section-seven .left-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-seven .right-container {
        gap: 0px;
    }


    .section-seven .right-container .container-one {
        gap: 10px;
    }
}

/* VERIFIED TASKERS responsive: left-align on desktop, center on mobile */
@media (max-width: 1200px) {
    .vt-grid {
        gap: 20px;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 2%;
    }

    .vt-card {
        height: 445px;
        width: min(48%, var(--card-width));
    }
}

@media (max-width: 767px) {
    .vt-card {
        width: min(92%, 520px);
        border-radius: 12px;
        align-items: center;
    }

    /* center on mobile */
    .vt-illustration {
        height: 160px;
    }

    .vt-body {
        align-items: center;
        text-align: center;
        padding: 16px;
    }
}

/* FAQ responsive */
@media (max-width: 992px) {
    .faq-section {
        padding: 56px 12px 32px;
    }

    .faq-heading {
        font-size: 32px;
    }

    .accordion {
        max-width: 92%;
        margin-inline: auto;
    }
}

@media (max-width: 420px) {
    .faq-heading {
        font-size: 24px;
        padding: 0 8px;
    }

    .accordion summary {
        padding: 14px;
        font-size: 15px;
    }

    .answer {
        padding: 12px;
        font-size: 14px;
    }
}

/* Footer responsive */
@media (max-width: 1200px) {
    .site-footer {
        padding: 56px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-links {
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 36px 16px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-links {
        gap: 30px;
    }

    .footer-desc {
        max-width: 100%;
    }
}

/* Minor typography tweaks for small screens */
@media (max-width: 992px) {
    .services-title {
        font-size: 24px;
    }

    .services-sub {
        font-size: 13px;
    }

    .card-text h3 {
        font-size: 15px;
    }

    .card-text p {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .services-title {
        font-size: 20px;
    }

    .services-sub {
        font-size: 12px;
    }
}

/* Utility: images responsive */
.section-seven .left-container img,
.vt-illustration,
.card-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Reduced-motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .services-track {
        animation: none !important;
        transform: none !important;
    }

    .vt-card:hover {
        transform: none;
        transition: none;
    }
}

/* ==================================================
   Responsive font scaling for style guide classes
   ================================================== */

/* ---------- Large tablets & small laptops (max-width: 1200px) ---------- */
@media (max-width: 1200px) {

    .fourteen-regular,
    .fourteen-medium,
    .fourteen-semi-bold {
        font-size: 13px;
    }

    .sixteen-regular,
    .sixteen-medium,
    .sixteen-semi-bold {
        font-size: 14px;
    }

    .eighteen-regular,
    .eighteen-medium,
    .eighteen-semi-bold,
    .eighteen-bold {
        font-size: 15px;
    }

    .twenty-regular,
    .twenty-medium,
    .twenty-semi-bold,
    .twenty-bold {
        font-size: 20px;
    }

    .twenty-two-regular,
    .twenty-two-medium,
    .twenty-two-semi-bold,
    .twenty-two-bold {
        font-size: 19px;
    }

    .twenty-four-regular,
    .twenty-four-medium,
    .twenty-four-semi-bold,
    .twenty-four-bold {
        font-size: 21px;
    }

    .thirty-two-regular,
    .thirty-two-medium,
    .thirty-two-semi-bold,
    .thirty-two-bold {
        font-size: 26px;
    }

    .thirty-six-regular,
    .thirty-six-medium,
    .thirty-six-semi-bold,
    .thirty-six-bold {
        font-size: 30px;
    }

    .fourty-two-regular,
    .fourty-two-medium,
    .fourty-two-semi-bold,
    .fourty-two-bold {
        font-size: 34px;
    }

    .fifty-regular,
    .fifty-medium,
    .fifty-semi-bold,
    .fifty-bold {
        font-size: 40px;
    }
}

/* ---------- Tablets (max-width: 992px) ---------- */
@media (max-width: 992px) {

    .fourteen-regular,
    .fourteen-medium,
    .fourteen-semi-bold {
        font-size: 12px;
    }

    .sixteen-regular,
    .sixteen-medium,
    .sixteen-semi-bold {
        font-size: 13px;
    }

    .eighteen-regular,
    .eighteen-medium,
    .eighteen-semi-bold,
    .eighteen-bold {
        font-size: 14px;
    }

    .twenty-regular,
    .twenty-medium,
    .twenty-semi-bold,
    .twenty-bold {
        font-size: 20px;
    }

    .twenty-two-regular,
    .twenty-two-medium,
    .twenty-two-semi-bold,
    .twenty-two-bold {
        font-size: 17px;
    }

    .twenty-four-regular,
    .twenty-four-medium,
    .twenty-four-semi-bold,
    .twenty-four-bold {
        font-size: 19px;
    }

    .thirty-two-regular,
    .thirty-two-medium,
    .thirty-two-semi-bold,
    .thirty-two-bold {
        font-size: 24px;
    }

    .thirty-six-regular,
    .thirty-six-medium,
    .thirty-six-semi-bold,
    .thirty-six-bold {
        font-size: 27px;
    }

    .fourty-two-regular,
    .fourty-two-medium,
    .fourty-two-semi-bold,
    .fourty-two-bold {
        font-size: 31px;
    }

    .fifty-regular,
    .fifty-medium,
    .fifty-semi-bold,
    .fifty-bold {
        font-size: 36px;
    }
}

/* ---------- Mobile landscape & small tablets (max-width: 768px) ---------- */
@media (max-width: 768px) {

    .fourteen-regular,
    .fourteen-medium,
    .fourteen-semi-bold {
        font-size: 11px;
    }

    .sixteen-regular,
    .sixteen-medium,
    .sixteen-semi-bold {
        font-size: 12px;
    }

    .eighteen-regular,
    .eighteen-medium,
    .eighteen-semi-bold,
    .eighteen-bold {
        font-size: 13px;
    }

    .twenty-regular,
    .twenty-medium,
    .twenty-semi-bold,
    .twenty-bold {
        font-size: 20px;
    }

    .twenty-two-regular,
    .twenty-two-medium,
    .twenty-two-semi-bold,
    .twenty-two-bold {
        font-size: 16px;
    }

    .twenty-four-regular,
    .twenty-four-medium,
    .twenty-four-semi-bold,
    .twenty-four-bold {
        font-size: 18px;
    }

    .thirty-two-regular,
    .thirty-two-medium,
    .thirty-two-semi-bold,
    .thirty-two-bold {
        font-size: 22px;
    }

    .thirty-four-regular,
    .thirty-four-medium,
    .thirty-four-semi-bold,
    .thirty-four-bold {
        font-size: 27px;
    }

    .thirty-six-regular,
    .thirty-six-medium,
    .thirty-six-semi-bold,
    .thirty-six-bold {
        font-size: 25px;
    }

    .fourty-two-regular,
    .fourty-two-medium,
    .fourty-two-semi-bold,
    .fourty-two-bold {
        font-size: 28px;
    }

    .fifty-regular,
    .fifty-medium,
    .fifty-semi-bold,
    .fifty-bold {
        font-size: 32px;
    }
}

/* ---------- Mobile portrait (max-width: 576px) ---------- */
@media (max-width: 576px) {

    .section-one {
        /* background-image: url("./images/Section-one/480.svg"); */
    }

    .section-one .field-container {
        gap: 15px;
        margin-bottom: px;
    }

    .section-one .enter-your-email-to-wrapper {
        height: 44px;
    }

    .fourteen-regular,
    .fourteen-medium,
    .fourteen-semi-bold {
        font-size: 10px;
    }

    .sixteen-regular,
    .sixteen-medium,
    .sixteen-semi-bold {
        font-size: 11px;
    }

    .eighteen-regular,
    .eighteen-medium,
    .eighteen-semi-bold,
    .eighteen-bold {
        font-size: 12px;
    }

    .twenty-regular,
    .twenty-medium,
    .twenty-semi-bold,
    .twenty-bold {
        font-size: 18px;
    }

    .twenty-two-regular,
    .twenty-two-medium,
    .twenty-two-semi-bold,
    .twenty-two-bold {
        font-size: 15px;
    }

    .twenty-four-regular,
    .twenty-four-medium,
    .twenty-four-semi-bold,
    .twenty-four-bold {
        font-size: 18px;
    }

    .thirty-two-regular,
    .thirty-two-medium,
    .thirty-two-semi-bold,
    .thirty-two-bold {
        font-size: 20px;
    }

    .thirty-four-regular,
    .thirty-four-medium,
    .thirty-four-semi-bold,
    .thirty-four-bold {
        font-size: 24px;
    }

    .thirty-six-regular,
    .thirty-six-medium,
    .thirty-six-semi-bold,
    .thirty-six-bold {
        font-size: 22px;
    }

    .fourty-two-regular,
    .fourty-two-medium,
    .fourty-two-semi-bold,
    .fourty-two-bold {
        font-size: 25px;
    }

    .fifty-regular,
    .fifty-medium,
    .fifty-semi-bold,
    .fifty-bold {
        font-size: 30px;
    }
}

@media (max-width: 510px) {
    .section-one .enter-your-email-to::placeholder {
        font-size: 12px;
    }

    .section-one .field-container-two {
        flex-direction: column;
    }

    .section-one .field-container {
        width: 80%;
        flex-direction: column;
        text-align: center;
    }

    .section-one {
        height: 252px;
        /* background-image: url("./images/Section-one/mobile.svg"); */
    }

    .section-one .field-container p{
        font-size: 18px;
    }

    .section-one .field-container {
        width: auto;
        margin-bottom: -14px;
    }

    .vt-card {
        height: auto;
    }
}

@media (max-width: 420px) {
    /* .section-one {
        height: 430px;
    background-image: url("./images/Section-one/380.svg");
    } */

    .section-one .field-container {
        width: auto;
        margin-bottom: -20px;
    }
}


/* @media (max-width: 420px) {
    .section-one {
    background-image: url("./images/Section-one/400.svg");
    }
} */


/* ---------- Extra small phones (max-width: 420px) ---------- */
@media (max-width: 420px) {

    .fourteen-regular,
    .fourteen-medium,
    .fourteen-semi-bold {
        font-size: 9px;
    }

    .sixteen-regular,
    .sixteen-medium,
    .sixteen-semi-bold {
        font-size: 10px;
    }

    .eighteen-regular,
    .eighteen-medium,
    .eighteen-semi-bold,
    .eighteen-bold {
        font-size: 11px;
    }

    .twenty-regular,
    .twenty-medium,
    .twenty-semi-bold,
    .twenty-bold {
        font-size: 16px;
    }

    .twenty-two-regular,
    .twenty-two-medium,
    .twenty-two-semi-bold,
    .twenty-two-bold {
        font-size: 13px;
    }

    .twenty-four-regular,
    .twenty-four-medium,
    .twenty-four-semi-bold,
    .twenty-four-bold {
        font-size: 14px;
    }

    .thirty-two-regular,
    .thirty-two-medium,
    .thirty-two-semi-bold,
    .thirty-two-bold {
        font-size: 18px;
    }

    .thirty-four-regular,
    .thirty-four-medium,
    .thirty-four-semi-bold,
    .thirty-four-bold {
        font-size: 20px;
    }

    .thirty-six-regular,
    .thirty-six-medium,
    .thirty-six-semi-bold,
    .thirty-six-bold {
        font-size: 20px;
    }

    .fourty-two-regular,
    .fourty-two-medium,
    .fourty-two-semi-bold,
    .fourty-two-bold {
        font-size: 22px;
    }

    .fifty-regular,
    .fifty-medium,
    .fifty-semi-bold,
    .fifty-bold {
        font-size: 26px;
    }
}