/*-----------------------------------------------------------
	* Template Name    : Multirent - Multipurpose / Equipment Rental Website
	* Author           : KreativDev
	* File Description : This file contains the styling for the actual template, this
						is the file you need to edit to change the look of the
						template.
*------------------------------------------------------------*/
/* -----------------------------------------
    Variables CSS
----------------------------------------- */
@import url("home/home-1.css");
@import url("home/home-2.css");
@import url("home/home-3.css");
@import url("home/home-4.css");
@import url("home/home-5.css");
@import url("home/home-6.css");
@import url("home/home-7.css");

/* -----------------------------------------
	Hero Banner CSS
----------------------------------------- */
.hero-banner {
  position: relative;
  z-index: 1;
}
.hero-banner .banner-content {
  max-width: 700px;
}
.hero-banner .banner-content .subtitle {
  display: inline-block;
}
.hero-banner .banner-content .text,
.hero-banner .banner-content p {
  font-size: var(--font-lg);
  max-width: 540px;
  margin-bottom: 0;
}
.hero-banner .banner-filter-form {
  position: relative;
  max-width: 840px;
  z-index: 11;
}
.hero-banner .banner-filter-form .grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hero-banner .banner-filter-form .grid .item {
  flex: 0 0 auto;
  width: calc(25% - 10px);
  padding-inline-start: 15px;
  border-inline-start: 2px solid var(--border-color-2);
}
.hero-banner .banner-filter-form .grid .item:first-child, .hero-banner .banner-filter-form .grid .item:last-child {
  padding: 0;
  border: unset;
}
.hero-banner .banner-filter-form .form-wrapper {
  background-color: var(--bg-white);
  box-shadow: var(--shadow-md);
}
.hero-banner .banner-filter-form label {
  color: var(--text-medium);
  margin-bottom: 20px;
  line-height: 1;
}
.hero-banner .banner-filter-form .form-block {
  position: relative;
}
.hero-banner .banner-filter-form .form-block .form-control,
.hero-banner .banner-filter-form .form-block select,
.hero-banner .banner-filter-form .form-block .niceselect {
  padding-inline-start: 25px;
}
.hero-banner .banner-filter-form .form-block .icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  width: 25px;
  font-size: var(--font-sm);
}
.hero-banner .banner-filter-form .niceselect,
.hero-banner .banner-filter-form .form-control {
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%;
  line-height: normal;
  padding-inline-start: 0;
  width: calc(100% - 20px);
  font-size: var(--font-base);
  color: var(--text-medium);
  font-weight: var(--font-normal);
  background: transparent;
  font-size: var(--font-sm);
}
.hero-banner .banner-filter-form .niceselect .list,
.hero-banner .banner-filter-form .form-control .list {
  left: -20px;
  width: 200px;
  color: var(--text-medium);
  border-radius: 3px;
  box-shadow: 0px 0px 30px 0px rgba(var(--color-dark-rgb), 0.15);
}
.hero-banner .banner-filter-form .nice-select .list li,
.hero-banner .banner-filter-form .form-control .list li {
  line-height: 30px;
  min-height: 30px;
}
.hero-banner .banner-filter-form .nice-select::after {
  border-color: var(--text-medium);
  position: relative;
  display: inline-block;
  margin-inline-start: 5px;
  top: -3px;
}
.hero-banner .home-slider {
  position: relative;
  z-index: 2;
}
.hero-banner .home-img-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-banner .home-img-slider .swiper-slide .bg-img{
  background-size: cover;
}

/* -----------------------------------------
    Works CSS
----------------------------------------- */
.works-area {
  position: relative;
  overflow: hidden;
}

.works-area_v1 {
  z-index: 2;
  margin-top: -50px;
}
.works-area_v1 .card {
  margin-top: -1px;
  border-radius: 0;
  transition: all 0.3s;
}
.works-area_v1 .card .card_icon {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  transition: all 0.4s;
  z-index: 1;
}
.works-area_v1 .card .card_icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 30px);
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  z-index: -1;
}
.works-area_v1 .card .card_icon i {
  font-size: 52px;
  color: var(--text-dark);
}
.works-area_v1 .card:hover {
  border-color: transparent !important;
  box-shadow: var(--shadow-md);
}
.works-area_v1 .card:hover .card_icon {
  width: 100%;
}

.works-area_v2 .card {
  padding: 5px 25px 25px;
  border-radius: 0;
  margin-top: 10px;
  transition: all 0.3s;
}
.works-area_v2 .card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 33.3333333333%;
  margin-inline-start: auto;
  margin-inline-end: 0;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}
.works-area_v2 .card .card_icon {
  --size: 80px;
  position: relative;
  margin-top: 25px;
  padding-top: 5px;
  padding-inline-start: 5px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  color: var(--color-primary);
  z-index: 1;
}
.works-area_v2 .card .card_icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 5px;
  background-color: rgba(var(--color-primary-rgb), 0.1);
  transform: skewX(-5deg);
  z-index: -1;
}
.works-area_v2 .card .card_icon i {
  font-size: 36px;
}
.works-area_v2 .card .card_number {
  --size: 50px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  margin-inline-start: 25px;
  margin-inline-end: auto;
  color: var(--text-dark);
  font-size: var(--font-size--h5);
  font-weight: var(--font-semi-bold);
  background-color: var(--bg-white);
}
.works-area_v2 .card:hover {
  border-color: transparent !important;
  box-shadow: var(--shadow-md);
}
.works-area_v2 .item:nth-child(1) .card::before {
  background-color: #53E7FF;
}
.works-area_v2 .item:nth-child(1) .card_icon {
  color: #53E7FF;
}
.works-area_v2 .item:nth-child(1) .card_icon::before {
  background-color: rgba(83, 231, 255, 0.1);
}
.works-area_v2 .item:nth-child(2) .card::before {
  background-color: #7C4FFF;
}
.works-area_v2 .item:nth-child(2) .card_icon {
  color: #7C4FFF;
}
.works-area_v2 .item:nth-child(2) .card_icon::before {
  background-color: rgba(124, 79, 255, 0.1);
}
.works-area_v2 .item:nth-child(3) .card::before {
  background-color: #FF5397;
}
.works-area_v2 .item:nth-child(3) .card_icon {
  color: #FF5397;
}
.works-area_v2 .item:nth-child(3) .card_icon::before {
  background-color: rgba(255, 83, 151, 0.1);
}
.works-area_v2 .item:nth-child(4) .card::before {
  background-color: #FFB228;
}
.works-area_v2 .item:nth-child(4) .card_icon {
  color: #FFB228;
}
.works-area_v2 .item:nth-child(4) .card_icon::before {
  background-color: rgba(255, 178, 40, 0.1);
}
.works-area_v2 .item:nth-child(5) .card::before {
  background-color: #18D174;
}
.works-area_v2 .item:nth-child(5) .card_icon {
  color: #18D174;
}
.works-area_v2 .item:nth-child(5) .card_icon::before {
  background-color: rgba(24, 209, 116, 0.1);
}
.works-area_v2 .item:nth-child(6) .card::before {
  background-color: #FF60A8;
}
.works-area_v2 .item:nth-child(6) .card_icon {
  color: #FF60A8;
}
.works-area_v2 .item:nth-child(6) .card_icon::before {
  background-color: rgba(255, 96, 168, 0.1);
}
.works-area_v2 .item:nth-child(7) .card::before {
  background-color: #E74C3C;
}
.works-area_v2 .item:nth-child(7) .card_icon {
  color: #E74C3C;
}
.works-area_v2 .item:nth-child(7) .card_icon::before {
  background-color: rgba(231, 76, 60, 0.1);
}
.works-area_v2 .item:nth-child(8) .card::before {
  background-color: #3C8CE7;
}
.works-area_v2 .item:nth-child(8) .card_icon {
  color: #3C8CE7;
}
.works-area_v2 .item:nth-child(8) .card_icon::before {
  background-color: rgba(60, 140, 231, 0.1);
}
.works-area_v2 .item:nth-child(9) .card::before {
  background-color: #FFAA85;
}
.works-area_v2 .item:nth-child(9) .card_icon {
  color: #FFAA85;
}
.works-area_v2 .item:nth-child(9) .card_icon::before {
  background-color: rgba(255, 170, 133, 0.1);
}
.works-area_v2 .item:nth-child(10) .card::before {
  background-color: #3C8CE7;
}
.works-area_v2 .item:nth-child(10) .card_icon {
  color: #3C8CE7;
}
.works-area_v2 .item:nth-child(10) .card_icon::before {
  background-color: rgba(60, 140, 231, 0.1);
}

