@font-face {
  font-family: 'f-regular';
  src: url('../fonts/FiraGO-Regular.eot');
  src: url('../fonts/FiraGO-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraGO-Regular.woff2') format('woff2'),
    url('../fonts/FiraGO-Regular.woff') format('woff'),
    url('../fonts/FiraGO-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'f-medium';
  src: url('../fonts/FiraGO-Medium.eot');
  src: url('../fonts/FiraGO-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraGO-Medium.woff2') format('woff2'),
    url('../fonts/FiraGO-Medium.woff') format('woff'),
    url('../fonts/FiraGO-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'f-light';
  src: url('../fonts/FiraGO-Light.eot');
  src: url('../fonts/FiraGO-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraGO-Light.woff2') format('woff2'),
    url('../fonts/FiraGO-Light.woff') format('woff'),
    url('../fonts/FiraGO-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


a {
  text-decoration: none;
  color: var(--grey-font);
}


:root {

  --fullhd-padding: 140px;
  --innerpage-padding: 265px;
  --primary-color: #1C5DBA;
  --secondary-color: #FCAF17;
  --grey-font: #808285;
  --grey-icon: #A7A9AB;


}

body {
  overflow-x: hidden;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
}

::selection {
  background-color: var(--primary-color);
  /* Change background color */
  color: white;
  /* Change text color */
}

.icon {

  -webkit-mask-size: contain;
  background-color: var(--grey-icon);
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  cursor: pointer;
}

.icon:hover {
  background-color: var(--primary-color);
}


.lines {
  width: 17.42px;
  height: 17.42px;
  flex-shrink: 0;
  -webkit-mask-image: url('../images/lines.svg');
  mask-image: url('../images/lines.svg');
}
.tiktok {
  width: 17.42px;
  height: 17.42px;
  -webkit-mask-image: url('../images/tiktok.svg');
  mask-image: url('../images/tiktok.svg');
}

.bullet {
  width: 22.75px;
  height: 6.9px;
  background-color: var(--secondary-color);
  -webkit-mask-image: url('../images/bullet.svg');
  mask-image: url('../images/bullet.svg');
  flex-shrink: 0;
}

.c-left {
  width: 65px;
  height: 65px;
  background-color: white;
  -webkit-mask-image: url('../images/carousel-left.svg');
  mask-image: url('../images/carousel-left.svg');
}

.c-right {
  width: 65px;
  height: 65px;
  background-color: white;
  -webkit-mask-image: url('../images/carousel-right.svg');
  mask-image: url('../images/carousel-right.svg');
}

.insta {
  width: 19px;
  height: 19px;
  -webkit-mask-image: url('../images/insta.svg');
  mask-image: url('../images/insta.svg');
}

.fb {
  width: 19px;
  height: 19px;
  -webkit-mask-image: url('../images/fb.svg');
  mask-image: url('../images/fb.svg');
}

.location {
  width: 15px;
  height: 21.18px;
  -webkit-mask-image: url('../images/location.svg');
  mask-image: url('../images/location.svg');
}

.exit {
  width: 58px;
  height: 58px;
  -webkit-mask-image: url('../images/exit.svg');
  mask-image: url('../images/exit.svg');
  background-color: var(--primary-color);

  opacity: 1 !important;
}

.phone {
  width: 18px;
  height: 18px;
  background-color: white;
  -webkit-mask-image: url('../images/phone.svg');
  mask-image: url('../images/phone.svg');
}

.search {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url('../images/Search.svg');
  mask-image: url('../images/Search.svg');
}

.link-arr {
  width: 5.82px;
  height: 11.54px;
  background-color: white;
  -webkit-mask-image: url('../images/link-arr.svg');
  mask-image: url('../images/link-arr.svg');
}

.yellow-arr-right {
  width: 8.55px;
  height: 17px;
  background-color: var(--secondary-color);
  -webkit-mask-image: url('../images/arr-right.svg');
  mask-image: url('../images/arr-right.svg');
}

.car {
  width: 71.53px;
  height: 27.24px;
  background-color: var(--primary-color);
  -webkit-mask-image: url('../images/car.svg');
  mask-image: url('../images/car.svg');
}

.arr-right {
  width: 13.55px;
  height: 27px;
  -webkit-mask-image: url('../images/arr-right.svg');
  mask-image: url('../images/arr-right.svg');
}

.arr-left {
  width: 13.55px;
  height: 27px;
  -webkit-mask-image: url('../images/arr-left.svg');
  mask-image: url('../images/arr-left.svg');
}

.navigation {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  height: 180px;
  padding-inline: var(--fullhd-padding);
  width: 100%;
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: white;
  z-index: 100;
  transition: all 350ms ease;
}

.nav-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.logo {
  max-width: 692px;
  width: 100%;
  flex-shrink: 0;
  margin-top: 18px;
  height: 80px !important;
  align-self: baseline;

}

.logo a img:nth-child(2) {
  display: none;
}

.logo img {
  width: 100%;
  height: 100%;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.navigation .right .top,
.navigation .right .bottom,
.navigation .right .top ul,
.navigation .right .bottom ul {
  display: flex;
}

.navigation .right {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  height: 100%;
  transition: all 0.5s ease;
  gap: 35px;
}

.navigation .right .top {
  align-items: center;
}

.navigation .right .top ul:nth-child(1) {
  gap: 35px;
  align-items: center;
  margin-right: 84px;
}

.navigation .right .top ul:nth-child(2) {
  gap: 25px;
  align-items: center;
}

.navigation .right .bottom ul {
  gap: 35px;
  align-items: center;
}

.navigation a {
  font-family: 'f-regular';
  font-size: 16px;
  color: var(--grey-font);
  font-weight: normal;
}

.navigation .top a {
  font-family: 'f-regular';
  font-size: 14px;

}

.navigation .bottom a {
  font-family: 'f-medium';
  color: black;
  font-feature-settings: "case" on;
}

.navigation a:hover {
  color: var(--primary-color);

}

.nav-cta {
  display: flex;
  min-width: 201px;
  background-color: var(--secondary-color);
  gap: 15px;
  border-radius: 10px;
  margin-inline: 45px;


  align-items: center;
  justify-content: center;
  color: white !important;
  font-weight: bold !important;
  border: 1px solid transparent;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

  padding: 8px 17px;
  transition: opacity 450ms ease, bottom 450ms ease, right 450ms ease;

}

.nav-cta:hover {
  background-color: var(--primary-color);
  text-decoration: none;

}

.nav-cta:hover .icon {
  background-color: white;
}

.navigation .bottom form {
  display: block;
  margin-left: 35px;
  width: 299px;
}

.navigation .bottom form input {
  width: 100%;

  position: relative;
  font-family: 'f-light';
  height: 40px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: white;
  color: var(--grey-icon);
  ;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);

  font-size: 14px;
  font-weight: normal;
  border: 1px solid rgba(167, 169, 171, 0.5);
}

.navigation .bottom form input:focus {
  outline: none;
  border: 1px solid var(--secondary-color);
}

.navigation .bottom form div {
  position: relative;

}

.navigation .bottom form button .icon {
  background-color: var(--secondary-color);
}

.navigation .bottom form button {
  position: absolute;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 95%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: inherit;
  padding-inline: 20px;
  border: none
}

.navigation .bottom form button:hover .icon {
  background-color: white;
}

.navigation .bottom form button:focus {
  outline: none;
}

.navigation .bottom form button:hover {
  background-color: var(--secondary-color);
}

.nav-lang .dropdown-menu {
  min-width: unset !important;
  width: 100% !important;
  padding-inline: 10px;
  background-color: var(--primary-color);
  /* or any custom color */
}

.nav-lang .dropdown-toggle {

  border: none;
  box-shadow: none;

  padding: 7px;

}

.dropdown-toggle::after {
  display: none !important;
}



.main-carousel {
  display: flex;
  position: relative;
 
  padding-inline: var(--fullhd-padding);
  /* background-color: var(--primary-color); */
  margin-top: 50px;
}
.main-carousel::before{
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: var(--primary-color)

}

.hero-carousel-item {
  display: flex;
  padding-inline: 200px;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 305px;
  padding-bottom: 0;
  padding-top: 20px;
  overflow-y: visible;
}

#hero-carousel {
  position: relative;

}
#hero-carousel::-webkit-scrollbar{
  width: 0;
}

#hero-carousel .hero-carousel-item img {
  position: relative;
  width: 346px;
  height: 381px;
  /* margin-top: -70px; */
}

#hero-carousel .owl-stage-outer {
  /* overflow: visible;  */
}

