/* Enhanced Responsive CSS for Navicor */

/* Extra Large Devices (1400px and up) */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .banner-section .auto-container {
        max-width: 1400px;
    }
    
    .main-header .outer-box {
        padding: 0 50px;
    }
}

/* Large Devices (1200px to 1399px) */
@media only screen and (max-width: 1399px) {
    .main-header .outer-box {
        padding: 0 30px;
    }
    
    .banner-section {
        padding: 0 30px;
    }
    
    .main-header .menu-area .logo-box {
        margin-right: 30px;
    }
    
    .main-menu .navigation > li {
        margin: 0 8px;
    }
    
    .banner-section .owl-nav {
        display: none;
    }
}

/* Medium Large Devices (992px to 1199px) */
@media only screen and (max-width: 1199px) {
    .main-menu,
    .sticky-header .main-menu {
        display: none !important;
    }
    
    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
    }
    
    .header-top .top-inner {
        display: block;
        text-align: center;
    }
    
    .header-top .left-column {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .header-top .right-column {
        justify-content: center;
    }
    
    .temperature-box {
        margin-right: 20px;
    }
    
    .about-section .image-box {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .yacht-types-section .content-box {
        margin: 0;
    }
    
    .service-block-two .inner-box .image-box .overlay-content {
        padding: 15px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
    }
    
    .footer-bottom .bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-nav {
        margin-top: 15px;
    }
}

/* Small Devices (768px to 991px) */
@media only screen and (max-width: 991px) {
    .banner-carousel .slide-item .pattern-layer {
        display: none;
    }
    
    .banner-carousel .content-box {
        margin: 0;
        text-align: center;
    }
    
    .banner-carousel .content-box .line-shape {
        display: none;
    }
    
    .about-section .image-box {
        margin-bottom: 30px;
    }
    
    .chooseus-section .content-box {
        margin-top: 30px;
    }
    
    .yacht-types-section .bg-layer {
        opacity: 0.3;
    }
    
    .yacht-types-section .content-box .single-item span {
        font-size: 14px;
    }
    
    .testimonial-section .owl-nav {
        display: none;
    }
    
    .sec-title h2 {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .sec-title p {
        font-size: 16px;
    }
    
    .service-block-one .inner-box h3 {
        font-size: 20px;
    }
    
    .yachts-block-one .inner-box .lower-content h3 {
        font-size: 18px;
    }
    
    .video-section .content-box h2 {
        font-size: 28px;
    }
    
    .main-footer .footer-text {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .main-footer .footer-text h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

/* Extra Small Devices (576px to 767px) */
@media only screen and (max-width: 767px) {
    .header-top .outer-container,
    .main-header .outer-box {
        padding: 0 15px;
    }
    
    .banner-section {
        padding: 0 15px;
    }
    
    .banner-carousel .title-box h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .banner-carousel .title-box {
        margin-bottom: 20px;
    }
    
    .banner-carousel .slide-item {
        min-height: 400px;
    }
    
    .sec-pad {
        padding: 60px 0;
    }
    
    .sec-pad-2 {
        padding: 80px 0;
    }
    
    .sec-title h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .yacht-types-section {
        padding: 60px 0;
    }
    
    .yacht-types-section .content-box .single-item h2 {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .yacht-types-section .content-box .single-item .overlay-content {
        padding: 20px;
        position: relative;
        transform: none;
        opacity: 1;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .yacht-types-section .content-box .single-item h2 {
        font-size: 16px;
    }
    
    .video-section .content-box h2 {
        font-size: 24px;
    }
    
    .testimonial-section .testimonial-content {
        padding: 20px;
    }
    
    .testimonial-section .testimonial-content .image-box {
        margin-bottom: 20px;
    }
    
    .testimonial-section .dots-style-one .owl-dots {
        margin-top: 20px;
    }
    
    .main-footer .footer-text {
        padding: 30px 20px;
    }
    
    .main-footer .footer-text h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .service-block-one .inner-box {
        margin-bottom: 30px;
    }
    
    .yachts-block-one .inner-box {
        margin-bottom: 30px;
    }
    
    .chooseus-section .title-content .tab-btns {
        flex-direction: column;
    }
    
    .chooseus-section .title-content .tab-btns li {
        margin-bottom: 10px;
    }
    
    .header-top .social-links {
        display: none;
    }
    
    .main-header .language-box {
        margin-right: 0;
    }
}

/* Mobile Devices (up to 575px) */
@media only screen and (max-width: 575px) {
    .mobile-menu {
        width: 100%;
    }
    
    .header-top .left-column {
        flex-direction: column;
        align-items: center;
    }
    
    .main-header .menu-right-content {
        display: none;
    }
    
    .main-header .menu-area {
        justify-content: space-between;
    }
    
    .main-header .menu-area .logo-box {
        margin-right: 0;
    }
    
    .main-header .outer-box {
        padding: 0 10px;
    }
    
    .about-section .image-box {
        margin: 0 0 20px 0;
    }
    
    .about-section .image-box .rating-box {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
    }
    
    .chooseus-section .content-box {
        margin-top: 20px;
    }
    
    .chooseus-section .content-box .text-box {
        padding: 20px;
        margin-top: 20px;
    }
    
    .newsletter-block-one .inner-box,
    .testimonial-block-one {
        padding: 20px;
    }
    
    .testimonial-block-one .special-text {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .footer-nav {
        flex-direction: column;
        text-align: center;
    }
    
    .banner-carousel .title-box h2 {
        font-size: 24px;
    }
    
    .banner-carousel .content-box p {
        font-size: 14px;
    }
    
    .sec-title h2 {
        font-size: 24px;
    }
    
    .sec-title p {
        font-size: 14px;
    }
    
    .service-block-one .inner-box h3 {
        font-size: 18px;
    }
    
    .yachts-block-one .inner-box .lower-content h3 {
        font-size: 16px;
    }
    
    .video-section .content-box h2 {
        font-size: 20px;
    }
    
    .main-footer .footer-text h2 {
        font-size: 18px;
    }
    
    .chooseus-section .title-content {
        text-align: center;
    }
    
    .banner-carousel .slide-item {
        min-height: 350px;
    }
    
    .banner-carousel .content-box {
        padding: 20px;
    }
    
    .banner-carousel .btn-box {
        margin-top: 20px;
    }
    
    .banner-carousel .btn-box .theme-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Ultra Small Devices (up to 480px) */
@media only screen and (max-width: 480px) {
    .banner-carousel .title-box h2 {
        font-size: 20px;
    }
    
    .banner-carousel .content-box p {
        font-size: 13px;
    }
    
    .sec-title h2 {
        font-size: 20px;
    }
    
    .sec-title p {
        font-size: 13px;
    }
    
    .service-block-one .inner-box h3 {
        font-size: 16px;
    }
    
    .yachts-block-one .inner-box .lower-content h3 {
        font-size: 14px;
    }
    
    .video-section .content-box h2 {
        font-size: 18px;
    }
    
    .main-footer .footer-text h2 {
        font-size: 16px;
    }
    
    .banner-carousel .slide-item {
        min-height: 300px;
    }
    
    .banner-carousel .content-box {
        padding: 15px;
    }
    
    .banner-carousel .btn-box .theme-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .about-section .content-box .upper-box h2 {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .about-section .content-box .text-box p {
        font-size: 14px;
    }
    
    .chooseus-section .title-content .tab-btns li h3 {
        font-size: 14px;
    }
    
    .service-block-one .inner-box p {
        font-size: 13px;
    }
    
    .yachts-block-one .inner-box .lower-content .location {
        font-size: 12px;
    }
}

/* Landscape Orientation for Mobile */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .banner-carousel .slide-item {
        min-height: 250px;
    }
    
    .banner-carousel .title-box h2 {
        font-size: 24px;
    }
    
    .sec-pad {
        padding: 40px 0;
    }
    
    .sec-pad-2 {
        padding: 60px 0;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .banner-section .bg-layer {
        background-size: cover;
    }
    
    .service-block-one .inner-box .image-box img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Print Styles */
@media print {
    .main-header,
    .mobile-menu,
    .scroll-to-top,
    .loader-wrap {
        display: none !important;
    }
    
    .banner-section {
        page-break-after: avoid;
    }
    
    .sec-pad,
    .sec-pad-2 {
        padding: 20px 0;
    }
    
    .service-block-one .inner-box,
    .yachts-block-one .inner-box {
        page-break-inside: avoid;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .cookie-consent {
        background: rgba(0, 0, 0, 0.95);
        color: #fff;
    }
    
    .cookie-consent .decline-btn {
        background: #333;
        color: #fff;
    }
    
    .cookie-consent .decline-btn:hover {
        background: #444;
    }
} 