

* {
  box-sizing: border-box;
  font-weight: 400;
  /* font-size: 14px; */
}

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("../fonts/Poppins-Regular.ttf");
  /* src: url("CustomFont.woff") format("woff"),
  url("CustomFont.otf") format("opentype"),
  url("CustomFont.svg#filename") format("svg"); */
}

html {
  height: 100%;
  background-color: #f7f7f7;
  scroll-behavior: smooth;
}


body {
  height: 100%;
  font-family: 'Poppins', sans-serif;
  /* text-transform: capitalize; */
  font-size: 16px;
  background-color: #F2F5F2;
  transition: all ease-in-out .5s;
  ;
}


ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  color: var(--primary-dark-9);
}

._list_style_circle {
  list-style-type: circle;
}

.text_xxl {
  font-size: 48px;
}

.text_l {
  font-size: 36px
}

.text_md {
  font-size: 20px;
}

.text_sm {
  font-size: 16px;
}

.text_24 {
  font-size: 24px;
}

.text_18 {
  font-size: 18px;
}

.text_14 {
  font-size: 14px;
}

.text__underline {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  color: #0c0c0c;
}

._bg_white {
  background: #ffffff
}

/* --- COLOR  --- */
.text_white {
  color: #ffffff
}

.text_primary {
  color: var(--primary);
}

.text_secondary {
  color: #404040 !important;
}

.text_muted {
  color: #4D4D4D;
}

.text_hyper_link{
  color: #4D4D4D !important;
}
.text_hyper_link:hover{
color: #0d6efd !important;
/* font-weight: bold; */
}

.text_nutral_dark_1 {
  color: var(--nutral-dark-1);
}

.text_nutral_dark_2 {
  color: var(--nutral-dark-2);
}

.text_nutral_dark_3 {
  color: var(--nutral-dark-3);
}

.text_nutral_dark_4 {
  color: var(--nutral-dark-4);
}

.text_nutral_dark_5 {
  color: var(--nutral-dark-5);
}

.text_nutral_light_1 {
  color: var(--nutral-light-1);
}

.text_nutral_light_2 {
  color: var(--nutral-light-2);
}

.text_nutral_light_3 {
  color: var(--nutral-light-3);
}

.text_nutral_light_4 {
  color: var(--nutral-light-4);
}

.text_nutral_light_5 {
  color: var(--nutral-light-5);
}

.text_style_underline {
  color: var(--primary);
  position: relative;
}

.text_style_underline::after {
  position: absolute;
  height: 50%;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgba(73, 146, 210, 0.2)
}
.text-left{text-align: left !important;}
/* .height_100 {
  height: 100%;
} */

.width_50 {
  width: 50%
}

.width_100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: semibold;
}

.border_bottom_light {
  border-bottom: 1px solid var(--nutral-dark-4);
}

.header {
  position: fixed;
  width: 100%;
  /* top: 24px; */
  z-index: 999;
  transition: all .3s ease;
  /* background: #eaeaea; */
  padding: 12px 0;
  top: 0;
}


.btn_major_outline {
  display: flex;
  height: 48px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background:#0c0c0c;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 56px;
}

.btn_major_outline:hover,
.btn_major:hover {
  background: var(--primary-2);
  border-color: var(--primary);
  box-shadow: 0px 20px 24px 0px rgba(9, 35, 9, 0.06);
}
.btn_yellow{ 
  background-color: #ffb703; 
  color: #000;
}
.container {
  max-width: 85% !important;
}


.navbar-nav {
  gap: 32px
}

