/* ===== RESPONSIVE STYLES - ETHICAL LIFESTYLE INFLUENCER AGENCY ===== */

/* Extra Large Devices (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .display-4 {
        font-size: 3rem;
    }
    
    .lead {
        font-size: 1.25rem;
    }
}

/* Large Devices (992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .display-4 {
        font-size: 2.75rem;
    }
    
    .hero .col-lg-6 {
        padding: 0 1rem;
    }
    
    .team img {
        width: 140px;
        height: 140px;
    }
}

/* Medium Devices (768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Typography */
    .display-4 {
        font-size: 2.25rem;
    }
    
    .lead {
        font-size: 1.1rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    /* Navigation */
    .navbar-brand {
        font-size: 1.25rem;
    }
    
    /* Hero Section */
    #hero {
        padding: 3rem 0;
    }
    
    #hero .col-lg-6 {
        margin-bottom: 2rem;
    }
    
    /* Sections */
    section {
        padding: 3rem 0;
    }
    
    /* Cards */
    .card-body {
        padding: 1.5rem;
    overflow-x: hidden;
}
    
    .services .card-body {
        padding: 1.5rem;
    overflow-x: hidden;
}
    
    /* Team */
    .team img {
        width: 120px;
        height: 120px;
    }
    
    /* Process Steps */
    .process .col-lg-2 {
        margin-bottom: 2rem;
    }
    
    /* Gallery */
    .gallery .col-lg-3 {
        margin-bottom: 1rem;
    }
}

/* Small Devices (576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    /* Typography */
    .display-4 {
        font-size: 2rem;
        text-align: center;
    }
    
    .lead {
        font-size: 1rem;
        text-align: center;
    }
    
    h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    /* Navigation */
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }
    
    /* Hero Section */
    #hero {
        padding: 2rem 0;
        text-align: center;
    }
    
    #hero .col-lg-6 {
        margin-bottom: 2rem;
    }
    
    /* Sections */
    section {
        padding: 2.5rem 0;
    }
    
    /* Cards */
    .card {
        margin-bottom: 1.5rem;
    }
    
    .card-body {
        padding: 1.25rem;
        text-align: center;
    }
    
    /* Services */
    .services .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    /* Team */
    .team .col-lg-2 {
        margin-bottom: 2rem;
    }
    
    .team img {
        width: 100px;
        height: 100px;
    }
    
    /* Process */
    .process .col-lg-2 {
        margin-bottom: 2rem;
    }
    
    .process .bg-primary {
        width: 50px;
        height: 50px;
    }
    
    /* Pricing */
    .priceplan .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    /* Contact */
    .contact .col-lg-8 {
        margin-bottom: 2rem;
    }
    
    /* Gallery */
    .gallery .col-lg-3 {
        margin-bottom: 1rem;
    }
}

