.category-sidebar {
  background: linear-gradient(71.89deg, #F3801F 2.56%, #F8AD4C 100%);
  overflow-y: auto;
  padding: 16px;
  border-radius: 8px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: #F3801F transparent;
  scrollbar-gutter: stable;
}
@media (max-width: 768px) {
  .category-sidebar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .category-sidebar::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
  }
  .category-sidebar::-webkit-scrollbar-thumb {
    background-color: #f37021;
    border-radius: 10px;
  }
}
.category-sidebar::-webkit-scrollbar {
  width: 3px;
  transition: all 0.3s ease;
}
.category-sidebar .widget-title {
  font-size: 1.1rem;
}
.category-sidebar ul {
  font-weight: medium;
}
@media (max-width: 1149px) {
  .category-sidebar {
    height: 200px;
  }
  .category-sidebar .Banner {
    margin-top: 12px;
  }
  .category-sidebar .banner-section {
    gap: 12px;
  }
}
@media (min-width: 1145px) and (max-width: 1199px) {
  .category-sidebar {
    height: 390px;
  }
  .category-sidebar .Banner {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .category-sidebar {
    height: 443px;
  }
}
@media (min-width: 1401px) {
  .category-sidebar {
    height: 498px;
  }
}

.sidebar,
.banners {
  padding-top: 8px;
  margin: 0;
}

.sidebar {
  padding-top: 16px;
  padding-left: 0;
  padding-right: 4px;
}

.banners {
  padding-right: 0;
}

.category-list .category-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin: 0.25rem 0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  color: #6c757d;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.category-list .category-link::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  margin-left: auto;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.category-list .category-link:hover, .category-list .category-link:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  transform: translateX(5px);
  padding-left: 1rem;
  text-decoration: none;
}
.category-list .category-link:hover::after, .category-list .category-link:focus::after {
  opacity: 1;
  transform: translateX(0);
}
.category-list .category-link:hover::before, .category-list .category-link:focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  pointer-events: none;
}
.category-list .category-link:active {
  transform: translateX(5px) scale(0.98);
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-categories {
  padding-right: 4px;
}

@media (max-width: 1145px) {
  .banners-wrapper,
  .sidebar-categories {
    width: 100%;
  }
  .sidebar-categories {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 32px;
  }
  .hero-top-sm,
  .hero-top-lg {
    margin-top: 0;
    margin-right: 0;
  }
}
.hero-top-lg,
.hero-top-sm {
  padding: 8px;
  padding-bottom: 16px;
  padding-top: 0;
}

.hero-banner-item,
.sub-banner-item {
  display: block;
  position: relative;
}
.hero-banner-item a,
.sub-banner-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.hero-banner-item img,
.sub-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

/* Specific heights for different banner types */
.col-md-8 .hero-banner-item {
  height: 100%;
}

.col-md-4 .hero-banner-item {
  height: 100%;
}

.sub-banner-item {
  height: 109px;
}

.super-deals-section {
  margin-top: 4rem;
  border-radius: 20px;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .super-deals-section {
    padding: 3rem 1rem;
  }
}

.super-deals-title {
  font-size: 40px;
  font-weight: 700;
  color: #212529;
  text-align: center;
  margin-bottom: 3rem;
}

.super-deals-content {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) 2.5fr;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .super-deals-content {
    grid-template-columns: 1fr;
  }
}

.super-deals-banner a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
}
.super-deals-banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 900px) {
  .super-deals-banner {
    height: 100%;
  }
}

