 @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{
            background-color: #D6F236;
            color: #202020;
            border-radius: 4px;
            padding: 11px 25px;
        }
        .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
            background-color: #D6F236 !important;
        }
        /* .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: #c10;
          font-weight: 400;
          font-size: 12px;
          display: block;
        }
        .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,
.input-container:has(.form-control:focus) label,
.input-container:has(.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;
         }


/* new login page css start */
.login-bg {
    background: #000;;
}
.new-logo {
    position: absolute;
    top: 20px;
    left: 25px;
}
.video-parent {
    /* height: calc(var(--vh, 1vh) * 100 - 330px); */
  overflow: hidden;
  position: relative;
      padding-top: 65px;
}
.video-parent video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.small-title img{
	height: 16px;
    margin-right: 15px;
}
.wrapper-padding {
    padding: 25px 25px;
}
.btn-brand-login {
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    padding: 0;
    color: #202020;
    background: rgb(214 242 54);
    border-color:rgb(214 242 54);
    margin-top: 15px;
    padding: 14px;
}
.btn-brand-login:hover, .btn-brand-login:focus {
    background: rgb(214 242 54);
    border-color:rgb(214 242 54);

}
#soundBtn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding: 5px;
    background: rgb(214 242 54);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.login-support-wrapper {
    margin-bottom: 25px;
    text-align: center;
}
.registernewform {
  border-radius: 18px;
  border: solid 1px #fff;
  padding: 68px;
}
.iti {
  width: 100%
}

.iti__selected-dial-code,
.iti__arrow {
  color: #fff;
border-top-color: #fff;
font-size:12px;
}

.input-container:has(.iti) label {
  left: 76px;
}
.input-container:has(.iti):has(.form-control:focus) label,
.input-container:has(.iti):has(.form-control:not(:placeholder-shown)) label {
  left: 16px; /* Move to normal position when floating */
}
.px-36 {
    padding: 0 25px;
} 
.btn-otp {
    font-size: 12px;
    padding: 5px 15px;
    height: 100%;
    font-weight: 600;
}
.registernewform .input-container .form-control {
    height: 45px;
}
.registernewform .password-rules li {
    font-size: 10px;
}
.form-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 26px;
}
.form-header h4{ 
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    color:#fff;
}
.form-header p {
    font-size: 7.5px;
    margin-bottom: 0;
    color:#fff;
}
.form-header div {
    margin: 3px 0;
}
.registernewform .btn-otp {
    height: 45px;
    display: flex;
    align-items: center;
justify-content:center;
}
.p-25 {
padding: 25px;
}
/* new login page css end */

        @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;
         }

         .registernewform {
                padding: 20px;
        }
       
      }
       @media (max-width: 767px) {
        .tutorial-title {
            margin-bottom: 15px;
        }
        .wtsp-btn {
            min-width: 100%;
            margin: 20px 0;
        }
	.login-bg .wtsp-btn {
		margin: 0;
	}
         .form-section {
            padding: 50px;
        }
        .video-parent {
            width: 100%;
       }
       }

       @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;
         }
         .video-parent {
            width: 100%;
       }
        
       }

       @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;
            }
       }
       @media (min-width:1024px) {
       .video-parent {
        margin: 0 auto;
       }

       }

.disable-click {
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
    opacity: 0.6;
}