@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jomhuria&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jomhuria&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: Arial, sans-serif;
  font-size: 18px;
}

body {
  font-family: "Inter" !important;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 47px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 40px;
  height: 40px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-xl-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}

.btn.btn-primary:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.btn.btn-light {
  color: #1c1b1f;
  border: none;
}

/* .btn.btn-light:hover {
  color: var(--bs-white);
  background: #51ae58;
} */

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: #51ae58;
}

.header-top .topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 12px;
  border: 0;
  transition: 0.5s;
  opacity: 1;
}

.navbar-brand img {
  width: 90%;
}

.header-top {
  height: 125px;
  position: relative;
}

@media (min-width: 992px) {
  .navbar-brand-2 {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-top {
    max-height: 80px;
  }

  .navbar {
    justify-content: space-between;
  }

  .header-top .container {
    max-height: 80px;
  }

  .navbar-brand {
    display: none;
  }

  .navbar-brand-2 {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 99;
  }

  .navbar.navbar-light {
    height: 100%;
    padding: 0;
  }

  .navbar .navbar-collapse {
    margin-top: -20px;
  }
}

.navbar-brand-2 img {
  width: 100%;
  max-width: 200px; /* Default max-width for larger screens */
  height: auto; /* Maintains aspect ratio */
}

/* Media query for tablets and smaller screens */
@media (max-width: 768px) {
  .navbar-brand-2 img {
    max-width: 150px; /* Smaller max-width for tablets */
  }
}

/* Media query for mobile devices */
@media (max-width: 576px) {
  .navbar-brand-2 img {
    max-width: 150px; /* Smaller max-width for mobile */
  }
}

.nav-bar .navbar {
  z-index: 9;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
}

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: -22px;
  padding: 26px 31px 0;
}

.navbar-light .navbar-nav .nav-item:hover {
  color: #db3831;
}

.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #db3831;
  font-family: Inter;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

