@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.simple-section {
  padding: 100px 0;
}
.simple-section.bg-mint {
  background-color: rgba(0, 166, 62, 0.0392156863);
}
.simple-section.bg-second {
  background-color: #149741;
}
.simple-section.light-primary {
  background: rgba(224, 19, 31, 0.0392156863);
}
.simple-section.bg-green {
  background: #00a63e;
}
.simple-section.bg-pearl {
  background: #f6f8fa;
}

.section-title h3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
}
.section-title h3.black {
  color: #121820;
}
.section-title h3.white {
  color: #ffffff;
}
.section-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #4a5565;
}
.section-title p.text-center {
  max-width: 650px;
  margin: auto;
}
.section-title p.white {
  color: rgba(255, 255, 255, 0.8);
}
.section-title p.small-text {
  font-size: 16px;
}
.section-title h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Italic;
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 10px;
}
.section-title h6 span {
  font-style: initial;
  font-size: 24px;
  margin-right: 5px;
}
.section-title h6.green {
  color: #149741;
}
.section-title h6.primary {
  color: #e0131f;
}

.card-columns {
  display: flex;
  flex-wrap: wrap;
}

.card-columns > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.slick-slide {
  padding: 0 15px;
}

.social-icon {
  display: flex;
  margin-bottom: 70px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 20px;
}
.social-icon li {
  margin-bottom: 6px;
}
.social-icon li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #555555;
  text-decoration: none;
}
.social-icon li a img {
  width: 28px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.whatsapp-icon .icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 4px 16px 0px rgba(0, 0, 0, 0.02);
}
.whatsapp-icon .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 27px;
  }
  .section-title h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .simple-section {
    padding: 50px 10px;
  }
}
.banner-slide {
  background-size: cover;
}
.banner-slide .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  text-align: center;
  color: #FFF;
}
.banner-slide .overlay .banner-content h6 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: Italic;
  font-size: 32px;
  margin-bottom: 10px;
  color: #ffffff;
}
.banner-slide .overlay .banner-content h1 {
  font-weight: 800;
  font-size: 54px;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 6px auto;
}
.banner-slide .overlay .banner-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  max-width: 700px;
  margin: 30px auto;
}