.works-area_v3 .card {
  border: 1px solid transparent;
  z-index: 1;
}
.works-area_v3 .card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  margin-inline-start: auto;
  margin-inline-end: 25px;
  background-color: var(--bg-3);
  z-index: -1;
}
.works-area_v3 .card .card_icon {
  --size: 60px;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  color: var(--color-primary);
  z-index: 1;
}
.works-area_v3 .card .card_icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  margin-inline-start: 0;
  margin-inline-end: auto;
  background-color: var(--bg-white);
  border-radius: var(--radius-sm);
  transition: all 0.3s;
  z-index: -1;
}
.works-area_v3 .card .card_icon i {
  font-size: 36px;
}
.works-area_v3 .card .card_icon img {
  max-width: 36px;
}
.works-area_v3 .card .card_number {
  color: transparent;
  webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--text-dark);
  -webkit-text-stroke-width: 1px;
  transition: all 0.3s;
}
.works-area_v3 .card:hover {
  border-color: var(--border-color);
}
.works-area_v3 .card:hover .card_icon::before {
  width: 100%;
}
.works-area_v3 .card:hover .card_number {
  color: var(--text-dark);
}

.works-area_v4 .card {
  background-color: transparent;
}
.works-area_v4 .card_number {
  --size: 60px;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background-color: var(--bg-3);
}
.works-area_v4 .card_number * {
  transition: color 0.3s;
}
.works-area_v4 .card_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.works-area_v4 .card_shape svg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: all 0.3s;
}
.works-area_v4 .card_shape svg * {
  fill: var(--bg-2);
  stroke: var(--border-color);
  transition: all 0.3s;
}
.works-area_v4 .card:hover {
  border-color: var(--border-color);
}
.works-area_v4 .card:hover .card_number * {
  color: var(--color-primary);
}
.works-area_v4 .card:hover .card_shape svg * {
  stroke: var(--color-primary);
}

.works-area_v5 .card {
  padding-block: 25px;
  border-radius: 0;
  transition: all 0.6s;
  z-index: 1;
}
.works-area_v5 .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 33.3333333333%;
  margin-inline-start: auto;
  margin-inline-end: 0;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.6s;
}
.works-area_v5 .card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 5px;
  margin-inline-start: auto;
  margin-inline-end: calc(33.3333333333% + 2px);
  background-color: var(--color-primary);
  transform: skewX(-30deg);
  transition: all 0.6s;
}
.works-area_v5 .card_icon {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
  color: var(--color-primary);
}
.works-area_v5 .card_icon i {
  font-size: 36px;
  transition: all 0.6s;
}
.works-area_v5 .card_number {
  padding: 10px 20px;
  color: var(--text-white);
  font-size: var(--font-size--h4);
  font-weight: var(--font-semi-bold);
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  transition: all 0.6s;
}
.works-area_v5 .card_content {
  padding-inline: 20px;
}
.works-area_v5 .card_title {
  transition: all 0.6s;
}
.works-area_v5 .card_shape {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 20px);
  transition: all 0.3s;
  z-index: -1;
}
.works-area_v5 .card_shape svg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.works-area_v5 .card_shape svg * {
  fill: rgba(var(--color-white-rgb), 0.2);
  transition: all 0.3s;
}
.works-area_v5 .card:hover {
  background-color: var(--color-primary);
}
.works-area_v5 .card:hover::before, .works-area_v5 .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .card:hover .card_number {
  color: var(--color-primary);
  background-color: var(--bg-white);
}
.works-area_v5 .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(1) .card::before, .works-area_v5 .item:nth-child(1) .card::after {
  background-color: #FFB053;
}
.works-area_v5 .item:nth-child(1) .card .card_icon {
  color: #FFB053;
}
.works-area_v5 .item:nth-child(1) .card .card_number {
  background-color: #FFB053;
}
.works-area_v5 .item:nth-child(1) .card:hover {
  background-color: #FFB053;
}
.works-area_v5 .item:nth-child(1) .card:hover::before, .works-area_v5 .item:nth-child(1) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(1) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(1) .card:hover .card_number {
  color: #FFB053;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(1) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(2) .card::before, .works-area_v5 .item:nth-child(2) .card::after {
  background-color: #8053FF;
}
.works-area_v5 .item:nth-child(2) .card .card_icon {
  color: #8053FF;
}
.works-area_v5 .item:nth-child(2) .card .card_number {
  background-color: #8053FF;
}
.works-area_v5 .item:nth-child(2) .card:hover {
  background-color: #8053FF;
}
.works-area_v5 .item:nth-child(2) .card:hover::before, .works-area_v5 .item:nth-child(2) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(2) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(2) .card:hover .card_number {
  color: #8053FF;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(2) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(3) .card::before, .works-area_v5 .item:nth-child(3) .card::after {
  background-color: #FF7294;
}
.works-area_v5 .item:nth-child(3) .card .card_icon {
  color: #FF7294;
}
.works-area_v5 .item:nth-child(3) .card .card_number {
  background-color: #FF7294;
}
.works-area_v5 .item:nth-child(3) .card:hover {
  background-color: #FF7294;
}
.works-area_v5 .item:nth-child(3) .card:hover::before, .works-area_v5 .item:nth-child(3) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(3) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(3) .card:hover .card_number {
  color: #FF7294;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(3) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(4) .card::before, .works-area_v5 .item:nth-child(4) .card::after {
  background-color: #18D174;
}
.works-area_v5 .item:nth-child(4) .card .card_icon {
  color: #18D174;
}
.works-area_v5 .item:nth-child(4) .card .card_number {
  background-color: #18D174;
}
.works-area_v5 .item:nth-child(4) .card:hover {
  background-color: #18D174;
}
.works-area_v5 .item:nth-child(4) .card:hover::before, .works-area_v5 .item:nth-child(4) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(4) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(4) .card:hover .card_number {
  color: #18D174;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(4) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(5) .card::before, .works-area_v5 .item:nth-child(5) .card::after {
  background-color: #FFB228;
}
.works-area_v5 .item:nth-child(5) .card .card_icon {
  color: #FFB228;
}
.works-area_v5 .item:nth-child(5) .card .card_number {
  background-color: #FFB228;
}
.works-area_v5 .item:nth-child(5) .card:hover {
  background-color: #FFB228;
}
.works-area_v5 .item:nth-child(5) .card:hover::before, .works-area_v5 .item:nth-child(5) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(5) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(5) .card:hover .card_number {
  color: #FFB228;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(5) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(6) .card::before, .works-area_v5 .item:nth-child(6) .card::after {
  background-color: #FF60A8;
}
.works-area_v5 .item:nth-child(6) .card .card_icon {
  color: #FF60A8;
}
.works-area_v5 .item:nth-child(6) .card .card_number {
  background-color: #FF60A8;
}
.works-area_v5 .item:nth-child(6) .card:hover {
  background-color: #FF60A8;
}
.works-area_v5 .item:nth-child(6) .card:hover::before, .works-area_v5 .item:nth-child(6) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(6) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(6) .card:hover .card_number {
  color: #FF60A8;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(6) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(7) .card::before, .works-area_v5 .item:nth-child(7) .card::after {
  background-color: #E74C3C;
}
.works-area_v5 .item:nth-child(7) .card .card_icon {
  color: #E74C3C;
}
.works-area_v5 .item:nth-child(7) .card .card_number {
  background-color: #E74C3C;
}
.works-area_v5 .item:nth-child(7) .card:hover {
  background-color: #E74C3C;
}
.works-area_v5 .item:nth-child(7) .card:hover::before, .works-area_v5 .item:nth-child(7) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(7) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(7) .card:hover .card_number {
  color: #E74C3C;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(7) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(8) .card::before, .works-area_v5 .item:nth-child(8) .card::after {
  background-color: #3C8CE7;
}
.works-area_v5 .item:nth-child(8) .card .card_icon {
  color: #3C8CE7;
}
.works-area_v5 .item:nth-child(8) .card .card_number {
  background-color: #3C8CE7;
}
.works-area_v5 .item:nth-child(8) .card:hover {
  background-color: #3C8CE7;
}
.works-area_v5 .item:nth-child(8) .card:hover::before, .works-area_v5 .item:nth-child(8) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(8) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(8) .card:hover .card_number {
  color: #3C8CE7;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(8) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(9) .card::before, .works-area_v5 .item:nth-child(9) .card::after {
  background-color: #FFAA85;
}
.works-area_v5 .item:nth-child(9) .card .card_icon {
  color: #FFAA85;
}
.works-area_v5 .item:nth-child(9) .card .card_number {
  background-color: #FFAA85;
}
.works-area_v5 .item:nth-child(9) .card:hover {
  background-color: #FFAA85;
}
.works-area_v5 .item:nth-child(9) .card:hover::before, .works-area_v5 .item:nth-child(9) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(9) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(9) .card:hover .card_number {
  color: #FFAA85;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(9) .card:hover .card_title {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(10) .card::before, .works-area_v5 .item:nth-child(10) .card::after {
  background-color: #3C8CE7;
}
.works-area_v5 .item:nth-child(10) .card .card_icon {
  color: #3C8CE7;
}
.works-area_v5 .item:nth-child(10) .card .card_number {
  background-color: #3C8CE7;
}
.works-area_v5 .item:nth-child(10) .card:hover {
  background-color: #3C8CE7;
}
.works-area_v5 .item:nth-child(10) .card:hover::before, .works-area_v5 .item:nth-child(10) .card:hover::after {
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(10) .card:hover .card_icon {
  color: var(--text-white);
}
.works-area_v5 .item:nth-child(10) .card:hover .card_number {
  color: #3C8CE7;
  background-color: var(--bg-white);
}
.works-area_v5 .item:nth-child(10) .card:hover .card_title {
  color: var(--text-white);
}

/* -----------------------------------------
    Category CSS
----------------------------------------- */
.category-area {
  position: relative;
  overflow: hidden;
}

.category-area_v1 .card {
  z-index: 1;
}
.category-area_v1 .card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  margin-inline: auto;
  background-color: var(--color-primary);
  opacity: 0.1;
  z-index: -1;
}
.category-area_v1 .card .card_icon {
  --size: 70px;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
.category-area_v1 .card .card_icon i {
  font-size: 36px;
}
.category-area_v1 .card .card_icon img {
  max-width: var(--size);
}
.category-area_v1 .card:hover {
  background-color: rgba(var(--color-primary-rgb), 0.1);
}

.category-area_v2 .card .card_icon {
  --size: 188px;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  z-index: 1;
  border-radius: var(--radius-circle);
  border: 1px solid rgba(var(--color-primary-rgb), 0.5);
  transition: all 0.3s;
}
.category-area_v2 .card .card_icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: inherit;
  border: 1px solid rgba(var(--color-primary-rgb), 0.2);
  transition: all 0.3s;
}
.category-area_v2 .card .card_icon i {
  font-size: 36px;
}
.category-area_v2 .card .card_icon img {
  max-width: 60px;
}
.category-area_v2 .card:hover .card_icon {
  background-color: var(--color-primary);
}
.category-area_v2 .card:hover .card_icon::before {
  border: 1px solid rgba(var(--color-white-rgb), 1);
}

