/*--------------------------------------------------------------
# Common Screens
--------------------------------------------------------------*/
@media (min-width: 250px) and (max-width: 350px) {}

@media (min-width: 250px) and (max-width: 475px) {

    p,
    .p {
        text-align: justify !important;
    }

}

@media (min-width: 250px) and (max-width: 567px) {

    .section-title {
        font-size: 1.85rem;
    }
}

@media (min-width: 290px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1399px) {}

/*--------------------------------------------------------------
# Title 
--------------------------------------------------------------*/

@media (min-width: 290px) and (max-width: 768px) {
    .main-title {
        font-size: 2rem;
        padding: 15px 30px;
    }

    .main-title::before,
    .main-title::after {
        width: 75px;
        height: 75px;
    }
}

/*--------------------------------------------------------------
# Navbar 
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .nav-list {
        flex-direction: column;
        gap: 0rem;
    }

    .nav-link {
        width: 100%;
        text-align: left;
    }
}

/*--------------------------------------------------------------
# Home -
--------------------------------------------------------------*/

@media (min-width: 250px) and (max-width: 1350px) {
    .carousel-img {
        width: 100% !important;
    }
}

@media (min-width: 250px) and (max-width: 567px) {

    .my-carousel-1 .carousel-item .carousel-img {
        height: 32.5vh !important;
    }
}

@media (min-width: 568px) and (max-width: 991px) {

    .my-carousel-1 .carousel-item .carousel-img {
        height: 100% !important;
    }
}

/* Call to Action */

@media (max-width: 768px) {
    .cta-title {
        font-size: 1.5rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }

    .btn-cta {
        font-size: 1rem;
        padding: 0.5rem 1.25rem;
    }
}

@media (min-width: 290px) and (max-width: 991px) {

    .get-in-touch-img {
        height: 100% !important;
    }
}

@media (min-width: 290px) and (max-width: 1199px) {
    .contact-img {
        height: 100%;
    }

    .contact-form-content {
        height: auto;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

@media (min-width: 250px) and (max-width: 576px) {

    .specialty-card {
        width: 100%;
        height: auto !important;
    }

    .specialty-card:hover {
        transform: translateY(0px) scale(1);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        background: linear-gradient(135deg, #f5e6cc 0%, #d4a5a5 100%);
    }
}

@media (min-width: 250px) and (max-width: 767px) {

    .why-choose-card {
        height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .why-choose-card {
        height: 425px !important;
    }

}

/*--------------------------------------------------------------
# Testimonial Section
--------------------------------------------------------------*/

@media (min-width: 290px) and (max-width: 575px) {

    .testimonial-card-1 {
        border-right: 0px solid #ccc;
    }

    .testimonial-card-2 {
        border-right: 0px solid #ccc;
    }

    .testimonial-card-3 {
        border-right: 0px solid #ccc;
    }

    .testimonial-card-4 {
        border-right: 0px solid #ccc;
    }
}

@media (min-width: 576px) and (max-width: 991px) {

    .testimonial-card-1 {
        border-right: 1px solid #ccc;
    }

    .testimonial-card-2 {
        border-right: 0px solid #ccc;
    }

    .testimonial-card-3 {
        border-right: 1px solid #ccc;
    }

    .testimonial-card-4 {
        border-right: 0px solid #ccc;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .testimonial-card-content {
        height: 125px;
    }

}

@media (min-width: 290px) and (max-width: 767px) {

    .testimonial-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
        border-radius: 15px !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
    }

    .testimonial-card-content {
        height: auto;
        margin-bottom: 1rem;
    }

}

/*--------------------------------------------------------------
# Products section
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

    .product-card-content {
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .product-card-content {
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .product-card-text {
        font-size: 22px;
    }

}

@media (min-width: 250px) and (max-width: 575px) {

    .product-card-content {
        width: 100%;
        height: 100%;
    }

    .product-card-text {
        font-size: 22px;
    }

    .home-product-card-title {
        font-size: 1rem !important;
    }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

@media (min-width: 250px) and (max-width: 575px) {

    .contact-content {
        margin-top: 1rem;
    }

    .img-container {
        margin-top: 0rem !important;
    }

    .contact-link {
        font-size: 1rem;
    }
}

@media (min-width: 250px) and (max-width: 991px) {

    .contact-parallax-content {
        height: 100%;
    }

    .contact-form {
        margin-left: 0px;
        height: 100%;
    }

    .contact-info-card-content {
        height: auto;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media (min-width: 1063px) and (max-width: 1269px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 26px;
        width: 260px;
    }
}

@media (min-width: 1026px) and (max-width: 1063px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 26px;
        width: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .footer-img {
        width: 20%;
    }

    .foot-svg-txt {
        font-size: 26px;
        width: 230px;
    }
}


@media (min-width: 576px) and (max-width: 991px) {

    .footer-text {
        font-size: 17px;
    }
}


@media (min-width: 290px) and (max-width: 575px) {
    .company-link {
        font-size: 17px !important;
        margin-bottom: 1rem;
    }
}