.page-hero .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .banner-slide .overlay {
    padding: 30px 20px;
    height: 250px;
  }
  .banner-slide .overlay .banner-content h6 {
    font-size: 14px;
  }
  .banner-slide .overlay .banner-content h1 {
    font-size: 20px;
    font-weight: 500;
  }
  .banner-slide .overlay .banner-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-hero .overlay {
    padding: 50px 0;
  }
}
.button {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.button.button-primary {
  background: #e0131f;
  color: #ffffff;
}
.button.button-primary:hover, .button.button-primary:focus {
  background-color: #b0101a;
  color: #ffffff;
}
.button.button-small {
  padding: 8px 16px;
  font-size: 14px;
}
.button.button-secondary {
  background: #149741;
  color: #ffffff;
}
.button.button-white {
  background-color: #ffffff;
  color: #e0131f;
  border: 1px solid #ffffff;
}
.button.button-white:hover, .button.button-white:focus {
  background-color: rgba(255, 255, 255, 0.062745098);
  color: #ffffff;
  border-color: #ffffff;
}
.button.button-outline-primary {
  border-color: #e0131f;
  color: #e0131f;
}
.button.button-outline-primary:hover, .button.button-outline-primary:focus {
  background-color: #e0131f;
  color: #ffffff;
  border-color: #e0131f;
}
.button.button-outline-secondary {
  border-color: #149741;
  color: #149741;
  border-radius: 6px;
}
.button.button-round {
  border-radius: 30px;
}
.button.button-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.button.button-icon svg {
  width: 20px;
}
.button.button-icon i {
  font-size: 20px;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #e0131f;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.about img {
  width: 100%;
}

.excellence-left {
  position: relative;
  background-image: url("../images/excellence-image.png");
  background-size: cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.excellence-left img {
  width: 354px;
}

.excellence-right {
  background-color: #149741;
  position: relative;
  padding: 78px 40px;
  overflow: hidden;
}
.excellence-right .ex-right-top {
  position: absolute;
  top: 0;
  right: 0;
}
.excellence-right .ex-right-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.excellence-right h3 {
  color: #ffffff;
}
.excellence-right p {
  color: rgba(255, 255, 255, 0.8);
  margin: 30px 0;
}

.slick-slide {
  height: auto;
}

.section-detail {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #4a5565;
}

.cta {
  background-color: #e0131f;
  position: relative;
  background-image: url("../images/cta-bg-img.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.cta .cta-star-left {
  position: absolute;
  top: 20%;
  left: 2%;
}
.cta .cta-star-right {
  position: absolute;
  bottom: 4%;
  right: 5%;
}

.b-radius {
  border-radius: 20px !important;
}

.py-50 {
  padding: 50px 0;
}

.about-left {
  position: relative;
}
.about-left .award-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}

.logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-list img {
  width: 280px;
}

.logo-first {
  max-width: 400px;
  margin: 10px auto;
}
.logo-first img {
  width: 100%;
}

.news-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .section-detail {
    font-size: 16px;
    line-height: 24px;
  }
  .excellence-left .absolute-img img {
    width: 200px;
  }
  .excellence-right {
    padding: 70px 40px;
  }
  .about-left {
    position: relative;
  }
  .about-left .award-absolute {
    position: relative;
  }
  .excellence-left {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    min-height: 238px;
  }
  .excellence-left img {
    width: 150px;
    margin: 10px;
  }
}
.card-divider {
  margin: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.work-card {
  padding: 25px;
  border-radius: 12px;
  background-color: #ffffff;
  flex: 1 1 auto;
}
.work-card .head {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.work-card .head .bg-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.work-card .head .bg-icon span, .work-card .head .bg-icon em {
  margin-left: 10px;
}
.work-card .head .bg-icon i, .work-card .head .bg-icon span, .work-card .head .bg-icon em {
  font-size: 32px;
}
.work-card .head .bg-icon.green {
  background: rgba(0, 166, 62, 0.1019607843);
}
.work-card .head .bg-icon.green i, .work-card .head .bg-icon.green span, .work-card .head .bg-icon.green em {
  color: #00a63e;
}
.work-card .head .bg-icon.purple {
  background: rgba(224, 19, 31, 0.1019607843);
}
.work-card .head .bg-icon.purple i, .work-card .head .bg-icon.purple span, .work-card .head .bg-icon.purple em {
  color: #e0131f;
}
.work-card .info h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #0a0a0a;
  text-align: center;
}
.work-card .info p {
  font-weight: 400;
  font-size: 16px;
  color: #4a5565;
  margin-bottom: 0;
  text-align: center;
}

.side-border-card {
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.side-border-card h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 32px;
}
.side-border-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #364153;
  margin: 0;
}
.side-border-card .bg-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.side-border-card .bg-icon i {
  font-size: 24px;
}
.side-border-card .bg-icon.green {
  color: #149741;
  background: rgba(0, 166, 62, 0.1);
}
.side-border-card .bg-icon.purple {
  color: #e0131f;
  background: rgba(216, 0, 21, 0.1);
}
.side-border-card.green {
  background: rgba(20, 151, 65, 0.04);
  border-left: 4px solid #149741;
}
.side-border-card.green h4 {
  color: #149741;
}
.side-border-card.purple {
  background: rgba(224, 19, 31, 0.04);
  border-left: 4px solid #e0131f;
  color: #e0131f;
}
.side-border-card.purple h4 {
  color: #e0131f;
}

.mission-card {
  background-color: #149741;
  padding: 40px;
  border-radius: 24px;
}
.mission-card .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.mission-card .head .bg-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.3607843137);
}
.mission-card .head .bg-icon img {
  width: 16px;
}
.mission-card .head h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}
.mission-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #f0fdf4;
  margin: 0;
}

.review-scroller .slick-list {
  overflow: hidden !important;
}
.review-scroller .slick-track {
  overflow: visible;
}
.review-scroller .slick-slide {
  overflow: visible;
  padding-top: 20px;
}

