@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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');
/* .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
} */

html,
body,
section {
    margin: 0;
}

.topLayer {
    display: grid;
    align-items: center;
}

.main {
    padding: 24px;
    min-height: 100vh;
}

.bg-dark-pattern {
    background-image: url('/assets/images/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 80vh; */
}

.content {
    border-radius: 16px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    min-height: 95vh;
}

.leftContent {
    padding-right: 40px;
}

.align-items-center {
    align-items: center;
    display: flex;
}

/* register page */
.bg-light {
    background-color: #e8ddc7 !important;
}

.text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    /* leading-trim: NONE; */
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    /* margin-top: 30px; */
}

.mgt-30 {
    margin-top: 30px;
}

.logo {
    max-width: 280px;
}

.rightContent {
    border: 1px solid rgba(255, 248, 211, 1);
    padding: 60px;
    border-radius: 16px;
    background-image: url('/assets/images/form-1.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.customLink {
    border: 1px dashed rgba(255, 248, 211, 1);
    padding: 40px 10px;
    background-image: url('/assets/images/lines.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.customLink:hover {
    text-decoration: none;
}

.customLink .linkName {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}

.customLink .icon {
    width: 56px;
    height: 56px;
    margin-right: 10px;
}

/* end register */

/* Choose Opotion */
.bg-tabBox {
    background-image: url('/assets/images/tab-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px;
    border: 1px solid rgba(255, 248, 211, 1);
    border-radius: 16px;
    margin-top: 75px;
    background-color: rgba(0, 0, 0, 0) !important;
}

.choose-option .para {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /* font-style: SemiBold; */
    font-size: 36px;
    /* leading-trim: NONE; */
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 248, 211, 1);
    margin-bottom: 50px;
}

.tabButtons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
}

.tabButtons button {
    background-color: rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    border: none;
    width: 100%;
}

.tabs .tabButtons button.active {
    background-color: rgba(255, 248, 211, 1);
    color: rgba(51, 51, 51, 1);
    border-bottom-color: rgba(0, 0, 0, 0) !important;
}

.buttonBox.active {
    border: 2px solid #fff8d3;
    background-color: #fff8d3;
    background-image: none;
}

.buttonBox .customLink.selected {
    border-style: solid;
}

.tabs .hide {
    display: none;
}

.PhoneInputCountrySelectArrow {
    height: 10px;
    width: 10px;
    margin-left: 10px;
    color: #c9a24b;
    margin-top: -6px;
}

.tabs .show {
    display: block;
}

.formButtons {
    display: flex;
    gap: 60px;
}

.buttonBox {
    background-image: url('/assets/images/buttonbox.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px;
    border-radius: 16px;
    flex-grow: 1;
    cursor: pointer;
}

.buttonBox .customLink {
    flex-direction: column;
}

/* End Choose option */

/* Application Form */
.appform .rightContent {
    background-image: url('/assets/images/app-form-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 248, 211, 1);
}

.formBox {
    background-image: url('/assets/images/app-form-bg-2.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 8px;
}

.formBox form label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
}

.formBox form input[type='text'],
.phone-input-with-country,
.formBox form input[type='email'],
.formBox form input[type='date'],
.formBox form input[type='number'],
.formBox form textarea,
.formBox form select
 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(255, 248, 211, 0.48);
    border-radius: 6px;
    padding: 8px 16px;
    color: #fff;
}

.formBox form input[type='tel'] {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 248, 211, 0);
    border-radius: 6px;
    padding:0 16px;
    color: #fff;
}

.phone-input-with-country:focus,
.formBox form input[type='email']:focus,
.formBox form input[type='text']:focus,
.formBox form input[type='tel']:focus {
    outline: none;
    border-color: 1px solid rgba(255, 248, 211, 0.48);
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0);
}

.formBox form .form-group {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.form-group .item {
    width: 50%;
}

.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
    flex-grow: 1;
}

#company-search {
    padding: 8px 30px;
    min-height: 44px;
}

.otp-container input {
    max-width: 80px !important;
    height: 45px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.3s;
    background-color: rgba(0, 0, 0, 0.23);
    border: 1px solid rgba(255, 248, 211, 0.48);
    color: #fff;
}

.otp-container input:focus {
    border-color: rgba(255, 248, 211, 1);
}

.input-with-button {
    display: flex;
    gap: 10px;
    align-items: center;
}

.input-with-button input {
    flex: 1;
}

.verify-btn {
    background-color: rgba(190, 139, 44, 1);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 100px;
}

.verify-btn:hover {
    background-color: rgba(160, 119, 37, 1);
}

.verify-btn:disabled {
    background-color: rgba(100, 100, 100, 1);
    cursor: not-allowed;
}

