@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap");

:root {
  --duration: 1.5s;
  --container-size: 250px;
  --box-size: 33px;
  --box-border-radius: 15%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
}
html,
body {
  background-color: #fcfffa;
}
.error {
  color: tomato !important;
  font-size: 12px !important;
}
.home_form .error {
  color: #fff !important;
  font-size: 12px !important;
}

/* Common CSS */
h1 {
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 600;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.brown_color {
  color: #86612a;
}
.light_brown_color {
  color: #b0a089;
}
.text_orange {
  color: #eb7900;
}

.error {
  color: tomato;
}

.contact input::placeholder {
  color: rgba(92, 114, 41, 1) !important;
  opacity: 1;
  font-size: 14px;
}
.contact input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(92, 114, 41, 1) !important;
}
.contact input::placeholder {
  color: #cbdcf3 !important;
  opacity: 1;
  font-size: 14px;
}
.contact input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #cbdcf3 !important;
}
.contact textarea::placeholder {
  color: #cbdcf3 !important;
  opacity: 1;
  font-size: 14px;
}
.contact textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #cbdcf3 !important;
}

.join_btn {
  background: linear-gradient(0deg, #f1ffe8, #f1ffe8);
  border: 3px solid #6caa41;
  color: #4b8024;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 10px 40px;
  box-shadow: none !important;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-size: 20px;
  font-weight: 500;
}
.join_btn:hover {
  background: #6caa41;
  color: #fff;
}

.slick-arrow {
  font-family: "Font Awesome 5 Free";
  background: transparent;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -40px;
  bottom: 0;
  margin: auto;
  color: #ae8e7b;
  z-index: 1;
  border: 0;
  font-size: 0;
  outline: 0;
  border: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  outline: 0;
}

button {
  outline: 0 !important;
}

/*#region top =================================== LOADER CSS START =========================================*/
/*.loader {*/
/*  background-color: #fff;*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  position: fixed;*/
/*  z-index: 999;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.container_sec {*/
/*  width: var(--container-size);*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/

/*.📦 {*/
/*  width: var(--box-size);*/
/*  height: var(--box-size);*/
/*  position: relative;*/
/*  display: block;*/
/*  transform-origin: -50% center;*/
/*  border-radius: var(--box-border-radius);*/
/*}*/
/*.📦:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  background-color: #85c856;*/
/*  border-radius: var(--box-border-radius);*/
/*  box-shadow: 0px 0px 10px 0px rgba(33, 79, 0, 0.4);*/
/*}*/
/*.📦:nth-child(1) {*/
/*  animation: slide var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(1):after {*/
/*  animation: color-change var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(2) {*/
/*  animation: flip-1 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(2):after {*/
/*  animation: squidge-1 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(3) {*/
/*  animation: flip-2 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(3):after {*/
/*  animation: squidge-2 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(4) {*/
/*  animation: flip-3 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(4):after {*/
/*  animation: squidge-3 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(5) {*/
/*  animation: flip-4 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(5):after {*/
/*  animation: squidge-4 var(--duration) ease-in-out infinite alternate;*/
/*}*/
/*.📦:nth-child(2):after {*/
/*  background-color: #49ac03;*/
/*}*/
/*.📦:nth-child(3):after {*/
/*  background-color: #629c39;*/
/*}*/
/*.📦:nth-child(4):after {*/
/*  background-color: #6caa41;*/
/*}*/
/*.📦:nth-child(5):after {*/
/*  background-color: #7bc746;*/
/*}*/
/*@keyframes slide {*/
/*  0% {*/
/*    background-color: #6caa41;*/
/*    transform: translatex(0vw);*/
/*  }*/
/*  100% {*/
/*    background-color: #7bc746;*/
/*    transform: translatex(*/
/*      calc(var(--container-size) - (var(--box-size) * 1.25))*/
/*    );*/
/*  }*/
/*}*/
/*@keyframes color-change {*/
/*  0% {*/
/*    background-color: #6caa41;*/
/*  }*/
/*  100% {*/
/*    background-color: #7bc746;*/
/*  }*/
/*}*/
/*@keyframes flip-1 {*/
/*  0%,*/
/*  15% {*/
/*    transform: rotate(0);*/
/*  }*/
/*  35%,*/
/*  100% {*/
/*    transform: rotate(-180deg);*/
/*  }*/
/*}*/
/*@keyframes squidge-1 {*/
/*  5% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  15% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*  25%,*/
/*  20% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(0.8) scaley(1.4);*/
/*  }*/
/*  55%,*/
/*  100% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  40% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*}*/
/*@keyframes flip-2 {*/
/*  0%,*/
/*  30% {*/
/*    transform: rotate(0);*/
/*  }*/
/*  50%,*/
/*  100% {*/
/*    transform: rotate(-180deg);*/
/*  }*/
/*}*/
/*@keyframes squidge-2 {*/
/*  20% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  30% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*  40%,*/
/*  35% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(0.8) scaley(1.4);*/
/*  }*/
/*  70%,*/
/*  100% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  55% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*}*/
/*@keyframes flip-3 {*/
/*  0%,*/
/*  45% {*/
/*    transform: rotate(0);*/
/*  }*/
/*  65%,*/
/*  100% {*/
/*    transform: rotate(-180deg);*/
/*  }*/
/*}*/
/*@keyframes squidge-3 {*/
/*  35% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  45% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*  55%,*/
/*  50% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(0.8) scaley(1.4);*/
/*  }*/
/*  85%,*/
/*  100% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  70% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*}*/
/*@keyframes flip-4 {*/
/*  0%,*/
/*  60% {*/
/*    transform: rotate(0);*/
/*  }*/
/*  80%,*/
/*  100% {*/
/*    transform: rotate(-180deg);*/
/*  }*/
/*}*/
/*@keyframes squidge-4 {*/
/*  50% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  60% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*  70%,*/
/*  65% {*/
/*    transform-origin: center bottom;*/
/*    transform: scalex(0.8) scaley(1.4);*/
/*  }*/
/*  100%,*/
/*  100% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1) scaley(1);*/
/*  }*/
/*  85% {*/
/*    transform-origin: center top;*/
/*    transform: scalex(1.3) scaley(0.7);*/
/*  }*/
/*}*/

/*#endregion =================================== LOADER CSS END =========================================*/

/*#region top =================================== HEADER CSS START =========================================*/

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 888;
  -webkit-transition: 0.3s;
  transform: 0.3s;
  background: var(--bg-white);
  /* border-bottom: 1px solid #ececec; */
  background: rgba(255, 255, 255, 0.6);
}