@media (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }

  .navbar .navbar-nav .nav-item {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .navbar .navbar-nav .nav-btn {
    display: flex;
    justify-content: start;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: 50px;
    background: var(--bs-light);
  }

  .navbar .navbar-nav .nav-btn {
    display: flex;
    flex-direction: column;
  }

  .navbar .navbar-nav .nav-btn a.btn {
    margin-right: 15px;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid #51ae58;
    color: #51ae58;
  }
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background: #51ae58;
  color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar {
    padding: 20px 0;
  }

  .navbar .nav-btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    background: var(--bs-light);
    border-radius: 10px;
  }

  .navbar .navbar-nav .nav-btn {
    width: 100%;
    display: flex;
    margin-left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 19px;
    background: var(--bs-white);
    transition: 0.5s;
    opacity: 1;
  }

  .header-top .navbar-brand {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 0;
    z-index: 99;
  }

  .navbar-brand::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 600px;
    top: -200px;
    right: 18px;
    transform: rotate(-18deg);
    z-index: -1;
  }

  .navbar-brand::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 5px;
    height: 600px;
    top: -200px;
    right: 18px;
    transform: rotate(-18deg);
    z-index: -1;
  }
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.hero-section {
  background-image: url(../img/slider-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-bg-half-1 {
  background-image: url(../img/slider-1.png);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}

.hero-bg-half-2 {
  background-image: url(../img/slider-1.png);
  clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: grayscale(10%);
  transform: scale(100% - 50%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 58%;
  height: 100%;
  right: 0;
  top: 0;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
  height: 608px;
}

/* Large screens (≥1200px) */
/* @media (min-width: 1200px) {
  .header-carousel .header-carousel-item {
    height: 600px;
  }
} */

/* Extra-large screens (≥1400px) */
/* @media (min-width: 1400px) {
  .header-carousel .header-carousel-item {
    height: 650px;
  }
} */


.header-carousel {
  position: relative;
}

.header-carousel .owl-dots {
  position: absolute;
  top: 226px;
  right: 35px;
  z-index: 10;
}

.header-carousel .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ffffffb2;
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
}

.category-card {
  position: relative;
  overflow: hidden;
}

.overlay-image {
  position: absolute;
  top: 10px;
  /* Adjust as needed */
  right: 10px;
  /* Adjust as needed */
  width: 40px;
  /* Set the size you want */
  height: 40px;
  z-index: 2;
}

.header-carousel .owl-dot.active span {
  background: #fff;
}

@media (max-width: 991px) {
  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px;
  }

  .header-carousel.owl-carousel,
  .header-carousel .header-carousel-item {
    height: 172px;
  }
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: url(../img/img-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px; /* Scales height between 200px and 350px */
  transition: 0.5s;
}

/* Media query for tablets and smaller screens */
@media (max-width: 768px) {
  .bg-breadcrumb {
    height: 100px; /* Reduced height for tablets */
  }
}

/* Media query for mobile devices */
@media (max-width: 576px) {
  .bg-breadcrumb {
    height: 100px; /* Smaller height for mobile */
  }
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Banner Start ***/
.banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/banner-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}

.display-67 span {
  background-color: #fff;
  width: 369;
  height: 156;
  top: 305px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  color: #000;
  padding: 34px 40px 34px 136px;
  font-family: Jomhuria;
  font-weight: 400;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0%;
  display: none;
}

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

.banner::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  top: -200px;
  left: 0;
  background: #51ae58;
  transform: rotate(45deg);
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  bottom: -200px;
  right: 0;
  background: #51ae58;
  transform: rotate(45deg);
  z-index: 1;
}

.banner .banner-design-1 {
  position: absolute;
  width: 30px;
  height: 500px;
  top: -165px;
  left: 0;
  background: var(--bs-dark);
  transform: rotate(45deg);
  z-index: 2;
}

.banner .banner-design-2 {
  position: absolute;
  width: 30px;
  height: 500px;
  bottom: -165px;
  right: 0;
  background: var(--bs-dark);
  transform: rotate(45deg);
  z-index: 2;
}

/*** Banner End ***/
.wish {
  background-color: #c5eaa3;
  border-radius: 0px 0px 20px 20px;
  padding: 21px 20px;
  font-size: 14px;
  font-weight: 350;
}

.wish img {
  width: 20px;
}

.wish a {
  color: #000000;
  font-family: Inter;
  font-weight: 450;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
}

.wish .me-4 {
  margin-right: 2.5rem !important;
}

.category-card {
  background-color: #fff;
  /* padding: 20px; */
  border-radius: 15px;
  transition: transform 0.3s ease;
  height: 100%;
  text-align: center;
}

.category-card:hover {
  transform: scale(1.05);
}

.category-title {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.carousel-nav-left,
.carousel-nav-right {
  font-size: 30px;
  color: #333;
  background: #eee;
  padding: 5px 12px;
  border-radius: 50%;
  cursor: pointer;
}

.owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  color: #000000;
  /* left: 50%; */
  flex-direction: row;
  align-content: space-between;
  align-items: center;
}

.owl-prev {
  background-color: #e7e7e7;
  position: absolute;
  /* right: 90px; */
  left: -55px;
  color: #292929;
  padding: 10px 12px 7px;
  border-radius: 50%;
  background-color: #e7e7e7;
  height: 50px;
  width: 50px;
}

.owl-next {
  position: absolute;
  right: -30px;
  color: #000000;
  background: #fff;
  padding: 10px 12px 7px;
  border-radius: 50%;
  background-color: #e7e7e7;
  height: 50px;
  width: 50px;
}

@media (max-width: 600px) {
  .owl-nav img {
    width: 12px !important;
    height: 18px !important;
  }

  .owl-prev {
    background-color: #e7e7e7;
    position: absolute;
    right: 48px;
    color: #292929;
    padding: 6px 11px 7px;
    border-radius: 50%;
    background-color: #e7e7e7;
    height: 40px;
    width: 40px;
    left:-25px
  }

  .best-selling-section .owl-prev {
    background-color: #e7e7e7;
    position: absolute;
    right: 48px;
    color: #292929;
    padding: 6px 11px 7px;
    border-radius: 50%;
    background-color: #e7e7e7;
    height: 40px;
    width: 40px;
    left:30px
  }

  .owl-next {
    position: absolute;
    right: -15px;
    color: #000000;
    background: #fff;
    padding: 6px 11px 7px;
    border-radius: 50%;
    background-color: #e7e7e7;
    height: 40px;
    width: 40px;
  }
   .best-selling-section   .owl-next {
    position: absolute;
    right: -20px;
    color: #000000;
    background: #fff;
    padding: 6px 11px 7px;
    border-radius: 50%;
    background-color: #e7e7e7;
    height: 40px;
    width: 40px;
  }
}


.bg-light-green {
  background-color: #f6fff2;
}

.why-section .why-title {
  font-size: 2rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px #ccc;
}

.why-icon {
  background-color: #4caf50;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  margin-bottom: 10px;
  width: 75px;
  height: 75px;
  text-align: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.vertical-line {
  width: 1px;
  height: 60px;
  background-color: #4caf50;
}

/* .why-section .col-auto {
  width: auto;
  padding: 0 7px 0;
}
.why-section .col-md-2 {
  flex: 0 0 auto;
  width: 19.666667%;
} */
.bg-light-green {
  background-color: #f6fff2;
}

.why-title {
  font-weight: 900;
  font-size: 2rem;
}

.why-text {
  color: #51ae58;
  font-weight: bold;
  text-shadow: 2px 2px #ffffff, 3px 3px #2f9f4f;
}

.why-icon {
  background-color: #4caf50;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.why-desc {
  line-height: 1.1;
}

.fw-bold {
  font-weight: 700 !important;
  font-family: Inter;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
}

.border-start {
  border-left: solid #51ae58 !important;
  border-left-width: 2px !important;
  height: 85px;
}

@media (max-width: 767.98px) {
  .why-feature {
    border-left: none;
    padding-left: 0;
  }
}

.why-title-wrapper img {
  width: 200px;
}

.bg-light-yellow {
  /* background-color: #b7e5a5; */
  /* border-bottom-right-radius: 100px; */
  border-bottom-left-radius: 5px;
  border-top: 1px solid #dee2e673;
}

.btn-dark {
  color: #fff;
  background-color: #102b46;
  border-color: #102b46;
  border-radius: 5px !important;
  font-size: 14px;
  padding: 5px 11px;
  margin-right: 17px;
}

.product-card {
  transition: transform 0.3s ease;
  width: 415;
  height: 488;
  top: 55px;
  border-width: 1px;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 5px;
  border: 1px solid #dee2e673;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px !important;
  /* line-height: 64%; */
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  text-align: justify;
}

h6,
.h6 {
  font-size: 1rem;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
}

.rounded-bottom-4 {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.path {
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: Comic Sans MS;
  font-weight: 400;
  font-size: 16px;
  line-height: 49px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
}

.text-muted {
  color: #000000 !important;
}

small,
.small {
  /* font-size: 0.875em; */
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.product-card img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
}

#blogNewsCarousel .card-body {
  flex: 1 1 auto;
  padding: 0rem 1rem;
}

#blogNewsCarousel small {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #bcbcbc !important;
}

#blogNewsCarousel h6 {
  font-family: Inter;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  vertical-align: middle;
}