.testimonial-card {
  position: relative;
  padding: 40;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  margin-top: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: visible;
  min-height: 230px;
  margin-bottom: 30px;
}
.testimonial-card img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.testimonial-card .text {
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.testimonial-card .card-divider {
  height: 1px;
  background-color: #eee;
  margin-bottom: 10px;
}
.testimonial-card .info h6 {
  font-weight: 500;
  font-size: 16px;
  color: #352e2e;
  margin: 0;
}
.testimonial-card .info p {
  font-weight: 400;
  font-size: 12px;
  color: #a3a7ad;
  margin: 0;
}
.testimonial-card .rating-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-card .rating-stars i {
  font-size: 20px;
  color: #faaf38;
}
.testimonial-card .rating-stars i.inactive {
  color: rgba(112, 117, 143, 0.3019607843);
}

.award-absolute {
  padding: 20px 0px 0 20px;
  border-top-left-radius: 20px;
  background-color: #ffffff;
  width: 300px;
}
.award-absolute .award-card {
  background-color: #e0131f;
  border-radius: 20px;
  padding: 23px;
  width: 280px;
}
.award-absolute .award-card .head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.award-absolute .award-card .head img {
  width: 54px;
}
.award-absolute .award-card .head .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.award-absolute .award-card .divider {
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin: 20px 0;
}
.award-absolute .award-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
}

.quality-card .icon {
  margin-bottom: 10px;
}
.quality-card .icon img {
  width: 47px;
}
.quality-card .info h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.quality-card .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a5565;
}

.category-card {
  background-color: #ffffff;
  box-shadow: 0px 48px 100px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  margin-top: 40px;
}
.category-card .tractor-logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
.category-card .tractor-logo img {
  max-width: 100%;
}
.category-card .tractor-image img {
  width: 100%;
}
.category-card .info h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 26px;
  color: #e0131f;
  margin-bottom: 20px;
}
.category-card .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4a5565;
  margin-bottom: 30px;
}
.category-card .flag-text img {
  width: 33px;
}
.category-card .two-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.contact-card {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.contact-card .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.contact-card .head img {
  width: 95px;
  height: 95px;
}
.contact-card .head h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin: 0;
}
.contact-card .contact-detail {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-card .contact-detail .icon i {
  font-size: 24px;
}
.contact-card .contact-detail .info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #4a5565;
  margin-bottom: 0;
}

