* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #020f55;
    --text-color: #161616;
    --primary-color: #f5f0f0;
    --bg-color: #0c0b0b;
}

.top-header {
    justify-content: space-evenly;
    padding: 5px 60px;


}

.navbar-section {
    padding: 5px 75px;
}

.header {
    border-bottom: 1px solid #ffffff73;
}

.contact-info-2 {
    justify-content: end;
}

.contact-info p {
    margin: 10px 10px;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
}

.contact-info-2 p {
    margin: 10px 10px;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
}

.navbar-expand-lg {
    background-color: #020f55;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
    /* White border (optional) */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.contact-info p a,
.contact-info-2 p a {
    text-decoration: none;
    color: var(--primary-color);
}

.contact-info p i,
.contact-info-2 p i {
    text-decoration: none;
    color: var(--primary-color);
    margin: 0px 2px;
}

.nav-item {
    font-size: 18px;
    margin: 10px 10px;
    font-weight: 600;

}

.nav-item a {
    color: var(--primary-color);
    text-transform: uppercase;

}

.navbar-brand img {
    width: 200px;
}

.nav-link:hover {
    color: #e1e1e1 !important;
}

.booking-btn a {
    text-decoration: none;
    padding: 10px 40px;
    background-color: var(--primary-color);
    color: var(--text-color);
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
}


/* Hero Video Section - Responsive Styles */
.hero-video-section {
    position: relative;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    background-color: #000;
    /* Fallback color */
}

/* Video Container Base Styles */
.desktop-video-container,
.mobile-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video Element Styles */
.desktop-video-container video,
.mobile-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Initially hide mobile video */
.mobile-video-container {
    display: none;
}






/* about section start here  */
.hotel-section {
    position: relative;
    padding: 90px 0;
}

.sec-title .title {
    font-size: 16px;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.sec-title h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sec-title .text {
    max-width: 460px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 18px;
}

.read-more-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--main-color);
    color: var(--primary-color);
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.read-more-btn:hover {
    background-color: var(--bg-color);
}


.image-column .inner-column {
    position: relative;
}

.inner-column {
    position: relative;
}

.image-column .image {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.image-column .image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-two {
    position: absolute;
    left: -80px;
    top: 190px;
    width: 300px;
    height: 300px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.image {
    perspective: 800px;
    display: inline-block;
}

.image img {
    transform: rotateY(0deg) rotateX(0deg);
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    width: 100%;
}

.image:hover img {
    transform: rotateY(15deg) rotateX(5deg);
}

.image-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-box {
    position: absolute;
    left: 45px;
    top: 45px;
    right: 45px;
    bottom: 45px;
    text-align: center;
    padding-top: 35px;
    background-color: #020f55ad;
    color: var(--primary-color);
}

.overlay-box .title {
    font-weight: 700;
    font-size: 16px;
}

.overlay-box .counter {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
}

.overlay-box .years {
    font-size: 32px;
    line-height: 1;
    /* margin-top: -15px; */
}








/* aminities start here  */
/* Service Content */
.section-padding {
    padding: 44px 0px;
}


.wpo-service-area {
    background-image: linear-gradient(rgb(0 0 0 / 27%), rgb(0 0 0 / 26%)), url(../images/bg-section.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 90px 0px;

}

.wpo-service-content {

    padding: 40px;

    border-radius: 10px;

    height: 100%;

    position: relative;

    overflow: hidden;

    z-index: 1;
}




.wpo-service-content h3 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}



.wpo-service-content p {
    margin-bottom: 30px;
    transition: var(--transition);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.theme-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--main-color);
    color: var(--primary-color);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    border: 2px solid var(--main-color);
}

.theme-btn:hover {
    background-color: var(--bg-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Service Items */
.wpo-service-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    /* border: 1px solid #e1e1e1; */
}

.wpo-service-item {

    padding: 30px 20px;

    border-radius: 10px;

    text-align: center;

    position: relative;

    overflow: hidden;

    z-index: 1;

    border: 1px solid #e1e1e1;

    background-color: #ffffff14;
}






.wpo-service-item i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
    transition: var(--transition);
}

.wpo-service-item:hover i {
    color: var(--primary-color);
    transform: scale(1.2) rotate(10deg);
}

.wpo-service-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    font-size: 19px;
}

.owl-theme .owl-nav {
    margin-top: 69px !important;
    padding: 0px 24px !important;
}


/* room section start here  */
/*** 

====================================================================
	Rooms Section
====================================================================

***/
/* Existing CSS */
/* Luxury Room Section - 200 Lines of Modern CSS */
.luxury-room-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.luxury-room-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
    z-index: 0;
}