.hero-carousel-dots {
  position: absolute;
  display: flex;

  bottom: 76px;
  right: var(--fullhd-padding);


  z-index: 2;
  /* background-color: red; */

}

.hero-dot {
  width: 10px;
  height: 10px;
  background-color: #033775;
  border-radius: 50%;
  margin-right: 9px;
}

.hero-dot:hover {
  background-color: var(--secondary-color);
  cursor: pointer;
}

.active-hero-dot {


  background-color: var(--secondary-color);

}

.hero-carousel-item header {

  color: white;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  
  gap: 0;
  max-width: 670px;
  width: 100%;
 
  margin-left: 50px;

}

.hero-carousel-item header h1 {
  font-size: 48px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  font-weight: bold;
}

.hero-carousel-item header p {
  font-family: 'f-regular';
  font-size: 24px;
  font-feature-settings: "case" on;
  margin-bottom: 20px;
}

.hero-carousel-item header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--secondary-color);
  font-feature-settings: "case" on;
  padding: 7px 20px;
  border-radius: 21px;
  max-width: 170px;
  color: white;

  font-size: 14px;
  font-family: 'f-regular';
  transition: all 0.3s ease;
}

.hero-carousel-item header a:hover {
  background: white;
  color: var(--secondary-color);
}

.hero-carousel-item header a:hover .icon {
  background: var(--secondary-color)
}

.hero-carousel-item header a .icon:hover {
  background-color: #fff;
}

.product-carousel {
  position: relative;
  padding-inline: var(--innerpage-padding);
  background-color: rgba(3, 55, 117, 0.05);
  padding-top: 85px;
  padding-bottom: 100px;
}

.product-carousel>header h1 {
  font-size: 30px;
  font-family: 'f-regular';
  font-weight: bold;
  padding-bottom: 85px;
  font-feature-settings: "case" on;
}

.product-carousel-item {
  display: flex;
  padding-bottom: 15px;
  position: relative;
  flex-direction: column;

  min-height: 330px;
  background-color: white;
  border-radius: 15px;
  border: 1px solid rgba(167, 169, 171, 0.5);

  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

  cursor: pointer;
  color: #808285;
}

