@media (max-width: 991.98px) {
    body {
        overflow-x: hidden;
    }

    .display-5 {
        font-size: calc(1.425rem + 1.1vw);
    }

    .display-1 {
        font-size: calc(1.625rem + 1.5vw);
    }

    .gallery-image-container {
        height: 300px;
    }

    .gallery-filter-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .contact-form-section {
        padding: 35px;
        margin-top: 30px;
    }

    .contact-info-card {
        padding: 35px 25px;
    }

    .map-section h2,
    .contact-form-section h2 {
        font-size: 30px;
    }

    .faq-category h3 {
        font-size: 1.5rem;
    }

    .accordion-button {
        font-size: 0.95rem;
        padding: 1rem 1.25rem;
    }

    .accordion-body {
        padding: 1.25rem;
        font-size: 0.95rem;
    }

    .attraction-info-banner {
        padding: 20px 10px;
    }

    .info-item-elegant {
        padding: 15px 10px;
        border-left: none !important;
        border-top: 1px solid #dee2e6;
    }

    .info-item-elegant:first-child {
        border-top: none !important;
    }

    .section-line {
        display: block;
        margin: 0 auto 15px;
    }

    .blog-main-heading {
        font-size: 26px !important;
    }

    .blog-section-heading {
        font-size: 22px !important;
    }

    .blog-paragraph,
    .blog-lead {
        font-size: 15px !important;
    }

    .blog-grid-img {
        height: 200px;
    }

    .info-item-elegant.border-start {
        border-left: none !important;
    }

    .blog-detail-footer {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .blog-share {
        margin-top: 15px;
    }

    .contact-card-icon-wrapper {
        padding: 40px 0 25px;
    }

    .contact-card-icon {
        width: 80px;
        height: 80px;
    }

    .contact-card-icon i {
        font-size: 32px;
    }

    .contact-card-body {
        padding: 0 30px 35px;
    }

    .facility-card {
        padding: 25px 15px;
    }

    .facility-icon {
        width: 75px;
        height: 75px;
    }

    .facility-icon i {
        font-size: 34px;
    }

    .facility-title {
        font-size: 16px;
    }

    .feature-box {
        padding: 30px 20px;
    }

    .facility-number {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .footer-elegant h2 {
        font-size: 24px !important;
    }

    .footer-elegant .social-links {
        margin-top: 10px;
    }

    .gallery-item-large .gallery-img-wrapper {
        height: 400px;
    }

    .gallery-item:not(.gallery-item-large) .gallery-img-wrapper {
        height: 220px;
    }

    .gallery-icon {
        width: 60px;
        height: 60px;
    }

    .gallery-icon i {
        font-size: 24px;
    }

    .gallery-content h4 {
        font-size: 18px;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar .navbar-brand img {
        height: 45px !important;
        max-height: 45px !important;
    }

    .navbar-toggler {
        width: 45px;
        height: 45px;
        padding: 0;
        border: 2px solid rgba(201, 169, 97, 0.5);
        border-radius: 8px;
        background: rgba(201, 169, 97, 0.1);
        transition: all 0.3s ease;
        z-index: 1050;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.25rem rgba(201, 169, 97, 0.25);
        border-color: #C9A961;
    }

    .navbar-toggler-icon {
        width: 24px !important;
        height: 24px !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201, 169, 97, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Hide hamburger when menu is open */
    .navbar-toggler[aria-expanded="true"] {
        opacity: 0;
        pointer-events: none;
    }

    /* Sidebar Overlay */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.98) 0%, rgba(13, 44, 42, 0.98) 100%);
        z-index: 1040;
        transition: right 0.4s ease-in-out;
        overflow-y: auto;
        padding: 80px 0 30px;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-collapse.collapsing {
        right: -100%;
        transition: right 0.4s ease-in-out;
    }

    /* Close Button in Sidebar */
    .navbar-collapse::after {
        content: '\00d7';
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        background: rgba(201, 169, 97, 0.15);
        border: 2px solid rgba(201, 169, 97, 0.5);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        color: #C9A961;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 300;
        line-height: 1;
        z-index: 10;
    }

    .navbar-collapse::after:hover {
        background: rgba(201, 169, 97, 0.3);
        border-color: #C9A961;
        transform: rotate(90deg);
    }

    /* Sidebar Menu Items */
    .navbar .navbar-nav {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .navbar .navbar-nav .nav-link {
        margin: 0;
        padding: 18px 30px;
        border-bottom: 1px solid rgba(201, 169, 97, 0.1);
        color: rgba(255, 255, 255, 0.85) !important;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
    }

    .navbar .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #C9A961;
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        background: rgba(201, 169, 97, 0.15);
        color: #C9A961 !important;
        padding-left: 40px;
    }

    .navbar .navbar-nav .nav-link:hover::before,
    .navbar .navbar-nav .nav-link.active::before {
        transform: scaleY(1);
    }

    /* Backdrop Overlay */
    .navbar-collapse::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }

    .navbar-collapse.show::before {
        opacity: 1;
        pointer-events: all;
    }

    /* Scrolled State */
    .sticky-top.scrolled .navbar-toggler {
        border-color: rgba(201, 169, 97, 0.5);
        background: rgba(201, 169, 97, 0.1);
    }

    .sticky-top.scrolled .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%28201, 169, 97, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
        html, body{
        overflow-x: hidden !important;
    }
}

@media (max-width: 575px) {
    .facility-icon {
        width: 70px;
        height: 70px;
    }

    .facility-icon i {
        font-size: 32px;
    }

    .facility-title {
        font-size: 15px;
    }

    .facility-desc {
        font-size: 13px;
    }

    .feature-box h4 {
        font-size: 18px;
    }

    .facility-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 12px;
    }

    .occasion-icon {
        width: 75px;
        height: 75px;
    }

    .occasion-icon i {
        font-size: 2rem;
    }

    .navbar .navbar-brand img {
        height: 40px !important;
        max-height: 40px !important;
    }

    .gallery-item-large .gallery-img-wrapper,
    .gallery-item:not(.gallery-item-large) .gallery-img-wrapper {
        height: 280px;
    }

    .gallery-icon {
        width: 50px;
        height: 50px;
    }

    .gallery-icon i {
        font-size: 20px;
    }

    .gallery-content h4 {
        font-size: 15px;
        margin-top: 15px !important;
    }

    .gallery-content p {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .blog-sidebar{
        margin-top:0px !important; 
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}

@media (max-width: 767px) {
    p {
        font-size: 14px !important;
    }

    .about-hero {
        padding-top: 124px !important;
    }

    .lh-base {
        font-size: 12px;
    }

    .contact-card-body h5 {
        font-size: 20px;
    }

    .contact-card-body p {
        font-size: 14px;
    }

    .contact-icon-box {
        width: 80px;
        height: 80px;
    }

    .contact-icon-box i {
        font-size: 32px;
    }

    .contact-info-card h4 {
        font-size: 22px;
    }

    .map-section h2,
    .contact-form-section h2 {
        font-size: 26px;
    }

    .contact-form-section {
        padding: 30px 25px;
    }

    .quick-contact-options {
        margin-top: 20px;
    }

    .quick-contact-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .display-5 {
        font-size: 2rem;
    }

    .faq-category .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .faq-category .ms-3 {
        margin-left: 0 !important;
        margin-top: 1rem;
    }

    .accordion-button {
        font-size: 0.9rem;
        padding: 0.875rem 1rem;
    }

    .accordion-button .fa-question-circle {
        font-size: 1rem;
    }

    .gallery-image-container {
        height: 280px;
    }

    .gallery-filter-wrapper {
        gap: 8px;
    }

    .gallery-filter-btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    .gallery-title {
        font-size: 16px;
    }

    .display-1 {
        font-size: 2rem !important;
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 2rem;
    }

    body {
        overflow-x: hidden;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem;
    }

    

    .btn {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        font-size: 14px !important;
    }

    .header-carousel .owl-dots {
        position: absolute;
        width: 60px;
        height: 100%;
        top: 140px !important;
        right: 6px;
    }

    .counter-data {
        font-size: 3rem !important;
    }

    .vision-mission .about-data {
        flex-direction: column;
        align-items: center !important;
        gap: 10px;
    }

    .ratio-21x9 {
        --bs-aspect-ratio: 100%;
    }

    .info-item-elegant strong {
        font-size: 12px;
    }

    .attraction-section {
        margin-bottom: 0px !important;
    }

    .vision-mission .bg-white {
        padding: 20px !important;
    }

    .call-action .bg-light {
        padding: 20px !important;
    }

    .vision-mission .about-data h2 {
        margin-left: 0px !important;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .gallery-filter-wrapper {
        padding: 0px !important;
    }

    .gallery-container {
        padding: 0px !important;
    }

    .blog-paragraph,
    .blog-lead {
        font-size: 13px !important;
    }

    .conclusion-text {
        font-size: 13px;
    }

    .conclusion-title {
        margin-top: 0px !important;
    }

    .fa-question-circle {
        color: white !important;
    }

    .accordion-body {
        padding: 1.25rem;
        font-size: 13px;
    }

    .faq-container .fa-question-circle {
        color: #b78d65 !important;
    }

    .faq-container .bg-white {
        padding: 20px !important;
    }

    .collapsed .fa-question-circle {
        color: #b78d65 !important;
    }

    .accordion-button {
        font-size: 13px;
        font-weight: 500;
    }

    .blog-contaier {
        padding: 0px !important;
    }

    .info-row strong {
        font-size: 14px;
        font-weight: 600;
    }

    .facility-main {
        padding: 20px !important;
    }

    .accommodation {
        padding: 20px !important;
    }

    .section-line {

        width: 0px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    .amenities-data {
        margin-bottom: 0px !important;
    }

    .btn {
        box-shadow: unset !important;
    }

    .whatsapp-float {

        bottom: 64px !important;
    }

    .back-to-top {
        width: 45px;
        height: 45px;

        bottom: 15px;
        right: 15px;

    }

    .badge {
        display: inline-block;
        padding: 4px;
        border-radius: 3px;
        font-size: 11px;
        font-weight: 500;
    }

    .tips-list li {
        font-size: 14px;
    }

    .fa-check-circle {
        font-size: 15px;
    }

    .highlight-item span {
        font-size: 14px;
    }

    .explore-more-section .small {
        font-size: 13px;
    }

    .info-row p {
        font-size: 13px;
    }

    h4,
    .h4 {
        font-size: calc(1.275rem + 0vw);
    }

    p {
        font-size: 13px;
    }

    ol li {
        font-size: 13px !important;
    }

    .container {
        padding: 0px 10px;
    }

    .page-header {
        margin-bottom: 10px !important;
    }

    .img-icon {
        width: 50px;
    }

    .display-5 {
        font-size: 1.5rem !important;
    }

    h1 {
        font-size: 1.4rem !important;
        line-height: 1.5 !important;
    }

    h2 {
        font-size: 1.4rem !important;
    }

    h3,
    .h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px !important;
    }

    .fs-5 {
        font-size: 14px !important;
    }

    .lead {
        font-size: 14px !important;
    }

    .facility-card {
        padding: 25px 20px;
        margin-bottom: 15px;
    }
.feature-box h4 {
        font-size: 16px;
    }
    .feature-box-icon {
font-size: 18px;

    }
    .booking-features {
margin-bottom: 0px;
    }
    .feature-box {
        padding: 20px 25px;
        margin-bottom: 20px;
    }
    .property-highlights-section{
        margin-top:0px;
        margin-bottom:0px;
    }
.info-card-icon {
        font-size: 18px;

}
    .occasion-card {
        padding: 35px 20px;
        margin-bottom: 15px;
    }
.experience-images{
    margin-bottom: 10px;
}
    .occasion-icon {
        width: 85px;
        height: 85px;
    }

    .occasion-icon i {
        font-size: 2.5rem;
    }

    .footer-elegant {
        padding: 2rem 0 !important;
    }

    .footer-elegant h2 {
        font-size: 22px !important;
        margin-bottom: 8px !important;
    }

    .footer-elegant h6 {
        font-size: 12px !important;
        margin-bottom: 12px !important;
    }

    .footer-elegant .footer-info p {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .btn-social {
        width: 35px;
        height: 35px;
    }

    .btn-social i {
        font-size: 14px;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 20px;
        right: 20px;
    }

    .footer-elegant .row.mt-4 {
        margin-top: 1.5rem !important;
    }

    .footer-elegant .border-top {
        padding-top: 1rem !important;
    }

    .gallery-item-large .gallery-img-wrapper {
        height: 350px;
    }

    .gallery-item:not(.gallery-item-large) .gallery-img-wrapper {
        height: 280px;
    }

    .gallery-border {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-width: 2px;
    }

    .gallery-icon {
        width: 55px;
        height: 55px;
    }

    .gallery-icon i {
        font-size: 22px;
    }

    .gallery-content h4 {
        font-size: 16px;
    }

    .gallery-content p {
        font-size: 13px;
    }

    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-detail-content-wrapper p {
        margin-bottom: 10px;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
    }

    .blog-detail-section .wp-block-heading b,
    .blog-detail-section .wp-block-heading strong {
        font-size: 18px;
        line-height: 1.5;
    }

    .blog-detail-content-wrapper li {
        font-size: 14px;
    }

    .blog-sidebar {
        position: static;
        margin-top: 15px;
    }

    .sidebar-widget {
        margin-bottom: 10px;
    }
    .blog-card-title a {
    font-size: 16px;
    }
}


@media (max-width: 575px) {
    .gallery-image-container {
        height: 250px;
    }

    .gallery-filter-btn i {
        display: none;
    }

    .gallery-overlay-modern {
        opacity: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    }

    .gallery-content-modern {
        transform: translateY(0);
    }

    .contact-form-section {
        padding: 25px 20px;
    }

    .map-container iframe {
        height: 350px;
    }

    .info-badge {
        padding: 15px;
    }

    .info-badge i {
        font-size: 28px;
    }

    .quick-contact-options .d-flex {
        flex-direction: column;
        gap: 10px !important;
    }

    .quick-contact-btn {
        width: 100%;
        justify-content: center;
    }

    .blog-grid-img {
        height: 180px;
    }

    .blog-img {
        height: 220px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-excerpt {
        font-size: 13px;
    }

    .blog-meta {
        font-size: 12px;
    }

    .blog-img {
        height: 200px;
    }

    .blog-badge {
        top: 15px;
        left: 15px;
    }

    .blog-badge .badge {
        font-size: 11px;
        padding: 6px 12px !important;
    }

    .footer-elegant h2 {
        font-size: 20px !important;
    }

    .footer-elegant .footer-info p {
        font-size: 11px !important;
    }

    .btn-social {
        width: 32px;
        height: 32px;
        gap: 1px !important;
    }

    .btn-social i {
        font-size: 13px;
    }

    .social-links {
        gap: 6px !important;
    }

    .whatsapp-float {
        width: 45px;
        height: 45px;
        font-size: 24px;
        bottom: 15px;
        right: 15px;
    }
}


@media (min-width: 1200px) {
    .display-1 {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .attraction-detail-section .col-lg-4{
        margin-top:0px !important;
    }
    body {
        overflow-x: hidden;
    }

    .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-lg-6,
    .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .gallery-section {
        margin-top: 50px !important;
    }

    .page-header {
        margin-bottom: 0px !important;
    }

    .fa-question-circle {
        color: white !important;
    }

    .accordion-body {
        padding: 1.25rem;
        font-size: 13px;
    }

    .faq-container .fa-question-circle {
        color: #b78d65 !important;
    }

    .faq-container .bg-white {
        padding: 20px !important;
    }

    .collapsed .fa-question-circle {
        color: #b78d65 !important;
    }

    .accordion-button {
        font-size: 13px;
        font-weight: 500;
    }

    .blog-contaier {
        padding: 0px !important;
    }

    .faq-contact {
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .faq-main {
        border: 1px solid #e6d8ca;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .display-3 {
        font-size: calc(1.525rem + 2.3vw);
    }
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }

    @media (min-width: 1200px) {
        .display-1 {
            font-size: 4rem;
        }
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .about-hero{
            min-height: 18vh !important;    
    }
.navbar .navbar-nav .nav-link {
    margin-left: 22px !important;
}
.hero-title {
    font-size: 33px;
}
.hero-section {
    position: relative;
    min-height: 65vh;
}
.lh-base {
    font-size: 16px;
}.booking-info-section {
    padding: 60px 0;
}
.feature-box {
    flex-direction: column;
}
.villa-main-title {
    font-size: 30px;
}
.villa-main-title{
    margin-bottom: 0px;
}
.villa-description {
    margin: 10px 0;
}
.villa-count .display-1 {
    font-size: 50px;

}
.villa-count{
    margin-top:0px !important;
}
.villa-gallery-left{
 padding: 2rem !important;   
}
.villa-experience-section .col-lg-6{
    margin: 0px;
}
.amenities-section-new {
    padding: 60px 0;
}
.feature-img-wrapper {
   
    height: 200px;
}
.feature-card p {

    min-height: 135px;
}
.section-heading {
    font-size: 33px;
}

.attractions-main-section .col-lg-6{
width: 100% !important;
}
}