@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: 8px 0;
    }

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

    .navbar-toggler {
        width: 38px;
        height: 38px;
    }

    .navbar-toggler-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar .navbar-nav .nav-link:hover {
        background: rgba(183, 141, 101, 0.05);
        padding-left: 10px;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
        margin-top: 10px;
        padding-top: 10px;
    }

    .navbar-collapse {
        max-height: 500px;
        overflow-y: auto;
    }
}

@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) {

    .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) {
    .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;
    }

    .pb-5 {
        padding-bottom: 1rem !important;
    }

    .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.8rem !important;
    }

    h2 {
        font-size: 1.5rem !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 {
        padding: 30px 25px;
        margin-bottom: 20px;
    }

    .occasion-card {
        padding: 35px 20px;
        margin-bottom: 15px;
    }

    .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;
    }

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


@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) {
.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;
    }
}
}