.product-carousel-item a>span:first-of-type {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 34px;
  height: 34px;
  padding: 5px 8px;
  background-color: #FF0000;
  font-family: 'f-regular';
  /* text-transform: uppercase; */
  border-radius: 17px;
  font-size: 23px;
  color: white;
}

.product-carousel-item a .bottom {
  /* overflow: hidden; */
  position: relative;
  z-index: 3;
}

.product-carousel-item a .bottom img {
  position: absolute;
  width: 100%;
  height: 300px;
  top: -190px;
  right: 0;
}

.product-carousel-item a:hover {
  text-decoration: none;
}

.product-carousel-item:hover .top img {
  scale: 1.1;
}

.product-carousel-item:hover .bottom p {
  color: var(--primary-color) !important;
}

.product-carousel-item .top {
  position: relative;
  z-index: 4;
  padding-top: 20px;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

.product-carousel-item .top img {
  transition: all 0.3s ease;
  margin: 0 auto;
  width: unset !important;
  height: 155px !important;
  object-fit: contain;
  border-radius: 10px;

}

.product-carousel-item .bottom {
  padding-inline: 20px;
  width: 100%;

}

.product-carousel-item .bottom p:nth-of-type(1) {
  font-family: 'f-regular';
  color: black;
  font-weight: bold;
}

.product-carousel-item .bottom p:nth-of-type(1)>span {
  text-decoration: line-through;
  font-family: 'f-light';
  font-weight: normal;
  color: #808285;
}

.product-carousel-item .bottom p:nth-of-type(2) {
  font-size: 14px;
  color: #808285;
  font-family: 'f-regular';
  margin-top: 14px;
  margin-bottom: 10px;
}

.product-carousel-item .bottom button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  color: white;
  font-family: 'f-regular';
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: var(--secondary-color);
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.product-carousel-item .bottom button:hover {
  border: 1px solid var(--secondary-color);
  background-color: white;
  color: var(--secondary-color);
}

.product-carousel>a,
.brands-carousel>a {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  color: var(--secondary-color);
  font-family: 'f-medium';
  font-feature-settings: "case" on;
}

.product-carousel>a:hover,
.brands-carousel>a:hover {
  color: var(--primary-color);
}


.product-carousel-left {
  position: absolute;
  border: none;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #A7A9AB;
  background-color: #FFFFFF;
  left: var(--fullhd-padding);
  top: 50%;
  transform: translateY(50%);
  z-index: 1;
}

.product-carousel>button:hover {
  /* background-color: var(--secondary-color); */
  border-color: var(--primary-color);
}

.product-carousel>button:hover .icon {
  background-color: var(--primary-color);
}

.product-carousel>button:focus {
  outline: none;
}

.product-carousel-right {
  position: absolute;
  border: none;
  outline: none;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #A7A9AB;
  background-color: #FFFFFF;

  right: var(--fullhd-padding);
  top: 50%;
  transform: translateY(50%);
  z-index: 1;
}

.product-carousel2-right {
  position: absolute;
  border: none;
  outline: none;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #A7A9AB;
  background-color: #FFFFFF;

  right: var(--fullhd-padding);
  top: 50%;
  transform: translateY(50%);
  z-index: 1;
}

.product-carousel2-left {
  position: absolute;
  border: none;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid white;
  background-color: var(--primary-color);
  left: var(--fullhd-padding);
  top: 50%;
  transform: translateY(50%);
  z-index: 1;
}

.product-carousel2 .icon {
  background-color: white;
}

.product-carousel2 button {
  background-color: var(--primary-color);
  border-color: white;
}

.product-carousel2 button:hover {
  /* background-color: var(--secondary-color); */
  border-color: var(--secondary-color);
}

.product-carousel2 button:hover .icon {
  background-color: var(--secondary-color);
}

.product-carousel2>a:hover {
  color: white;
}

.services-index {
  padding-inline: var(--innerpage-padding);
  padding-top: 100px;
  padding-bottom: 100px;

}

.services-index main ul {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 30px;
  width: 100%;
}

.nav-cta {
  margin-inline: 69px;
}

.services-index main ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;

  font-family: 'f-regular';
  min-height: 70px;
  background-color: rgba(0, 88, 219, 0.05);
  border-radius: 15px;
  font-feature-settings: "case" on;
  gap: 50px;
  box-shadow: 0px 3px 6px rgba(0, 88, 219, 0.16);


}


.services-index main ul li a:hover {
  background-color: var(--secondary-color);
  color: white;
  text-decoration: none;
}

.open-service-modal {
  /* padding: 20px; */
  margin-top: 47px;
  max-width: 423px;
  width: 100%;
  height: 60px;
  border-radius: 18px;
  font-family: 'f-medium';
  background-color: var(--secondary-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-feature-settings: "case" on;


  border: none;
}

.services-index main ul li a .car {
  width: 71.53px !important;
  height: 25px;
  flex-shrink: 0;

}

.services-index>header h2 {
  font-size: 30px;
  font-family: 'f-regular';
  font-weight: bold;
  padding-bottom: 85px;
  font-feature-settings: "case" on;
}

.custom-service-modal {
  border-radius: 25px;
  max-width: 812px;
  width: 100%;

}

#bookServiceCenter form {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 17px;
  padding-inline: 180px;

  flex-direction: column;
}

