h1,
h2,
h3,
h4,
h5,
p,
span {
  font-family: Poppins;
}

/* home section start */
.why-choose-us {
  /* background: #eef5ec; */
  background: #3B9C351A;
  /* background: orange; */

}

.carousel-control-next,
.carousel-control-prev {
  width: auto !important;
}

.carousel-control-next {
  right: 0 !important;
}

.carousel-control-prev {
  left: 0 !important;
}

.why-tag {
  font-size: 20px;
  font-weight: 700;
  color: #3B9C35;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.why-title {
  font-size: 30px;
  font-family: poppins;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  /* margin-bottom: 15px; */
  color: #000000;
}

.why-desc {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.why-image-box {
  /* background: radial-gradient(circle at top left, #1f2933, #020617); */

  /* padding: 30px; */
  display: flex;
  justify-content: start;
  align-items: center;
  /* width: 806px; */
  width: 100%;
  height: 70vh;
}

.why-image-box img {
  /* max-width: 100%; */
  width: 100%;
  height: 100%;
  /* height: auto; */
  border-radius: 20px;
  object-fit: cover;
}

.btn-green {
  background-color: #3B9C35 !important;
  color: white !important;
}



.feature-card {
  /* background: #0b0f14; */
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  border-radius: 14px;
  padding: 20px 20px;
  /* height: 100%; */
  height: 300px;
  width: 100%;
  /* width: 315px;
  height: 315px; */

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Dark overlay */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.feature-card * {
  position: relative;
  z-index: 1;
}


.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.feature-icon {
  font-size: 28px;
  margin-bottom: 14px;
  /* display: flex;
  justify-content: start; */
}

.feature-arrow-icon {
  width: 48px;
  height: 48px;
  background: #ffffff;
  /* white circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: absolute;
  right: 3%;
  /* left: 80; */
  /* top: 0; */

}

.feature-arrow-icon img {
  width: 16px;
  height: 16px;
}

.feature-card h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  /* line-height: 40px; */
  font-family: poppins;
}

.feature-card h4 {
  font-size: 32px;
  font-weight: 500;
  /* margin-bottom: 10px; */
  /* line-height: 40px; */
  font-family: poppins;
}

.feature-card h6 {
  font-size: 10px;
  font-weight: 500;
  /* margin-bottom: 10px; */
  /* line-height: 40px; */
  font-family: poppins;
}


.feature-card p {
  font-size: 16px;
  /* line-height: 32px; */
  color: #cfcfcf;
  font-weight: 400;
  font-style: regular;
  font-family: poppins;

}

/* .bg-returns {
  background-image: url("../img/hcards1.jpg");
} */

.bg-deals {
  background-image: url("../img/hcards2.jpg");
}

.bg-payments {
  background-image: url("../img/hcards3.jpg");
}

.bg-delivery {
  background-image: url("../img/hcards4.jpg");
  /* background-color: rgba(0, 0, 0, 0.1); */

}

/* .services-section {
  background: #fff;
} */

.choose-title {
  font-family: poppins;
  font-weight: 700;
  font-style: bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.services-subtitle {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #000000;
}

.services-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;

}

.services-title span {
  color: #3b9c35;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}

.view-all {
  font-size: 20px;
  font-weight: 300;
  color: #3b9c35;
  text-decoration: none;
  font-family: Poppins;
  line-height: 100%;
  letter-spacing: 5%;

}

.view-all:hover {
  /* text-decoration: underline; */
}

.service-card {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 16px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
  border-radius: 10px;
  margin-bottom: 14px;
}


.service-card h5 h6 {
  font-family: "f2";
  font-size: 15px;
}

.service-card p {
  font-size: 13.5px;
  color: #666;
  flex-grow: 1;
}

/* a:hover {
  color: #3b9c35 !important;
} */

.read-more {
  font-size: 15px;
  font-weight: 700;
  color: #3b9c35 !important;
  text-decoration: none;
  line-height: 17px;
  letter-spacing: 0%;
}

.brand-more {
  font-size: 37px;
  font-weight: 700;
  color: #3b9c35 !important;
  text-decoration: none;
  line-height: 17px;
  letter-spacing: 0%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background: #000;
  opacity: 1;
  border-radius: 50%;
  top: 50% !important;
  transform: translateY(-50%);
  /* transform: translateX(-50%); */
}



.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #3B9C35 !important;
  color: rgb(3, 34, 34);
  /* opacity: 1; */
}

/* home contact start */
.enquiry-card {
  border: 2px solid #4caf50;
  border-radius: 20px;
}

.enquiry-title {
  color: #4caf50;
  font-weight: 700;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #4caf50;
}

.form-control::placeholder {
  color: #4caf50;
}

.btn-success {
  background-color: #3b9c35 !important;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-weight: 600;
}

.company-desc {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.6;
}

.location-btns .btn {
  border-radius: 8px;
  font-weight: 600;
}

.map-box iframe {
  border-radius: 12px;
}

/* .form-control::placeholder {
  color: #4caf50;
  opacity: 1;
} */
.form-control {
  border: 1px solid #3b9c35 !important;
}

.icon-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* background: black; */
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  /* optional */
  padding: 10px 0;
  /* gap: 6rem!important; */
}

