service .icon{
    font-size: 30px;
    margin: 20px auto;
    padding: 18px;
    height: 35px;
    width: 35px;
    border: 1px solid #008000;
    border-radius: 50%;
    color: #008000;
  }
  
  .service p{
    font-size: 15px;
    margin-top: 10px;
    color: black;
    padding: 20px;
  }
  
  .service span{
    color: red;
    transition: .5s;
  }
  
  .service .col-md-3:hover{
    background: linear-gradient(rgba(0,0,0,0.5),yellow);
    cursor: pointer;
    color: #0800a5;
    box-shadow: -5px 5px 10px 0 rgba(0,0,0,0.4);
    transition: .5s;
  }
  
  .service .col-md-3:hover .icon{
    border: 1px solid #fff;
    color: #fff;
  }
  
  .service .col-md-3:hover p{
    color: #fff;
  }
  
  .service .col-md-3:hover span{
    color: #fff;
  }
  
  @media(max-width: 860px){
    .content-box{
      background: white;
      height: 200vh;
      color: #fff;
    }
  }













  .container .social{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }

  .container .social a{
    padding: 1rem 2rem;
    color: aqua;
    font-size: 1.5rem;
    transition: all 300ms ease;
  }

  .container .social a:hover{
    font-size: 1.2rem;
    color: yellow;
  }

  @media screen and (max-width: 800px){
    .container .social a{
        padding: 1rem 2rem;
    } 
  }

  
  .nav-link:hover {
    background-color: navy;
  }
  
  .nav-link.active {
    background-color: #f00; /* Change this to the desired color when the link is clicked */
  }
  #one{
    margin-bottom: -100px;
  }
  


  
/* Default styles */
.carousel-inner .image-container {
  position: relative;
}


.carousel-inner .overlay-text {
  position: absolute;
  top: 80%;
  left: 45%;
  transform: translate(-50%, -50%);
  color: white;
   
  
  
  
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  .carousel-inner .image-container img {
    height: 700px;
  }
  
  .carousel-inner .overlay-text {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
  
  }
}

.carousel-inner .overlay-text p {
  
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

/* Add this to your existing CSS or in a separate CSS file */
.contact-info {
  display: flex;
  align-items: center;
}

.contact-number {
  margin-left: auto;
  margin-right: 15px; /* Add some spacing */
  color: #fff; /* Set the color you want */
}