#bookServiceCenter form label {
  position: relative;
  width: 100%;

}

#bookServiceCenter form label input {
  position: relative;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  width: 100%;
  padding: 17px;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
}

#bookServiceCenter form label input:focus {
  outline-color: var(--secondary-color);
}

#bookServiceCenter form label span {
  position: absolute;
  /* background-color: red; */
  z-index: 1;
  width: 80px;
  height: 20px;
  transform: translateY(20px);
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  font-weight: bold;
  color: #033775;
  padding-right: 10px;
  border-right: 3px solid #033775;
  left: 0px;
  top: -2px;
}

#bookServiceCenter form label:nth-child(2) input {
  padding-left: 90px;
}

#bookServiceCenter form button {
  width: 100%;
  min-height: 50px;
  padding: 17px 35px;
  background-color: var(--secondary-color);
  font-family: 'f-medium';
  font-feature-settings: "case" on;
  font-size: 16px;
  text-align: center;
  border: none;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);


}

#bookServiceCenter form button:hover {
  background-color: var(--primary-color);
  color: white;
}

#bookServiceCenter .modal-header {
  border: none;
}

.servicemodal-content {
  border-radius: 25px;
  padding-bottom: 70px;
}

.servicemodal-content h4 {
  font-size: 30px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  width: 100%;
  text-align: center;
  color: var(--primary-color);
  margin-top: 46px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  text-align: center;

}

.modal-header .close {
  outline: none;
}

.modal-header .close:focus {
  outline: none;
}

.servicemodal-content h4::before,
.servicemodal-content h4::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  margin: 0 0px;
  height: 5px;
  /* to give space between borders */
}

.servicemodal-content h4::before {
  margin-right: 30px;
}

.servicemodal-content h4::after {
  margin-left: 30px;
}

.modal-backdrop.show {
  background-color: var(--primary-color)
}

.product-carousel2 {
  background-color: var(--primary-color) !important;
}

.product-carousel2 header {
  color: white;
}

.brands-carousel {
  position: relative;
  padding-inline: var(--innerpage-padding);

  padding-top: 85px;
  padding-bottom: 150px;
  min-height: 350px;
  height: 100%;
  width: 100%;
}

#brandsCarousel {
  width: 100%;
  border-right: 2px solid #A7A9AB;

}

.brand-carousel-item {
  width: 270px !important;
  height: 43px;
  /* padding-inline: 20px; */



  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0px;


  /* border-right: 2px solid #A7A9AB; */
  border-left: 2px solid #A7A9AB;
  /* border-left: 1px solid #A7A9AB; */
  overflow: hidden;
  /* background-color: red; */
}

.brand-carousel-item .active {
  padding: none !important;
}


.brand-carousel-item img {
  flex-shrink: 0;
}

.brands-carousel {
  width: 100%;
  padding-inline: var(--innerpage-padding);
  padding-top: 85px;
  padding-bottom: 180px;
}

.brands-carousel header h1 {
  font-size: 30px;
  font-family: 'f-regular';
  font-weight: bold;
  padding-bottom: 85px;
  font-feature-settings: "case" on;

}

.brandsCarousel-left {
  position: absolute;
  border: none;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #A7A9AB;
  background-color: #FFFFFF;
  left: var(--fullhd-padding);
  top: 190px;

}

.brandsCarousel-right {
  position: absolute;
  border: none;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #A7A9AB;
  background-color: #FFFFFF;

  right: var(--fullhd-padding);
  top: 195px;

}

.brands-carousel>button:hover {
  /* background-color: var(--secondary-color); */
  border-color: var(--primary-color);
}

.brands-carousel>button:focus {
  outline: none;
}

.brands-carousel>button:hover .icon {
  background-color: var(--primary-color);
}

footer {
  display: flex;
  align-items: start;
  gap: 45px;
  padding-inline: var(--innerpage-padding);
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: rgba(3, 55, 117, 0.05);

}

footer>div {
  flex-shrink: 0;
  width: 235.77px;
  height: 97.45px;
  margin-right: 61px;
}

footer>div img {
  width: 100%;
  height: 100%;
}

footer>ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 270px;

}

footer>ul ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 12px;
}

footer>ul li a {
  display: flex;
  font-family: 'f-regular';
  align-items: center;
  font-feature-settings: "case" on;
  text-transform: uppercase;
  gap: 9px;
}

footer>ul li a:hover {
  color: var(--primary-color);
}

footer>ul li a:hover .icon {
  background-color: var(--primary-color);
}

.copyright {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  background-color: white;
  min-height: 84px;
  padding-right: var(--fullhd-padding)
}

.copyright img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75.85px;
  height: 25.62px;
}

.copyright p {

  font-size: 16px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  color: #808285;
  text-align: center;
  width: fit-content;
}

.product-carousel-item .bottom button {
  position: relative;
  z-index: 3;
  font-feature-settings: "case" on;
}


/* 

products list page
*/
.product-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-inline: var(--fullhd-padding);
  background-color: var(--primary-color);
  padding-bottom: 100px;
}

.form-check-input[type=checkbox] {
  border-radius: 2.25em;
  flex-shrink: 0;
}

.product-page header {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 70px;


  padding-top: 60px;
  color: white;
}

.product-page header h1 {
  font-family: 'f-regular';
  font-weight: bold;
  font-size: 48px;
  padding-left: 412px;
  font-feature-settings: "case" on;

}

