@charset "UTF-8";
/*!
Theme Name: MIU Classique Element Custom Theme
Theme URI: http://underscores.me/
Author: MIU Global Pte Ltd
Author URI: https://miu.sg
Description: Classique Element Site\'s Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: miuclassique
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MIU Classique Element Custom Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Testimonial Slider */
.c-testimonial-slider {
  height: 100%;
  background-color: #282828;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-testimonial-slider__title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 51px;
  margin-top: 0;
}
.c-testimonial-slider__desc {
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  font-size: 40.4784px;
  line-height: 1.304;
  text-align: center;
  color: #ffffff;
  margin-top: 51px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 863px;
}
.c-testimonial-slider__client-name {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-bottom: 71px;
  margin-top: 0;
}
.c-testimonial-slider .swiper-button-next,
.c-testimonial-slider .swiper-button-prev {
  color: #ffffff;
  transition: all 0.5s ease;
  width: 42px;
  height: 42px;
  z-index: 10;
}
.c-testimonial-slider .swiper-button-next::after,
.c-testimonial-slider .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
}
.c-testimonial-slider .swiper-button-next:hover,
.c-testimonial-slider .swiper-button-prev:hover {
  color: #f27260;
  transform: scale(1.05);
}
.c-testimonial-slider .swiper-button-prev {
  left: 100px;
}
.c-testimonial-slider .swiper-button-next {
  right: 100px;
}
.c-testimonial-slider .swiper-pagination-bullet {
  background-color: #39373a;
  opacity: 1;
  margin-bottom: 70px !important;
}
.c-testimonial-slider .swiper-pagination-bullet-active {
  background-color: #8c00fe;
}
@media (max-width: 1024px) {
  .c-testimonial-slider .swiper-button-next,
  .c-testimonial-slider .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .c-testimonial-slider .swiper-button-prev {
    left: 10px;
  }
  .c-testimonial-slider .swiper-button-next {
    right: 10px;
  }
  .c-testimonial-slider__desc {
    font-size: 24px;
    padding: 0 32px;
  }
}
.offer-cards-section{
    margin:60px 0;
}

.offer-cards-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.offer-card{
    overflow:hidden;
    border-radius:18px;
    transition:.35s ease;
}

.offer-card:hover{
    transform:translateY(-8px);
}

.offer-card a{
    display:block;
    text-decoration:none;
}

.offer-card-bg{
    position:relative;
    height:240px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    transition:.5s ease;
    display:flex;
    align-items:flex-end;
}

.offer-card:hover .offer-card-bg{
    transform:scale(1.06);
}

.offer-card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.15),
        rgba(0,0,0,.00)
    );
}

.offer-card-content{
    position:relative;
    z-index:2;
    width:100%;
    padding:24px;
}

.offer-card-content h3{
    color:#fff;
    font-size:28px;
    font-weight:600;
    line-height:1.2;
    margin:0;
}

@media(max-width:1024px){

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

}

@media(max-width:768px){

.offer-cards-grid{
    grid-template-columns:1fr;
}

.offer-card-bg{
    height:220px;
}

.offer-card-content h3{
    font-size:22px;
}

}
/* End of Testimonial Slider */
/* Floating Whatsapp Button */
.c-floating-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-floating-wa::before, .c-floating-wa::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25d366;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.c-floating-wa__icon {
  width: 35px;
  height: 35px;
  fill: #ffffff;
  transition: transform 0.3s ease;
}
.c-floating-wa:hover {
  background-color: #1da851;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.c-floating-wa:hover .c-floating-wa__icon {
  animation: wa-wiggle 0.5s ease-in-out;
}
.c-floating-wa:hover::before {
  animation: wa-pulse 1.5s infinite;
}
.c-floating-wa:hover::after {
  animation: wa-pulse 1.5s infinite 0.4s;
}

@media (max-width: 768px) {
  .c-floating-wa {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .c-floating-wa__icon {
    width: 28px;
    height: 28px;
  }
}

.page-id-76 .nav-menu li a {
color: black !important;
}

.page-id-76 .custom-navbar .logo {
filter: brightness(0)
}

.page-id-76 .nav-wrapper {
opacity: 1;
background-color: white;
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes wa-wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* End of Floating Whatsapp Button */
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight/InterTight-Black.ttf");
  font-weight: 900;
}
body {
  margin: 0;
  background-color: #efefef;
}

.post,
.page {
  margin: 0 !important;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fec705;
  padding: 10px;
}

.site-main {
  margin-top: 100px !important;
}
body.single-product .header__section.header__section-4 {
    height: auto !important;
    min-height: 0 !important;
}
.header__section {
/*   position: sticky; */
  top: 0;
  z-index: 1000;
}

.header__section-fixed {
  position: sticky !important;
  top: 0;
  z-index: 10001;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.header__section {
  background-position: unset !important;
  background-color: unset !important;
}

.header__section--v2 {
  margin-top: -92px;
}

.header-opacity {
  opacity: 0;
}

.nav-wrapper.is-red {
  background-color: white !important;
}
.nav-wrapper.is-red .hamburger,
.nav-wrapper.is-red .hamburger::before,
.nav-wrapper.is-red .hamburger::after {
  width: var(--size);
  height: 2px;
  border-radius: 0.5rem;
  background-color: var(--text-color) !important;
  transition: 0.4s;
}
.nav-wrapper.is-red .nav-menu > li > a {
  text-decoration: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: black !important;
}
.nav-wrapper.is-red .nav-menu > li > a:hover {
  color: #f27260 !important;
}
.nav-wrapper.is-red .logo_image {
  filter: invert(1);
}
.nav-wrapper.is-red .search-svg {
  filter: invert(1);
}

@media screen and (min-width: 1600px) {
  .page-padding,
  .site-main {
    padding-inline: 5% !important;
  }
}
.page-padding,
.site-main {
  padding-inline: 8%;
}

.nav-menu .current-menu-item a::before,
.nav-menu .current_page_item a::before,
.nav-menu .active-menu a::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.nav-menu li a {
  position: relative;
  padding-left: 11px;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.nav-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 6px;
  height: 6px;
  background-color: #f27260;
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header__btn {
  background: #f27260;
  border-radius: 8px;
  padding: 4px 18px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-wrap-mode: nowrap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #efefef;
  border: 1px solid #f27260;
}
.header__section--v2{
    background-size: cover;
    background-position: center;
}

@media (max-width:768px){

    .header__section--v2{
        background-size: 125%;
        background-position: 75% center;
    }

}

.page-template-Exhibition .header__section, .page-template-Product-search .header__section{
	height: 5%;
}
.header__cta-wrapper {
  display: flex;
  align-items: center;
}

.header__btn:hover {
  background: white;
  color: black;
  text-decoration: none;
  border: 1px solid #f27260;
}

/* ===========================
   Product Breadcrumb
=========================== */

.products-link{

    display:flex;
    align-items:center;
    gap:10px;

    margin-top:40px;
    margin-bottom:50px;

    font-size:15px;

}

.products-link a{

    color:#666;
    text-decoration:none;
    transition:.3s;

}

.products-link a:hover{

    color:#f27260;

}

.breadcrumb-separator{

    color:#999;

}

.breadcrumb-current{

    color:#282828;
    font-weight:600;

}

/*======================================
CATEGORY LANDING PAGE
======================================*/

.product-category-section{

    padding:40px 0 80px;

}

.product-category-header{

    margin-bottom:50px;

}

.product-category-header h1{

    font-size:44px;

    font-weight:300;

    color:#6A2B99;

    margin-bottom:10px;

}

.product-category-header p{

    max-width:700px;

    color:#666;

    font-size:18px;

}

.product-category-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

.product-category-card{

    text-decoration:none;

}

.product-category-image{

    position:relative;

    height:330px;

    border-radius:20px;

    overflow:hidden;

    background-size:cover;

    background-position:center;

    transition:.5s;

}

.product-category-card:hover .product-category-image{

    transform:translateY(-8px);

}

.product-category-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.70),
        rgba(0,0,0,.10)
    );

}

.product-category-content{

    position:absolute;

    left:30px;

    right:30px;

    bottom:30px;

    color:#fff;

    z-index:2;

}

.product-category-count{

    display:inline-block;

    margin-bottom:14px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

    padding:8px 14px;

    border-radius:100px;

    font-size:14px;

}

.product-category-content h2{

    color:#fff;

    font-size:34px;

    margin:0;

    font-weight:600;

}

.product-category-arrow{

    margin-top:20px;

    width:48px;

    height:48px;

    border-radius:50%;

    background:#fff;

    color:#282828;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    transition:.3s;

}

.product-category-card:hover .product-category-arrow{

    background:#f27260;

    color:#fff;

}

@media(max-width:992px){

.product-category-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.product-category-grid{

grid-template-columns:1fr;

}

.product-category-image{

height:250px;

}

.product-category-content h2{

font-size:28px;

}

}

/*======================================
PRODUCT FILTERS
======================================*/

.product-filters-section{

padding:40px 0;

}

.products-filter-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:30px;

}

.products-page-title{

font-size:44px;

font-weight:300;

color:#6A2B99;

margin-bottom:8px;

}

.products-search-wrapper{

margin-bottom:30px;

}

.products-search-wrapper input{

width:100%;

height:60px;

padding:0 24px;

border-radius:12px;

border:1px solid #ddd;

font-size:16px;

outline:none;

}

.products-filter-grid{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:20px;

}

.filter-box{

display:flex;

flex-direction:column;

}

.filter-box label{

margin-bottom:8px;

font-weight:600;

font-size:14px;

}

.filter-box input,
.filter-box select{

height:52px;

padding:0 15px;

border-radius:10px;

border:1px solid #ddd;

background:#fff;

}

.filter-box.locked input{

background:#f5f5f5;

font-weight:600;

}

.button-box{

justify-content:flex-end;

}

#clear-filters{

height:52px;

border:none;

background:#f27260;

color:#fff;

border-radius:10px;

cursor:pointer;

transition:.3s;

}

#clear-filters:hover{

background:#d65d4e;

}

@media(max-width:1200px){

.products-filter-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.products-filter-grid{

grid-template-columns:1fr;

}

}


/*===============================
PRODUCT GRID
================================*/

.product-search-header{

display:flex;

justify-content:space-between;

align-items:center;

margin:45px 0 30px;

}

.product-search-header h2{

font-size:32px;

margin:0;

font-weight:600;

}

#total-products{

margin-top:6px;

color:#777;

}

.product-search-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:28px;

}

.no-products{

grid-column:1/-1;

text-align:center;

padding:80px 20px;

}

.no-products h3{

font-size:32px;

margin-bottom:15px;

}

.no-products p{

color:#666;

}

@media(max-width:1200px){

.product-search-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:900px){

.product-search-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.product-search-grid{

grid-template-columns:1fr;

}

}
.search-box {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  margin-right: 16px;
}
.search-box form {
  margin-bottom: unset !important;
}

.search-box input {
  border: none;
  background: #f5f5f5;
  outline: none;
  font-size: 14px;
  height: 28px;
  padding: 15px;
}

.search-box svg {
  width: 18px;
  height: 18px;
  fill: gray;
  flex-shrink: 0;
  margin-left: 16px;
}

.header-sub-header {
  left: 0;
  width: 100%;
  z-index: 1000;
}

.text {
  font-size: 16px;
  margin: 0 30px;
  position: relative;
  margin-right: 50px;
}

.text1 {
  font-size: 18px;
  margin: 0 30px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* or 200% */
  text-align: center;
  /* Main/Black */
  color: #000000;
}

.bullet {
  margin: 0 10px;
}

/* end sub header */
/*  header */
.spacer {
  height: 147px;
  background-color: white;
}

header {
  padding: 20px 0;
}

.custom-navbar2 {
  background-color: #ffffff !important;
}

.custom-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

ul {
  padding-left: unset !important;
  margin: unset !important;
}

.custom-nav-links li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.custom-nav-icons {
  font-size: 20px;
}

.custom-nav-icons .fa-shopping-cart {
  font-size: 1em;
}

.custom-badge {
  font-size: 0.5em;
}

.custom-nav-icons a {
  margin-left: 15px;
  color: black;
  text-decoration: none;
  position: relative;
}

.custom-nav-icons .custom-badge {
  position: absolute;
  top: -25px;
  right: -10px;
  background: black;
  color: white;
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 12px;
}

.custom-burger {
  display: none;
  cursor: pointer;
}

.custom-burger div {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 5px;
  transition: all 0.3s ease;
}

/* 
<!--==================== HEADER ====================--> */
.header__section {
	height: 100vh;
  background-color: black;
}

.nav-menu-right {
  display: flex;
  gap: 24px;
  margin: unset !important;
  padding: unset !important;
  margin-block-end: unset !important;
  padding-inline-start: unset !important;
}

.logo_image {
  width: 180px;
  object-fit: contain;
}

body .sub_header_content {
  background-color: #e9ddcf !important;
  color: black !important;
}

:root {
  --text-color: black;
  --nav-height: 60px;
}

.nav-wrapper2 {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.nav-wrapper {
  border: 1px solid #a1a1a1;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.1);
  /* semi-transparent overlay */
  backdrop-filter: blur(10px);
  /* blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  border-radius: 100px;
  padding: 4px 40px;
}

.nav-menu {
  list-style-type: none;
  display: flex;
  gap: 18px;
}

.nav-menu-right > li {
  list-style: none;
}

.nav-menu2 > li > a {
  color: black !important;
}

.nav-menu > li > a {
  text-decoration: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.nav-menu li:hover a {
  color: #f27260 !important;
}
.nav-menu li:hover {
  color: #f27260 !important;
}

.nav-menu a.btn:hover,
a.logo:hover,
a.movie-item:hover {
  color: unset;
}

.hamburger-menu {
  --size: 20px;
  height: var(--size);
  width: var(--size);
  cursor: pointer;
  z-index: 101;
  position: relative;
  display: none;
  align-items: center;
}

.hamburger {
  position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  width: var(--size);
  height: 2px;
  border-radius: 0.5rem;
  background-color: var(--text-color);
  transition: 0.4s;
}

.hamburger2,
.hamburger2::before,
.hamburger2::after {
  width: var(--size);
  height: 2px;
  border-radius: 0.5rem;
  background-color: white !important;
  transition: 0.4s;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger::before {
  top: -6px;
}

.hamburger::after {
  bottom: -6px;
}

.hamburger-menu.actives .hamburger {
  background-color: transparent;
}

.hamburger-menu.actives .hamburger2 {
  background-color: transparent !important;
}

.hamburger-menu.actives .hamburger::before {
  transform-origin: top left;
  transform: rotate(40deg);
  left: 6px;
}

.hamburger-menu.actives .hamburger::after {
  transform-origin: bottom left;
  transform: rotate(-40deg);
  left: 6px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1024px) {
  .post,
  .page {
    margin: 0px 0 1.5em !important;
  }
  .header__section--v2 {
    margin-top: 0px !important;
  }
  .header__content {
    margin-top: 32px;
  }
  .header__section-4 {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .header-spacer {
    height: 162px;
  }
  .header__section-fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10001;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  * {
    box-sizing: border-box;
  }
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .header__section,
  .header__section-fixed {
    background-color: unset !important;
  }
  .nav-menu > li > a {
    text-decoration: none;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: black !important;
  }
  .custom-nav-icons a {
    margin-left: unset !important;
    color: black;
    text-decoration: none;
    position: relative;
  }
  .nav-menu .active-menu > a {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* Main/Black */
    color: #000000 !important;
  }
  .header--padding {
    padding-inline: 20px !important;
  }
  .nav-wrapper2 {
    background-color: white !important;
  }
  .products.columns-4 .product__item {
    width: 44% !important;
  }
  .custom-nav-icons .custom-badge {
    position: absolute;
    top: -12px;
    right: -10px;
    background: black;
    color: white;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 10px;
  }
  .spacer {
    height: 210px;
    background-color: white;
  }
  .header-sub-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  header {
    padding: 5px 0;
  }
  .header {
    flex-direction: column;
  }
  .nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
    height: 48px;
    gap: 8px;
  }
  .nav-wrapper {
    padding: 15px !important;
    /* position: absolute; */
  }
  .hamburger-menu {
    display: grid;
  }
  .nav-menu {
    /* display: none; */
    position: absolute;
    top: 145%;
    left: -139%;
    background-color: white;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px;
    transition: 0.3s ease-in-out;
    width: 125%;
  }
  .nav-menu li {
    /* margin: 10px 30px; */
    text-align: center;
  }
  .nav-menu.actives {
    left: -36px;
  }
  .header__cta-wrapper {
    display: flex !important;
    align-items: center;
    order: 2;
    flex-shrink: 1;
    min-width: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .header__cta-wrapper .header__btn {
    background: #f27260 !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    color: #efefef !important;
    white-space: nowrap !important;
  }
  .header__cta-wrapper .search-svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-left: 5px;
  }
  .logo {
    order: 1;
    flex-shrink: 0;
    max-width: 180px;
  }
  .logo .logo_image {
    width: 100% !important;
    max-height: 40px;
    object-fit: contain;
  }
  .hamburger-menu {
    order: 3;
    flex-shrink: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .logo {
    flex-shrink: 1 !important;
    max-width: 120px !important;
    min-width: 60px;
  }
  .logo .logo_image {
    max-height: 30px !important;
  }
  .header__cta-wrapper .header__btn {
    padding: 6px 8px !important;
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .website-max-width,
  .site-main {
    width: 1440px !important;
    margin: 0 auto;
  }
  .comparison-table {
    padding-inline: 0px !important;
  }
  .contact-us .container {
    padding-inline: 0px !important;
  }
  .blog-section {
    padding-inline: 0px !important;
  }
}
.logo {
  max-width: 125px;
  /* Original max width */
}

@media screen and (max-width: 768px) {
  .nav-menu-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65% !important;
    margin: unset !important;
    padding: unset !important;
    margin-block-end: unset !important;
    padding-inline-start: unset !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .footer__bottom-text {
    text-wrap-mode: wrap !important;
  }
  .hamburger-menu {
    display: grid;
  }
  .nav-menu {
    /* display: none; */
    position: absolute;
    top: 145%;
    left: -139%;
    background-color: white;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px;
    transition: 0.3s ease-in-out;
    width: 108%;
  }
  .nav-menu li {
    /* margin: 10px 30px; */
    text-align: center;
  }
  .nav-menu.actives {
    left: -36px;
  }
  .header__cta-wrapper {
    display: flex !important;
    align-items: center;
    order: 2;
    flex-shrink: 1;
    min-width: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .hamburger-menu {
    order: 3;
    flex-shrink: 0;
    margin-left: 5px;
  }
  .nav {
    gap: 8px !important;
  }
  .nav-menu > li > a {
    color: black !important;
  }
}
.header__section--v2 {
  padding-block-end: 117px;
}

.top {
  margin-bottom: -10px;
  margin-bottom: -10px;
  display: block;
  transform: rotate(0deg) translateX(2px);
  animation: bounce 2s ease infinite;
  cursor: pointer;
  transform: translateY(0);
}

.top:hover {
  display: block;
  transform: rotate(0deg) translateX(2px);
  animation: bounce 2s ease infinite;
  cursor: pointer;
  transform: translateY(0);
}

@keyframes bounce {
  0%, 25%, 55%, 75%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-20px);
  }
  65% {
    transform: translateY(-10px);
  }
  85% {
    transform: translateY(-5px);
  }
}
.header__section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 129%;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .header__title {
    margin-top: 100px;
  }
}