.super-deals-product-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.super-deals-product-container .product-item {
  width: 100%;
}
.super-deals-product-container .product-card .product-badge {
  font-size: 0.65rem;
  padding: 0.25rem 0.5rem;
  top: 0.75rem;
  left: 0.75rem;
  border-radius: 16px;
}
.super-deals-product-container .product-card .product-image-link {
  background-color: #f0f0f0;
}
.super-deals-product-container .product-card .product-title {
  font-size: 1rem;
  min-height: auto;
  line-height: 1.3;
}
.super-deals-product-container .product-card .price-wrapper {
  font-size: 0.75rem;
}
.super-deals-product-container .product-card .price-wrapper .sale-price {
  font-size: 1rem;
  margin-bottom: 0.1em;
}
.super-deals-product-container .product-card .price-wrapper .regular-price,
.super-deals-product-container .product-card .price-wrapper .discount-percentage {
  font-size: 0.7rem;
}
.super-deals-product-container .product-card .price-wrapper .sale-price-discounted-wrapper {
  gap: 0.3rem;
}
@media (max-width: 767.98px) {
  .super-deals-product-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .super-deals-product-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.btn-view-more {
  display: inline-flex;
  align-items: center;
  padding: 8px 1.5rem;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  background-color: transparent;
  border: 1px solid #212529;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn-view-more:visited {
  color: initial;
}
.btn-view-more:hover, .btn-view-more:focus {
  background: linear-gradient(71.89deg, #F3801F 2.56%, #F8AD4C 100%);
  color: #fff;
  border-color: #F3801F;
}
.btn-view-more .arrow-icon {
  margin-left: 0.5rem;
  transition: transform 0.2s ease-in-out;
}
.btn-view-more:hover .arrow-icon {
  transform: translateX(3px);
}

.btn-apply {
  align-items: center;
  padding: 8px 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #212529;
  background-color: transparent;
  border: 1px solid #212529;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn-apply:hover, .btn-apply:focus {
  background: linear-gradient(71.89deg, #F3801F 2.56%, #F8AD4C 100%);
  color: #fff;
  border-color: #F3801F;
}
.btn-apply .arrow-icon {
  margin-left: 0.5rem;
  transition: transform 0.2s ease-in-out;
}
.btn-apply:hover .arrow-icon {
  transform: translateX(3px);
}

.btn-apply-slider {
  background: linear-gradient(71.89deg, #F3801F 2.56%, #F8AD4C 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
}
.btn-apply-slider:hover, .btn-apply-slider:focus {
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(248, 173, 76, 0.2);
}

.button-linear {
  display: inline-block;
  background: linear-gradient(71.89deg, #F3801F 2.56%, #F8AD4C 100%);
  background-size: 200% auto;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  border: none;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(243, 128, 31, 0.1);
  overflow: hidden;
  isolation: isolate;
}
.button-linear::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(251.89deg, #F8AD4C 2.56%, #F3801F 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.button-linear::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 55%, transparent 100%);
  transform: translateX(-100%) rotate(35deg);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button-linear:hover, .button-linear:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(248, 173, 76, 0.2);
  color: white;
}
.button-linear:hover::before, .button-linear:focus::before {
  opacity: 1;
}
.button-linear:hover::after, .button-linear:focus::after {
  transform: translateX(100%) rotate(35deg);
}
.button-linear:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(248, 173, 76, 0.15);
}

.btn-view-more-news {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: #f37021;
  transition: all 0.2s ease-in-out;
}
.btn-view-more-news.bi:hover {
  transform: translateY(2px);
}

.new-products-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
.new-products-section .section-header {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .new-products-section .section-header {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .new-products-section .section-header .btn-view-more {
    margin-left: auto;
    margin-right: auto;
  }
}
.new-products-section .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.75rem;
}
.new-products-section .section-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 1.5rem;
  max-width: 350px;
}
@media (max-width: 991.98px) {
  .new-products-section .section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
.new-products-section .products-slider-wrapper {
  position: relative;
}
@media (max-width: 575.98px) {
  .new-products-section .products-slider-wrapper {
    margin: 0;
  }
}
.new-products-section .products-slider-wrapper .swiper-button-prev {
  opacity: 0;
}
.new-products-section .products-slider-wrapper .swiper-button-next,
.new-products-section .products-slider-wrapper .swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 38%;
  z-index: 10;
  border: 1px solid rgb(226, 226, 226);
  margin-top: 0;
}
.new-products-section .products-slider-wrapper .swiper-button-next::after,
.new-products-section .products-slider-wrapper .swiper-button-prev::after {
  display: none;
}
.new-products-section .products-slider-wrapper .swiper-button-next svg,
.new-products-section .products-slider-wrapper .swiper-button-prev svg {
  width: 12px;
  height: auto;
}
.new-products-section .products-slider-wrapper .swiper-button-next svg path,
.new-products-section .products-slider-wrapper .swiper-button-prev svg path {
  stroke: #212529;
}
.new-products-section .products-slider-wrapper .swiper-button-next:hover,
.new-products-section .products-slider-wrapper .swiper-button-prev:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.new-products-section .products-slider-wrapper .swiper-button-prev {
  left: 10px;
  transform: translateX(30%);
}
.new-products-section .products-slider-wrapper .swiper-button-next {
  right: 1em;
  transform: translateX(-30%);
  opacity: 1 !important;
}
.new-products-section .products-slider-wrapper:hover .swiper-button-prev {
  opacity: 1;
}
.new-products-section .products-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 1.5rem;
  padding: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.new-products-section .products-scroll-container::-webkit-scrollbar {
  display: none;
}

.popular-products-section {
  background-color: #ffffff;
  margin-top: 4rem;
  border-radius: 24px;
  margin-bottom: 4rem;
}
.popular-products-section .product-badge {
  position: absolute;
  top: 4px !important;
}
.popular-products-section .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.popular-products-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  text-align: center;
  margin-bottom: 32px;
}

.popular-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.popular-products-grid .product-item.initially-hidden {
  display: none;
}
.popular-products-grid .product-item {
  width: 100%;
}
.popular-products-grid .product-card .best-seller-badge {
  background-color: #FF4D4F;
  color: #fff;
}
.popular-products-grid #toggle-popular-products .arrow-up-icon {
  display: none;
}
.popular-products-grid #toggle-popular-products.expanded .arrow-down-icon {
  display: none;
}
.popular-products-grid #toggle-popular-products.expanded .arrow-up-icon {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .popular-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14.4px;
  }
}
@media (max-width: 767.98px) {
  .popular-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.popular-products-footer {
  text-align: center;
  margin-top: 32px;
}

.btn-view-more-popular .arrow-down-icon,
.btn-view-more-popular .arrow-up-icon {
  margin-left: 1rem;
  width: 10px;
  height: auto;
  transition: transform 0.2s ease-in-out;
}

.tabs-navigation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 1rem;
}