.product-page section {
  display: flex;
  gap: 58px;
}

.product-page section ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 33px 55px;
  /* row-gap: 33px, column-gap: 55px */
}

.product-page .product-carousel-item .top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-box {
  max-width: 356px;
  width: 100%;
  font-family: 'f-regular';

  border-radius: 15px;
}

.prod-filter-btn {
  background-color: var(--secondary-color);
  font-family: 'f-regular';
  font-feature-settings: "case" on;
}

.accordion-button::after {
  transform: rotate(-90deg);
  transition: transform 0.2s;
}

.accordion-button.collapsed::after {
  transform: rotate(0);
}

.prod-check-single {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 40px;
  margin-bottom: 24px;
  border-radius: 10px;
  color: #033775
}

.prod-check-single>label,
.prod-check>label {
  font-family: 'f-regular';
  font-feature-settings: "case" on;

}

.accordion-header>button {
  font-family: 'f-regular';
  font-feature-settings: "case" on;
}

.price-filter {
  border-radius: 15px;
  color: #033775;
  font-family: 'f-light';
}

.price-filter>label {
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  margin-bottom: 30px;
}

/* Slider track (bar) */
#slider-range .ui-slider-range {
  background: var(--secondary-color);
  /* yellow color like Bootstrap warning */
}

#slider-range .ui-slider-handle:focus {
  outline: none;
  box-shadow: none;
}

/* Slider base */
#slider-range.ui-slider {
  background: var(--primary-color);
  border: none;
  height: 3px;
  border-radius: 10px;
}

/* Slider handles (bullets) */
#slider-range .ui-slider-handle {
  background: #ffc107;

  height: 18px;
  width: 18px;
  top: -5px;
  /* Adjust vertical position */
  border-radius: 50%;
  border: none;
  cursor: pointer;
}







#slider-range.ui-slider {
  height: 5px;
  background: transparent;
  position: relative;
}

/* Two horizontal lines using pseudo-elements */
#slider-range.ui-slider::before,
#slider-range.ui-slider::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--primary-color);
  border-radius: 2px;
}

#slider-range.ui-slider::before {
  top: 0px;
}

#slider-range.ui-slider::after {
  top: 4px;
}

/* Selected range (optional) — if you want to highlight selected area */
#slider-range .ui-slider-range {
  background-color: var(--secondary-color);
  /* Or keep as needed */
}


















.prod-check {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 40px;
  color: #033775
}

.product-page .accordion-button {
  color: #033775
}

.prod-accordion {
  border-radius: 15px;
}

.custom-check {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 2px solid var(--primary-color);
  background-color: white;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: var(--primary-color);
}

.custom-check:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-check:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px auto;
  border-radius: 50%;
  background-color: white;
}

.form-check-input:focus {
  box-shadow: none;
}

.custom-dropdown {
  background-color: transparent;
  /* or #033775 */
  box-sizing: border-box;
  height: 42px;
  width: 280px !important;

  color: white;
  border: 1px solid white;
  border-radius: 12px;
  font-family: "f-regular";
  padding-left: 45px;
  font-feature-settings: "case" on;
  padding-right: 20px;
  /* padding-top: 12px; */
  /* padding-bottom: 12px; */
}

.custom-dropdown:hover,
.custom-dropdown:focus {
  background: var(--secondary-color) !important;
  color: white;
}

.dropdown-menu {
  max-width: 280px !important;
  width: 100% !important;
  font-family: "f-regular";
}

.pagination {
  display: flex;
  align-items: center;
  align-self: center;
  margin-top: 100px;

  gap: 50px;
}

.pagination ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.pagination ul li {
  /* display: grid;place-items: center; */
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.pagination ul li a:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.pagination ul li a.active {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.pagination ul li a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  font-family: 'f-regular';
  font-weight: bold;
  font-feature-settings: "case" on;
  height: 100%;
}

.pagination .icon {
  background-color: white;
}

.pagination .icon:hover {
  background-color: var(--secondary-color);
}



#thumbs-carousel {
  display: flex;
  flex-direction: column;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbnails img {
  width: 75px;
  height: 70px;
  object-fit: contain;
  border: 2px solid var(--primary-color);
  padding: 5px 7px;
  cursor: pointer;
  border-radius: 15px;
}

.thumbnails img.active {
  border-color: var(--secondary-color);
}

.preview-image img {
  width: 388px;
  height: 388px;
  object-fit: contain;
  object-position: center;
}



.product-info h3 {
  margin-top: 0;
}

.product-info .price {
  font-size: 30px;
  font-weight: bold;
  color: var(--secondary-color);
}

.product-info .old-price {
  text-decoration: line-through;
  color: #aaa;
  margin-left: 10px;
  font-size: 30px;
}

.product-info .discount {
  background-color: red;
  font-size: 20px;
  color: white;
  padding: 0px 10px;
  border-radius: 4px;
  margin-left: 35px;
  font-size: 30px;
}

.product-info ul {
  list-style: none;
  padding: 0;
}

.product-info ul li {
  margin: 5px 0;
}

.product-info button {
  background-color: var(--secondary-color);
  color: white;
  font-family: 'f-regular';
  border: none;
  padding: 8px 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 21px;
  font-feature-settings: "case" on;
  min-width: 250px
}

#productCarousel .item {
  background: #fff;
  padding: 5px;

  border-radius: 15px;
  /* text-align: center; */
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

#productCarousel .item img {
  /* width: 80px; */
  height: auto;
}

