/* ==================== RESPONSIVE STYLES - COMPLETE MERGED ==================== */
/* Breakpoints: 350px, 399px, 480px, 575px, 767px, 991px, 1199px, 1300px, 1400px */

/* ==================== EXTRA LARGE DEVICES (1400px and up) ==================== */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    /* Gallery */
    .gallery-card {
        border-radius: 20px;
    }
    
    .page-header h1 {
        font-size: 3.5rem;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 100vh;
        padding-top: 80px;
    }
    
    .hero-title,
    .hero-banner h1 {
        font-size: 4rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 1.5rem;
    }
    
    .explore-btn {
        padding: 1.2rem 3.5rem;
        font-size: 1.2rem;
    }
    
    .btn-package {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
    
    /* Navbar */
    .custom-navbar {
        padding: 1rem 0;
        min-height: 80px;
    }
    
    .hdrlg_img {
        max-width: 75px;
    }
    
    .brand-text {
        font-size: 1.1rem;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1rem !important;
    }
    
    .btn-primary.btn-sm {
        padding: 0.6rem 1.75rem;
    }
}

/* ==================== LARGE DESKTOP (1300px to 1399px) ==================== */
@media (min-width: 1300px) and (max-width: 1399.98px) {
    .container {
        max-width: 1240px;
    }
    
    .page-header h1 {
        font-size: 3.3rem;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 95vh;
    }
    
    .hero-title,
    .hero-banner h1 {
        font-size: 3.5rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 1.3rem;
    }
}

/* ==================== DESKTOP (1200px to 1299px) ==================== */
@media (min-width: 1200px) and (max-width: 1299.98px) {
    .container {
        max-width: 1140px;
    }
    
    .page-header h1 {
        font-size: 3rem;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 95vh;
    }
    
    .hero-title,
    .hero-banner h1 {
        font-size: 3.5rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 1.3rem;
    }
    
    /* Navbar */
    .brand-text {
        font-size: 1rem;
    }
    
    .hdrlg_img {
        max-width: 70px;
        height: auto;
    }
    
    .custom-navbar {
        padding: 0.85rem 0;
        min-height: 75px;
    }
    
    .nav-link {
        padding: 0.5rem 0.9rem !important;
    }
}

/* ==================== LAPTOP/SMALL DESKTOP (992px to 1199px) ==================== */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
    
    .page-header h1 {
        font-size: 3rem;
    }
    
    /* Gallery */
    .filter-btn {
        padding: 9px 22px;
        font-size: 0.9rem;
    }
    
    .overlay-content h5 {
        font-size: 1rem;
    }
    
    .overlay-content p {
        font-size: 0.85rem;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 90vh;
        padding-top: 70px;
    }
    
    .hero-title,
    .hero-banner h1,
    .hero-overlay h1 {
        font-size: 3rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 1.2rem;
    }
    
    .explore-btn {
        padding: 0.9rem 2.5rem;
        font-size: 1.05rem;
    }
    
    .btn-package {
        padding: 0.8rem 1.8rem;
        font-size: 0.95rem;
    }
    
    /* Navbar */
    .hdrlg_img {
        max-width: 60px;
        height: auto;
    }
    
    .custom-navbar {
        padding: 0.75rem 0;
        min-height: 70px;
    }
    
    .brand-text {
        font-size: 0.95rem;
    }
    
    .nav-link {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.9rem;
    }
    
    .dropdown-menu {
        min-width: 200px;
        margin-top: 0;
    }
    
    /* Hover effect for desktop */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    
    .section-title h2 {
        font-size: 2.5rem;
    }
}