/* .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
} */

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title span {
    color: #020f55;
    position: relative;
}

.section-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #020f55 0%, rgba(193, 157, 104, 0.3) 100%);
    border-radius: 3px;
}

.section-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #020e5569, #1b2663);
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
}

.section-divider::before,
.section-divider::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #020f55;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.section-divider::before {
    left: -20px;
}

.section-divider::after {
    right: -20px;
}

.room-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

.room-gallery {
    flex: 0 0 55%;
    position: relative;
    overflow: hidden;
}

.room-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #020f55;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(193, 157, 104, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.room-gallery:hover .room-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.room-details {
    flex: 0 0 45%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.room-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    position: relative;
}

.room-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #020f55;
    border-radius: 3px;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
}

.feature-pair {
    flex: 1 1 calc(50% - 15px);
    min-width: 150px;
}

.feature-pair p {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 12px;
}

.feature-pair i {
    margin-right: 10px;
    color: #020f55;
    font-size: 18px;
}

.amenities {
    margin: 30px 0;
}

.amenities-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.amenities-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background: #020f55;
    border-radius: 3px;
}

.amenities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    list-style: none;
    padding: 0;
}

.amenities-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #555;
}

.amenities-list i {
    margin-right: 8px;
    color: #020f55;
    font-size: 16px;
}

.price-box {
    background: rgba(193, 157, 104, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin: 25px 0;
    display: inline-flex;
    align-items: baseline;
}

.price-from {
    font-size: 14px;
    color: #888;
    margin-right: 5px;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: #020f55;
    line-height: 1;
}

.price-night {
    font-size: 14px;
    color: #888;
    margin-left: 5px;
}

.book-now-btn {
    background-color: var(--primary-color);

    color: var(--bg-color);
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(193, 157, 104, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.book-now-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0e297d 0%, #020f55 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;

}

.book-now-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(193, 157, 104, 0.4);
    color: var(--primary-color);
}

.book-now-btn:hover::before {
    opacity: 1;
}

.book-now-btn span {
    position: relative;
    z-index: 2;
}

.book-now-btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.book-now-btn:hover i {
    transform: translateX(5px);
}

.book-now-btn a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.book-now-btn-1 {
    background-color: var(--main-color);

    color: var(--primary-color);
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(193, 157, 104, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;

}

.book-now-btn-1 a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--primary-color);

}














/* testimonial start here  */
/* Testimonial Area Styles */
.testimonial-area {
    background: url(../images/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 0px;

    position: relative;
}

.testimonial-area .section-title.center {
    margin-bottom: 52px;
    text-align: center;
}

.testimonial-area .section-title.center:before {
    background: transparent;
}

.testimonial-area .section-title h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 15px;
}

.testimonial-area p.section-desc-1 {
    color: #acacac;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.single-testi-box {
    background: #fff;
    padding: 34px 43px 36px;
    position: relative;
    margin: 40px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.single-testi-box:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 10px;
    left: 0;
    right: 0;
    top: -10px;
    background: #ffffff99;
    margin: auto;
}

.single-testi-box:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background: #ffffffb3;
    margin: auto;
}

.testi-quote-icon {
    position: absolute;
    right: 40px;
    top: -32px;
}

.testi-rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.testi-rating ul li {
    display: inline-block;
}

.testi-rating ul li i {
    display: inline-block;
    color: #C19C67;
    margin-right: 4px;
    font-size: 18px;
}

.testi-content p {
    font-size: 18px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    /* font-style: italic;
    font-family: "Lora", serif; */
    margin: 16px 0 46px;
    position: relative;
}

.testi-content p:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    left: 0;
    bottom: -41px;
    background: #C29D68;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 19px;
}

.testi-author-thumb img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.testi-author-title h4 {
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 5px;
}

.testi-author-title p {
    margin-left: 29px;
    position: relative;
    color: #616161;
    font-size: 14px;
}

.testi-author-title p:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    background: #020f55;
}

