@media (max-width: 900px) {
    .quote-section{
        padding:50px 27px;
    }
    .quote-container {
        flex-direction: column; 
        align-items: center; 
        gap: 20px; 
    }
}


@media (max-width: 768px) {
    .logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .logo img {
        margin-left: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .logo p {
        margin: 0;
        font-size: 25px;
    }
    nav ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: -250px; 
        width: 250px;
        height: 100%;
        background: white;
        padding: 20px;
        overflow-y: auto;
        margin-top: -144px;
        z-index: 9999;
    }
    nav ul li a {
        color:darkgoldenrod;
    }

    nav ul li {
        padding: 15px 0;
    }

    nav ul.open {
        right: 0;
        top: 145px;
    }
    .close-btn {
        display: flex;
        font-size: 22px;
        font-weight: bold;
        cursor: pointer;
        color: black;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        top: 33px;
        right: 20px;
        font-size: 28px;
        cursor: pointer;
        color: black;
    }
    
    .quote-button{
        font-size: 12px;
    }
    .quote-button b {
        display: none; 
    }


    .quote {
        font-size: 24px; 
        text-align: center; 
    }

    .image {
        padding-right: 0; 
    }

    .about-content {
        display: block;  
        text-align: center; 
    }

    .about-content img {
        width: 100%;  
        max-width: 100%;
        margin: 10px 0;  
    }

    .about-content p {
        width: 100%; 
        margin-bottom: 20px;  
    }



    #services {
        padding: 30px 27px; 
    }
    #services::before{
        background-attachment: scroll;
    }

    #services h2 { 
        margin-bottom: 15px;
    }

    .services-container {
        display: flex;
        flex-direction: column;  
        gap: 15px;  
        align-items: center;  
    }

    .service-item {
        width: 100%;  
        margin: 0 auto;  
    }
    
    .slider {
        height: 100%;
    }

   .slider-img{
    width: auto;
    flex-shrink: 0;
   }

    #why-choose-us{
        width: auto;
    }

    .why-choose-us-content {
        flex-direction: column; 
        text-align: center; 
        width: auto;
    }

    .text-content {
        order: 2;  
    }
    .text-content li, .contact-text p, .contact-form label{
        font-size: 22px;
    }

    .image-content {
        order: 1;  
        margin-bottom: 20px;  
        width: 100%;
    }

    .image-content img {
        width: 100%; 
        max-width: 100%; 
        margin: 0 auto;  
    }
    #contact {
        background-attachment: scroll; 
        background-position: center top; 
        background-size: cover; 
        padding: 60px 10px ; 
    }

    .contact-us-content {
        flex-direction: column;
        align-items: center;
    }

    .contact-text {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-form {
        width: 100%;
        max-width: 100%;
    }

    .footer-content {
        flex-direction: column; 
        text-align: center;
        align-items: center; 
    }
    .footer-logo {
        margin-top:0px ;
        margin-left: 0px;
    }

    .footer-copyright {
        margin-top: 20px; 
    }

    .footer-content > div {
        width: 100%; 
        margin-bottom: 20px;
    }
    .modal-dialog{
        margin-left:20px;
        margin-right:20px;
    }
    
}



@media (max-width: 580px) {
    #why-choose-us {
        width: 100%;  
        padding: 27px;  
        box-sizing: border-box;  
    }

    .why-choose-us-content {
        flex-direction: column;
        text-align: center;
        width: 100%;  
        gap: 20px;  
    }

    .text-content {
        order: 2;
        width: 100%; 
    }

    .text-content li, .contact-text p, .contact-form label {
        font-size: 18px;  
    }

    .image-content {
        order: 1;
        width: 100%;  
        margin-bottom: 20px;
    }

    .image-content img {
        width: 100%;  
        height: auto;  
        margin: 0 auto;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
}


@media (max-width: 440px) {
    .footer-map iframe {
        width: 100%; 
        height: 200px; 
    }
    .logo p {
        margin: 0;
        font-size: 20px;
    }
}