@media (max-width: 768px) {


    .hero-section .swiper {
        width: 100%;
        height: 46vh;
    }
    
    .btn {
    color: #fff;
    padding: -1px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

    .slide-content h1 {
        font-size: 28px;
    }

    .slide-content p {
        font-size: 15px;
    }

    .feature-heading h5 {
        font-size: 30px;
    }

    .box {
        width: 122px;
        height: 130px;
    }

    .img-boxes-parent .box .overlay {
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
    }

    .crousel .swiper {
        padding: 20px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .about-img img {
        border-bottom-left-radius: 146px;
    }

    .about-content {
        padding-left: 20px;
        padding-top: 40px;
    }

    .why-choose-content {
        padding-bottom: 30px;
    }

    .why-choose-us-img img {
        border-bottom-right-radius: 125px;
    }

    footer {
        text-align: left !important;
    }

    .footer-container {
        flex-direction: column;
        text-align: left;
    }

    nav {
        color: #000;
        padding: 2px;
    }

    .service-btn {
        display: none;
    }

    .product-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 84%;
        margin-left: 28px;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .logo img {
        width: 50px;
    }

    .logo-content {
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

    .hamburger span {
        width: 26px;
        height: 3px;
        background: black;
        border-radius: 2px;
    }
}


/* Responsive carrer form*/
@media (max-width: 768px) {
    .career-form .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .career-form .form-row {
        flex-direction: column;
    }
}

@media (min-width: 1025px) {
    .hamburger{
        display: none;
    }
}