h1,h2,h3,h4,h5,h6{
    font-family: "Source Sans 3", sans-serif;
    color: #444444;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

*{
    box-sizing: border-box;
}

h1{
    font-size: 40px;
    line-height: 48px;
}

.text-center{
    text-align: center;
}

body{
    font-family: "Source Sans 3", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

.container{
    max-width: 1140px;
    box-sizing: border-box;
    padding:20px 8px;
    margin:0  auto;
}

.box{
    padding:15px;
    border: 1px #DEE2E5 solid;
    border-radius: 5px;
}

.button{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #12B8B0;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    outline: 0;
    margin-bottom: 18px;
}

.form-actions {
    display: flex;
    gap: 10px;
}

.form-actions .button {
    flex: 1;
}

.button-back {
    background: #fff;
    color: #12B8B0;
    border:1px #12B8B0 solid;
}

.button-back:hover {
    background: #D0D0D0;
}

.steps{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 20px 8px;
    box-shadow: 0px 5px 30px -15px rgba(0,0,0,0.15);
    margin-bottom: 50px;
    border-radius: 5px;
}

.step-background-line{
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background:#F5F5F5;
    width: 75%;
}

.step-active-line{
    position: absolute;
    top: 0px;
    left: 0;
    height: 3px;
    background:#48DB73;
}

.steps .step{
    flex:1;
    z-index: 10;
    text-align: center;

}

.steps .step .step-number{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #E0E0E0;
    color: #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 8px;
}

.steps .step-description{
    font-size: 12px;
}


.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #444444;
    margin-bottom: 10px;
}

.form-hint {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    transition: border-color 0.3s;
}

.form-input:focus {
    outline: none;
    border-color: #12B8B0;
}

.form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    transition: border-color 0.3s;
    resize: vertical;
    min-height: 120px;
}

.form-textarea:focus {
    outline: none;
    border-color: #12B8B0;
}

.gender-buttons {
    display: flex;
    gap: 10px;
}

.gender-btn {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background: #fff;
    color: #444444;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

.gender-btn.active {
    background: #E0F7F6;
    border-color: #12B8B0;
    color: #12B8B0;
}

.gender-btn:hover {
    border-color: #12B8B0;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider {
    flex: 1;
    height: 6px;
    border-radius: 3px;
    background: #E0E0E0;
    outline: none;
    -webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #12B8B0;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #12B8B0;
    cursor: pointer;
    border: none;
}

.slider-value {
    font-size: 16px;
    font-weight: 600;
    color: #12B8B0;
    min-width: 50px;
}

/* Generic Custom Radio Button Styles - Reusable on other pages */
.radio-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-item {
    display: flex !important;
    align-items: flex-start;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.custom-radio {
    display: none;
}

.radio-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #E0E0E0;
    border-radius: 3px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s;
    background: #fff;
}

.custom-radio:checked + .radio-checkbox,
.custom-checkbox:checked + .radio-checkbox {
    background: #12B8B0;
    border-color: #12B8B0;
}

.custom-radio:checked + .radio-checkbox::after,
.custom-checkbox:checked + .radio-checkbox::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

.radio-text {
    flex: 1;
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}

/* Generic Custom Checkbox Styles - Reusable on other pages */
.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-item {
    display: flex !important;
    align-items: flex-start;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.custom-checkbox {
    display: none;
}

.checkbox-square {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #E0E0E0;
    border-radius: 3px;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s;
    background: #fff;
}

.custom-checkbox:checked + .checkbox-square {
    background: #12B8B0;
    border-color: #12B8B0;
}

.custom-checkbox:checked + .checkbox-square::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

.checkbox-text {
    flex: 1;
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}

/* Toast Notification Styles */
.toast-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    pointer-events: none;
}

.toast {
    background: #ff4444;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: slideDown 0.3s ease-out;
    pointer-events: auto;
    font-size: 14px;
    line-height: 1.5;
}

.toast-success {
    background: #12B8B0;
}

.toast-error {
    background: #ff4444;
}

.toast-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 15px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.toast-close:hover {
    opacity: 1;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Soft Gradient Background (mobile-style) */
 .om-bg{
     position: fixed;
     inset: 0;
     pointer-events: none;
     overflow: hidden;
     z-index: 0;
 }

.container{ position: relative; z-index: 1; }

/* ===== Base layer: Gradient circular color ===== */
.om-bg__blobs{
    position: absolute;
    inset: 0;
    z-index: 0;
}

.blob{
    position: absolute;
    border-radius: 50%;
    transform: translateZ(0);
    opacity: 0.2;
}

/* Pink Left */
.blob--pink{
    width: clamp(240px, 52vw, 520px);
    height: clamp(240px, 52vw, 520px);
    left: -28%;
    top: 6%;
    background: linear-gradient(180deg,
    rgba(255, 207, 209, 1) 0%,
    rgba(255, 117, 124, 1) 100%
    );
}

/* Blue Top Right */
.blob--blueTop{
    width: clamp(220px, 48vw, 500px);
    height: clamp(220px, 48vw, 500px);
    right: -22%;
    top: -16%;
    background: linear-gradient(180deg,
    rgba(163, 228, 255, 1) 0%,
    rgba(38, 174, 229, 1) 100%
    );
}

/* Green Bottom Right */
.blob--greenBottom{
    width: clamp(260px, 54vw, 560px);
    height: clamp(260px, 54vw, 560px);
    right: -26%;
    top: 46%;
    background: linear-gradient(180deg,
    rgba(231, 255, 192, 1) 0%,
    rgba(160, 238, 37, 1) 100%
    );
}

/* Blue Bottom Right */
.blob--blueBottom{
    width: clamp(320px, 70vw, 760px);
    height: clamp(320px, 70vw, 760px);
    left: -26%;
    bottom: -26%;
    background: linear-gradient(180deg,
    rgba(163, 228, 255, 1) 0%,
    rgba(38, 174, 229, 1) 100%
    );
}

/* ===== 1st Layer：blur bakground ===== */
.om-bg__blur{
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(60px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){
    .om-bg__blur{
        background: rgba(255,255,255,0.30);
    }
    .om-bg__blobs{
        filter: blur(46px);
    }
}

/* ===== 2nd Layer：White Fade Gradient ===== */
.om-bg__fade{
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.00) 0%,
        rgba(255,255,255,0.48) 52%,
        rgba(255,255,255,0.88) 78%,
        rgba(255,255,255,1.00) 100%
    );
}

/* WhatsApp Input Styles */
.whatsapp-input-container {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 12px 15px;
    background: #fff;
    transition: border-color 0.3s;
}

.whatsapp-input-container:focus-within {
    border-color: #12B8B0;
}

.country-prefix {
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid transparent; /* To maintain spacing if needed */
}

.flag-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-circle svg {
    width: 100%;
    height: 100%;
}

.country-code {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.whatsapp-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    color: #444444;
    font-family: "Source Sans 3", sans-serif;
    background: transparent;
}

.whatsapp-input::placeholder {
    color: #BDBDBD;
}
