/* New responcive design */

@media (max-width: 1199.98px) {
    .hero h1 {
        font-size: 4rem;
    }

    .hero-desc {
        max-width: 100%;
    }

    .hero-search-card {
        max-width: 560px;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar-brand img {
        height: 52px;
    }

    .navbar-toggler {
        width: 42px;
        height: 42px;
    }

    .navbar-collapse {
        margin-top: 12px;

        background: rgba(18, 10, 5, 0.98);

        border: 1px solid rgba(212, 168, 75, 0.15);

        border-radius: 8px;

        overflow: hidden;

        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
    }

    .navbar-nav {
        gap: 0;

        padding: 6px 0;
    }

    .navbar-nav .nav-link {
        padding: 14px 22px !important;

        font-size: 0.82rem;

        letter-spacing: 0.12em;

        border-bottom: 1px solid rgba(212, 168, 75, 0.08);
    }

    .navbar-nav .dropdown-menu {
        position: static !important;

        width: 92%;

        margin: 12px auto;

        padding: 12px;

        border-radius: 14px;

        border: 1px solid rgba(212, 168, 75, 0.15);

        background: rgba(255, 255, 255, 0.03);

        box-shadow: none;
    }

    .navbar-nav .dropdown-item {
        display: flex;

        align-items: center;

        gap: 12px;

        padding: 9px 9px;

        margin-bottom: 8px;

        border-radius: 10px;

        transition: 0.25s;

        font-size: 0.78rem;
    }

    .freyza-dropdown {
        text-align: left;
    }

    .navbar-nav .dropdown-item:hover {
        background: rgba(212, 168, 75, 0.08);

        transform: translateX(6px);
    }

    .btn-book-nav {
        display: block;

        margin: 16px;

        text-align: center;

        padding: 14px !important;
    }

    .navbar > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
        align-items: stretch;
    }

    .navbar-nav .nav-item {
        width: 100%;
        margin: 0 !important;
    }

    .hero {
        min-height: auto;
        margin-top: 64px;
        padding: 85px 0 50px;

        background-position: center center;
    }

    .hero-copy {
        text-align: center;
        padding-bottom: 2rem;
    }

    .hero-copy h1,
    .hero-copy p {
        text-align: center;
    }

    .hero-eyebrow {
        justify-content: center;
    }

    .hero-side {
        padding-top: 0;
    }

    .hero-search-card {
        max-width: 100%;
    }

    .booking-card,
    .booking-schedule-panel .booking-card,
    .booking-form-panel .booking-card {
        min-height: auto;
    }

    .booking-form-image {
        min-height: 420px;
    }

    .booking-form-slider {
        min-height: 420px;
    }

    /* about css  */
    #about {
        padding: 70px 0;
    }

    #about .row {
        margin-left: 0;
        margin-right: 0;
    }

    #about .col-lg-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .about-img-wrap {
        margin-bottom: 2rem;
    }

    .about-img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 10px;
    }

    .section-tag {
        justify-content: center;
        text-align: center;
    }

    #about .section-title {
        text-align: center;
        font-size: clamp(2rem, 7vw, 2.8rem);
    }

    #about .gold-line {
        margin: 1.25rem auto;
    }

    .about-description {
        text-align: center;
    }

    .about-description p {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .about-features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    /* Service section */

    #services {
        padding: 70px 0;
    }

    #services .row:first-child {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2.5rem !important;
    }

    #services .col-lg-6,
    #services .col-lg-5 {
        padding-left: 0;
        padding-right: 0;
    }

    #services .section-tag {
        justify-content: center;
        text-align: center;
    }

    #services .section-title {
        text-align: center;
        margin-bottom: 1rem;
        font-size: clamp(2rem, 7vw, 2.8rem);
    }

    #services .col-lg-5 p {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    #services .row.g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .service-card {
        padding: 1.5rem;
        border-radius: 14px;
        text-align: center;
        align-items: center;
    }

    .service-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 1.25rem;
    }

    .service-icon-img {
        width: 30px;
        height: 30px;
    }

    .service-card h4 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .service-card p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .service-card:hover {
        transform: translateY(-4px);
    }

    /* Booking form Css */

    #booking {
        padding: 70px 0;
    }

    .booking-wrapper {
        border-radius: 18px;
        overflow: hidden;
    }

    .booking-wrapper .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 1.5rem;
        margin: 0;
    }

    .booking-schedule-panel,
    .booking-form-panel {
        padding: 0;
    }

    .booking-card {
        border-radius: 0;
        min-height: auto;
        padding: 1rem;
    }

    .calendar-header {
        margin-bottom: 1.2rem;
        padding-bottom: 1rem;
    }

    .calendar-month {
        font-size: 1rem;
    }

    .calendar-grid {
        gap: 6px;
    }

    .booking-summary {
        margin-top: 1.5rem !important;
    }

    .booking-form-card {
        padding: 0;
    }

    .booking-form-panel .row {
        --bs-gutter-x: 0;
    }

    .booking-form-panel .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }

    .booking-form-image {
        height: 320px;
        min-height: 320px;
        margin-top: 2rem;
    }

    .booking-form-slider {
        min-height: 320px;
    }

    .form-control,
    .form-select {
        font-size: 0.95rem;
    }

    .btn-book {
        padding: 1rem;
        font-size: 0.85rem;
        letter-spacing: 0.12em;
    }

    textarea.form-control {
        min-height: 120px;
    }

    .booking-summary {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .booking-summary > div {
        padding: 12px;
        border: 1px solid var(--border);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03);
    }

    /* booking slider */

    .booking-form-slider-track,
    .booking-form-slide {
        height: 100% !important;
    }

    #bookingSliderModal .modal-dialog {
        max-width: 95% !important;
        margin: 1rem auto !important;
    }

    .booking-slider-modal-img {
        max-height: 70vh !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 12px !important;
    }

    .booking-form-image,
    .booking-form-slider {
        aspect-ratio: 4 / 3 !important;
        height: auto !important;
        min-height: auto !important;
    }

    .booking-form-slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    /* TESTIMONIALS - MOBILE  */

    #testimonials {
        padding: 70px 0;
    }

    #testimonials .row:first-child {
        margin-bottom: 2rem !important;
    }

    #testimonials .section-tag {
        justify-content: center;
        text-align: center;
    }

    #testimonials .section-title {
        text-align: center;
        font-size: clamp(2rem, 7vw, 2.8rem);
    }

    .testimonialSwiper {
        padding-bottom: 3rem;
    }

    .testimonial-card {
        min-height: auto;
        padding: 1.75rem;
        border-radius: 16px;
        position: relative;
    }

    .testimonial-card .quote-mark {
        font-size: 3.5rem;
        top: 0.8rem;
        left: 1rem;
        opacity: 0.18;
    }

    .stars {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .testimonial-card p {
        font-size: 0.95rem;
        line-height: 1.75;
        margin-top: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-avatar {
        width: 52px;
        height: 52px;
    }

    .testimonial-avatar.initials {
        width: 52px;
        height: 52px;
        font-size: 0.9rem;
    }

    .testimonial-author {
        font-size: 0.78rem;
    }

    .testimonial-author-wrapper small {
        font-size: 0.72rem;
    }

    .swiper-pagination {
        bottom: 0 !important;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-bullet-active {
        background: var(--gold);
    }

    /* Footer */

    footer {
        text-align: left;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-brand img {
        display: block;
    }

    .footer-heading {
        text-align: left;
    }

    .footer-link {
        text-align: left;
    }

    .services-list {
        max-width: 100%;
        margin: 0;
    }

    .social-icons,
    .mt-3 {
        text-align: left;
    }

    #contact .col-lg-2 p {
        display: flex;
        align-items: flex-start;
        gap: 0.7rem;
        justify-content: flex-start;
        text-align: left !important;
        margin: 0;
    }

    /* blog css */

    .hero-blog {
        margin-top: 64px;
        padding: 4rem 6%;
    }
}

/* Tablet Portrait */

@media (max-width: 767.98px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 46px;
    }

    .navbar-nav .nav-link {
        padding: 13px 18px !important;
    }

    .hero {
        padding: 66px 0 0px;
        background-position: 68% center;
        margin-top: 64px;
        background-size: cover;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-desc {
        font-size: 0.95rem;
    }

    .hero-buttons {
        gap: 14px;
    }

    .btn-primary-gold,
    .btn-outline-gold {
        padding: 0.85rem 2rem;
    }
}

/* Large Mobile */

@media (max-width: 575.98px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar-brand img {
        height: 42px;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
    }

    .hero {
        padding: 80px 0 40px;
        margin-top: 64px;
    }

    .hero-copy,
    .hero-side {
        padding: 1rem;
    }

    .hero h1 {
        font-size: 2.3rem;

        line-height: 1.2;
    }

    .hero-eyebrow {
        font-size: 0.65rem;

        letter-spacing: 0.18em;
    }

    .hero-desc {
        font-size: 0.9rem;
    }

    .hero-buttons {
        flex-direction: column;

        width: 100%;

        gap: 14px;
    }

    .btn-primary-gold,
    .btn-outline-gold {
        width: 100%;

        text-align: center;
    }

    .support-buttons {
        right: 15px;
        bottom: 20px;
    }

    .support-btn {
        width: 54px;
        height: 54px;
        font-size: 1.3rem;
    }
}

/* Small Mobile */

@media (max-width: 430px) {
    .hero {
        padding: 62px 0 35px;
        margin-top: 64px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-search-card {
        padding: 0.8rem;
    }

    .navbar-brand img {
        height: 38px;
    }

    .navbar-nav .nav-link {
        font-size: 0.78rem;
    }
}

/* Iphone SE */

@media (max-width: 375px) {
    .navbar-brand img {
        height: 34px;
    }

    .navbar-toggler {
        width: 38px;
        height: 38px;
    }

    .hero {
        margin-top: 64px;
    }
    .hero h1 {
        font-size: 1.75rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-search-card {
        padding: 0.7rem;
    }
}