/* Owl Carousel Custom Styles */
.owl-carousel .item {
    /* padding: 0 32px; */
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-prev,
.owl-next {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    background: #020f55 !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    transition: all 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bg-color) !important;
    color: #000;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #020f55 !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: #ffffff !important;
    transform: scale(1.2);
}



/* area attraction start here  */

.destination-area-2 {
    background: #f5fbf9;
    padding: 100px 0 70px;
    position: relative;
}

.btns a {
    text-decoration: none;
}

.destination-text {
    padding-left: 250px;
    padding-top: 70px;
}

.wpo-section-title h2 {
    font-size: 42px;
    color: #283a5e;
    margin-bottom: 20px;
    font-weight: 700;
}

.wpo-service-wrap-1 {
    padding: 80px 190px;
}

.destination-text p {
    color: #243c6c;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
}

.theme-btn-s2 {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.theme-btn-s2:hover {
    background: var(--bg-color);
    color: #fff;
}


.destination-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin: 15px;
}

.destination-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.destination-img {
    overflow: hidden;
    height: 250px;
}

.destination-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.destination-item:hover .destination-img img {
    transform: scale(1.1);
}

.destination-content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-left h5 {
    font-size: 18px;
    color: #283a5e;
    margin-bottom: 5px;
    font-weight: 600;
}

.content-left small {
    color: #687693;
    font-size: 14px;
}

.content-right h5 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0;
}

.content-right span {
    color: #687693;
    font-size: 12px;
    display: block;
    text-align: right;
}

/* Owl Carousel Styles */
.destination-carousel .owl-stage {
    padding: 20px 0;
}

.destination-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.destination-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--main-color) !important;
    color: var(--primary-color) !important;
    border-radius: 50%;
    margin-left: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.destination-carousel .owl-nav button:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.destination-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.destination-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ddd !important;
    margin: 0 5px;
}

.destination-carousel .owl-dot.active span {
    background: var(--main-color) !important;
}








/* footer start here  */

.luxury-footer {
    background: #222;
    color: #fff;
    padding: 60px 0 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.luxury-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #fff, #e8c897);
}



.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.footer-col {
    padding: 0 15px;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}

