/* Fleet Access Template - Responsive Stylesheet */

/* XL Devices (≥1400px) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-title-1 {
        font-size: 4rem;
    }
    
    .hero-subtitle-1 {
        font-size: 1.8rem;
    }
}

/* LG Devices (992px - 1199px) */
@media (max-width: 1199px) {
    .hero-title-1 {
        font-size: 3rem;
    }
    
    .hero-subtitle-1 {
        font-size: 1.3rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    .about-feature,
    .services-item,
    .features-item,
    .priceplan-item,
    .team-member,
    .reviews-item,
    .coreinfo-item,
    .blog-item {
        margin-bottom: 30px;
    }
}

/* MD Devices (768px - 991px) */
@media (max-width: 991px) {
    .navbar {
        padding: 10px 0;
    }
    
    .navbar-collapse {
        background-color: var(--white);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }
    
    .nav-link::after {
        display: none;
    }
    
    .hero-section {
        text-align: center;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .hero-title-1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle-1 {
        font-size: 1.2rem;
    }
    
    .hero-desc-1 {
        margin: 0 auto 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .section-padding {
        padding: 70px 0;
    }
    
    .about-section,
    .services-section,
    .features-section,
    .priceplan-section,
    .team-section,
    .reviews-section,
    .coreinfo-section,
    .contact-section,
    .blog-section,
    .faq-section,
    .gallery-section {
        padding: 70px 0;
    }
    
    .contact-info {
        margin-top: 40px;
    }
    
    .breadcrumb-section {
        padding: 70px 0 20px;
    }
    
    .add-page-section {
        padding: 70px 0;
    }
}

/* SM Devices (576px - 767px) */
@media (max-width: 767px) {
    .hero-section {
        height: auto;
        min-height: 100vh;
        padding: 120px 0 60px;
    }
    
    .hero-title-1 {
        font-size: 2rem;
    }
    
    .hero-subtitle-1 {
        font-size: 1.1rem;
    }
    
    .hero-desc-1 {
        font-size: 1rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .about-section,
    .services-section,
    .features-section,
    .priceplan-section,
    .team-section,
    .reviews-section,
    .coreinfo-section,
    .contact-section,
    .blog-section,
    .faq-section,
    .gallery-section {
        padding: 50px 0;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .breadcrumb-section {
        padding: 50px 0 20px;
        margin-top: 65px;
    }
    
    .add-page-section {
        padding: 50px 0;
    }
    
    .priceplan-item {
        margin-bottom: 30px;
    }
    
    .accordion-button {
        padding: 15px 20px;
        font-size: 1rem;
    }
    
    .accordion-body {
        padding: 15px 20px;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .contact-info {
        padding: 30px 20px;
    }
    
    footer {
        padding: 50px 0 20px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
    }
}

/* XS Devices (<576px) */
@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .hero-section {
        padding: 100px 0 50px;
    }
    
    .hero-title-1 {
        font-size: 1.8rem;
    }
    
    .hero-subtitle-1 {
        font-size: 1rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .reviews-item {
        margin: 15px 5px;
    }
    
    .services-item-name,
    .features-item-name,
    .about-feature-name,
    .coreinfo-item-title,
    .blog-item-title,
    .add-page-elem-title {
        font-size: 1.1rem;
    }
    
    .priceplan-item-name {
        font-size: 1.3rem;
    }
    
    .priceplan-item-price {
        font-size: 2rem;
    }
    
    .about-section,
    .services-section,
    .features-section,
    .priceplan-section,
    .team-section,
    .reviews-section,
    .coreinfo-section,
    .contact-section,
    .blog-section,
    .faq-section,
    .gallery-section {
        padding: 40px 0;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .breadcrumb-section {
        padding: 40px 0 20px;
        margin-top: 60px;
    }
    
    .breadcrumb-image {
        height: 150px;
    }
    
    .add-page-section {
        padding: 40px 0;
    }
}

/* Reduced Motion Preferences */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .animate-fade-up {
        opacity: 1;
        transform: translateY(0);
    }
    
    .team-member:hover img,
    .blog-item:hover .blog-item-img img,
    .gallery-item:hover img {
        transform: none;
    }
    
    .about-feature:hover,
    .services-item:hover,
    .features-item:hover,
    .priceplan-item:hover,
    .reviews-item:hover,
    .coreinfo-item:hover,
    .blog-item:hover,
    .add-page-elem:hover {
        transform: none;
    }
    
    .swiper-container {
        --swiper-autoplay-delay: 999999ms;
    }
}

/* Print Styles */
@media print {
    header,
    footer,
    .hero-section,
    .contact-section,
    .team-section,
    .reviews-section,
    .gallery-section,
    .blog-section {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }
    
    .container {
        max-width: 100%;
        width: 100%;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
    
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    
    .services-section,
    .about-section,
    .priceplan-section,
    .features-section,
    .coreinfo-section,
    .faq-section {
        padding: 20pt 0;
        page-break-inside: auto;
    }
    
    .about-feature,
    .services-item,
    .features-item,
    .priceplan-item,
    .coreinfo-item {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1pt solid #ddd;
    }
} 