.tab-nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  position: relative;
  z-index: 2;
  background-color: rgb(247, 247, 247);
  color: rgb(117, 117, 117);
  border: 1px solid rgb(226, 226, 226);
}
.tab-nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 400%;
  background-color: rgb(226, 226, 226);
  transform: translateY(-50%);
  z-index: 1;
}
.tab-nav-item span {
  position: relative;
  z-index: 1;
}
.tab-nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: transparent;
  transform: translateY(-50%);
  z-index: 2;
  transition: background-color 0.3s ease;
}
.tab-nav-item:not(:first-child)::before {
  right: calc(100% + 1px);
}
.tab-nav-item.active {
  background-color: rgb(253, 230, 211);
  color: #F3801F;
  border-color: rgb(243, 128, 31);
}
.tab-nav-item.active:not(:last-child):not(:first-child)::before {
  background-color: rgb(243, 128, 31);
  transition: all 2s ease-in-out;
}
.tab-nav-item.completed:not(.active) {
  border-color: rgb(243, 128, 31);
  background-color: rgb(253, 230, 211);
  color: rgb(243, 128, 31);
}
.tab-nav-item.completed:not(.active)::after {
  background-color: rgb(243, 128, 31);
}
.tab-nav-item.completed:not(.active):hover {
  background-color: rgb(250.7826086957, 202.2826086957, 162.2173913043);
  border-color: rgb(161.6861313869, 160.3138686131, 160.3138686131);
}
.tab-nav-item:hover:not(.active) {
  background-color: rgb(239.35, 239.35, 239.35);
  border-color: rgb(161.6861313869, 160.3138686131, 160.3138686131);
}