/* -----------------------------------------
    Choose CSS
----------------------------------------- */
.choose-area {
  position: relative;
  overflow: hidden;
}

.choose-area_v1 .card {
  margin-top: 20px;
  z-index: 1;
  background-color: transparent;
}
.choose-area_v1 .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
  background-color: var(--bg-white);
  transform: skewX(-5deg);
  z-index: -1;
}
.choose-area_v1 .card_icon {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-inline-start: 30px;
  padding-inline-start: 10px;
  font-size: 34px;
  color: var(--color-primary);
}
.choose-area_v1 .card_icon img {
  max-width: 45px;
}
.choose-area_v1 .card_icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  margin-inline-start: 0;
  margin-inline-end: auto;
  border: 1px solid var(--border-color);
  background-color: var(--bg-white);
  transform: skewX(-7deg);
  z-index: -1;
}

.choose-area_v2 .image {
  position: relative;
  padding-inline-end: 50px;
  padding-bottom: 100px;
}
.choose-area_v2 .image .img-1 img {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.choose-area_v2 .image .img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
.choose-area_v2 .image .img-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-dark);
  -webkit-clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
  opacity: 0.4;
  z-index: 1;
}
.choose-area_v2 .image .img-2 img {
  -webkit-clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}
.choose-area_v2 .item-list .card {
  align-items: start;
  flex-direction: unset;
  gap: 15px;
}
.choose-area_v2 .item-list .card_icon {
  position: relative;
  flex: 0 0 auto;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 20px;
  z-index: 1;
}
.choose-area_v2 .item-list .card_icon img {
  max-width: 45px;
}
.choose-area_v2 .item-list .card_icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 66.6666666667%;
  height: 30px;
  margin-inline-start: 0;
  margin-inline-end: auto;
  background-color: rgba(var(--color-primary-rgb), 0.2);
  z-index: -1;
}
.choose-area_v2 .item-list .card:nth-child(1) .card_icon::before {
  background-color: #FFFAD9;
}
.choose-area_v2 .item-list .card:nth-child(2) .card_icon::before {
  background-color: #F0F5FF;
}
.choose-area_v2 .info-list .card {
  z-index: 1;
}
.choose-area_v2 .info-list .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
  background-color: var(--bg-white);
  transform: skewX(-5deg);
  z-index: -1;
}

.choose-area_v3 {
  --space: 60px;
}
.choose-area_v3 .content-title {
  padding-block: var(--space);
}
.choose-area_v3 .info-list .card {
  background-color: transparent;
}
.choose-area_v3 .info-list .card_number {
  color: var(--color-primary);
}
.choose-area_v3 .bg-shape svg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: all 0.3s;
}
.choose-area_v3 .bg-shape svg * {
  opacity: 0.45;
  fill: var(--bg-3);
  transition: all 0.3s;
}
.choose-area_v3 .bg-shape svg #main-block {
  opacity: 1;
  fill: var(--bg-2);
}

.choose-area_v4 .image {
  position: relative;
}
.choose-area_v4 .image .about-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-inline-start: 20px;
  margin-inline-end: auto;
  opacity: 0.3;
}
.choose-area_v4 .image .about-text .h1 {
  color: var(--text-white);
  font-size: 5rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--text-white);
  -webkit-text-stroke-width: 1px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.choose-area_v4 .subtitle, .choose-area_v4 .text {
  color: var(--text-light);
}
.choose-area_v4 .card_title {
  color: var(--text-white);
}
.choose-area_v4 .card_text {
  color: var(--text-light);
}
.choose-area_v4 .info-list {
  --border-color: #303030;
}
.choose-area_v4 .info-list .card {
  z-index: 1;
}
.choose-area_v4 .info-list .card_icon {
  font-size: 45px;
  line-height: 1;
  color: var(--color-primary);
}
.choose-area_v4 .info-list .card_icon img {
  max-width: 45px;
}
.choose-area_v4 .info-list .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
  background-color: var(--bg-dark-2);
  transform: skewX(-5deg);
  z-index: -1;
}

