* {
    margin: 0;
    padding: 0;
}

/* HERO */
.booking-hero {
    height: 350px;
    background: url('/Images/Banner-img/Winter-view.jpeg') center/cover no-repeat;
}

.booking-hero .overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

/* NAVBAR */
.header {
    height: 100%;
    position: relative;
}

.nav-item a {
    font-size: 17px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    background: #121212;
    color: #fff;
}

.navbar-brand img {
    width: 95px;
}

/* FORM */
.booking-section {
    padding: 60px 20px;
}

.booking-form {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row div {
    flex: 1;
}

/* SUMMARY */
.booking-summary {
    padding: 60px 20px;
    background: #f5f2ee;
    text-align: center;
}

.summary-grid {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.summary-card {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.slider_img img {
    width: 100%;
    height: 500px;

    object-fit: cover;
    border-radius: 10px;
}

/* Optional: spacing */
.slider_img .slick-slide {
    padding: 5px;
}

.slider_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

/* Tablet */
@media (max-width: 992px) {
    .slider_img img {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .slider_img img {
        height: 220px;
        border-radius: 8px;
    }
}

/* spacing between slides */
.slider_img .slick-slide {
    padding: 5px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .summary-grid {
        flex-direction: column;
    }

    .booking-section {
        padding: 20px 10px;
    }

    .navbar {
        padding: 12px 2px !important;
    }

    .navbar-brand img {
        width: 65px;
    }

    /* .slider_img img {
    height: 300px;
    } */
}

/* Footer start */
body {
    font-family: 'Signika', sans-serif;
}

.bg-grey {
    background: #121212;
}

.logo-footer {
    margin-bottom: 40px;
}

footer {
    color: grey;
}

footer p,
a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}

footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}

.btn-footer {
    color: grey;
    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}

.btn-footer:hover {
    text-decoration: none;
}

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
}

::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}

.form-footer input[type="button"] {
    border: none;
    background: #232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}

.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

footer ul li a {
    text-decoration: none;
    color: grey;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;
}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}

.social a {
    text-decoration: none;
}

/* Footer End  */

/* AOS ADD */
/* Smooth fade-up with slight zoom */
[data-aos="luxury-up"] {
    transform: translateY(60px) scale(0.95);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="luxury-up"].aos-animate {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Image zoom effect */
[data-aos="zoom-soft"] {
    transform: scale(1.1);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="zoom-soft"].aos-animate {
    transform: scale(1);
    opacity: 1;
}

/* Stagger cards smooth */
.summary-card {
    transition: all 0.4s ease;
}

.summary-card:hover {
    transform: translateY(-10px);
}

/* New Section CSS */

.lined-heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    display: block;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #5e5e5e;
}

h2.lined-heading span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}

.lined-heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    display: block;
}

h2.lined-heading:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 94%;
    height: 1px;
    border-top: 2px solid #ccc;
    content: "";
}

h2.lined-heading span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}


.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tab-content {
    /* padding: 10px 0px; */
    padding-top: 5px;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}



.tabs {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.tab-buttons {
    display: flex;
    /* justify-content: center; */
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 20px; */
}

.tab-btn {
    padding: 5px 20px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 500;
    color: #777;
    position: relative;
    font-size: 14px;
}

.tab-btn.active {
    color: #ffb30d;
}

.tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffb30d;
}

.tab-content {
    display: none;
    text-align: left;
}

.tab-content.active {
    display: block;
}