.otp-verification {
    margin-top: 15px;
}

/* .otp-verify-btn {
  background-color: rgba(190, 139, 44, 1);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 15px auto 0;
} */

.otp-verify-btn:hover {
    background-color: rgba(160, 119, 37, 1);
}

.otp-verify-btn:disabled {
    background-color: rgba(100, 100, 100, 1);
    cursor: not-allowed;
}

.verification-note {
    color: rgba(255, 248, 211, 1);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.reg-error {
    font-size: 12px;
    color: red;
    padding-top: 10px;
}

.error {
    display: none;
    font-size: 12px;
    color: red;
    padding-top: 10px;
}

.submitBtn {
    background-color: rgba(190, 139, 44, 1);
    width: 100%;
    border-radius: 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px 16px;
    margin-top: 30px;
}

/* End Application Form */
/* Qr Code */

.imgDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;

    .logo {
        border-right: 1px solid #fff;
    }
}

.nameimg {
    width: 200px;
}

.qrcodeBox {
    margin-top: 90px;
    position: relative;
}

.patternImg {
    position: relative;
    width: 100%;
    /* height: 400px; */
    object-fit: contain;
}

.qrcode {
    position: absolute;
    width: 200px;
    height: 200px;
    /* object-fit: contain; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.agentId {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(190, 139, 44, 1);
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    /* leading-trim: NONE; */
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    width: 90%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);

    span {
        color: rgba(192, 153, 73, 1);
    }
}

.agentName {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 34px;
    /* leading-trim: NONE; */
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: rgba(192, 153, 73, 1);
    margin-bottom: 0;
    margin-top: 30px;
}

.agencyName {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
}

/* End */

/* User data  */
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-family: sans-serif;
    color: #fff;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

.custom-checkbox input {
    display: none;
    /* hide default checkbox */
}

.checkbox-box {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 248, 211, 0.48);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s;
}

.checkbox-circle {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(192, 153, 73, 1);
    /* gold circle */
    opacity: 0;
    transition: opacity 0.2s;
}

.custom-checkbox input:checked + .checkbox-box .checkbox-circle {
    opacity: 1;
}

.custom-checkbox input:checked + .checkbox-box {
    border-color: #c9a24b;
}

.form-element {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    display: flex;
}

/* Mobile responsive styles for form elements */
@media (max-width: 640px) {
    .form-element {
        flex-direction: column;
    }

    .form-element .selectButton {
        width: 100%;
        margin-bottom: 8px;
    }

    .form-element .selectButtonValue {
        width: 100%;
        margin-left: 0 !important;
    }
}

.userForm {
    margin-top: 70px;
    background-color: rgba(27, 26, 26, 1);
    padding: 30px;
    border-radius: 20px;
}

/* Mobile responsive styles for userForm */
@media (max-width: 640px) {
    .userForm {
        margin-top: 30px;
        padding: 20px 15px;
    }
}