.header__subtitle {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-top: 17px;
  margin-bottom: 38px;
  width: 570px;
}

.header__cta-btn {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #282828;
  padding: 8px 26px;
  text-decoration: none;
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 40px;
}
.header__cta-btn:hover {
  background-color: #f27260;
  color: white;
  border: 1px solid #f27260;
}

.our-product__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
  width: 500px;
}

.our-product__subtitle {
  width: 100%;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-top: 20px;
}

.our-product__cta-btn {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #f27260;
  padding: 8px 26px;
  text-decoration: none;
  height: 44px;
  border: 1px solid #f27260;
  border-radius: 8px;
}
.our-product__cta-btn:hover {
  background-color: #f27260;
  color: white;
  border: 1px solid #f27260;
}

.our-product__content {
  margin-top: 50px;
  margin-bottom: 92px;
}

.our-product__grid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 52px;
}

/* Container */
.filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
}

/* Left filter items container */
.filter-options {
  display: flex;
  gap: 42px;
}

/* Each item */
.filter-item {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 129%;
  letter-spacing: 0.22em;
  color: #a0a6af;
  text-transform: uppercase;
}
.filter-item span {
  display: flex;
  align-items: center;
}

/* Hide the real radio */
.filter-item input {
  display: none;
}

/* Custom radio circle */
.filter-item span::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* Active state */
.filter-item.active span {
  color: #f27260;
  font-weight: 600;
}

.filter-item:hover span {
  color: #f27260;
  font-weight: 600;
}

.filter-item.active span::before {
  border-color: #f27260;
  background: radial-gradient(circle, #f27260 40%, transparent 45%);
}

.filter-item:hover span::before {
  border-color: #f27260;
  background: radial-gradient(circle, #f27260 40%, transparent 45%);
}

.cards-nav1 .swiper-button-lock {
  display: block !important;
}

.cards-prev1,
.cards-next1 {
  transition: opacity 0.3s ease;
}

/* All Products Button */
.all-products-btn {
  user-select: none;
  padding: 8px 26px;
  border: 1px solid #f27260;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s ease;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  /* CE Orange */
  color: #f27260;
}

.all-products-btn:hover {
  background: #f27260;
  color: #fff;
}

.all-products {
  margin-top: 60px;
  margin-bottom: 64px;
}

.products-grid {
  margin-top: 64px;
}

.product__image img {
  width: 242px;
  height: auto;
  object-fit: cover;
  border-radius: 100%;
}

.product-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  height: 326px;
  border-radius: 100%;
  background-color: white;
}

.prod-infos {
  text-align: center;
  width: 100%;
}

.products-card {
  display: flex !important;
  align-items: center;
  flex-direction: column;
}
.products-card a {
  text-decoration: none;
}

.products__name {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  align-items:center;
  color: #282828;
  margin-top: 30px;
  margin-bottom: 8px;
  text-align: center;
}

.products__model {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align:center;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  /* Night */
  color: #282828;
}

.products-grid {
  display: none !important;
  /* hide all */
}

.products-grid.active {
  display: flex !important;
  /* show only selected */
  justify-content: space-between;
  flex-wrap: wrap;
}

.what-we-do__grid {
  padding-bottom: 42px;
}

.what-we-do__section {
  padding-bottom: 60px;
  overflow: hidden;
}

.what-we-do__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 32px;
  color: #6a2b99;
}
@media (min-width: 1601px) {
	.what-we-do__section{
	   margin-left: 220px;
  	   width: 80%;
	}
  .what-we-do__title {
    font-size: 44px;
  }
}

.what-we-do__cta-btn {
  text-decoration: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  cursor: pointer;
}
.what-we-do__cta-btn:hover {
  color: #f27260;
}

.what-we-do__card {
  background: #efefef;
  border: 1px solid #282828;
  border-radius: 16px;
  padding: 52px 20px 43px 66px;
  position: relative;
  text-decoration: none;
  color: inherit;
  display: flex !important;
  flex-direction: column;
  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform, opacity;
}
.what-we-do__card[data-slide="0"] {
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
  z-index: calc(100 - 0);
}
.what-we-do__card[data-slide="0"] .what-we-do__vertical {
  display: none !important;
}
.what-we-do__card[data-slide="0"] .what-we-do__cta-btn-2,
.what-we-do__card[data-slide="0"] .what-we-do__card-description,
.what-we-do__card[data-slide="0"] .what-we-do__categories--placeholder {
  display: block !important;
}
.what-we-do__card[data-slide="1"] {
  transform: translate(75px, 28px) scale(0.975);
  opacity: 0.92;
  z-index: calc(100 - 1);
}
.what-we-do__card[data-slide="1"] .what-we-do__vertical {
  display: block !important;
}
.what-we-do__card[data-slide="1"] .what-we-do__cta-btn-2,
.what-we-do__card[data-slide="1"] .what-we-do__card-description,
.what-we-do__card[data-slide="1"] .what-we-do__categories--placeholder {
  display: none !important;
}
.what-we-do__card[data-slide="2"] {
  transform: translate(150px, 56px) scale(0.95);
  opacity: 0.84;
  z-index: calc(100 - 2);
}
.what-we-do__card[data-slide="2"] .what-we-do__vertical {
  display: block !important;
}
.what-we-do__card[data-slide="2"] .what-we-do__cta-btn-2,
.what-we-do__card[data-slide="2"] .what-we-do__card-description,
.what-we-do__card[data-slide="2"] .what-we-do__categories--placeholder {
  display: none !important;
}
.what-we-do__card[data-slide="3"] {
  transform: translate(225px, 84px) scale(0.925);
  opacity: 0.76;
  z-index: calc(100 - 3);
}
.what-we-do__card[data-slide="3"] .what-we-do__vertical {
  display: block !important;
}
.what-we-do__card[data-slide="3"] .what-we-do__cta-btn-2,
.what-we-do__card[data-slide="3"] .what-we-do__card-description,
.what-we-do__card[data-slide="3"] .what-we-do__categories--placeholder {
  display: none !important;
}
.what-we-do__card[data-slide="4"] {
  transform: translate(300px, 112px) scale(0.9);
  opacity: 0.68;
  z-index: calc(100 - 4);
}
.what-we-do__card[data-slide="4"] .what-we-do__vertical {
  display: block !important;
}
.what-we-do__card[data-slide="4"] .what-we-do__cta-btn-2,
.what-we-do__card[data-slide="4"] .what-we-do__card-description,
.what-we-do__card[data-slide="4"] .what-we-do__categories--placeholder {
  display: none !important;
}
.what-we-do__card[data-slide="5"] {
  transform: translate(375px, 140px) scale(0.875);
  opacity: 0.6;
  z-index: calc(100 - 5);
}
.what-we-do__card[data-slide="5"] .what-we-do__vertical {
  display: block !important;
}
.what-we-do__card[data-slide="5"] .what-we-do__cta-btn-2,
.what-we-do__card[data-slide="5"] .what-we-do__card-description,
.what-we-do__card[data-slide="5"] .what-we-do__categories--placeholder {
  display: none !important;
}

.clickable-social-card {
  cursor: pointer;
}
.clickable-social-card:hover {
  border-color: #f27260;
}

.what-we-do__card-title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 150%;
  color: #282828;
}

.what-we-do__card-description {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  color: #282828;
  width: 360px;
}

.what-we-do__category {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #282828;
}

.what-we-do__icon {
  width: 455px;
  height: 437px;
  object-fit: cover;
  padding-right: 20px;
}

.what-we-do__card-inner {
  margin-top: 42px;
}

.what-we-do__category {
  height: 24.05px;
  background: #d9d9d9;
  border-radius: 89.0851px;
  padding: 3px 16px;
  width: fit-content;
}

.what-we-do__categories {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.what-we-do__card-body {
	margin-left: 20px;
  width: 360px;
}

.what-we-do__card {
  width: 80%;
  height: 100%;
}

.cards-box {
  display: grid;
  grid-template-areas: "card";
  min-height: 600px;
}
.cards-box .card {
  grid-area: card;
}

.what-we-do__number {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 118%;
  color: #282828;
  user-select: none;
}

.what-we-do__cta-btn-2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #f27260;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  bottom: 34px;
  right: 24px;
}
.what-we-do__cta-btn-2:hover {
  color: black;
}
.what-we-do__cta-btn-2:hover svg circle {
  color: black;
  stroke: black;
}
.what-we-do__cta-btn-2:hover svg path {
  color: black;
  stroke: black;
}

.what-we-do__content {

  margin-bottom: 10px;
	align-items: center;
}

.our-project__section {
  margin-top: 42px;
  margin-bottom: 85px;
}

.our-project__content p {
  width: 520px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.our-project__content ul {
  max-width: 270px;
}
.our-project__content ul li {
  list-style: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 8px;
}

.our-project__image {
  width: 86%;
  height: 544px;
  object-fit: cover;
}

.our-project__content {
  margin-top: 28px;
  margin-bottom: 67px;
}

.our-project__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}

.home__slider-text {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  color: #a0a6af;
  margin-bottom: unset !important;
}

.home__slider {
  background-color: white;
  padding-block: 30px;
}

.home__slider2 {
  background-color: transparent;
  padding-block: 53px;
}

.footer__bottom-text {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 85.0772px;
  line-height: 129%;
  color: #a0a6af;
  margin-top: 54px;
  margin-bottom: 54px;
  text-wrap-mode: nowrap;
  text-align: center;
  margin-inline: auto;
}
footer{
  font-size: 15x;
  margin-bottom: 50px;
}
.footer__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #282828;
}

.footer__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #282828;
  margin-bottom: 20px;
}
.footer__desc:hover {
  text-decoration: underline;
}

.footer__address-list li {
  margin-bottom: 20px;
  list-style: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #282828;
}
.footer__address-list li:hover {
  text-decoration: underline;
}

.footer__address {
  width: 400px;
}

.footer-content img {
  width: 110px;
  height: auto;
  object-fit: contain;
}

/* .footer-content {
  margin-top: 70px;
} */

.footer__links {
  width: 90px;
}
.footer__links p a {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 50px;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer__links h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.footer__links ul li {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  list-style: none;
}
.footer__links .social_image {
  filter: none;
}
.footer__links a {
  text-decoration: none;
  color: #282828;
}
.footer__links a:hover .social_image {
  filter: invert(43%) sepia(72%) saturate(2923%) hue-rotate(340deg) brightness(101%) contrast(101%);
}
.footer__links a:hover {
  color: #f27260;
  scale: 1.05;
}

.trusted-by__section {
  background-color: #282828;
  position: relative;
}
.trusted-by__section .swiper-button-next,
.trusted-by__section .swiper-button-prev {
  color: #ffffff;
  transition: all 0.5s ease;
  width: 42px;
  height: 42px;
}
.trusted-by__section .swiper-button-next::after,
.trusted-by__section .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
}
.trusted-by__section .swiper-button-next:hover,
.trusted-by__section .swiper-button-prev:hover {
  color: #f27260;
  transform: scale(1.05);
}
.trusted-by__section .swiper-button-prev {
  left: 100px;
}
.trusted-by__section .swiper-button-next {
  right: 100px;
}
.trusted-by__section .swiper-pagination-bullet {
  margin-bottom: 70px !important;
  background-color: #ffffff;
}
.trusted-by__section .swiper-pagination-bullet-active {
  background-color: #8c00fe;
}

.trusted-by__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 51px;
}

.trusted-by__client-name {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  color: #ffffff;
  margin-bottom: 71px;
}

.trusted-by__section .swiper-pagination-bullet {
  pointer-events: none !important;
}

.trusted-by__desc {
  margin-top: 51px;
  margin-bottom: 51px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 40.4784px;
  line-height: 130.4%;
  /* or 53px */
  text-align: center;
  color: #ffffff;
  width: 863px;
}

.trusted-by__section {
  padding-top: 105px !important;
  padding-bottom: 70px !important;
}

.home__slider-content {
  gap: 47px;
}

.marquee {
  --space: 47px;
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--space);
}

.marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: start;
  gap: var(--gap);
  animation: scroll var(--duration) linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee2 {
  --space: 121px;
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--space);
}

