  .h3,h1{
    font-family: "Merriweather", Sans-serif;
  }
  *{
    padding: 0;
    margin: 0;
  }
  
  /* Custom CSS */
  .navbar {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .navbar-brand img {
    height: 60px;
  }

  .navbar-nav .nav-link {
    color: #555;
    font-weight: 500;
    margin: 0 10px;
  }

  .navbar-nav .nav-link:hover {
    color: #0056b3;
  }

  .dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 230px; /* Adjusted width for dropdown */
  }

  .dropdown-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px; /* Smaller font size */
  }

  .dropdown-item:last-child {
    border-bottom: none;
  }

  .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0056b3;
  }

  .hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url("/api/placeholder/1200/400") center/cover;
    height: 300px;
    position: relative;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 127, 80, 0.7); /* Orange with opacity */
  }

  @media (max-width: 992px) {
    .dropdown-menu {
      border: none;
      box-shadow: none;
      padding-left: 20px;
      width: 100%; /* Full width on mobile */
    }

    .navbar-collapse {
      margin-top: 15px;
    }
    .navbar h5 {
      font-size: 1rem;
    }
  }

.footer {
    background-color: #cadded;
    color: #fff;
    padding: 40px 0 45px;
    border-top: 2px solid #a40000;
    margin-top: 30px;
  }

  .footer h5 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .footer p, .footer li {
    font-size: 15px;
    color: #404040;
    line-height: 1.8;
  }

  .footer ul {
    list-style: none;
    padding-left: 0;
  }

  .footer ul li {
    margin-bottom: 8px;
  }

  .footer-bottom {
    text-align: center;
    color: #ccc;
    margin-top: 20px;
    font-size: 14px;
  }

  .footer a{
    color: green;
    text-decoration: none;
  }



  /*******************call button*****************/
  .call-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw; /* Ensure it doesn't overflow */
    z-index: 9999;
    background: #00bf5e;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }
  
  .call-button .call-flex {
    max-width: 100%;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    overflow: hidden;
  }
  
  .call-button .call-flex p,
  .call-button .call-flex a {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .call-button .call-flex p {
    margin-right: 8px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
    .call-button .call-flex {
      font-size: 16px;
      flex-direction: column;
      gap: 5px;
      text-align: center;
    }
  
    .call-button .call-flex p {
      margin-right: 0;
    }
  }
  
  
  .carousel-inner{
    height: 550px;
  }
  /* carousel-slider */
  .carousel-caption h5 {
    font-size: 24px;
  }

  @media (max-width: 767px) {
    
  .carousel-inner{
    height: auto;
  }
    .carousel-caption {
      bottom: 20px;
      padding: 10px;
    }

    .carousel-caption h5,
    .carousel-caption p {
      font-size: 14px;
    }
  }


  /******************about**************/
  .about {
    background: url(../images/abt.bg.webp) top left no-repeat;
    padding: 15px 0; /* reduced from 30px */
  }
  
  .about-sub h2 {
    color: #242F65;
    font-family: "Merriweather", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    padding-top: 20px; /* reduced from 40px */
  }
  
  .about-sub p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px; /* slightly reduced */
  }
  
  .about-sub img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .about-sub h2 {
      font-size: 28px;
      padding-top: 10px !important; /* smaller padding on mobile */
    }
  
    .about-sub p {
      font-size: 16px;
      margin-bottom: 8px;
    }
  
    .about-sub img {
      width: 100%;
      padding: 0 !important;
    }
  }
  
   /******************about**************/
 
  .mcb {
    background-color: pink;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mcb button {
    padding: 15px 25px;
    border-radius: 40px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .mcb button a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    margin-left: 8px;
  }
  
  .mail-btn {
    background-color: red;
    color: white;
  }
  
  .call-btn {
    background-color: white;
    color: blue;
    border: 2px solid blue;
  }
  
  .mail-btn:hover,
  .call-btn:hover {
    background-color: blue;
    color: white;
  }
  
  .mail-btn:hover a,
  .call-btn:hover a {
    color: white;
  }
  

  /****************************WHY WE*******************/
  .why-we-section {
    padding: 60px 20px;
    text-align: center;
}

.section-title {
    color: #2a2f5a;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #555;
    font-size: 18px;
    margin-bottom: 40px;
}

.feature-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    height: 280px; /* Increased fixed height */
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    
    align-items: flex-start;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.content-wrapper {
    flex-grow: 1;
    padding-top: 25px;
}

.on-time .icon-wrapper {
    background-color: #ff6b6b;
}

.professionals .icon-wrapper {
    background-color: #4dabf7;
}

.genuine .icon-wrapper {
    background-color: #51cf66;
}

.icon-wrapper svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
}

.feature-title {
    color: #2a2f5a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-desc {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 30px;
        height: auto;
        min-height: 200px;
    }
    
    .icon-wrapper {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .icon-wrapper svg {
        width: 25px;
        height: 25px;
    }
}


/******services ************/
.image-grid {
    width: 100%;
    padding: 15px;
  }
  
  .image-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 300px;
  }
  
  .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: bottom 0.5s ease;
    padding: 20px;
    text-align: center;
  }
  
  .image-item:hover .overlay {
    bottom: 0;
  }
  
  .image-item:hover img {
    transform: scale(1.05);
  }
  
  .overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .overlay p {
    font-size: 16px;
  }
  .os h1{
    color: #2a2f5a;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  @media (max-width: 767px) {
    .image-item {
      height: 250px;
    }
    
    .overlay h3 {
      font-size: 20px;
    }
    
    .overlay p {
      font-size: 14px;
    }
  }

  /* tesimonial */
  


  /* contatct */
  .contact-header {
    color: #2a3563;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.contact-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 600;
    color: #333;
}

.required::after {
    content: " *";
    color: #dc3545;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 1rem;
}

.form-select {
    height: 45px;
}



/* Prevent height or layout shift on button click */


@media (max-width: 768px) {
    .contact-header {
        font-size: 2rem;
    }

    .contact-container {
        padding: 1rem;
    }

}

.contacts-section button{

  padding: 10px;
  color: #fbfffd;
  border-radius: 10px;
  background-color: #0056b3;




}

.para-section{
  text-align: justify;
}


.service-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.service-box:hover {
  transform: translateY(-5px);
  background-color: #e9ecef;
}
.service-icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}


.counter-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/W3.jpg");
  background-size: cover;
  background-position: center;

  padding: 30px 0;
}

.counter-box {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 10px;
  /* background: #fff; */
  border-radius: 8px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.counter-icon {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
}

.counter-number {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.counter-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
}

.section-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #007bff;
}

.section-title p {
  font-size: 18px;
  color: #ffffff;
}