.footer-about {
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #fff;
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.contact-info {
    list-style: none;
    padding: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #bbb;
    line-height: 1.5;
}

.contact-item i {
    color: #fff;
    margin-right: 10px;
    margin-top: 3px;
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.timing-box {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.timing-item {
    flex: 1;
}

.timing-item h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.timing-item p {
    color: #bbb;
    font-size: 15px;
}

.booking-btn {
    display: inline-block;

    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;

}

.booking-btn:hover {
    background: transparent;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #999;
    font-size: 14px;
    margin: 5px 0;
}

.legal-links {
    display: flex;
    gap: 15px;
}

.legal-links a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #fff;
}






.border-copyright {
    border-top: 1px solid #fff;
}

.border-copyright a {
    text-decoration: none;
    color: var(--primary-color);
}


/* about us page start here  */
.page-title-area {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 2;
    padding: 125px 0;
}

.page-title-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-title {
    font-size: 65px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-align: center;
}

/* Features Section */
.lux-features-area {
    padding: 120px 0 60px;
    background-image: url(../images/pattern.png);
    object-fit: cover;
    background-position: center;

}

.lux-features-img-wrapper {
    position: relative;
}

.lux-features-card {
    padding: 70px 30px;
    text-align: center;
}

.lux-features-card-primary {
    background-color: var(--main-color);
    position: relative;
}

.lux-features-card-secondary {
    background-color: #222222;
}

.lux-features-card-content {
    position: relative;
    z-index: 1;
}

.lux-features-card-content span {
    display: block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.lux-features-card-content a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: color 0.3s;
    text-decoration: none;
}

.lux-features-card-content a:hover {
    color: var(--primary-color);
}

.lux-features-card-bg {
    position: absolute;
    right: 0;
    top: 0;
}

.lux-img-hover {
    display: block;
    overflow: hidden;
}

.lux-img-hover img {
    transition: transform 0.5s;
    width: 100%;
    height: auto;
}

.lux-img-hover:hover img {
    transform: scale(1.05);
}




.lux-section-header .lux-subtitle span {
    color: var(--bg-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.luxury-heading {
    font-size: 48px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    margin: 20px 0;
}

/* Individual word styling */
.warm-word {
    color: var(--main-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-style: italic;
}

.travelers-word {
    color: #222;
    position: relative;
    display: inline-block;
}








.lux-mission-statement h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
}

.lux-mission-statement p {
    color: #666;
    line-height: 1.6;
}

/* Animations */
@keyframes rotate-infinite {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.lux-reveal {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.lux-reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.lux-reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.lux-reveal.active,
.lux-reveal-left.active,
.lux-reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}





.motel-slider-container {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/about-page-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.slider-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.main-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    min-height: 150px;
}

.keyword-slider {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.keyword-track {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    animation: scroll 20s linear infinite;
}

.keyword {
    background: var(--main-color);
    color: white;
    padding: 12px 25px;
    margin: 0 10px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.motel-name {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.location {
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    color: var(--main-color);
}







/* contact us start here  */
/* Contact Section */
.contact-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.section-header h2 {
    color: var(--secondary-color);
    position: relative;
    display: inline-block;
}

.section-header h2 span.text-primary {
    color: var(--primary-color);
}

.title-border {
    height: 3px;
    width: 50px;
    background: var(--primary-color);
    margin-top: 10px;
}

/* Form Styles */
.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(2, 15, 85, 0.25);
}

.form-floating label {
    color: #6c757d;
}

/* Button Styles */
.btn-primary {
    background-color: var(--main-color);
    border-color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.contact-section a {
    text-decoration: none;
    color: var(--bg-color);

}

.btn-primary:hover {
    background-color: #010a3a;
    border-color: #010a3a;
    transform: translateY(-2px);
}

/* Contact Info Styles */
.contact-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.contact-info h6 {
    color: var(--secondary-color);
    font-size: 16px;
}

.text-primary {
    color: var(--main-color) !important;
}

.bg-primary {
    background-color: var(--main-color) !important;
}




/* aminities start here  */
/* Facilities Section */

.facilities-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-subtitle img {
    margin: 0 15px;
    height: 20px;
    animation: pulse 2s infinite;
}

.section-title {
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--main-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Facilities Grid */
.facility-card {
    background: var(--main-color);
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

.facility-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 30px;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

.facility-card:hover .facility-icon {
    background: var(--primary-color);
    color: var(--main-color);
    transform: scale(1.1);
}

.facility-card h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Delay animations for each card */
.facility-card:nth-child(1) {
    animation-delay: 0.1s;
}

.facility-card:nth-child(2) {
    animation-delay: 0.2s;
}

.facility-card:nth-child(3) {
    animation-delay: 0.3s;
}

.facility-card:nth-child(4) {
    animation-delay: 0.4s;
}

.facility-card:nth-child(5) {
    animation-delay: 0.5s;
}

.facility-card:nth-child(6) {
    animation-delay: 0.6s;
}

.facility-card:nth-child(7) {
    animation-delay: 0.7s;
}

.facility-card:nth-child(8) {
    animation-delay: 0.8s;
}

.facility-card:nth-child(9) {
    animation-delay: 0.9s;
}

.facility-card:nth-child(10) {
    animation-delay: 1.0s;
}

.facility-card:nth-child(11) {
    animation-delay: 1.1s;
}

.facility-card:nth-child(12) {
    animation-delay: 1.2s;
}

.facility-card:nth-child(13) {
    animation-delay: 1.3s;
}

.facility-card:nth-child(14) {
    animation-delay: 1.4s;
}

.facility-card:nth-child(15) {
    animation-delay: 1.5s;
}






/* gallery section start here  */

.gallery-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 1/1;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 15, 85, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-item:hover::before {
    opacity: 1;
}

.gallery-item::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    color: white;
    font-size: 40px;
    font-weight: 300;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.gallery-item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Lightbox Styles */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.lightbox.active .lightbox-content img {
    transform: scale(1);
    opacity: 1;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-20px);
}

.lightbox.active .lightbox-close {
    opacity: 1;
    transform: translateY(0);
}

.lightbox-close::before,
.lightbox-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
}

.lightbox-close::before {
    transform: rotate(45deg);
}

.lightbox-close::after {
    transform: rotate(-45deg);
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
}

.lightbox-prev,
.lightbox-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
}

.lightbox-prev {
    transform: translateX(-20px);
}

.lightbox-next {
    transform: translateX(20px);
}

.lightbox.active .lightbox-prev,
.lightbox.active .lightbox-next {
    opacity: 1;
    transform: translateX(0);
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-prev::before,
.lightbox-next::before {
    content: '';
    width: 15px;
    height: 15px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

.lightbox-prev::before {
    transform: rotate(45deg);
    margin-left: 5px;
}

.lightbox-next::before {
    transform: rotate(-135deg);
    margin-right: 5px;
}

/* book now page start here  */

.book-now-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.booking-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.booking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Form Header */
.form-header {
    padding-bottom: 10px;
}

.form-header h4 {
    font-weight: 600;
    color: #020f55;
    position: relative;
    display: inline-block;
}

.header-line {
    height: 3px;
    width: 50px;
    background: var(--main-color);
    margin-top: 8px;
    transition: width 0.3s ease;
}

.form-header:hover .header-line {
    width: 80px;
}

/* Form Groups */
.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

/* Input Wrapper */
.input-wrapper {
    position: relative;
}

.form-control {
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px 15px 5px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: transparent;
    z-index: 1;
}

.form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 2px rgba(179, 139, 89, 0.2);
}

.input-wrapper label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #777;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.form-control:focus+label,
.form-control:not(:placeholder-shown)+label {
    top: 5px;
    left: 15px;
    font-size: 12px;
    color: var(--main-color);
}

.input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--main-color);
    transition: width 0.3s ease;
}

.form-control:focus~.input-highlight {
    width: 100%;
}

/* Select Wrapper */
.select-wrapper {
    position: relative;
}

.select-wrapper label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    color: var(--main-color);
}

.form-select {
    height: 53px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px;
    font-size: 16px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 12px;
    transition: all 0.3s ease;
}

.form-select:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 2px rgba(179, 139, 89, 0.2);
}

/* Date Wrapper */
.date-wrapper {
    position: relative;
}

.date-wrapper label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    color: var(--main-color);
}

.date-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Card Icons */
.card-icons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 5px;
}

.card-icon {
    font-size: 12px;
    color: #777;
    padding: 2px 5px;
    border-radius: 3px;
    background: #f0f0f0;
}

.visa {
    color: #1a1f71;
    background: rgba(26, 31, 113, 0.1);
}

.mastercard {
    color: #eb001b;
    background: rgba(235, 0, 27, 0.1);
}

/* CVV Hint */
.cvv-hint {
    position: absolute;
    right: 15px;
    top: -20px;
    font-size: 11px;
    color: #777;
}

/* Submit Button */
.submit-btn {
    position: relative;
    padding: 12px 30px;
    background: var(--main-color);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.select-wrapper textarea {
    resize: vertical;
    padding: 10px 15px;
    font-size: 1rem;
    border: 2px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.3s ease;
    font-family: inherit;
    min-height: 120px;
    width: 100%;
}

.select-wrapper textarea:focus {
    outline: none;
    border-color: var(--main-color);
    /* Bootstrap primary blue */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.submit-btn:hover {
    background: #010a3a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(2, 15, 85, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.arrow-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.submit-btn:hover .arrow-icon {
    transform: translateX(3px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .booking-card {
        padding: 20px;
    }

    .form-header h4 {
        font-size: 18px;
    }

    .form-control,
    .form-select {
        height: 45px;
        font-size: 15px;
    }

    .submit-btn {
        padding: 10px 25px;
        font-size: 15px;
    }
}

/* blog section start here  */
.blog-post {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.post-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-post:hover .post-image {
    transform: scale(1.03);
}

.post-content {
    padding: 25px;
}

.post-date {
    color: var(--main-color);
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.post-date i {
    margin-right: 8px;
}

.post-title {
    font-size: 24px;
    margin: 0 0 15px;
    color: var(--main-color);
    transition: color 0.3s ease;
}

.post-title a {
    color: var(--main-color);
    text-decoration: none;
}

.post-title a:hover {
    color: var(--text-color);
}

.post-excerpt {
    margin-bottom: 20px;
    color: #555;
}

.read-more {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: var(--main-color);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.read-more:hover {
    background: var(--bg-color);
    transform: translateX(5px);
    color: white;
}

.read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(3px);
}

.sidebar-widget {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.widget-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: var(--main-color);
    position: relative;
}

.widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background: var(--accent-color);
}

.recent-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    transition: padding-left 0.3s ease;
}

.recent-post:hover {
    padding-left: 10px;
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post-title {
    font-size: 16px;
    margin: 0 0 5px;
}

.recent-post-title a {

    transition: color 0.3s ease;

    text-decoration: none;

    color: #020f55;
}

.recent-post-title a:hover {
    color: var(--text-color);
}

.recent-post-date {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}

.recent-post-date i {
    margin-right: 5px;
    font-size: 12px;
}

.about-widget img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .blog-header {
        padding: 60px 0;
    }

    .post-image {
        height: 200px;
    }
}

/* blog inner section page  */

.blog-content {

    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 40px;
}

.post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #666;
}

.post-meta i {
    margin-right: 8px;
    color: #020f55;
}

.post-title {
    color: var(--primary-color);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.post-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: var(--accent-color);
}

.featured-image {
    width: 100%;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.highlight-box {


    /* padding: 25px; */
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}







@media (max-width: 768px) {
    .blog-header-inner {
        padding: 80px 0 50px;
    }

    .blog-content {
        padding: 25px;
    }

    .amenities-list {
        columns: 1;
    }
}