/* ==================== TABLET LANDSCAPE/SMALL LAPTOP (768px to 991px) ==================== */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
    
    /* Gallery */
    .page-header {
        padding: 120px 0 70px;
    }
    
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .page-header .lead {
        font-size: 1.1rem;
    }
    
    .filter-buttons {
        margin-bottom: 2rem;
    }
    
    .filter-btn {
        padding: 8px 18px;
        font-size: 0.85rem;
        margin: 4px;
    }
    
    .gallery-item {
        margin-bottom: 1.5rem;
    }
    
    .stat-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .stat-card i {
        font-size: 2.5rem !important;
    }
    
    .footer .col-md-6 {
        margin-bottom: 2rem;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 85vh;
        padding-top: 65px;
    }
    
    .hero-title,
    .hero-banner h1,
    .hero-overlay h1 {
        font-size: 2.8rem;
    }
    
    .hero-subtitle,
    .hero-banner p,
    .hero-overlay p {
        font-size: 1.15rem;
        margin-bottom: 2rem;
    }
    
    .explore-btn {
        padding: 0.85rem 2.2rem;
        font-size: 1rem;
    }
    
    .btn-package {
        padding: 0.75rem 1.6rem;
        font-size: 0.9rem;
    }
    
    .scroll-indicator {
        bottom: 20px;
    }
    
    /* Navbar */
    .brand-text {
        font-size: 0.9rem;
    }
    
    .hdrlg_img {
        max-width: 55px;
        height: auto;
    }
    
    .navbar-nav {
        padding-top: 1rem;
    }
    
    .nav-link {
        padding: 0.5rem 1rem !important;
    }
    
    .btn-primary.btn-sm {
        margin-top: 0.5rem;
        margin-left: 1rem !important;
    }
    
    .custom-navbar {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        min-height: 65px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .custom-navbar .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
        background: #fff;
        margin-top: 1rem;
        padding: 1rem 0;
        border-radius: 0.5rem;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav {
        padding: 0.5rem 0;
        align-items: flex-start !important;
    }
    
    .nav-item {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nav-item:last-child {
        border-bottom: none;
    }
    
    .nav-link {
        padding: 0.75rem 1rem !important;
        font-size: 1rem;
        color: #212529;
        display: block;
    }
    
    .nav-link:hover,
    .nav-link.active {
        background-color: #f8f9fa;
        color: #0d6efd;
    }
    
    .dropdown-menu {
        border: none;
        box-shadow: none;
        background-color: #f8f9fa;
        margin-left: 1rem;
        margin-top: 0.5rem;
        padding: 0.5rem 0;
    }
    
    .dropdown-item {
        padding: 0.6rem 1rem;
        font-size: 0.95rem;
        color: #495057;
    }
    
    .dropdown-item:hover {
        background-color: #e9ecef;
        color: #0d6efd;
        padding-left: 1.25rem;
    }
    
    .btn-primary.btn-sm {
        margin-top: 0.75rem;
        margin-left: 1rem !important;
        margin-right: 1rem;
        width: calc(100% - 2rem);
        display: block;
        text-align: center;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }

    .cta-section h3 {
        font-size: 2rem;
    }

    .package-content h4 {
        font-size: 1.25rem;
    }

    .package-content p {
        font-size: 0.9rem;
    }
}

/* ==================== TABLET PORTRAIT (576px to 767px) ==================== */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }
    
    /* Gallery */
    .page-header {
        padding: 100px 0 60px;
    }
    
    .page-header h1 {
        font-size: 2.2rem;
    }
    
    .page-header .lead {
        font-size: 1rem;
    }
    
    .filter-buttons {
        margin-bottom: 1.5rem;
    }
    
    .filter-btn {
        padding: 7px 16px;
        font-size: 0.8rem;
        margin: 3px;
    }
    
    .gallery-card {
        border-radius: 12px;
    }
    
    .gallery-image {
        padding-top: 70%;
    }
    
    .overlay-content h5 {
        font-size: 0.95rem;
    }
    
    .overlay-content p {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    
    .view-btn {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
    
    .stat-card {
        padding: 20px 10px;
        margin-bottom: 15px;
    }
    
    .stat-card i {
        font-size: 2.2rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .stat-card h3 {
        font-size: 1.5rem;
    }
    
    .stat-card p {
        font-size: 0.9rem;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 80vh;
        padding-top: 60px;
    }
    
    .hero-content {
        padding: 1.5rem 1rem;
    }
    
    .hero-title,
    .hero-banner h1,
    .hero-overlay h1 {
        font-size: 2.5rem;
        margin-bottom: 1.2rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 1.1rem;
        margin-bottom: 1.8rem;
    }
    
    .explore-btn {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }
    
    .btn-package {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .package-buttons {
        gap: 0.75rem;
    }
    
    /* Navbar */
    .brand-text {
        font-size: 0.85rem;
    }
    
    .hdrlg_img {
        max-width: 50px;
        height: auto;
    }
    
    .custom-navbar {
        min-height: 60px;
    }
    
    .nav-link {
        padding: 0.7rem 1rem !important;
        font-size: 0.95rem;
    }
    
    .btn-primary.btn-sm {
        padding: 0.7rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
}

/* ==================== MOBILE LANDSCAPE/LARGE MOBILE (481px to 575px) ==================== */
@media (min-width: 481px) and (max-width: 575.98px) {
    /* Gallery */
    .page-header {
        padding: 95px 0 55px;
    }
    
    .page-header h1 {
        font-size: 2rem;
        margin-bottom: 1rem !important;
    }
    
    .page-header .lead {
        font-size: 0.95rem;
        margin-bottom: 1.5rem !important;
    }
    
    .breadcrumb {
        font-size: 0.85rem;
    }
    
    .filter-buttons {
        margin-bottom: 1.5rem;
        padding: 0 10px;
    }
    
    .filter-btn {
        padding: 6px 15px;
        font-size: 0.75rem;
        margin: 2px;
        border-width: 1.5px;
    }
    
    .gallery-section {
        padding: 2.5rem 0 !important;
    }
    
    .gallery-item {
        margin-bottom: 1rem;
    }
    
    .gallery-card {
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }
    
    .gallery-image {
        padding-top: 75%;
    }
    
    .gallery-overlay {
        padding: 15px;
    }
    
    .overlay-content h5 {
        font-size: 0.92rem;
        margin-bottom: 3px;
    }
    
    .overlay-content p {
        font-size: 0.78rem;
        margin-bottom: 8px;
    }
    
    .view-btn {
        width: 34px;
        height: 34px;
        font-size: 0.82rem;
    }
    
    .stats-section {
        padding: 2.5rem 0 !important;
    }
    
    .stat-card {
        padding: 18px 12px;
        margin-bottom: 15px;
    }
    
    .stat-card i {
        font-size: 2.1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .stat-card h3 {
        font-size: 1.4rem;
        margin-bottom: 5px !important;
    }
    
    .stat-card p {
        font-size: 0.87rem;
        margin-bottom: 0;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 75vh;
        padding-top: 60px;
    }
    
    .hero-content {
        padding: 1.5rem 0.75rem;
    }
    
    .hero-title,
    .hero-banner h1,
    .hero-overlay h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .explore-btn {
        padding: 0.75rem 1.8rem;
        font-size: 0.95rem;
    }
    
    .btn-package {
        padding: 0.65rem 1.3rem;
        font-size: 0.85rem;
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .package-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .scroll-indicator {
        bottom: 15px;
    }
    
    .scroll-arrow {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    /* Navbar */
    .brand-text {
        font-size: 0.78rem;
        line-height: 1.2;
    }
    
    .hdrlg_img {
        max-width: 45px;
        height: auto;
    }
    
    .navbar-brand {
        gap: 0.5rem !important;
    }
    
    .custom-navbar {
        padding: 0.6rem 0;
        min-height: 60px;
    }
    
    .custom-navbar .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .navbar-toggler {
        padding: 0.4rem 0.6rem;
    }
    
    .navbar-toggler-icon {
        width: 22px;
        height: 22px;
    }
    
    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0;
    }
    
    .nav-link {
        padding: 0.65rem 0.75rem !important;
        font-size: 0.95rem;
    }
    
    .dropdown-item {
        padding: 0.55rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .btn-primary.btn-sm {
        margin-top: 0.75rem;
        margin-left: 0.75rem !important;
        margin-right: 0.75rem;
        width: calc(100% - 1.5rem);
        padding: 0.65rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
    }
}

/* ==================== MOBILE PORTRAIT (up to 480px) ==================== */
@media (max-width: 480px) {
    /* Gallery */
    .page-header {
        padding: 90px 0 50px;
    }
    
    .page-header h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem !important;
    }
    
    .page-header .lead {
        font-size: 0.95rem;
        margin-bottom: 1.5rem !important;
    }
    
    .breadcrumb {
        font-size: 0.85rem;
    }
    
    .filter-buttons {
        margin-bottom: 1.5rem;
        padding: 0 10px;
    }
    
    .filter-btn {
        padding: 6px 14px;
        font-size: 0.75rem;
        margin: 2px;
        border-width: 1.5px;
    }
    
    .gallery-section {
        padding: 2.5rem 0 !important;
    }
    
    .gallery-item {
        margin-bottom: 1rem;
    }
    
    .gallery-card {
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }
    
    .gallery-image {
        padding-top: 75%;
    }
    
    .gallery-overlay {
        padding: 15px;
    }
    
    .overlay-content h5 {
        font-size: 0.9rem;
        margin-bottom: 3px;
    }
    
    .overlay-content p {
        font-size: 0.75rem;
        margin-bottom: 8px;
    }
    
    .view-btn {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .stats-section {
        padding: 2.5rem 0 !important;
    }
    
    .stat-card {
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    
    .stat-card i {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .stat-card h3 {
        font-size: 1.3rem;
        margin-bottom: 5px !important;
    }
    
    .stat-card p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    
    .footer {
        padding-top: 3rem !important;
    }
    
    .footer h5 {
        font-size: 1.1rem;
        margin-bottom: 1rem !important;
    }
    
    .footer p,
    .footer li {
        font-size: 0.85rem;
    }
    
    .footer .social-links a {
        margin-right: 1rem !important;
        font-size: 1.2rem;
    }
    
    .footer .col-lg-4,
    .footer .col-lg-2,
    .footer .col-lg-3 {
        margin-bottom: 2rem;
    }
    
    #lightboxModal .modal-dialog {
        margin: 0.5rem;
    }
    
    #lightboxModal img {
        border-radius: 5px;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 70vh;
        padding-top: 60px;
    }
    
    .hero-content {
        padding: 1.5rem 0.75rem;
    }
    
    .hero-title,
    .hero-banner h1,
    .hero-overlay h1 {
        font-size: 1.9rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .explore-btn {
        padding: 0.7rem 1.6rem;
        font-size: 0.9rem;
    }
    
    .explore-btn i {
        font-size: 0.85rem;
    }
    
    .btn-package {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
        width: 100%;
        max-width: 280px;
    }
    
    .package-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .scroll-indicator {
        bottom: 15px;
    }
    
    .scroll-arrow {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    /* Navbar */
    .brand-text {
        font-size: 0.75rem;
        line-height: 1.2;
    }
    
    .hdrlg_img {
        max-width: 40px;
        height: auto;
    }
    
    .navbar-brand {
        gap: 0.5rem !important;
    }
    
    .custom-navbar {
        padding: 0.5rem 0;
        min-height: 58px;
    }
    
    .custom-navbar .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .navbar-toggler {
        padding: 0.4rem 0.6rem;
    }
    
    .navbar-toggler-icon {
        width: 22px;
        height: 22px;
    }
    
    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0;
    }
    
    .nav-link {
        padding: 0.6rem 0.75rem !important;
        font-size: 0.9rem;
    }
    
    .dropdown-item {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .btn-primary.btn-sm {
        margin-top: 0.75rem;
        margin-left: 0.75rem !important;
        margin-right: 0.75rem;
        width: calc(100% - 1.5rem);
        padding: 0.65rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .section-title h2 {
        font-size: 1.5rem;
    }
    
    .float-btn span {
        display: none;
    }

    .float-btn {
        padding: 14px;
        border-radius: 50%;
    }
}

/* ==================== EXTRA SMALL MOBILE (up to 399px) ==================== */
@media (max-width: 399.98px) {
    .page-header h1 {
        font-size: 1.5rem;
    }
    
    .page-header .lead {
        font-size: 0.85rem;
    }
    
    .filter-btn {
        padding: 5px 12px;
        font-size: 0.7rem;
        margin: 2px;
    }
    
    .overlay-content h5 {
        font-size: 0.85rem;
    }
    
    .overlay-content p {
        font-size: 0.7rem;
    }
    
    .view-btn {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }
    
    .stat-card i {
        font-size: 1.8rem !important;
    }
    
    .stat-card h3 {
        font-size: 1.2rem;
    }
    
    .stat-card p {
        font-size: 0.8rem;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 65vh;
    }
    
    .hero-title,
    .hero-banner h1,
    .hero-overlay h1 {
        font-size: 1.7rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 0.9rem;
    }
    
    .explore-btn {
        padding: 0.65rem 1.4rem;
        font-size: 0.85rem;
    }
    
    .btn-package {
        font-size: 0.75rem;
    }
    
    /* Navbar */
    .brand-text {
        font-size: 0.7rem;
    }
    
    .hdrlg_img {
        max-width: 38px;
    }
    
    .navbar-toggler {
        padding: 0.35rem 0.5rem;
    }
    
    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
    
    .nav-link {
        padding: 0.55rem 0.75rem !important;
        font-size: 0.85rem;
    }
    
    .dropdown-item {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
    
    .section-title h2 {
        font-size: 1.3rem;
    }
}

/* ==================== VERY SMALL MOBILE (up to 350px) ==================== */
@media (max-width: 350px) {
    .page-header h1 {
        font-size: 1.3rem;
    }
    
    .filter-btn {
        padding: 5px 10px;
        font-size: 0.65rem;
    }
    
    /* Hero Banner */
    .hero-title,
    .hero-banner h1 {
        font-size: 1.5rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 0.85rem;
    }
    
    .explore-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
    }
    
    /* Navbar */
    .brand-text {
        font-size: 0.65rem;
    }
    
    .hdrlg_img {
        max-width: 35px;
    }
    
    .navbar-toggler {
        padding: 0.3rem 0.45rem;
    }
    
    .navbar-toggler-icon {
        width: 18px;
        height: 18px;
    }
    
    .custom-navbar {
        min-height: 52px;
    }
}

/* ==================== LANDSCAPE ORIENTATIONS ==================== */

/* Mobile Landscape */
@media (max-width: 767.98px) and (orientation: landscape) {
    /* Gallery */
    .page-header {
        padding: 80px 0 50px;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .gallery-image {
        padding-top: 60%;
    }
    
    /* Hero Banner */
    .hero-banner {
        min-height: 100vh;
        padding-top: 55px;
    }
    
    .hero-content {
        padding: 1rem;
    }
    
    .hero-title,
    .hero-banner h1 {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-subtitle,
    .hero-banner p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }
    
    .scroll-indicator {
        display: none;
    }
    
    /* Navbar */
    .custom-navbar {
        min-height: 55px;
        padding: 0.5rem 0;
    }
    
    .navbar-collapse {
        max-height: 60vh;
    }
    
    .nav-link {
        padding: 0.5rem 1rem !important;
    }
}

/* iPad Mini and similar tablets (portrait) */
@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
    .filter-btn {
        padding: 8px 20px;
    }
    
    .gallery-item {
        margin-bottom: 1.5rem;
    }
}

/* iPad Pro and larger tablets (portrait) */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .page-header {
        padding: 140px 0 90px;
    }
    
    .gallery-image {
        padding-top: 70%;
    }
    
    .hero-banner {
        padding: 140px 0 90px;
    }
    
    .hero-image {
        padding-top: 70%;
    }
}

/* ==================== SPECIAL FEATURES ==================== */

/* Print Styles */
@media print {
    .navbar,
    .filter-buttons,
    .footer,
    .btn,
    .view-btn,
    .explore-btn,
    .btn-package,
    .scroll-indicator {
        display: none !important;
    }
    
    .page-header,
    .hero-banner {
        background: #fff !important;
        color: #000 !important;
        padding: 20px 0;
    }
    
    .gallery-card {
        page-break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd;
    }
    
    .gallery-overlay,
    .hero-overlay {
        display: none !important;
    }
}

/* High DPI Displays (Retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gallery-image img,
    .hero-banner {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Reduced Motion (Accessibility) */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .hero-banner *,
    .explore-btn,
    .btn-package,
    .scroll-arrow {
        animation: none !important;
        transition: none !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .gallery-overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
    }
    
    .overlay-content {
        transform: translateY(0);
    }
    
    .filter-btn:active {
        transform: scale(0.95);
    }
    
    .gallery-card:active {
        transform: scale(0.98);
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .custom-navbar {
        border-bottom: 2px solid #000;
    }
    
    .nav-link {
        font-weight: 600;
    }
    
    .hero-overlay {
        background: rgba(0, 0, 0, 0.8);
    }
    
    .explore-btn,
    .btn-package {
        border: 3px solid #fff;
    }
}

/* Dark Mode Support (Future) */
@media (prefers-color-scheme: dark) {
    /* Add dark mode styles here if needed */
}

/* ==================== CONTAINER BREAKPOINTS ==================== */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* ==================== STICKY ELEMENTS ==================== */

/* Sticky Navbar */
.custom-navbar.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

/* Body padding for fixed navbar */
body.has-navbar-fixed {
    padding-top: 70px;
}

@media (max-width: 991.98px) {
    body.has-navbar-fixed {
        padding-top: 65px;
    }
}

@media (max-width: 575.98px) {
    body.has-navbar-fixed {
        padding-top: 60px;
    }
}

/* ==================== SMOOTH SCROLL ==================== */
html {
    scroll-behavior: smooth;
}

/* ==================== END OF RESPONSIVE STYLES ==================== */
