/* VoiceGen Pro - Responsive CSS */

/* Mobile First Approach */
@media (max-width: 575.98px) {
    /* Extra small devices (portrait phones) */
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Typography */
    h1 {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    h3 {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    
    .display-4 {
        font-size: 1.75rem;
    }
    
    /* Hero Section */
    .hero-section {
        min-height: auto;
        padding: 2rem 0;
        text-align: center;
    }
    
    .hero-section h1 {
        margin-bottom: 0.75rem;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .hero-section p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    /* Navigation */
    .navbar-brand {
        font-size: 1.25rem;
    }
    
    .navbar-nav {
        text-align: center;
        margin-top: 1rem;
    }
    
    .nav-link {
        padding: 0.5rem 0;
        margin: 0;
    }
    
    /* Cards */
    .card {
        margin-bottom: 1rem;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .card-title {
        font-size: 1.125rem;
    }
    
    /* Buttons */
    .btn {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .btn-primary {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }
    
    /* Process Steps */
    .process-step {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }
    
    .step-number {
        font-size: 1.25rem;
    }
    
    /* Team Members */
    .team-member img {
        width: 120px;
        height: 120px;
    }
    
    /* Form */
    .form-control {
        padding: 0.75rem;
        font-size: 1rem;
    }
    
    textarea.form-control {
        min-height: 120px;
    }
    
    /* Spacing */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    /* Gallery */
    .gallery .col-lg-3,
    .gallery .col-md-4,
    .gallery .col-sm-6 {
        margin-bottom: 1rem;
    }
    
    /* Footer */
    footer .col-lg-4 {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    footer .text-md-end {
        text-align: center !important;
    }
    
    /* No animations on mobile for better performance */
    [data-sal] {
        transform: none !important;
        opacity: 1 !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Small devices (landscape phones) */
    
    .hero-section {
        padding: 3rem 0;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    /* Team grid adjustments */
    .team-member {
        margin-bottom: 2rem;
    }
    
    /* Process steps */
    .process-step {
        width: 55px;
        height: 55px;
    }
    
    .step-number {
        font-size: 1.375rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* Medium devices (tablets) */
    
    .hero-section {
        padding: 4rem 0;
    }
    
    h1 {
        font-size: 2.25rem;
    }
    
    h2 {
        font-size: 1.875rem;
    }
    
    .display-4 {
        font-size: 2.25rem;
    }
    
    /* Navigation */
    .navbar-brand {
        font-size: 1.375rem;
    }
    
    /* Cards in grid */
    .services .card,
    .features .card {
        height: 100%;
    }
    
    /* Team grid */
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 140px;
        height: 140px;
    }
    
    /* Process steps */
    .process-step {
        width: 58px;
        height: 58px;
    }
    
    /* Form layout */
    .contact form .col-md-6 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Large devices (desktops) */
    
    .hero-section {
        padding: 5rem 0;
    }
    
    /* Full hero section styling */
    .hero-section h1 {
        font-size: 2.5rem;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.5rem;
    }
    
    /* Team members in a row */
    .team-member {
        margin-bottom: 2rem;
    }
    
    .team-member img {
        width: 150px;
        height: 150px;
    }
    
    /* Services grid optimization */
    .services .col-lg-4 {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    /* Extra large devices (large desktops) */
    
    .hero-section {
        padding: 6rem 0;
    }
    
    /* Enhanced typography for large screens */
    .hero-section h1 {
        font-size: 3rem;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.75rem;
    }
    
    .hero-section p {
        font-size: 1.25rem;
    }
    
    /* Container max-width adjustment */
    .container {
        max-width: 1140px;
    }
    
    /* Enhanced spacing */
    section {
        padding: 5rem 0;
    }
    
    /* Team members optimal layout */
    .team-member img {
        width: 160px;
        height: 160px;
    }
}

/* Specific Component Responsive Behavior */

/* Services Cards */
@media (max-width: 767.98px) {
    .services .card {
        margin-bottom: 1.5rem;
    }
    
    .services .card-body ul {
        padding-left: 1rem;
    }
    
    .services .price {
        font-size: 1.25rem;
    }
}

/* Features Section */
@media (max-width: 991.98px) {
    .feature-item {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    
    .feature-item i {
        font-size: 2.5rem;
    }
}

/* Pricing Cards */
@media (max-width: 767.98px) {
    .priceplan .card {
        margin-bottom: 2rem;
    }
    
    .priceplan .card-body {
        padding: 1.5rem 1rem;
    }
    
    .priceplan .price {
        font-size: 2rem;
    }
}

/* Blog Grid */
@media (max-width: 767.98px) {
    #blog_grid .card {
        margin-bottom: 1.5rem;
    }
    
    #blog_grid .card-img-top {
        height: 180px;
    }
}

/* FAQ Section */
@media (max-width: 767.98px) {
    .faq .card {
        margin-bottom: 1rem;
    }
    
    .faq .card-body {
        padding: 1rem;
    }
}

/* Gallery Responsive */
@media (max-width: 767.98px) {
    .gallery .col-lg-3,
    .gallery .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .gallery .col-lg-3,
    .gallery .col-md-4,
    .gallery .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Contact Form Responsive */
@media (max-width: 767.98px) {
    .contact .col-lg-8 {
        margin-bottom: 2rem;
    }
    
    .contact .row.mt-5 .col-lg-4 {
        text-align: center;
        margin-bottom: 2rem;
    }
}

/* Timeline Responsive */
@media (max-width: 767.98px) {
    .timeline .col-lg-2 {
        margin-bottom: 2rem;
        text-align: center;
    }
}

/* Career Section */
@media (max-width: 767.98px) {
    .career .card {
        margin-bottom: 1.5rem;
    }
}

/* Core Info Stats */
@media (max-width: 991.98px) {
    .coreinfo .col-lg-4 {
        margin-bottom: 2rem;
        text-align: center;
    }
}

/* Process Steps Mobile Layout */
@media (max-width: 767.98px) {
    .process .col-lg-2 {
        margin-bottom: 2rem;
    }
    
    .process .row {
        text-align: center;
    }
}

/* Additional Page Responsive */
@media (max-width: 767.98px) {
    .additional-page .card {
        margin-bottom: 1.5rem;
    }
    
    .additional-page .col-lg-4,
    .additional-page .col-lg-6 {
        margin-bottom: 1.5rem;
    }
}

/* Breadcrumb Mobile */
@media (max-width: 575.98px) {
    .breadcrumb {
        justify-content: center;
    }
}

/* Print Styles */
@media print {
    .navbar,
    footer,
    .breadcrumb,
    .btn,
    [data-sal] {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: white;
    }
    
    h1, h2, h3, h4, h5, h6 {
        color: #000;
        page-break-after: avoid;
    }
    
    .card {
        border: 1px solid #d6d6d6;
        box-shadow: none;
        page-break-inside: avoid;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
} 