/* -----------------------------------------
    Product CSS
----------------------------------------- */
.product-default {
  position: relative;
  overflow: hidden;
  background: var(--bg-white);
  transition: all 0.3s ease-out;
}
.product-default .product_img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.product-default .product_img img {
  transition: transform 0.3s ease-out;
}
.product-default .product_price {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.product-default .product_price .price_text {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
}
.product-default .product_price .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px;
  padding-inline-start: 30px;
  color: var(--text-white);
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}
.product-default .product_price .price .pre-price{
  font-size: var(--font-base);
  text-decoration: line-through;
}
.product-default .product_price .price * {
  color: var(--text-white);
}
@media (max-width: 767.98px) {
  .product-default .product_price .price_text {
    padding-block: 10px;
  }
}
.product-default .pricing_option {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-default .pricing_option span {
  font-size: var(--font-sm);
  padding: 8px 12px;
  border: 1px solid var(--border-color);
  line-height: 1;
}
.product-default .pricing_option span.active {
  color: var(--text-white);
  border-color: transparent;
  background-color: var(--color-primary);
}
.product-default .product_tag {
  display: inline-block;
}
.product-default .product_tag * {
  color: var(--text-medium);
}
.product-default .product_tag *:hover {
  color: var(--color-primary);
}
.product-default .product_feature_list li:not(:first-child) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px dashed var(--border-color);
}
.product-default .product_feature_list i {
  color: var(--color-green);
}
.product-default .btn-primary {
  background-color: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-medium);
  box-shadow: none;
}
.product-default .show-more {
  transition: color 0.3s;
  display: inline-block;
}
.product-default .show-more:hover {
  color: var(--color-primary);
}
.product-default:hover {
  border-color: transparent !important;
  box-shadow: 0px 40px 30px -10px rgba(95, 95, 95, 0.08);
}
.product-default:hover .product_img img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.product-default:hover .btn {
  color: var(--text-white) !important;
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.product-default:hover .hover-show {
  opacity: 1;
}

.theme-dark .product-default:hover {
  border-color: var(--border-color) !important;
}

.product-default.product-default-2 .product_price {
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
  z-index: 3;
}
.product-default.product-default-2 .product_price .price {
  padding: 15px;
  padding-inline-start: 15px;
  gap: 10px;
  -webkit-clip-path: unset;
          clip-path: unset;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}
.product-default.product-default-2 .pricing_option span {
  border-radius: 3px;
}
.product-default.product-default-2:hover {
  border-color: var(--color-primary) !important;
}

.product-default.product-default-3 .product_price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline-start: auto;
  margin-inline-end: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.product-default.product-default-3 .product_price .price {
  padding: 10px 20px;
  gap: 10px;
  -webkit-clip-path: unset;
          clip-path: unset;
  background-image: var(--gradient-1);
}
.product-default.product-default-3 .product_price .price span {
  color: var(--text-white);
}
.product-default.product-default-3 .product_price .price div {
  color: var(--text-white);
}
.product-default.product-default-3 .pricing_option .active {
  background-image: var(--gradient-1);
}
.product-default.product-default-3:hover .btn {
  border-color: transparent;
  background-image: var(--gradient-1);
}

.product-default.product-default-4 .product_price {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  z-index: 1;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.product-default.product-default-4 .product_price .price {
  padding: 10px 20px;
  gap: 10px;
  -webkit-clip-path: unset;
          clip-path: unset;
}
.product-default.product-default-4 .product_price .price span {
  color: var(--text-white);
}
.product-default.product-default-4 .product_price .price div {
  color: var(--text-white);
}

.product-default.product-default-5 .product_price {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -20px;
  z-index: 4;
}
.product-default.product-default-5 .product_price .price {
  padding: 10px 20px;
  gap: 10px;
  -webkit-clip-path: unset;
          clip-path: unset;
}
.product-default.product-default-5 .product_price .price span {
  color: var(--text-white);
}
.product-default.product-default-5 .product_price .price div {
  color: var(--text-white);
}

.product-column .product_price .price {
  justify-content: start;
  padding: 0;
  background-color: transparent;
  -webkit-clip-path: unset;
          clip-path: unset;
  gap: 10px;
}
.product-column .product_price .price span {
  color: var(--text-medium);
}
.product-column .product_price .price div {
  color: var(--color-primary);
}
.product-column .product_feature_list li {
  font-size: var(--font-sm);
}
.product-column .product_feature_list li:not(:first-child) {
  border: unset;
  margin-top: 0;
  padding-top: 5px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product-column .product_feature_list li {
    font-size: var(--font-xsm);
  }
}
.product-column .product_bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-column .pricing_option {
  justify-content: start;
  gap: 6px;
}
.product-column .pricing_option span {
  font-size: 10px;
  padding: 5px 7px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product-column .pricing_option span {
    font-size: 10px;
  }
}
.product-column_v2 .product_price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline-start: auto;
  margin-inline-end: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-primary);
  background-image: var(--gradient-1);
  z-index: 1;
}
.product-column_v2 .product_price .price {
  padding: 10px 20px;
}
.product-column_v2 .product_price .price span {
  color: var(--text-white);
}
.product-column_v2 .product_price .price div {
  color: var(--text-white);
}
.product-column_v2 .pricing_option span.active {
  background-image: var(--gradient-1);
}

/* -----------------------------------------
    Counter CSS
----------------------------------------- */
.counter-area .card {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.counter-area .card_icon {
  width: 50px;
  height: 50px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 46px;
  z-index: 1;
}
.counter-area .card_icon img {
  max-width: 40px;
}
.counter-area .counter-inner {
  position: relative;
  z-index: 1;
}

.counter-area_v1 .counter-inner {
  margin-top: -100px;
}
.counter-area_v1 .counter-inner .wrapper {
  position: relative;
  padding: 30px 30px 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .counter-area_v1 .counter-inner {
    margin-top: -40px;
  }
}

.counter-area_v2 .counter-inner {
  padding: 50px 0 20px;
}

.counter-area_v3 .counter-inner {
  padding: 50px 0 0;
  margin-bottom: 38px;
}
.counter-area_v3 .video-btn {
  bottom: -37px;
  z-index: 2;
}

.counter-area_v4 {
  position: relative;
  overflow: hidden;
}
.counter-area_v4 .counter-inner {
  position: relative;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 20%, 100% 85%, 95% 100%, 20% 100%, 0 100%, 0 15%);
          clip-path: polygon(5% 0, 100% 0, 100% 20%, 100% 85%, 95% 100%, 20% 100%, 0 100%, 0 15%);
}
.counter-area_v4 .video-btn {
  position: relative;
}
.counter-area_v4 .big-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-inline: auto;
  opacity: 0.15;
}
.counter-area_v4 .big-text .h1 {
  color: var(--text-white);
  font-size: 6rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--text-white);
  -webkit-text-stroke-width: 1px;
}

/* -----------------------------------------
    Banner CSS
----------------------------------------- */
.banner-img {
  position: relative;
}
.banner-img .video-btn {
  z-index: 5;
}

/* -----------------------------------------
    Testimonial CSS
----------------------------------------- */
.testimonial-area {
  position: relative;
  overflow: hidden;
}
.testimonial-area .slider-item {
  position: relative;
  background: var(--bg-white);
  border: 1px solid var(--border-color);
  transition: all 0.4s;
  padding-bottom: 25px;
}
.testimonial-area .slider-item .client {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 30px;
  gap: 15px;
  border-bottom: 1px dashed var(--border-color);
}
.testimonial-area .slider-item .quote {
  position: relative;
  padding: 0 30px;
}
.testimonial-area .slider-item .quote::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin-inline-start: 15px;
  margin-inline-end: auto;
  width: 3px;
  height: 100%;
  background: var(--color-primary);
  transform: translateY(-50%);
}
.testimonial-area .slider-item .icon {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: fit-content;
  margin-inline-end: 20px;
  margin-inline-start: auto;
  font-size: 62px;
  line-height: 1;
  color: rgba(var(--color-primary-rgb), 0.1);
}
.testimonial-area .slider-item p {
  margin-bottom: 0;
}
.testimonial-area .slider-item .client-info h6 {
  margin-bottom: 0;
}
.testimonial-area .slider-item .client-info .designation {
  font-size: var(--font-sm);
}
.testimonial-area .slider-item .client-img {
  max-width: 50px;
  margin-inline-end: 16px;
}

