@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --Black: #282b2a;
    --green: #22aa6c;
    --ivory: #fff9f0;
    --gray: #5b5b5b;
}

* {
    box-sizing: border-box;
}
body {
    margin: 0 auto;
    display: block;
    background-color: #fff9f0;
    color: #282b2a;
}
.greenBG {
    background: #22aa6c !important;
}
.navbar {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center !important;
}
.logo {
    width: 91px;
    height: 51px;
    display: block;
    background: url(../img/logo.svg) no-repeat center top;
    background-size: cover;
    margin: 25px 0 0 0;
}
.waitlistBtn {
    text-decoration: none !important;
    color: #fff9f0;
    border: 1px solid #22aa6c;
    transition: all 0.3s ease;
}
.waitlistBtn:hover {
    text-decoration: none !important;
    color: #22aa6c;
    background: none;
    border: 1px solid #22aa6c;
}
.waitlistBtn:hover .findOneHeading {
    color: #22aa6c !important;
}
.footerNotes {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    color: #1e1e1e;
    font-size: 12px;
}
.footerNotes2 {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    color: #1e1e1e;
    font-size: 12px;
    margin-top: 25px;
}
.footerNotesNormal {
    width: 100% !important;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between !important;
    color: #1e1e1e;
    font-size: 12px;
    font-family: "Roboto", sans-;
    margin: 25px 0;
}
.footerNotesNormal a,
.footerNotesNormal p,
.footerNotesNormal2 a,
.footerNotesNormal2 p {
    margin: 0;
    display: block;
}
.footerNotes p,
.footerNotes2 p {
    margin-bottom: 0;
}
.robotoReg {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.normalBtn {
    color: #1e1e1e;
    text-decoration: none;
}

.mainContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    left: 50%;
}
.loveHand {
    width: 65px;
    height: 125px;
}
.findOneHeading {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 94%;
    letter-spacing: -4%;
    text-align: center;
    margin: 25px auto 40px auto;
}
.successHeading {
    padding: 0 40px;
    font-family: "Merriweather", serif;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.821%; /* 63.492px */
    letter-spacing: -2px;
}
.successTag {
    width: 60%;
    color: #fff9f0;
    text-align: center;
    /* Body Medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 0 0;
}
.waitlistBtn {
    display: flex;
    width: 208px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #22aa6c;
    color: #fff9f0;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 180% */
    border-radius: 100px;
}
.formWrap {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}
.icon {
    width: 46px;
    height: 55px;
    background: url(../img/icon.svg) no-repeat top left;
    background-size: cover;
    margin: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.formContent {
    color: #fff9f0;
    padding: 0 25px;
    position: relative;
    margin-top: 25vh;
    width: 100%;
}
.formHeading {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.formCopy {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.form {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.submitBtn {
    all: unset; /* Resets all native styles on iOS & Safari */
    display: flex;
    width: 100%;
    padding: 22px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    border: none;
    border-radius: 100px;
    outline: none;
    background-color: #fff; /* Set your button bg here */
    color: #14985b; /* Set text color */
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none; /* Critical for iOS/Safari */
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    transition: all 0.3s ease;
}
.submitBtn:focus,
.otpBtn:focus {
    transform: scale(1.05);
    outline: none;
}
.otpBtns {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.otpPara {
    margin-top: 20px;
}
select {
    font-family: Roboto !important;
    font-size: 18px !important;
    color: #282b2a;
    width: 100%;
    height: auto;
    padding: 8px 0;
    background: none;
    outline: none;
    border: none;
    font-weight: 500;
    border-bottom: 1px solid #282b2a;
    margin-bottom: 20px !important;
}

.iti {
    width: 100% !important;
    display: block !important;
}
.fieldStyle {
    font-family: Roboto;
    font-size: 18px;
    color: #ffffff;
    width: 100% !important;
    height: auto;
    padding: 8px 0;
    background: none;
    outline: none;
    border: none;
    font-weight: 500;
    border-bottom: 1px solid #282b2a;
    margin-bottom: 20px !important;
}
#email {
    margin-top: 20px !important;
}
option {
    color: #282b2a;
}
.iti__country-list {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: calc(100vw - 50px) !important;
    height: 60vh !important;
    max-height: 60vh !important;
    overflow-y: auto !important;

    border: none !important;
    outline: none !important;
    background: #0e8c52 !important;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #f9faf6 !important;
    padding: 0 20px;
    z-index: 9999; /* ensure it stays on top */
}
.iti__divider {
    display: none !important;
}
.iti__country {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 20px;
    gap: 10px;
    white-space: normal !important;
}

/* Keep flag and name together on left */
.iti__flag-box,
.iti__country-name {
    flex-shrink: 0;
}

/* Move dial code to far right */
.iti__dial-code {
    margin-left: auto !important;
    color: #fff !important;
}
.iti__country-name {
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.iti__country-name {
    color: #f9faf6 !important;
    font-weight: 400;
    padding-left: 10px;
}
.iti__country {
    position: relative;
    padding: 20px !important;
    color: #f9faf6 !important;
    box-sizing: border-box !important;
}

.iti__country::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #282b2a; /* or any color */
}

.iti__selected-flag {
    background: none !important;
    padding-left: 0px !important;
}
.iti__selected-dial-code {
    color: #282b2a;
    font-family: "Roboto";
    font-size: 18px !important;
    font-weight: 500;
}

.iti__country-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
.iti__dial-code {
    color: #f9faf6 !important;
    font-weight: 500;
}
select:focus,
.fieldStyle:focus,
.fieldStyle:active {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.fieldStyle::placeholder {
    color: #282b2a;
}
.otpBtn {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 22px;
    width: 100%;
    border-radius: 100px;
    border: 2px solid #282b2a;
    outline: none;
    background: none;
    transition: all 0.3s ease;
    color: #282b2a;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.otpBtn:focus,
.otpBtn:active {
    background: #fff9f0;
    border: 2px solid #fff9f0;
}
#resendNote {
    margin-top: -15px;
    margin-bottom: 35px;
    font-size: 14px;
    display: none;
}

.success {
    background: #22aa6c !important;
}
.greenHeading {
    font-family: "Merriweather", serif;
    color: #22aa6c;
    font-size: 26px;
}
.normalText {
    font-size: 16px;
    font-family: "Roboto";
    color: #282b2a;
}
.subHeading {
    color: #555;
    font-family: "Roboto";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.content {
    margin: 50px 0;
    padding: 50px 25px 0px 25px;
    border-top: 1px solid #ccc;
}
table {
    font-family: arial, sans-serif;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2fff9;
}
.termsGreenBlock {
    padding: 40px;
    border-radius: 10px;
}

.termsGreenBlock h1 {
    margin-bottom: 20px;
    color: white !important;
}

.termsGreenBlock p {
    color: white !important;
    margin-bottom: 0px;
}
.greenBG .greenHeading {
    color: #fff;
}
.BigHeading {
    font-size: 55px;
}
.padding45 {
    width: 100%;
    height: auto;
    display: block;
    padding: 45px !important;
    margin-top: 50px;
}
table {
    width: 100%;
    table-layout: fixed; /* Forces columns to divide space equally */
    border-collapse: collapse;
}

td,
th {
    word-wrap: break-word; /* Wrap long words */
    overflow-wrap: break-word; /* Modern equivalent */

    text-align: left;
}

.loaderWrap {
    width: 100%;
    height: 100svh;
    background: #22aa6c;
    position: fixed;
    z-index: 222;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: loaderAnimation;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 4s;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.loader {
    width: 100px;
    height: 100px;
    animation-name: loaderIcon;
    animation-duration: 0.5s;
    animation-delay: 4s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    background: url(../img/logo.gif) no-repeat center center;
    background-size: contain;
    animation-timing-function: ease-in-out;
}
@keyframes loaderAnimation {
    0% {
        height: 100svh;
    }
    100% {
        height: 0;
    }
}
@keyframes loaderIcon {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10vh);
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .formContent {
        width: 50%;
        margin: 25vh auto 0 auto;
        position: relative;
    }
    .formHeading {
        font-size: 45px;
    }
    .formCopy {
        margin-bottom: 40px;
    }
    .footerNotes2 {
        margin: 150px 0 0 0;
        padding: 25px !important;
    }
    .submitBtn {
        display: flex;
        width: auto;
        padding: 18px 100px;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
}
