  body {
      background-color: #f9f9f9;
      margin: 0;
      padding: 0;
    }
    .logo{
      width: 110px;
    }
    .navbar-custom {
      background-color: white;
      padding: 10px 20px;
      border-bottom: 2px solid  #002B5B;
    }
    .navbar-brand {
      font-family: 'Merriweather', serif;
      font-size: 24px;
      color: #002B5B !important;
    }
    .contact-btn {
      background-color: #002B5B;
      color: white;
       font-weight: 400;
    font-size: 18px;
    padding: 8px 28px;
    border-radius: 10px;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }
    .contact-btn:hover {
      background-color: #e6b200;
      color: #fff;
    }


  .hero-btn {
    background-color:#002753;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 28px;
    border-radius: 10px;
    border: none;
    transition: background-color 0.3s ease;
  }

  .hero-btn:hover {
    background-color: #e6b200;
    color: #fff;
  }
  .heroimg{
    border-radius: 12px;
   
  }

 @media (max-width: 576px) {
  .hero-title {
    font-size: 24px !important;
    line-height: 1.4;
  }

  .hero-subtext {
    font-size: 15px !important;
  }

  .hero-btn {
    font-size: 15px !important;
    padding: 10px 18px !important;
  }
}


.cta-main-btn {
  background-color: white;
  color: #002B5B;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}


    .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
  }
.card-img-top {
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

  .card-title {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    margin-bottom: 15px;
    color: #002B5B;
    text-align: center;
  }

  .card ul {
    padding-left: 0;
    list-style: none;
  }

  

  

  .card-body {
    padding: 20px;
  }

  .service-btn {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    width: 48%;
  }

  .btn-contact {
    background-color: #002B5B;
    color: white;
    border: none;
  }

  .btn-contact:hover {
    background-color: #001933;
  }

  .btn-enquiry {
    background-color: #FFC300;
    color: #002B5B;
    border: none;
  }

  .btn-enquiry:hover {
    background-color: #e6b200;
    color: #fff;
  }

  .btn-group-custom {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 15px;
  }

  @media (max-width: 767px) {
    .btn-group-custom {
      flex-direction: row;

    }

    .service-btn {
      width: 100%;
    }
  }



.service-btn {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Contact Us Button */
.btn-contact {
  background-color: #002B5B;
  color: #ffffff;
  border: 2px solid #002B5B;
}

.btn-contact:hover {
  background-color: #ffffff;
  color: #002B5B;
  border: 2px solid #002B5B;
  box-shadow: 0 4px 12px rgba(0, 43, 91, 0.2);
}

/* Enquiry Now Button */
.btn-enquiry {
  background-color: #25D366;
  color: #ffffff;
  border: 2px solid #25D366;
}

.btn-enquiry:hover {
  background-color: #ffffff;
  color: #25D366;
  border: 2px solid #25D366;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}



/* why choose us */
.whyborder{
  border: 2px solid #002B5B;
}
.why h5{
  color: #002B5B;
  
}
.why p{
  color: black;
}
.step-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 43, 91, 0.08);
}

@media (max-width: 576px) {
  .step-box {
    padding: 15px;
  }

  .step-box p {
    font-size: 12px;
  }

  .step-box h6 {
    font-size: 14px;
  }

  .icon i {
    font-size: 18px;
    padding: 10px !important;
  }
}


.borderwork {
  border: 2px solid #002B5B;
  padding: 10px;
  border-radius: 50%;
}
.howwork p{
  color: black;
}
  .howwork h6{
color: #002B5B;
  }



  

.my-custom-carousel .my-carousel-item {
  padding: 20px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px;
  background-color: #f8f8f8;
}
.my-review-card img.my-review-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
}


.my-review-card img.my-review-img2 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  margin-top: 50px;
margin-left: -25px;
}

.my-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.my-review-name {
  font-weight: bold;
  margin-left: 12px;
}
.my-review-verified {
  color: #3498db;
  margin-left: 6px;
}
.my-review-date {
  font-size: 13px;
  color: #7f8c8d;
  margin-left: 10px;
}
.my-review-rating {
  color: #fcbf02;
  margin: 12px 0;
}
.my-review-text {
  font-size: 16px;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #3498db;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev {
  left: -55px;
}
.owl-nav button.owl-next {
  right: -55px;
}

/* Media Queries */
@media (max-width: 768px) {
  .my-custom-carousel .my-carousel-item {
    padding: 15px;
  }
  .my-review-card img.my-review-img {
    width: 60px;
    height: 60px;
  }
  .my-review-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .my-custom-carousel .my-carousel-item {
    padding: 10px;
  }
  .my-review-card img.my-review-img {
    width: 50px;
    height: 50px;
  }
  .my-review-text {
    font-size: 13px;
  }
}








  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .googlereview {
        text-align: center;
    }
    .star-rating {
font-size: 15px;
    }
}

.googlelogofull {
    width: 100px;
    height: 40px;
    margin-right: 10px;
}

.googlereview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-rating {
    margin-left: 10px;
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.bgreviews{
  background-color:#f8f8f8 ;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}



/* Sticky Buttons Container */
.sticky-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Individual Button */
.sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

/* WhatsApp */
.sticky-btn.whatsapp {
  background-color: #25D366;
}

/* Call */
.sticky-btn.call {
  background-color: #007BFF;
}

/* Hover Effect */
.sticky-btn:hover {
  transform: scale(1.1);
}