.testimonial-area_v1 .img-content, .testimonial-area_v2 .img-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline-start: auto;
  max-width: 50%;
}
.testimonial-area_v1 .img-content img, .testimonial-area_v2 .img-content img {
  display: block;
  margin-inline: auto;
}
.testimonial-area_v1 .slider-item, .testimonial-area_v2 .slider-item {
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.testimonial-area_v1 .swiper-slide.swiper-slide-active .slider-item, .testimonial-area_v2 .swiper-slide.swiper-slide-active .slider-item {
  box-shadow: unset;
  border-color: var(--border-color);
}

.testimonial-area_v2 .img-content img {
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.testimonial-area_v3 .swiper-slide {
  height: 50% !important;
}
.testimonial-area_v3 .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
  row-gap: 30px;
}
@media (max-width: 991.98px) {
  .testimonial-area_v3 .swiper-wrapper.row {
    flex-wrap: nowrap;
    --bs-gutter-x: 0;
    margin-inline: 0;
  }
  .testimonial-area_v3 .swiper-slide {
    height: auto !important;
  }
}

.testimonial-area_v5 .images .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.testimonial-area_v5 .images .img.img-1 {
  left: 0;
}
.testimonial-area_v5 .images .img.img-2 {
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .testimonial-area_v5 .images .img {
    width: 25%;
  }
}

/* -----------------------------------------
	Blog CSS
----------------------------------------- */
.blog-area {
  position: relative;
  overflow: hidden;
}
.blog-area .card {
  overflow: hidden;
  transition: all 0.3s;
}
.blog-area .card_top {
  position: relative;
}
.blog-area .card_img {
  overflow: hidden;
  border-radius: 0;
}
.blog-area .card img {
  transition: transform 0.3s ease-out;
}
.blog-area .card p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-area .card_list {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: var(--font-sm);
}
.blog-area .card_list a {
  font-size: var(--font-xsm);
  color: var(--text-medium);
}
.blog-area .card_list i {
  color: var(--color-primary);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-area .card_list {
    gap: 15px;
    font-size: var(--font-sm) !important;
  }
}
.blog-area .card .tag {
  display: inline-block;
  padding: 5px 10px;
  font-size: var(--font-sm);
  border: 1px solid var(--border-color);
}
.blog-area .card:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.blog-area .card:hover .btn-text {
  letter-spacing: 0.1em;
}

.blog-area_v1 .card {
  background-color: transparent;
}
.blog-area_v1 .card_list {
  position: relative;
  margin-top: -30px;
  padding: 15px;
  width: -moz-fit-content;
  width: 100%;
  justify-content: center;
  margin-inline: auto;
  background-color: var(--bg-white);
  box-shadow: var(--shadow-md);
  z-index: 1;
}

.blog-area_v2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
}
.blog-area_v2 .overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
  opacity: 0.8;
}
.blog-area_v2 .card_img {
  padding: 10px 10px 0;
}
.blog-area_v2 .card_list {
  position: relative;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: var(--bg-white);
  box-shadow: var(--shadow-md);
  font-size: var(--font-base);
  z-index: 1;
}

.blog-area_v3 .card_top {
  padding: 10px 10px 0;
}
.blog-area_v3 .card_list {
  position: relative;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: var(--bg-white);
  box-shadow: var(--shadow-md);
  font-size: var(--font-base);
  margin-top: -30px;
  z-index: 1;
}

.blog-area_v4 .card .btn {
  background-color: var(--bg-3);
  border: unset;
  color: var(--text-dark);
}

.blog-area_v5 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 12%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 12%);
          clip-path: polygon(5% 0, 95% 0, 100% 12%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 12%);
}
.blog-area_v5 .overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
  opacity: 0.8;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 12%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 12%);
          clip-path: polygon(5% 0, 95% 0, 100% 12%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 12%);
}
.blog-area_v5 .card_img {
  position: relative;
}
.blog-area_v5 .card_img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -3.77%, #000 99.97%);
  z-index: 3;
}
.blog-area_v5 .card_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: end;
  flex-direction: column;
  z-index: 4;
}
.blog-area_v5 .card_list a {
  color: var(--text-white);
}

.cart-wrapper {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin-inline-start: auto;
  margin-inline-end: 0;
  width: fit-content;
  transform: translateY(-50%);
  z-index: 9;
}

.cart-wrapper .btn-icon {
  width: auto;
  height: auto;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
  background-color: #242323;
}
.cart-wrapper .btn-icon i {
  font-size: 18px;
}
.cart-wrapper .btn-icon span{
  font-size: 11px;
}


/* newstyles */
body {
    font-family: 'Inter', sans-serif;
}

/* ========== HEADER ========== */
.header-container-bg .er-header {
    background-color: #111;
}

.header-container-bg .er-nav-link {
    color: white;
}

.header-container-bg .er-btn-outline {
    color: white;
}

.header-container-bg .er-menu-icon {
    color: white;
}

.header-container-bg .er-mobile-menu {
    background-color: #111;
}

.header-container-bg .er-mobile-menu .er-nav-link {
    color: white;
}

.header-container-bg .er-mobile-menu .er-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.er-mobile-menu .er-nav-link {
    width: 100%;
    text-align: left;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s ease;
}

.er-mobile-menu .er-nav-link:hover {
    background-color: #f8f9fa;
    color: #D75A41;
}

.er-mobile-menu .er-btn-gradient,
.er-mobile-menu .er-btn-outline {
    text-decoration: none;
}

.er-header {
    padding: 10px 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    z-index: 1030;
}

.er-logo-img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.header-container-bg {
    background-color: #111;
}

/* Navigation Links */
.er-nav-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.er-nav-link:hover {
    color: #D75A41;
}

/* Buttons */
.er-btn-gradient {
    background: linear-gradient(90deg, #DE6F3D, #F09F33, #AA2068);
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 35px;
    transition: opacity 0.3s ease;
}

.er-btn-gradient:hover {
    opacity: 0.9;
}

.er-btn-outline {
    border: 2px solid #D75A41;
    color: #000;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 35px;
    background: transparent;
    transition: all 0.3s ease;
}

.er-btn-outline:hover {
    background-color: #D75A41;
    color: #fff;
}

.er-btn-gradient.dropdown-toggle::after,
.er-btn-outline.dropdown-toggle::after {
    margin-left: 8px;
}

.er-header .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 8px;
}

.er-header .dropdown-item {
    padding: 8px 16px;
    transition: background-color 0.2s ease;
}

.er-header .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #D75A41;
}

/* Mobile Menu */
.er-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 1040;
}

.er-mobile-menu.er-active {
    transform: translateX(0);
}

/* Mobile Menu Overlay */
.er-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1035;
}

.er-menu-overlay.er-active {
    opacity: 1;
    visibility: visible;
}

/* Animation */
@keyframes erFadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===========================
   BANNER SECTION
=========================== */
.er-banner-section {
    background-color: #EFEEFF;
    position: relative;
    padding: 80px 0;
}

.er-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* Background Image */
.er-banner-container {
    position: relative;
    border-radius: 30px;
    padding: 8%;
    z-index: 2;
}


/* Content */
.er-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
}

.er-banner-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.er-banner-text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #f2f2f2;
}


/* Search Bar Container */
.er-banner-search {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 10px;
    z-index: 3;
    width: 50%;
}
.er-search-divider {
    width: 1px;
    background-color: #ddd;
    align-self: stretch;
}
/* Inputs */
.er-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 1rem;
}

.er-search-select {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

/* Icon inside select wrapper */
.er-select-wrapper {
    position: relative;
    flex: 1;
}

.er-select-wrapper .er-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #333;
    pointer-events: none;
}

/* Search Button */
.er-search-btn {
    background: #000;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.3s ease;
}

.er-search-btn:hover {
    background: #D75A41;
}

