@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1446px;
  padding: 0 15px;
  width: 100%;
}

.pagination {
  display: block;
}

img {
  width: 100%;
}
/* File upload preview styles */
.file-name-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.file-name-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 4px;
}

.remove-single-file {
  color: #f00;
  cursor: pointer;
  font-weight: bold;
}

.remove-single-file:hover {
  color: #c00;
}

.remove-file {
  color: #f00;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}

.remove-file:hover {
  color: #c00;
}

a {
  text-decoration: none;
}

/*
  Subcategory filter UI hotfix
  - Better spacing + responsiveness for subcategory buttons
  - Hide empty subcategories (JS adds `.is-empty-subcategory` on <li>)
*/

#subcategories {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#subcategories .subcategories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}

#subcategories .subcategories-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#subcategories .subcategories-list > li.is-empty-subcategory {
  display: none !important;
}

#subcategories .subcategory-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#subcategories .subcategory-btn:focus-visible {
  outline: 3px solid rgba(248, 146, 0, 0.35);
  outline-offset: 2px;
}

@media (max-width: 576px) {
  #subcategories {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #subcategories .subcategories-list {
    gap: 10px;
  }

  #subcategories .subcategory-btn {
    font-size: 14px;
    padding: 9px 16px;
    border-width: 1px;
  }
}



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

:root {
  --font-primary: "Inter";
  --font-secondary: "Unbounded", sans-serif;
  --white: #fff;
  --black: #000;
  --c1: #f89200;
  --c2: #0e3960;
  --c3: #666;
  --font18-30: 300 18px/30px var(--font-primary);
}

h2 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  color: var(--black);
}

h3 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}

h4 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--black);
}

h6 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

section#wrapper {
    overflow: unset;
    padding: 0;
}
section#wrapper .row {
    margin: 0;
}
section#wrapper .row div#content-wrapper {
    padding: 0;
}

#main .page-content,
#main .page-footer,
#main .page-header {
  padding: 0;
}

/* =========Header============= */
header .top-bar {
  background: #fff;
  padding: 8px 24px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav .container {
  max-width: 1638px;
}

#header .logo {
  max-width: 252px;
  height: auto;
  width: 100%;
}

header .top-bar-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  width: 100%;
}

header .top-bar-item a {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .top-bar-item a .top-bar-innercontent {
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Unbounded';
}

/*header .cart-item {*/
/*  margin-left: 150px;*/
/*}*/

header .cart-item .blockcart {
  display: flex;
  align-items: center;
  position: relative;
}

header .cart-item .blockcart img {
  width: 33px;
  height: 33px;
  object-fit: scale-down;
}

button.navbar-toggler:focus {
  outline: none;
  background: none;
  box-shadow: none;
}

header .cart-item .cart-products-count {
  background: var(--c1);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -8px;
  right: -6px;
}

header .top-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

header .top-bar-icon {
  background: var(--c1);
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 11px;
}

header .top-bar-icon i {
  font-size: 24px;
}

.navbar .navbar-toggler-icon {
  background-image: none;
}

button.navbar-toggler {
  padding: 0;
  background: transparent !important;
}

button.navbar-toggler span.navbar-toggler-icon {
  font-size: 25px;
  color: #fff;
}

header .top-bar-innercontent p {
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  margin-bottom: 3px;
}

header .top-bar-innercontent a {
  font-family: Unbounded;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000 !important;
  text-decoration: unset;
}

.main-nav {
  background: var(--c2);
  padding: 25px 0;
}

.menu > ul > li,
.main-nav .top-menu li {
  position: relative;
}

.menu ul li .sub-menu {
  position: absolute;
  top: 38px !important;
  left: 0;
  background: #000;
  width: 180px;
  padding: 20px 15px;
  margin: 0;
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  gap: 15px;
}

.main-nav li.category span.float-xs-right span.navbar-toggler i {
  color: #fff;
}

.main-nav li.category span.float-xs-right span.navbar-toggler {
  padding: 0;
}

.main-nav li.category a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.main-nav .top-menu .sub-menu {
    position: absolute;
    top: 38px !important;
    left: 0;
    background: #f89200;
    width: max-content;
    padding: 20px 15px;
    margin: 0;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    gap: 15px;
}

.menu ul li .sub-menu ul li a {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
}

div#search_filters {
  padding: 0;
  background: #f6f6f6;
}

.page-category .block-categories {
  display: none;
}

.banner h2 {
  text-transform: capitalize !important;
}

ul.sub-top-menu {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

ul.sub-top-menu li {
  margin: 0 !important;
  padding: 0;
}

.navbar-brand img {
  height: 50px;
}


#subcategories .subcategories-list a {
    color: #fff !important;
}

#subcategories .subcategories-list a:focus-visible, #subcategories .subcategories-list a.subcategory-btn.active-filter , #subcategories .subcategories-list a:hover {
    color: #f89200 !important;
}

div#_desktop_top_menu {
  width: 100%;
}

.main-nav .top-menu {
  display: flex;
  gap: 27px;
  margin: 0 !important;
  justify-content: space-between;
  align-items: center;
}

.main-nav li.category a,
.main-nav li.link a {
  color: white !important;
  padding: 0;
  transition: background 0.3s;
  font-family: var(--font-secondary)!important;
  font-weight: 400!important!important;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

#wrapper .banner {
  margin-bottom: 0;
}

.main-nav .top-menu li:nth-child(3) a {
  /*max-width: 136px;*/
  display: block;
  white-space: normal;
  line-height: 1;
}

/*Dev mine*/

/* Container fixes */
#js-product-list-top.products-selection {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

/* Left side - Title */
.total-products {
  flex: 0 0 auto;
  padding-right: 15px;
}

.product-list-title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

/* Right side container */
.col-lg-7 {
  flex: 1;
  min-width: 0;
}

.sort-by-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* gap: 15px; */
  flex-wrap: wrap;
}

/* Subcategory selector */
.products-subcategory-selector {
  flex: 0 0 auto;
}

.products-subcategory-selector .btn-unstyle {
  background: white;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}

.products-subcategory-selector .btn-unstyle:hover {
  background: #f5f5f5;
}

/* Sort by dropdown */
.col-sm-12.col-md-6 {
  flex: 0 0 auto;
  padding: 0;
}

.products-sort-order.dropdown {
  min-width: 180px;
}

.products-sort-order .btn-unstyle {
  background: white;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.products-sort-order .btn-unstyle:hover {
  background: #f5f5f5;
}

/* Make "Trier par :" behave like inline text, not a column */
.sort-by {
  display: inline-flex;
  align-items: center;
  width: auto !important;
  padding: 0 !important;
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #777;
  white-space: nowrap;
}

.sort-by span {
  margin-right: 10px !important;
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-family: "Inter";
}

section.facet {
  padding: 0 !important;
}

.sort-by-row div#js-product-list-top {
  text-align: end;
  width: auto;
  margin-right: 25px;
}