.userData {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.selectButton {
    border: 1px solid rgba(232, 221, 199, 1);
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
    background-color: rgba(27, 26, 26, 1);
    min-height: 36px;
    min-width: 60px;
    padding: 4px 6px;
}

.selectButton.active {
    background-color: #c9a24b;
}

.selectButtonValue {
    /* display: none; */
    /* hide inputs initially */
    /* margin-left: 10px; */
    background-color: rgba(27, 26, 26, 1);
    border: 1px solid #c9a24b;
    border-radius: 4px;
    color: #fff;
    min-height: 36px;
    /* padding: 4px 6px; */
    width: 100%;
    padding: 0 16px;
}

.selectButtonValue:focus {
    border-color: #c9a24b;
    outline: none;
}

.form-element.active .selectButtonValue {
    display: inline-block;
    /* show input when active */
}

.userForm .submitBtn {
    background-color: rgba(190, 139, 44, 1);
    width: auto;
    border-radius: 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 16px;
    margin-top: 30px;
}

/* End user Data */

/* congratulation */
.bg-congo {
    background-image: url('/assets/images/congo.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* padding: 30px; */
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: center;

    .congoratulationsText {
        border-top: 1px solid rgba(192, 153, 73, 1);
        border-bottom: 1px solid rgba(192, 153, 73, 1);
        padding: 30px 10px;
    }

    .name {
        color: rgba(192, 153, 73, 1);
        font-size: 3.5vw;
        text-align: center;
        margin-top: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }

    .para {
        color: rgba(0, 0, 0, 1);
        text-align: center;
        font-size: 1.2vw;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }

    .price {
        color: rgba(192, 153, 73, 1);
        font-size: 2.7vw;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }

    .logo {
        max-width: 35vw;
    }

    .bg-white {
        background-color: #fff;
    }
}

/*end */

.nextBtn {
    background-color: rgba(190, 139, 44, 1);
    width: auto;
    border-radius: 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 16px 30px;
    margin-top: 30px;
}

.otpNumbersBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.otpNumbersBox .otp-verify-btn {
    flex-grow: 1;
}

.otpNumbersBox .otp-verify-btn:hover {
    background-color: rgba(160, 119, 37, 1) !important;
}

/* thank you */
.thank-you {
    background-image: url('../images/thank-you.webp');
    background-size: 100% 100%;
    padding: 0;
    background-repeat: no-repeat;
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-black {
    background-color: #000;
    min-height: 80vh;
    display: block;
    width: 100%;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-black::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    /* border thickness */
    border-radius: 30px;
    background: linear-gradient(90deg, #a0803a -0.08%, #b99348 24.96%, #f9e792 51%, #b99348 75.04%, #a0803a 100.08%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.thank-you {
    .logo {
        max-width: 18vw;
    }

    .thankYou {
        max-width: 30vw;
    }

    .backtohome {
        max-width: 20vw;
    }

    .para {
        margin-top: 30px;
        font-size: 1.3vw;
        text-transform: uppercase;
        text-align: center;
        color: #fff;

        a {
            color: #c9a24b;
            text-decoration: none;
        }
    }
    .yourqrcode {
        margin: 30px 0 10px !important;
    }
    .con-info {
        font-size: 1vw;
        font-weight: 400;
        margin: 0px 0 20px !important;
    }
}

/* end */

/* Override default styles for react-phone-number-input */
.PhoneInputCountry {
    background-color: rgba(0, 0, 0, 0);
    color: white !important;
}

.PhoneInputCountrySelect {
    background-color: #333 !important;
    color: white !important;
}

.PhoneInputCountrySelect-arrow {
    color: white !important;
}

.PhoneInputCountrySelect:focus,
.PhoneInputCountrySelect:hover {
    background-color: #444 !important;
}

/* Style the dropdown menu */
.PhoneInputCountrySelect-menu {
    background-color: #333 !important;
    color: white !important;
    border: 1px solid #555 !important;
}

/* Style individual options in the dropdown */
.PhoneInputCountrySelect-option {
    background-color: #333 !important;
    color: white !important;
}

.PhoneInputCountrySelect-option:hover,
.PhoneInputCountrySelect-option--isFocused {
    background-color: #555 !important;
}

.PhoneInputCountrySelect-option--isSelected {
    background-color: #007bff !important;
    color: white !important;
}

.flex-row {
    flex-direction: row !important;
}

/* congratulations */
.congratulationsVideo {
    margin: 0;
    padding: 0;
}
#fullscreen-video {
    /* Full viewport dimensions */
    width: 100vw;
    height: 100vh;
    /* Maintain aspect ratio and cover the entire container */
    object-fit: cover;
    /* Position it absolutely to cover everything */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Place the video behind other potential content */
}

.userContent {
    position: absolute;
    z-index: 1;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vincitoreImg {
    display: block;
    width: 15vw;
    margin: auto;
}
.congratulationsText {
    margin-top: 0vh;
    font-size: 3.5vw;
    color: #fff;
    border-bottom: 5px solid #c9a24b;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.userName {
      font-size: 2.5vw;
    margin-top: 1.2vh;
    color: #fff;
    /* border-bottom: 5px solid #c9a24b; */
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.userpara {
    margin-top: 2vh;
    font-size: 1.5vw;
    font-weight: 600;
    color: #fff;
    /* border-bottom: 5px solid #c9a24b; */
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.userprice {
    margin-top: 2vh;
    font-size: 2.5vw;
    font-weight: 600;
    color: #fff;
    /* border-bottom: 5px solid #c9a24b; */
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.empowere-vincitore {
    margin-top: 1vh;
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
    /* border-bottom: 5px solid #c9a24b; */
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
/* end congratulations */

.color-white {
    color: #fff;
}

/* Table */
.selectApartmentValues {
    p {
        color: #c9a24b;
    }

    table {
        width: 100%;
    }

    table tr td {
        border: 1px solid #c9a24b;
        border-collapse: collapse;
        padding: 16px;
    }
}
/* Table */

hr {
    background-color: #c9a24b;
    height: 1px;
}

.userDetailsBox {
    /* display: flex;
    justify-content: space-between; */
    border-bottom: 1px solid #c9a24b;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.congratulation-for-reg {
    max-width: 100%;
    width: fit-content;
}
.fw-400 {
    font-weight: 400 !important;
}
