/* Responsive Design */

@media (max-width: 992px) {
    .capa_img {
        width: 100%;
    }

    .capability-list {
        gap: 0.5rem;
    }

    .manufacturing-item {
        flex-direction: column-reverse !important;
        gap: 3rem;
    }

    .manufacturing-item {
        position: relative;
        top: unset;
    }

    .manufacturing-item:nth-child(even) {
        flex-direction: column-reverse !important;
    }

    .manufacturing-item .info,
    .manufacturing-item .img-wrap {
        width: 100%;
    }

    .industry-we-serve .tab-pane {
        height: 480px;
    }
}

@media (max-width: 768px) {
    .map-size {
        height: auto;
    }
    .hero-banner__slide {
        height: 28rem;
    }

    .card {
        margin-bottom: 30px;
        padding-inline: 0;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .card-icon i {
        font-size: 2rem;
    }

    .feature_icon {
        width: 60px;
        height: 60px;
    }

    .feature_icon i {
        font-size: 24px;
        display: inline-block;
    }

    .vertical-line {
        border-right: none;
    }

    .banner-section {
        height: 300px;
    }

    .banner-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .timeline::before {
        left: 2rem;
    }

    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        margin-left: 4rem;
        margin-right: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: left;
    }

    .timeline-icon {
        left: 2rem;
    }

    .enquiry-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .enquiry-container {
        padding: 0 1rem;
    }

    .enquiry-form,
    .enquiry-info {
        padding: 2rem;
    }

    .form-title {
        font-size: 2rem;
    }

    .industry-we-serve .tab-pane {
        height: 360px;
    }
}

@media (max-width: 576px) {

    .Logo {
        max-height: 3rem;
    }

    .hero-banner__slide {
        height: 15rem;
    }

    .section-padding {
        padding: 30px 0
    }

    .padding-top {
        padding-top: 40px !important;
    }

    .padding-top-2 {
        padding-top: 30px !important;
    }

    .padding-top-3 {
        padding-top: 50px !important;
    }

    .banner-section {
        height: 250px;
    }

    .banner-title {
        font-size: 2rem;
        margin-top: 1rem;
    }

    .promise-card {
        padding: 2rem;
    }

    .card-icon i {
        font-size: 1.5rem;
    }

    .padding-top-3 br,
    .padding-top br {
        display: none;
    }

    .manufacturing-item {
        padding: 30px 20px;
    }

    .contact-form {
        padding: 1.5rem 1rem;
    }

    .industry-we-serve .tab-pane {
        height: 280px;
    }

    .hero-banner-image {
        height: 17rem;
        object-fit: cover;
        width: 100%;
    }
}