@media (max-width: 767.98px) {
  .tab-nav-item {
    font-size: 12px !important;
    padding: 8px 12px;
    white-space: nowrap;
  }
}
@media (min-width: 475px) and (max-width: 674px) {
  .tab-nav-item:not(:last-child)::after {
    width: 130%;
  }
}
@media (min-width: 675px) and (max-width: 991px) {
  .tab-nav-item:not(:last-child)::after {
    width: 200%;
  }
}
@media (min-width: 992px) and (max-width: 1045px) {
  .tab-nav-item:not(:last-child)::after {
    width: 320%;
  }
}
@media (min-width: 992px) and (max-width: 1045px) {
  .tab-nav-item:not(:last-child)::after {
    width: 320%;
  }
}
@media (min-width: 1046px) and (max-width: 1199px) {
  .tab-nav-item:not(:last-child)::after {
    width: 290%;
  }
}
@media (max-width: 467px) {
  .tab-nav-item:not(:last-child)::after {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .tab-nav-item {
    font-size: 11px !important;
    padding: 6px 10px;
  }
  .tab-nav-item:not(:last-child)::after {
    width: 75%;
  }
}
.tab-content-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 32px;
}
.tab-content-panel.active {
  display: grid;
}
.tab-content-panel .panel-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.tab-content-panel .panel-text-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0;
}
.tab-content-panel .panel-text-content p {
  font-size: 20px;
  color: rgb(117, 117, 117);
  margin-bottom: 0;
}
.tab-content-panel .panel-image-content img {
  width: 100%;
  height: 277px;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes fadeInPanel {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.smart-solutions-section {
  position: relative;
  overflow: hidden;
}
.smart-solutions-section .solutions-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.smart-solutions-section .solutions-header {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
.smart-solutions-section .solutions-header .solutions-title {
  font-size: 40px;
  font-weight: 700;
}
.smart-solutions-section .solutions-header .solutions-subtitle {
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  color: rgb(117, 117, 117) !important;
}
.smart-solutions-section .solutions-tabs-wrapper .tabs-navigation-container {
  margin-bottom: 32px;
}
.smart-solutions-section .decorative-border-background {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 1400px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .smart-solutions-section .solutions-tabs-wrapper .tab-content-panel {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
  }
  .smart-solutions-section .solutions-tabs-wrapper .tab-content-panel .panel-image-content {
    order: -1;
    margin-bottom: 1.5rem;
  }
  .smart-solutions-section .solutions-tabs-wrapper .panel-text-content {
    padding-top: 0;
  }
  .smart-solutions-section .solutions-tabs-wrapper .panel-text-content h3 {
    font-size: 24px;
  }
  .smart-solutions-section .solutions-tabs-wrapper .panel-text-content p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .smart-solutions-section .solutions-header {
    margin-bottom: 2.5rem;
  }
  .smart-solutions-section .solutions-header .solutions-title {
    font-size: 1.8rem;
  }
  .smart-solutions-section .solutions-header .solutions-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
}

.featured-posts-section {
  background-color: transparent;
  padding: 3rem 0;
  margin-bottom: 3rem;
}
.featured-posts-section .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.featured-posts-title {
  font-size: 40px;
  font-weight: 700;
  color: #212529;
  text-align: center;
  margin-bottom: 32px;
}

.featured-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-items: center;
}
.featured-posts-grid > *:nth-child(3n+2) {
  position: relative;
  top: 30px;
}
@media (max-width: 991.98px) {
  .featured-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
  }
  .featured-posts-grid > *:nth-child(3n+2) {
    top: 0;
  }
  .featured-posts-grid .fixed-location-badge {
    margin: 8px !important;
    font-size: 12px;
  }
  .featured-posts-grid > *:nth-child(even) {
    position: relative;
    top: 30px;
  }
}
@media (max-width: 767.98px) {
  .featured-posts-grid {
    gap: 8px;
  }
  .featured-posts-grid > *:nth-child(n) {
    top: 0;
  }
}

.post-card-item {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1;
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s cubic-bezier(0.25, 0, 0.25, 1);
}
.post-card-item:hover, .post-card-item:focus-within {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}
.post-card-item:hover .post-card-overlay, .post-card-item:focus-within .post-card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.1) 100%);
}
.post-card-item:hover .post-arrow-icon, .post-card-item:focus-within .post-arrow-icon {
  transform: translateX(6px);
}

.post-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.35s ease-in-out;
  z-index: 1;
  border-radius: 12px;
}

.post-category-badge.fixed-location-badge {
  position: absolute;
  margin: 16px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  right: 0;
  background-color: rgb(30, 155, 40);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 50px;
  z-index: 2;
  line-height: 1.1;
  text-align: center;
}

.post-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  z-index: 2;
  display: flex;
  align-items: center;
}

.post-title-text {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.3;
  margin-right: 1rem;
}

.post-arrow-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-arrow-icon svg {
  width: 18px;
  height: auto;
}
.post-arrow-icon svg path {
  stroke: #FFFFFF;
}

.no-posts-found {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem;
  color: #212529;
  font-style: italic;
}

.news-section {
  background-color: #FFFFFF;
}
.section-header-news {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 32px;
}
@media screen and (max-width: 379px) {
  .section-header-news {
    align-items: flex-end;
  }
}

.section-title-news {
  font-size: 40px;
  font-weight: 700;
  color: #212529;
  margin: 0;
}

.btn-view-all-news {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #212529;
  background-color: transparent;
  border: 1px solid #212529;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn-view-all-news .arrow-icon {
  margin-left: 0.75rem;
  width: 14px;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
.btn-view-all-news:hover, .btn-view-all-news:focus {
  background-color: #212529;
  color: #FFFFFF;
  border-color: #212529;
  border-radius: 5px;
}
.btn-view-all-news:hover .arrow-icon, .btn-view-all-news:focus .arrow-icon {
  transform: translateX(4px);
}

.news-layout-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .news-layout-grid {
    grid-template-columns: 1fr;
  }
}

.news-item-image-link {
  border-radius: 8px;
}

