* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Manrope", serif;
    line-height: 120%;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.container-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
}

h1 {
    font-size: 40px;
    line-height: 120%;
    font-weight: bold;
}

h2 {
    font-size: 34px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.space-center {
    justify-content: center;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 88%;
}

.w-70 {
    width: 68%;
}

.w-50 {
    width: 48%;
}

.w-32 {
    width: 32%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 24%;
}

.w-20 {
    width: 19%;
}

.w-15 {
    width: 15%;
}

label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #181717;
    margin-bottom: 10px;
}

.form-group {
    position: relative;

    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    padding: 13px 15px 13px 38px;
    border: none;
    font-size: 0.95rem;
    color: #333;
    outline: none;
    background: transparent;
    border-radius: 8px;
    border: 1.5px solid #e0e0e0;
}

/* main-wrapper css */
.main-wrapper {
    padding: 50px 0;
}

.text-top {
    margin-bottom: 43px;
}

h1 {
    color: #0F6464;
    margin-bottom: 20px;
}

.text-top h2 {
    font-size: 20px;
    color: #0F6464;
}

.main-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-wrapper .col-left {
    width: 852px;
}

.main-wrapper .col-right {
    width: calc(100% - 892px);
}

.main-wrapper .col-left form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 27px;
}
.iti {
    width: 100%;
}
.main-wrapper .col-left h3 {
    font-size: 14px;
    color: #828282;
    margin-bottom: 20px;
    font-weight: 400;
}

.main-wrapper .col-left .inner-box {
    width: 48.4%;
}

.main-wrapper .col-left .box {
    margin-bottom: 30px;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    padding: 20px;
}

.main-wrapper .col-left .input-date .form-group {
    margin-bottom: 0;
}

.whatsapp-input {
    padding-left: 110px;
}

.country-code {
    border: none;
    border-right: 1.5px solid #e0e0e0;
    padding: 14px 10px;
    font-size: 0.95rem;
    outline: none;
    cursor: pointer;
    background: transparent;
    min-width: 90px;
    position: absolute;
}

.main-wrapper .col-left .box img {
    position: absolute;
    top: 39px;
    left: 10px;
}

.date-input img {
    top: 42px !important;
    left: 10px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background-image: none;
}

.main-wrapper .col-left .box:nth-last-of-type(1) {
    margin-bottom: 0;
}

.main-wrapper .accommodation-box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #181717;
    margin-bottom: 10px;
}

select.form-input {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 12px;

    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Radio Group */
/* Firefox */
.count-wrapper input[type='number'] {
    -moz-appearance: textfield;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-group label {
    margin-bottom: 0;
}

.radio-group .form-check {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-check .form-check-input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    transition: all 0.2s ease;
}

.form-check .form-check-input:checked[type=radio] {
    border: 2px solid #D5CC2E;
    /* ✅ Border color change hoga */
    background-color: #fff;
}

.form-check .form-check-input:checked[type=radio]::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #27BDBE;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}


.iti--separate-dial-code .iti__selected-flag {
    background-color: #FFFFFF !important;
}

.iti__selected-dial-code {
    color: #828282;
}



.submit-btn {
    width: fit-content;
    padding: 14px 20px;
    background: linear-gradient(135deg, #0a5f5c 0%, #0d8580 100%);
    color: white;
    border: none;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(10, 95, 92, 0.3);
    margin-top: 30px;
    margin-left: auto;
    position: relative;
}

.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%);
}

.submit-btn img {
    position: static !important;
}

/* trust-box css */
.trust-box {
    padding: 25px 20px;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
}

.trust-box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #181717;
}

.trust-box .text p {
    font-size: 14px;
    color: #181717;
    margin: 10px 0 20px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 20px;
}

.google-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.google-rating .google-box {
    display: flex;
    align-items: center;
}

.google-rating .icon-box {
    margin-right: 8px;
}

.google-rating .icon-text {
    display: flex;
    flex-direction: column;
}

.google-rating .icons {
    font-size: 11px;
}

