/********** Template CSS **********/
:root {
  --primary: #2289e0;
  --secondary: #134274;
  --light: #f6fff2;
  --dark: #263a4f;
}
body {
  background-color: #fff;
  font-family: "Manrope", sans-serif !important;
  color: #6a6a6a;
  line-height: 1.8;
  font-size: 16px;
}

.btn {
  font-family: "Manrope", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #333;
  background-color: #fff;
  border: #0056b3 2px solid;
}
.btn-primary,
.btn-secondary {
  color: #333;
  background-color: #fff;
  border: #0056b3 2px solid;
}
.btn-primary:hover,
.btn-secondary:hover {
  color: #fff;
  background-color: #0056b3; /* Contrasting background color for hover */
  border-color: #0056b3; /* Matching border color on hover */
}
.bg-primary {
  background-color: #007bff !important;
}
.btn-primary:active,
.btn-secondary:active {
  color: #fff;
  background-color: #003366; /* Darker background for active state */
  border-color: #003366; /* Darker border for active state */
}
.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}
.whatsapp-chat {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 75px;
  border-radius: 0;
  z-index: 99;
}
.phone {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 140px;
  border-radius: 0;
  z-index: 99;
}
.static-icon {
  position: fixed;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
}
.cleaning-img {
  width: 100%;
}
#navbar {
  background-color: #d4dbe4;
}
@media (max-width: 991.98px) {
  #navbar {
    background-color: #134274;
    height: 80px;
    /* padding: 10px; */
  }
  .nav-small-screen {
    margin-left: 50%;
    background-color: #fff;
    height: 100vh;
    display: flex;
    /* flex-direction: column;  */
    justify-content: start !important;
    align-items: center !important;
    margin-top: 25px;
  }
  .cleaning-service {
    flex-direction: column !important;
    text-align: center;
  }

  .cleaning-service .col-lg-4,
  .cleaning-service .col-lg-8 {
    width: 100%;
  }

  .cleaning-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .cleaning-service .card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .cleaning-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    list-style: none;
  }

  .cleaning-list div {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .asian-paint,
  .dulex-paint {
    flex-direction: column !important;
    text-align: center;
  }

  .asian-paint .col-lg-4,
  .asian-paint .col-lg-8,
  .dulex-paint .col-lg-4,
  .dulex-paint .col-lg-8,
  .asian-paint .col-md-6,
  .dulex-paint .col-md-6 {
    width: 100%;
  }

  .asian-paint img,
  .dulex-paint img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}
.navbar-dark .navbar-nav .nav-link {
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 15px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  /* background: var(--secondary); */
  color: #2289e0;
}

@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
  .sticky-top {
    background: #2289e0 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.bg-hero {
  background: url(../img/carousel-1.jpg) top right no-repeat;
  background-size: cover;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
  .sticky-top {
    background: #2289e0 !important;
  }
}

.bg-vegetable {
  background: linear-gradient(rgba(52, 173, 84, 0.2), rgba(52, 173, 84, 0.2)),
    url(../img/cocunt.png) bottom right no-repeat;
  background-size: contain;
}

.bg-fruit {
  background: linear-gradient(rgba(255, 153, 51, 0.2), rgba(255, 153, 51, 0.2)),
    url(../img/wolesale_coconut.png) bottom right no-repeat;
  background-size: contain;
}

.service-item {
  box-shadow: 0 0 45px #ededed;
  transition: 0.5s;
}

.about i,
.service-item i {
  background-image: linear-gradient(var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}

.service-item:hover {
  color: var(--light);
  background: var(--primary) !important;
}

.service-item:hover i {
  background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {
  transition: 0.5s;
}

.service-item:hover h4 {
  color: var(--light);
}

.product-item {
  padding: 0 30px 30px 30px;
}

.product-item .btn-action {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.product-item:hover .btn-action {
  bottom: 0;
  opacity: 1;
}

.product-item h5 {
  transition: 0.5s;
}

.product-item:hover h5 {
  opacity: 0;
}

.product-carousel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  background: url(../img/bg-product-1.png) left bottom no-repeat,
    url(../img/bg-product-2.png) right bottom no-repeat;
  background-size: contain;
  background-color: var(--primary);
  z-index: -1;
}

.product-carousel .owl-nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  position: relative;
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
  color: var(--secondary);
}

.bg-testimonial {
  /* background: url(../img/testimonial.jpg) top center no-repeat; */
  background-color: #134274;
  background-size: cover;
}

.testimonial-carousel {
  background: #fff;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--secondary);
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
}

.blog-item img {
  transition: 0.5s;
}

.blog-item:hover img {
  transform: scale(1.2);
}

.blog-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(52, 173, 84, 0), rgba(52, 173, 84, 1));
  z-index: 1;
}

.bg-footer {
  /* background: linear-gradient(rgba(73, 125, 0, 0.7), rgba(73, 125, 0, 0.7)), */
  /* url(../img/footer.png) center bottom no-repeat; */
  background-size: contain;
  background-color: #134274;
}