.news-item {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.news-item .news-item-image-link {
  border-radius: 8px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.news-item .news-item-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.news-item .news-item-image-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  border-radius: 8px;
}
.news-item .news-item-image-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10L30 20L20 30' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 20H30' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.news-item .news-item-content {
  padding-top: 12px;
  transition: transform 0.3s ease-in-out;
}
.news-item .news-item-title {
  font-weight: 700;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}
.news-item .news-item-title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important; /* Number of lines to show */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.news-item .news-item-title a:hover {
  color: #F3801F;
}
.news-item:hover .news-item-image-link img {
  transform: scale(1.03);
}
.news-item:hover .news-item-image-link::before {
  opacity: 1;
}
.news-item:hover .news-item-image-link::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.news-item:hover .news-item-title {
  color: #F3801F;
}
.news-item:hover .news-item-title a {
  color: #F3801F;
}

.news-item-featured .news-item-image-link {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.news-item-featured .news-item-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.news-item-featured .news-item-content {
  background-color: #FFFFFF;
  border-radius: 8px;
}
.news-item-featured .news-item-title {
  font-size: 1.5rem;
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}
.news-item-featured .news-item-title a {
  color: #212529;
  display: inline-block;
}
.news-item-featured .news-item-excerpt {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6c757d;
  transition: color 0.3s ease-in-out;
  margin-top: 4px;
}
.news-item-featured .news-item-meta {
  margin-top: 4px;
}
.news-item-featured:hover .news-item-image-link img {
  transform: scale(1.03);
}
.news-item-featured:hover .news-item-image-link::before {
  opacity: 1;
}
.news-item-featured:hover .news-item-title {
  transform: translateX(10px);
}
.news-item-featured:hover .news-item-excerpt {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678);
}

.news-item-grid-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .news-item-grid-right {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .news-item-grid-right {
    grid-template-columns: 1fr;
  }
}

.news-item-small {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.news-item-small .news-item-image-link {
  aspect-ratio: 16/10;
  position: relative;
  background-color: #f0f0f0;
}
.news-item-small .news-item-badge-small {
  border-radius: 8px;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background-color: #ffd700;
  color: #212529;
  font-size: 0.65rem;
  font-weight: 500;
  padding: 0.3rem 0.75rem;
  line-height: 1;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.news-item-small .news-item-content {
  background-color: #FFFFFF;
  flex-grow: 1;
}
.news-item-small .news-item-title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.6em;
}
.news-item-small:hover {
  transform: translateY(-5px);
}
.news-item-small:hover .news-item-badge-small {
  transform: translateY(-3px);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.contact-cta-section {
  position: relative;
  padding: 5rem 0;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

.contact-cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("path/to/your/contact-section-background.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.contact-cta-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 30, 35, 0.75);
}

.contact-cta-container {
  position: relative;
  z-index: 2;
}

.contact-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.contact-cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.contact-cta-subtitle {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
  opacity: 0.9;
}

.quick-contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 750px) {
  .quick-contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 16px;
  }
}
.quick-contact-form .form-group {
  text-align: left;
}
.quick-contact-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.quick-contact-form .form-group input[type=text],
.quick-contact-form .form-group input[type=tel] {
  width: 100%;
  height: 44px;
  padding: 0px 12px;
  font-size: 0.95rem;
  color: #212529;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.quick-contact-form .form-group input[type=text]::placeholder,
.quick-contact-form .form-group input[type=tel]::placeholder {
  color: #6c757d;
  opacity: 1;
}
.quick-contact-form .form-group input[type=text]:focus,
.quick-contact-form .form-group input[type=tel]:focus {
  outline: none;
  border-color: #F3801F;
  box-shadow: 0 0 0 3px rgba(243, 128, 31, 0.25);
}
.quick-contact-form .btn-submit-contact {
  background-color: #F3801F;
  color: #FFFFFF;
  border: none;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.quick-contact-form .btn-submit-contact:hover, .quick-contact-form .btn-submit-contact:focus {
  background-color: rgb(211.6610169492, 102.9957627119, 11.3389830508);
  outline: none;
}

.contact-form-response {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 0.25rem;
  font-weight: 500;
}
.contact-form-response.success {
  background-color: rgb(195.7028985507, 240.7971014493, 206);
  color: rgb(25.2173913043, 105.2826086957, 43.5);
  border: 1px solid rgb(35.0724637681, 146.4275362319, 60.5);
}
.contact-form-response.error {
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266);
  border: 1px solid rgb(210.9493670886, 36.5506329114, 53.2594936709);
}

.register-for-advice {
  padding: 12px 16px;
}

.form-group:not(:last-child) {
  margin-bottom: 16px;
}

.brand-item img {
  max-width: 224px;
}

.featured-brands-title {
  font-size: 40px;
  font-weight: 700;
}

.featured-brands-section {
  background-color: rgb(247, 247, 247);
  border-radius: 16px;
}

/*# sourceMappingURL=front-page.css.map */
