@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
:root, [data-bs-theme=light] {

    --bs-yellow: #D6F236;
    --bs-green: #198754;
        --bg: #fff;
}
 body {
            background-color: #fff; 
            font-family: "Poppins", sans-serif;
            background: #111 url('../images/thankyou-bg.png') repeat;
        }

        a:focus {
            outline: none;
        }

        .text-yellow {
            color: var(--bs-yellow);
        }
        .text-purple {
            color: #C587FF;
        }

        .left-section {
            background: transparent;
            /* height: 100%; */
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            /* margin-top: auto; */
        }
        
        .brand-text-dark {
            color: #fff;
        }
        .carousel-inner,
        .carousel-item {
            /* height: 100vh; */
            width: 100%;
            height: 700px;
        }
        

        .carousel-img {
            object-fit: contain;
            border-radius: 0;
            margin: 0 auto;
            max-width: 90%;
        }

        /* .logo-img img {
            filter: invert(1);
        } */

        .carousel-indicators [data-bs-target] {
            background-color: #fff;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            opacity: 1;
        }


        .carousel-indicators .active[data-bs-target] {
            width: 32px;
            border-radius: 5px;
            border-bottom: 0;
            border-top: 0;
            margin: 10px 3px;
             background-color: #D6F236;
        }

        .img-shadow {
            position: relative;
            overflow: hidden;
            border-radius: 30px;
            background: #fff;
            height: 700px;
            }

             .img-shadow .carousel.slide {
                max-height: 700px;
             }

        .img-shadow::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px; /* Adjust height as needed */
            background: linear-gradient(
                0deg,
                rgba(0, 0, 0, 0.5) 0%,
                rgba(0, 0, 0, 0) 100%
            );
            border-radius: 0 0 30px 30px;
            pointer-events: none;
        }

        .form-section {
            padding: 105px 105px 105px 105px;
        }

        .pr-105 {
            padding-right: 105px;
        }

 

        .form-section h2 {
            font-weight: bold;
        }

        .form-section h4 {
            color: #fff ;
        }

        .btn-purple,  .btn-purple:hover, .btn-purple:focus{
            background-color: #D6F236;
            color: #202020;
            border-radius: 4px;
            padding: 11px 25px;
        }

        /* .btn-purple:hover {
            background-color: #5b1ec9;
            color: #fff;
        } */

        .password-rules {
            font-size: 14px;
            margin-top: 10px;
            padding-left: 16px;
        }

        p {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            opacity: 0.75;
        }

         .tnc {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            color: #202020;
            font-family: "Poppins", sans-serif;
        }
        .modal-title {
             font-family: "Poppins", sans-serif;
        }
        .password-rules p {
            color: #fff;
          
        }

        .back-link svg > path {
            stroke: #fff;
        }
        .password-rules li {
            margin-bottom: 5px;
            color: #fff;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .error {
            color: #e71919;
            font-size: 12px;
        }
        .error > a {
            color: #fff;
            text-decoration: none;
        }
        .success {
            color: green;
            font-size: 12px;
        }
        .resend_otp {
            display: none;
            font-size: 12px;
            margin-top: 5px;
            opacity: 1;
            color: #fff;
        }
        .alert{
            padding: 10px;
        }

        .valid {
            color: green !important;
        }

        .invalid {
            color: #FF8682 !important;
        }

        .brand-text-danger {
            color: #FF8682;
        }

        .form-check-label a, .small-text a {
            text-decoration: none;
                color: var(--bs-yellow);
        }
        .brand-text-light, .form-check-label {
            color: #fff;
        }
        .small-text {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            opacity: 1;
            color: #fff;
        }
        .input-container {
            position: relative;
        }

        .input-container .form-control:focus {
            box-shadow: none;
            border-color: #fff;
        }

         .input-container .form-control {
            border-radius: 4px;
            border-color: #fff;
         }

         .input-group .input-container .form-control,  .input-group .input-container .form-control:focus {
            border :0;
         }

         .h-56 {
            height: 56px;
         }
          .input-group {
            border-radius: 4px;
            border: 1px solid #fff;
          }

        .input-container .form-control {
            width: 100%;
            padding: 8px 16px;
            font-size: 12px;
            outline: none;
            height: 56px;
            color: #fff;
            background-color: #000;
        }


        .input-container .form-control::placeholder{
            color: #fff;
        }

       .input-container label {
            position: absolute;
            left: 16px;
            top: 50%;
            color: #fff;
            background: #000;
            transition: all 0.2s ease;
            pointer-events: none;
            transform: translateY(-50%);
            font-size: 12px;
        }

    /* Float the label when input is focused or has value */
    .input-container .form-control:focus + label,
     .input-container .form-control:not(:placeholder-shown) + label {
      top: 0;
      left: 16px;
    }

    .input-eye-icon {
        position: relative;
    }

    .input-eye-icon .btn { 
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-47%);
    }

    /* Hide default checkbox */
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #fff; /* Neon-like green background */
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
}