.product-review {
  padding: 100px 0;
  padding-inline: var(--innerpage-padding);
  background-color: var(--primary-color);
  min-height: 100vh
}

.product-review header {
  display: flex;
  gap: 48px;
  align-items: center;
  padding-bottom: 25px;
  font-feature-settings: "case" on;

}

.product-review header a .icon {
  background-color: white;
}

.product-review header a {
  display: flex;
  gap: 20px;
  align-items: center;
  color: white;
  font-family: 'f-regular';
  font-size: 16px;
  font-weight: bold;
}

.product-review header h2 {
  font-size: 48px;
  font-family: 'f-regular';
  font-weight: bold;
  color: white;
}

.main-preview {
  background: #fff;
  padding: 50px;
  display: flex;
  gap: 100px;
  border-radius: 25px;
  margin-bottom: 100px;

}

.product-info {
  max-width: 610px;
  width: 100%;
  margin-left: 80px;
  font-family: 'f-regular';
}

.product-info>span {
  font-weight: bold;
  font-feature-settings: "case" on;
}

.product-info>div {
  margin-bottom: 35px;
}

.product-info h3 {
  font-size: 30px;
  font-family: 'f-medium';
}

.product-info .discount {
  width: 80px;
  border-radius: 18px;
}

.product-info ul li {
  font-size: 14px;
  margin: 7px 0;
  color: #808285;
}

.product-review .product-carousel-item {
  width: 250px;
  padding: 10px;
}

.product-review .product-carousel-item .bottom {
  padding-inline: 0;
}

.product-review .product-carousel-item .bottom p {
  padding-left: 10px;
}

.single-prod-carousel-wrapper {
  position: relative;
}

#single-left {
  top: 50%;
  left: -140px;
  transform: translateY(-50%);
}

#single-right {
  top: 50%;
  right: -140px;
  transform: translateY(-47%);
}

.services-page {
  width: 100%;
  padding-inline: 0;
  padding-top: 65px;
  background-color: var(--primary-color);

}

