
@media (max-width: 1200px) {
    .logo-box {
        padding-left: 20px;
    }

        .logo-box img {
            width: 280px;
        }

    .certificates {
        padding-right: 30px;
    }

        .certificates img {
            width: 70px;
        }

    .product-cards {
        width: 90%;
        gap: 15px;
    }

    .industry-columns {
        column-gap: 60px;
    }
}


@media (max-width: 1024px) {
    .main-header {
        flex-direction: column;
        padding: 15px 20px;
    }

    .logo-box {
        padding-left: 0;
        margin-bottom: 15px;
    }

        .logo-box img {
            width: 240px;
        }

    .certificates {
        padding-right: 0;
        gap: 15px;
    }

        .certificates img {
            width: 60px;
        }

    .navbar {
        flex-wrap: wrap;
        gap: 15px;
        padding: 12px 15px;
    }

        .navbar a {
            font-size: 13px;
        }

    .hero {
        height: auto;
    }

    .hero-slider {
        height: 400px;
    }

    .strength-img-box {
        width: 85%;
        padding: 20px;
    }

    .strength-bottom {
        width: 85%;
        flex-wrap: wrap;
    }

    .s-card {
        width: 48%;
    }

    .product-cards {
        flex-direction: column;
        align-items: center;
    }

    .p-card {
        width: 80%;
    }

    .industry-grid {
        grid-template-columns: repeat(3, 1fr);
        width: 95%;
    }

    .footer-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-logo {
        width: 180px;
    }

    .container {
        flex-direction: column;
        width: 95%;
    }

    .sidebar {
        width: 100%;
    }

    .card-wrapper {
        flex-wrap: wrap;
    }

    .turnkey-card {
        width: 45%;
    }

    .image-grid,
    .Certiimage-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .industry-columns {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .form-grid {
        gap: 20px 30px;
    }

    .map-address {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        gap: 8px;
        padding: 10px;
        font-size: 12px;
    }

    .navbar {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

        .navbar.active {
            display: flex;
        }

        .navbar a {
            width: 100%;
            padding: 12px 20px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }

    .hamburger {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
        z-index: 1000;
    }

    .hero-slider {
        height: 300px;
    }

    .prev, .next {
        font-size: 24px;
        padding: 12px;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .title {
        font-size: 26px;
    }

    .subtitle {
        font-size: 16px;
    }

    .strength-img-box {
        width: 92%;
        padding: 15px;
    }

    .strength-bottom {
        width: 92%;
        flex-direction: column;
        gap: 15px;
    }

    .s-card {
        width: 100%;
    }

    .products-title {
        font-size: 28px;
    }

        .products-title .underline-img img {
            width: 250px;
        }

    .product-top-row {
        gap: 15px;
    }

        .product-top-row img {
            width: 200px;
            height: 120px;
        }

    .p-card {
        width: 90%;
    }

        .p-card h3 {
            font-size: 18px;
        }

    .lt-img-wrap {
        flex-direction: column;
        gap: 15px;
    }

        .lt-img-wrap .main-img,
        .lt-img-wrap .side-img {
            width: 150px;
        }

    .ht-inner {
        flex-direction: column;
    }

        .ht-inner .ht-desc {
            text-align: center;
            max-width: 100%;
        }

    .trunkey .big-img {
        width: 200px;
    }

    .clients-title {
        font-size: 26px;
    }

    .clients-underline {
        width: 250px;
    }

    .client-scroll {
        height: 100px;
    }

    .client-box {
        width: 160px;
        height: 75px;
    }

        .client-box img {
            width: 110px;
            height: 50px;
        }

    .industry-title {
        font-size: 28px;
    }

    .industry-desc {
        width: 90%;
        font-size: 15px;
    }

    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

        .industry-grid div {
            font-size: 14px;
            padding: 12px 8px;
        }

    .footer-container {
        width: 90%;
        flex-direction: column;
    }

    .footer-tagline {
        width: 100%;
    }

    .team-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .team-info {
        padding-left: 0;
    }

    .turnkey-section,
    .facility-section,
    .inquiry-section,
    .contact-section,
    .career-form-section {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .turnkey-card {
        width: 100%;
    }

    .image-grid,
    .Certiimage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .industry-columns li {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .inquiry-title {
        font-size: 32px;
    }

    .title-line {
        width: 300px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .three-col {
        grid-template-columns: 1fr;
    }

    .career-header {
        font-size: 26px;
        padding: 14px 18px;
    }
}


@media (max-width: 600px) {
    .logo-box img {
        width: 200px;
    }

    .certificates {
        gap: 10px;
    }

        .certificates img {
            width: 50px;
        }

    .hero-slider {
        height: 250px;
    }

    .title {
        font-size: 22px;
    }

    .subtitle {
        font-size: 14px;
    }

    .products-title {
        font-size: 24px;
    }

        .products-title .underline-img img {
            width: 200px;
        }

    .product-top-row img {
        width: 150px;
        height: 100px;
    }

    .p-card {
        width: 95%;
        padding: 20px 15px;
    }

    .big-img {
        width: 140px;
    }

    .clients-title {
        font-size: 22px;
    }

    .industry-title {
        font-size: 24px;
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }

    .footer-links h3,
    .footer-social h3 {
        font-size: 16px;
    }

    .social-icons img {
        width: 35px;
    }

    .contact-option {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .content-title {
        font-size: 24px;
    }

    .sidebar-title {
        font-size: 20px;
    }

    .image-grid img,
    .Certiimage-grid img {
        height: 150px;
    }

    .industry-columns li {
        font-size: 16px;
    }

    .govt-title {
        font-size: 24px;
    }

    .govt-list li {
        font-size: 16px;
    }

    .inquiry-title {
        font-size: 26px;
    }

    .title-line {
        width: 200px;
    }

    .form-grid input,
    .form-grid textarea,
    .form-grid select {
        font-size: 15px;
        padding: 12px 14px;
    }

    .submit-btn {
        font-size: 18px;
        padding: 12px 30px;
    }

    .recaptcha-placeholder {
        transform: scale(0.9);
        transform-origin: 0 0;
    }

    .captcha-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-row,
    .button-row {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        font-size: 16px;
    }

    .career-header {
        font-size: 22px;
    }
}


@media (max-width: 480px) {
    .top-bar {
        font-size: 11px;
        padding: 8px;
    }

    .logo-box img {
        width: 160px;
    }

    .certificates img {
        width: 40px;
    }

    .hero-slider {
        height: 200px;
    }

    .prev, .next {
        font-size: 20px;
        padding: 8px;
    }

    .title {
        font-size: 20px;
    }

    .subtitle {
        font-size: 13px;
    }

    .strength-section {
        padding: 30px 0;
    }

    .products-title {
        font-size: 20px;
    }

        .products-title .underline-img img {
            width: 160px;
        }

    .product-top-row {
        flex-direction: column;
        align-items: center;
    }

        .product-top-row img {
            width: 100%;
            max-width: 280px;
        }

    .p-card h3 {
        font-size: 16px;
    }

    .clients-title {
        font-size: 20px;
    }

    .client-scroll {
        height: 90px;
    }

    .client-box {
        width: 140px;
        height: 65px;
    }

        .client-box img {
            width: 90px;
            height: 40px;
        }

    .industry-title {
        font-size: 20px;
    }

    .industry-desc {
        width: 95%;
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 12px;
        padding: 12px;
    }

    .contact-option {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        bottom: 15px;
        right: 15px;
    }

    .content-title {
        font-size: 20px;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .quick-links li {
        padding: 12px;
        font-size: 14px;
    }

    .image-grid,
    .Certiimage-grid {
        grid-template-columns: 1fr;
    }

    .industry-columns li {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .inquiry-title {
        font-size: 22px;
    }

    .title-line {
        width: 150px;
        height: 2px;
    }

    .form-grid input,
    .form-grid textarea,
    .form-grid select {
        font-size: 14px;
        padding: 10px 12px;
    }

    .submit-btn {
        font-size: 16px;
        padding: 10px 25px;
    }

    .recaptcha-placeholder {
        transform: scale(0.77);
    }

    .career-header {
        font-size: 20px;
        padding: 12px 15px;
    }

    .career-body p {
        font-size: 14px;
    }

        .career-body p strong {
            font-size: 16px;
        }

    .address-box h3 {
        font-size: 22px;
    }

    .address-box p {
        font-size: 14px;
    }
}


@media (max-width: 320px) {
    .logo-box img {
        width: 140px;
    }

    .hero-slider {
        height: 180px;
    }

    .title {
        font-size: 18px;
    }

    .products-title {
        font-size: 18px;
    }

    .clients-title {
        font-size: 18px;
    }

    .industry-title {
        font-size: 18px;
    }

    .p-card {
        padding: 15px 10px;
    }

    .inquiry-title {
        font-size: 20px;
    }

    .career-header {
        font-size: 18px;
    }
}


@media (max-width: 768px) and (orientation: landscape) {
    .hero-slider {
        height: 350px;
    }

    .navbar {
        max-height: 250px;
        overflow-y: auto;
    }
}