/* Checkbox focus outline (for accessibility) */
.custom-checkbox:focus {
  outline: none;
      box-shadow: none;
      border: 2px solid #fff;
}

/* Checkmark */
.custom-checkbox:checked::after {
  content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #202020;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    --bs-form-check-bg-image: none;
}

/* Optional: spacing between checkbox and label */
.custom-checkbox-container label {
  margin-left: 8px;
  cursor: pointer;
}

.form-check-input.custom-checkbox:checked {
    background-color: #D6F236;
    border-color: #D6F236;
    box-shadow: none;
    outline: none;
}

  .video-box {
            background-color: #d9d9d9;
            height: 230px;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .tutorial-title {
            font-size: 16px;
            margin-top: 15px;
            font-weight: 500;
            color: #fff;
        }

        .homepage-link:hover {
            text-decoration: underline;
        }

        .social-section {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .social-section span {
            font-weight: 500;
        }

        .social-section i {
            font-size: 22px;
            cursor: pointer;
            color: #fff;
        }

        .social-section i:hover {
            color: #D6F236;
        }

        /* thankyou page code */
        .h100-vh {
            height: 100vh;
        }
        .h-inherit {
            height: inherit;
        }
        .thankyou-wrapper {
            /* background: #111 url('../images/thankyou-bg.png') no-repeat; */
            height: 100vh;
        }
 .thankyou-wrapper .logo-img img {
    filter: blur(0);
 }
        .wtsp-btn {
            border-radius: 4px;
            background: #FFF;
            display: flex;
            height: 48px;
            min-width: 400px;
            padding: 8px 16px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
            align-self: stretch;
            color: #202020;
            font-family: Poppins;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

        .footer-wrapper {
            padding-bottom: 80px;
        }

         .page-height {
            height: auto;
         }

        @media (max-width: 600px) {
        
        .thankyou-wrapper {
            padding: 0 20px;
        }
        p, .tutorial-title {
            font-size: 15px;
        }

         .footer-wrapper a, .social-section span {
            font-size: 15px !important;
         }
       
      }
       @media (max-width: 767px) {
        .tutorial-title {
            margin-bottom: 15px;
        }
        .wtsp-btn {
            min-width: 100%;
            margin: 20px 0;
        }
         .form-section {
            padding: 50px;
        }

       }

       @media (min-width:768px) and (max-width: 991px) {
        .wtsp-btn {
            min-width: auto;
            margin: 0 15px;
        }
         .footer-wrapper a, .social-section span {
            font-size: 15px !important;
         }
        
       }

       @media (min-width:1024px) and (max-width: 1150px) { 
        /* .page-height {
            height: 100vh;
         } */
          .img-shadow {
            margin: 0 105px;
          }
       }

       @media (min-width: 1280px) {
            .pl-0 {
                padding-left: 0 !important;
            }

            .pl-105 {
                padding-left: 105px;
            }
       }