/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 42px;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    .about-content h3 {
        font-size: 28px;
    }
    
    /* Service Hero Responsive */
    .service-hero-content h1 {
        font-size: 42px;
    }
    
    .service-hero {
        padding: 100px 0;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .section-padding {
        padding: 80px 0;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .about-content h3 {
        font-size: 24px;
    }
    
    .about-img {
        margin-bottom: 30px;
    }
    
    .counter-box h3 {
        font-size: 30px;
    }
    
    .counter-box p {
        font-size: 14px;
    }
    
    .contact .info {
        margin-bottom: 30px;
    }
    
    /* Service Hero Responsive */
    .service-hero {
        padding: 80px 0;
    }
    
    .service-hero-content {
        margin-bottom: 50px;
        text-align: center;
        padding-right: 0;
    }
    
    .service-hero-content h1 {
        font-size: 36px;
    }
    
    .service-actions {
        justify-content: center;
    }
    
    .service-hero-visual {
        height: 320px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .section-padding {
        padding: 60px 0;
    }
    
    .hero {
        height: auto;
        min-height: 100vh;
    }
    
    .hero-content {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 60px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .hero .btn {
        display: block;
        margin: 0 auto 15px;
    }
    
    .section-title h2 {
        font-size: 26px;
    }
    
    .footer {
        padding: 60px 0 0;
    }
    
    .footer .widget-title {
        margin-top: 30px;
    }
    
    .footer .col-lg-4:first-child .widget-title {
        margin-top: 0;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom-links {
        text-align: center !important;
        margin-top: 15px;
    }
    
    .footer-bottom-links a {
        margin: 0 8px;
    }
    
    /* Service Hero Responsive */
    .service-hero {
        padding: 60px 0;
    }
    
    .service-hero-content h1 {
        font-size: 32px;
    }
    
    .tech-description {
        font-size: 16px;
    }
    
    .service-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .service-actions .btn {
        margin-bottom: 15px;
        width: 100%;
        max-width: 220px;
    }
    
    .service-actions .btn-outline-tech {
        margin-left: 0 !important;
    }
    
    .service-hero-visual {
        height: 280px;
    }
    
    .tech-circuit {
        width: 220px;
        height: 220px;
    }
    
    .tech-cube {
        width: 120px;
        height: 120px;
    }
    
    .cube-face.front,
    .cube-face.back,
    .cube-face.right,
    .cube-face.left,
    .cube-face.top,
    .cube-face.bottom {
        transform: translateZ(60px);
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #header {
        padding: 15px 0;
    }
    
    .hero-content h1 {
        font-size: 28px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .btn {
        padding: 10px 20px;
    }
    
    .contact .info i {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .contact .info h4 {
        padding-left: 50px;
        font-size: 18px;
    }
    
    .contact .info p {
        padding-left: 50px;
        font-size: 13px;
    }
    
    .portfolio #portfolio-flters li {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    /* Service Hero Responsive */
    .service-hero-content h1 {
        font-size: 28px;
    }
    
    .tech-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .tech-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .service-hero-visual {
        height: 240px;
    }
    
    .tech-circuit {
        width: 180px;
        height: 180px;
    }
    
    .tech-cube {
        width: 100px;
        height: 100px;
    }
    
    .cube-face.front,
    .cube-face.back,
    .cube-face.right,
    .cube-face.left,
    .cube-face.top,
    .cube-face.bottom {
        transform: translateZ(50px);
    }
    
    .tech-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
} 