.google-rating .fa-star {
    color: #F79420;
}

.google-rating .review-text {
    font-size: 9px;
    text-align: left;
}

.verified-box {

    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.verified-box .inside-box {
    padding: 12px;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

.verified-box .img-box {
    margin-right: 14px;
}

.verified-box .verified-text {
    width: 75%;
}

.verified-box .inside-box h3 {
    font-size: 16px;
    font-weight: 600;
}

.verified-box .inside-box p {
    font-size: 14px;
}

.help-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    margin-top: 34px;
}

.help-box h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.help-box p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 20px;
}


/* WhatsApp Button */
.whatsapp-btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
    font-size: 1.3rem;
}

.tripadvisor-bg img {
    width: 100%;
    margin-top: 60px;
}

.accordion {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-header {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.accordion-header button {
    background: transparent;
}


.accordion-body {
    display: none;
    padding: 15px;
    background: #fff;
}

.accordion-body.show {
    display: block;
}

.guest {
    font-size: 15px;
    font-weight: 500;
}

.guest span {
    color: #777;
    font-size: 13px;
}

.count-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    position: relative;
}

.count-wrapper img {
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: 0.2s;
    position: static !important;
}

.count-wrapper img:hover {
    transform: scale(1.1);
}

.count-wrapper input {
    max-width: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    border: .5px solid #D9D9D9;
    border-radius: 6px;
    -moz-appearance: unset;
}

.adult-row,
.child-row,
.infant-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.infant-row {
    border: none !important;
    padding-bottom: 0;
}

#roomsAccord .accordion-header {
    padding: 12px 15px 12px 40px;
}

.btn_left img {
    left: 10px !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #FFFFFF !important;
}

.iti__selected-dial-code {
    color: #828282;
}

#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:1440px) {
    .container-wrapper {
        padding: 0 20px;
    }
}

@media(max-width:1340px) {


    .main-wrapper .col-right {
        width: calc(100% - 868px);
    }
}

@media(max-width:1300px) {
    .main-wrapper .col-left form {
        gap: 10px;
    }

    .main-wrapper .col-left {
        width: 810px;
    }

    .main-wrapper .col-right {
        width: calc(100% - 820px);
    }

}

@media(max-width:1280px) {
    .google-rating .icon-box:nth-last-of-type(1) {
        margin-right: 0;
    }
}

@media(max-width:1240px) {
    .main-wrapper .row {
        row-gap: 30px;
    }

    .main-wrapper .col-left {
        width: 100%;
    }

    .main-wrapper .col-right {
        width: 50%;
    }
}

@media(max-width:850px) {
    .main-wrapper .col-right {
        width: 100%;
    }
}

@media(max-width:767px) {
    .form-group {
        width: 100%;
    }

    .main-wrapper .col-left .input-date .form-group {
        margin-bottom: 20px;
    }

    .main-wrapper .col-left .input-date .form-group:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .submit-btn {
        font-size: 13px;
    }

    .main-wrapper .accommodation-box h3 {
        font-size: 13px;
    }

    label {
        font-size: 13px;
    }
}

@media(max-width:580px) {
    h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .text-top {
        margin-bottom: 35px;
    }

    .text-top h2 {
        font-size: 16px;
    }

    .main-wrapper .col-left .inner-box {
        width: 100%;
    }

    label {
        font-size: 16px;
    }

    .submit-btn {
        font-size: 16px;
        width: 100%;
    }

    .submit-btn i {
        color: #fff !important;
    }

    .google-rating .icon-box:nth-last-of-type(1) {
        width: 170px;
    }

    .verified-box .img-box {
        margin-right: 10px;
    }

    .verified-box .inside-box p br {
        display: none;
    }
}

@media(max-width:380px) {
    .verified-box .verified-text {
        width: 100%;
    }

    .google-rating .icon-box:nth-last-of-type(1) {
        margin-top: 10px;
    }



    .submit-btn {
        font-size: 14px;
        width: 100%;
    }
}