#blogNewsCarousel p {
  font-size: 0.875em;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  vertical-align: middle;
}

#blogNewsCarousel a {
  color: #51ae58 !important;
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.blogs .owl-item {
  padding: 0 3px 19px;
}

.topbars {
  width: 95%;
}

.Product .category-title {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

#blogNewsCarousel .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  /* Bottom shadow only */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
/* .blogs .item{
  max-width: 300px;
}  */

.feedback-section {
  background: url(../img/bg.png);
  border-radius: 0 0 50px 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatar-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.avatar-img:hover {
  transform: scale(1.1);
}

.testimonial {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

.owl-nav button {
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
}

.owl-nav button span {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .why-title-wrapper img {
    margin-bottom: 45px;
  }
}

.testimonial-title img {
  width: 46px !important;
  position: relative;
  top: -12px;
}

.quote-icon img {
  width: 46px !important;
  rotate: 179deg;
  position: relative;
  top: -46px;
}

.feedback-section {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 100px 100px;
}

.testimonial-card {
  padding: 40px;
  border-radius: 15px;
  position: relative;
  font-family: Arial, sans-serif;
}

.quote-icon {
  font-size: 50px;
  color: #ccc;
}

.quote-icon.right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.testimonial-title {
  font-weight: bold;
  color: #51ae58;
}

.testimonial-text {
  color: #333;
  margin-top: 10px;
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.author-info {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.author-location img {
  width: auto !important;
}

.author-img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #51ae58;
}

.author-details {
  margin-left: 15px;
}

.author-name {
  font-weight: bold;
  color: rgba(81, 174, 88, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.author-location {
  font-size: 14px;
  color: #777;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

#testimonialCarousel .owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  color: #000000;
  /* left: 50%; */
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  left:-15px;
}

#testimonialCarousel .owl-next {
  position: absolute;
  right: -25px;
  color: #000000;
  background: transparent;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

#testimonialCarousel .owl-prev {
  position: absolute;
  right: 90px;
  color: #292929;
  border-radius: 50%;
  background-color: transparent;
  height: 50px;
  width: 50px;
  left:-15px;
}

.footer-section {
  font-family: "Arial", sans-serif;
  color: #333;
  background: url(../img/footer-1.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 20px;
}

.social-links img {
  width: 26px;
  margin-bottom: 12px;
}

.footer-column h4 {
  font-size: 18px;
  font-weight: 600;
  color: #d9232d;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 2px;
}

.footer-column ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  font-family: Inter;
  font-weight: 450;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.footer-column ul li a:hover {
  color: #d9232d;
}

.footer-column p {
  font-size: 14px;
  margin: 0px 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
}

.footer-column i {
  margin-right: 8px;
  color: #d9232d;
}

.social-links a {
  display: block;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.social-links i {
  margin-right: 10px;
  font-size: 16px;
  color: #d9232d;
}

.how-we-make-it {
  background: url(../img/aaa.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 665px;
}

.how-we-make-it .col-lg-4 {
  margin: 0;
  padding: 0;
}

.step-box .img-fluid {
  max-width: 100%;
  height: 166px;
  border-bottom: 2px solid rgba(139, 139, 209, 1);
  object-fit: fill;
}

.step-number {
  background-color: rgba(252, 219, 110, 1);
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 50%;
}

.step-box .mx-5 {
  margin-right: 3rem !important;
  margin-left: 2rem !important;
}

.step-number {
  width: 60px;
  height: 60px;
  line-height: 50px;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: space-between;
}

.step-box {
  padding: 0px;
}

.step-box p {
  color: rgba(16, 43, 70, 1) !important;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 0 20px 0;
}

.step-box h5 {
  font-weight: 700 !important;
  font-family: Inter;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .topbars .justify-content-center {
    justify-content: left !important;
  }

  .topbars .ms-3 {
    margin-left: 0rem !important;
  }

  .topbars .text-center {
    text-align: left !important;
  }

  .border-start {
    border-left: solid #51ae58 !important;
    border-left-width: 0px !important;
    height: 85px;
  }

  .fw-bold {
    font-weight: 700 !important;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
  }

  .ms-5 {
    margin-left: 1rem !important;
  }

  .mt-4 {
    margin-top: 0.5rem !important;
  }

  .path {
    margin-top: 0;
    margin-bottom: 0rem;
    font-family: Comic Sans MS;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
  }

  .how-we-make-it {
    background: none;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 860px;
    background-color: #fff7e8;
  }

  .how-we-make-it .pt-3 {
    padding-top: 0rem !important;
  }

  .how-we-make-it .mt-5 {
    margin-top: 1rem !important;
  }

  .feedback-section {
    background: none;
    /* border-radius: 0 0 50px 50px; */
    background-size: contain;
    background-repeat: no-repeat;
    background: aliceblue;
    border-radius: 0;
  }

  .feedback-section .mt-5 {
    margin-top: -3rem !important;
  }

  .feedback-section .owl-nav img {
    width: 36px !important;
    height: 34px !important;
  }

  #testimonialCarousel .owl-prev {
    position: absolute;
    right: 58px;
    color: #292929;
    border-radius: 50%;
    background-color: transparent;
    height: 50px;
    width: 50px;
  }

  .feedback-section .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 0rem !important;
  }

  .best-selling-section .owl-nav {
    position: absolute;
    bottom: 60%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    color: #000000;
    left: -7%;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
  }

  .wish {
    background-color: #c5eaa3;
    border-radius: 0px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 350;
    margin-bottom: 17px;
  }

  h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
  }
}

.about p {
  margin-top: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #000000;
  font-family: "Poppins";
}

.dummy p {
  line-height: 12px;
}

.about-section {
  padding: 50px 0;
}

.about-title {
  color: #51ae58;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.icon-box {
  padding: 0px;
  display: flex;
  align-items: flex-start;
}

.icon-box img {
  width: 63px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0px 4px 4px 0px #0000000d;
}

.icon-box h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}

.about-text {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #0000007e !important;
}

.reach-btn {
  background-color: #51ae58;
  color: white;
  border: none;
  padding: 9px 25px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}

.about-image {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

/* Timeline Section */
.timeline-section {
  background-color: #fff;
  position: relative;
  font-family: "poppins";
}

.timeline-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Poppins";
}

/* Timeline Line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 199px;
  bottom: 160px;
  width: 0;
  border-left: 2px dotted #c4c4c4;
  /* Dotted line */
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
}

/* Timeline Circle */
.timeline-circle {
  width: 100px;
  height: 100px;
  background-color: #51ae58;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.timeline-circle img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

/* Timeline Content */
.timeline-content {
  padding: 20px 62px;
}

.timeline-content h2 {
  font-size: 38px;
  text-align: left;
  color: #51ae58;
  font-weight: 600;
}

.timeline-content p {
  font-size: 13px;
  color: #000000;
  line-height: 1.5;
}

/* Image Grid */
.image-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.image-grid img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}

.timeline-item:nth-child(odd) .timeline-content {
  text-align: l;
  padding-right: 0;
  padding-left: 82px;
}

.timeline-item:nth-child(odd) .image-grid {
  padding-left: 0;
  padding-right: 104px;
}

.timeline-item:nth-child(even) .timeline-content {
  text-align: left;
  padding-left: 0px;
  padding-right: 80px;
}

.timeline-item:nth-child(even) .image-grid {
  padding-right: 0px;
  padding-left: 82px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .timeline-line {
    left: 25px;
    top: 180px;
    /* Adjusted for mobile layout */
    bottom: 30px;
  }

  .timeline-circle {
    left: 0px;
    transform: none;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    text-align: left !important;
    padding-left: 60px !important;
    padding-right: 15px !important;
  }

  .timeline-item:nth-child(odd) .image-grid,
  .timeline-item:nth-child(even) .image-grid {
    padding-left: 60px !important;
    padding-right: 15px !important;
  }

  .image-grid img {
    height: 100px;
  }
}

@media (max-width: 576px) {
  .image-grid img {
    height: 80px;
  }
}

.team-section img {
  height: 300px;
  object-fit: cover;
  width: 100%;

  border-radius: 20px;
}

.team-member h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-family: Poppins;
  font-weight: 600;
}

.team-member p {
  font-size: 13px;
}

.certified-section {
  background: url(../img/reward.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 565px;
}

/* products section */
.new-product-card {
  border: 1px solid #0000001a;
  border-radius: 4px;
}

.dairy-card p {
  font-size: 18px;
}

.dairy-card h2 {
  font-size: 38px;
}

.electronic .col-lg-3 {
  flex: 0 0 auto;
  width: 27%;
}

.electronic .col-lg-6 {
  flex: 0 0 auto;
  width: 45%;
}

hr:not([size]) {
  height: 0.5px;
}

.new-product-image img {
  height: 230px;
  object-fit: cover;
}

.new-product-info {
  border-top: 1px solid #dcdcdc;
}

.blog-content h6 {
  color: #51ae58;
  font-weight: 600;
  font-size: 15px;
}

.blog-content p {
  font-size: 14px;
  color: #333;
}

.read-more {
  color: #51ae58;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.blog-item {
  display: flex;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  align-items: center;
}

.blog-img {
  width: 37%;
  object-fit: cover;
  height: 100%;
}

.blog-content h6 {
  color: #51ae58;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.blog-content p {
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.read-more {
  color: #51ae58;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .blog-item {
    flex-direction: column;
  }


  .blog-img,
  .blog-content {
    width: 100%;
  }

  .blog-img {
    height: 200px;
  }
}

.section-title {
  font-weight: 600;
  color: #51ae58;
  margin-bottom: 20px;
}

.info-icon {
  margin-right: 8px;
  color: #51ae58;
}

.form-section {
  background-color: #51ae58;
  /* Green background */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 100px;
}

.splash-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 526px;
  pointer-events: none;
}

.form-section .form-control {
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
}

.form-section .btn {
  background-color: #fff;
  color: #51ae58;
  font-weight: bold;
  position: relative;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px #0000001a;
}

.form-section h3 {
  font-size: 36px;
  font-weight: 800;
}

.parlour-card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.parlour-img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  border-radius: 6px;
}

.contact h3 {
  font-size: 36px;
  font-weight: 800;
}

.popup-btns .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 34px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-label {
  font-size: 13px;
  margin-bottom: opx;
}

.quantity-control button {
  width: 37px;
  margin: 0;
}

.address-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.address-label {
  background-color: #4caf50;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 8px;
}

.price-summary p {
  margin: 0;
}

.price-summary .text-end {
  color: #d00;
}

.price-summary .total {
  font-weight: bold;
  color: #000;
}

table img {
  width: 148px;
  height: 148px;
  object-fit: unset;
}

.table > :not(caption) > * > * {
  font-size: 15px;
  padding: 12px 00;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #41464b;
  border-style: solid;
  border-width: 0;
}

.quantity-control .btn-sm {
  padding: 7px;
  font-size: 15px;
  border-radius: 0px;
  background-color: #d9d9d9;
}

.quantity-control .form-control {
  display: block;
  width: 100%;
  padding: 7px 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0px;
}

.form-check {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.form-check-input {
  margin-left: -2rem;
}

.badge {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.edit-link {
  color: #51ae58;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.edit-link:hover {
  text-decoration: underline;
}

.card-bg .form-label {
  font-size: 13px;
  margin-bottom: 4px;
  color: #000;
  font-weight: 500;
}

.card-bg .btn-success {
  border-radius: 1px;
}

.card-bg h6 {
  font-size: 1rem;
  font-family: Inter;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
}

.price-details span {
  font-size: 14px;
}

.form-check-input:checked {
  background-color: #51ae58;
  border-color: #51ae58;
}

.card-bg .form-control {
  background-color: #f6f6f6;
}

.price-details .d-flex {
  margin-bottom: 0.5rem;
}

.card-bg .input-group-text {
  background-color: #f6f6f6;
  border-left: 0;
}

.card-bg .input-group .btn {
  position: relative;
  z-index: 2;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-width: 1px;
}

.card-bg .btn-success {
  background-color: #51ae58;
  border-color: #51ae58;
  border-radius: 3px;
}

.btn-outline-success {
  border-color: #51ae58;
  color: #51ae58;
}

.btn-outline-success:hover {
  background-color: #51ae58;
  color: #fff;
}

.input-group-text {
  background-color: #fff;
  border-left: 0;
}

.btn-outline-success {
  border-color: #51ae58;
  color: #fff;
  background: #51ae58;
  font-weight: 400;
  padding: 7px 19px;
  border-radius: 1px;
}

.card-bg .badge {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  border-top-right-radius: 100px;
  padding: 7px 24px 5px 9px;
  font-weight: 400;
}

.form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgb(40 167 69);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-close {
  box-sizing: initial;
  width: 0px;
  height: 1px;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: inherit;
  opacity: 31%;
  font-size: 12px;
}

.modal-title {
  font-weight: 700;
}

.modal-header span {
  font-size: 14px;
  opacity: 55%;
  font-weight: 400;
}

.modal-body .form-control {
  display: block;
  width: 100%;
  padding: 11px;
  font-size: 14px;
}

.form-control:disabled,
.form-control:read-only {
  background-color: transparent;
  opacity: 1;
}

.card-bg {
  background-color: #f1f1f1;
}

.model-btn {
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
}

.cardbg-title {
  font-size: 20px;
  font-weight: 700;
}

.card-bg .form-check {
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 15px;
}

.form-check .form-check-input {
  float: left;
  margin-left: -2.5em;
}

.sidebar-container {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 100vh;
  padding: 0;
  box-shadow: none;
}

.sidebar a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.sidebar a:last-child {
  border-bottom: none;
}

.sidebar a.active {
  color: #28a745;
  font-weight: 600;
}

.sidebar a:hover {
  background-color: #f1f1f1;
}

.account .card {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: none;
}

.profile-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.profile-item i {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #666;
}

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

.profile-label {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  opacity: 87%;
}

.profile-value {
  font-weight: 700 !important;
  font-size: 15px;
}

.edit-btn {
  font-weight: 400;
  padding: 7px;
  letter-spacing: 0.5px;
}

/* Orders Section Font Sizes */
.order-section h5 {
  font-size: 1.25rem;
  /* ~20px for "Orders" title */
}

.order-section .order-info,
.order-section .order-status,
.order-section .order-address {
  font-size: 14px;
  /* ~15px for order info text */
}

.order-section .btn {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 7px 20px;
  border-radius: 2px;
}

.milk {
  font-size: 14px;
  font-weight: 700;
}

.address-book .badge {
  font-size: 14px;
  margin-bottom: 0.5rem;
  border-top-right-radius: 100px;
  font-weight: 450;
  font-size: 13px;
  padding: 5px 15px 4px 10px;
}

.address-book p {
  font-size: 14px;
}

.address-book .btn-outline-secondary {
  color: #000;
  border-color: #6c757d;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 7px 19px;
  border-radius: 2px !important;
}

.address-book .fw-bold {
  font-weight: 700 !important;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0%;
}

.order-section .badge {
  font-size: 14px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  padding: 6px 12px;
}

@media (max-width: 767px) {
  .icon-box {
    padding: 0px;
    display: block !important;
    align-items: unset;
    text-align: center;
  }

  .icon-box img {
    width: 63px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0px 4px 4px 0px #0000000d;
    margin-bottom: 12px;
  }

  .display-67 span {
    background-color: #fff;
    width: 369;
    height: 156;
    top: 305px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #000;
    padding: 14px 34px 16px 11px;
    font-family: Jomhuria;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .timeline-circle img {
    width: 31px;
    height: 50px;
    filter: brightness(0) invert(1);
  }

  .px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .footer-section .mt-5 {
    margin-top: 0rem !important;
  }

  .footer-section .pt-5 {
    padding-top: 0rem !important;
  }

  .timeline-circle {
    width: 41px;
    height: 41px;
    background-color: #51ae58;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 18px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .footer-section {
    font-family: "Arial", sans-serif;
    color: #333;
    background: #fff;
    background-size: cover;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 28px 0px #00000040;
    padding: 33px 0 0 !important;
  }

  .electronic .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }

  .dairy-card h2 {
    margin-top: 16px;
    font-size: 27px;
  }

  .electronic .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .new-product-info .ms-5 {
    margin-left: 4rem !important;
  }

  #testimonialCarousel .owl-nav {
    position: absolute;
    bottom: 144%;
    width: 100%;
  }

  .Parlour img {
    margin-bottom: 21px;
  }

  .Parlour .p-0 {
    padding: 1rem !important;
  }

  .Parlour .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .form-section .btn {
    background-color: #fff;
    color: #51ae58;
    font-weight: bold;
    position: relative;
    z-index: 999;
    box-shadow: 0px 4px 4px 0px #0000001a;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    width: 100%;
  }

  .contact .px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .contact .mx-3 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .account .mx-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .btn-outline-success {
    border-color: #51ae58;
    color: #fff;
    background: #51ae58;
    font-weight: 400;
    padding: 5px 6px;
    border-radius: 1px;
  }

  .btn-outline-success {
    border-color: #51ae58;
    color: #fff;
    background: #51ae58;
    font-weight: 400;
    padding: 5px 6px;
    border-radius: 1px;
  }

  .address-book .btn-outline-secondary {
    color: #000;
    border-color: #6c757d;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 9px 6px;
    border-radius: 2px !important;
  }

  .carts .mx-4 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  table img {
    width: 109px;
    height: 47px;
    object-fit: unset;
  }

  .order-section .order-info,
  .order-section .order-status,
  .order-section .order-address {
    font-size: 12px;
  }

  .milk {
    font-size: 13px;
    font-weight: 700;
    margin: 0px !important;
  }

  .popup-btns .btn {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 24px;
  }

  .table > :not(caption) > * > * {
    font-size: 12px;
    padding: 12px 00;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }
}

/* --------------------------------
CHECKOUT PAGE
------------------------------------*/

.navigation-path {
  background: #f0f0f0;
  padding: 8px 0;
  font-size: 0.75rem;
}

.navigation-path a {
  color: #51ae58;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navigation-path a:hover {
  color: #086a66;
  text-decoration: underline;
}

.main-wrapper {
  padding: 40px 0;
}

.main-wrapper .checkout-form {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.main-wrapper h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #51ae58;
  margin-bottom: 12px;
}

.main-wrapper .checkout-form:hover {
  transform: translateY(-2px);
}

.main-wrapper .checkout-form .field-label {
  font-weight: 600;
  color: #51ae58;
  font-size: 0.8rem;
  margin-bottom: 4px;
}

.main-wrapper .checkout-form .text-field,
.main-wrapper .checkout-form .dropdown-field {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  padding: 8px;
  width: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.main-wrapper .checkout-form .text-field:focus,
.main-wrapper .checkout-form .dropdown-field:focus {
  border-color: #51ae58;
  box-shadow: 0 0 4px rgba(13, 167, 158, 0.2);
  outline: none;
}

.main-wrapper .checkout-form .location-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.main-wrapper .checkout-form .location-layout .location-box {
  flex: 1;
  min-width: 0;
}

.main-wrapper .checkout-form .location-layout .location-box--city {
  flex: 2;
  min-width: 160px;
}

.main-wrapper .checkout-form .location-layout .location-box--state {
  flex: 1.5;
  min-width: 120px;
}

.main-wrapper .checkout-form .location-layout .location-box--pincode {
  flex: 1;
  min-width: 100px;
}

.main-wrapper .checkout-form .saved-location {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    transform 0.2s ease;
}

.main-wrapper .checkout-form .saved-location:hover {
  border-color: #51ae58;
  background-color: #f0f8f8;
  transform: translateY(-1px);
}

.main-wrapper .checkout-form .saved-location input {
  margin-right: 6px;
}

.main-wrapper .checkout-form .saved-location .location-details {
  flex: 1;
}

.main-wrapper .checkout-form .saved-location .location-details .location-title {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 4px;
  color: #1a1a1a;
}

.main-wrapper .checkout-form .saved-location .location-details .location-text {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.3;
}

.main-wrapper .checkout-form .saved-location .location-details .location-edit {
  color: #51ae58;
  font-size: 0.75rem;
  text-decoration: none;
  margin-left: 6px;
  transition: color 0.3s ease;
}

.main-wrapper
  .checkout-form
  .saved-location
  .location-details
  .location-edit:hover {
  color: #086a66;
  text-decoration: underline;
}

.main-wrapper .cart-details {
  background: white;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 12px;
}

.main-wrapper .cart-details .cart-header {
  font-size: 1.2rem;
  font-weight: 700;
  color: #51ae58;
  margin-bottom: 12px;
  border-bottom: 1px solid #51ae58;
  padding-bottom: 4px;
}

.main-wrapper .cart-details .cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-wrapper .cart-details .cart-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.main-wrapper .cart-details .cart-item .cart-item__thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
}

.main-wrapper .cart-details .cart-item .cart-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.main-wrapper .cart-details .cart-item .cart-item__info .cart-item__title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}

.main-wrapper .cart-details .cart-item .cart-item__info .cart-item__desc {
  color: #666;
  font-size: 0.7rem;
  line-height: 1.3;
}

.main-wrapper .cart-details .cart-item .cart-item__info .cart-item__cost {
  font-weight: 700;
  color: #51ae58;
  font-size: 0.9rem;
  text-align: right;
}

.main-wrapper .cart-details .cart-total {
  margin-top: 12px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 6px;
}

.main-wrapper .cart-details .cart-total .cart-total__line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 0.8rem;
  color: #333;
}