section.facet ul {
  margin: 0 !important;
}
/* =========================
   SUBCATEGORY BTN FILTER
   ========================= */
.subcategory-btn {
  display: inline-block;
  background-color: var(--c1, #f89200);
  color: var(--white, #fff);
  font-family: var(--font-secondary, "Unbounded", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid var(--c1, #f89200);
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.subcategory-btn:hover,
.subcategory-btn.active-filter {
  background-color: var(--white, #fff) !important;
  color: var(--c1, #f89200) !important;
}

/* ROUND dropdown buttons */
.products-subcategory-selector .btn-unstyle,
.products-sort-order .btn-unstyle {
  border-radius: 999px;
  /* pill shape */
  padding: 10px 18px;
  border: 1px solid #e3e3e3;
  background: #fff;
  min-height: 42px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  transition: all 0.2s ease;
}

.products-subcategory-selector .btn-unstyle:hover,
.products-sort-order .btn-unstyle:hover {
  background: #fafafa;
  border-color: #d6d6d6;
}

/* Dropdown menus */
.dropdown-menu {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.dropdown-menu a {
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eee;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
}

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

/* Material icons adjustment */
.material-icons.float-xs-right {
  float: right;
  font-size: 18px;
  margin-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .col-lg-7 {
    margin-top: 15px;
  }

  .sort-by-row {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .total-products {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }

  .col-lg-7 {
    width: 100%;
  }

  .sort-by-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .products-subcategory-selector,
  .col-sm-12.col-md-6 {
    width: 100%;
  }

  .sort-by {
    display: block;
    padding: 8px 0;
    font-weight: bold;
  }
}

/*Dev mine*/
/* .main-nav li.category:hover,
.main-nav li.link a:hover {
    background: rgba(255, 255, 255, 0.1);
} */
.products-selection h4.product-list-title {
  text-align: left;
}

/* Hero Section */
.hero-slider .slide-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 201px 0 218px;
  height: 600px;
}

.hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: #00000099;
  z-index: 1;
}

.slide-content {
  gap: 20px;
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-content h1 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  max-width: 1024px;
}

.primary-btn {
  background: var(--c1);
  padding: 8px 49px;
  border-radius: 63px;
  display: flex;
  justify-content: center;
}

.primary-btn a, .product-card .primary-btn span.cta-btn {
    color: var(--white);
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    filter: drop-shadow(0px 4px 4px #00000040);
    white-space: pre-line;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-section .owl-dots {
  width: 100%;
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 99;
  bottom: 54px;
  align-items: center;
  justify-content: center;
}

.hero-section .owl-dots button span {
  margin: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: var(--white);
}

.hero-section .owl-dots button.owl-dot.active span {
  background: var(--c1);
}

.slide-content .primary-btn {
  border-radius: 63px;
}

/* Quality Section */
.quality-section {
    padding: 90px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quality-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  background: #f89200;
  padding: 10px 26px;
  color: #fff;
  border-radius: 4px;
}

.quality-section .row {
  margin-top: 40px;
  row-gap: 37px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #003d6b;
  margin-bottom: 50px;
}

.product-card {
  padding: 54px 35px 23px;
  border: 2px solid #d9d9d9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  height: 100%;
}

.product-card .product-image img {
  aspect-ratio: 370/256;
  object-fit: cover;
}

.product-card .product-image {
  width: 100%;
}

.footer3-text b {
  font-weight: 900;
}

.product-card h6.product-cat {
  text-align: center;
  color: #666666;
}

.product-card h4 {
    display: block;
    overflow: hidden;
    margin-top: 22px;
    flex: 1;
}
#subcategories ul li {
    width: max-content;
    margin: 0;
    min-width: unset;
}
.product-card p {
  text-align: center;
  color: #000000;
  font: var(--font18-30);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}

.product-card a.cta-btn {
  font-size: 16px;
  text-align: center;
}

.product-card .primary-btn {
  padding: 0 23px;
   white-space: nowrap;
}

/* Ideas Section */

.ideas-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  /*padding: 0 57px 120px;*/
}

.ideas-section h2.highlighted {
  background: #0e3960;
  padding: 10px 26px;
  color: #fff;
  border-radius: 4px;
}

.ideas-section h3 {
  text-align: center;
}

.ideas-section .idea-block {
  width: 100%;
  gap: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ideas-section .idea-block .idea-list {
  position: relative;
}

.ideas-section .idea-list .content {
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ideas-section .idea-list .fatured-img img {
  aspect-ratio: 563/560;
  object-fit: cover;
}

.ideas-section .idea-list .content .tag {
  padding: 4px 13px;
  background: #37a7a6;
}

.ideas-section .content .tag p {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 12.6px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--white);
  margin: 0;
}

.ideas-section .inner-content {
  background: var(--white);
  padding: 9px 10px;
}

.ideas-section .inner-content .date p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.ideas-section .inner-content h4 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 27.1px;
  line-height: 36px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 15px;
  min-height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ideas-section .inner-content a {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14.6px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #0072ba;
}

.ideas-section .idea-list .content .tag.red {
  background: #ea4751;
}

/* Project Section */
.project-section {
  background: #0e3960;
  color: var(--white);
  padding: 70px 0 0;
  position: relative;
}

.project-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding-bottom: 70px;
}

.project-section p {
  font-family: Open Sans;
  font-weight: 800;
  font-size: 35.2px;
  line-height: 42.24px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
}

.mascot-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.mascot-image {
  margin-top: -160px;
  max-width: 521px;
}

/* Reviews Section */
.reviews-section {
  padding: 90px 0;
  background: #fff;
}

.reviews-header {
  text-align: center;
  margin-bottom: 50px;
}

.reviews-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.google-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.testimonial-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  min-height: 260px;
}

.quote-icon {
  color: #0a3d62;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}

.testimonial-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.profile-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}

.stars {
  color: #f1c40f;
  font-size: 14px;
}

.custom-nav {
  width: 48px;
  height: 48px;
  background: #ffa500;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.left-nav {
  left: -20px;
}
#search_widget {
    margin-bottom: .625rem;
    overflow: auto;
    margin-top: 10px;
}
div#js-product-list .page-not-found {
    padding: 25px;
    margin-bottom: 50px !important;
}
div#js-product-list .page-not-found div#search_widget {
    width: 100%;
}
div#js-product-list .page-not-found p{
    
    text-align:center;
}
.right-nav {
  right: -20px;
}

/* Dots styling */
.owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 4px;
  background: #b5b5b5 !important;
  border-radius: 50%;
  transition: 0.3s;
}

.owl-dots .owl-dot.active span {
  background: #ffa500 !important;
  transform: scale(1.3);
}

/* Features Section */
.features-section {
  padding: 120px 0;
  background: var(--white);
}

.feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  border: 2px solid #e3e3e3;
  border-radius: 30px;
  padding: 90px 26px 47px 26px;
  padding-bottom: 29px;
  height: 100%;
}

.feature-icon {
  position: absolute;
  top: -65px;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: #003d6b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  transition: all 0.3s;
}