@media (min-width: 991.98px) {
  .bg-footer {
    margin-top: 90px !important;
  }
  .sticky-top {
    background: #fff !important;
  }
}
.sticky-top {
  background-color: #fff !important;
}
.sticky-top .navbar-collapse {
  background-color: #fff !important;
  /* border-radius: 15px 15px; */
  /* border: #d6dcd8 1px solid; */
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
  color: #444 !important;
}
.sticky-top .navbar-collapse .active {
  color: #007bff;
}
.sticky-top.navbar-dark .navbar-nav .nav-link .active {
  /* background: #f0dbcc !important; */
  color: #2289e0;
}
.btn-radius {
  border-radius: 25px 25px;
}
@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px;
  }
  .sticky-top {
    background-color: #0056b3 !important;
  }
}
.green-color {
  background-color: #497d00 important;
}
.light-bg-color {
  background-color: #fff;
  border: #d6d6d6 1px solid;
  border-radius: 2%;
}
.text-dark-grey {
  color: #333333;
}
.testimonial {
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-style: italic;
  color: #555;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
}

.custom-underline {
  background-color: #2289e0;
  color: #fff;
  font-size: medium;
  border-radius: 25px;
  font-size: 18px;
  padding: 10px;
}
.bg-card-secondar {
  background-color: #134274 !important;
  border-radius: 2%;
}
.bg-secondary-color {
  background-color: #134274 !important;
}
.text-heiglight {
  color: #2289e0 !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #2289e0;
  color: #fff;
}
.nav-link {
  color: #444;
}
.location-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: auto;
}
.location-box {
  background: #0056b3;
  color: white;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.location-box i {
  font-size: 18px;
}
@media (max-width: 768px) {
  .location-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .nav-pills {
    /* flex-direction: column;  */
    .nav-pills .nav-item {
      margin-bottom: 10px;
      align-self: start;
    }
  }
}
.accordion-button::after {
  content: none; /* Removes Bootstrap default arrow */
  color: #fff;
  background-color: #2289e0;
}
.accordion-button span {
  margin-left: auto; /* Push icon to the right */
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
  /* color: #fff; */
  /* background-color: #2289e0; */
}
.accordion-button:not(.collapsed) span {
  content: "-"; /* Show minus when expanded */
  /* color: #2289e0; */
}
.contact-container {
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

label {
  font-weight: 600;
  margin-bottom: 5px;
}

input,
textarea {
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  padding: 12px;
  color: #555;
  border: 1px solid #ddd;
  background: #f8f8f8;
  outline: none;
  transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus {
  border-color: #007bff;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.2);
}

.submit-btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-size: 18px;
  background: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #0056b3;
}
.bg-secondry {
  background: #0056b3;
}
.border-radius {
  border-radius: 4%;
}

.footer-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 2px;
  background-color: #2289e0;
}

@media (max-width: 768px) {
  .footer-underline::after {
    width: 100%;
  }
}

.address-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.address-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 2px;
  background-color: #fff;
}

.custom-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.custom-link::before {
  content: "→";
  color: #2289e0;
  margin-right: 8px;
  font-size: 1.2rem;
}

.custom-link:hover {
  color: #144375;
}
.stronghold-info-list-icon,
.stronghold-info-list-item .info-icon-img {
  margin-bottom: auto;
  margin-top: auto;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  width: 5%;
}
.stronghold-info-list-icon i {
  margin-left: 0 !important;
  vertical-align: middle !important;
  text-align: center;
  color: #2289e0;
}
.nav-pills .nav-link {
  border-radius: 20px; /* Makes buttons rounded */
  background-color: #fff; /* White background */
  color: #0056b3; /* Text color */
  border: 2px solid #0056b3; /* Blue border */
  padding: 10px 20px; /* Spacing inside buttons */
  transition: 0.3s ease-in-out; /* Smooth hover effect */
}

/* Active and hover styles */
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: #0056b3; /* Darker shade on active/hover */
  color: white;
}

/* Spacing between tabs */
.nav-pills {
  gap: 15px; /* Adjust gap between buttons */
}
.service-icons {
  margin-top: -40px;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #2289e0 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border: #007bff !important;
}
.accordion-header {
  color: #000 !important;
}
.banner-card {
  height: 300px !important;
}
@media (max-width: 768px) {
  .banner-card {
    height: 400px !important;
  }
  .custom-underline {
    font-size: 12px;
  }
  .custom-btn {
    align-self: flex-end;
  }
}
.about-contact-container {
  display: flex;
  flex-direction: row; /* Default: Row Layout */
  align-items: center;
  gap: 10px;
}

@media (max-width: 539px) {
  .about-contact-container {
    flex-direction: column; /* Switch to Column Layout */
    align-items: center; /* Center Elements */
    justify-content: center;
  }
  .about-contact {
    align-self: center;
  }
}
.breadcum-pill a {
  font-size: 16px;
  color: #007bff;
}
.top-banner {
  background: url(../image/asian-service.jpg) center center no-repeat;
  background-size: cover;
  height: 630px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  color: #fff;
}
.text-pr {
  color: #003366 !important;
}
.why-us-section .service-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.why-us-section .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}
.bg-service {
  background-color: #f3f3f3 !important;
}
.custom-link {
  line-height: 1.7rem !important;
}
.custom-img {
  max-height: 150px;
  width: auto;
  object-fit: cover; /* ensures the image fills without shrinking/stretching */
  object-position: center; /* centers the cropped part */
}