.main-wrapper .cart-details .cart-total .cart-total__final {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.3rem;
  color: #51ae58;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px dashed #e0e0e0;
}

.main-wrapper .checkout-form .payment-method {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    transform 0.2s ease;
}

.main-wrapper .checkout-form .payment-method:hover {
  border-color: #51ae58;
  background-color: #f0f8f8;
  transform: translateY(-1px);
}

.main-wrapper .checkout-form .payment-method .payment-method__icon {
  margin-right: 6px;
  color: #51ae58;
}

.main-wrapper .checkout-form .payment-method input {
  margin-right: 6px;
}

.shipping-method label {
  font-size: 13px;
}

/* Custom Button Styles */
.main-wrapper .checkout-form .secondary-action {
  background-color: transparent;
  color: #51ae58;
  border: 1px solid #51ae58;
  border-radius: 6px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  text-align: center;
}

.main-wrapper .checkout-form .secondary-action:hover {
  background-color: #51ae58;
  color: white;
}

.main-wrapper .cart-details .main-action {
  background-color: #51ae58;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  text-align: center;
}

.main-wrapper .cart-details .main-action:hover {
  background-color: #086a66;
  transform: translateY(-1px);
}

.main-wrapper .cart-details .coupon-section {
  display: flex;
  align-items: center;
  margin: 12px 0;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 6px;
}