.feature-icon img {
  max-width: 69px;
  object-fit: scale-down;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1);
  background: #004d7a;
}

.feature-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
}

.feature-text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  font-family: "Inter";
}

.feature-text span,
.features-section .feature-card span {
  font-size: 13px;
  font-family: "Inter";
  font-weight: 400;
}

.ideas-section .inner-content a {
  margin-top: 15px;
  display: inline-flex;
}

p.article-desc {
  font-family: "Inter";
  line-height: 30px;
  font-size: 16px;
}

/* Products Gallery */
.products-gallery {
  padding: 0px 0 60px 0;
  background: #fff;
  position: relative;
}

.gallery-title {
  text-align: center;
  margin-bottom: 50px;
}

.gallery-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s;
  border: 1.43px solid #e4e7e9;
}

.gallery-image {
  width: 100%;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 48px;
  min-height: 248px;
}

.gallery-info {
  background: white;
  padding: 20px 44px;
  text-align: center;
}

.gallery-image img {
  aspect-ratio: 336 / 268;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.gallery-item-title {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--black);
  margin-bottom: 22px;
  min-height: 58px;
}

.gallery-item-subtitle {
  font-size: 14px;
  color: #666;
  font-family: inter;
  margin-bottom: 15px;
}

.btn-gallery {
  color: #f89200;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  border: 1.5px solid #f89200;
}

.btn-gallery:hover {
  background: #e67e00;
  color: white;
}

.products-gallery .owl-carousel .owl-nav button.owl-next,
.products-gallery .owl-carousel .owl-nav button.owl-prev {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f89200;
  margin: 0 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}

.products-gallery .owl-carousel .owl-nav button.owl-next:hover,
.products-gallery .owl-carousel .owl-nav button.owl-prev:hover {
  background: #f89200;
}

.products-gallery .owl-carousel .owl-nav button.owl-next:hover svg,
.products-gallery .owl-carousel .owl-nav button.owl-prev:hover svg {
  color: var(--white);
  fill: var(--white);
}

.products-gallery .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.products-gallery .owl-carousel .owl-nav button {
  position: absolute;
  width: 66px;
  height: 66px;
}

.products-gallery .owl-carousel .owl-nav button span svg {
  width: 18px;
  height: 18px;
  object-fit: scale-down;
  color: #f89200;
}

.products-gallery .owl-carousel .owl-nav button.owl-next {
  right: -118px;
}

.products-gallery .owl-carousel .owl-nav button.owl-prev {
  left: -118px;
}

.gallery-controls {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 100%;
  margin: auto;
}

.gallery-arrow.prev {
  left: 0;
  position: absolute;
}

.gallery-arrow.next {
  right: 0;
  position: absolute;
}

.gallery-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff8c00;
  color: white;
  border: none;
  margin: 0 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}

.gallery-arrow:hover {
  background: #e67e00;
  transform: scale(1.1);
}

/* Partners Section */
.partners-section {
  padding: 90px 0;
  background: #f8f9fa;
}

.partners-section .partner-carousel {
  padding: 0px 0px;
}

.partners-title {
  text-align: center;
  margin-bottom: 59px;
}

.partners-slider .owl-stage {
  display: flex;
  height: 100%;
}

.partners-slider .owl-item .partner-item {
  height: 100%;
}

.partner-logo {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8px solid #e9e9e9;
  background: #fff;
  border-radius: 16px;
  height: 100%;
}

.partner-logo img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  height: 100px;
}

.partner-logo-img {
  max-width: 140px;
  height: 60px;
  background: #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #666;
  font-size: 12px;
  transition: all 0.3s;
}

.partner-logo:hover .partner-logo-img {
  transform: scale(1.05);
  background: #ccc;
}

/* Contact Page Styles */
.contact-banner-wrapper {
  margin-bottom: 60px;
}

.contact-banner,
.blog-banner {
  background-size: cover;
  background-position: center;
  padding: 190px 0;
  position: relative;
  color: #fff;
  text-align: center;
}

.contact-info-sidebar img {
  position: absolute;
  bottom: -53px;
  right: -78px;
  width: 100%;
  max-width: 240px;
}

.contact-banner h2,
.blog-banner h2 {
  color: #fff;
}

#ets_blog_page a {
  font-style: normal;
  font-family: "Unbounded";
}

.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.contact-banner-content {
  position: relative;
  z-index: 1;
}

/* Upload container */
.upload-box {
  border: 2px dashed #cfcfcf;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.upload-box:hover {
  border-color: #4da3ff;
}

/*class upload Image icon */

.upload-icon {
  width: 48px;
  margin-bottom: 12px;
  opacity: 0.7;
}

/* Main clickable text */
.upload-text {
  font-size: 14px;
  color: #525252;
  margin-bottom: 6px;
  font-family: "Inter";
  font-weight: 600;
}

.upload-text span {
  color: #0ea5e9;
  font-weight: 600;
}

/* File note */
.upload-note {
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}

/* Hide default input */
.file-input {
  display: none;
}

