* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000;
    font-family: "Manrope", sans-serif;
    line-height: 120%;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    margin-bottom: 3rem;
}

.heading_section {
    margin-bottom: 2rem;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    color: #0F6464;
    margin-bottom: 0.2rem;
}

.sub_text {
    font-size: 20px;
    color: #0F6464;
    font-weight: bold;
}

main {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
    border: solid .5px #D9D9D9;
    border-radius: 10px;
    padding: 20px;
}

.form-group.personal {
    min-height: 493px;
}

h2 {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    margin-bottom: .8rem;
}


label {
    display: block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.required {
    color: #e74c3c;
    margin-left: 2px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    border: 0.5px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px;
}

.form-input {
    width: 100%;
    border: none;
    color: #828282 !important;
    outline: none;
    padding: 0;
}

.form-input::placeholder {
    color: #828282;
}

.form-input:focus {
    outline: none;
    box-shadow: none;
}

.accordion-item {
    border: 0.5px solid #D9D9D9;
    border-radius: 5px;
}

.accordion-button {
    padding: 10px;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
    border: none !important;
    color: #828282 !important;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    width: 13px;
    height: 7px;
    background-image: url('https://dcsb59fztkcs1.cloudfront.net/arabiersLk/dubai-holiday/accord-arrow.svg');
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('https://dcsb59fztkcs1.cloudfront.net/arabiersLk/dubai-holiday/accord-arrow.svg');
}

.accordion-body {
    padding: 0 10px 10px;
}

.btn_left {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #828282;
}

.adult-row,
.child-row,
.infant-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0;
}

.infant-row {
    border: none !important;
    padding-bottom: 0;
}

.b-none {
    border: none !important;
}

.guest {
    font-weight: 600;
}

.guest span {
    color: #828282;
}

.count-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.count-wrapper input {
    max-width: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    border: .5px solid #D9D9D9;
    border-radius: 6px;
}

.count-wrapper img {
    cursor: pointer;
}

.count-wrapper input[type='number']::-webkit-outer-spin-button,
.count-wrapper input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.count-wrapper input[type='number'] {
    -moz-appearance: textfield;
}

.form-check {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 0;
}

.form-check .form-check-input {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-bottom: .3rem;
}

.form-check label {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.form-check .form-check-input:focus {
    border: 1px solid #dee2e6;
    box-shadow: none;
    outline: none;
}

.form-check .form-check-input:checked[type=radio] {
    box-shadow: none;
    outline: none;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border: 1px solid #D5CC2E;
}

.form-check .form-check-input:checked[type=radio]::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #27BDBE;
    border: 1px solid #27BDBE;
    border-radius: 50%;
}

.form-check .form-check-input[type="radio"] {
    border-radius: 50%
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #FFFFFF !important;
}

.iti__selected-dial-code {
    color: #828282;
}

.submit-btn {
    width: fit-content;
    padding: 10px 20px;
    background-color: #0F6464;
    color: #FFFFFF;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    margin: 1.5rem 0 0 auto;
    border: none;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 95, 92, 0.4);
    background: linear-gradient(135deg, #0d7a76 0%, #0a5f5c 100%);
}

.trust-section {
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 10px;
}

.trust-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .1rem;
    color: #000000;
}

.trust-subtitle {
    font-size: 14px;
}

.trust-section hr {
    color: #D9D9D9;
    opacity: 1;
    border-width: .5px;
}

.reviews_wrapper {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.reviews_wrapper img {
    flex: 1 1 calc(50% - .5rem);
}

.verification_wrapper {
    display: flex;
    border: .5px solid #D9D9D9;
    gap: .5rem;
    padding: 12px;
    border-radius: 10px;
}

.trust-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.1rem;
    color: #000000;
}

.verification-text p {
    font-size: 14px;
    color: #181717;
}

.help-section {
    border: .5px solid #D9D9D9;
    padding: 25px;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.help-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.1rem;
    color: #000000;
}

.help-section p {
    font-size: 14px;
}

.whatsapp-btn {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 9px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    background-color: #25D366;
    color: #FFFFFF;
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}

.loader::before {
    border-color: #27BDBE #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse;
}

.loader::after {
    margin: 8px;
}

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 24px;
        font-weight: bold;
    }

    .sub_text {
        font-size: 16px;
    }

    .submit-btn {
        width: 100%;
    }

    .reviews_wrapper {
        gap: 1rem;
        flex-wrap: nowrap;
    }

    .reviews_wrapper img {
        max-width: calc(50% - .5rem);
    }

    section {
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    .container {
        border-radius: 12px;
    }

    .header {
        padding: 20px;
    }

    .main-title {
        font-size: 1.5rem;
    }

    .subtitle {
        font-size: 0.95rem;
    }

    .content-wrapper {
        padding: 20px;
    }
}