.main-wrapper .cart-details .coupon-section .coupon-section__field {
  flex: 1;
  margin-right: 6px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  padding: 6px;
  font-size: 12px;
}

.main-wrapper .cart-details .coupon-section .coupon-section__action {
  background-color: #51ae58;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 6px;
}

.main-wrapper .cart-details .coupon-section .coupon-section__action:hover {
  background-color: #086a66;
}

.main-wrapper .cart-details .coupon-section .coupon-section__remove {
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px;
  font-weight: 600;
  font-size: 0.6rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-wrapper .cart-details .coupon-section .coupon-section__remove:hover {
  background-color: #c0392b;
}

.main-wrapper .cart-details .coupon-section .coupon-section__remove i {
  color: white;
  font-size: 0.9rem;
}

.main-wrapper .checkout-form .shipping-methods {
  margin-top: 12px;
}

.main-wrapper .checkout-form .shipping-methods .shipping-method {
  padding: 6px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.main-wrapper .checkout-form .shipping-methods .shipping-method:hover {
  border-color: #51ae58;
}

.main-wrapper .checkout-form .shipping-methods .shipping-method input {
  margin-right: 6px;
}

.main-wrapper .cart-details .trust-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  color: #666;
  font-size: 0.75rem;
}

.main-wrapper .cart-details .trust-section .trust-section__icon {
  margin-right: 4px;
  color: #51ae58;
}

@media (max-width: 768px) {
  .top-section {
    padding: 24px 0;
  }

  .main-wrapper .checkout-form,
  .main-wrapper .cart-details {
    padding: 12px;
  }

  .main-wrapper .cart-details .cart-item {
    padding: 6px;
  }

  .main-wrapper .cart-details .cart-item .cart-item__thumbnail {
    width: 60px;
    height: 60px;
    margin-right: 8px;
  }

  .main-wrapper .cart-details .cart-item .cart-item__info {
    gap: 3px;
  }

  .main-wrapper .cart-details .cart-item .cart-item__info .cart-item__title {
    font-size: 0.85rem;
  }

  .main-wrapper .cart-details .cart-item .cart-item__info .cart-item__desc {
    font-size: 0.65rem;
  }

  .main-wrapper .cart-details .cart-item .cart-item__info .cart-item__cost {
    font-size: 0.85rem;
  }

  .main-wrapper .cart-details .cart-total .cart-total__final {
    font-size: 1.1rem;
  }

  .main-wrapper .checkout-form .location-layout .location-box--city,
  .main-wrapper .checkout-form .location-layout .location-box--state,
  .main-wrapper .checkout-form .location-layout .location-box--pincode {
    flex: 1;
    min-width: 100%;
  }

  .main-wrapper .checkout-form .saved-location {
    padding: 6px;
  }

  .main-wrapper
    .checkout-form
    .saved-location
    .location-details
    .location-title {
    font-size: 0.8rem;
  }

  .main-wrapper
    .checkout-form
    .saved-location
    .location-details
    .location-text {
    font-size: 0.7rem;
  }
}

.payment-method label {
  font-size: 14px;
}

.login label {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}

a {
  text-decoration: none;
}
/* .popup-gallery img{
  height: 200px;
} */
.resend-otp {
  text-align: center;
  margin-top: 13px;
  color: #51ae58;
}
.resend-otp a {
  font-size: 14px;
  color: #51ae58;
}
.meta-info span {
  font-size: 14px;
}
._failed {
  border-bottom: solid 4px red !important;
}
._failed i {
  color: red !important;
}

._success {
  box-shadow: 0 15px 25px #00000019;
  padding: 45px;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  border-bottom: solid 4px #28a745;
}

._success i {
  font-size: 55px;
  color: #28a745;
}

._success h2 {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}

._success p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #495057;
  font-weight: 500;
}

.blogs img {
  width: 100%;
  height: 250px;
  object-fit: auto;
}

.gallery img {
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.product-info p {
  max-width: 130px;
}
.popup-gallery img {
  height: 64px;
  width: 100%;
  object-fit: cover;
}
.b-image {
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
}

.from {
  font-size: 15px;
  font-weight: 500;
  color: #000000d3;
}

.tb table img {
  width: 122px;
  height: 112px;
  object-fit: unset;
}

.order-summary {
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  padding: 20px;
  background-color: #fff;
  text-align: right;
}

.order-summary .summary-row {
  margin-bottom: 10px;
  font-size: 14px;
}
.icon-box .mt-4 {
  margin-top: 21px !important;
}


.new-products p{
  text-align: justify;

}

/* Hide dots on tablets and mobile */
@media (max-width: 991px) {
  .header-carousel .owl-dot {
    display: none !important;
  }

  .new-products h2{
    padding-top: 30px;
  }
}