.ag-card {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ag-card .info {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .mission-card {
    padding: 20px;
  }
  .mission-card p {
    font-size: 16px;
    line-height: 24px;
  }
  .award-absolute {
    margin: 30px 0;
    padding: 0;
    width: 100%;
  }
  .award-absolute .award-card {
    background-color: #e0131f;
    border-radius: 20px;
    padding: 23px;
    width: 100%;
  }
  .category-card {
    margin-top: 40px;
  }
  .category-card .tractor-logo {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 10px;
  }
  .category-card .tractor-logo img {
    max-width: 100%;
  }
  .category-card .tractor-image img {
    width: 100%;
  }
  .category-card .two-btns {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.table th {
  background-color: #e53935;
  color: #ffffff;
  padding: 15px;
  border: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  text-wrap: nowrap;
}

.table td {
  padding: 15px;
  border: none;
  color: #73809e;
  text-wrap: nowrap;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.table thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.table thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: $white;
  --bs-table-bg-type: #1497410a;
}

@media screen and (max-width: 768px) {
  .table-scroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .table th {
    font-size: 18px;
  }
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 60px !important;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e8a3a6;
  border: none;
  margin: 0 6px;
  opacity: 0.7;
  padding: 0;
  transition: all 0.3s ease;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  position: relative;
  background-color: #e0131f;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  border: none;
}

.slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #e0131f;
}

.slick-dots li.slick-active button:before {
  color: unset;
}

.slick-dots li button:before {
  color: unset;
}

.slick-arrow {
  position: absolute;
  top: 100%;
  background: #e0131f;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  fill: currentColor;
  color: white;
}

.slick-arrow:hover {
  background: #e0131f;
  transform: translateY(-50%) scale(1.1);
}
.slick-arrow:hover svg {
  fill: currentColor;
  color: #ffffff;
}

.slick-next {
  right: 45%;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  background-color: #e0131f;
}
.slick-next svg {
  fill: currentColor;
  color: #ffffff;
}

.slick-prev {
  left: 45%;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  border: 1px solid #e0131f;
  background-color: #ffffff;
}
.slick-prev svg {
  fill: currentColor;
  color: #e0131f;
}

/* remove default slick pseudo icons */
.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-next:focus,
.slick-prev:focus {
  background-color: #e0131f;
}
.slick-next:focus svg,
.slick-prev:focus svg {
  fill: currentColor;
  color: #ffffff;
}

.product-cart {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-cart .brand-logo {
  margin-top: 10px;
  margin-left: 10px;
}
.product-cart .brand-logo img {
  width: 100px;
}
.product-cart .product-image img {
  width: 100%;
}
.product-cart .pt-img img {
  width: 100%;
}
.product-cart .info {
  padding: 20px;
}
.product-cart .info h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.categories-slider,
.brands-slider {
  margin-bottom: 1.5rem;
}
.categories-slider h5,
.brands-slider h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.categories-scroll,
.brands-scroll {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding: 0.5rem 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.categories-scroll::-webkit-scrollbar,
.brands-scroll::-webkit-scrollbar {
  display: none;
}

.category-chip,
.brand-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  color: #6c757d;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.category-chip:hover,
.brand-chip:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.category-chip.active,
.brand-chip.active {
  background: #e0131f;
  border-color: #e0131f;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.category-chip.child,
.brand-chip.child {
  background: #e3f2fd;
  border-color: #2196f3;
  color: #e0131f;
  font-size: 0.85rem;
  padding: 0.6rem 0.8rem;
}
.category-chip.child:hover,
.brand-chip.child:hover {
  background: #bbdefb;
  border-color: #e0131f;
  color: #1565c0;
}
.category-chip.child.active,
.brand-chip.child.active {
  background: #e0131f;
  border-color: #e0131f;
  color: white;
}
.category-chip i,
.brand-chip i {
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

.brand-chip .brand-logo {
  margin-right: 0.5rem;
  border-radius: 4px;
}
.brand-chip .brand-name {
  font-size: 0.85rem;
}

@media (max-width: 767.98px) {
  .product-cart {
    margin-bottom: 1rem;
  }
  .product-cart .info {
    padding: 1rem;
  }
  .product-cart .info h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .product-cart .info .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  .categories-scroll,
  .brands-scroll {
    gap: 0.5rem;
  }
  .categories-scroll .category-chip,
  .categories-scroll .brand-chip,
  .brands-scroll .category-chip,
  .brands-scroll .brand-chip {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
  }
  .categories-scroll .category-chip i,
  .categories-scroll .brand-chip i,
  .brands-scroll .category-chip i,
  .brands-scroll .brand-chip i {
    font-size: 0.8rem;
    margin-right: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .categories-scroll,
  .brands-scroll {
    gap: 0.6rem;
  }
  .category-chip,
  .brand-chip {
    padding: 0.7rem 0.9rem;
  }
}
@media (min-width: 992px) {
  .categories-scroll,
  .brands-scroll {
    gap: 0.75rem;
  }
  .category-chip:hover,
  .brand-chip:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }
}
.filter-summary .alert {
  margin-bottom: 1rem;
}
.filter-summary .alert .badge {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}
.filter-summary .alert .badge a {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .pagination .page-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}
.cart-link {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cart-link:hover {
  color: #007bff;
}
.cart-link .cart-count {
  font-size: 0.7rem;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item {
  transition: background-color 0.3s ease;
}
.cart-item:hover {
  background-color: #f8f9fa;
}
.cart-item:last-child {
  border-bottom: none !important;
}

.form-label {
  font-weight: 500;
  color: #495057;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.add-to-cart-btn {
  transition: all 0.3s ease;
}
.add-to-cart-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}
.add-to-cart-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.about-intro {
  background: #f8f9fa;
}
.about-intro .intro-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e0131f;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.about-intro .intro-content .lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #6c757d;
}
.about-intro .hero-image {
  text-align: center;
}
.about-intro .hero-image img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-header {
  margin-bottom: 4rem;
}
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e0131f;
  margin-bottom: 1rem;
}
.section-header p {
  font-size: 1.25rem;
  color: #6c757d;
  margin: 0;
}

.about-history .timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.about-history .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #149741;
  transform: translateX(-50%);
}
.about-history .timeline .timeline-item {
  position: relative;
  margin-bottom: 3rem;
}
.about-history .timeline .timeline-item:nth-child(odd) .timeline-content {
  margin-left: 0;
  margin-right: 60%;
  text-align: right;
}
.about-history .timeline .timeline-item:nth-child(odd) .timeline-icon {
  left: 50%;
  transform: translateX(-50%);
}
.about-history .timeline .timeline-item:nth-child(even) .timeline-content {
  margin-left: 60%;
  margin-right: 0;
  text-align: left;
}
.about-history .timeline .timeline-item:nth-child(even) .timeline-icon {
  left: 50%;
  transform: translateX(-50%);
}
.about-history .timeline .timeline-item .timeline-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #149741;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.about-history .timeline .timeline-item .timeline-content {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.about-history .timeline .timeline-item .timeline-content h3 {
  color: #e0131f;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-history .timeline .timeline-item .timeline-content p {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.about-mission-vision {
  background: #f8f9fa;
}
.about-mission-vision .vm-card {
  background: white;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-mission-vision .vm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.about-mission-vision .vm-card .card-icon {
  width: 80px;
  height: 80px;
  background: #e0131f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: white;
  font-size: 2rem;
}
.about-mission-vision .vm-card h3 {
  color: #e0131f;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
.about-mission-vision .vm-card p {
  color: #6c757d;
  line-height: 1.8;
  margin: 0;
  font-size: 1.1rem;
}

.about-values .value-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-values .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.about-values .value-card .value-icon {
  width: 70px;
  height: 70px;
  background: #149741;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 1.75rem;
}
.about-values .value-card h4 {
  color: #e0131f;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.about-values .value-card p {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.about-why-choose {
  background: #f8f9fa;
}
.about-why-choose .feature-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-why-choose .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.about-why-choose .feature-card .feature-icon {
  width: 70px;
  height: 70px;
  background: #149741;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}
.about-why-choose .feature-card h4 {
  color: #e0131f;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.about-why-choose .feature-card p {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.about-aftersales .aftersales-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e0131f;
  margin-bottom: 1.5rem;
}
.about-aftersales .aftersales-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6c757d;
  margin: 0;
}
.about-aftersales .aftersales-image {
  text-align: center;
}
.about-aftersales .aftersales-image img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-team {
  background: #f8f9fa;
}
.about-team .team-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-team .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.about-team .team-card .team-icon {
  width: 70px;
  height: 70px;
  background: #e0131f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 1.75rem;
}
.about-team .team-card h4 {
  color: #e0131f;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.about-team .team-card p {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.about-farmers-family .farmers-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e0131f;
  margin-bottom: 1.5rem;
}
.about-farmers-family .farmers-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6c757d;
  margin: 0;
}
.about-farmers-family .farmers-image {
  text-align: center;
}
.about-farmers-family .farmers-image img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-closing {
  padding: 5rem 0;
  background: linear-gradient(135deg, #e0131f 0%, #990d15 100%);
  color: white;
}
.about-closing .closing-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.about-closing .closing-content p {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  opacity: 0.9;
}
.about-closing .closing-content .closing-image img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 400px;
}

@media (max-width: 767.98px) {
  .about-intro .intro-content h2 {
    font-size: 24px;
  }
  .about-intro .intro-content .lead {
    font-size: 18px;
    line-height: 1.3;
  }
  .about-history .timeline::before {
    display: none;
  }
  .about-history .timeline .timeline-item {
    position: relative;
    margin-bottom: 2rem;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about-history .timeline .timeline-item .timeline-content {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .about-history .timeline .timeline-item .timeline-content h3 {
    margin-bottom: 5px;
  }
  .about-history .timeline .timeline-item:nth-child(odd) .timeline-content {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .about-history .timeline .timeline-item:nth-child(odd) .timeline-icon {
    left: 0;
    transform: none;
  }
  .about-history .timeline .timeline-item:nth-child(even) .timeline-content {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .about-history .timeline .timeline-item:nth-child(even) .timeline-icon {
    left: 0;
    transform: none;
  }
  .about-history .timeline .timeline-item .timeline-icon {
    position: relative;
    margin-bottom: 10px;
  }
  .about-mission-vision .vm-card {
    padding: 1rem;
    margin-bottom: 20px;
    height: auto;
  }
  .about-mission-vision .vm-card h3 {
    color: #e0131f;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 1.5rem;
  }
  .about-mission-vision .vm-card p {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body {
  font-family: "Inter", sans-serif;
}

a {
  color: #e0131f;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-header .navbar-nav {
  display: flex;
  gap: 10px;
}
.main-header .navbar {
  background: rgba(255, 255, 255, 0.8);
}
.main-header .navbar .navbar-brand img {
  width: 100px;
}
.main-header .nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  transition: color 0.3s ease;
  color: #000000;
}
.main-header .nav-link.active, .main-header .nav-link:hover {
  color: #e0131f;
}
.main-header .navbar-toggler {
  border: none;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
}

.line2 {
  stroke-dasharray: 60 60;
}

.line3 {
  stroke-dasharray: 60 207;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .right-side {
    margin-top: 20px;
  }
  .right-side a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .main-header .navbar {
    background: white;
    padding: 0;
  }
  .main-header .navbar .navbar-brand img {
    width: 70px;
  }
  header .navbar-nav {
    margin: 20px 0 !important;
    text-align: center;
  }
  header .right-side {
    margin: 20px;
  }
}
footer {
  padding: 100px 0;
  background: rgba(0, 166, 62, 0.0392156863);
  background-image: url(../images/footer-left-img.png);
  background-repeat: no-repeat;
  width: 100%;
  background-position: left;
}

.footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  max-width: 266px;
  margin: 20px 0;
}
.footer-text a {
  text-decoration: none;
  color: #555555;
}

.footer-content .ft-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 60px;
}

.footer-widget h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 17.6px;
  color: #e0131f;
  margin-bottom: 20px;
}
.footer-widget p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}
.footer-widget span {
  font-size: 13px;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 4px 10px;
  border-radius: 50px;
  color: #555555;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 20px;
}
.footer-widget ul li {
  margin-bottom: 6px;
}
.footer-widget ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #555555;
  text-decoration: none;
}
.footer-widget ul li a:hover {
  text-decoration: underline;
}
.footer-widget ul li a .tiktok-icon {
  width: 22px;
}
.footer-widget ul li a i {
  font-size: 24px;
  color: #149741;
}
.footer-widget ul li a .ri-facebook-fill {
  color: #1877F2;
}
.footer-widget ul li a .ri-instagram-line {
  color: #E4405F;
}
.footer-widget ul li a .ri-linkedin-box-fill {
  color: #0A66C2;
}
.footer-widget ul li a .ri-youtube-fill {
  color: #FF0000;
}
.footer-widget ul li a .ri-tiktok-fill {
  color: #010101;
}
.footer-widget ul li a .ri-twitter-fill,
.footer-widget ul li a .ri-twitter-x-fill {
  color: #000000;
}
.footer-widget .icon-text {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.footer-widget .icon-text .bg-icon {
  background-color: #149741;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}
.footer-widget .icon-text .bg-icon i {
  font-size: 16px;
  color: #ffffff;
}

.footer-copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.footer-copyright .copyright-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.footer-copyright .copyright-flex p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  margin-bottom: 0;
}
.footer-copyright .copyright-flex p span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #e0131f;
}
.footer-copyright .copyright-flex .privacty-terms {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-copyright .copyright-flex .privacty-terms a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7a7a7a;
  text-decoration: none;
}

.ft-logo img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 10px;
  }
  .footer-text {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
  }
  .footer-widget ul li {
    margin-bottom: 0;
  }
  .footer-widget ul li a {
    font-size: 14px;
    font-weight: 500;
  }
  .footer-widget .social-icon {
    margin-bottom: 0px;
    gap: 10px;
  }
  .footer-widget .social-icon a {
    font-size: 14px;
    font-weight: 500;
  }
  .footer-widget .social-icon a img {
    width: 32px;
  }
  .footer-copyright .copyright-flex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer-copyright .copyright-flex p {
    font-size: 12px;
    font-weight: 500;
  }
}
.form-group label {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 5px;
}
.form-group select {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 8px 10px;
}

.contact-form {
  max-width: 630px;
  margin: auto;
}
.contact-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 5px;
}
.contact-form input {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.contact-form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.4);
}
.contact-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.contact-form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.4);
}

.map img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
  }
}
.custom-dropdown {
  position: relative;
  min-width: 250px;
}

.dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.375rem 0 0 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dropdown-selected:hover {
  background-color: #e9ecef;
}

.dropdown-selected.active {
  background-color: white;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-search {
  padding: 10px 12px;
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa;
  display: block !important;
}

.dropdown-search input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  display: block !important;
}

.dropdown-search input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.dropdown-option {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.dropdown-option:hover {
  background-color: #f8f9fa;
}

.dropdown-option.selected {
  background-color: #e3f2fd;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  border-radius: 2px;
  object-fit: cover;
}

.option-text {
  font-size: 14px;
  color: #495057;
}

.selected-text {
  font-size: 14px;
  color: #495057;
}

.input-group .form-control {
  border-left: none;
}

.input-group .form-control:focus {
  border-left: none;
  box-shadow: none;
}

/* Custom scrollbar for dropdown */
.dropdown-options::-webkit-scrollbar {
  width: 6px;
}

.dropdown-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.dropdown-options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.dropdown-options::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

@media screen and (max-width: 767px) {
  .custom-dropdown {
    min-width: 150px;
  }
  .dropdown-options {
    width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
