


body {
    margin: 0;
    background-color: white;
}



.navbar {
    display: flex;
    align-items: center;

    background: #333;    ;
    padding-right: 5%;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}




.logo {
    padding: 20px;
    border-radius: 70px;

    margin-left: 5%;

}

.logo-img{
    border-radius: 70px;
}

.navbar-links ul{
    padding: 0;
    display: flex ;
}

.navbar-links li{
   list-style: none;
   letter-spacing: 3px;
 }

 .navbar-links li a{
    text-decoration: none;
    padding: 1rem;
 }
 
 .navbar ul li a{
    font-size: 18px;
    text-transform: none;
    display: block;
    padding: 30px;
 }

.navbar a {
color: white;
text-decoration: none;
}

.navbar a:hover {
    color: black;

}

.CALL{
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 3%;
}

.phone-img{
    border-radius: 70px;
}

.CALL h3{
    margin-left: 20px;
}

.background-container {
    width: 100%;
    height: 80vh;
    background-image: url('background2.jpg'); 

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Add this to make overlay positioned relative to the container */
}

.overlay-text {
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    font-size: 200%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white; 
    background: rgba(171, 170, 170, 0.5);
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    position: relative; /* Add position relative */

}

.services-container {
    margin-top: 10%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .services-text {
    width: 50%; /* Adjust width as needed */
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 120%;
  }
  
  .services-image {
    width: 35%; /* Adjust width as needed */
  }
  
  .services-image img {
    max-width: 100%;
    height: auto;
  }


.container-container{
    background-color: #f5f5f5;
    margin-top: 5%;

    
}


  .container {
    padding-top: 5%;
    padding-bottom: 5%;

    width: 35%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-style: normal;
  }
  .service {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    background: linear-gradient(to left, #f5f5f5,  #C0C0C0);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    
  }
  
.arrow-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  
  .service:active .arrow-icon {
    transform: translateY(-50%) rotate(90deg);
  }
  
  .description {
    display: none;
  }
  
  .service:active .description {
    display: block;
  }





.toggle-button{
position: absolute;
top: 5rem;
right: 1rem;
display: none;
flex-direction: column;
justify-content: space-between;
width: 50px;
height: 50px;
}

.toggle-button .bar{
 height: 3px;
 width: 100%;
 background-color: white;
 border-radius: 10px;
}


.footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;

    padding-right: 10%;
    padding-left: 10%;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;

    
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 350px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links ul li {
    display: inline;
    margin-right: 20px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-contact a {
    text-decoration: none;
    font-style: none;
    color: white;
    font-size: 150%;
}
.footer-contact h3 {
    margin-bottom: 10px;
}

.footer-contact p {
    margin: 0;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }



    .footer-contact {
        margin-bottom: 20px;
    }

    .footer-links {
        display: none;
    }
    .footer-contact a {
        text-decoration: none;
        font-style: none;
    }


}


@media screen and (max-width: 768px) {
    .services-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
    }

    .services-text,
    .services-image {
        width: 100%; /* Full width for both text and image */
        text-align: center; /* Center text */
    }

    .services-image {
        margin-top: 10px; /* Adjust spacing between text and image */
    }


    .container {
        width: 70%; /* Adjust width for smaller screens */
    }
}


@media (max-width: 1200px) {



.navbar{
    background-color: #333;
    margin: 0;
    padding: 0;

}

.navbar a {
    color: black;
    text-decoration: none;
    }

.CALL h3{
    color: white;
}


.toggle-button{
    display: flex;

    padding-right: 0;    
}
.toggle-button .bar{
    background-color: white;
}



.logo{
    margin-left: 2%;
}
.logo-img{
    float: left;
    left: 6%;
}


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






    .navbar-links{
    display: none;
    width: 100%;

    }

.navbar-links ul{

    flex-direction: column;
    width: 100%;        

    height: 100vh;
}
 
.navbar-links li{

text-align: center;
padding-top: 20px;
padding-bottom: 50px;

}

 
.navbar-links ul li{
    text-align: center;
    align-items: center;
    justify-content: center;

    padding: 10px;
    border-bottom: 1px solid gray;
}




.navbar-links.active{
    display: flex;

    align-items: center;
    text-align: center;
    background-color: white;


}


.CALL{
    display: none;
}
.overlay-text {
    
    font-size: 175%;
    

}
}


@media (max-width: 600px){
.CALL{
    display: none;
    align-items: center;
    align-items: center;
    text-align: center;
    margin:auto;
}
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
