/*
 * The Majesty Thalawathugoda - Responsive Stylesheet
 * Mobile-First Responsive Design
 * Developer: Ceylony Digital
 */

/* ========================================
   Tablet (Max-width: 1024px)
======================================== */
@media (max-width: 1024px) {
    /* Base Typography - TABLET */
    html {
        font-size: 15.5px;
    }

    h1 {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 1.7rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .section-title p {
        font-size: 1rem;
    }

    /* Spacing - TABLET */
    section {
        padding: 70px 0;
    }

    .py-100 {
        padding: 70px 0;
    }

    .container {
        padding: 0 25px;
        max-width: 960px;
    }

    /* Navigation - TABLET FIXES */
    body:not(.home-page) {
        padding-top: 75px;
    }

    .page-header {
        margin-top: -75px;
        padding-top: 75px;
        height: 350px;
    }

    .navbar {
        padding: 12px 0;
    }

    .navbar.scrolled {
        padding: 10px 0;
    }

    .nav-wrapper {
        grid-template-columns: 1fr auto;
        padding: 0 25px;
        gap: 20px;
    }

    .nav-logo {
        height: 55px;
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        width: 40px;
        height: 32px;
        padding: 5px;
        min-width: 44px;
        min-height: 44px;
    }

    .mobile-menu-toggle span {
        height: 4px;
    }

    .logo-title {
        font-size: 1.25rem;
        letter-spacing: 1.8px;
    }

    .logo-subtitle {
        font-size: 0.65rem;
        letter-spacing: 2.5px;
    }

    /* Hero - TABLET */
    .hero {
        height: 80vh;
        min-height: 600px;
        max-height: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-content {
        width: 85%;
        max-width: 700px;
        padding: 30px 25px;
    }

    .hero-logo {
        width: 140px;
        margin: 0 auto 25px;
    }

    .hero-content h1 {
        font-size: clamp(2.2rem, 4vw, 2.8rem);
        margin-bottom: 18px;
        line-height: 1.2;
    }

    .hero-tagline {
        font-size: clamp(1.05rem, 2.5vw, 1.25rem);
        letter-spacing: 1.2px;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .hero-cta {
        flex-direction: row;
        gap: 18px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-cta .btn {
        padding: 14px 32px;
        font-size: 0.9rem;
        min-width: 180px;
    }

    .hero-slider-dots {
        bottom: 50px;
        gap: 10px;
    }

    .hero-slider-dots .dot {
        width: 10px;
        height: 10px;
    }

    .hero-slider-dots .dot.active {
        width: 28px;
    }

    .scroll-indicator {
        bottom: 30px;
    }

    .scroll-indicator i {
        font-size: 1.6rem;
    }

    /* Page Header - TABLET */
    .page-header-content h1 {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .breadcrumb {
        font-size: 0.9rem;
    }

    /* Grid adjustments - TABLET */
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* Cards - TABLET */
    .card-img {
        height: 240px;
    }

    .card-body {
        padding: 28px 25px;
    }

    .card-title {
        font-size: 1.4rem;
    }

    .card-text {
        font-size: 0.98rem;
    }

    /* Feature Cards - TABLET */
    .feature-card {
        padding: 40px 30px;
        min-height: auto;
    }

    .feature-icon {
        width: 75px;
        height: 75px;
        font-size: 2.2rem;
    }

    .feature-title {
        font-size: 1.3rem;
    }

    .feature-text {
        font-size: 0.98rem;
    }

    /* Buttons - TABLET */
    .btn {
        padding: 13px 32px;
        font-size: 0.9rem;
    }

    /* Forms - TABLET */
    .form-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    /* Footer - TABLET */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .footer-top {
        padding: 70px 0 50px;
    }

    /* Swiper - TABLET */
    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .swiper-button-next {
        right: -15px;
    }

    .swiper-button-prev {
        left: -15px;
    }

    /* Welcome Section - TABLET */
    .welcome-section .grid-2 {
        gap: 40px;
    }

    .welcome-content h3 {
        font-size: 1.6rem;
    }

    .welcome-image img {
        height: 500px !important;
    }

    /* Location Section - TABLET */
    .location-section .grid-2 {
        gap: 40px;
    }

    .location-info h3 {
        font-size: 1.7rem;
    }

    .map-container {
        height: 400px;
    }

    .map-container iframe {
        height: 100%;
    }

    /* CTA Section - TABLET */
    .cta-section {
        padding: 70px 0;
    }

    .cta-section h2 {
        font-size: 2.2rem;
    }

    .cta-section p {
        font-size: 1.1rem;
    }

    .cta-section .btn {
        padding: 16px 40px;
        font-size: 1rem;
        min-width: 200px;
    }

    /* Floating Buttons - TABLET */
    .whatsapp-float {
        width: 58px;
        height: 58px;
        bottom: 85px;
        right: 25px;
        font-size: 1.8rem;
    }

    .scroll-top-btn {
        width: 48px;
        height: 48px;
        bottom: 25px;
        right: 25px;
    }
}

/* ========================================
   Tablet Portrait (Max-width: 992px)
======================================== */
@media (max-width: 992px) {
    /* Mobile Menu Toggle - 992px breakpoint */
    .mobile-menu-toggle {
        display: flex;
        width: 40px;
        height: 32px;
        padding: 5px;
        min-width: 44px;
        min-height: 44px;
    }

    .mobile-menu-toggle span {
        height: 4px;
    }

    .nav-menu {
        display: none;
    }
}

/* ========================================
   Mobile (Max-width: 768px)
======================================== */
@media (max-width: 768px) {
    /* Typography */
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    h4 {
        font-size: 1.25rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .section-title h2 {
        font-size: 1.85rem;
        line-height: 1.3;
    }

    .section-title p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .section-title .subtitle {
        display: none;
    }

    /* Spacing */
    section {
        padding: 50px 0;
    }

    .py-100 {
        padding: 50px 0;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .container {
        padding: 0 22px;
        max-width: 100%;
    }

    /* Navigation - MOBILE FIXES */
    body:not(.home-page) {
        padding-top: 70px;
    }

    .page-header {
        margin-top: -70px;
        padding-top: 70px;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar.scrolled {
        padding: 8px 0;
    }

    .nav-wrapper {
        grid-template-columns: 1fr auto;
        padding: 0 20px;
        gap: 15px;
    }

    .nav-logo {
        height: 50px;
    }

    .logo-title {
        font-size: 1.15rem;
        letter-spacing: 1.5px;
    }

    .logo-subtitle {
        font-size: 0.6rem;
        letter-spacing: 2px;
    }

    /* Hero Section Mobile - FIXED */
    .hero {
        height: calc(100vh - 70px);
        min-height: 550px;
        max-height: 700px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-content {
        width: 90%;
        max-width: 500px;
        padding: 20px;
        margin: 0 auto;
    }

    .hero-logo {
        width: 120px;
        margin: 0 auto 20px;
    }

    .hero-content h1 {
        font-size: clamp(1.6rem, 5vw, 2rem);
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .hero-tagline {
        font-size: clamp(0.9rem, 3vw, 1.1rem);
        letter-spacing: 1px;
        margin-bottom: 25px;
        line-height: 1.5;
    }

    .hero-cta {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        align-items: center;
    }

    .hero-cta .btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 30px;
        font-size: 0.85rem;
        min-width: unset;
    }

    .hero-slider-dots {
        bottom: 45px;
        gap: 8px;
    }

    .hero-slider-dots .dot {
        width: 8px;
        height: 8px;
    }

    .hero-slider-dots .dot.active {
        width: 24px;
    }

    .scroll-indicator {
        bottom: 25px;
    }

    .scroll-indicator i {
        font-size: 1.4rem;
    }

    /* Page Header */
    .page-header {
        height: 280px;
    }

    .page-header-content h1 {
        font-size: 1.85rem;
        line-height: 1.3;
    }

    .breadcrumb {
        font-size: 0.85rem;
        flex-wrap: wrap;
    }

    /* Grids - FIXED */
    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* Cards - FIXED */
    .card {
        margin-bottom: 20px;
    }

    .card-img {
        height: 220px;
    }

    .card-body {
        padding: 25px 20px;
    }

    .card-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .card-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Feature Cards - FIXED */
    .feature-card {
        padding: 35px 25px;
        min-height: auto;
        height: auto;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    .feature-text {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .why-choose-us .feature-card,
    .our-values .feature-card {
        min-height: auto;
        height: auto;
        padding: 30px 20px;
    }

    .why-choose-us .feature-title,
    .our-values .feature-title {
        font-size: 1.15rem;
    }

    .why-choose-us .feature-text,
    .our-values .feature-text {
        font-size: 0.9rem;
    }

    /* Swiper/Carousel - MOBILE FIX */
    .swiper {
        padding-bottom: 50px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        display: none;
    }

    /* Forms - FIXED */
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 18px;
        font-size: 1rem;
    }

    .btn-submit {
        padding: 14px 35px;
        font-size: 0.9rem;
    }

    /* Footer - FIXED */
    .footer-top {
        padding: 50px 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-col {
        text-align: left;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-logo img {
        margin: 0 auto 20px;
    }

    .footer-logo .logo-text {
        align-items: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-desc {
        text-align: center;
    }

    .footer-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
        text-align: left;
    }

    .footer-title::after {
        left: 0;
        transform: translateX(0);
    }

    .footer-links {
        text-align: left;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        justify-content: flex-start;
    }

    .footer-contact {
        text-align: left;
    }

    .footer-contact li {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-bottom p {
        font-size: 0.85rem;
    }

    /* Buttons - FIXED */
    .btn {
        padding: 14px 32px;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn i {
        font-size: 0.95rem;
        margin-left: 8px;
    }

    /* Mobile Button Centering */
    .welcome-content .btn,
    .welcome-section .btn {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 25px 0;
    }

    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 85px;
        right: 15px;
        font-size: 1.7rem;
        z-index: 998;
        box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
    }

    .scroll-top-btn {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 15px;
        font-size: 1.1rem;
        z-index: 998;
        box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    }

    /* Welcome Section - MOBILE FIX */
    .welcome-section {
        padding: 60px 0;
    }

    .welcome-section .grid-2 {
        gap: 35px;
    }

    .welcome-content {
        padding: 0 10px;
    }

    .welcome-content h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .welcome-content p {
        font-size: 1rem;
        margin-bottom: 18px;
        line-height: 1.8;
    }

    .welcome-features {
        margin-top: 20px !important;
    }

    .welcome-features > div {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 15px !important;
        margin-bottom: 18px !important;
        padding: 12px 0 !important;
    }

    .welcome-features i {
        font-size: 1.4rem !important;
        min-width: 28px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0;
    }

    .welcome-features span {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        flex: 1 !important;
    }

    .welcome-image {
        margin-top: 30px;
    }

    .welcome-image img {
        height: auto !important;
        max-height: 400px;
    }

    /* Location Section - MOBILE FIX */
    .location-section {
        padding: 50px 0;
    }

    .location-section .grid-2 {
        gap: 40px;
        margin-top: 40px !important;
    }

    .location-section .section-title {
        margin-bottom: 30px;
    }

    .location-section .section-title h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .location-info {
        background: var(--white);
        padding: 30px 22px;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .location-info h3 {
        font-size: 1.4rem;
        margin-bottom: 25px !important;
        text-align: left;
        color: var(--rich-black);
    }

    .location-info > div {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 15px !important;
        margin-bottom: 28px !important;
        padding: 0 !important;
    }

    .location-info i {
        color: var(--gold) !important;
        font-size: 1.4rem !important;
        margin-top: 3px !important;
        min-width: 24px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0;
    }

    .location-info h5 {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 10px !important;
        color: var(--rich-black);
    }

    .location-info p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 8px !important;
        color: var(--gray-dark);
    }

    .location-info p a {
        color: var(--gray-dark);
        text-decoration: none;
        display: block;
        line-height: 1.9;
        transition: color 0.3s ease;
    }

    .location-info p a:hover {
        color: var(--gold);
    }

    .location-info .btn {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        padding: 15px 30px;
        font-size: 0.95rem;
    }

    .map-container {
        margin-top: 30px;
        height: 320px;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .map-container iframe {
        height: 100%;
        width: 100%;
        border-radius: 12px;
    }

    /* CTA Section - MOBILE FIX */
    .cta-section {
        padding: 50px 20px;
    }

    .cta-section h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .cta-section p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .cta-section .btn {
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 15px;
        padding: 14px 30px;
        font-size: 0.9rem;
    }

    .cta-section .btn i {
        margin-right: 8px;
        font-size: 0.95rem;
    }

    /* Services Grid - MOBILE FIX */
    .services-section .grid-4 {
        gap: 25px;
    }

    /* Mobile Menu - MOBILE IMPROVEMENTS */
    .mobile-menu-toggle {
        width: 38px;
        height: 30px;
        padding: 4px;
        min-width: 44px;
        min-height: 44px;
    }

    .mobile-menu-toggle span {
        height: 4px;
    }

    .mobile-menu-close {
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 2.2rem;
    }
}

/* ========================================
   Small Mobile Portrait (Max-width: 576px)
======================================== */
@media (max-width: 576px) {
    /* Mobile Menu Toggle - 576px breakpoint */
    .mobile-menu-toggle {
        width: 38px;
        height: 30px;
        padding: 4px;
        min-width: 44px;
        min-height: 44px;
    }

    .mobile-menu-toggle span {
        height: 4px;
    }
}

/* ========================================
   Small Mobile (Max-width: 480px)
======================================== */
@media (max-width: 480px) {
    /* Base Font Size */
    html {
        font-size: 14px;
    }

    /* Container */
    .container {
        padding: 0 18px;
        max-width: 100%;
    }

    /* Typography - SMALL MOBILE */
    h1 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    h4 {
        font-size: 1.1rem;
    }

    p {
        font-size: 0.95rem;
        line-height: 1.8;
        margin-bottom: 16px;
    }

    .section-title h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .section-title p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .section-title .subtitle {
        display: none;
    }

    /* Spacing - SMALL MOBILE */
    section {
        padding: 40px 0;
    }

    .py-100 {
        padding: 40px 0;
    }

    .section-title {
        margin-bottom: 30px;
    }

    /* Navigation - SMALL MOBILE */
    body:not(.home-page) {
        padding-top: 65px;
    }

    .page-header {
        margin-top: -65px;
        padding-top: 65px;
    }

    .navbar {
        padding: 8px 0;
    }

    .nav-wrapper {
        padding: 0 15px;
        gap: 10px;
    }

    .nav-logo {
        height: 45px;
    }

    .logo-title {
        font-size: 0.95rem;
        letter-spacing: 1.2px;
    }

    .logo-subtitle {
        font-size: 0.5rem;
        letter-spacing: 1.5px;
    }

    .mobile-menu-toggle {
        width: 36px;
        height: 28px;
        padding: 4px;
        min-width: 44px;
        min-height: 44px;
    }

    .mobile-menu-toggle span {
        height: 3.5px;
    }

    /* Mobile Menu - SMALL MOBILE */
    .mobile-menu-content {
        padding: 70px 15px 20px;
    }

    .mobile-menu-close {
        top: 18px;
        right: 18px;
        width: 46px;
        height: 46px;
        font-size: 2rem;
        border-width: 2px;
    }

    .mobile-logo {
        margin-bottom: 40px;
        padding: 15px 0;
    }

    .mobile-nav-list > li > a {
        font-size: 0.95rem;
        padding: 15px 10px;
    }

    .mobile-nav-list > li > a i {
        margin-right: 12px;
        width: 20px;
    }

    .mobile-submenu {
        padding-left: 35px;
    }

    .mobile-submenu li a {
        font-size: 0.9rem;
        padding: 10px 12px;
    }

    .mobile-menu-social a {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    /* Hero Section - SMALL MOBILE */
    .hero {
        height: calc(100vh - 65px);
        min-height: 500px;
        max-height: 650px;
    }

    .hero-content {
        width: 92%;
        padding: 15px;
    }

    .hero-logo {
        width: 100px;
        margin: 0 auto 15px;
    }

    .hero-content h1 {
        font-size: clamp(1.4rem, 5vw, 1.7rem);
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .hero-tagline {
        font-size: clamp(0.8rem, 3vw, 1rem);
        letter-spacing: 0.8px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .hero-cta {
        gap: 12px;
    }

    .hero-cta .btn {
        width: 100%;
        max-width: 260px;
        padding: 13px 25px;
        font-size: 0.8rem;
    }

    .hero-slider-dots {
        bottom: 40px;
        gap: 6px;
    }

    .hero-slider-dots .dot {
        width: 7px;
        height: 7px;
        border-width: 1.5px;
    }

    .hero-slider-dots .dot.active {
        width: 20px;
    }

    .scroll-indicator {
        bottom: 20px;
    }

    .scroll-indicator i {
        font-size: 1.2rem;
    }

    /* Page Header - SMALL MOBILE */
    .page-header {
        height: 240px;
    }

    .page-header-content h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .breadcrumb {
        font-size: 0.8rem;
    }

    /* Cards - SMALL MOBILE */
    .card {
        margin-bottom: 15px;
    }

    .card-img {
        height: 200px;
    }

    .card-body {
        padding: 20px 15px;
    }

    .card-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .card-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    /* Feature Cards - SMALL MOBILE */
    .feature-card {
        padding: 30px 20px;
        min-height: auto;
        height: auto;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
        margin-bottom: 18px;
    }

    .feature-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .feature-text {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .why-choose-us .feature-card,
    .our-values .feature-card {
        padding: 25px 18px;
    }

    .why-choose-us .feature-title,
    .our-values .feature-title {
        font-size: 1.05rem;
    }

    .why-choose-us .feature-text,
    .our-values .feature-text {
        font-size: 0.85rem;
    }

    /* Buttons - SMALL MOBILE */
    .btn {
        padding: 11px 24px;
        font-size: 0.8rem;
        letter-spacing: 0.4px;
    }

    .btn i {
        font-size: 0.85rem;
    }

    .btn-submit {
        padding: 13px 30px;
        font-size: 0.85rem;
    }

    /* Forms - SMALL MOBILE */
    .form-group {
        margin-bottom: 18px;
    }

    .form-group label {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 11px 16px;
        font-size: 0.95rem;
    }

    /* Footer - SMALL MOBILE */
    .footer-top {
        padding: 40px 0 25px;
    }

    .footer-grid {
        gap: 30px;
    }

    .footer-logo .logo-title {
        font-size: 1.6rem;
    }

    .footer-logo .logo-subtitle {
        font-size: 0.75rem;
    }

    .footer-desc {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        font-size: 0.9rem;
    }

    .footer-contact li {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .footer-contact i {
        font-size: 1rem;
    }

    .footer-bottom {
        padding: 18px 0;
    }

    .footer-bottom p {
        font-size: 0.8rem;
    }

    .social-link {
        width: 42px;
        height: 42px;
        font-size: 0.95rem;
    }

    /* Welcome Section - SMALL MOBILE */
    .welcome-content h3 {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    .welcome-content p {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .welcome-features > div {
        margin-bottom: 10px !important;
    }

    .welcome-features i {
        font-size: 1.2rem !important;
        flex-shrink: 0;
    }

    .welcome-features span {
        font-size: 0.9rem;
    }

    .welcome-image img {
        max-height: 350px;
    }

    /* Location Section - SMALL MOBILE */
    .location-section {
        padding: 40px 0;
    }

    .location-section .grid-2 {
        gap: 35px;
        margin-top: 35px !important;
    }

    .location-section .section-title h2 {
        font-size: 1.6rem;
    }

    .location-info {
        padding: 25px 18px;
        border-radius: 10px;
    }

    .location-info h3 {
        font-size: 1.25rem;
        margin-bottom: 22px !important;
    }

    .location-info > div {
        gap: 12px !important;
        margin-bottom: 25px !important;
    }

    .location-info i {
        font-size: 1.3rem !important;
        min-width: 22px !important;
        flex-shrink: 0;
    }

    .location-info h5 {
        font-size: 1rem;
        margin-bottom: 8px !important;
    }

    .location-info p {
        font-size: 0.95rem;
        line-height: 1.9;
    }

    .location-info p a {
        font-size: 0.95rem;
        line-height: 2;
    }

    .location-info .btn {
        padding: 14px 28px;
        font-size: 0.9rem;
        margin-top: 28px;
    }

    .map-container {
        margin-top: 25px;
        height: 280px;
        border-radius: 10px;
    }

    .map-container iframe {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

    /* CTA Section - SMALL MOBILE */
    .cta-section {
        padding: 40px 18px;
    }

    .cta-section h2 {
        font-size: 1.4rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .cta-section p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .cta-section .btn {
        max-width: 260px;
        padding: 13px 25px;
        font-size: 0.85rem;
    }

    .cta-section .btn i {
        margin-right: 6px;
        font-size: 0.85rem;
    }

    /* Floating Buttons - SMALL MOBILE */
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 75px;
        right: 12px;
        font-size: 1.5rem;
        z-index: 998;
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    }

    .scroll-top-btn {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 12px;
        font-size: 1rem;
        z-index: 998;
        box-shadow: 0 6px 18px rgba(212, 175, 55, 0.4);
    }

    /* Swiper - SMALL MOBILE */
    .swiper {
        padding-bottom: 45px;
    }

    .swiper-pagination {
        bottom: 15px !important;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-pagination-bullet-active {
        width: 20px;
    }
}

/* ========================================
   Large Desktop (Min-width: 1440px)
======================================== */
@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

    .section-title h2 {
        font-size: 3rem;
    }

    .hero-content h1 {
        font-size: 4rem;
    }

    .page-header-content h1 {
        font-size: 3.5rem;
    }
}

/* ========================================
   Print Styles
======================================== */
@media print {
    .navbar,
    .footer,
    .whatsapp-float,
    .scroll-top-btn,
    .mobile-menu-overlay,
    .hero-cta,
    .btn {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    a {
        text-decoration: underline;
    }
}
