
    /* MAIN CONTAINER - Holds all visual elements together */
    .main-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      z-index: 0;
    }

    .navbar-custom {
      background-color: #FFFFFF !important;
      box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2000;
    }

    .thank-you-partners {
      width: 20vw;
      min-width: 245px;
      background: #fff;
      z-index: 2000;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transform: translateX(100%);
      visibility: visible;
      opacity: 0;
      transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
      pointer-events: none;
      height: 80vh !important;
      top: 10% !important;
    }

    .thank-you-partners.active {
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto;
    }

    .thank-you-container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1.5rem 0;
    }

    .thank-you-title {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      color: #000;
      font-size: 1.2rem;
      letter-spacing: 1px;
    }

    .partner-logo {
      max-width: 90px;
      max-height: 50px;
    }

    .action-button {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
    }

    .explore-text {
      font-family: 'Poppins', sans-serif;
      font-size: 1rem;
      color: #222;
      margin-top: 0.5rem;
    }

    .footer-section {
      background-color: #f8f9fa;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 500;
      width: 100%;
    }

    .footer-brand-image {
      width: 100%;
      height: auto;
    }

    @media (max-width: 990px) {
      .footer-brand-image {
        max-height: 15px;
        object-fit: revert-layer;
        width:auto;
        background-color:#fff;
      }
      
      .partner-logo {
      max-width: 35px !important;
      max-height: 50px;
    }
    
    .action-button {
  font-family: 'Poppins', sans-serif;
  font-size: 0.5rem;
}
      
      
      
    }
    
    
   
    
    
    

    /* Scroll Progress Bar */
    .scroll-progress-container {
      width: 100%;
      height: 4px;
      background: #f0f0f0;
      position: relative;
      z-index: 1000;
      opacity: 1;
      visibility: visible !important;
    }

    .scroll-progress-bar {
      height: 100%;
      background: #F7D24D;
      width: 0%;
      transition: width 0.1s ease;
    }


    label {
      display: block;
      margin-top: 10px;
    }

    input,
    textarea {
      width: 100%;
      padding: 8px;
      margin-top: 5px;
    }

    button {
      margin-top: 15px;
      padding: 10px 15px;
    }

    #response {
      margin-top: 20px;
      padding: 10px;
    }

    .terms-wrapper {
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      margin-top: 15px;
    }

    /* hide the default checkbox */
    .terms-wrapper input[type="checkbox"] {
      display: none;
    }

    /* slider */
    .terms-wrapper .slider {
      width: 40px;
      height: 20px;
      background: #ccc;
      border-radius: 20px;
      position: relative;
      transition: 0.3s;
    }

    /* circle inside slider */
    .terms-wrapper .slider::before {
      content: "";
      width: 16px;
      height: 16px;
      background: white;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 2px;
      transition: 0.3s;
    }

    /* checked state */
    .terms-wrapper input[type="checkbox"]:checked+.slider {
      background: #2196F3;
    }

    .terms-wrapper input[type="checkbox"]:checked+.slider::before {
      transform: translateX(20px);
    }

    .label-text {
      font-weight: bold;
    }

    .terms-note {
      font-size: 14px;
      margin: 5px 0 15px 48px;
      /* align with toggle */
    }

    .form {
      /* transition: transform 0.6s ease-out, opacity 0.6s ease-out;
      transform: translateX(0%); */
      visibility: visible;
      opacity: 1;
      width: 25vw;
      min-width: 320px;
      background: #fff;
      z-index: 2000;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* transform: translateX(100%); */
      visibility: visible;
      transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
      pointer-events: none;
      top: 10% !important;
      right: 20% !important;
      z-index: 9999999999999 !important;
    }

    form {
      max-width: 500px !important;
      margin: 0px 30px;
      padding: 20px;
      border: 1px solid #ccc;
      width: 70px;
    }

    /* Form Modal Styles */
    .formimage-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 10000;
      align-items: center;
      justify-content: center;
    }

    .formimage-modal .close-modal11 {
      position: absolute;
      top: 15px;
      right: 25px;
      font-size: 30px;
      color: #fff;
      cursor: pointer;
      z-index: 10001;
    }

    .formimage-modal .close-modal11:hover {
      color: #ccc;
    }

    .form {
      /* transition: transform 0.6s ease-out, opacity 0.6s ease-out;
      transform: translateX(0%); */
      visibility: visible;
      opacity: 1;
      width: 25vw;
      min-width: 320px;
      background: #fff;
      z-index: 2000;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      pointer-events: auto;
      position: relative;
      border-radius: 10px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 20px;
    }

    form {
      max-width: 650px !important;
      margin: 0px 30px;
      padding: 20px;
      border: 1px solid #ccc;
      width: auto;
    }
    
    @media (max-width: 1080px) {
        
#form h3 {
    font-size: 15px;
}
form{padding: 0 10px;}

label {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}
input, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    height: 20px;
}
#form button {
    margin-top: 5px;
    padding: 1% 2%;
    font-size: 10px;
    margin-bottom: 5px;
}
.terms-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-top: 8px;
    font-size: 10px;
}
.terms-note {
    font-size: 9px;
    margin: 0px 0 5px 48px;
}
    }
    .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  cursor: pointer;
}

.form-check-label {
  margin-left: 5px;
  font-size: 0.9rem;
  color: #333;
}

.form-check-input[type=checkbox] {
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
}