.marquee_group2 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--gap);
  animation: scroll var(--duration) linear infinite;
}
.marquee_group2 .home__slider-content {
  width: 150px;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.marquee_group2 .home__slider-content:hover {
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.mySwiper .swiper-slide {
  width: 326px;
  /* adjust as needed */
}

.paginations__style {
  width: 50px !important;
  position: absolute;
  z-index: 100;
  top: 87px !important;
  right: 20px !important;
  text-align: end;
}

.next-prev-buttons {
  position: absolute;
  bottom: 140px;
  right: 50px;
}

.cards-next:hover svg path,
.cards-prev:hover svg path {
  stroke: #f27260 !important;
}
.cards-next:hover svg circle,
.cards-prev:hover svg circle {
  stroke: #f27260 !important;
}

.cards-next1:hover svg path,
.cards-prev1:hover svg path {
  stroke: #f27260 !important;
}
.cards-next1:hover svg circle,
.cards-prev1:hover svg circle {
  stroke: #f27260 !important;
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
  stroke: #f27260 !important;
}
.swiper-button-next:hover svg circle,
.swiper-button-prev:hover svg circle {
  stroke: #f27260 !important;
}

.about-slider__next:hover svg path,
.about-slider__prev:hover svg path {
  stroke: #f27260 !important;
}
.about-slider__next:hover svg circle,
.about-slider__prev:hover svg circle {
  stroke: #f27260 !important;
}

.our-project__section .swiper-pagination-fraction {
  bottom: 0;
  right: 0;
  left: unset;
}
.our-project__section .swiper-button-next,
.our-project__section .swiper-button-prev {
  color: transparent !important;
  z-index: 100 !important;
}
.our-project__section .swiper-button-lock {
  display: block !important;
}

.pag-line {
  width: 62px;
  height: 0px;
  border: 2px solid #a0a6af;
  margin-bottom: 14px;
}

.swiper-pagination-current {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 59.441px;
  line-height: 129%;
  color: #282828;
}

.swiper-pagination-total {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 27.0187px;
  line-height: 129%;
  color: #a0a6af;
  margin-top: 14px;
}

.what-we-do__vertical {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  position: absolute;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 28.8395px;
  line-height: 150%;
  color: #282828;
  top: 124px;
  right: -20px;
  user-select: none;
}

.what-we-do__line:hover .what-we-do__vertical {
  color: #f27260 !important;
}
.what-we-do__line:hover .what-we-do__number {
  color: #f27260 !important;
}

@media screen and (min-width: 1600px) {
  .cards-box {
    position: relative;
  }
}
@media screen and (max-width: 1600px) {
  .cards-box {
    position: relative;
  }
}
.cards-box .card.hide {
  visibility: hidden;
}

.cards-box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.cards-box .card:not(.hide)[data-slide="0"] {
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
}

.header__scroll-down {
  position: absolute;
  width: 0px;
  height: 107px;
  border: 2px solid #efefef;
  left: 50%;
}

.desktop-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

.social_image {
  width: 10px !important;
  height: auto !important;
  object-fit: cover !important;
}

.wa_image {
  margin-top: -5px;
  width: 20px !important;
  height: auto !important;
  object-fit: cover !important;
}

.icon-ul {
  margin-left: -17px !important;
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .cards-nav1-mobile {
    margin-bottom: 20px;
    justify-content: end;
  }
  .our-product__card img {
    width: min-content !important;
    height: 60px !important;
    object-fit: cover !important;
  }
  .what-we-do__grid {
    padding-bottom: unset !important;
  }
  .trusted-by__section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .icon-ul {
    margin-left: unset !important;
  }
  .header__subtitle,
  .our-product__subtitle,
  .our-project__content p,
  .trusted-by__desc,
  .footer__address {
    width: 100% !important;
  }
  .what-we-do__card-description {
    width: 65% !important;
  }
  .our-product__content {
    flex-direction: column;
  }
  .our-project__content {
    flex-direction: column;
  }
  .footer-content {
    flex-direction: column;
  }
  .our-project__image {
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  .filter-bar {
    flex-direction: column;
  }
  .filter-options {
    flex-direction: column;
  }
  .filter-category option[value="Best Selling"]{
	display: none;
  }
  .what-we-do__icon {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-right: unset !important;
  }
  .what-we-do__card-inner {
    flex-direction: column;
  }
  .footer__bottom-text {
    text-wrap-mode: wrap !important;
    text-align: unset !important;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 129%;
    color: #a0a6af;
  }
  .header__btn {
    display: none;
  }
  .header__section--v2 {
    padding-block-end: 100px;
  }
  .header__scroll-down {
    display: none;
  }
  .header__title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 129%;
    color: #ffffff;
  }
  .page-padding,
  .site-main {
    padding-inline: 5%;
  }
  .our-product__content {
    margin-top: 54px;
    margin-bottom: 64px;
  }
  .our-product__title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    color: #6a2b99;
    margin-bottom: 32px;
  }
  .our-product__subtitle {
    margin-bottom: 10px;
  }
  .our-product__cta-btn {
    width: fit-content;
  }
  .our-product__grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 16px;
  }
  .our-project__title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    color: #6a2b99;
  }
  .our-project__content {
    align-items: unset !important;
  }
  .our-project__content ul {
    max-width: unset !important;
  }
  .our-project__content {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .next-prev-buttons {
    position: absolute;
    bottom: 30px;
    right: 50px;
  }
  .our-project__section .swiper-wrapper {
    padding-bottom: 80px !important;
  }
  .paginations__style {
    width: 50px;
    position: absolute;
    z-index: 100;
    top: unset !important;
    right: unset !important;
    left: 0px !important;
    text-align: unset;
    bottom: 80px;
    display: flex;
    flex-direction: row;
  }
  .pag-line {
    width: 0px;
    height: 52px;
    border: 2px solid #a0a6af;
    margin-bottom: 0px;
    margin-inline: 10px;
  }
  .swiper-pagination-current {
    font-size: 35px;
  }
  .swiper-pagination-total {
    font-size: 27px;
    margin-top: 0px;
  }
  .our-project__section {
    margin-top: 96px;
    margin-bottom: 60px;
  }
  .trusted-by__desc {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130.4%;
    /* or 42px */
    text-align: center;
    color: #ffffff;
  }
  .trusted-by__title {
    text-align: center;
  }
  .home__slider2 {
    background-color: transparent;
    padding-block: 34px;
  }
  .footer__address {
    margin-top: 32px;
  }
  .footer__links {
    width: 145px;
  }
  .footer__links p a {
    margin-bottom: 32px;
  }
  .what-we-do__card {
    width: 100%;
    padding: 16px 24px !important;
  }
  .what-we-do__card-title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 150%;
    color: #282828;
  }
  .what-we-do__card-description {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .what-we-do__number {
    margin-bottom: 8px;
  }
  .what-we-do__cta-btn-2 {
    display: none;
  }
  .what-we-do__content {
    margin-bottom: 10px;
  }
  .what-we-do__section {
    margin-top: 110px;
    padding-bottom: 70px;
  }
  .what-we-do__cta-btn,
  .cards-nav {
    margin-top: 32px;
  }
  .nsv-next {
    float: right;
    gap: 26px !important;
  }
  .nsv-next .swiper-button-next,
  .nsv-next .swiper-button-prev {
    color: transparent !important;
    z-index: 100 !important;
  }
  .what-we-do__categories {
    width: 80%;
  }
  .cards-nav {
    position: relative;
  }
  .products-slider {
    gap: unset !important;
    justify-content: unset !important;
  }
  .btn-all-products-mobile {
    margin-top: 64px;
  }
  .all-products-btn {
    width: 100% !important;
    display: block;
    border-radius: 8px !important;
  }
  .all-products {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .filter-bar {
    width: 100% !important;
  }
  .filter-select {
    appearance: none;
    background-image: url(../assets/dropdown.svg) !important;
    background-position: 97% center;
    background-repeat: no-repeat;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #f27260;
    padding: 16px;
    border: 1px solid #a0a6af;
    border-radius: 16px;
    width: 100% !important;
    background-color: #efefef;
  }
  .filter-select option {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #f27260;
  }
}
.success-stories-consultancy__info {
  gap: 81px;
}

/* Popup Background */
.contact-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* Hide by default */
.hidden {
  display: none;
}

/* Popup Box */
.contact-popup-content {
  background: white;
  padding: 50px;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  position: relative;
  max-height: 100vh;
  overflow-x: auto;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 10px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: unset !important;
}

.contact__content p {
  margin-bottom: unset !important;
}
.contact__content p span input::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 129%;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a0a6af;
}
.contact__content p span input {
  margin-top: 20px;
  height: 74px;
  border: unset !important;
  border-bottom: 1px solid #282828 !important;
  outline: none !important;
  width: 100%;
}
.contact__content p textarea::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 129%;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a0a6af;
}
.contact__content p textarea {
  margin-top: 40px;
  max-height: 74px;
  border: unset !important;
  border-bottom: 1px solid #282828 !important;
  outline: none !important;
}
.contact__content p input[type=submit] {
  margin-top: 60px;
  width: 100%;
  background: #282828;
  border-radius: 40px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #efefef;
  padding-bottom: 10px;
}
.contact__content p input[type=submit]:hover {
  background-color: #f27260;
  color: white;
  border: 1px solid #f27260;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .contact__content p span input {
    height: 54px;
  }
  .contact__content p textarea {
    max-height: 54px;
  }
  .contact__content p input[type=submit] {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .contact-popup-content {
    padding: 20px 40px;
    max-height: 100vh;
    overflow-x: auto;
  }
	 /* General section spacing */
  .what-we-do__section {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  /* Section title */
  .what-we-do__title {
    font-size: 38px;
    margin-bottom: 24px;
  }

  /* Card size */
  .what-we-do__card {
	margin-left: 100px;
    width: 60%;
    padding: 36px 20px 32px 42px;
    border-radius: 14px;
  }

  /* Card heading */
  .what-we-do__card-title {
    font-size: 42px;
    line-height: 150%;
  }

  /* Card description */
  .what-we-do__card-description {
    font-size: 16px;
    width: 300px;
  }

  /* Icon image */
  .what-we-do__icon {
    width: 340px;
    height: auto;
    padding-right: 0;
  }

  /* Card body width */
  .what-we-do__card-body {
    width: 320px;
  }

  /* Vertical text */
  .what-we-do__vertical {
    font-size: 22px;
    top: 100px;
    right: -5px;
  }

  /* Stack height */
  .cards-box {
    min-height: 500px;
  }

  /* CTA button */
  .what-we-do__cta-btn-2 {
    bottom: 24px;
    right: 20px;
    font-size: 16px;
  }
}
.contact-popup-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
  margin-bottom: 12px;
  margin-top: 10px;
}

.contact-popup-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 10px;
}
 