.icon-track {
  display: inline-block;
  animation: scroll 11s linear infinite;
  width: max-content;
  gap: 6rem;
}

.icon-track i {
  font-size: 40px;
  margin: 0 100px;
  transition: transform 0.3s;
}

/* Pause animation on hover */
.icon-slider:hover .icon-track {
  animation-play-state: paused;
}

/* Keyframes for infinite scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}



.text-white img {
  width: 200px;
  height: 100px;
}


/* home contact end */



/* home section end */

/* About page start */
/* OUR STORY */
.green-bar {
  width: 4%;
  height: 110px;
  background: linear-gradient(to bottom, #53B00C, #3B9C3500);
  /* border-radius: 4px; */
}

.story-subtitle {
  font-size: 13px;
  font-weight: 700;
  font-size: 32px;
  /* line-height: 100%; */
  /* margin-bottom: 8px; */
  color: #000000;
}

.story-title {
  font-size: 32px;
  font-weight: 600;
  /* line-height: 100%; */
  color: #000000;
}

/* ABOUT US BOX */
.about-box {
  /* border: 2px solid #1e90ff; */
  /* padding: 25px; */
  max-width: 500px;
}

.about-tag {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #3B9C35;
  /* line-height: 22px; */
  letter-spacing: 6px;
}

.about-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: 5px;
  color: #10111A;

  /* margin-bottom: 15px; */
}

.about-box p {
  font-size: 16px;
  /* line-height: 100%; */
  /* font-weight: 400; */
  /* margin-bottom: 12px; */
  /* color: #000000; */
}

/* IMAGE STACK */
.image-stack {
  position: relative;
}

.img-top img,
.img-main img,
.img-overlay img {
  width: 100%;
  border-radius: 18px;
}

.img-top {
  margin-bottom: 20px;
}

.img-main {
  position: relative;
  width: 100% !important;
  /* height: 100%; */
}

.img-main img {
  width: 100%;
  height: 300px !important;
}

.img-overlay {
  position: absolute;
  bottom: -50px;
  left: -30px;
  width: 100%;
}

.img-overlay img {
  width: 198px;
  object-fit: cover;
  height: 181px;
  border: 10px solid #fff;
}

.stats-card {
  position: absolute;
  bottom: -50px;
  left: 190px;
  background: #43a047;
  color: #fff;
  padding: 8px 22px;
  border-radius: 14px;
  text-align: center;
}

.stats-card h3 {
  font-size: 26px;
  font-weight: 800;
  margin: 0;

}

.stats-card p {
  font-size: 13px;
  margin: 0;
}