/* ===========================
   CATEGORIES SECTION
=========================== */
.er-categories-section {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

.er-categories-heading {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000;
}

.er-categories-wrapper {
    overflow: hidden;
}

.er-categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.er-category-item {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.er-category-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.er-category-item.active .er-category-img,
.er-category-item:hover .er-category-img {
    border-color: #FF7A00;
}

.er-category-name {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-top: 12px;
}

/* ===========================
   PRODUCT CARDS
=========================== */
.er-products-row {
    margin-top: 40px;
}

.er-product-card {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.er-product-image {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.er-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.er-fav-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 15px;
    color: #999;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 6px 0 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.er-fav-icon:hover {
    background: white;
    transform: scale(1.1);
}

.er-fav-icon.filled,
.er-fav-icon.bi-heart-fill {
    color: #FF7A00;
}
.er-map {
  position: sticky !important;
  top: 20px !important;
  height: calc(100vh - 40px);
}

/* Custom marker styles */
.custom-marker {
  background: transparent;
  border: none;
}

.marker-pin {
  width: 30px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b6b;
  font-size: 30px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Leaflet popup customization */
.leaflet-popup-content-wrapper {
  border-radius: 8px;
}

.leaflet-popup-content {
  margin: 10px;
}
/* Product Details */
.er-product-details {
    font-family: 'Inter', sans-serif;
    border: 1px solid #eee;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    padding: 20px;
}

.er-product-card:hover {
    transform: translateY(-6px);
}

.er-product-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.er-product-name {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.er-product-rating {
    color: #FF7A00;
    font-weight: 500;
    font-size: 0.95rem;
}

.er-product-model {
    font-size: 0.9rem;
    color: #666;
    margin: 6px 0;
    text-align: left;
}

/* Specs */
.er-product-specs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    justify-content: space-between;
}

.er-product-specs span {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #FFE4CD;
    color: #FF7A00;
    font-size: 10px;
    font-weight: 800;
    padding: 6px 4px;
    border-radius: 25px;
}

/* Bottom */
.er-product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.er-product-price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.er-rent-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 14px;
    font-size: 0.9rem;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.er-rent-btn-apply{
    display: inline-block;
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 14px;
    font-size: 0.9rem;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.er-rent-btn-apply:hover {
    background: #FF7A00;
    color: #fff;
    text-decoration: none;
}
.er-rent-btn:hover {
    background: #FF7A00;
    color: #fff;
    text-decoration: none;
}

/* ===========================
   FEED SECTION
=========================== */
.er-feed-section {
    background-color: #EFEEFF;
    padding: 80px 0;
}

/* Header */
.er-feed-header {
    margin-bottom: 60px;
}

.er-feed-title {
    font-size: 40px;
    width: 50%;
    line-height: 55px;
    font-weight: 700;
    color: #000;
}

.er-view-all-btn {
    display: inline-block;
    background: linear-gradient(90deg, #DE6F3D, #F09F33, #AA2068);
    color: #fff !important;
    border: none;
    padding: 10px 26px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.er-view-all-btn:hover {
    color: #fff !important;
    opacity: 0.9;
    transform: scale(1.03);
    text-decoration: none;
}

/* Card Grid */
.er-feed-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}

.er-latest-section {
    padding: 80px 0;
    background: white;
}

/* ===========================
   HOW IT WORKS SECTION
=========================== */
.er-how-section {
    background-color: #fff;
    padding: 80px 0;
}

.er-how-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
}

.er-how-steps img {
    width: 18%;
    height: auto;
    position: absolute;
    top: 16%;
}

.how-image1 {
    left: 24%;
}

.how-image2 {
    right: 24%;
}

/* Steps Layout */
.er-how-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 0;
    position: relative;
}

.er-how-step {
    text-align: center;
    padding: 0 20px;
}

/* Icons */
.er-how-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.er-how-icon i {
    font-size: 38px;
    color: #fff;
}

/* Individual Icon Colors */
.er-icon-purple {
    background-color: #9672FF;
}

.er-icon-blue {
    background-color: #4DDFFD;
}

.er-icon-pink {
    background-color: #F2B8EC;
}

/* Text */
.er-how-step-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.er-how-step-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

/* testmonial section */
.er-testimonial-section {
    background: #EFEEFF;
    padding: 80px 0;
}

.er-testimonial-content h6 {
    color: #AA2068;
    margin-bottom: 10px;
}

.er-testimonial-content h2 {
    font-weight: 700;
    width: 70%;
    margin-bottom: 15px;
}

.er-testimonial-content p {
    color: #444;
    margin-bottom: 25px;
}

.er-btn-group button {
    margin-right: 10px;
}

.er-btn-primary {
    background: linear-gradient(90deg, #DE6F3D, #F09F33, #AA2068);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
}

.er-btn-secondary {
    border: 2px solid #D75A41;
    color: #000;
    background: transparent;
    padding: 10px 25px;
    border-radius: 6px;
}

/* Slider */
.er-testimonial-slider {
    position: relative;
    text-align: center;
}

.er-testimonial-cards {
    position: relative;
    overflow: hidden;
    height: 230px;
}

.er-testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.er-testimonial-card.active {
    opacity: 1;
    transform: translateY(0);
}

.er-testimonial-card .er-card-pointer {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    display: none;
}

.er-testimonial-card.active .er-card-pointer {
    display: block;
}

.er-review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FF7A00;
    margin-bottom: 10px;
}

.er-rating {
    display: flex;
    align-items: center;
    gap: 3px;
}

.er-rating i {
    color: #FF7A00;
    font-size: 16px;
}

.er-rating span {
    margin-left: 5px;
    color: #000;
    font-weight: 500;
}

/* Thumbnails */
.er-client-thumbs {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.er-client-thumbs img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.er-client-thumbs img.active {
    transform: scale(1.2);
    opacity: 1;
}

/* Arrows */
.er-arrow {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    background: #FF7A00;
    color: white;
    border: none;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
}

.er-prev {
    left: -10%;
}

.er-next {
    right: -10%;
}

.er-testimonial-images {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem;
    padding-bottom: 1rem;
}

.er-client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.er-client-img.active {
    width: 80px;
    height: 80px;
    opacity: 1;
    transform: scale(1.1);
    border: 3px solid #ff7a00;
}

/* Footer section */
.er-footer-section {
    background-color: #111;
    color: #fff;
    padding: 80px 0;
    margin-top: 95px;
    font-family: 'Inter', sans-serif;
}

.er-footer-logo {
    max-width: 35%;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.er-footer-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ccc;
}

.er-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: #FF7A00;
}

.er-footer-social a:hover {
    color: #FF7A00;
}

.er-footer-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.er-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.er-footer-links li {
    margin-bottom: 10px;
}

.er-footer-links li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.er-footer-links li a:hover {
    color: #FF7A00;
}

/* CTA section */
.er-cta-section {
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.er-cta {
    padding: 60px;
    margin-top: -11%;
    margin-bottom: 80px;
    border-radius: 30px;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: white;
}

.er-cta-heading {
    color: black;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.er-cta-form {
    display: flex;
    justify-content: center;
}

.er-cta-input {
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    outline: none;
    width: 100%;
    max-width: 300px;
    font-size: 14px;
}

.er-cta-btn {
    padding: 12px 25px;
    border-radius: 6px;
    border: none;
    background-color: #111;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.er-cta-btn:hover {
    background-color: #000;
}

.er-footer-copyright {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.er-footer-copyright p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* =================================================================================================== */
/* Search page styles start */
/* =================================================================================================== */
.er-search-section {
    background-color: #FEFCFF;
    padding: 40px 0;
}

.er-search-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    flex-wrap: wrap;
    gap: 10px;
    margin: 35px 0;
}

.er-search-field {
    position: relative;
    flex: 1;
    min-width: 180px;
}

.er-search-field input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    background-color: #F6F6F6;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    outline: none;
}

.er-search-field i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #1b1a1a;
}

.er-search-field input placeholder {
    color: #1b1a1a;
}

.er-filter-btn {
    background-color: #F6F6F6;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
}

.er-filter-btn:hover {
    background-color: #e6e6e6;
}

.er-search-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.er-search-btn:hover {
    background-color: #222;
}

/* Advanced Filters Dropdown */
.er-advanced-filters {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-top: 10px;
    padding: 20px;
    z-index: 100;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.er-advanced-filters label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #333;
    font-size: 14px;
}

.er-advanced-filters .form-control,
.er-advanced-filters .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.er-advanced-filters .btn {
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
}

/* filters */
.er-search-results {
    color: #1E293B;
}

.er-filter-group {
    margin-bottom: 25px;
}

.er-filter-head {
    font-weight: 600;
    margin-bottom: 10px;
}

.er-checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.er-checkbox-list li {
    margin-bottom: 6px;
}

/* Buttons */
.er-filter-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.er-btn-primary {
    background: linear-gradient(90deg, #DE6F3D, #F09F33, #AA2068);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.er-btn-filt-outline {
    background: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

/* Filters Panel - Modern UI */
.er-filters-panel {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    /* max-height: 85vh; */
    overflow-y: auto;
    transition: all 0.3s ease;
}

.er-filters-title {
    font-size: 24px;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 10px;
}

.er-filter-group {
    margin-bottom: 25px;
}

.er-filter-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #334155;
}

/* Inputs & Selects */
.er-input,
.er-select,
.er-range {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e15c;
    font-size: 14px;
    margin-bottom: 10px;
    background: #F8FAFC;
    color: #1E293B;
}

.er-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.er-checkbox-list label,
.er-filter-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #334155;
    cursor: pointer;
    margin-bottom: 8px;
}

.er-filter-group label i {
    color: #e3c331;
}

.er-range {
    height: 6px;
    background: #E5E7EB;
    border-radius: 5px;
    margin-bottom: 12px;
}

.er-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #FF7A00;
    border-radius: 50%;
    cursor: pointer;
}

/* Buttons */
.er-filter-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.er-btn-primary {
    background: linear-gradient(90deg, #DE6F3D, #F09F33, #AA2068);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.er-btn-primary:hover {
    transform: translateY(-2px);
}

.er-btn-filt-outline {
    background: none;
    border: 1px solid #CBD5E1;
    color: #334155;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.er-btn-outline:hover {
    background: #F1F5F9;
}

/* Scrollbar */
.er-filters-panel::-webkit-scrollbar {
    width: 6px;
}

.er-filters-panel::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 6px;
}

/* Close Button */
.er-filters-close {
    display: none;
    background: #FF7A00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}

.er-filters-close i {
    margin-right: 6px;
}

/* Mobile Toggle Button */
.er-filters-toggle {
    display: none;
    background: #1E293B;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    margin: 15px auto;
    width: fit-content;
}

.er-filters-toggle i {
    margin-right: 8px;
}

.er-results-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.er-sort-icons i {
    font-size: 20px;
    color: #1E293B;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.2s ease;
}

.er-sort-icons i:last-child {
    margin-right: 0;
}

.er-sort-icons i:hover {
    color: #FF7A00;
}

.er-map-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FF7A00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.er-map-btn i {
    font-size: 18px;
}

.er-map-btn:hover {
    background: #FF7A00;
}

/* ========================================================== */
/* ==============================
   PRODUCT IMAGE SECTION
   ============================== */
.er-product-images {
    position: relative;
    padding: 60px 0;
}

/* --- Top Bar --- */
.er-image-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Buttons */
.er-back-btn,
.er-icon-btn {
    background: #ffffff;
    border: none;
    outline: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.er-back-btn:hover,
.er-icon-btn:hover {
    background: #111827;
}

.er-back-btn i,
.er-icon-btn i {
    font-size: 20px;
    color: #111827;
    transition: color 0.3s ease;
}

.er-back-btn:hover i,
.er-icon-btn:hover i {
    color: #ffffff;
}

/* Favorite button active state */
.er-icon-btn .bi-heart-fill {
    color: #ef4444;
}

.er-icon-btn:hover .bi-heart-fill {
    color: #ef4444;
}

/* Active/Click effect */
.er-icon-btn:active {
    transform: scale(0.95);
}

/* Group of right icons */
.er-action-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* --- Image Grid --- */
.er-image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
    border-radius: 14px;
    overflow: hidden;
}

.er-image-grid>div {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.er-image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.er-image-grid img:hover {
    transform: scale(1.05);
}

/* --- Grid Layout --- */
.er-img1 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
}

.er-img2 {
    grid-row: span 4 / span 4;
    grid-column-start: 3;
}

.er-img3 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
}

.er-img4 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3;
}

/* --- Mobile Slider --- */
.er-image-slider {
    border-radius: 14px;
    overflow: hidden;
}

.er-image-slider .swiper {
    width: 100%;
    height: 400px;
    border-radius: 14px;
}

.er-image-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}

.er-image-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.er-image-slider .swiper-pagination {
    bottom: 20px !important;
}

.er-image-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.er-image-slider .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 24px;
    border-radius: 4px;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .er-image-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .er-img1 {
        grid-column: span 2;
        grid-row: auto;
    }
}