@media screen and (max-width: 1024px) {
  .contact-popup-content {
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .contact-popup {
    padding-inline: 5%;
  }
  .contact__content p input[type=submit] {
    margin-top: 20px;
    width: 100%;
    background: #282828;
    border-radius: 40px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #efefef;
    padding-bottom: 10px;
  }
  .contact-popup-title {
    margin-top: 40px;
    font-size: 30px;
  }
}
/* ===== HEADER SECTION ===== */
.about-header__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 96px;
  color: #ffffff;
  max-width: 898px;
}
@media (min-width: 1024px) {
  .about-header__title {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .about-header__title {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .about-header__title {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .about-header__title {
    font-size: 40px;
    line-height: 129%;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .header__section--v2.about-page {
    padding-block-end: 65px !important;
  }
}
.about-header__footer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .about-header__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 28px;
  }
}
@media (max-width: 480px) {
  .about-header__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 28px;
    gap: 28px;
  }
}

.about-header__subtitle {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  max-width: 443px;
  text-align: left;
}
@media (max-width: 768px) {
  .about-header__subtitle {
    text-align: left;
    font-size: 1.5rem;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .about-header__subtitle {
    font-size: 18px;
    line-height: 150%;
  }
}

/* ===== STATEMENT SECTION ===== */
.about-statement {
  width: 100%;
  min-height: 562px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter Tight", sans-serif;
  background: #282828;
  overflow: hidden;
  text-align: center;
  padding: 0 1.5rem;
  /* Desktop */
}
@media (min-width: 1440px) {
  .about-statement {
    min-height: 640px;
    padding: 0 2rem;
  }
}

@media (max-width: 1024px) {
  .about-statement {
    min-height: 520px;
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  .about-statement {
    min-height: 480px;
    padding: 4rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .about-statement {
    min-height: 550px;
    padding: 128px 16px;
  }
}

.about-statement__container {
  max-width: 895px;
  margin: 0 auto;
  text-align: center;
}

.about-statement__text {
  font-weight: 300;
  font-size: 44px;
  line-height: 130%;
  color: #efefef;
  margin: 0 auto;
  letter-spacing: 0;
  /* Laptop */
}
@media (max-width: 1024px) {
  .about-statement__text {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .about-statement__text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .about-statement__text {
    font-size: 32px;
    /* ≈1.5rem */
    line-height: 130%;
  }
}

/* ===== ABOUT SLIDER ===== */
.about-slider {
  width: 100%;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: visible !important;
  touch-action: pan-y pan-x !important;
}
@media (max-width: 480px) {
  .about-slider {
    padding: 16.5px;
  }
}

.about-slider__container {
  overflow-x: hidden;
}

.about-slider__wrapper {
  display: flex;
  gap: 59px;
  width: max-content;
  padding-left: 106px;
  padding-right: 106px;
  height: 433px;
  align-items: center;
  transition: transform 1s ease-in-out;
  will-change: transform;
  touch-action: pan-y pan-x !important;
}
@media (max-width: 480px) {
  .about-slider__wrapper {
    padding-left: 16.5px;
    gap: 32px;
    padding-right: 50px;
    max-height: 300px;
  }
}

.about-slider__item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: flex-end;
  /* vertical bottom */
  transition: all 1s ease;
  cursor: default;
}

.about-slider__item img {
  display: block;
  object-fit: cover;
  transition: all 1s ease;
}

.about-slider__item.active img {
  height: 433px;
  width: 390px;
}
@media (max-width: 480px) {
  .about-slider__item.active img {
    width: 214px;
    height: 238px;
    opacity: 1;
  }
}

.about-slider__item:not(.active) img {
  width: 314px;
  height: 349px;
  margin-top: auto;
  transition: all 1s ease;
}
@media (max-width: 1024px) {
  .about-slider__item:not(.active) img {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .about-slider__item:not(.active) img {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .about-slider__item:not(.active) img {
    width: 172px;
    height: 191px;
    opacity: 1;
  }
}

.about-slider::-webkit-scrollbar {
  display: none;
}

.about-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.about-slider__nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  padding-right: 109px;
}
@media (max-width: 1024px) {
  .about-slider__nav {
    padding-right: 109px;
  }
}
@media (max-width: 768px) {
  .about-slider__nav {
    padding-right: 109px;
  }
}
@media (max-width: 480px) {
  .about-slider__nav {
    padding-right: 16px;
    margin-top: 0px;
    justify-content: end;
  }
}

.about-slider__prev,
.about-slider__next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
}

.about-slider__prev i,
.about-slider__next i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* ===== ABOUT TIMELINE ===== */
.about-timeline {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 106px;
  box-sizing: border-box;
  font-family: "Inter Tight", sans-serif;
}

.about-timeline__title p {
  font-family: "Inter Tight";
  font-weight: 300;
  font-style: Light;
  font-size: 23.63px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-left: 1px;
}

.about-timeline__wrapper {
  display: flex;
  flex-direction: column;
}

.about-timeline__entry {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  width: 100%;
}

.about-timeline__year {
  width: 396px;
  font-weight: 300;
  font-size: 170px;
  line-height: 130%;
  text-align: left;
  flex-shrink: 0;
}

.about-timeline__content {
  width: 396px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-timeline__title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}

.about-timeline__points {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}

.about-timeline__points li {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

/* Divider */
.about-timeline__line {
  width: 100%;
  max-width: 1440px;
  height: 0;
  border-top: 1px solid #a0a6af;
  margin-top: 8px;
  margin-bottom: 32px;
  opacity: 1;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .about-timeline__entry {
    flex-direction: column;
    gap: 32px;
  }
  .about-timeline__year,
  .about-timeline__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-timeline__year {
    font-size: 120px;
    line-height: 1.1;
  }
  .about-timeline__title {
    font-size: 20px;
  }
  .about-timeline__points li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about-timeline {
    padding: 0 17px;
  }
  .about-timeline__year {
    font-size: 60px;
    line-height: 130%;
  }
  .about-timeline__title {
    font-size: 23.63px;
  }
  .about-timeline__points li {
    font-size: 18px;
  }
}
/* ===== VISIONARIES SECTION ===== */
.about-visionaries {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 106px;
  box-sizing: border-box;
  font-family: "Inter Tight", sans-serif;
}

.about-visionaries__header {
  text-align: center;
  margin-bottom: 3rem;
}

.about-visionaries__header h1 {
  font-weight: 300;
  font-size: 44px;
  line-height: 1.29;
  margin: 0 auto 1rem;
  max-width: 384px;
  color: #6a2b99;
}

.about-visionaries__header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 812px;
  color: #333;
}

/* Grid */
.about-visionaries__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 1228px;
}

.about-visionaries__item {
  flex: 0 0 auto;
  width: 232px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.about-visionaries__item img {
  width: 100%;
  height: 232px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.about-visionaries__item img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.about-visionaries__item h2 {
  font-weight: 500;
  font-size: 23.63px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  word-break: break-word;
}

.about-visionaries__item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin: 0;
  color: #a0a6af;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1440px) {
  .about-visionaries {
    padding: 4rem 80px;
  }
}
@media (max-width: 1024px) {
  .about-visionaries {
    padding: 4rem 40px;
  }
  .about-visionaries__item {
    width: 28%;
    gap: 12px;
  }
  .about-visionaries__grid {
    gap: 20px;
  }
  .about-visionaries__item img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .about-visionaries {
    padding: 3rem 24px;
  }
  .about-visionaries__header h1 {
    font-size: 2rem;
    max-width: 100%;
  }
  .about-visionaries__header p {
    font-size: 1rem;
    max-width: 100%;
  }
  .about-visionaries__item {
    width: 38%;
    gap: 12px;
  }
  .about-visionaries__item img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .about-visionaries__item {
    width: 100%;
  }
  .about-visionaries__grid {
    gap: 32px;
  }
  .about-visionaries__header h1 {
    font-family: "Inter Tight";
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    line-height: 129%;
    letter-spacing: 0%;
    max-width: 100%;
  }
  .about-visionaries__header p {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .about-visionaries__item {
    padding-left: 80px;
    padding-right: 80px;
  }
  .about-visionaries__item img {
    opacity: 1;
    mix-blend-mode: Multiply;
  }
  .about-visionaries__item h2 {
    font-family: "Inter Tigh" t;
    font-weight: 500;
    font-style: Medium;
    font-size: 23.63px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.about-trusted-by__section {
  background-color: #282828;
  position: relative;
}
.about-trusted-by__section .swiper-button-next,
.about-trusted-by__section .swiper-button-prev {
  color: #ffffff;
  transition: all 0.5s ease;
  width: 42px;
  height: 42px;
}
.about-trusted-by__section .swiper-button-next::after,
.about-trusted-by__section .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
}
.about-trusted-by__section .swiper-button-next:hover,
.about-trusted-by__section .swiper-button-prev:hover {
  color: #f27260;
  transform: scale(1.05);
}
.about-trusted-by__section .swiper-button-prev {
  left: 100px;
}
.about-trusted-by__section .swiper-button-next {
  right: 100px;
}
.about-trusted-by__section .swiper-pagination-bullet {
  margin-bottom: 70px !important;
  background: #ffffff;
}
.about-trusted-by__section .swiper-pagination-bullet-active {
  background: #8c00fe;
}

.about-trusted-by__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 51px;
}

.about-trusted-by__client-name {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-align: center;
  color: #ffffff;
  margin-bottom: 71px;
}

.about-trusted-by__desc {
  margin-top: 51px;
  margin-bottom: 51px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 40.4784px;
  line-height: 130.4%;
  /* or 53px */
  text-align: center;
  color: #ffffff;
  width: 863px;
}

.about-trusted-by__section {
  padding-top: 105px;
  padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .about-trusted-by__desc,
  .footer__address {
    width: 100% !important;
  }
  .about-trusted-by__desc {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130.4%;
    /* or 42px */
    text-align: center;
    color: #ffffff;
  }
  .about-trusted-by__title {
    text-align: center;
  }
}
.nav-milestones-wrapper {
  position: absolute;
  bottom: 70px;
  right: 120px;
}

.mg-slider {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.timeline-item.active .timeline-year {
  color: #060606;
  font-weight: 700;
  opacity: 0.4;
}

.timeline-item.active .timeline-desc {
  opacity: 1;
}

.timeline-item {
  opacity: 1;
  transition: all 0.3s ease;
  cursor: default;
  pointer-events: none;
}

.timeline-item.active {
  opacity: 1;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 1.29;
  color: #6a2b99;
}

.big-year {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 478px;
  font-weight: 700;
  color: #060606;
  opacity: 0.05;
  pointer-events: none;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  height: 320px;
}

.slides {
  display: flex;
  transition: transform 0.6s ease;
}

.slide-item {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.slide-item img {
  width: 440px;
  height: 300px;
  border-radius: 24px;
  object-fit: cover;
  user-select: none;
}

/* NAV */
.nav-milestones {
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  background: #707070;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-milestones:hover {
  opacity: 0.8;
}
.nav-milestones img {
  width: 20px;
  height: 20px;
  user-select: none;
}

.nav-milestones.prev {
  right: -45px;
}

.nav-milestones.next {
  left: 60px;
}

/* LINE + DOT */
.timeline-divider {
  display: flex;
  align-items: center;
  /* gap: 8px; */
  margin-top: 8px;
}

.timeline-divider .line {
  width: 120px;
  height: 2px;
  background: #ccc;
}

.timeline-divider .dots {
  width: 8px;
  height: 8px;
  background: #f27260;
  border-radius: 50%;
}

.timeline-item.active .timeline-year {
  color: #060606;
}

.top-section {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 15px;
}

#title {
  margin-left: 20px;
}

.top-section::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.75vw;
  background-color: #e11112;
  left: 0;
  top: 5px;
}

/* DESCRIPTION */
.description {
  width: 52.938vw;
  background-color: rgb(246, 247, 248);
  padding-top: 2.625vw;
  padding-bottom: 3.688vw;
  margin-inline: auto;
  border-radius: 25px;
  padding-inline: 2.813vw;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.description h3 {
  font-size: 32px;
}

.description p {
  margin-top: 10px;
}

.timeline-block {
  display: flex;
  align-items: flex-start;
  padding-inline: 14px;
}

.timeline-item {
  text-align: center;
  min-width: 180px;
  min-height: 200px;
  cursor: pointer;
  padding-right: 14px;
}

.timeline-year {
  font-weight: 600;
  font-family: "Inter Tight";
  font-style: normal;
  font-size: 29px;
  color: #060606;
}

.timeline-desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-size: 18px;
  color: #060606;
  line-height: 28px;
  font-weight: 600;
}

.top-section #title {
  font-family: "Inter Tight";
  font-style: normal;
  font-size: 38px;
  color: #f27260;
}
.top-section #subtitle {
  font-family: "Inter Tight";
  font-style: normal;
  font-size: 20px;
  color: #f27260;
}

#desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-size: 18px;
  color: #777;
  line-height: 32px;
}

/* TIMELINE */
.timeline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  overflow-x: hidden;
  /* important */
  position: relative;
}

.nav-milestones {
  transition: background 0.3s ease, opacity 0.3s ease;
}

.nav-milestones.disabled {
  background: transparent;
  border: 1px solid rgba(204, 18, 21, 0.5);
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
  /* 🔥 prevents click */
}
.nav-milestones.disabled img {
  filter: grayscale(1) brightness(0.4) sepia(1) hue-rotate(-10deg) saturate(500%);
}

@media screen and (max-width: 1024px) {
  .slide-item img {
    width: 75% !important;
    height: 230px !important;
    border-radius: 24px;
    object-fit: cover;
  }
  .nav-milestones-wrapper {
    position: absolute;
    bottom: 70px;
    right: 64%;
  }
  .top-section {
    flex-direction: column;
  }
  .description {
    width: 90% !important;
  }
  .big-year {
    font-size: 160px !important;
    top: 80px !important;
  }
  .section-title {
    text-align: center;
    margin-bottom: 65px;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130.4%;
  }
  #desc {
    font-family: "Inter Tight";
    font-style: normal;
    font-size: 14px;
    color: #777;
    line-height: 21px;
    margin-left: 20px;
  }
  .top-section::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 7.75vw;
    background-color: #e11112;
    left: 0;
    top: 5px;
  }
  .description {
    width: 52.938vw;
    background-color: rgb(246, 247, 248);
    padding-top: 2.625vw;
    padding-bottom: 3.688vw;
    margin-inline: auto;
    border-radius: 25px;
    padding-inline: 5.813vw;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
}
.consultancy-hero__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #EFEFEF;
  width: 600px;
  padding-block: 224px;
  margin: 0 auto;
}

.consultancy-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #282828;
}

.consultancy-service__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  color: #282828;
}

.consultancy-service__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  width: 520px;
  margin-top: 17px;
  margin-bottom: 71px;
}

.consultancy-service {
  margin-top: 80px;
  margin-bottom: 128px;
}

.consultancy-service__project-1 {
  width: 409px;
  height: 406px;
  background-color: #282828;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 130%;
  /* or 57px */
  color: #EFEFEF;
  padding: 48px;
}

.consultancy-service__project-2 {
  display: flex;
  align-items: flex-end;
  width: 409px;
  height: 406px;
  background-color: #282828;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: #D9D9D9;
  padding: 48px;
}
.consultancy-service__project-2 span {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px !important;
  line-height: 150%;
  /* or 35px */
  color: #EFEFEF;
}

.consultancy-service__project-3 {
  display: flex;
  align-items: flex-end;
  width: 410px;
  height: 406px;
  background-color: #6A2B99;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: #D9D9D9;
  padding: 48px;
}
.consultancy-service__project-3 span {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px !important;
  line-height: 150%;
  /* or 35px */
  color: #EFEFEF;
}

.consultancy-service__project-4 img {
  width: 410px;
  height: 406px;
  object-fit: cover;
  filter: grayscale(100%);
}

.consultancy-service__project-5 img {
  width: 409px;
  height: 812px;
  object-fit: cover;
  filter: grayscale(100%);
}

.consultancy-service__projects {
  margin-top: 64px;
  margin-bottom: 155px;
}

.consultancy-service__percentage {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 99.1553px;
  line-height: 130%;
  /* or 129px */
  /* Night */
  color: #282828;
}
.consultancy-service__percentage span {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 130%;
  /* or 57px */
  /* Night */
  color: #282828;
}

.consultancy-service__percentage-t {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  /* or 35px */
  /* Night */
  color: #282828;
}

.consultancy-service__percentage-d {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Night */
  color: #282828;
  margin-top: 19px;
  width: 396px;
}

.consultancy-service__percentages {
  width: 733px;
}

.consultancy-service__percentage-desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  /* or 35px */
  /* Night */
  color: #282828;
  width: 396px;
  padding-left: 40px;
}

.consultancy-service__percentages {
  border-top: 1px solid #A0A6AF;
  padding-block: 48px;
}

.success-stories-consultancy__subtitle {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  /* or 35px */
  /* Night */
  color: #282828;
}

.success-stories-consultancy__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  /* identical to box height, or 57px */
  /* CE Purple */
  color: #6A2B99;
  margin-top: 48px;
}

.success-stories-consultancy__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Night */
  color: #282828;
  width: 520px;
}

.success-stories-consultancy__list li {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  /* Night */
  color: #282828;
}
.success-stories-consultancy__list li::marker {
  color: #6A2B99;
}

.success-stories-consultancy__list-2 li {
  list-style: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.success-stories-consultancy__list-2 li:first-child {
  color: #44B5D4;
}
.success-stories-consultancy__list-2 li:nth-child(2) {
  color: #FF7D27;
}
.success-stories-consultancy__list-2 li:nth-child(3) {
  color: #BE903F;
}

.success-stories-consultancy__info {
  margin-top: 28px;
}

.slider-consultancy {
  margin-bottom: 150px;
}

.listing-consultancy {
  gap: 51px;
}

/* Container */
.filter-bars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
}

/* Left filter items container */
.filter-optionss {
  display: flex;
  gap: 31px;
}

/* Each item */
.filter-items {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* Label Color */
  color: #A0A6AF;
}
.filter-items span {
  display: flex;
  align-items: center;
}

/* Active state */
.filter-items.active span {
  color: #F27260;
  font-weight: 600;
}

