
body > .container {
    max-width: 1400px;
    margin: 20px auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    padding: 0 15px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
    text-align: right;
}

h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #333;
}

p {
    color: #666;
    font-size: 0.9rem;
}

/* Info Section */
.info-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.info-card {
    display: flex;
    align-items: center;
    width: 48%;
    background-color: #FFFFFF;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.info-icon {
    font-size: 1.5rem;
    margin-left: 15px;
    color: #666;
}

.info-content h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Visa Price Section */
.visa-price {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .visa-price p {
        margin: 3px 0 15px;
        text-align: justify;
    }

.price-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #333;
    height: 130px;
    width: 100%;
}

/* Application Steps */
.application-steps {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 25px 20px 35px;
    border-radius: 8px;
}

.step {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    justify-content: flex-start;
    text-align: start;
    flex-direction: row;
    gap: 10px;
}

    .step:last-child {
        border-bottom: none;
    }

.step-content {
    flex: 1;
}

.step-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #666;
    background-color: #f1f1f1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Extension Note */
.extension-note {
    display: flex;
    align-items: center;
    background-color: #10553F0D;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    width: 45%;
    margin-top: 35px;
}

    .extension-note img {
        margin-left: 10px;
    }

    .extension-note p {
        color: #10553F;
    }

/* Processing Time Explanation */
.processing-time {
    background-color: #10553F0D;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .processing-time h3 {
        margin-bottom: 10px;
        color: #10553F;
    }

    .processing-time ul {
        list-style-type: none;
    }

    .processing-time li {
        position: relative;
        padding-right: 20px;
        margin-bottom: 10px;
        color: #10553F;
    }

        .processing-time li:before {
            content: ".";
            position: absolute;
            right: 0;
            font-size: 44px;
            line-height: 0.4;
        }

/* Required Documents */
.required-documents {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 25px 20px 35px;
    border-radius: 8px;
}

.document {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    gap: 10px;
}

    .document:last-child {
        border-bottom: none;
    }

.document-content {
    flex: 1;
}

.document-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #666;
    background-color: #f1f1f1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Important Note */
.important-note {
    padding: 15px;
    border-radius: 5px;
    background-color: #10553F0D;
    color: #10553F;
    margin-top: 15px;
}

.margin20 {
    margin-top: 20px;
}

.important-note h3 {
    margin-bottom: 10px;
    color: #10553F;
}

.important-note ul {
    list-style-type: none;
}

.important-note li {
    position: relative;
    padding-right: 20px;
}

    .important-note li:before {
        content: ".";
        position: absolute;
        right: 0;
        font-size: 44px;
        line-height: 0.4;
    }

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 25px 15px;
    background-color: #fff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
}

.faq-answer {
    padding-top: 10px;
    display: none;
    color: #666;
    font-size: 15px;
}

.container1 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: block;
}

.hotel-header-Wrapper {
    display: flex;
    justify-content: space-between;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    grid-template-rows: 200px 200px;
    gap: 10px;
    margin-bottom: 20px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sidebar {
    width: 350px;
}

.contact-card, .booking-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align:center;
}

.consultation-btn {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #0a6e51;
    border: 2px solid #0a6e51;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    transition: all 0.3s;
}

.contact-card, .booking-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .booking-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }

.travelers-selector {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.travelers-label > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.travelers-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}

.travelers-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.selectDays {
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    width: 100%;
    padding: 7px;
    margin: 10px 0;
}

.main-content {
    flex: 1;
    border-radius: 10px;
    padding: 20px;
}

.faq-item.active .faq-answer {
    display: block;
}

.travelers-total {
    text-align: center;
    font-weight: bold;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border-radius: 28%;
    border: 1px solid #ddd;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}


.view-rooms-btn {
    width: 100%;
    padding: 12px;
    background-color: #0a6e51;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

    .view-rooms-btn:hover {
        background-color: #085a42;
    }

.consultation-btn:hover {
    background-color: #0a6e51;
    color: #fff;
}

.main_title {
    display: inline-block;
    position: relative;
    top: -60px;
    right: 194px;
}

    .main_title > h1 {
        display: inline-block;
        font-size: 20px;
    }

    .main_title > h1, p {
        display: inline-block;
    }

.gallery_Contery {
    width: 127px;
    height: 109px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    /* display: inline-block; */
    margin: -41px;
}

    .gallery_Contery img {
        border-radius: 51.5px;
        border: 0px solid #F8F8FA;
        position: relative;
        top: -32px;
        right: 108px;
     
    }
/* Responsive Design */
@media (max-width: 768px) {
    .info-section {
        flex-direction: column;
    }

    .info-card {
        width: 100%;
        margin-bottom: 15px;
    }

    .step, .document {
        flex-direction: row-reverse;
    }

    .step-icon, .document-icon {
        margin-left: 15px;
        margin-right: 0;
    }
}