/* File Preview Styles */
.file-preview-container {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.file-preview-container img {
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}

.file-preview-container .file-name {
  font-size: 13px;
  color: #0e3960;
  font-weight: 500;
  word-break: break-all;
  display: block;
}

/*form mine class upload*/
.contact-banner-content h1 {
  font-family: var(--font-secondary);
  font-size: 48px;
  text-transform: uppercase;
}

.contact-info-sidebar {
  background: var(--c2);
  color: #fff;
  padding: 61px 40px;
  border-radius: 20px;
  width: 577px;
  position: relative;
}

.form-footer .btn-primary {
  background: var(--c1);
  padding: 19px 49px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  font-family: "Unbounded";
}

.contact-info-title {
  font-family: var(--font-secondary);
  font-size: 28px;
  margin-bottom: 80px;
  color: #fff;
}

.contact-page-content-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.contact-info-list {
  margin-bottom: 40px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 23px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
}

.contact-info-item.mail-item {
  margin-top: 12px;
  margin-bottom: 40px;
}

.contact-info-item.address-item {
  margin-bottom: 46px;
}

.contact-info-item i {
  color: #fff;
  margin-top: 4px;
}

.contact-social-networks h3 {
  font-family: var(--font-secondary);
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
  border: 1px solid #4caf50;
}

.social-icons a:hover {
  background: var(--c1);
  color: #fff;
}

.contact-form-wrapper {
  background: #f8f9fa;
  padding: 22px 54px;
  border-radius: 20px;
  width: calc(100% - 601px);
}

.contact-form {
  padding: 0;
  background: unset;
}

.contact-form .form-control {
  border: 1px solid #94a3b863;
  border-radius: 58px;
  height: 55px;
  background: #ffffff;
}

.contact-form .form-control::placeholder,
.contact-form textarea.form-control::placeholder {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #666666;
}

footer.form-footer {
  display: flex;
  gap: 33px;
  align-items: center;
}

footer.form-footer .input-group .form-control {
  display: none;
}

footer.form-footer label {
  border: 1px solid #b4b4b4;
  border-style: dashed;
  border-radius: 16px;
  padding: 16px 19px;
  background: #fafafa;
}

.contact-form textarea.form-control {
  border-radius: 25px;
  height: 166px;
}

.contact-form .form-control-label {
  text-align: start;
  font-family: Unbounded;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
}

.project-section h2.project-title {
  color: var(--white);
}

.contact-form-section .form-group label {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  color: #333;
}

.project-content .primary-btn {
  padding-inline: 23px;
}

.project-content .primary-btn a {
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.contact-form-section .form-control {
  border-radius: 30px;
  padding: 12px 20px;
  border: 1px solid #ddd;
  font-family: var(--font-primary);
}

.contact-form-section textarea.form-control {
  border-radius: 20px;
}

.file-upload-wrapper {
  margin-top: 20px;
}

.file-input-container {
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.file-input-container input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-dummy i {
  font-size: 30px;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
}

.file-dummy span {
  font-size: 12px;
  color: #999;
}

.btn-contact-submit {
  background: var(--c1);
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  transition: 0.3s;
  width: 100%;
  max-width: 300px;
}

.btn-contact-submit:hover {
  background: #e67e00;
  color: #fff;
}

.contact-maps-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.map-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 550px;
}

.map-item iframe {
  height: 100%;
}

.view-larger-map {
  display: block;
  padding: 10px 15px;
  background: #fff;
  font-size: 12px;
  color: #0072ba;
  text-decoration: underline;
}

/* Footer */
#footer {
  padding: 0;
}

.fot-1st-col p.footer-text {
  padding-right: 80px;
}

.footer-container-inner {
  padding: 0px 30px;
}

.footer {
  background: #000000 !important;
  padding: 60px 0 0;
}

.footer p {
  color: #adb7bc;
  line-height: 30px;
}

.footer-logo {
  margin-bottom: 40px;
}

footer.form-footer div input.btn.btn-primary {
  width: 100%;
}

.footer-logo img {
  max-width: 205px;
}

footer.form-footer div {
  flex: 1;
}

.footer-mail {
  display: flex;
  gap: 3px;
  color: var(--white);
}

.footer-mail img {
  width: 21px;
  height: 21px;
  object-fit: scale-down;
}

.footer-phone {
  color: var(--white);
  margin-bottom: 13px;
}

.footer-phone a {
  color: var(--white);
}

.footer-address {
  margin-bottom: 12px;
}

.footer h2 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

.footer-text {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #adb7bc;
  margin-bottom: 77px;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-bottom: 25px;
  margin-top: 30px;
  text-transform: capitalize;
}

.footer3-text {
  max-width: 331px;
  margin-bottom: 31px;
}

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

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

.footer-links a {
  color: #adb7bc;
  text-decoration: none;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ff8c00;
}

.footer-social-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4caf50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #4caf50;
}

.social-icon:hover {
  transform: translateY(-3px);
  background: #27ae60;
  color: white;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding: 25px 15px;
  text-align: center;
  font-size: 12px;
  color: #666;
  padding-bottom: 0;
  width: 100%;
  max-width: 1416px;
  margin: 71px auto 0 auto;
}

.brand-p-sol {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 55px;
}

.brand-p-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.brand-p-item img {
  max-width: 70px;
  height: 80px;
  object-fit: scale-down;
}

.abt-block .brand-p-item p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14.9px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--black);
  margin: 0;
}

.brand-p-item h4 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  color: var(--black);
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content h2 {
    font-size: 28px;
  }

  .section-title {
    font-size: 24px;
  }

  .main-nav li.category {
    padding: 15px !important;
  }
}

/* Category Banner Styles */
/* .category-banner-wrapper {
    margin-bottom: 40px;
} */

.category-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 190px 0;
  position: relative;
  color: var(--white);
  display: flex;
  align-items: center;
  background-color: var(--c2);
  /* Fallback color */
}

.category-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.category-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.category-banner-content h1 {
  font-family: var(--font-secondary);
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.category-description-text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.category-hook-before-products {
  margin-bottom: 30px;
}

.category-products-hook {
  margin-bottom: 20px;
}

/* Blog Banner Styles */
/* .blog-banner-wrapper {
    margin-bottom: 50px;
} */

.blog-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: var(--white);
  display: flex;
  align-items: center;
  background-color: var(--c2);
  /* Fallback color */
}

.blog-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.blog-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.blog-banner-content h1 {
  font-family: var(--font-secondary);
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.blog-banner-content p,
.blog-description {
  font-size: 18px;
  opacity: 0.9;
}

.blog-inner-row .blog-main-content {
  padding-block: 120px;
}

.blog-main-page a:hover {
  color: #f89200;
}

.ets-blog-wrapper-detail {
  background-color: unset;
  padding: 0px;
}

.ets-blog-wrapper-content {
  padding: 0;
}

/* Sidebar Brands */
.brands-sidebar-block {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.brands-sidebar-block .block-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--c2);
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid var(--c1);
  padding-bottom: 10px;
}

.brands-sidebar-slider .brand-item {
  text-align: center;
  padding: 10px;
}

.brands-sidebar-slider .brand-item img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}

.brands-sidebar-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--c1) !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-sidebar-slider .owl-nav button.owl-prev {
  left: -10px;
}

.brands-sidebar-slider .owl-nav button.owl-next {
  right: -10px;
}

/* About Us Page Custom Styles */
.banner {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 190px 0;
  color: white;
  text-align: center;
  overflow: hidden;
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

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

.banner h2,
.category-banner-content h2 {
  color: white;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}

.abt-block {
  padding: 120px 0;
}

.abt-block .cont-wrap > h2 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--black);
}

.abt-block .cont-wrap > img {
  margin-bottom: 40px;
  border-radius: 30px;
  width: 100%;
  height: 675px;
  object-fit: cover;
}

.mission .right p span {
  display: block;
  padding-top: 25px;
}

.abt-block p {
  margin-bottom: 25px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #666666;
}

.count-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px;
  background: #f89200;
  border-radius: 30px;
}

.c-item {
  text-align: center;
}

.c-item img {
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  max-width: 80px;
  object-fit: scale-down;
}

.c-item h3 {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 4px;
}

.c-item p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  margin: 0;
}

.p-sol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}

.p-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 400px;
}

.p-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.p-item:hover img {
  transform: scale(1.05);
}

.p-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px;
  color: white;
}

.p-item .content h4 {
  color: white;
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: var(--font-primary);
}

.p-item .content p {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-size: 15px;
  margin: 0;
}

.mission-container {
  padding-left: 56px;
  padding-right: 230px;
}

.mission .cont-wrap {
  display: flex;
  align-items: center;
  gap: 33px;
}

.mission .left {
  flex: 1;
}

.mission .left img {
  border-radius: 89px;
}

.mission .right {
  flex: 1;
}