.filter-items.active span::before {
  border-color: #F27260;
  background: radial-gradient(circle, #F27260 40%, transparent 45%);
}

.cons-numbers {
  width: 29px;
  height: 29px;
  border: 1px solid #A0A6AF;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-items.active .cons-numbers {
  border-color: #282828;
  color: #282828;
  font-weight: 400;
}

.filter-items:hover .cons-numbers {
  border-color: #282828;
  color: #282828;
  font-weight: 400;
}

.filter-items.active span {
  color: #282828;
  font-weight: 400;
}

.filter-items:hover span {
  color: #282828;
  font-weight: 400;
}

.header__titles {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 96px;
  /* or 120% */
  color: #FFFFFF;
  width: 708px;
  margin-bottom: 100px;
  margin-top: 100px;
}

.header__subtitles {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: #FFFFFF;
  width: 568px;
  margin-bottom: unset !important;
}

.header__section--v3 {
  padding-block-end: 100px;
}

.header__cta-btns {
  text-decoration: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 8px 18px;
  background: #F27260;
  /* CE Orange */
  border: 1px solid #F27260;
  border-radius: 40px;
  height: 44px;
}
.header__cta-btns:hover {
  background-color: white;
  color: black;
  border: 1px solid white;
}

@media screen and (max-width: 1024px) {
  .header-c-info {
    flex-direction: column-reverse;
    gap: 28px;
  }
  .header__subtitles {
    width: 100%;
  }
  .header__titles {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 129%;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 28px;
    margin-top: 32px;
  }
  .header__cta-btns {
    width: fit-content !important;
  }
  .consultancy-hero__title {
    width: 100%;
    font-size: 32px;
    line-height: 130%;
    padding-block: 128px;
  }
  .consultancy-service {
    margin-top: 96px;
    margin-bottom: 64px;
  }
  .slider-consultancy {
    margin-bottom: 88px;
  }
  .prc-info {
    display: flex;
    flex-direction: column;
  }
  .consultancy-service__percentages {
    flex-direction: column;
    width: 100%;
    border-top: unset !important;
    border-bottom: 1px solid #A0A6AF;
    padding-block: 16px !important;
  }
  .consultancy-service__project-info {
    flex-direction: column !important;
  }
  .consultancy-service__project-1,
  .consultancy-service__project-2,
  .consultancy-service__project-3,
  .consultancy-service__project-4,
  .consultancy-service__project-5 {
    width: 112%;
    margin-left: -6% !important;
  }
  .consultancy-service__project-2 {
    margin-top: -1px !important;
  }
  .consultancy-service__desc {
    width: 100%;
    margin-bottom: 64px;
  }
  .consultancy-service__projects {
    margin-top: 32px !important;
    margin-bottom: 64px !important;
  }
  .success-stories-consultancy__desc {
    width: 100%;
  }
  .success-stories-consultancy__info {
    flex-direction: column;
    gap: 32px !important;
  }
  .consultancy-service__project-1,
  .consultancy-service__project-2 {
    height: unset !important;
  }
  .consultancy-service__project-1 {
    padding: 48px 120px 48px 18px;
  }
  .consultancy-service__project-2 {
    padding: 0px 90px 48px 18px;
  }
  .consultancy-service__project-3 {
    padding: 48px 18px;
    height: unset !important;
  }
  .consultancy-service__project-4 img,
  .consultancy-service__project-5 img {
    width: 100% !important;
    height: 393px;
    object-fit: cover;
  }
  .consultancy-service__title {
    width: 80%;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    color: #282828;
  }
  .consultancy-service__percentage-desc {
    padding-left: unset !important;
    margin-top: 64px;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    /* Night */
    color: #282828;
    width: 100%;
  }
  .consultancy-service__percentage-d {
    width: 100%;
  }
  .success-stories-consultancy__title {
    margin-top: 32px;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    /* or 41px */
    /* CE Purple */
    color: #6A2B99;
  }
  .success-stories-consultancy__info {
    margin-top: 32px;
  }
  .listing-consultancy {
    padding-inline: 5%;
  }
  .our-project__sections-c {
    margin-top: 63px !important;
  }
  .consultancy-service__percentage {
    font-size: 60px;
    margin-bottom: 32px;
  }
  .filter-selects {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    padding: 16px;
    border: 1px solid #A0A6AF;
    border-radius: 16px;
    width: 100% !important;
    background-color: #EFEFEF;
  }
  .filter-selects option {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
  }
  .products-gridss {
    display: none;
  }
  .products-gridss.active {
    display: block;
  }
  .search-svg {
    display: none;
  }
}
/* ===== HEADER SECTION ===== */
.servicing-header__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 96px;
  color: #ffffff;
  max-width: 898px;
}
@media (min-width: 1024px) {
  .servicing-header__title {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .servicing-header__title {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .servicing-header__title {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .servicing-header__title {
    font-size: 40px;
    line-height: 129%;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .header__section--v2.servicing-page {
    padding-block-end: 100px !important;
  }
}
.servicing-header__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 136px;
}
@media (max-width: 768px) {
  .servicing-header__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 70px;
    gap: 28px;
  }
}
@media (max-width: 480px) {
  .servicing-header__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 28px;
    gap: 28px;
  }
}

.servicing-header__cta-btn {
  font-family: "Inter Tight" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  color: #ffffff;
  display: inline-block;
  padding: 8px 18px 8px 18px;
  border-radius: 40px;
  background: #f27260;
  border: 1px solid #f27260;
  text-decoration: none;
  transition: all 0.3s ease;
}
.servicing-header__cta-btn:hover {
  transform: translateY(-2px);
  color: #f27260;
  background-color: #fff;
  border-color: white;
}
@media (max-width: 480px) {
  .servicing-header__cta-btn {
    font-size: 18px;
    line-height: 150%;
    font-style: normal;
    font-weight: 400;
  }
}

.servicing-header__subtitle {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  max-width: 443px;
  text-align: left;
}
@media (max-width: 768px) {
  .servicing-header__subtitle {
    text-align: left;
    font-size: 1.5rem;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .servicing-header__subtitle {
    font-size: 18px;
    line-height: 150%;
  }
}

.servicing-offer__container {
  margin-top: 94px;
  max-width: 1295px;
  margin-inline: auto;
}
@media (max-width: 480px) {
  .servicing-offer__container {
    margin-top: 35px;
  }
}
.servicing-offer__container .servicing-offer__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .servicing-offer__container .servicing-offer__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.servicing-offer__container .servicing-offer__title h2 {
  font-family: "Inter Tight";
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}
@media (max-width: 480px) {
  .servicing-offer__container .servicing-offer__title h2 {
    font-size: 32px;
  }
}
.servicing-offer__container .servicing-title__cta-btn {
  font-family: "Inter Tight" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 150%;
  text-align: center;
  color: #f27260;
  display: inline-block;
  width: 186px;
  height: 44px;
  padding: 8px 18px;
  border-radius: 40px;
  background: #efefef;
  border: 1px solid #f27260;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.servicing-offer__container .servicing-title__cta-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  background-color: #f27260;
  border-color: #efefef;
}
@media (max-width: 480px) {
  .servicing-offer__container .servicing-title__cta-btn {
    width: 186px;
    height: 44px;
    font-size: 18px;
    font-weight: 400;
  }
}
.servicing-offer__container .servicing-offer__wrapper {
  padding-bottom: 135px;
}
@media (max-width: 1000px) {
  .servicing-offer__container .servicing-offer__wrapper {
    padding-bottom: 0px;
  }
}
.servicing-offer__container .servicing-offer__content {
  position: relative;
  width: 100%;
  max-width: 1295px;
  min-height: 436px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .servicing-offer__container .servicing-offer__content {
    min-height: calc(436px + (var(--card-count, 1) - 1) * 136px + 50px);
    display: block;
    padding-bottom: 0;
  }
}
.servicing-offer__container .servicing-offer__content .servicing-card {
  position: absolute;
  width: 677px;
  min-height: 436px;
  height: auto;
  border-radius: 16px;
  color: white;
  background: #282828;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), background 0.6s ease, left 0.6s ease;
  cursor: grab;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 45px 0px 45px 48px;
  gap: 31px;
}
.servicing-offer__container .servicing-offer__content .servicing-card[data-slide="0"] {
  left: 0%;
  z-index: 10;
}
@media (max-width: 1440px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="0"] {
    left: 0%;
  }
}
@media (max-width: 1388px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="0"] {
    left: 0%;
  }
}
@media (max-width: 1300px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="0"] {
    left: 0%;
  }
}
.servicing-offer__container .servicing-offer__content .servicing-card[data-slide="1"] {
  left: 22%;
  z-index: 9;
}
@media (max-width: 1440px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="1"] {
    left: 22%;
  }
}
@media (max-width: 1388px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="1"] {
    left: 25%;
  }
}
@media (max-width: 1300px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="1"] {
    left: 28%;
  }
}
.servicing-offer__container .servicing-offer__content .servicing-card[data-slide="2"] {
  left: 44%;
  z-index: 8;
}
@media (max-width: 1440px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="2"] {
    left: 44%;
  }
}
@media (max-width: 1388px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="2"] {
    left: 50%;
  }
}
@media (max-width: 1300px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="2"] {
    left: 56%;
  }
}
.servicing-offer__container .servicing-offer__content .servicing-card[data-slide="3"] {
  left: 66%;
  z-index: 7;
}
@media (max-width: 1440px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="3"] {
    left: 66%;
  }
}
@media (max-width: 1388px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="3"] {
    left: 75%;
  }
}
@media (max-width: 1300px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="3"] {
    left: 84%;
  }
}
.servicing-offer__container .servicing-offer__content .servicing-card[data-slide="4"] {
  left: 88%;
  z-index: 6;
}
@media (max-width: 1440px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="4"] {
    left: 88%;
  }
}
@media (max-width: 1388px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="4"] {
    left: 100%;
  }
}
@media (max-width: 1300px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="4"] {
    left: 112%;
  }
}
.servicing-offer__container .servicing-offer__content .servicing-card[data-slide="5"] {
  left: 110%;
  z-index: 5;
}
@media (max-width: 1440px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="5"] {
    left: 110%;
  }
}
@media (max-width: 1388px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="5"] {
    left: 125%;
  }
}
@media (max-width: 1300px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="5"] {
    left: 140%;
  }
}
@media (max-width: 1182px) {
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="0"] {
    left: 0%;
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="1"] {
    left: 30%;
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="2"] {
    left: 60%;
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="3"] {
    left: 90%;
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="4"] {
    left: 120%;
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="5"] {
    left: 150%;
  }
}
@media (max-width: 1024px) {
  .servicing-offer__container .servicing-offer__content .servicing-card {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    margin-top: 0 !important;
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="0"] {
    z-index: 10;
    transform: translateY(0);
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="1"] {
    z-index: 9;
    transform: translateY(calc(1 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="2"] {
    z-index: 8;
    transform: translateY(calc(2 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="3"] {
    z-index: 7;
    transform: translateY(calc(3 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="4"] {
    z-index: 6;
    transform: translateY(calc(4 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="5"] {
    z-index: 5;
    transform: translateY(calc(5 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="6"] {
    z-index: 4;
    transform: translateY(calc(6 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="7"] {
    z-index: 3;
    transform: translateY(calc(7 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="8"] {
    z-index: 2;
    transform: translateY(calc(8 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="9"] {
    z-index: 1;
    transform: translateY(calc(9 * 136px));
  }
  .servicing-offer__container .servicing-offer__content .servicing-card[data-slide="10"] {
    z-index: 0;
    transform: translateY(calc(10 * 136px));
  }
}
@media (max-width: 1440px) {
  .servicing-offer__container .servicing-offer__content .servicing-card {
    width: 672px;
    height: 436px;
  }
}
@media (max-width: 1388px) {
  .servicing-offer__container .servicing-offer__content .servicing-card {
    width: 626px;
    height: 436px;
  }
}
@media (max-width: 1300px) {
  .servicing-offer__container .servicing-offer__content .servicing-card {
    width: 590px;
    height: 436px;
  }
}
@media (max-width: 1182px) {
  .servicing-offer__container .servicing-offer__content .servicing-card {
    width: 483px;
    height: 436px;
  }
}
@media (max-width: 1024px) {
  .servicing-offer__container .servicing-offer__content .servicing-card {
    max-width: 100%;
    width: 100%;
    min-height: 436px;
    height: auto;
    padding: 45px 26px 0px 26px;
  }
}
.servicing-offer__container .servicing-card h3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Inter Tight";
  font-size: 28px;
  font-weight: 400;
  line-height: 118%;
  margin: 0;
}
.servicing-offer__container .servicing-card h3 .servicing-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 28px;
  flex-shrink: 0;
}
.servicing-offer__container .servicing-card > .servicing-card-description {
  padding-left: 31px;
}
@media (max-width: 1000px) {
  .servicing-offer__container .servicing-card > .servicing-card-description {
    padding-left: 26px;
  }
}
.servicing-offer__container .servicing-card-description ul {
  margin-left: 28px;
  list-style-type: disc;
}
.servicing-offer__container .servicing-card-description li {
  font-family: "Inter Tight";
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
.servicing-offer__container .servicing-card-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .servicing-offer__container .servicing-card-tags {
    gap: 10px;
  }
  .servicing-offer__container .servicing-card-tags span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .servicing-offer__container .servicing-card-tags {
    gap: 8px;
    padding-right: 20px;
  }
  .servicing-offer__container .servicing-card-tags span {
    font-size: 12px;
    padding: 3px 12px;
  }
}
.servicing-offer__container .servicing-card-tags span {
  background: #d9d9d9;
  padding: 3px 16px;
  font-family: "Inter Tight";
  border-radius: 89px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #282828;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .servicing-offer__container .servicing-card-icons {
    padding-bottom: 42px;
  }
}
.servicing-offer__container .servicing-card > div:nth-child(4) {
  display: flex;
  gap: 21px;
}
.servicing-offer__container .servicing-card.active h3 {
  text-align: left;
  align-self: flex-start;
  font-size: 28px;
}
.servicing-offer__container .servicing-card.back-card h3 {
  align-self: flex-end;
  width: 228px;
  white-space: normal;
  margin: 0;
  color: #282828;
}
@media (max-width: 1000px) {
  .servicing-offer__container .servicing-card.back-card h3 {
    align-self: flex-start;
    justify-self: flex-end;
    margin-top: auto;
    margin-bottom: 24px;
    font-size: 28px;
    width: 275px;
    white-space: normal;
    word-break: break-word;
  }
}
.servicing-offer__container .servicing-card.back-card > :not(h3) {
  display: none;
}
.servicing-offer__container .servicing-card.back-card {
  background: #efefef;
  border: 1px solid #282828;
}

.servicing-promise {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter Tight";
  padding-inline: 8%;
}

.servicing-promise__header {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 112px;
}
.servicing-promise__header h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}

.servicing-promise__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 104px;
  width: 100%;
  margin: 0 auto;
  justify-items: center;
}

.servicing-promise__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 20px;
}

.servicing-promise__item img {
  width: 98px;
  height: 121px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.servicing-promise__item img:hover {
  transform: scale(1.05);
}

.servicing-promise__item h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 118%;
  margin: 0;
  max-width: 228px;
}

.servicing-promise__item h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  color: #282828;
  max-width: 212px;
}

@media (max-width: 1024px) {
  .servicing-promise {
    padding-inline: 5%;
  }
  .servicing-promise__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
  .servicing-promise__item img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .servicing-promise {
    padding-inline: 5%;
  }
  .servicing-promise__header {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .servicing-promise {
    padding: 3rem 24px;
  }
  .servicing-promise__grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .servicing-promise__header {
    margin-bottom: 45px;
  }
  .servicing-promise__header h2 {
    font-family: "Inter Tight";
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
  }
  .servicing-promise__item h2 {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 28px;
    line-height: 118%;
    letter-spacing: 0%;
    text-align: center;
  }
  .servicing-promise__item h3 {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.servicing-process__grid {
  padding-bottom: 42px;
}

.servicing-process__spacer-top,
.servicing-process__spacer-bottom {
  width: 100%;
  height: var(--dynamic-gap, 0px);
  transition: height 0.4s ease;
}

.servicing-process__section {
  padding-bottom: 42px;
  margin-top: 158px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .servicing-process__section {
    margin-top: 70px;
  }
}
@media (max-width: 640px) {
  .servicing-process__section {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .servicing-process__section {
    margin-top: 20px;
  }
}

.servicing-process__title {
  font-family: "Inter Tight";
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}
@media (max-width: 768px) {
  .servicing-process__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .servicing-process__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.servicing-process__cta-btn {
  text-decoration: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  cursor: pointer;
}
.servicing-process__cta-btn:hover {
  color: #f27260;
}

.servicing-process__card {
  background: #efefef !important;
  border: 1px solid #282828;
  border-radius: 16px;
  padding: 0px 20px 42px 32px;
  position: relative;
  width: 100%;
  min-height: 653px;
  height: auto !important;
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1025px) and (hover: hover) {
  .servicing-process__card:not([data-slide="0"]):hover .servicing-process__number,
  .servicing-process__card:not([data-slide="0"]):hover .servicing-process__card-title {
    color: #f27260;
    transition: color 0.3s ease;
  }
  .servicing-process__card:not([data-slide="0"]) {
    cursor: pointer;
  }
}
.servicing-process__card-title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 150%;
  padding-top: 0.5rem;
  color: #282828;
  height: 90px;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .servicing-process__card-title {
    margin-left: 21px;
  }
}
@media (max-width: 480px) {
  .servicing-process__card-title {
    font-size: 32px;
    line-height: 129%;
  }
}

.servicing-process__card-description {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  color: #282828;
  text-align: start;
}

.servicing-process__card-sub-description {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
  text-align: start;
}

.servicing-process__category {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #282828;
}

.servicing-process__icon {
  width: 560px;
  height: 480px;
  object-fit: cover;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .servicing-process__icon {
    width: 539px;
    height: 473px;
  }
}

.servicing-process__card-inner {
  margin-top: 42px;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 100px;
}
@media (min-width: 1024px) {
  .servicing-process__card-inner {
    margin-top: 30px;
    padding-left: 38px;
  }
}
@media (max-width: 480px) {
  .servicing-process__card-inner {
    margin-top: 30.39px;
  }
}

.servicing-process__category {
  height: 24.05px;
  background: #d9d9d9;
  border-radius: 89.0851px;
  padding: 3px 16px;
  width: fit-content;
}

.servicing-process__categories {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.servicing-process__card-body {
  display: flex;
  flex-direction: column;
  max-width: 426px;
  gap: 4px;
}
@media (min-width: 1024px) {
  .servicing-process__card-body {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-right: 40px;
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .servicing-process__card-body {
    max-width: 1000px;
  }
}
@media (max-width: 480px) {
  .servicing-process__card-body {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.servicing-process__card {
  width: 100%;
}

.servicing-process__number {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 118%;
  color: #282828;
}

.servicing-process__cta-btn-2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #f27260;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  bottom: 34px;
  right: 24px;
}
.servicing-process__cta-btn-2:hover {
  color: black;
}
.servicing-process__cta-btn-2:hover svg circle {
  color: black;
  stroke: black;
}
.servicing-process__cta-btn-2:hover svg path {
  color: black;
  stroke: black;
}

.servicing-process__content {
  margin-bottom: -40px;
}

.servicing-process-card {
  transition: transform 0.4s ease;
  will-change: transform;
}
.servicing-process-card[data-slide="0"] {
  transform: translateY(-0px);
  opacity: 1 !important;
  z-index: calc(1000 - 0);
}
.servicing-process-card[data-slide="0"] .servicing-process__card-inner {
  display: flex !important;
}
.servicing-process-card[data-slide="0"] .servicing-process__cta-btn-2 {
  display: block !important;
}
.servicing-process-card[data-slide="1"] {
  transform: translateY(-80px);
  opacity: 1 !important;
  z-index: calc(1000 - 1);
}
.servicing-process-card[data-slide="1"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="1"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="2"] {
  transform: translateY(-160px);
  opacity: 1 !important;
  z-index: calc(1000 - 2);
}
.servicing-process-card[data-slide="2"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="2"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="3"] {
  transform: translateY(-240px);
  opacity: 1 !important;
  z-index: calc(1000 - 3);
}
.servicing-process-card[data-slide="3"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="3"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="4"] {
  transform: translateY(-320px);
  opacity: 1 !important;
  z-index: calc(1000 - 4);
}
.servicing-process-card[data-slide="4"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="4"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="5"] {
  transform: translateY(-400px);
  opacity: 1 !important;
  z-index: calc(1000 - 5);
}
.servicing-process-card[data-slide="5"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="5"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="6"] {
  transform: translateY(-480px);
  opacity: 1 !important;
  z-index: calc(1000 - 6);
}
.servicing-process-card[data-slide="6"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="6"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="7"] {
  transform: translateY(-560px);
  opacity: 1 !important;
  z-index: calc(1000 - 7);
}
.servicing-process-card[data-slide="7"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="7"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="8"] {
  transform: translateY(-640px);
  opacity: 1 !important;
  z-index: calc(1000 - 8);
}
.servicing-process-card[data-slide="8"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="8"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="9"] {
  transform: translateY(-720px);
  opacity: 1 !important;
  z-index: calc(1000 - 9);
}
.servicing-process-card[data-slide="9"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="9"] .servicing-process__cta-btn-2 {
  display: none !important;
}
.servicing-process-card[data-slide="10"] {
  transform: translateY(-800px);
  opacity: 1 !important;
  z-index: calc(1000 - 10);
}
.servicing-process-card[data-slide="10"] .servicing-process__card-inner {
  display: none !important;
}
.servicing-process-card[data-slide="10"] .servicing-process__cta-btn-2 {
  display: none !important;
}

.servicing-process__cards-box {
  display: grid;
  grid-template-areas: "card";
  margin-top: 158px;
  min-height: 653px;
  margin-bottom: 50px;
}
.servicing-process__cards-box .servicing-process-card {
  grid-area: card;
}

.servicing-process__vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 28.8395px;
  line-height: 150%;
  color: #282828;
  top: 124px;
  right: -20px;
}

.servicing-process__cards-prev,
.servicing-process__cards-next {
  cursor: pointer;
  transition: transform 0.2s ease, stroke 0.2s ease;
}

.servicing-process__cards-prev:hover,
.servicing-process__cards-next:hover {
  transform: scale(1.1);
}

.servicing-process__cards-prev:hover svg path,
.servicing-process__cards-next:hover svg path,
.servicing-process__cards-prev:hover svg circle,
.servicing-process__cards-next:hover svg circle {
  stroke: #f27260;
}

@media screen and (max-width: 1024px) {
  .servicing-process__card-title {
    height: unset !important;
    margin-bottom: unset !important;
  }
  .servicing-process__title {
    margin-bottom: unset !important;
  }
  .servicing-process__grid {
    padding-bottom: unset !important;
  }
  .servicing-process__icon {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-right: unset !important;
  }
  .servicing-process__card-inner {
    flex-direction: column;
    gap: 20px !important;
  }
  .servicing-process__card {
    width: 100%;
    padding: 24px !important;
    height: auto !important;
  }
  .servicing-process__card-description {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
    color: #282828;
  }
  .servicing-process__number {
    margin-bottom: 8px;
  }
  .servicing-process__cta-btn-2 {
    display: none;
  }
  .servicing-process__content {
    margin-bottom: 24px;
  }
  .servicing-process__cta-btn,
  .servicing-process__cards-nav {
    margin-top: 32px;
  }
  .servicing-process__categories {
    width: 80%;
  }
  .servicing-process__cards-nav {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .servicing-process__number {
    margin-top: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .servicing-process__number {
    font-size: 40px;
  }
  .servicing-process__card-body {
    margin-top: 20px;
    max-width: 500px;
    gap: 10px;
  }
  .servicing-process__card-description,
  .servicing-process__card-sub-description {
    font-size: 21px;
  }
  .servicing-process__card-sub-description,
  .servicing-process__card-body {
    margin-bottom: unset !important;
  }
}
@media screen and (max-width: 480px) {
  .servicing-process__number {
    font-size: 28px;
  }
  .servicing-process__card-description,
  .servicing-process__card-sub-description {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .servicing-process__cards-box {
    position: relative;
    margin-top: 340px;
  }
}
.servicing-process__cards-box .servicing-process-card-hide {
  visibility: hidden;
}

.servicing-process__cards-box .servicing-process-card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.servicing-process__cards-box .servicing-process-card:not(.hide)[data-slide="0"] {
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
}

.servicing-stories__section {
  margin-bottom: 85px;
}

.servicing-stories__content {
  gap: 88px;
}
.servicing-stories__content p {
  width: 520px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.servicing-stories__content ul.servicing-stories__bullet-list {
  max-width: 270px;
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.servicing-stories__content ul.servicing-stories__bullet-list li {
  position: relative;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.servicing-stories__content ul.servicing-stories__bullet-list li::before {
  content: "•";
  color: #6a2b99;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 480px) {
  .servicing-stories__content ul.servicing-stories__bullet-list li::before {
    content: none;
    display: none;
  }
  .servicing-stories__content ul.servicing-stories__bullet-list {
    padding-left: 0;
  }
}
.servicing-stories__content ul.servicing-stories__second-group {
  max-width: 270px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.servicing-stories__content ul.servicing-stories__second-group li {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.servicing-stories__content ul.servicing-stories__second-group li:nth-child(1) {
  color: #44b5d4;
}
.servicing-stories__content ul.servicing-stories__second-group li:nth-child(2) {
  color: #ff7d27;
}
.servicing-stories__content ul.servicing-stories__second-group li:nth-child(3) {
  color: #be903f;
}
@media (max-width: 480px) {
  .servicing-stories__content ul.servicing-stories__second-group {
    display: none;
  }
}

.servicing-stories__image {
  width: 86%;
  height: 544px;
  object-fit: cover;
}

.servicing-stories__content {
  margin-top: 28px;
  margin-bottom: 67px;
}

.servicing-stories__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}

.servicing-stories__section .swiper-pagination-fraction {
  bottom: 0;
  right: 0;
  left: unset;
}
.servicing-stories__section .swiper-button-next,
.servicing-stories__section .swiper-button-prev {
  color: transparent !important;
  z-index: 100 !important;
}
.servicing-stories__section .swiper-button-lock {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .servicing-stories__content p,
  .trusted-by__desc,
  .footer__address {
    width: 100% !important;
  }
  .servicing-stories__content {
    flex-direction: column;
  }
  .servicing-stories__image {
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  .servicing-stories__title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    color: #6a2b99;
  }
  .servicing-stories__content {
    gap: 28px;
  }
  .servicing-stories__content {
    align-items: unset !important;
  }
  .servicing-stories__content ul {
    max-width: unset !important;
  }
  .servicing-stories__content {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .servicing-stories__section .swiper-wrapper {
    padding-bottom: 80px !important;
  }
  .servicing-stories__section {
    margin-top: 76px;
    margin-bottom: 60px;
  }
}
/* Section wrapper */
.brand-highlight-header {
  width: 100%;
}

/* Main container: 7XL max width */
.brand-highlight-header__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

/* Top row: Title (left) + Description (right) */
.brand-highlight-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Title */
.brand-highlight-header__title {
  font-family: "Inter Tight";
  font-size: 60px;
  font-weight: 300;
  line-height: 129%;
  max-width: 449px;
  margin: 0;
}

/* Description */
.brand-highlight-header__description {
  font-family: "Inter Tight";
  font-size: 18px;
  line-height: 150%;
  max-width: 603px;
  margin: 0;
}

/* Image wrapper */
.brand-highlight-header__image-wrapper {
  margin-top: 51px;
  width: 100%;
}

/* Image */
.brand-highlight-header__image {
  width: 100%;
  height: 353px;
  object-fit: cover;
  filter: grayscale(100%) !important;
}

/* ------------------------------
   📱 Mobile Responsive
--------------------------------*/
@media (max-width: 1024px) {
  .brand-highlight-header__content.page-padding {
    padding-inline: 4%;
  }
  .brand-highlight-header__container {
    margin-top: 0px;
  }
  /* Stack content vertically */
  .brand-highlight-header__content {
    flex-direction: column;
    gap: 28px;
    align-items: start;
  }
  .brand-highlight-header__title {
    font-size: 40px;
    max-width: 100%;
  }
  .brand-highlight-header__description {
    font-size: 18px;
    max-width: 100%;
  }
  .brand-highlight-header__image-wrapper {
    margin-top: 54px;
  }
}
/* Wrapper */
.brand-section {
  width: 100%;
  margin-top: 110px;
}

.brand-section.brand-associated {
  margin-top: 60px;
}

/* Title */
.brand-section__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 129%;
  margin-bottom: 32px;
  color: #6a2b99;
}

/* Grid */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 4 desktop */
  justify-items: start;
  align-items: start;
  width: fit-content;
  gap: 40px;
}

/* Brand item */
.brand-item {
  max-width: 180px;
  max-height: 180px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0;
  width: fit-content;
}

.brand-item img {
  margin-block: 60px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  padding: 0;
}

/* ------------------------------
   Responsive
--------------------------------*/
/* Tablet (3 columns) */
@media (max-width: 1024px) {
  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .brand-section {
    margin-top: 54px;
  }
}
/* Mobile (2 columns) */
@media (max-width: 848px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-section__title {
    font-size: 36px;
  }
  .brand-item {
    width: 100%;
    height: 100%;
  }
}
.brand-wrapper {
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .brand-main {
    order: 2;
  }
  .brand-associated {
    order: 1;
  }
}
.brand__image {
  width: 420px;
  height: auto;
  object-fit: cover;
  padding-right: 30px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.brand__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}

.brand-detail__info {
  width: 603px;
}

.brand-detail {
  margin-top: 124px;
}

.bestseller-brand__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6A2B99;
}

.bestseller__cta-btn {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #F27260;
  height: 44px;
  padding: 8px 26px;
  text-decoration: none;
  background: #EFEFEF;
  border: 1px solid #F27260;
  border-radius: 40px;
}
.bestseller__cta-btn:hover {
  background-color: #F27260;
  color: white;
  border: 1px solid #F27260;
}

.products-grid-1 {
  margin-top: 64px;
  margin-bottom: 114px;
}

.detail-info {
  background-color: #282828;
}

.detail-info__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  text-align: center;
  color: #EFEFEF;
  margin-bottom: 30px;
  width: 892px;
  margin: 0 auto 30px auto;
}

.detail-info__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #EFEFEF;
  width: 624px;
  margin: auto;
}

.detail-info {
  padding-block: 104px 93px;
}

.bestseller-brand {
  margin-top: 110px;
}

.brand_numbers {
  padding-block: 40px;
  gap: 76px !important;
}
.brand_numbers span {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.brand_numbers .number-1 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 170.321px;
  line-height: 130%;
  color: #282828;
}

.product__cont {
  margin: auto;
  width: 250px;
}

@media screen and (max-width: 1024px) {
  .bestseller-brand__title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    color: #6A2B99;
  }
  .detail-info__title {
    width: 100%;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    /* or 41px */
    text-align: center;
    /* BG */
    color: #EFEFEF;
    margin-bottom: 32px;
  }
  .detail-info__desc {
    width: 100%;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    text-align: center;
    /* BG */
    color: #EFEFEF;
  }
  .detail-info {
    padding-block: 50px 67px;
    padding-inline: 8%;
  }
  .bestseller__cta-btn {
    text-align: center;
    border-radius: 8px !important;
    margin-bottom: 104px;
  }
  .products-grid-1 {
    margin-top: 64px;
    margin-bottom: 70px;
  }
  .products-grid-1 .products__name,
  .products-grid-1 .products__model {
    text-align: center;
  }
  .products-grid-1 .product-card {
    margin: auto;
  }
  .brand-detail__container,
  .brand_numbers {
    flex-direction: column;
  }
  .brand-detail__info {
    width: 100%;
  }
  .brand_numbers {
    gap: 52px !important;
  }
  .brand-detail {
    margin-top: 0px;
  }
  .brand__image {
    width: 258px;
    height: auto;
    object-fit: cover;
    margin-bottom: 48px;
    padding-right: unset !important;
  }
  .bestseller-brand {
    margin-top: 76px !important;
  }
  .brand__desc {
    margin-bottom: unset;
  }
}
.our-events__title {
  margin-top: -20px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 129%;
  /* or 77px */
  /* Night */
  color: #282828;
}

.our-events__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Night */
  color: #282828;
  width: 603px;
}

.our-events {
  margin-top: 40px;
  margin-bottom: 78px;
}

.our-event-slider {
  margin-bottom: 198px;
}

.our-events__image img {
  height: 353px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
.our-events__image {
  margin-bottom: 161px;
}

.our-event-slider .about-slider__item img {
  filter: grayscale(100%);
}
.our-event-slider .about-slider__item.active img {
  filter: grayscale(0%) !important;
}

@media screen and (max-width: 1024px) {
  .our-events__container {
    flex-direction: column !important;
  }
  .our-events__title {
    margin-top: unset !important;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 129%;
    color: #282828;
    margin-bottom: unset !important;
  }
  .our-events__desc {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    width: 100%;
    margin-top: 64px;
  }
  .our-events {
    margin-top: 4px;
    margin-bottom: 32px;
  }
  .our-events__image {
    margin-bottom: 0px;
  }
  .our-event-slider {
    margin-bottom: 76px;
  }
}
.header__titlesss {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-align: center;
  /* BG */
  color: #EFEFEF;
  margin-bottom: 58px;
}

.header__descsss {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  /* or 57px */
  text-align: center;
  /* BG */
  color: #EFEFEF;
  margin-bottom: unset !important;
}

.header__contentsss {
  margin-top: 51px;
  width: 892px !important;
  margin: 51px auto auto auto;
}

.header__section--v4 {
  padding-block-end: 50px;
}

.portfolio-container__desc {
  width: 812px;
}

.portfolio-container__sidebar {
  margin-right: 30px !important;
  width: 292px;
  border: 1px solid #D6D6D6;
  border-radius: 16px;
  padding-inline: 24px;
  height: fit-content;
}

.portfolio-container__sec {
  margin-top: 95px;
}

.portfolio__sidebar-title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #A0A6AF;
  margin-bottom: unset !important;
  padding-top: 24px;
}

.portfolio__sidebar-desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: unset !important;
}
.portfolio__sidebar-desc a {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}

.portfolio__sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 24px;
  gap: 8px;
  border-bottom: 1px solid #D6D6D6;
}

.success-stories-consultancy__titles {
  margin-top: 134px !important;
}

.paragraph-1 h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 19px;
}
.paragraph-1 p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 0px;
}

.paragraph-2 {
  width: 100%;
  height: 540.43px;
  border-radius: 16px;
  object-fit: cover;
  margin-top: 48px;
}

.paragraph-3 h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 19px;
}
.paragraph-3 p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.paragraph-3 {
  padding: 24px;
  border: 1px solid #A0A6AF;
  border-radius: 16px;
  margin-top: 48px;
}

.paragraph-4 h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  color: #EFEFEF;
  margin-bottom: 19px;
}
.paragraph-4 p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #EFEFEF;
}
.paragraph-4 {
  padding: 24px;
  border: 1px solid #6A2B99;
  background-color: #6A2B99;
  border-radius: 16px;
  margin-top: 24px;
}

.paragraph-5 h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 19px;
}
.paragraph-5 p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 24px;
}
.paragraph-5 ul {
  margin-left: 25px !important;
}
.paragraph-5 ul li {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.paragraph-5 {
  margin-top: 48px;
}

.paragraph-6 {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-top: 48px;
}
.paragraph-6 img {
  width: 382px;
  height: 391px;
  object-fit: cover;
  border-radius: 16px;
}

.paragraph-7 {
  margin-top: 48px;
}
.paragraph-7 h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 23.6316px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 4px;
}
.paragraph-7 p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 23.6316px;
  line-height: 150%;
  /* or 35px */
  color: #282828;
  margin-bottom: 19px;
}
.paragraph-7 ul {
  margin-left: 25px !important;
}
.paragraph-7 ul li {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}

.dei__video-wrapper video {
  margin-top: 48px;
  width: 100%;
  height: 540.43px;
  border-radius: 16px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .dei__video-wrapper video {
    width: 100%;
    height: 231px;
    border-radius: 16px;
    object-fit: cover;
  }
  .portfolio-container__sidebar {
    margin-right: unset !important;
    margin-bottom: 36px;
    width: 80%;
  }
  .header__contentsss {
    margin-top: 6px;
    width: 100% !important;
  }
  .portfolio-container__sec {
    flex-direction: column !important;
  }
  .portfolio-container__desc {
    width: 100%;
  }
  .header__descsss {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    /* or 41px */
    text-align: center;
    /* BG */
    color: #EFEFEF;
  }
  .header__titlesss {
    margin-bottom: 32px;
  }
  .header__section--v4 {
    padding-block-end: 74px;
  }
  .portfolio-container__sec {
    margin-top: 36px;
  }
  .paragraph-2 {
    width: 100%;
    height: 231px;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 48px;
  }
  .success-stories-consultancy__titles {
    margin-top: 56px !important;
  }
  .paragraph-6 {
    flex-direction: column !important;
  }
}
/* ===== HEADER SECTION ===== */
.manufacturing-header__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 96px;
  color: #ffffff;
  max-width: 708px;
}
@media (min-width: 1024px) {
  .manufacturing-header__title {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .manufacturing-header__title {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .manufacturing-header__title {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .manufacturing-header__title {
    font-size: 40px;
    line-height: 129%;
    margin-bottom: 28px;
  }
}

.manufacturing-header__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
  margin-bottom: -76px;
}
@media (max-width: 768px) {
  .manufacturing-header__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 70px;
    gap: 28px;
  }
}
@media (max-width: 480px) {
  .manufacturing-header__footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 28px;
    gap: 28px;
  }
}

.manufacturing-header__cta-btn {
  font-family: "Inter Tight", sans-serif;
  display: inline-block;
  padding: 8px 18px 8px 18px;
  border-radius: 40px;
  background: #f27260;
  border: 1px solid #f27260;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.manufacturing-header__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(242, 114, 96, 0.4);
  color: #f27260;
  background-color: #fff;
  border-color: #f27260;
}
@media (max-width: 480px) {
  .manufacturing-header__cta-btn {
    font-size: 18px;
    line-height: 150%;
    font-style: normal;
    font-weight: 400;
    margin-top: 28px;
  }
}

.manufacturing-header__subtitle {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  max-width: 568px;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .manufacturing-header__subtitle {
    text-align: left;
    font-size: 1.5rem;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .manufacturing-header__subtitle {
    font-size: 18px;
    line-height: 150%;
  }
}

.header__section--v2.manufacturing-page {
  padding-block-end: 177px !important;
}

@media screen and (max-width: 1024px) {
  .header__section--v2.manufacturing-page {
    padding-block-end: 100px !important;
  }
}
.manufacturing-offer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 59px;
}
@media (max-width: 480px) {
  .manufacturing-offer__header {
    flex-direction: column;
    align-items: start;
  }
}

.manufacturing-offer__title {
  font-family: "Inter Tight";
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}
@media (max-width: 1024px) {
  .manufacturing-offer__title {
    font-size: 32px;
  }
}

.manufacturing-offer__cta-button {
  font-family: "Inter Tight", sans-serif;
  display: inline-block;
  text-align: center;
  width: 186px;
  height: 44px;
  padding: 8px 18px;
  border-radius: 40px;
  background: #efefef;
  border: 1px solid #f27260;
  color: #f27260;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.manufacturing-offer__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(242, 114, 96, 0.4);
  color: #fff;
  background-color: #f27260;
  border-color: #efefef;
}
@media (max-width: 480px) {
  .manufacturing-offer__cta-button {
    display: none;
  }
}

.manufacturing-offer__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 51px;
  background-color: #282828;
}
@media (max-width: 857px) {
  .manufacturing-offer__gallery {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 19px;
  }
}

.manufacturing-offer__gallery-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-height: 406px;
}
@media (max-width: 857px) {
  .manufacturing-offer__gallery-box {
    max-height: 400px;
    min-height: 400px;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .manufacturing-offer__gallery-box {
    max-height: 343px;
    min-height: 343px;
    height: 100%;
  }
}

.manufacturing-offer__gallery-box img {
  transition: transform 0.5s ease;
}

.manufacturing-offer__gallery-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.manufacturing-offer__gallery-box h3 {
  position: absolute;
  left: 34px;
  bottom: 32px;
  margin: 0;
  max-width: 261px;
  opacity: 1;
  transform: translateY(10px);
  transition: 0.5s ease;
}

.manufacturing-offer__gallery-box:hover img {
  transform: scale(1.1);
  filter: brightness(0.9) contrast(1);
}

.manufacturing-offer__gallery-box:hover h3 {
  transform: translateY(0px);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 0.3s ease;
  cursor: zoom-out;
}

.gallery-modal img {
  max-width: 80%;
  max-height: 80%;
  display: block;
}

.gallery-modal.show {
  opacity: 1;
  visibility: visible;
}

.manufacturing-offer__gallery-box h3 {
  position: absolute;
  left: 34px;
  bottom: 32px;
  margin: 0;
  max-width: 261px;
}

.manufacturing-offer__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.manufacturing-offer__gallery h3 {
  color: #ffffff;
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
}

.manufacturing-offer__gallery p {
  font-family: "Inter Tight";
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  padding-top: 38px;
  padding-left: 34px;
  padding-right: 76px;
}
@media (max-width: 480px) {
  .manufacturing-offer__gallery p {
    font-weight: 400;
  }
}

.manufacturing-process__header {
  margin-top: 138px;
}
@media (max-width: 1024px) {
  .manufacturing-process__header {
    margin-top: 63px;
  }
}

.manufacturing-process__title {
  font-family: "Inter Tight";
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}
@media (max-width: 480px) {
  .manufacturing-process__title {
    font-size: 32px;
  }
}

.manufacturing-process__content {
  display: flex;
  justify-content: center;
  margin-top: 118px;
  position: relative;
}
@media (max-width: 857px) {
  .manufacturing-process__content {
    display: none;
  }
}

.process-center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Above the oval line */
  width: 120px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .process-center-logo {
    width: 40px;
  }
}

.process-center-image svg {
  width: 100%;
  height: auto;
}

.manufacturing-process__content--mobile {
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 857px) {
  .manufacturing-process__content--mobile {
    display: flex;
    gap: 32px;
    margin-top: 24px;
  }
}

.content-mobile h3 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.content-mobile p {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.svg-wrapper {
  position: relative;
}

.svg-wrapper svg {
  width: 100%;
  height: auto;
  max-width: 734px;
}
@media (max-width: 1280px) {
  .svg-wrapper svg {
    max-width: 634px;
  }
}
@media (max-width: 1174px) {
  .svg-wrapper svg {
    max-width: 534px;
  }
}
@media (max-width: 1024px) {
  .svg-wrapper svg {
    max-width: 334px;
  }
}

.dot {
  position: absolute;
  transform: translate(-50%, -50%);
}

.dot::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #6a2b99;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.dot-content {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.dot-content__title {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .dot-content__title {
    font-size: 16px;
  }
}

.dot-content__description {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .dot-content__description {
    font-size: 16px;
  }
}

.dot--right .dot-content {
  left: 100%;
  transform: translateY(-50%);
  margin-left: 26px;
  top: -24px;
  min-width: max-content;
}
.dot--right .dot-content h3 {
  margin-bottom: 0;
}
.dot--right .dot-content p {
  margin-bottom: 0;
}

.dot--left .dot-content {
  left: auto;
  right: 100%;
  transform: translateY(-50%);
  text-align: right;
  min-width: 232px;
  margin-right: 23px;
  top: -27px;
}
.dot--left .dot-content h3 {
  margin-bottom: 0;
}
.dot--left .dot-content p {
  margin-bottom: 0;
}

.dot--left-bottom .dot-content {
  left: auto;
  right: 100%;
  transform: translateY(-50%);
  text-align: right;
  min-width: 195px;
  margin-right: 40px;
  top: 24px;
}
.dot--left-bottom .dot-content h3 {
  margin-bottom: 0;
}
.dot--left-bottom .dot-content p {
  text-align: right;
  margin-bottom: 0;
}

.dot--bottom .dot-content {
  left: 50%;
  top: 100%;
  transform: translateX(-24%);
  min-width: 220px;
  margin-left: 40px;
  top: 24px;
}
.dot--bottom .dot-content h3 {
  margin-bottom: 0;
}
.dot--bottom .dot-content p {
  margin-bottom: 0;
}

.manufacturing-project__section {
  margin-bottom: 85px;
  margin-top: 185px;
}

.manufacturing-project__content {
  gap: 88px;
}
.manufacturing-project__content p {
  width: 520px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.manufacturing-project__content ul.manufacturing-project__bullet-list {
  max-width: 270px;
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.manufacturing-project__content ul.manufacturing-project__bullet-list li {
  position: relative;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.manufacturing-project__content ul.manufacturing-project__bullet-list li::before {
  content: "•";
  color: #6a2b99;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  line-height: 1;
}
.manufacturing-project__content ul.manufacturing-project__second-group {
  max-width: 270px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.manufacturing-project__content ul.manufacturing-project__second-group li {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.manufacturing-project__content ul.manufacturing-project__second-group li:nth-child(1) {
  color: #44b5d4;
}
.manufacturing-project__content ul.manufacturing-project__second-group li:nth-child(2) {
  color: #ff7d27;
}
.manufacturing-project__content ul.manufacturing-project__second-group li:nth-child(3) {
  color: #be903f;
}

.manufacturing-project__image {
  width: 86%;
  height: 544px;
  object-fit: cover;
}

.manufacturing-project__content {
  margin-top: 28px;
  margin-bottom: 67px;
}

.manufacturing-project__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}

.manufacturing-project__section .swiper-pagination-fraction {
  bottom: 0;
  right: 0;
  left: unset;
}
.manufacturing-project__section .swiper-button-next,
.manufacturing-project__section .swiper-button-prev {
  color: transparent !important;
  z-index: 100 !important;
}
.manufacturing-project__section .swiper-button-lock {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .manufacturing-project__content p,
  .trusted-by__desc,
  .footer__address {
    width: 100% !important;
  }
  .manufacturing-project__content {
    flex-direction: column;
  }
  .manufacturing-project__image {
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  .manufacturing-project__title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    color: #6a2b99;
  }
  .manufacturing-project__content {
    gap: 28px;
  }
  .manufacturing-project__content {
    align-items: unset !important;
  }
  .manufacturing-project__content ul {
    max-width: unset !important;
  }
  .manufacturing-project__content {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .manufacturing-project__section .swiper-wrapper {
    padding-bottom: 80px !important;
  }
  .manufacturing-project__section {
    margin-top: 76px;
    margin-bottom: 60px;
  }
}
.manufacturing-products {
  margin-top: 76px !important;
}
@media (max-width: 1024px) {
  .manufacturing-products {
    margin-bottom: 52px;
  }
}

.manufacturing-products__section-title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}

.manufacturing-products__cta-btn {
  font-family: "Inter Tight", sans-serif;
  display: inline-block;
  text-align: center;
  width: 186px;
  height: 44px;
  padding: 8px 26px;
  border-radius: 40px;
  background: #efefef;
  border: 1px solid #f27260;
  color: #f27260;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.manufacturing-products__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(242, 114, 96, 0.4);
  color: #fff;
  background-color: #f27260;
  border-color: #efefef;
}
@media (max-width: 480px) {
  .manufacturing-products__cta-btn {
    display: none;
  }
}

.manufacturing-products__products-grid {
  margin-bottom: 64px !important;
}
@media (max-width: 480px) {
  .manufacturing-products__products-grid {
    margin-bottom: 48px !important;
  }
}

.bundle-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.bundle-table th,
.bundle-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.pro__subtitle {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #ff7d27;
  margin-top: 17px;
  margin-bottom: 7px;
}

.pro__title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 7px;
}

.pick-card-h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 7px;
  text-decoration: none;
}

.pro__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #a0a6af;
  margin-bottom: 7px;
}

.pro_cat {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pro_cat-name {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #282828;
  padding: 3px 16px;
  background-color: #d9d9d9;
  border-radius: 90px;
}

.pro_model {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #a0a6af;
  margin-bottom: 8px;
}

.pro-btn .single_add_to_cart_button {
  background-color: unset !important;
  width: 100% !important;
  font-family: "Inter Tight" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  text-align: center !important;
  color: #f27260 !important;
  padding: 8px 26px !important;
  text-decoration: none;
  height: 44px !important;
  border: 1px solid #f27260 !important;
  border-radius: 8px !important;
}
.pro-btn .single_add_to_cart_button:hover {
  background-color: #f27260 !important;
  color: white !important;
}

.short-description p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #a0a6af;
}
.short-description p br {
  margin-bottom: 15px;
}
.short-description p strong {
  display: none;
}

.pro_model-s {
  background-color: unset !important;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #a0a6af;
  width: 100%;
  border-radius: 8px;
  padding: 6px 10px;
  border: 1px solid #a0a6af !important;
}

.pro_model-available {
  background-color: unset !important;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #f27260;
  border: 1px solid #f27260 !important;
  width: 247px;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 40px;
}

.pick-card__image-ss {
  width: 100%;
  height: 220px !important;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: #f1f1f1;
}
.pick-card__image-ss img {
  max-width: 100%;
  height: 220px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

.pro-available-m {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  /* identical to box height, or 18px */
  /* Night */
  color: #282828;
  margin-bottom: 7px;
}

.Similar-Products__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 118%;
  color: #6a2b99;
  margin-bottom: 47px;
}

.product-description h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #212429;
  margin-bottom: 22px;
}
.product-description p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Grey */
  color: #212429;
  margin-bottom: 40px;
}

.p-product-sub-title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #ff7d27;
  margin-bottom: 5px;
}