.navbar .navbar-nav .nav-link {
  padding: 0.3rem 1rem;
  text-transform: capitalize;
  transition: 0.3s;
  color: #547b2b;
  font-size: 16px;
  font-weight: 600;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
  background-color: #eb7900;
}

.navbar-brand img {
  max-width: 100%;
}

/* On Scroll Fixed Navbar */
.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-sticky-on .navbar-nav .nav-link:active {
  color: #fff !important;
  background-color: #eb7900;
}

.navbar-sticky-on .navbar-nav .nav-link {
  color: #214f00;
  /* padding: 1rem 2.5rem; */
  text-transform: capitalize;
  transition: 0.3s;
}

.navbar .navbar-brand-sticky {
  display: none;
}

.navbar-sticky-on .navbar-brand-regular {
  display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
  display: inline;
  width: 230px !important;
}

.navbar-sticky {
  -webkit-transition: none;
  transition: none;
}

.navbar-sticky-transitioned {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-sticky-moved-up {
  position: fixed;
  top: 0;
  background: var(--bg-white);
  background: rgba(255, 255, 255, 1);
  /* border: 1px solid #e0e4e9; */
  /* backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); */
  margin-top: -6.25rem;
}

.navbar-sticky-on {
  margin-top: 0;
  -webkit-transition: 0.3s;
  transform: 0.3s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-nav .nav-item .btn {
  background: #eb7900;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #fff;
  padding: 5px 20px;
  box-shadow: none !important;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.navbar-nav .nav-item .btn:hover,
.navbar-nav .nav-item .btn:focus {
  background: transparent;
  border: 1px solid #eb7900;
  color: #eb7900;
}
.navbar-toggler {
  margin-right: 1rem;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler .fa-bars {
  font-size: 24px;
  border: 1px solid #000;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/*#endregion =================================== HEADER CSS END =========================================*/

/*#region top =================================== HOME PAGE CSS  START =========================================*/
.home_main_section {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/home/home-bg1.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

.home_main_section h1 {
  color: #255202;
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
}
.download_app a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.download_app a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.inner_heading {
  border: 0px solid #ddd;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

.inner_heading span {
  position: relative;
  animation: animation 14s ease infinite;
  -webkit-animation: animation 14s ease infinite;
}

.inner_heading a {
  color: #255202;
}

@keyframes animation {
  0%,
  100% {
    top: 0;
  }
  20% {
    top: 0;
  }
  25% {
    top: -60px;
  }
  45% {
    top: -60px;
  }
  50% {
    top: -120px;
  }
  70% {
    top: -120px;
  }
  75% {
    top: -180px;
  }
  95% {
    top: -180px;
  }
}

/* Image Fade Animation Start*/

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-container {
  position: relative;
  width: 463px;
  height: 400px; /* Adjust the height as needed */
  overflow: hidden;
}

.fade-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 463px;
  height: 400px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-container img.active {
  opacity: 1;
}
/* Image Fade Animation End*/

.all_food_sec .content p {
  font-size: 18px;
}
.all_food_sec .food_item_icons p {
  color: #000000;
  font-weight: 400;
}
.food_item_icons img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.delivering_hyd {
  background: linear-gradient(
    231.9deg,
    #83c855 24.31%,
    #83c855 26.5%,
    #214f00 121.09%
  );
}

.delivering_content h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3em;
}

.ef_network {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url("../images/home/bg_vector.svg") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 130vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ef_network h2 {
  font-family: "Ms Madi", cursive;
  font-size: 90px;
  line-height: 1.3em;
  font-weight: 400;
  color: #ed4b00;
}

.ef_network h5 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.ef_network p {
  font-size: 22px;
  line-height: 1.3em;
}

.quality_sec {
  background: linear-gradient(360deg, #457b1e -14.66%, #85c856 119.53%);
  padding: 5rem 0 0 0;
  position: relative;
}

.quality_sec h2 {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.3em;
}

.quality_sec .fruit_box {
  margin-top: 4.5rem;
  margin-bottom: -15px;
}

.testimonials {
  background-color: #fcfffa;
  padding: 5rem 0;
}
.testimonials .container {
  position: relative;
}

.testimonials h2 {
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 500;
}

.testimonials .card {
  background-color: rgba(248, 248, 236, 1);
  height: 354px;
}

.testimonials .card h4 {
  color: #000;
  font-weight: 700;
}
.testimonials .card .stars ul li i {
  color: rgba(204, 169, 148, 1);
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.testimonials .card img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonials .btn-wrap .next-btn {
  background-color: transparent;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  color: #ae8e7b;
  position: absolute;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}
.testimonials .btn-wrap .next-btn.slick-disabled {
  opacity: 0.6;
}

.form_sec {
  background: rgba(84, 147, 0, 1);
  padding: 5rem 0;
}

.form_sec h3 {
  color: #fff;
  font-weight: 700;
}

.form_sec .form-group input,
.form_sec .form-group input:focus {
  border: 0px;
  border-bottom: 1px solid #fff;
  background: transparent;
  box-shadow: none;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.form_sec .submit_btn {
  color: #214f00;
  background-color: #fff;
  padding: 5px 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.form_sec .submit_btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.form_sec h2 {
  font-size: 40px;
  line-height: 1.3em;
}

.footer {
  background-color: #12100f;
}

.footer h6 {
  color: #ed4b00;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.footer ul li a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer ul li a:active {
  color: #ed4b00;
}

.footer ul li a:hover {
  color: #ed4b00;
}
.footer ul li {
  margin-bottom: 10px;
}

.footer .btn {
  background-color: #549300;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
}

.footer_social a {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ed4b00;
  color: #fff;
  padding: 9px 21px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.footer_social a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.footer_social a:hover {
  background-color: #fff;
  /* border: 1px solid #ed4b00; */
  color: #ed4b00;
}

.copy {
  background-color: #549300;
  color: #fff;
}

/*#endregion =================================== HOME PAGE CSS END =========================================*/

/*#region top =================================== FOR VENDORS CSS START =========================================*/
.reach_more_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/for-sellers/reach_more_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 3rem; */
}

.reach_more_sec h1 {
  color: #fffae9;
}
.reach_more_sec p {
  color: #c5d8a5;
  font-size: 18px;
  line-height: 1.3em;
}
.contact_form .card {
  background-color: rgba(235, 243, 194, 1);
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  padding: 3rem;
}

.contact_form .card h2 {
  color: rgba(78, 101, 33, 1);
}
.contact_form .card label {
  color: rgba(92, 114, 41, 1);
}
.contact_form form .form-group input[type="text"],
.contact_form form .form-group input[type="email"],
.contact_form form .form-group input[type="number"] {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(80, 102, 33, 1);
  background: transparent;
  padding: 5px 10px;
  color: rgba(92, 114, 41, 1) !important;
}

.contact_form form .regi_submit_btn {
  background-color: rgba(180, 190, 130, 1);
  width: 100%;
  padding: 8px 0px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.order_process {
  background: url("../images/for-sellers/bg_green.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}

.order_process #border_left {
  border-left: 1px solid rgba(217, 252, 190, 1);
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.order_process .list-group .list-group-item {
  background-color: rgba(82, 135, 41, 0.3);
  font-size: 20px;
  font-weight: 400;
  padding-left: 5rem;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  line-height: 1.3em;
}

.order_process .list-group .list-group-item.active {
  background-color: rgba(99, 158, 54, 1);
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid rgba(99, 158, 54, 1);
}

.order_process .list_bg {
  background-color: rgba(66, 114, 30, 0.6);
  position: relative;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order_process .order_bike {
  background-color: rgba(66, 114, 30, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 10px 0px 10px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}

.order_process .tab-content h5 {
  color: #fff;
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 1rem;
}
.order_process .tab-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-right: 3rem;
  line-height: 1.3em;
}

.ef_network_vendors {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url("../images/for-sellers/ef_bg_vectors.svg") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ef_network_vendors h2 {
  font-family: "Ms Madi", cursive;
  font-size: 90px;
  line-height: 1.3em;
  font-weight: 400;
  color: #ed4b00;
}

.ef_network_vendors h5 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.ef_network_vendors p {
  font-size: 22px;
  line-height: 1.3em;
}

.ef_network_left h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}
.app_download_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/for-sellers/app-download-bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}
.app_download_sec h2 {
  font-weight: 700;
}
.app_download_sec h2 span {
  color: #fee5ca;
}

/*#endregion =================================== FOR VENDORS CSS START =========================================*/

/*#region top=================================== FOR CONSUMERS CSS START =========================================*/
.for_consumer_main_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/for-consumers/for-consumers-bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
  /* margin-bottom: 5rem; */
}

.for_consumer_main_sec h1 {
  color: #fffae9;
}
.for_consumer_main_sec p {
  color: #c5d8a5;
  font-size: 18px;
  line-height: 1.3em;
}

.clients_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/for-consumers/clients_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}

.clients_sec h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.pay_online {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url("../images/for-consumers/bg_vector2.svg") no-repeat center center;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay_online h2 {
  font-family: "Ms Madi", cursive;
  font-size: 90px;
  line-height: 1.3em;
  font-weight: 400;
  color: #ed4b00;
}

.pay_online p {
  font-size: 22px;
  line-height: 1.3em;
}

.pay_online .bg_green_vector {
  position: absolute;
  bottom: 5%;
  right: 0px;
}
.pay_online .container {
  position: relative;
  z-index: 1;
}
.pay_online .bg_green_vector_right {
  position: absolute;
  top: 20%;
  right: 0px;
  z-index: 0px;
  opacity: 0.8;
}
/*#endregion =================================== FOR CONSUMERS CSS END =========================================*/

/*#region top =================================== CONTACT US CSS START =========================================*/
.contact_us_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/contact/contact_us.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_us_sec h1 {
  color: #fffae9;
  margin-top: 5rem;
}
.contact_us_sec a {
  color: #c5d8a5;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: none;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="number"] {
  border: none;
  outline: none;
  padding: 16px 20px;
  background-color: #4e721e;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #fff !important;
  box-shadow: none !important;
}
.contact form textarea,
.contact form textarea:focus {
  border: none;
  outline: none;
  padding: 16px 20px;
  background-color: #4e721e;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #fff !important;
  box-shadow: none !important;
}

.submit_btn {
  color: #fff;
  background-color: #eb7900;
  padding: 5px 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.submit_btn:hover {
  background-color: #fff;
  border: 1px solid #eb7900;
  color: #eb7900;
}
.form-check-label {
  color: #727272;
  font-weight: 500;
  line-height: 1.3em;
}
.form-check-input {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.form-check-input:checked {
  background-color: #eb7900;
  border-color: #eb7900;
}
/*#endregion =================================== CONTACT US CSS END =========================================*/

/*#region top =================================== ABOUT US CSS START =========================================*/
.about_us_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/about/about-bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_us_sec h1 {
  color: #fffae9;
  margin-top: 5rem;
}
.about_us_sec p {
  color: #c5d8a5;
  font-size: 18px;
  line-height: 1.3em;
}
.about_content {
  color: #849234;
}
.about_content h2 {
  font-weight: 900;
}
.about_content h4 {
  font-weight: 400;
}
.about_content p {
  font-weight: 400;
}

.about_content img {
  margin-bottom: -6rem;
}
.about_sec2 {
  background-color: rgba(233, 245, 224, 1);
  padding: 8rem 0;
  color: #214f00;
}
/*#endregion =================================== ABOUT US CSS END =========================================*/

.thank_you_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/contact/contact_us.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  overflow: hidden;
}

.other_bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../images/about/about-bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other_bg h1 {
  color: #fffae9;
  margin-top: 5rem;
}

.others_content_sec {
  background-color: rgba(233, 245, 224, 1);
  padding: 5rem 0;
  color: #214f00;
}


/*#region top ===================================FEEDBACK CSS START =========================================*/
.bg-color{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
  url("../images/contact/contact_us.png") no-repeat center center;
}
.rating {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 70px !important;
  flex-wrap: wrap ;
}

.rating input {
  display: none;
}

.rating label {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #8d8d8d;
  cursor: pointer;
}

.rating label::before {
  content: '\2605'; /* Unicode character for a star */
  position: absolute;
  opacity: 0.5;
}

.rating input:checked ~ label {
  color: #eb7900;
}

.feedback-question {
  display: none;
  margin-top: 20px;
}

#customer-details {
  display: none;
}

  /* Add this style to your existing styles or in a separate CSS file */
  .zoom-effect-container {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }

  .zoom-effect-container:hover {
     transform: scale(1.1);
  }

  .zoom-effect-container img {
    /*width: 100%;*/
    /*height: auto;*/
    display: block;
  }

  .zoom-effect-container p {
    text-align: center;
  }
/*#endregion ===================================FEEDBACK CSS END =========================================*/

.rounded_logo{
    width:150px;
    height:150px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #ddd;
}