/* Extra Small Devices (less than 576px) */
@media (max-width: 575px) {
    /* Typography */
    .display-4 {
        font-size: 1.75rem;
        text-align: center;
        line-height: 1.3;
    }
    
    .lead {
        font-size: 0.95rem;
        text-align: center;
    }
    
    h2 {
        font-size: 1.35rem;
        text-align: center;
    }
    
    h3 {
        font-size: 1.1rem;
    }
    
    h4, h5 {
        font-size: 1rem;
    }
    
    p {
        font-size: 0.9rem;
    }
    
    /* Navigation */
    .navbar-brand {
        font-size: 1rem;
    }
    
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    /* Hero Section */
    #hero {
        padding: 1.5rem 0;
        text-align: center;
        min-height: 70vh;
    }
    
    #hero .col-lg-6 {
        margin-bottom: 1.5rem;
    }
    
    #hero img {
        max-width: 100%;
        height: auto;
    }
    
    /* Sections */
    section {
        padding: 2rem 0;
    }
    
    /* Container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Cards */
    .card {
        margin-bottom: 1.5rem;
    }
    
    .card-body {
        padding: 1rem;
        text-align: center;
    }
    
    .card-img-top {
        height: 200px;
    }
    
    /* Services */
    .services .col-lg-4,
    .services .col-md-6 {
        margin-bottom: 1.5rem;
    }
    
    .services ul {
        font-size: 0.85rem;
    }
    
    /* Features */
    .features .col-lg-3,
    .features .col-md-6 {
        margin-bottom: 1.5rem;
    }
    
    .features i {
        font-size: 2rem !important;
    }
    
    /* About */
    .about .col-lg-3,
    .about .col-md-6 {
        margin-bottom: 1.5rem;
    }
    
    .about i {
        font-size: 2rem !important;
    }
    
    /* Team */
    .team .col-lg-2,
    .team .col-md-4,
    .team .col-sm-6 {
        margin-bottom: 1.5rem;
    }
    
    .team img {
        width: 80px;
        height: 80px;
    }
    
    /* Process */
    .process .col-lg-2,
    .process .col-md-4 {
        margin-bottom: 1.5rem;
    }
    
    .process .bg-primary {
        width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }
    
    /* Pricing */
    .priceplan .col-lg-4,
    .priceplan .col-md-6 {
        margin-bottom: 2rem;
    }
    
    .priceplan h4 {
        font-size: 1.1rem;
    }
    
    .priceplan .h2 {
        font-size: 1.5rem;
    }
    
    /* Reviews */
    .reviews .col-lg-4,
    .reviews .col-md-6 {
        margin-bottom: 1.5rem;
    }
    
    /* Case Studies */
    .casestudy .col-lg-4,
    .casestudy .col-md-6 {
        margin-bottom: 1.5rem;
    }
    
    /* FAQ */
    .faq .col-lg-6 {
        margin-bottom: 1rem;
    }
    
    .faq h5 {
        font-size: 0.95rem;
    }
    
    .faq p {
        font-size: 0.85rem;
    }
    
    /* Contact */
    .contact .col-lg-8 {
        margin-bottom: 2rem;
    }
    
    .contact .col-lg-4 div {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .contact i {
        font-size: 1.5rem !important;
    }
    
    /* Form */
    .form-control {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }
    
    .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .btn-lg {
        padding: 0.75rem 2rem;
        font-size: 1rem;
    }
    
    /* Gallery */
    .gallery .col-lg-3,
    .gallery .col-md-4,
    .gallery .col-sm-6 {
        margin-bottom: 0.5rem;
    }
    
    /* Footer */
    #footer {
        text-align: center;
    }
    
    #footer .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    #footer h5 {
        font-size: 1.1rem;
    }
    
    #footer p,
    #footer li {
        font-size: 0.85rem;
    }
    
    /* Additional Pages */
    .breadcrumb-nav img {
        height: 15px;
    }
    
    /* Animation Disabled on Mobile for Performance */
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}

/* Landscape Orientation for Mobile */
@media (max-width: 767px) and (orientation: landscape) {
    #hero {
        min-height: 50vh;
        padding: 1rem 0;
    }
    
    section {
        padding: 1.5rem 0;
    }
    
    .navbar-nav {
        padding: 0.5rem 0;
    }
}

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

/* Reduced Motion Preferences */
@media (prefers-reduced-motion: reduce) {
    .card:hover {
        transform: none;
    }
    
    .team img:hover,
    .gallery img:hover,
    .features i:hover {
        transform: none;
    }
    
    .card:hover .card-img-top {
        transform: none;
    }
    
    .priceplan .card:hover {
        transform: none;
    }
}

/* Print Styles */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    .container {
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .row {
        margin: 0 !important;
    }
    
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
        width: 100% !important;
    }
    
    .card {
        border: 1px solid #ddd !important;
        break-inside: avoid;
        margin-bottom: 1rem;
    }
    
    h1, h2, h3, h4, h5, h6 {
        break-after: avoid;
        color: black !important;
    }
    
    p {
        orphans: 3;
        widows: 3;
    }
    
    .d-print-none {
        display: none !important;
    }
} 