.p-product-title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  /* identical to box height, or 57px */
  /* Grey */
  color: #212429;
  margin-bottom: 32px;
}

.related-products-section .pick-card {
  position: relative;
  width: auto !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #a0a6af;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  transition: box-shadow 150ms ease;
}
.related-products-section .pick-card:hover {
  box-shadow: 4px 4px 4px 2px rgba(160, 159, 159, 0.6);
  -webkit-box-shadow: 4px 4px 4px 2px rgba(160, 159, 159, 0.6);
  -moz-box-shadow: 4px 4px 4px 2px rgba(160, 159, 159, 0.6);
}
.related-products-section .pick-card-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}
.related-products-section .pick-card-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}
.related-products-section .pick-card__interaction {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.related-products-section .pick-card:has(.pick-card-overlay-link:hover) {
  box-shadow: 4px 4px 4px 2px rgba(160, 159, 159, 0.6);
  cursor: pointer;
}
.related-products-section .pro_model-s {
  position: relative;
  z-index: 3;
}

.bundle-table img {
  width: 60px;
  border-radius: 6px;
}

.quantity-inner {
  display: flex;
}

.products-link a {
  text-decoration: none !important;
  font-family: "Inter Tight" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #a0a6af !important;
}
.products-link {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #a0a6af;
}
.products-link span {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #212429;
}

.pro-left {
  gap: 32px;
  flex-direction: column;
}

.pro-btn {
  gap: 12px;
  flex-direction: column;
}

.our-product__cta-btn:hover svg path {
  fill: white !important;
}

.custom-single-product {
  margin-top: 50px;
}
.custom-single-product .woocommerce .quantity .qty {
  margin: unset !important;
}
.custom-single-product .text {
  margin: unset !important;
}
.custom-single-product .cart {
  display: flex;
  gap: 20px;
  align-items: center;
}
.custom-single-product .quantity {
  margin: unset !important;
}
.custom-single-product .total-price {
  order: 2;
}
.custom-single-product .quantity-inner {
  order: 1;
}
.custom-single-product .single_add_to_cart_button {
  order: 3;
}

.bundle-1 .yith-wcpb-product-bundled-items {
  display: none;
}

.bundle-2 ul li {
  list-style: none !important;
}
.bundle-2 .stock,
.bundle-2 .quantity,
.bundle-2 .button {
  display: none !important;
}

.product-layout {
  display: grid;
  grid-template-columns: 500px auto;
  gap: 103px;
  padding-bottom: 80px;
}

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

.product-main {
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.product-categories {
  margin-top: 10px;
  width: 80%;
}

.product-categories {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}

.product-categories a:hover {
  text-decoration: underline;
}

.info-table {
  width: 100%;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid black;
}

.info-row:last-child {
  border-bottom: none;
}

/* Dynamic Price Display */
.product-price-display {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
}

/* Custom Quantity Selector */
.quantity {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 20px 0;
}

.quantity-button.minus {
  border-radius: 5px 0 0 5px;
}

.quantity-button.plus {
  border-radius: 0 5px 5px 0;
}

.quantity input.qty {
  width: 60px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  font-size: 16px;
  font-weight: 600;
}

/* Related Products Section */
.related-products-section {
  margin-top: 25px;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin-bottom: 80px;
}

.related-product-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.related-product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.related-product-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.video-thumb {
  position: relative;
  border-radius: 8px;
  object-fit: cover;
}

.youtube-video-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.youtube-video-wrapper iframe {
  width: 100%;
  min-height: 500px;
  border: none;
  border-radius: 8px;
}
.related-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-product-info {
  padding: 20px;
}

.related-product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.product-thumbnails img {
  width: 90px;
  height: 90px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  object-fit: cover;
}

.product-thumbnails img.active {
  border-color: #000;
}

table.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border: none !important;
  background: transparent !important;
}

table.spec-table td,
table.spec-table tr {
  border: none !important;
  background: transparent !important;
  padding: 6px 0 !important;
}

td.spec-label {
  width: 40%;
  vertical-align: top;
  color: #9ca3af;
  font-weight: 400;
  padding-right: 15px !important;
}

td.spec-value {
  width: 60%;
  vertical-align: top;
  color: #282828;
  font-weight: 500;
}

@media (max-width: 480px) {
  td.spec-label {
    width: 35%;
    font-size: 14px;
  }
  td.spec-value {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .relate-product-image img {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    object-fit: cover;
  }
  .product-categories {
    margin-top: 20px;
    width: 100% !important;
  }
  .related-products-section .pick-card {
    padding: 10px;
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #a0a6af;
  }
  .related-products-section .pick-card__title {
    min-height: 170px !important;
  }
  .product-layout {
    grid-template-columns: auto;
    gap: 0px;
    padding-bottom: unset !important;
  }
  .related-products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 27px;
  }
  .custom-single-product .cart {
    flex-direction: column;
  }
  .related-products-section {
    margin-top: 40px;
  }
  .related-products-section h2 {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 118%;
    color: #6a2b99;
    margin-bottom: 26px;
  }
  .pro__subtitle {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 150%;
    /* identical to box height, or 27px */
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #ff7d27 !important;
    margin-bottom: 7px !important;
  }
  .product-description {
    margin-top: 60px;
  }
  .related-products-grid {
    margin-bottom: 40px;
  }
  .custom-single-product {
    margin-top: 40px;
  }
  .pro-btn a {
    width: 100% !important;
  }
  .p-product-title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px !important;
    line-height: 129%;
    /* or 41px */
    /* Grey */
    color: #212429;
  }
  .Middle-Column {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 20px;
  }
  .product-sku {
    margin-top: 20px;
  }
}
@media screen and (max-width: 678px) {
  .related-products-section .pick-card {
    padding: 10px;
    width: 277px !important;
    border: 1px solid #a0a6af;
  }
}
@media screen and (max-width: 678px) {
  .related-products-section .pick-card {
    padding: 10px;
    width: 277px !important;
    border: 1px solid #a0a6af;
  }
}
.product-hero-banner__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 129%;
  /* or 77px */
  /* Night */
  color: #282828;
  width: 449px;
}

