.service-card {
      border: 1px solid #dee2e6; /* Card border */
      border-radius: 0.5rem; /* Rounded corners for the card */
      margin-bottom: 20px; /* Space between cards */
       overflow: hidden; /* Ensure the image doesn't overflow the card */
       display: flex;
       /* Enable flexbox */
      flex-direction: column; /* Stack children vertically */
      align-items: center; /* Center align children horizontally */
      text-align:center;

    }
    .service-image {
      border-radius: 0.5rem 0.5rem 0 0; /* Rounded corners for the image */
      border-bottom: 1px solid #dee2e6; /* Border below the image */
      /*transition: transform 0.3s ease, opacity 0.3s ease; */
      /* Transition for smooth hover effect */
      height: 200px;
      width: 100%;
      margin-top:2px;
    }
    /*.service-image:hover {*/
      /*transform: scale(1.1);*/
      /* Zoom effect */
      /*opacity: 0.9;*/
      /* Slight opacity change */
    /*}*/
    .container-shadow {
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Shadow effect */
      padding: 20px; /* Padding inside the container */
      border-radius: 0.5rem; /* Rounded corners for the container */
      background-color: #fff; /* White background for the container */
    }
    /* image content add new here*/
    
    .rounded-circle {
            width: 150px;
            height: 150px;
            object-fit: cover;
            border-radius: 50%;
        }
    
    
    
    
    
    .main-container{
    font-size: 16px !important;  /* Adjust as needed */
    }
    .our-fleet{
        
            font-size: 16px !important;  /* Adjust as needed */
    }
    .container-shadow{
         font-size: 16px !important;  /* Adjust as needed */
    }
    .whyChoose{
        font-size: 16px !important;  /* Adjust as needed */
    }
    
    .footer{
          font-size: 16px !important;  /* Adjust as needed */
        
    }
    

  .content-image {
            max-width: 100%;
            height: auto;
            border-radius: 0.5rem 0 0 0.5rem;
        }
        .content-area {
            padding: 2rem;
        }

/* image content add new here*/
  .mb-4 i {
    color: #007bff;
  }
  .mb-4 h5 {
    margin-top: 10px;
    font-weight: bold;
  }
  .mb-4 p {
    margin-top: 5px;
    color: #666;
  }
  .faq-question {
    background-color: #f9f9f9;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*.dropbtn:hover, .dropbtn:focus {*/
/*  background-color: yellow;*/
/*}*/

/*.dropdown {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*}*/

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #171717;
  min-width: 100px;
  /*padding:7px 11px;*/
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 2px 6px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ECBD1C;}

.show {display: block;}
@media screen and (min-width: 991px) {
  div.flag_button {
    display: none;
  }
}


