/* Responsive Styles - Mobile First Approach */

/* Large Desktop (1400px and up) */
@media (min-width: 1400px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
}

/* Desktop (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-features {
        justify-content: center;
    }
}

/* Large Tablet (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-features {
        gap: 20px;
        justify-content: center;
    }
    
    .hero-feature {
        padding: 12px 18px;
        font-size: 14px;
    }
    
    .navbar-nav .nav-link {
        padding: 8px 12px;
        margin: 0 3px;
    }
    
    .process-step::after {
        right: -30%;
    }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    /* Header Adjustments */
    .top-bar {
        padding: 6px 0;
        font-size: 13px;
    }
    
    .contact-info span {
        margin-right: 15px;
    }
    
    .top-links a {
        margin-left: 10px;
        font-size: 12px;
    }
    
    .main-navbar {
        padding: 12px 0;
    }
    
    .brand-name {
        font-size: 20px;
    }
    
    .brand-tagline {
        font-size: 11px;
    }
    
    .navbar-cta {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    
    .navbar-cta .btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .hero-features {
        gap: 15px;
        margin: 30px 0;
        justify-content: center;
    }
    
    .hero-feature {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    /* Typography */
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.25rem; }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    /* Stats Section */
    .stats-section {
        padding: 50px 0;
    }
    
    .stat-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .stat-icon {
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    /* Process Section */
    .process-section {
        padding: 60px 0;
    }
    
    .process-step {
        padding: 25px 15px;
        margin-bottom: 25px;
    }
    
    .process-step::after {
        display: none;
    }
    
    .process-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .process-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    /* Feature Cards */
    .feature-card {
        padding: 30px 20px;
        margin-bottom: 25px;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .feature-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    /* Footer */
    .main-footer {
        padding: 50px 0 30px;
    }
    
    .footer-stats {
        gap: 20px;
        justify-content: center;
    }
    
    .footer-menu {
        text-align: center;
        margin-top: 15px;
    }
    
    .footer-menu a {
        margin: 0 10px;
    }
}

/* Mobile Large (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Header */
    .top-bar {
        padding: 5px 0;
        font-size: 12px;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .contact-info span {
        display: block;
        margin: 2px 0;
    }
    
    .top-links {
        text-align: center;
        margin-top: 5px;
    }
    
    .top-links a {
        margin: 0 8px;
        font-size: 11px;
    }
    
    .main-navbar {
        padding: 10px 0;
    }
    
    .logo-container {
        gap: 8px;
    }
    
    .logo-icon {
        font-size: 28px;
    }
    
    .brand-name {
        font-size: 18px;
    }
    
    .brand-tagline {
        font-size: 10px;
    }
    
    .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 15px;
        margin: 2px 0;
        border-radius: 8px;
        background: var(--light-gray);
    }
    
    .navbar-cta {
        margin-top: 15px;
        flex-direction: column;
        gap: 10px;
    }
    
    .navbar-cta .btn {
        width: 100%;
        padding: 12px;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 10px;
        margin: 25px 0;
        align-items: center;
    }
    
    .hero-feature {
        padding: 8px 15px;
        font-size: 12px;
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    /* Typography */
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.3rem; }
    h4 { font-size: 1.1rem; }
    h5 { font-size: 1rem; }
    
    .section-title {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
    }
    
    /* Sections */
    .stats-section {
        padding: 40px 0;
    }
    
    .process-section {
        padding: 50px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    /* Cards */
    .stat-card {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    
    .stat-icon {
        font-size: 36px;
        margin-bottom: 12px;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .stat-label {
        font-size: 13px;
    }
    
    .feature-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .feature-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .feature-desc {
        font-size: 14px;
    }
    
    /* Process Steps */
    .process-step {
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    
    .process-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .process-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .process-desc {
        font-size: 13px;
    }
    
    /* Footer */
    .main-footer {
        padding: 40px 0 25px;
    }
    
    .footer-widget {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .footer-stats {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .trust-badges {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .contact-item {
        justify-content: center;
        text-align: center;
    }
    
    .bottom-footer {
        padding: 15px 0;
    }
    
    .copyright,
    .footer-menu {
        text-align: center;
    }
    
    .footer-menu {
        margin-top: 10px;
    }
    
    .footer-menu a {
        display: inline-block;
        margin: 5px 8px;
    }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Header */
    .top-bar {
        display: none; /* Hide top bar on very small screens */
    }
    
    .main-navbar {
        padding: 8px 0;
    }
    
    .logo-container {
        gap: 6px;
    }
    
    .logo-icon {
        font-size: 24px;
    }
    
    .brand-name {
        font-size: 16px;
    }
    
    .brand-tagline {
        font-size: 9px;
    }
    
    .navbar-toggler {
        padding: 2px 6px;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 12px;
        margin: 1px 0;
        font-size: 14px;
    }
    
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        box-shadow: none;
        border: 1px solid var(--light-gray);
        margin-top: 5px;
    }
    
    .navbar-cta .btn {
        padding: 10px;
        font-size: 13px;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 50px 0;
    }
    
    .hero-title {
        font-size: 1.75rem;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }
    
    .hero-features {
        margin: 20px 0;
        gap: 8px;
    }
    
    .hero-feature {
        padding: 6px 12px;
        font-size: 11px;
        border-radius: 20px;
    }
    
    .hero-feature i {
        font-size: 16px;
    }
    
    /* Typography */
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.2rem; }
    h4 { font-size: 1rem; }
    h5 { font-size: 0.95rem; }
    h6 { font-size: 0.9rem; }
    
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
    }
    
    /* Buttons */
    .btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    /* Sections */
    .stats-section {
        padding: 35px 0;
    }
    
    .process-section {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    /* Cards */
    .stat-card {
        padding: 18px 12px;
        margin-bottom: 12px;
        border-radius: 12px;
    }
    
    .stat-icon {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .stat-number {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    
    .stat-label {
        font-size: 12px;
    }
    
    .feature-card {
        padding: 20px 12px;
        margin-bottom: 15px;
        border-radius: 12px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .feature-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .feature-desc {
        font-size: 13px;
        line-height: 1.5;
    }
    
    /* Process Steps */
    .process-step {
        padding: 15px 8px;
        margin-bottom: 15px;
    }
    
    .process-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .process-title {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    
    .process-desc {
        font-size: 12px;
        line-height: 1.4;
    }
    
    /* Footer */
    .main-footer {
        padding: 30px 0 20px;
    }
    
    .footer-widget {
        margin-bottom: 20px;
    }
    
    .footer-logo {
        font-size: 20px;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .footer-desc {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .widget-title {
        font-size: 1.1rem;
        margin-bottom: 15px;
        justify-content: center;
    }
    
    .footer-links a {
        font-size: 13px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
        margin-bottom: 15px;
    }
    
    .trust-badges {
        gap: 8px;
    }
    
    .badge-item {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .bottom-footer {
        padding: 12px 0;
    }
    
    .copyright p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .footer-menu a {
        font-size: 12px;
        margin: 3px 6px;
    }
    
    /* Back to Top */
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    /* Utility Classes for Mobile */
    .d-mobile-none {
        display: none !important;
    }
    
    .text-mobile-center {
        text-align: center !important;
    }
    
    .mb-mobile-2 {
        margin-bottom: 0.5rem !important;
    }
    
    .mb-mobile-3 {
        margin-bottom: 1rem !important;
    }
    
    .p-mobile-2 {
        padding: 0.5rem !important;
    }
    
    .p-mobile-3 {
        padding: 1rem !important;
    }
}

/* Landscape Mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-section {
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .hero-features {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .stats-section {
        padding: 30px 0;
    }
    
    .process-section {
        padding: 35px 0;
    }
}

/* Print Styles */
@media print {
    .header-section,
    .footer-section,
    .back-to-top,
    .navbar-cta,
    .emergency-notice {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: #fff;
    }
    
    .container-fluid {
        padding: 0;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        color: #000;
    }
    
    .card,
    .feature-card,
    .stat-card {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
}