.product-hero-banner__desc {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* Night */
  color: #282828;
  width: 603px;
}

.product-hero-banner__container {
  margin-top: 30px;
  margin-bottom: 50px;
}

.product-hero-banner__image {
  height: 353px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}

.product-brand__background {
  width: 50%;
  height: 892px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.product-brand__rightside {
  background-color: #282828;
  width: 50%;
  height: 892px;
  padding-left: 107px;
}

.product-brand__logo {
  bottom: 64px;
  left: 100px;
  position: absolute;
  width: 282px;
  height: auto;
  object-fit: cover;
}

.product-brand__h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 129%;
  /* or 77px */
  color: #ffffff;
  margin-bottom: 15px;
}

.product-brand__p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  color: #ffffff;
  width: 418px;
}

.product-brand__featured h4 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}
.product-brand__featured p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  /* or 48px */
  color: #ffffff;
  margin-bottom: 46px;
}
.product-brand__featured .product-brand__btn {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #f27260;
  padding: 8px 26px;
  border: 1px solid #f27260;
  text-decoration: none !important;
  border-radius: 8px;
}
.product-brand__featured .product-brand__btn:hover {
  color: white;
  background-color: #f27260;
}

.product-brand__brand-c {
  margin-top: 152px;
}

.product-brand__featured {
  margin-top: 282px;
}