.about-journeybg {
  background-image: url("../img/abtjourneybg.png");
  /* background-image: */
  /* linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/abtjourneybg.jpg"); */
  width: 100%;
  height: 98vh;
  margin: 10px auto;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-color: rgba(0, 0, 0, 0.6); */
  backdrop-filter: blur(10);
}

/* 
.about-journeybg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.about-journeybg > * {
  position: relative;
  z-index: 2;
  transform: translateY(30%);
} */

/* Subtitle */
.journey-subtitle {
  font-size: 32px;
  font-weight: 700;
  /* letter-spacing: 1px; */
  /* margin-bottom: 15px; */
  display: inline-block;
  color: white;
}

/* Title */
.journey-title {
  font-size: 32px;
  font-weight: 700;
  /* line-height: 1.3; */
  /* margin-bottom: 25px; */
  color: white;
}

.journey-title span {
  color: #6edc5f;
}

/* Description box */
.journey-desc {
  /* border: 1px solid rgba(255,255,255,0.4); */
  /* padding: 20px; */
  font-size: 14px;
  line-height: 1.7;
  /* background: rgba(0,0,0,0.3); */
  color: white;
}

/* Right Image Box */
.journey-image-box {
  /* background: #000; */
  border-radius: 16px;
  padding: 20px;
  display: inline-block;
  position: relative;
}

.journey-image-box img {
  max-width: 100%;
  border-radius: 12px;
}

/* Eco badge */
.eco-badge {
  position: absolute;
  bottom: 50px;
  left: 60px;
  width: 160px;
  height: 80px;
  /* background: #fff; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #4caf50;
  text-align: center;
}


/* About page end */

/* Gallery page start */

.tag-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  /* margin: 0px auto; */
}

.tag {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #6edc5f;
  color: #3B9C35;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active / highlighted */
.tag.active {
  background: #3B9C35;
  color: #fff;
}

/* Hover effect */
.tag:hover {
  background: #6edc5f;
  color: #fff;
}


/* Gallery page end */

/* contacts page start */

.contacts-bg {
  background-image: url("../img/contacts.bg.jpg");
  width: 98%;
  height: 98vh;
  margin: 10px auto;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

/* contacts page end */

/* form -enquiry start */

/* form  */



.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

#enquiryModal .modal-dialog {
  max-width: 420px;
}

.enquiry-heading .company-name {
  font-weight: 600;
  color: #28a745;
  line-height: 1;
  margin-bottom: 20px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  /* padding: 10px; */
  padding: 5px;
  border: 2px solid #868585;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #4CAF50;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* Submit Button */
.submit-btn {
  background-color: #4CAF50 !important;
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #45a049;
}


/* ========= enquiry form ================= */



.modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.modal-header {
  background: #4caf50;
  color: white;
  border-radius: 20px 20px 0 0;
  padding: 8px 30px !important;
}

.modal-title {
  font-weight: 700;
  font-size: 1.5rem;
}

.btn-close {
  filter: brightness(0) invert(1);
}

.modal-body {
  padding: 30px;
}

.modalenquiryForm .form-label {
  /* font-weight: 600; */
  font-weight: 400;
  color: #333;
  /* margin-bottom: 8px; */
  margin-bottom: 4px;
}

.modalenquiryForm .form-control,
.form-select {
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  /* padding: 12px 15px; */
  padding: 1.5px 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.modalenquiryForm .form-control:focus,
.form-select:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.modalenquiryForm .submit-btn {
  background: #4caf50;
  border: none;
  padding: 12px 40px;
  border-radius: 25px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.modalenquiryForm .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.modalenquiryForm .required {
  color: #dc3545;
}

@media (max-width: 576px) {
  .modal-body {
    padding: 20px;
  }

  .main-content {
    padding: 20px;
  }
}

/* form-enquiry end */
.modal-open {
  overflow: auto !important;
}