.mission .right h2 {
  margin-bottom: 30px;
  color: var(--black);
  text-align: left;
}

.mission .right p {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 0px;
  text-align: left;
  color: #666666;
}

/* Features Container Styles matching User HTML */
.features-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 40px;
}

.features-section .feature-card {
  background: white;
  padding: 40px 25px 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  margin-top: 40px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: auto;
}

.features-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.features-section .feature-card .feature-icon {
  width: 117px;
  height: 117px;
  background: var(--c2, #0e3960);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -96px auto 20px;
  position: relative;
  top: 0;
}

.features-section .feature-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--black);
  font-family: var(--font-primary);
  font-weight: 700;
}

.features-section .feature-card p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-family: "Inter";
}

#main .page-content h6 {
  margin-bottom: 23px !important;
}

.privacy h4 {
  color: #fff;
  text-transform: inherit;
}

.feature-note {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.ets-page-home .ets-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ets-blog-list li {
  width: 100% !important;
}

.ets-blog-list .post-wrapper {
  box-shadow: 0px 3px 13px 0px #0000000a;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 48px;
}

.ets-blog-list .post-wrapper a.ets_title_block {
  font-family: "Unbounded";
  font-size: 20px;
  font-weight: 500;
}

.ets-blog-list .post-wrapper a.ets_item_img {
  height: 275px;
}

.ets-blog-list .post-wrapper a.ets_title_block {
  margin-top: 36px;
}

.ets-blog-wrapper-content {
  padding: 10px 24px;
}

.ets_title_block {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}

.blog_description p {
  font-size: 18px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read_more {
  color: #f89200;
  padding: 10px 62px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  border: 1.5px solid #f89200;
  margin-top: 36px;
}

.read_more:hover {
  color: #f89200;
}

.product-miniature .thumbnail-container {
  border: 1.43px solid #e4e7e9;
  border-radius: 25px;
}

article.product-miniature.js-product-miniature.reviews-loading {
  height: 100%;
  margin-bottom: 35px;
}

.product-flags li.product-flag {
  background: #f89200;
}

.product-miniature .product-title a {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 34px 0px;
}

.product-description-short {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
  min-height: 90px;
}

.wishlist-button-add i {
  color: #f89200 !important;
}

.h3.product-title,
.product-miniature .product-description {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.product-actions .btn-primary {
  color: #f89200;
  padding: 10px 61px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  border: 1.5px solid #f89200;
  background: #fff;
  margin-top: 18px;
}

#products {
  /*padding-block: 120px;*/
}

#products .products .js-product {
  padding-inline: 11px;
}

.modal.show {
  opacity: 1;
}

#products .products .js-product article {
  margin-bottom: 0;
}

#products .products .js-product article .highlighted-informations {
  display: none;
}

#products .products .js-product article .product-description::after {
  opacity: 0;
}

#products .products .js-product article .product-actions a {
  padding: 19px 74px 18px 75px;
  border-radius: 63px;
  font-family: "Unbounded";
}

#products .products .js-product article .thumbnail-container {
  padding-bottom: 34px;
}

#header .menu > ul > li .sub-menu {
  display: none !important;
}

#header .menu > ul > li:hover .sub-menu {
  display: block !important;
}

/* privacy policy page start here */
.privacy-content {
  padding-block: 55px;
}

.privacy-content h4 {
  text-align: left;
  margin-bottom: 23px;
  text-transform: unset;
}

.privacy-content h4.mt-3 {
  margin-top: 30px !important;
}

.privacy-content h6 {
  color: #000;
  font-weight: 400;
  font-family: "Unbounded";
}

.privacy-content .cont-wrap p {
  font: var(--font18-30);
  color: #666666;
  font-weight: 400;
}

.privacy h4 {
  color: #fff;
}

.blog-submit-form .blog-submit input {
  background: #f89200 !important;
  border-radius: 63px;
  font-family: "Unbounded";
}

div#search_filters .facet-dropdown.dropdown {
  width: auto;
  /* border: 1px solid #E4E7E9; */
  border-radius: 52px;
  padding: 0 !important;
  box-shadow: unset;
  margin: 0;
  border: unset;
}

.products-sort-order button i {
  color: #adb7bc;
  font-size: 23px !important;
}

.products-sort-order .btn-unstyle {
  padding: 11px 18px;
  background: #f6f6f6;
}

div#search_filters a.select-title {
  border: 1px solid #e4e7e9;
  border-radius: 52px;
  padding: 0 16px !important;
  height: 44px;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-transform: capitalize;
  gap: 15px;
}

div#search_filters a.select-title i {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb7bc;
  font-size: 23px;
}

.contact-info-item p,
.contact-info-item p a {
  color: #fff !important;
}

div#search_filters {
  padding: 0;
  background: #f6f6f6;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

section.facet {
  display: flex;
  align-items: center;
  justify-content: end;
}