@media (max-width: 768px) {
    .er-image-slider .swiper {
        height: 300px;
    }
}

/* ==============================
   PRODUCT DETAILS SECTION
   ============================== */
.er-product-details {
    margin-bottom: 20px;
    position: relative;
}

/* LEFT SIDE */
.er-details-left {
    color: #111827;
}

.er-product-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.er-product-desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.er-product-location,
.er-product-availability {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline;
    color: #444;
}

.er-product-location i,
.er-product-availability i {
    background: #FFE5CD;
    color: #FF7A00;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    padding: 4px 10px;
    margin-right: 8px;
    margin-top: 10px;
}

/* --- Specs Boxes --- */
.er-specs-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0;
}

.er-spec-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.er-spec-box i {
    background: #FFE5CD;
    color: #FF7A00;
    padding: 4px 8px;
    border-radius: 50%;
    font-size: 18px;
}

.er-spec-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* --- Specifications Grid --- */
.er-specifications h3,
.er-features h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.er-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
    margin-bottom: 32px;
}

.er-spec-grid div {
    display: flex;
    justify-content: space-between;
    background: #fafafa;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 15px;
}

.er-spec-grid label {
    font-weight: 600;
    color: #444;
}

/* --- Features --- */
.er-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.er-features li {
    background: #fff;
    border-left: 4px solid #FF7A00;
    padding: 10px 14px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* --- Owner Profile --- */
.er-owner-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.er-owner-profile:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    background: #fafafa;
}

.er-owner-profile img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.er-owner-profile:hover img {
    transform: scale(1.05);
}

.er-owner-profile h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.er-owner-profile:hover h4 {
    color: var(--color-primary, #FF7A00);
}

.er-owner-profile p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* ==============================
   BOOKING CARD (RIGHT) - STICKY
   ============================== */
.er-booking-fixed {
    position: relative;
}

.er-booking-card {
    position: sticky;
    top: 100px;
    /* Adjust if header overlaps */
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
    /* z-index: 10; */
    transition: all 0.3s ease;
}

.er-booking-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.er-booking-card label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}
.span-btn {
  background: #FFE5CD;
  color: #FF7A00;
  padding: 2px 12px;
  border-radius: 72px;
  font-size: 14px;
}

.er-input,
.er-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    margin-bottom: 16px;
    background: #F8FAFC;
    font-size: 15px;
    color: #1E293B;
    transition: all 0.3s ease;
}

.er-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.er-input:focus,
.er-select:focus {
    border-color: #FF7A00;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.15);
}

.er-btn-book {
    width: 100%;
    background: linear-gradient(90deg, #DE6F3D, #F09F33, #AA2068);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    padding: 12px 0;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.er-btn-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 122, 0, 0.2);
}

/* ==============================
   MOBILE BOTTOM BAR & BOOKING SCROLL
   ============================== */

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

.er-mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-top: 1px solid #E2E8F0;
}

.er-price-display {
    display: flex;
    flex-direction: column;
}

.er-price-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
}

.er-price-value {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.er-mobile-book-btn {
    background: var(--color-primary, #FF7A00);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.3);
}

.er-mobile-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 122, 0, 0.4);
}

.er-mobile-book-btn:active {
    transform: translateY(0);
}

/* --- Responsive Behavior --- */
@media (max-width: 991px) {
    .er-booking-card {
        position: static;
        margin-top: 40px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    
}

@media (max-width: 600px) {
    .er-product-title {
        font-size: 26px;
    }

    .er-spec-grid {
        grid-template-columns: 1fr;
    }

    .er-specs-boxes {
        flex-direction: column;
    }

    .er-mobile-book-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .er-price-value {
        font-size: 18px;
    }

    .er-mobile-bottom-bar {
        padding: 10px 16px;
    }
}

/* =========================================== */
/* new search page */
.er-filters-bar {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 35px 0;
    align-items: center;
}

.er-filter-item {
    flex: 1 1 150px;
    position: relative;
}

.er-filter-item input,
.er-filter-item select {
    padding: 0.6rem 1rem;
    border-radius: 50px;
    border: 1px solid #ddd;
    width: 100%;
    transition: all 0.3s;
}

.er-filter-item input:focus,
.er-filter-item select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.2);
}

.er-search-btn:hover {
    background-color: #0056b3;
}

/* --- Columns --- */
.er-left-col {
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 1rem;
}

.er-right-col {
    position: sticky;
    top: 20px;
    height: 80vh;
    margin-bottom: 3rem;
}