.product-brand {
  padding-block: 90px 120px;
}

.bestseller-container {
  margin-top: -30px;
  margin-bottom: 36px;
  align-items: center;
}

.best-seller__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 129%;
  color: #6a2b99;
}

.industries-filter {
  flex-direction: column;
}

.industries__btn {
  margin-top: 35px;
}

.industries__grid {
  display: flex !important;
  flex-wrap: wrap !important;
}

.products-grid-1 {
  display: none;
  /* hide all */
}

.products-grid-1.active {
  display: flex !important;
  flex-wrap: wrap;
  gap: 56px;
  width: 720px !important;
}

.industries__left {
  width: 380px !important;
}

.Industries .best-seller__title {
  margin-bottom: unset !important;
}
.Industries .all-products,
.Industries .bestseller-container {
  margin-top: unset !important;
  margin-bottom: 50px !important;
}
.Industries .products-grid-1 {
  margin-top: 32px !important;
}
.Industries .filter-item-1.active span {
  color: #f27260;
  font-weight: 600;
}
.Industries .filter-item-1.active span::before {
  border-color: #f27260;
  background: radial-gradient(circle, #f27260 40%, transparent 45%);
}
.Industries .filter-item-1 span::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.Industries .filter-item-1 input {
  display: none;
}
.Industries .filter-item-1 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
}
.Industries .filter-options {
  display: flex;
  gap: 13px !important;
}
.Industries .filter-item-1 {
  display: flex;
  align-items: center !important;
  gap: 6px;
  cursor: pointer;
}

.product-brand {
  padding-block: 90px 120px !important;
}

.product-paginations__style {
  position: absolute;
  z-index: 100;
  left: unset !important;
  right: 190px !important;
  bottom: 212px !important;
  width: unset !important;
}

.product-brand .l-separator,
.product-brand .swiper-pagination-total,
.product-brand .swiper-pagination-current {
  font-family: "Inter Tight" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 150%;
  color: #ffffff !important;
}
.product-brand .next-prev-buttons {
  position: absolute;
  bottom: 226px;
  right: 120px !important;
}
.product-brand .swiper-button-next svg,
.product-brand .swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: transparent !important;
  pointer-events: none;
}

.product-wrapper .swiper-pagination {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .product-hero-banner__container {
    flex-direction: column;
  }
  .product-hero-banner__title {
    width: 100%;
    margin-bottom: 25px;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 129%;
    color: #282828;
  }
  .product-hero-banner__desc {
    width: 100%;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
  }
  .product-hero-banner__container {
    margin-top: 3px;
    margin-bottom: 72px;
  }
  .product-brand-flex {
    flex-direction: column;
  }
  .product-brand__background {
    width: 100%;
    height: 445px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .product-brand__rightside {
    background-color: #282828;
    width: 100%;
    height: auto;
    padding-left: 20px;
  }
  .best-seller__title {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 129%;
    /* or 41px */
    /* CE Purple */
    color: #6a2b99;
  }
  .bestseller-container {
    margin-top: 50px;
    margin-bottom: 32px;
    align-items: center;
  }
  .product-brand {
    padding-block: 47px 0px !important;
  }
  .product-brand__logo {
    bottom: 32px;
    left: 16px;
    position: absolute;
  }
  .product-brand__brand-c {
    margin-top: 49px;
  }
  .product-brand__featured {
    margin-top: 162px;
    margin-bottom: 110px;
  }
  .product-paginations__style {
    position: absolute;
    z-index: 100;
    left: 20px !important;
    right: unset !important;
    bottom: 44px !important;
    width: unset !important;
  }
  .product-brand .next-prev-buttons {
    position: absolute;
    bottom: 60px;
    right: unset !important;
    left: 132px !important;
  }
  .product-brand__h3 {
    margin-bottom: 28px;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 129%;
    /* identical to box height, or 52px */
    color: #ffffff;
  }
  .product-brand__p {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    color: #ffffff;
    width: 100%;
    padding-right: 20px;
  }
}
.product-search__grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 30px 42px;
  margin-bottom: 42px;
}
.product-search__grid .product-search__item {
  padding: 10px 10px 0px 10px !important;
  border-radius: 8px !important;
}

.brand-logo {
  max-width: 120px !important;
  height: auto !important;
  display: block !important;
}

.product-search__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  border: 1px solid #a0a6af;
  max-width: 280px;
  text-decoration: none;
  transition: box-shadow 150ms ease;
}
.product-search__item:hover {
  box-shadow: 4px 4px 4px 2px rgba(160, 159, 159, 0.6);
  -webkit-box-shadow: 4px 4px 4px 2px rgba(160, 159, 159, 0.6);
  -moz-box-shadow: 4px 4px 4px 2px rgba(160, 159, 159, 0.6);
}
.product-search__item .product-search__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}
.product-search__item .product-search__content {
  position: relative;
  z-index: 0;
}
.product-search__item .product-search__interaction {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.product-search__item .pro_model-s {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 678px) {
  .product-search__item .product-search__grid .product-search__item {
    width: 277px !important;
  }
}

.product-search__image img {
  height: 220px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 8px;
}

.product-search {
  margin-top: 97px;
}

.product-search__title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 118%;
  /* identical to box height, or 33px */
  color: #6a2b99;
  margin-bottom: 32px;
}

.product-search__number {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #a0a6af;
}

.product-search__item-title {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 7px !important;
}

.product-pagination {
  display: flex;
  justify-content: flex-end;
}
.product-pagination .pagination-links {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 4px 9px;
}
.product-pagination .page-numbers {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
  padding-inline: 4px;
}
.product-pagination .page-numbers.current {
  font-weight: 700;
}

.product-filters {
  display: grid;
  gap: 25px;
  margin-top: 23px;
  margin-bottom: 97px;
}

.product-filters input,
.product-filters select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#product-search {
  width: 100%;
  height: 44px;
  padding: 8px 26px;
  border: 1px solid #282828;
  border-radius: 8px;
  background-color: transparent !important;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #a0a6af;
}

#product-search::placeholder {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #a0a6af;
}

#sort-products {
  width: 20%;
  height: 44px;
  padding: 8px 26px;
  border: 1px solid #282828;
  border-radius: 8px;
  background-color: transparent !important;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #a0a6af;
}
#sort-products option {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #282828;
}
#sort-products {
  appearance: none;
  background-image: url(../assets/dropdown.svg) !important;
  background-position: 90% center;
  background-repeat: no-repeat;
}

#filter-industries,
#filter-category,
#filter-head,
#filter-brand {
  width: 100%;
  height: 44px;
  padding: 8px 26px;
  border: 1px solid #282828;
  border-radius: 8px;
  background-color: transparent !important;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #a0a6af;
}
#filter-industries option,
#filter-category option,
#filter-head option,
#filter-brand option {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #282828;
}
#filter-industries,
#filter-category,
#filter-head,
#filter-brand {
  appearance: none;
  background-image: url(../assets/dropdown.svg) !important;
  background-position: 90% center;
  background-repeat: no-repeat;
}

#clear-filters {
  margin-left: 10px;
  margin-top: 23px;
  text-decoration: none;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #f27260;
  border-bottom: 2px solid #f27260;
}

.filter-product-line {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 20%;
}
.filter-product-line p {
  margin-bottom: unset !important;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #a0a6af;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 80%;
}

.input-wrapper svg {
  position: absolute;
  right: 10px;
  /* distance from left edge */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* allows clicking through the SVG */
}

.input-wrapper input {
  padding-left: 40px;
  height: 44px;
}

@media screen and (max-width: 1024px) {
  .product-search__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 27px;
    margin-bottom: 32px;
  }
  .product-search__image img {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .product-pagination {
    display: flex;
    justify-content: flex-start;
  }
  .product-search__header {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .product-search__title {
    margin-bottom: 14px;
  }
  .product-search__number {
    margin-bottom: 28px;
  }
  .prod-headers {
    flex-direction: column;
    gap: 18px !important;
  }
  .input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #sort-products {
    width: 100%;
  }
  .sub-p-rod-headers {
    flex-direction: column;
    gap: 19px !important;
    align-items: flex-start !important;
  }
  .filter-product-line {
    width: 70%;
  }
  #clear-filters {
    margin-left: 0px;
    margin-top: 8px;
  }
  .product-filters {
    margin-top: 36px;
    margin-bottom: 59px;
  }
  .product-search {
    margin-top: 0px;
  }
}
@media screen and (max-width: 678px) {
  .product-search__grid .product-search__item {
    padding: 10px;
    width: 277px !important;
    border: 1px solid #a0a6af;
  }
}
/* When value is selected */
#filter-industries.selected,
#filter-brand.selected,
#filter-category.selected,
#filter-head.selected,
#sort-products.selected,
#filter-industries.selected {
  background-color: #f27260 !important;
  color: white;
  border-color: #f27260;
  appearance: none;
  background-image: url(../assets/Vector4.svg) !important;
  background-position: 90% center;
  background-repeat: no-repeat;
}

/*==================================================
PRODUCT CATEGORY LANDING
==================================================*/

.product-category-section{

    padding:40px 0 80px;

}

.product-category-header{
    margin-bottom:55px;
}

.product-category-header h1{

    font-size:48px;

    font-weight:300;

    color:#6A2B99;

    margin-bottom:12px;

}

.product-category-header p{

    font-size:18px;

    color:#777;

}

.product-category-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

.product-category-card{

    text-decoration:none;

}

.product-category-image{

    position:relative;

    height:330px;

    border-radius:22px;

    overflow:hidden;

    background-size:cover;

    background-position:center;

    transition:.45s;

}

.product-category-card:hover .product-category-image{

    transform:translateY(-8px);

}

.product-category-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.10)
    );

}

.product-category-content{

    position:absolute;

    left:28px;

    right:28px;

    bottom:28px;

    color:#fff;

    z-index:5;

}

.product-category-count{

    display:inline-flex;

    padding:8px 14px;

    border-radius:50px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(8px);

    margin-bottom:18px;

    font-size:14px;

}

.product-category-content h2{

    color:#fff;

    font-size:34px;

    margin:0;

    font-weight:600;

}

.product-category-arrow{

    display:flex;

    align-items:center;

    justify-content:center;

    width:52px;

    height:52px;

    border-radius:50%;

    background:#fff;

    color:#282828;

    font-size:24px;

    margin-top:20px;

    transition:.35s;

}

.product-category-card:hover .product-category-arrow{

    background:#f27260;

    color:#fff;

}

@media(max-width:992px){

.product-category-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.product-category-grid{

grid-template-columns:1fr;

}

.product-category-image{

height:260px;

}

.product-category-header h1{

font-size:38px;

}

.product-category-content h2{

font-size:28px;

}

}

.product-category-content p{

    color:#fff;

    margin-top:14px;

    line-height:1.7;

    opacity:.95;

    font-size:15px;

    max-width:320px;

}

/*==================================
PRODUCT LINE CARDS
==================================*/

.product-line-section{

padding:50px 0 80px;

}

.product-line-title{

font-size:44px;

font-weight:300;

margin-bottom:8px;

color:#6A2B99;

}

.product-line-subtitle{

margin-bottom:40px;

color:#666;

}

.product-line-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:24px;

}

.product-line-card{

padding:35px;

background:#fff;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

text-decoration:none;

transition:.35s;

display:block;

}

.product-line-card:hover{

transform:translateY(-6px);

}

.product-line-card h2{

font-size:22px;

margin-bottom:15px;

color:#282828;

}

.product-line-card p{

color:#777;

margin:0;

}

.product-line-card span{

margin-top:25px;

display:inline-flex;

width:44px;

height:44px;

border-radius:50%;

background:#f5f5f5;

align-items:center;

justify-content:center;

font-size:22px;

}

.product-line-card:hover span{

background:#f27260;

color:#fff;

}

@media(max-width:1100px){

.product-line-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.product-line-grid{

grid-template-columns:1fr;

}

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