body {
  font-family: "Rancho", cursive;  
}
.bgimages {
    background-image: url('/images/bgimage.jpg');
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-size: cover; /* Ensure the image covers the entire element */
    background-position: center; 
}
.vistingCard{
    margin-left: 10%;
    height: 60%;
    width: 80%;
}
#services {
    padding: 50px 0; /* Add padding to the top and bottom */
    background-color: #f8f8f8; /* Set background color */
}

.container {
    max-width: 1200px; /* Set maximum width for content */
    margin: 0 auto; /* Center the container */
}

h2 {
    font-size: 24px; /* Set font size for heading */
    margin-bottom: 20px; /* Add space below heading */
}

.service-items {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space out items evenly */
}

.service-items-left {
    flex: 1; /* Take up equal space */
}

.service-items-right {
    flex: 1; /* Take up equal space */
    padding-left: 20px; /* Add left padding */
}

.service-items img {
    max-width: 80%; /* Make image responsive */
}

.service-items p {
    font-size: 45px; /* Set font size for paragraph */
    margin-bottom: 10px; /* Add space below paragraph */
}

.service-items ul {
    list-style-type: none; /* Remove bullet points */
    padding-left: 0; /* Remove left padding */
}

.service-items li {
    font-size: 25px;
    margin-bottom: 5px; /* Add space between list items */
}
.contactdetails button{
    padding: 10px;
    font-size: 30px;
    background-color: transparent; /* Make background transparent */
    border: none;
    padding: 10px; 
}

.adr{
    font-size: 20px;
}
header{
    background-color: #333;
    color: #fff;
    padding: 50px 0;
    font-family: "Balsamiq Sans", sans-serif;
}
header h1{
    padding-left: 30px;
    font-size: 50px;
}
header span{
    color: rgb(255, 0, 0);
    font-size: 25px;
    font-weight: 700;
    opacity:0;
    animation: sidebottom  1s ease forwards;
    animation-delay: .7s;
}
header h1:hover {
    text-shadow: 5px 5px 8px rgb(214, 214, 214);
}

@keyframes sidebottom{
    0%{
        transform: translateY(-100px);
        opacity: 1;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

.whatsapp-button {
    margin-right: 10px;
    background-color: transparent; /* Make background transparent */
    border: none;
    padding: 0; 
    display: flex; 
    align-items: center;
  }
  
  /* Define styles for the WhatsApp icon */
  .whatsapp-button i {
    margin-right: 5px; 
  }
  
  /* Define styles for the phone number */
  .whatsapp-button span {
    color: rgb(122, 122, 122);
    font-family: "Rancho", cursive; 
  }
  .phone-button{
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent; /* Make background transparent */
    border: none;
    padding: 0; 
    display: flex; 
    align-items: center
  }
  .phone-button i {
    margin-right: 5px; 
  }
  
  /* Define styles for the phone number */
  .phone-button span {
    color: rgb(122, 122, 122);
    font-family: "Rancho", cursive; 
  }
.navbar{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 25px;
}
nav a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
    font-size: 20px;
}
section {
    padding: 20px;
}
h2 {
    color: #333;
}
p {
    line-height: 1.5;
}
.container {
    max-width: 1200px;
    margin: auto;
}
.container h2{
    font-size: 50px;
    text-align: center;
}
.container h3{
    margin-top: 30px;
    color: gray;
  font-family: "Arvo", serif;
    font-size: 40px;
    text-align: center;
}
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    position: fixed;
    bottom: 0;
}
.card img {
    height: 300px;
}
.card-body {
    display: flex;
    flex-direction: column;
    background-color: aliceblue;
}
.btn-list {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  .btn-list a {
  font-family: "Arvo", serif;
    margin-top: 10px; 
    margin-bottom: 20px;/* Add margin around each button */
    text-decoration: none; /* Remove underline from links */
  }
  
.card-body a {
    width: 200px;
    font-size: 22px; /* Add margin between the anchor elements */
}

#contact {
    padding: 50px 0; /* Add padding to the top and bottom */
  }
  
  .container {
    margin: 0 auto; /* Center the container */
  }
  
  h2 {
    font-size: 24px; /* Set font size for heading */
    margin-bottom: 20px; /* Add space below heading */
  }
  
  p {
    line-height: 1.5; /* Set line height for paragraphs */
  }
  
  .address {
    padding-left: 60px;
    font-size: 38px; /* Set font size for address */
    margin-top: 20px; /* Add top margin */
  }
  .map-container {
    text-align: center;
}
 
@media(max-width:768px){
    .whatsapp-button {
        margin-left: 10px;
        margin-right: 10px;
    }
    .service-items {
        flex-direction: column; /* Stack items vertically on smaller screens */
      }
      .service-items img {
        max-width: 80%;
    display: block;
    margin: 0 auto;
    }
      .service-items-left, .service-items-right {
        width: 100%; /* Set the width of both items to 100% */
      }
    
      .service-items-right {
        text-align: center;
        justify-content: center;
        padding-left: 0; /* Remove left padding */
        margin-top: 20px; /* Add top margin */
      }
    
      .service-items p {
        font-size: 38px; /* Reduce font size for paragraphs */
      }
    
      .service-items ul {
        padding-left: 30px; /* Add left padding to the list */
      }
    
      .service-items li {
        font-size: 25px; /* Reduce font size for list items */
      }
    
      .contactdetails {
        text-align: center;
        justify-content: center;
        margin-top: 20px; /* Add top margin */
      }
    
      .contactdetails button {
        margin-right: 10px; /* Add right margin */
      }
    
      .contactdetails button:last-child {
        margin-right: 0; /* Remove margin from the last button */
      }
      .address {
        padding-left: 30px;
        font-size: 28px; /* Set font size for address */
        margin-top: 20px; /* Add top margin */
      }
      .map-container iframe{
        width: 200px;
        height: 300px;
        text-align: center;
    }
    .btn-list {
        margin: 2px;
        flex-wrap: wrap;
    }
      
      .btn-list a {
      font-family: "Arvo", serif;
        margin-top: 4px; 
        margin-bottom: 10px;/* Add margin around each button */
        text-decoration: none; /* Remove underline from links */
      }
      header h1{
        font-size: 30px;
    }
}