/* --- Cards --- */
.er-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.er-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.er-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.er-card-body {
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.er-card-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.er-card-details {
    font-size: 0.9rem;
    color: #555;
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.er-card-rating i {
    color: #ffc107;
}

.er-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.7rem;
}

.er-card-price {
    font-weight: 600;
    color: #007bff;
}

.er-card-btn {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 0.45rem 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.er-card-btn:hover {
    background-color: #1e7e34;
}

/* --- Map --- */
.er-map {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.er-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.er-results-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-weight: 500;
    font-size: 0.95rem;
    color: #333;
}

.er-results-right i {
    font-size: 1.2rem;
    color: #007bff;
    cursor: pointer;
    transition: 0.3s;
}

.er-results-right i:hover {
    color: #0056b3;
}

/* responsives  */

@media (max-width: 1180px) and (min-width: 768px) {
  .er-banner-title {
      font-size: 38px;
  }

  .er-categories-heading {
      font-size: 24px;
  }

  .er-how-title {
      font-size: 24px;
  }

  .er-product-specs {
      row-gap: 10px;
  }

  .er-product-price {
      font-size: 14px;
  }

  .er-product-details {
      padding: 12px;
  }

  .er-nav-link {
      font-size: 14px;
  }

  .er-btn-group button {
      font-size: 14px;
  }

  .er-product-name {
      font-size: 14px;
  }

  .er-product-rating {
      font-size: 12px;
  }

  .er-product-model {
      font-size: 13px;
  }

  .er-product-specs span {
      font-size: 12px;
      padding: 2px 5px;
  }

  .er-product-bottom {
      flex-wrap: wrap;
      row-gap: 8px;
  }

  .er-prev {
      left: -5%;
  }

  .er-next {
      right: -5%;
  }

  .er-arrow {
      font-size: 10px;
      padding: 3px 5px;
      top: 41%;
  }

  .er-cta {
      margin-top: -26%;
  }

  .er-footer-social a {
      margin-right: 5px;
      font-size: 14px;
      padding: 3px 6px;
  }

  .er-feed-title {
      font-size: 24px;
      width: 100%;
  }

  .er-feed-header {
      margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .er-left-col {
      max-height: none;
      padding-right: 0;
  }

  .er-right-col {
      position: relative;
      height: 400px;
      margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .er-cta-heading {
      font-size: 20px;
  }

  .er-testimonial-content h2 {
      font-size: 20px;
  }

  .er-banner-content {
      text-align: center;
      margin: 0 auto;
      padding-top: 80px;
  }

  .er-filters-close {
      display: inline-block;
  }

  .er-filters-toggle {
      display: inline-block;
  }

  aside.col-lg-3 {
      position: fixed;
      top: 0;
      left: -100%;
      width: 280px;
      height: 100%;
      background: #ffffff;
      z-index: 999;
      transition: left 0.3s ease;
      padding: 25px;
      box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  }

  aside.col-lg-3.er-filters-active {
      left: 0;
      /* slide panel in */
  }

  .er-search-wrapper {
      flex-direction: column;
      align-items: stretch;
      padding: 20px;
      gap: 15px;
  }

  .er-search-field {
      width: 100%;
  }

  .er-filter-btn,
  .er-search-btn {
      width: 100%;
      justify-content: center;
  }

  .er-search-btn {
      font-size: 16px;
      padding: 14px 0;
  }

  .er-advanced-filters {
      position: absolute;
      left: 15px;
      right: 15px;
      padding: 15px;
  }

  .er-advanced-filters .row {
      gap: 15px;
  }

  .er-advanced-filters .col-md-3 {
      width: 100%;
      margin-bottom: 15px;
  }

  .er-menu-icon {
      cursor: pointer;
  }

  .er-btn-gradient,
  .er-btn-outline {
      padding: 8px 16px;
  }

  .er-banner-bg {
      height: auto;
  }

  .er-banner-title {
      font-size: 22px;
  }

  .er-banner-text {
      font-size: 1rem;
  }

  .er-banner-section {
      padding: 0;
  }

  .er-banner-section::before {
      border-radius: 0;
  }

  .er-banner-container {
      padding: 40px 20px 60px 20px;
      min-height: 400px;
      border-radius: 0;
  }

  .er-banner-search {
      flex-direction: row;
      gap: 8px;
      padding: 8px 10px;
      border-radius: 8px;
      bottom: 20px;
      width: 90%;
  }

  .er-search-input {
      flex: 1;
      font-size: 13px;
      padding: 8px 10px;
  }

  .er-search-select {
      flex: 1;
      font-size: 13px;
      padding: 8px 30px 8px 10px;
      background-position: right 8px center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .er-search-btn {
      width: auto;
      padding: 8px 12px;
      font-size: 16px;
  }

  .er-search-btn i {
      font-size: 16px;
  }

  .er-select-wrapper {
      flex: 1;
  }

  .er-select-wrapper .er-icon {
      left: 10px;
  }

  .er-search-divider {
      display: none;
  }

  .er-product-card {
      margin-bottom: 25px;
  }

  .er-product-specs span {
      font-size: 0.75rem;
  }

  .er-feed-title {
      text-align: center;
      line-height: 35px;
      margin-bottom: 5px;
  }

  .er-feed-header {
      text-align: center;
  }

  .er-view-all-btn {
      margin-top: 10px;
  }

  .er-feed-section {
      padding: 24px 0;
  }

  .er-products-row {
      margin-top: 15px;
  }

  .er-how-section {
      padding: 50px 0;
  }

  .er-how-title {
      font-size: 20px;
      margin-bottom: 40px;
  }

  .er-how-icon {
      width: 70px;
      height: 70px;
  }

  .er-how-icon i {
      font-size: 30px;
  }

  .er-how-step {
      margin-bottom: 30px;
  }

  .er-how-steps img {
      display: none;
  }

  .er-categories-row {
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
  }
  
  /* Manual infinite loop slider - allow manual scrolling only */
  .er-categories-slider {
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scroll-behavior: auto;
      -webkit-overflow-scrolling: touch;
  }
  
  .er-categories-slider::-webkit-scrollbar {
      display: none;
  }
  
  .er-categories-slider .er-categories-track {
      display: flex;
      flex-wrap: nowrap;
      will-change: transform;
      gap: 0;
  }

  .er-category-item {
      flex: 0 0 50%;
      max-width: 50%;
  }
  
  .er-categories-slider .er-category-item {
      display: block !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
      margin-bottom: 0 !important;
  }

  /* .er-categories-section {
      padding: 120px 0 0 0;
  } */

  .er-categories-row::-webkit-scrollbar {
      display: none;
  }

  .er-categories-heading {
      font-size: 20px;
      margin-bottom: 30px;
  }

  .er-testimonial-section {
      padding: 24px 0;
  }

  .er-testimonial-cards {
      height: 280px;
      position: relative;
      overflow: hidden;
  }

  .er-testimonial-card {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      transform: translateX(100%);
      transition: all 0.5s ease;
  }

  .er-testimonial-card.active {
      opacity: 1;
      transform: translateX(0);
      z-index: 2;
      margin-top: 25px;
  }

  .er-client-thumbs-container {
      justify-content: center;
      margin-bottom: 10px;
  }

  .er-client-thumbs img {
      width: 50px;
      height: 50px;
  }

  .er-client-thumbs img.active {
      width: 60px;
      height: 60px;
  }

  .er-footer-section {
      padding: 40px 0;
  }

  .er-footer-col {
      margin-bottom: 30px;
  }

  .er-cta-input {
      border-radius: 6px;
      max-width: 100%;
  }

  .er-cta-btn {
      border-radius: 6px;
      width: 100%;
  }

  .er-cta {
      padding: 24px;
      margin-top: -17%;
      margin-bottom: 50px;
  }

  g43 .er-product-bottom {
      justify-content: space-between;
  }

  .er-arrow {
      display: none;
  }

  .er-filters-panel {
      max-height: 85vh;
  }
}

@media (max-width: 576px) {
  .er-banner-section::before {
      border-radius: 0;
  }

  .er-banner-container {
      border-radius: 0;
  }

  .er-cta-container {
      flex-direction: column;
      gap: 15px;
  }

  .er-cta {
      margin-top: -33%;
  }
  .er-product-images {
    padding: 10px;
  }

  .er-feed-title {
      font-size: 20px;
      width: 100%;
  }

  .er-feed-header {
      margin-bottom: 30px;
  }

  .er-image-grid {
      grid-template-columns: 1fr;
  }

  .er-img1,
  .er-img2,
  .er-img3,
  .er-img4 {
      grid-column: auto;
      grid-row: auto;
  }

  .er-back-btn,
  .er-icon-btn {
      width: 38px;
      height: 38px;
  }

  .er-card img {
      height: 180px;
  }

  .er-filters-bar {
      flex-direction: column;
      gap: 0.7rem;
  }

  .er-filter-item {
      flex: 1 1 100%;
  }
  .er-client-thumbs{
    margin-bottom: 56px;
  }
}