/* InfluPay - Responsive CSS */

/* Mobile First Approach */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .hero-section h1 {
        font-size: 2.8rem;
    padding-top: 100px;
}
    
    .feature-card {
        padding: 2rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero-section h1 {
        font-size: 3.2rem;
    padding-top: 100px;
}
    
    .hero-buttons .btn {
        padding: 15px 35px;
        font-size: 1.1rem;
    }
    
    .contact-form {
        padding: 50px;
    }
    
    .team-member img {
        width: 140px;
        height: 140px;
    }
    
    .process-step .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }
    
    .timeline-item .timeline-year {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-section h1 {
        font-size: 3.5rem;
    padding-top: 100px;
}
    
    .influpay-navbar {
        padding: 20px 0;
    }
    
    .feature-box {
        padding: 40px;
    }
    
    .team-member img {
        width: 150px;
        height: 150px;
    }
    
    .service-card .card-img-top {
        height: 220px;
    }
    
    .blog-card .card-img-top {
        height: 220px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-section h1 {
        font-size: 4rem;
    padding-top: 100px;
}
    
    .container {
        max-width: 1140px;
    }
    
    .feature-card {
        padding: 3rem;
    }
    
    .contact-form {
        padding: 60px;
    }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-section {
        padding: 80px 0;
    }
    
    .py-5 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* Mobile specific styles (up to 767px) */
@media (max-width: 767.98px) {
    .hero-section {
        text-align: center;
        padding: 40px 0;
    }
    
    .hero-section h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    padding-top: 100px;
}
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .hero-buttons {
        margin-top: 2rem;
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .hero-buttons .btn:last-child {
        margin-bottom: 0;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    .process-step {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .process-step .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .timeline-item {
        margin-bottom: 2rem;
    }
    
    .timeline-item .timeline-year {
        width: 60px;
        height: 60px;
        font-size: 0.9rem;
    }
    
    .contact-form {
        padding: 30px 20px;
        margin-bottom: 2rem;
    }
    
    .contact-info .contact-item {
        margin-bottom: 1.5rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    
    .contact-info .contact-item i {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
    
    #gallery .col-6 {
        margin-bottom: 1rem;
    }
    
    .feature-box {
        padding: 20px;
        margin-bottom: 1rem;
        text-align: center;
        flex-direction: column;
    }
    
    .feature-box .feature-icon {
        margin-bottom: 1rem;
        margin-right: 0;
        align-self: center;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }
    
    .pricing-card {
        margin-bottom: 2rem;
    }
    
    .blog-card {
        margin-bottom: 2rem;
    }
    
    .faq-card {
        margin-bottom: 1rem;
    }
    
    .footer .col-lg-4 {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .footer .text-end {
        text-align: center;
    }
}

/* Tablet specific adjustments (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
        text-align: center;
    }
    
    .feature-box {
        text-align: center;
        flex-direction: column;
    }
    
    .feature-box .feature-icon {
        margin-bottom: 1rem;
        margin-right: 0;
        align-self: center;
    }
    
    .team-member {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .process-step {
        margin-bottom: 2rem;
    }
    
    .timeline-item {
        margin-bottom: 2rem;
    }
}

/* Print styles */
@media print {
    .influpay-navbar,
    .footer,
    .hero-buttons,
    .btn,
    #gallery {
        display: none;
    }
    
    .hero-section {
        background: none;
        color: black;
    }
    
    .feature-card,
    .service-card,
    .pricing-card,
    .review-card,
    .blog-card,
    .faq-card,
    .case-study-card,
    .career-card,
    .info-card {
        box-shadow: none;
        border: 1px solid #ccc;
        break-inside: avoid;
    }
    
    .case-study-card {
        background: none;
        color: black;
    }
    
    .case-study-card .card-title,
    .case-study-card .card-text {
        color: black;
    }
}

/* Focus improvements for accessibility */
.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.influpay-nav-link:focus-visible {
    outline: 3px solid var(--primary-color);
    outline-offset: 2px;
}

/* Smooth scrolling for internal links */
html {
    scroll-behavior: smooth;
}

/* Reduce padding on small screens */
@media (max-width: 575.98px) {
    .py-5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .mb-5 {
        margin-bottom: 2rem;
    }
    
    .mb-4 {
        margin-bottom: 1.5rem;
    }
    
    .mb-3 {
        margin-bottom: 1rem;
    }
} 