.services-page>main {
  padding-inline: var(--innerpage-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-page header {
  padding-inline: var(--innerpage-padding);



  color: white;

}

.services-page header h2 {
  font-size: 48px;
  padding-bottom: 65px;
}

.services-page main ul li a {
  background-color: white;
  color: var(--primary-color);
}

.newspage {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-color: var(--primary-color);
  padding-bottom: 100px;

}

.newspage section {
  padding-inline: var(--innerpage-padding);
}

.newspage section header {
  padding-top: 65px;
  padding-bottom: 65px;
  color: white;
  font-size: 48px;
  font-family: 'f-regular';
  font-weight: bold;
  font-feature-settings: "case" on;

}

.newspage section ul {
  display: flex;
  gap: 88px;
  flex-wrap: wrap;
  justify-content: start;
}

.newspage section ul li a {
  display: flex;
  flex-direction: column;
  max-width: 398px;
  width: 100%;
  height: auto;
  border-radius: 11px;
  box-shadow: 0 3px 30px rgba(0, 87, 219, 0.09);

  background-color: white;
  transition: all 0.3s ease;

}

.news-top {
  width: 100%;
  height: 213px;
  padding: 4px;
  border-radius: 11px;
  overflow: hidden;
}

.newspage section ul li a:hover img {
  scale: 1.1;

}

.news-top img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
  transition: all 0.3s ease;
}

.news-bottom {
  display: flex;
  position: relative;
  padding-top: 25px;
  padding-bottom: 55px;
  padding-inline: 30px;
  justify-content: space-between;
  align-items: center;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  color: var(--primary-color);

}

.news-bottom .arr-right {
  flex-shrink: 0;
  width: 8.55px;
  height: 16.96px;
  background-color: var(--secondary-color);
}

.news-date {
  position: absolute;
  bottom: 11px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  font-size: 14px;
  color: var(--secondary-color);
  left: 30px;
}

.single-news {
  display: flex;
  gap: 80px;
  padding-inline: var(--innerpage-padding);
  padding-top: 85px;
  padding-bottom: 100px;

}

.single-news>div {
  flex-shrink: 0;
  max-width: 552px;
  width: 100%;
  height: 470px;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
  border-radius: 17px;


}

.single-news>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.news-header {
  width: 100%;
  min-height: 146px;

  background-color: var(--primary-color);

  display: flex;
  align-items: center;


}

.news-header h2 {
  padding-inline: var(--innerpage-padding);
  color: white;
  font-size: 48px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  font-weight: bold;
}

.single-news article h3 {
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  font-weight: normal;
  color: black;
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 15px;
}

.single-news article blockquote {
  font-size: 14px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  font-weight: normal;
  color: var(--secondary-color);
  margin-bottom: 20px;

}

.single-news article p {
  font-family: 'f-regular';

  font-weight: normal;
  color: #808285;
  font-size: 14px;
  margin-bottom: 15px;
}

.brands {
  display: flex;
  flex-direction: column;
  padding-inline: var(--innerpage-padding);
  padding-top: 85px;
  padding-bottom: 100px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
  height: 100px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.grid-item a {
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.grid-item img:hover {
  opacity: 1;
}

/* Remove right border on last column */


/* Remove bottom border on last row via JS */
.grid-item.no-bottom-border {
  border-bottom: none !important;
}


.grid-item img {
  max-height: 50px;
  opacity: 0.3;
}

.grid-item.no-bottom-border {
  border-bottom: none;
}

.grid-item.no-right-border {
  border-right: none;
}

.brands .pagination ul li a {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.brands .pagination ul li a:hover {
  background-color: var(--primary-color);
  color: white;
}

.brands .pagination ul li a.active {
  background-color: var(--primary-color);
  color: white;
}

.brands .pagination .icon {
  background-color: var(--primary-color);
}

.brands .pagination .icon:hover {
  background-color: var(--secondary-color);
}

.modal-header .close-order-modal {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.contact-header h2{
  font-size: 48px;
  font-family: 'f-regular';
  font-weight: bold;
  font-feature-settings: "case" on;
  margin-right: 40px;
}
.contact-header{
  display: flex;
  width: 100%;
  background-color: var(--primary-color);
  padding-inline: var(--innerpage-padding);
  padding-top: 55px;
  padding-bottom: 55px;
  gap: 95px;
  color: white;
  min-height: 250px;
}
.contact-header ul li, .contact-header ul li a{
  display: flex;
  align-items: center;
  gap: 15px;
  /* margin-bottom: 10px; */
  color: white;
  font-size: 16px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
}
.contact-header .icon{
  background-color: white;
}
.contact-header ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  align-self: flex-end;
}
.contact-header ul:first-of-type{
  flex-direction: row;
  align-self: flex-end;
  gap: 25px;
}
.contact-main{
  display: flex;
  width: 100%;
}

.contact-main iframe, .contact-main div{
  width: 50%;
  height: 510px;
}
.contact-main div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width < 1538px) {
  :root {

    --fullhd-padding: 50px;
    --innerpage-padding: 140px;



  }

  .navigation .right .bottom ul {
    gap: 13px;
  }

  .navigation .right .top ul:nth-child(1) {
    margin-right: 50px;
  }

  .navigation .bottom form {
    margin-left: 20px;
  }
.product-carousel-left,
  .product-carousel-right,
  .product-carousel2-left,
  .product-carousel2-right,
  .brandsCarousel-right,
  .brandsCarousel-left {
    width: 40px;
    height: 40px;
    top: 100%;
    transform: translateY(-70px);

  }
  .logo {
    max-width: 565px;
    margin-top: 21px;
    margin-right: 10px;

  }

  .nav-cta {
    margin-inline: 35px;
  }

  .hero-carousel-item header p {
    font-size: 20px;
  }

  footer {
    gap: 20px;
  }

  footer>ul li a {
    font-size: 14px;
  }
}

@media (width < 1480px) {

  :root {

    --fullhd-padding: 30px;
    --innerpage-padding: 50px;


  }
  .contact-header{
    gap: 45px;
  }

  .hero-carousel-item {
    padding-inline: 60px;
  }

  .logo {
    max-width: 505px;
    margin-top: 26px;

  }

  .navigation .bottom form {
    max-width: 247px;
  }

  .nav-cta {
    margin-inline: 26px;
  }

  .navigation .right .top ul:nth-child(1) {
    margin-right: 15px;
  }

  .navigation .right .top ul:nth-child(2) {
    gap: 15px;

  }
  #single-right {
    right: 0;
    top: 100%;
    width: 40px;
    height: 40px;
    transform: translateY(20px);
  }
.brand-carousel-item{
  width: auto !important;
}
  #single-left {
    left: 0;
    top: 100%;
    width: 40px;
    height: 40px;
    transform: translateY(20px);
  }

}

@media (width < 1312px) {

  .logo {
    max-width: 413px;
    margin-top: 29px;

  }


}

.hamburger {
  display: none;
}
 .contact-header{
    gap: 25px;
  }
.navigation.nav-open {
  height: clamp(100vh, 100vh, 2000px);

  padding-bottom: 80px;
  justify-content: flex-start;

  transition: all 350ms ease;
}

.navigation.nav-open .right {
  transform: translateY(0);
  opacity: 1;
}

.nav-cta.open {

  right: 50px;
  bottom: calc(100% + 25px);
  animation: fadeLate 450ms ease;
  transition: opacity 450ms ease, bottom 450ms ease, right 450ms ease;

}

@keyframes fadeLate {
  0% {
    opacity: 0.5;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.element {
  animation: fadeLate 3s ease forwards;
}

@media (width < 1200px) {
  .logo {
    margin-top: 0;
  }

  .navigation {
    flex-direction: column;
    transition: all 250ms linear;
    height: 100px;
    padding-top: 10px;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    margin-top: 3px;
    margin-right: 20px;
    z-index: 1000;
  }

  .navigation .right .top,
  .navigation .right .bottom,
  .navigation .right .top ul,
  .navigation .right .bottom ul {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .hero-carousel-item {
    padding-inline: 30px;
  }

  .navigation .right {
    flex-direction: column-reverse;
    transition: all 250ms ease-in-out;
    background-color: white;
    justify-content: flex-end;
    opacity: 0;
    transform: translate(-150%, 0%);
  }

  .navigation .right .bottom {
    flex-direction: column-reverse;
    width: 100%;
  }

  .navigation .right .bottom ul {
    width: 100%;
  }

  .navigation .right .bottom li {
    width: 100%;
    border-bottom: 1px solid #A7A9AB;
  }

  .navigation .bottom form {
    margin-left: 0;
  }

  .navigation .right .top ul:nth-child(1) {
    align-items: start;
    gap: 10px;
  }

  .navigation .right .top ul:nth-child(2) {
    flex-direction: row;
    /* position: absolute; */
  }

  .nav-lang {
    display: none;
  }

  .nav-cta {
    margin-inline: 0;
    transition: opacity 450ms ease, bottom 450ms ease, right 450ms ease;

    position: absolute;
    bottom: -50px;
  }

  footer {
    flex-direction: column;
    padding-top: 50px;
  }

  footer>div {

    width: 158.77px;

  }

  .product-page header {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .product-page header h1 {
    padding-left: 40px;
  }

  .product-review {
    padding: 35px 0;
    padding-bottom: 100px;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100%;

}

@media (width < 1024px) {
  .hamburger {
    margin-top: 3px;
  }
.contact-header h2{
  margin-right: 0;
  font-size: 30px;
}
.contact-header{
  gap: 15px;
}
.contact-header ul li, .contact-header ul li a{
  font-size: 14px;
}
  .single-news {
    flex-direction: column;
    padding: 35px;
    gap: 30px;
    align-items: center;
  }

  .single-news>div {
    height: 350px;
  }

  .newspage section header {
    padding-top: 35px;
    padding-bottom: 35px;

  }

  .news-header h2,
  .newspage section header,
  .product-page header h1 {
    font-size: 34px;
  }

  .news-header {
    min-height: 100px;
  }

  .main-preview {
    gap: 20px;
  }
.product-review header h2{
    font-size: 34px;
}
.product-review header a .icon{
  width: 9.55px;
}
  .product-info {
    margin-left: 10px;
  }

  .logo a img:nth-child(2) {
    display: flex;
  }

  .logo a img:nth-child(1) {
    display: none;
  }

  .logo {
    max-width: 100px;
  }

  .hero-carousel-item header h1 {
    font-size: 28px;

  }

  .hero-carousel-item header p {
    font-size: 18px;
  }

  .custom-service-modal {
    max-width: 500px;
  }


  #bookServiceCenter form {
    padding-inline: 30px;
  }
}

@media (width < 768px) {
  .hero-carousel-item {
    padding-inline: 0px;

  }
 .hero-carousel-item header{
  padding-top: 0;
 }
     .product-review header {
    flex-direction: column-reverse;
    align-items: start;
    gap: 15px;
  }
.contact-header{
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.contact-main iframe, .contact-main div{
  height: 300px;
}
.contact-header ul, .contact-header ul:first-of-type{
  align-self: flex-start;
}
  .main-preview {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
  }

  .thumbnails {
    flex-direction: row;
  }

  .copyright p {
    font-size: 10px;
  }

  .copyright img {
    left: 20px;
    transform: translate(0, -50%);
  }

  .hero-carousel-item header {
    margin-left: 5px;
  }

  #hero-carousel .hero-carousel-item img {

    width: 296px;
    height: 381px;
    object-fit: contain;
    margin-top: -78px;
    margin-left: -50px;
  }

  

  .custom-service-modal {
    max-width: 400px;
  }

  #bookServiceCenter form {
    padding-inline: 30px;
  }
  .thumbnails img{
    width: 75px;
  }
}

@media (width < 550px) {
  .hero-carousel-item {
    flex-direction: row-reverse;

  }

  .product-page section {
    flex-direction: column;
  }

  .product-page header {
    align-items: start;

  }

  .product-page header h1 {
    padding-left: 0;
  }

  .filter-box {
    max-width: 100%;
  }

  .main-preview {
    padding-inline: 20px;
  }

  .hero-carousel-item header p {
    font-size: 16px;
  }

  .thumbnails img {
    padding: 5px;
  }

  #hero-carousel .hero-carousel-item img {
    margin-left: -20px;
    width: 256px;
    margin-top: -100px;
  }

  .services-index main ul li a {
    gap: 15px;
  }

  .services-index main ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .custom-service-modal {
    width: 100%;
  }

  #bookServiceCenter form {
    padding-inline: 10px;
  }

  .servicemodal-content h4 {

    margin-bottom: 15px;
    margin-top: 30px;
  }
}

@media (width < 450px) {
  :root {
    --fullhd-padding: 20px;
    --innerpage-padding: 20px;
  }
  .hero-carousel-item {
    flex-direction: column;
    align-items: center;

  }
 
 .nav-cta{
  min-width: 170px;
  padding: 6px 14px;
 }
  .product-review {
    padding-inline: 20px;
  }

  .product-info h3 {
    font-size: 24px;
  }

  .hero-carousel-item header p {
    font-size: 16px;
  }

  .thumbnails img {
    padding: 7px 12px;
  }

  #hero-carousel .hero-carousel-item img {
    margin-left: -20px;
    width: 256px;
    height: auto;
    margin-top: -0;
  }

  .main-carousel {
    margin-top: 0px;
  }


  .product-carousel,
  .brands-carousel,
  .services-index {
    padding-top: 50px;
  }

  .product-carousel>header h1,
  .services-index>header h2,
  .brands-carousel header h1 {
    font-size: 22px;
    padding-bottom: 35px;
  }

  
  .brands-carousel {
    padding-bottom: 50px;
    min-height: 320px;
  }
}


@media (width < 450px){
  .nav-cta{
    right: 33px;
  }
}