.nav-link {
  display: flex;
  /* width: 120px; */
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.nav-link.active {
  font-weight: bold;
  border-bottom: 3px solid #0c0c0c;
}
.nav-link:hover {
  color: #0c0c0c;

}
/* HOME PAGE */

.home_banner {
  /* background: linear-gradient(235deg, #8ADE88 31.73%, #288526 146.68%); */
  background-color: #eaeaea;
  /* padding-top: 120px; */
  background-size: cover;
  display: flex;
  vertical-align: middle;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.home_banner .text_xxl{
  font-size: 64px;
}
.banner_usp {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* border-radius: 20px; */
  background: rgba(255, 255, 255, 0.20);
  margin-top: 32px;
}

.banner_usp_inner {
  width: 100%;
  text-align: center;
  color: #0c0c0c;
}

.banner_usp_inner h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;

}

.banner_usp_inner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/* .banner_image {
  position: absolute;
  height: 100%;
  right: 0;
  width: 50%;
} */
.banner_image{
  width: 100%;

}
.home_banner{
  min-height: 100% !important;
  align-items: center;
}

.home_banner-image{

}

.services {
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
}



.Why_choose_us {
  display: flex;
  width: 100%;
  padding: 100px 0;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  background:url(../images/servicebanner.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.highlight {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  /* gap: 24px; */
  align-self: stretch;
  flex-wrap: wrap;
  /* border-radius: 32px; */
  background: #ffffffd9;
  padding: 32px;
  /* filter: blur(4px); */
}

.highlight_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 24px;
}

.highlight_inner {
  display: flex;
  width: 47%;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  /* border-radius: 20px; */
  border: 1px solid rgba(9, 35, 9, 0.05);
  background-color: #ffffff;

}

.highlight_inner .title {
  color: #0c0c0c;
  text-align: center;
  font-size: 20px;
  margin: 0;
}

.highlight_inner img {
  width: 40%;
}






.how_it_work {
  padding: 100px 0;
}

.hiw_key {
  margin-top: 50px;
}

.hiw_wrapper {
  display: inline-flex;
  padding: 10px 44px 10px 10px;
  align-items: center;
  gap: 12px;
  border-radius: 0px !important;
  background: #FFF;
  z-index: 9;
}

.hiw_number {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* border-radius: 100px; */
  background: #0c0c0c;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.hiw_content {
  display: flex;
  width: 241.011px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.hiw_content h1 {
  font-size: 20px;
  font-weight: bold;

}

.line_h1 {
  width: 80%;
  height: 20px;
  flex-shrink: 0;
  position: absolute;
  top: calc(50% - 10px);
  background-color: #ffffff;
  z-index: -1;
  right: 0;
}

.line_v1 {

  width: 20px;
  height: 200px;
  right: 0;
  top: calc(50% - 10px);
  position: absolute;
  background-color: #ffffff;
  z-index: -1;
  right: 0;
}

.hiw_wrapper1 {
  margin-left: 10%;
}

.hiw_wrapper2 {
  margin-left: 10%;
}

.hiw_wrapper4 {
  margin-left: 10%;
}

.row_1,
.row_2 {
  position: relative;
}

.row_2 {
  margin-top: 100px;
  align-items: end;
}


.customer_review {
  padding: 100px 0;

}

.g_logo {
  width: 56px;
  height: 56px;
  margin-right: 8px;
}

.g_star {
  width: 24px;
  height: 24px;
}

.g_review_star {}

.star_rating {
  margin-top: 8px;
  color: #000;
  font-size: 18px;
}














.scroll-container {
  position: relative;
  max-width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.scroll-wrapper {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  padding: 10px 0px;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.scroll-item {
  flex: 0 0 auto;
  width: 33%;
  margin-right: 20px;
  padding: 15px;
  /* border-radius: 8px; */
  background: #ffffff;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}

.scroll-content {
  padding: 10px 0;
}

.scroll-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.scroll-text {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 18px;
  color: #404040;
}

.star-rating {
  color: gold;
  font-size: 24px;
  margin-bottom: 5px;
}

.rating-text {
  font-weight: bold;
}

.dots-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  /* border-radius: 50%; */
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active-dot {
  background-color: #087F08;
  /* border-radius: 20px; */
  width: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .scroll-item {
    width: 250px;
  }
}

@media (max-width: 480px) {
  .scroll-item {
    width: 220px;
    margin-right: 15px;
  }
}

.opening_time {
  padding: 0 0 100px 0;
  position: relative;
  z-index: 9;

}

.opening_time .text_l {
  margin-bottom: 44px;
}

.time_card {
  /* border-radius: 20px; */
  border: 1px solid #eee;
  background: #FFF;
  padding: 16px;
}

.footer {
  background: #1A1A1A;
  padding: 200px 0 50px 0;
  position: relative;
  overflow: hidden;

}
/* .footer::before{
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #000;
  border-radius: 100% 100% 0 0 / 100% 100% 0 0;
  transform: translateY(40%);
} */

.footer .container {
  z-index: 99;
  position: relative;
}

.location_card {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  display: flex;
  /* width: 395px; */
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  z-index: 9999;
  position: relative;
  height: 100%;
}
.location_card .text_md{
  font-weight: bold;
}

iframe {
  width: 100%;
  height: 200px;
}


.footer_nav_holder {
  padding-top: 200px;

}

.footer_nav ul {
  margin: 0;
  padding: 0;
}

.footer_nav_title {
  color: #F5FAFD;
  font-size: 18px;
  line-height: 1.5;
}

.footer_nav_items {
  display: block;
  color: #E2ECE2;
}

.footer_nav_items a {
  color: #B3B3B3;
  text-decoration: none;
  padding: .5rem 0;
  display: block;
  font-size: 14px;
}

.social_nav {
  margin: 0 auto;
  padding: 0;
}

.social_nav li {
  display: inline-block;
  margin: 0 .2rem;
  font-size: 16px;
  /* float: left; */
}

.social_nav_items a {
  padding: .5rem;
  height: auto;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: block;
}

.social_nav_items a:hover {
  padding: .5rem;
  background-color: #000000;
}
.footer_logo{
  margin-bottom: 1rem;
  width: 65%;
}
.footer_logo_wrapper {
  text-align: center;
}

.footer_image {

  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.footer_map {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: 0;
  display: block;
}

.home_inner_content .btn_major_outline{

  display: inline-flex !important;
}

/* SCHEDULE PICKUP */
.modal-dialog {
  max-width: 50% !important;
  z-index: 9999;
}

.modal-content {
  border-radius: 12px;
  border: none;
  overflow: hidden;
}

.modal-header {
  border-bottom: none;
  padding: 1.5rem 2rem 1.5rem;
  border-bottom: 1px solid #ccc;

}

.modal-body {
  padding: 1rem 2rem 2rem;
}

.modal-title {
  font-weight: 700;
  color: #0c0c0c;
  font-size: 24px;
}

.subtitle {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
label{
  margin-bottom: .5rem;
  font-size: 14px; color: #4D4D4D;}
.form-control {
  padding: 0.75rem 0.75rem;
  /* border-radius: 10px; */
  margin-bottom: 1rem;
  font-size: 14px;
}

.form-control::placeholder {
  color: #6c757d;
}
.form-check-input:checked {
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.Schedule_form{
  background-color: #fff;
  box-shadow: 0px 20px 24px 0px rgba(9, 35, 9, 0.06);
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.btn-schedule {
  background-color: #0c0c0c;
  color: white;
  padding: 0.75rem 1.5rem;
  /* border-radius: 8px; */
  font-weight: 600;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-schedule:hover {
  background-color: #0a2912;
  color: white;
}

.pickup-image {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .pickup-image-container {
    display: none;
  }
}






.innerpage_main {
  padding: 150px 0 100px 0;
  background: #ffffff;
}

.innerpage_main .container {
  position: relative;
}

.page_top_bg {
  position: relative;
}

.page_top_bg::before {
  background: linear-gradient(180deg, #eeeeee 0%, #FFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
  content: "";
}

.innepage_header {
  text-align: center;
  padding-bottom: 56px;
}

.innepage_header .text_xxl {
  margin-bottom: 16px;
}
.innepage_header .text_secondary{
  font-weight: 400;
} 
.innerpage_footer {
  padding-top: 100px;
}

.about_image {
  border-radius: 4px;
  width: 100%;
  height: auto;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.col_left {
  padding-right: 20px;
}

.col_right {
  padding-left: 20px;
}

/* .image_content_spacer{ padding-right: 20px;} */

/* PRICE PAGE START HERE */

.price_content {
  background: #ffffff;
  padding: 36px;
  /* border-radius: 24px; */
  box-shadow: 0px 20px 24px 0px rgba(9, 35, 9, 0.06);
  border: 1px solid #eee;

}

.price_content .text_l {
  margin-bottom: 20px;
  font-weight: bold;
}


.price-card {
  background-color: #f7f7f7;
  /* border-radius: 8px; */
  margin-bottom: 20px;
  height: 100%;
}

.price-header {
  background-color: #eeeeee;
  padding: 10px 15px;
  /* border-top-left-radius: 8px; */
  /* border-top-right-radius: 8px; */
  font-weight: bold;
  color: #0c0c0c;
  font-size: 20px;
}

.price-content {
  padding: 0;
}

.price-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

.price-item:last-child {
  border-bottom: none;
}

.section-divider {
  /* margin: 40px 0 20px; */
}

.service_item_list {
  list-style-type: square;
  margin-left: 32px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;

}

.service_row {
  margin-bottom: 100px;
}
.service_row p{ 
  font-size: 18px;
}
.service_item_list li{
  /* font-weight: 500; */

}

.service_lists{
  margin-top: 50px;
}
.service-card {
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 250px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: fill;
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
}

.service-overlay h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

.home_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 50px;
}

.home_banner-carousel {
  /* max-height: 600px; */
}

.home_banner-slide {
  height: 100%;
  position: relative;
}

.home_banner-image {
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
  /* border-radius: 20px; */
}



/* Custom indicators and controls */
.home_banner .carousel-indicators {
  bottom: 0px;
}

.home_banner .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: white;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.home_banner .carousel-indicators button.active {
  opacity: 1;
  transform: scale(1.2);
  background-color: #fff;
    /* width: 20px; */
}

.home_banner .carousel-control-prev,
.home_banner .carousel-control-next {
  width: 5%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.home_banner:hover .carousel-control-prev,
.home_banner:hover .carousel-control-next {
  opacity: 0.8;
}

/* Responsive styles */
@media (max-width: 992px) {
  .home_banner-title {
      font-size: 1.6rem;
  }
  
  .home_banner-desc {
      font-size: 0.9rem;
  }
  
  .home_banner-image {
      height: 400px;
  }
}

@media (max-width: 768px) {
  .home_banner-title {
      font-size: 1.4rem;
  }
  
  .home_banner-desc {
      font-size: 0.8rem;
  }
  
  .home_banner-image {
      height: 350px;
  }
  
  .home_banner .carousel-indicators {
      bottom: 80px;
  }
}

@media (max-width: 576px) {
  .home_banner-title {
      font-size: 1.2rem;
  }
  
  .home_banner-desc {
      display: none;
  }
  
  .home_banner-image {
      height: 250px;
  }
  
  .home_banner-caption {
      padding: 10px;
  }
}



.how_it_workk{

}
.hiwkk{
  flex-direction: row;
}
.hiwkk_cell{ 
  background-color: #fff;
  padding: 20px;
  height: 100%;
  border-radius: 4px;

}
.hiwkk_cell h1{ 
  font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.hiw_wrapperr{
margin: 56px 0 ;
}
.hiw_wrapperr{
display: flex;
}
.hiw_numberr{
  display: flex;
  width: 56px;
  height: 56px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #0c0c0c;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
 }

 ._affix{
  top: -200px
 }
 .header._affix{ background: none !important; top: 0; }
 ._affix .container{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }
 .navbrand_logo{ height: 56px;}

 .aboutus_content_wrapper {
  font-size: 16px;
 }

 .price_details_holder{
  margin-top: 20px;
  position: relative;
  padding: .5rem 1rem;
  background: linear-gradient(to right, #ddd, #fff 60%, rgba(255, 255, 255, 0));
  border-radius: 4px;
  width: auto;
  display: none;
 }
 .price_details_holder p {
  display: inline-block;
  border-radius: 10px;
  color: #2f2306;
  font-size: 16px;
 }
.how_schedule_works{
  
}
.how_schedule_works h1{ font-size: 20px; margin-bottom: .5rem;}
.how_schedule_works p{ font-size: 16px;}

.footer_icon{ margin-right: 5px; display: none}

.how_schedule_works .hiw_numberr{ padding: 1rem; height: auto; }




@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.nav_bar_content{
  display: flex;
  width: 100%;
}

.menu-icon {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding: 12px;
  border: 1px solid #0c0c0c;
  display: none;
  border-radius: 4px;
  cursor: pointer;
  /* background: #fff; */
}
.menu-icon:hover{
  box-shadow: 0px 20px 24px 0px rgba(9, 35, 9, 0.06);
  cursor: pointer;

}

.bar {
  height: 3px;
  background-color: #0c0c0c;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.bar1, .bar3 {
  width: 32px;
}

.bar2 {
  width: 24px;
  align-self: flex-end;
}

.menu-icon.active .bar1 {
  transform: translateY(12px) rotate(45deg);
  width: 32px;
}

.menu-icon.active .bar2 {
  opacity: 0;
}

.menu-icon.active .bar3 {
  transform: translateY(-14px) rotate(-45deg);
  width: 32px;
}

._open_header{
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.copy_right {
  text-align: center;
  padding: 16px;
  background: #151414;
  font-size: 14px;
  color: #ddd;
}
.copy_right a{
  color: #fff;
}