.product-detail-section ul.product-images.js-qv-product-images li img {
  margin: 0 !important;
  padding: 0 !important;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container {
  display: flex;
  width: 100%;
  border-radius: 10px;
  height: 174px;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container
  picture {
  width: 100%;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container
  picture
  img {
  object-fit: cover;
  border: 1px solid #ddd;
  height: 100%;
  border-radius: 10px;
  overflow: auto;
}
.product-detail-section
  ul.product-images.js-qv-product-images
  li.thumb-container
  img.selected {
  border: 1px solid #f89200;
}
/* .facet-dropdown.open>.select-title {
    border: unset !important;
} */

.contact-form .form-control::placeholder {
  font-family: "Inter";
}

#main .page-content,
#main .page-footer,
#main .page-header {
  margin-bottom: 0 !important;
}

p.footer-phone {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.file-preview-container span.remove-file {
  background: #ff1717;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
}
.product-description ul.product-description-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}
.product-description ul.product-description-list li {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #666666;
  margin: 0;
  align-items: center;
}
.product-description ul.product-description-list li img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.product-description ul.product-description-list li::before {
  content: unset;
}
.reassurance-item-first .item-product svg {
  width: 58px;
  height: 58px;
}
.blockreassurance_product .item-product {
  height: auto;
  float: left;
  margin-right: 0;
  padding-top: 0;
  width: auto;
}
.blockreassurance_product
  .reassurance-item-other
  .reassurance-row
  span.item-product
  svg {
  width: 40px;
  height: 40px;
}
.blockreassurance_product .reassurance-item-other .reassurance-row {
  align-items: flex-end;
  margin: 0;
}
/* 11-02-26  */

.product-detail-section {
  margin: 0 auto;
  padding: 55px 0;
}

.product-detail-section .breadcrumb {
  margin-bottom: 21px;
}

.product-detail-section .product-cover {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 763px;
}
.product-detail-section .product-cover picture {
  height: 100%;
  display: inline-block;
  width: 100%;
}
.product-detail-section .product-cover picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#product .product-detail-section #content {
  max-width: 905px;
  margin: 0;
  width: 100%;
}

.product-detail-section .product-container {
  align-items: center;
}

.product-detail-section .product-container h1 {
  font-family: Unbounded;
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 26px;
}

.product-detail-section .product-manufacturer img {
  max-height: 63px !important;
  max-width: 217px;
  object-fit: cover;
}

.product-detail-section .product-manufacturer {
  margin-bottom: 54px !important;
}

.explore-brand-div {
  border: 1.67px solid #c5c5c5;
  padding: 11px;
  border-radius: 15px;
}

.explore-brand-div button {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  background: #c7c7c7;
  color: #000;
  border: unset;
}

.explore-brand-div button:hover {
  background: #c7c7c7;
  color: #000;
}

.product-detail-section ul.product-images.js-qv-product-images {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}
.product-detail-section ul.product-images.js-qv-product-images li img {
  margin: 0 !important;
  padding: 0 !important;
}
.product-detail-section .product-summary {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

.product-detail-section .product-reference,
.product-detail-section .product-reference label {
  font-family: Unbounded;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000000;
}

/* Breadcrumb Home Icon */
.breadcrumb i.material-icons {
  font-size: 18px;
  vertical-align: middle;
  color: #444;
}

/* Reassurance Custom Styling */
.blockreassurance_product {
  margin-top: 30px;
  border: none;
  padding: 0;
}

.blockreassurance_product .reassurance-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

/* First item: Larger title, icon on the right */
.blockreassurance_product .reassurance-item-first .reassurance-row {
  margin-bottom: 15px;
}

.blockreassurance_product .reassurance-item-first .block-title {
  font-family: Unbounded;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}

.blockreassurance_product .reassurance-item-first .item-product img {
  height: 50px;
  width: auto;
}

/* Other items: Smaller text, icon on the left */
.blockreassurance_product .reassurance-item-other .reassurance-row {
}

.blockreassurance_product .reassurance-item-other .block-title {
  font-size: 20px;
  font-weight: 500;
  color: #666;
}

.blockreassurance_product .reassurance-item-other .item-product img {
  height: 35px;
  width: auto;
}

.blockreassurance_product .reassurance-item-other .block-title-description p {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666666 !important;
}

/* breadcrumb start here  */
.container-classic nav.breadcrumb ol li a svg {
  width: 42px;
  height: 32px;
}
.container-classic nav.breadcrumb ol {
  display: flex;
  align-items: center;
}
.container-classic nav.breadcrumb ol li span {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
}
.js-product article .thumbnail-container .thumbnail-top {
  height: 350px;
}
.js-product article .thumbnail-container .thumbnail-top a.thumbnail {
  height: 100%;
}
.js-product article .thumbnail-container .thumbnail-top a.thumbnail picture img,
.js-product article .thumbnail-container .thumbnail-top a.thumbnail picture {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.js-product-images-modal .modal-body {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.js-product-images-modal .modal-body picture img {
  object-fit: cover;
}
.js-product-images-modal
  .modal-body
  ul.product-images
  li.thumb-container.js-thumb-container {
  display: flex;
  width: 100%;
  /* aspect-ratio: 132 / 148; */
  /* height: 100%; */
}
#product-modal .modal-content .modal-body .product-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width:120px;
}
.js-product-images-modal .modal-body figure {
  max-height: 550px;
}
.js-product-images-modal
  .modal-body
  ul.product-images
  li.thumb-container.js-thumb-container
  picture {
  min-height: 120px;
}
.js-product-images-modal .modal-body figure picture img {
  height: 100%;
}
.js-product-images-modal
  .modal-body
  ul.product-images
  li.thumb-container.js-thumb-container
  picture,
.js-product-images-modal
  .modal-body
  ul.product-images
  li.thumb-container.js-thumb-container
  picture
  img {
  width: 100% !important;
  /* height: 100%; */
  display: inline-block;
  margin: 0 !important;
}




body#search section#main {
    padding: 50px 0;
}

body#search section#main h1#js-product-list-header {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

body#search section#main section#content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* 15 jan  */

/* media screen start here */

/* =====================Responsive */

@media (max-width: 1899px) {
  .main-nav .top-menu {
    gap: 15px;
  }
  .main-nav .top-menu {
    gap: 15px;
}
  .main-nav li.category a, .main-nav li.link a {
    font-size: 16px;
    line-height: 26px;
}
.main-nav li.category a, .main-nav li.link a {
    font-size: 16px;
}
}

@media (max-width: 1599px) {
  .main-nav li.category a,
  .main-nav li.link a {
    font-size: 16px;
  }
  
  .products-gallery .owl-carousel .owl-nav button.owl-next {
    right: -22px;
}

  .main-nav .top-menu {
    gap: 10px !important;
  }
}

@media (max-width: 1399px) {
  .main-nav li.category a,
  .main-nav li.link a {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .ideas-section .idea-block {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .project-section p {
    font-size: 24px;
    line-height: 34px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .project-content {
    gap: 20px;
    padding-bottom: 25px;
  }

  .project-content .primary-btn {
    padding-inline: 23px;
    margin-top: 15px !important;
  }

  .features-section {
    padding: 80px 0;
  }

  .features-section .row {
    row-gap: 80px;
  }

  .feature-text {
    font-size: 16px;
    line-height: 24px;
  }

  .feature-icon img {
    max-width: 30px;
    max-height: 30px !important;
  }

  .feature-icon {
    top: -42px;
    width: 80px;
    height: 80px;
  }

  .feature-item {
    padding: 60px 25px;
    padding-bottom: 15px;
  }

  .gallery-info {
    padding: 20px 5px;
  }

  .gallery-item-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .products-gallery .owl-carousel .owl-nav button {
    position: unset;
  }

  .products-gallery .owl-carousel .owl-nav button.owl-next,
  .products-gallery .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
  }

  .products-gallery .owl-nav {
    position: relative;
    top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gallery-item-title,
  .footer-text {
    font-size: 16px;
    line-height: 24px;
  }

  .fot-1st-col p.footer-text {
    padding-right: 0;
  }

  .mission-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .mission .left img {
    border-radius: 20px;
  }

  .main-nav li.category a,
  .main-nav li.link a {
    font-size: 12px;
    line-height: 20px;
  }

  .main-nav .top-menu {
    gap: 6px;
  }

  .contact-form-wrapper,
  .contact-info-sidebar {
    width: 50%;
    padding: 30px;
  }

  .contact-info-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .contact-info-item.address-item,
  .contact-info-item.mail-item {
    margin-bottom: 20px;
  }
  .product-container .single-product-sec {
    padding-left: 20px;
  }
  .product-detail-section .product-container {
    align-items: flex-start;
    margin: 0;
  }
  .product-detail-section {
    margin: 0;
    padding: 50px 0;
  }
  .steps-header,
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding: 20px;
    font-size: 20px;
  }

  .configurator-main-sec ul.steps-list .step-menu-item span.step-name {
    font-size: 20px;
  }
  .config-header h2 {
    font-size: 30px;
  }
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding-block: 18px;
  }
  .container-classic {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .container-classic nav.breadcrumb ol li span {
    font-size: 18px;
    line-height: 28px;
  }
  .container-classic nav.breadcrumb ol li a svg {
    width: 28px;
    height: 28px;
  }
  .product-detail-section .product-container h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .explore-brand-div {
    padding: 6px;
  }
  .explore-brand-div button {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
  }
  .product-detail-section .product-manufacturer {
    margin-bottom: 20px !important;
  }
  .product-detail-section .product-reference,
  .product-detail-section .product-reference label {
    font-size: 18px;
    line-height: 26px;
  }
  .product-description ul.product-description-list li {
    font-size: 16px;
    line-height: 30px;
  }
  .blockreassurance_product {
    margin-top: 10px;
  }
  .reassurance-item-first .item-product svg {
    width: 40px;
    height: 40px;
  }
  .blockreassurance_product .reassurance-item-first .block-title {
    font-size: 18px;
    line-height: 26px;
  }
  .blockreassurance_product .reassurance-item-other .block-title-description p {
    font-size: 16px;
    line-height: 28px;
  }
  .product-detail-section .product-cover {
    height: 500px;
  }
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 150px;
  }
  #product .product-detail-section #content {
    max-width: 100%;
  }
  .config-header {
    margin-bottom: 30px !important;
  }
  .step-options h4 {
    font-size: 20px;
  }
  .option-label-container {
    padding: 10px;
  }
  .configurator-navigation {
    margin-top: 15px !important;
  }
  .color-main-right {
    padding: 15px;
  }
  .ral-info-sidebar h5 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    padding-right: 0;
  }
  .ral-picker-block {
    padding: 10px;
  }
  .dimension-image-wrapper {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 991px) {
  div#mobile-top-menu {
    width: 100%;
  }

  .main-nav .top-menu {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .main-nav li.category {
    padding: 0px !important;
  }

  #header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-wrapper,
  .contact-info-sidebar {
    width: 50%;
    padding: 20px;
  }

  .count-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-sol {
    grid-template-columns: 1fr;
  }

  .mission .cont-wrap {
    flex-direction: column;
  }

  .features-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner h1 {
    font-size: 40px;
  }

  .ets-page-home .ets-blog-list {
    grid-template-columns: repeat(2, 1fr);
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  :root {
    --font18-30: 300 16px/24px var(--font-primary);
  }

  .quality-section {
    padding: 50px 15px;
  }

  .product-card {
    padding: 20px;
    gap: 13px;
  }

  .ideas-section .inner-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .primary-btn a {
    font-size: 18px;
    line-height: 40px;
  }

  .ideas-section {
    gap: 20px;
    padding: 0 15px 80px;
  }

  .feature-text {
    font-size: 14px;
    line-height: 21px;
  }

  .slide-content h1 {
    font-size: 34px;
  }

  .primary-btn {
    border-radius: 63px;
  }

  .hero-slider .slide-item {
    padding: 120px 0 120px;
  }

  .quality-section .row {
    margin-top: 25px;
    row-gap: 25px;
  }

  .gallery-title,
  .partners-title {
    margin-bottom: 25px;
  }

  .partner-carousel,
  .footer-container-inner {
    padding: 0px 15px;
  }

  .partner-logo {
    padding: 5px;
  }

  header .cart-item {
    margin-left: 15px;
  }

  header .top-bar-item a .top-bar-innercontent {
    display: none;
  }

  .banner,
  .abt-block,
  .category-banner,
  #products {
    padding-block: 80px;
  }

  .abt-block p {
    font-size: 16px;
    line-height: 24px;
  }

  .brand-p-sol {
    gap: 25px;
    margin-top: 45px;
    flex-wrap: wrap;
  }

  .mission-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mission .left img {
    border-radius: 20px;
  }

  /* .main-nav .top-menu {
    display: none;
} */
  footer.form-footer {
    gap: 20px;
    
    flex-wrap: wrap;
  }

  .ets_blog_layout_grid .ets-blog-list li {
    padding: 0 15px 0px;
  }

  .contact-banner,
  .blog-banner {
    padding: 100px 0;
  }

  .ets-blog-wrapper-content {
    padding: 10px 15px;
  }

  .main-nav .top-menu .sub-menu {
    width: 160px;
    padding: 10px 20px;
  }
  .config-header h2 {
    font-size: 24px;
  }
  .product-detail-section .product-manufacturer img {
    max-width: 150px;
  }
  .product-container .single-product-sec {
    padding-left: 15px;
    padding-top: 25px !important;
  }
  .explore-brand-div button {
    font-size: 14px;
    line-height: 21px;
  }
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 150px;
  }
  .product-detail-section .product-container h1 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .ps-configurator-container {
    margin: 20px 0 20px 0;
  }
  .ral-sidebar-content img.img-fluid {
    max-height: unset !important;
    object-fit: cover;
  }
  .ral-category-tab:hover {
    box-shadow: unset;
  }
  .ral-category-tab span.ral-category-swatch {
    width: 100% !important;
    height: 30px !important;
  }
  .ral-categories .col-md-6 {
    margin-bottom: 10px !important;
  }
  .range-slider-input {
    width: calc(100% - 54px);
  }
  .input-range-sec {
    width: 40px;
    height: 40px;
  }
  .product-detail-section ul.product-images.js-qv-product-images {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
    .hero-slider .slide-item {
    height: 376px;
}
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .ets_blog_related_posts_type_carousel .owl-controls {
    right: 0;
  }

  footer.form-footer {
    flex-direction: column;
    margin-top: 20px;
  }
.contact-info-sidebar img {
    right: 0;
}
.main-nav {
    background: var(--c2);
    padding: 8px 0;
}
  .slide-content h1 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .primary-btn a {
    font-size: 16px;
    line-height: 35px;
  }

  .count-block {
    grid-template-columns: 1fr;
  }

  .features-container {
    grid-template-columns: 1fr;
  }

  .ets-page-home .ets-blog-list {
    grid-template-columns: repeat(1, 1fr);
  }

  :root {
    --font18-30: 300 14px/21px var(--font-primary);
  }

  .footer-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .hero-slider .slide-item {
    padding: 100px 0 100px;
  }

  .primary-btn,
  .form-footer .btn-primary {
    padding: 6px 20px;
    height: 48px;
    justify-content: center;
    align-items: center;
  }

  .primary-btn a,
  .form-footer .btn-primary {
    font-size: 14px;
    line-height: 30px;
  }

  .quality-section .row {
    margin-top: 15px;
    row-gap: 20px;
  }

  .product-card {
    padding: 15px 10px;
    gap: 8px;
  }

  .ideas-section .idea-block {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .ideas-section h2.highlighted {
    padding: 10px;
    text-align: center;
  }

  .ideas-section .inner-content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .ideas-section .inner-content h4 {
    min-height: auto;
  }

  .ideas-section .inner-content a {
    margin-top: 4px;
  }

  .ideas-section {
    gap: 15px;
    padding: 0 15px 50px;
  }

  .ideas-section .primary-btn.mt-5 {
    margin-top: 15px !important;
  }

  .project-section,
  .reviews-section,
  .banner,
  .abt-block,
  .features-section
 {
    padding-block: 50px;
  }
  #products {
        padding:  0 0 50px 0px;
    }

  .project-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .mascot-image {
    margin-top: 0;
    max-width: 100%;
  }

  .feature-icon {
    top: -31px;
    width: 60px;
    height: 60px;
  }

  .features-section .row {
    row-gap: 50px;
  }

  .gallery-title,
  .partners-title {
    margin-bottom: 15px;
  }

  .products-gallery .owl-carousel .owl-nav button.owl-next,
  .products-gallery .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }

  .products-gallery .owl-carousel .owl-nav button span svg {
    width: 14px;
    height: 14px;
  }

  .footer-text {
    margin-bottom: 20px;
  }

  .footer-links a,
  .footer-text,
  .abt-block p,
  .mission .right p,
  .footer p,
  .product-description-short {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-logo,
  .footer h2 {
    margin-bottom: 20px;
  }

  .footer-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .footer-bottom {
    padding: 15px;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0 auto;
  }

  header .top-bar-content {
    gap: 10px;
  }

  header .top-bar-icon {
    width: 35px;
    height: 35px;
  }

  header .top-bar-icon i {
    font-size: 16px;
  }

  header .cart-item .blockcart img {
    width: 25px;
    height: 25px;
  }

  header .top-bar {
    padding: 8px 15px;
  }

  header .cart-item {
    margin-left: 0;
  }

  #header .logo {
    max-width: 130px;
  }

  header .cart-item .cart-products-count {
    width: 16px;
    height: 16px;
    top: -7px;
    right: -7px;
  }

  .brand-p-sol {
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
  }

  .count-block {
    gap: 15px;
    padding: 15px;
  }

  .c-item img {
    height: 50px;
  }

  .c-item h3 {
    font-size: 24px;
  }

  .abt-block .cont-wrap > img {
    margin-bottom: 15px;
    height: auto;
  }

  .cont-wrap p {
    margin-bottom: 15px;
  }

  .brand-p-item {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brand-p-item h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .mission .right h2 {
    margin-bottom: 15px;
  }

  .footer-title,
  .footer-social-title {
    font-size: 16px;
    line-height: 24px;
  }

  .abt-block .brand-p-item p {
    text-align: center;
  }

  .contact-page-content-row {
    gap: 15px;
    flex-direction: column;
  }

  .contact-form-wrapper,
  .contact-info-sidebar {
    width: 100%;
    padding: 12px;
  }

  .contact-banner-wrapper {
    margin-bottom: 50px;
  }

  .contact-info-item {
    gap: 8px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .contact-info-list {
    margin-bottom: 20px;
  }

  .contact-info-title,
  .contact-social-networks h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .social-icons {
    gap: 8px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .contact-form .form-control {
    height: 48px;
    font-size: 14px;
  }

  .contact-form .form-control-label,
  .blog_description p {
    font-size: 14px;
    line-height: 18px;
  }

  .ets_title_block {
    font-size: 18px;
    line-height: 24px;
  }

  .read_more {
    margin-top: 15px;
  }

  .contact-form textarea.form-control {
    height: 120px;
  }

  .contact-maps-section .row {
    row-gap: 20px;
  }

  .contact-banner,
  .blog-banner {
    padding: 80px 0;
  }

  .product-miniature .product-title a {
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0px 10px 0;
  }

  .product-description-short {
    min-height: 0px;
  }

  #products .products .js-product article .product-actions a {
    padding: 15px 44px 14px 44px;
  }

  .page-heading .title_cat {
    font-size: 18px;
    line-height: 28px;
  }
  .container-classic nav.breadcrumb ol li a svg {
    width: 20px;
    height: 20px;
  }
  .container-classic nav.breadcrumb ol li span {
    font-size: 16px;
    line-height: 22px;
  }
  .product-detail-section .product-container .col-lg-6 {
    padding: 0;
  }
  .product-detail-section .product-cover {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .product-detail-section ul.product-images.js-qv-product-images {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 100px;
  }
  .product-description ul.product-description-list li {
    font-size: 14px;
    line-height: 24px;
    align-items: flex-start;
    gap: 8px;
  }
  .product-detail-section .product-reference,
  .product-detail-section .product-reference label {
    font-size: 16px;
    line-height: 22px;
    margin: 0 !important;
  }
  .product-description ul.product-description-list li img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    margin-top: 5px;
  }
  .blockreassurance_product .reassurance-item-other .block-title-description p {
    font-size: 14px;
    line-height: 21px;
  }
  .product-detail-section .product-manufacturer {
    flex-direction: column;
  }
  .explore-brand-div button {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
  .steps-header,
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding: 15px;
    font-size: 16px;
  }
  .configurator-main-sec ul.steps-list .step-menu-item span.step-name {
    font-size: 16px;
  }
  .configurator-main-sec ul.steps-list .step-menu-item {
    padding-block: 13px;
  }
  .configurator-main-sec ul.steps-list {
    gap: 8px;
  }
  .step-options .option-wrapper {
    margin-bottom: 12px !important;
  }
  .product-detail-section .product-manufacturer img {
    max-width: 130px;
  }
  .config-header h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .step-options h4 {
    font-size: 18px;
  }
  .config-step[data-step="2"] .option-label {
    font-size: 14px;
  }
  .config-step[data-step="2"] .option-label-container {
    padding: 12px 10px;
  }
  button#next-step {
    padding-inline: 25px !important;
    border-radius: 63px;
  }
  .ral-categories .col-md-6 {
    padding-inline: 0 !important;
  }
  .ral-trigger-card .option-label-container {
    padding: 5px;
  }
  .product-detail-section .product-cover {
    height: 400px;
  }
}

@media (max-width: 425px) {
    #search_widget form input {
    padding: 10px 30px 10px 40px;
}
  .product-detail-section
    ul.product-images.js-qv-product-images
    li.thumb-container {
    height: 80px;
  }
  .product-detail-section .product-cover {
    height: 300px;
  }
  .product-detail-section ul.product-images.js-qv-product-images {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* --- Contact Form Validation Styles --- */
.contact-form .error {
  border-color: #ff4d4d !important;
  background-color: #fff9f9 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 77, 0.1) !important;
}

.contact-form .validation-error {
  color: #ff4d4d;
  font-size: 0.85rem;
  margin-top: 5px;
  display: block;
  font-weight: 500;
  animation: fadeInError 0.3s ease-in-out;
}

@keyframes fadeInError {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
 the  }
}

/* Optional: style for required asterisk or field highlighting */
.contact-form .form-control:focus {
  outline: none;
}





/**************** CSS ACHRAF *************************/


.ral-category-colors-container {
    position: relative;
    z-index: 999;
}
}