/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap"); */

/* @font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("assets/css/fonts/PlusJakartaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("assets/css/fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style {
  padding: 0;
}

ul.list-style li::marker {
  color: #0067ee;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

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

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

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #45474f;
  background: #0c0c0d;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
}
@media (max-width: 490px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #0067ee;
  transition: all 0.5s ease-in-out;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h6,
.h6 {
  margin-bottom: 0;
}

h1,
.h1 {
  color: #0f0f0f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(45px, 3.958vw, 100px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.76px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(60px, 4.837vw, 69px); /* 58px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(40px, 5.61vw, 58px); /* 46px */
  }
}
@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: clamp(35px, 5.61vw, 58px); /* 46px */
  }
}
@media (max-width: 320px) {
  h1,
  .h1 {
    font-size: clamp(30px, 5.61vw, 58px); /* 46px */
  }
}

h2,
.h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(20px, 2.031vw, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 42px */
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(29px, 2.752vw, 40px); /* 33px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(23px, 3.293vw, 30px); /* 27px */
  }
}
h3,
.h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(15px, 1.615vw, 45px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(23px, 2.085vw, 32px); /* 25px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(19px, 2.439vw, 24px); /* 20px */
  }
}

h4,
.h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(20px, 2.031vw, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(29px, 2.752vw, 40px); /* 33px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(23px, 3.293vw, 30px); /* 27px */
  }
}

h6,
.h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(16px, 1.302vw, 40px);
  font-size: clamp;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(21px, 1.918vw, 28px); /* 23px */
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(18px, 2.317vw, 21px); /* 19px */
  }
}
@media (max-width: 576px) {
  h6,
  .h6 {
    font-size: clamp(15px, 2.317vw, 21px);
  }
}

.text-20,
p {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(15px, 1.042vw, 25px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 21.6px */
}

.text-20 {
  font-weight: 800;
}

@media (max-width: 575.98px) {
  p {
    font-size: 14px;
    line-height: 130%;
  }
  .text-20 {
    font-size: 20px;
    line-height: 130%;
  }
}

.subtitle {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 22px); /* 16px */
  line-height: 120%;
}

@media (max-width: 1499px) {
  .subtitle {
    font-size: 15px;
  }
}

span {
  display: inline-block;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #0067ee !important;
}

.color-sec {
  color: #4d9aff !important;
}

.light-gray {
  color: #b9b9b9 !important;
}

.white {
  color: #fafafa;
}

.bg-primary {
  background: #0067ee !important;
}

.bg-ter {
  background: #050505 !important;
}

.bg-dark-black {
  background: #0c0c0d !important;
}

.fw-500-ccc {
  color: #ccc !important;
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/

.mb-96 {
  margin-bottom: clamp(48px, 5vw, 160px);
}
@media (max-width: 575px) {
  .mb-96 {
    margin-bottom: 40px;
  }
}

.mb-74 {
  margin-bottom: clamp(48px, 3.854vw, 160px);
}
@media (max-width: 575px) {
  .mb-74 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-4p {
  margin-bottom: 4px;
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-12 {
  gap: clamp(12px, 0.625vw, 24px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border: none;
  display: inline-flex;
  justify-content: center;
  font-size: clamp(15px, 1.042vw, 25px);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  align-items: center;
  height: 48px;
  padding: 0 clamp(14px, 1.667vw, 40px);
  text-decoration: none;
  border-radius: clamp(2px, 0.208vw, 8px);
  cursor: pointer;
  color: #fafafa;
  background: #0067ee;
  user-select: none;
  text-align: center;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.cus-btn span {
  color: #fafafa;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 32px);
}
.cus-btn span svg {
  width: clamp(18px, 1.25vw, 32px);
  height: clamp(18px, 1.25vw, 32px);
}
.cus-btn span svg path {
  fill: #fafafa;
}
.cus-btn span:first-child {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 32px);
  color: #fafafa;
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}
.cus-btn span:last-child {
  color: #fafafa;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 42%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
  width: 100%;
  text-align: center;
}
.cus-btn span:last-child svg path {
  fill: #fafafa;
}
.cus-btn:after {
  content: "";
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 32px);
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fafafa;
  background-color: #050505;
  border: none;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.cus-btn:hover {
  background: #4d9aff;
  border: none;
}
.cus-btn:hover:after {
  transform-origin: bottom center;
  transform: skewY(6.3deg) scaleY(2);
}
.cus-btn:hover span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.cus-btn-2 {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  font-size: clamp(14px, 0.938vw, 22px);
  align-items: center;
  height: 48px;
  border: 1px solid #0067ee;
  padding: 0 clamp(14px, 1.667vw, 40px);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  border-radius: clamp(2px, 0.208vw, 8px);
  background: none;
  user-select: none;
  text-align: center;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.cus-btn-2 span {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 32px);
}
.cus-btn-2 span svg {
  width: clamp(18px, 1.25vw, 32px);
  height: clamp(18px, 1.25vw, 32px);
}
.cus-btn-2 span svg path {
  fill: #fafafa;
}
.cus-btn-2 span:first-child {
  color: #fafafa;
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}
.cus-btn-2 span:last-child {
  color: #fafafa;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 42%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
  width: 100%;
  text-align: center;
}
.cus-btn-2 span:last-child svg path {
  fill: #fafafa;
}
.cus-btn-2:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0067ee;
  border: 0;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}
.cus-btn-2:hover {
  border: 1px solid #0067ee;
}
.cus-btn-2:hover:after {
  transform-origin: bottom center;
  transform: skewY(6.3deg) scaleY(2);
}
.cus-btn-2:hover span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.slider-arrows .arrow-btn {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  border-radius: clamp(2px, 0.208vw, 8px);
  display: grid;
  align-items: center;
  color: #050505;
  justify-content: center;
  background: #fafafa;
  transition: all 0.5s ease-in-out;
}
.slider-arrows .arrow-btn svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(25px, 1.719vw, 64px);
  transition: all 0.5s ease-in-out;
}
.slider-arrows .arrow-btn svg path {
  stroke: #050505;
  transition: all 0.5s ease-in-out;
}
.slider-arrows .arrow-btn:hover {
  transition: all 0.5s ease-in-out;
  background-color: #0067ee;
}
.slider-arrows .arrow-btn:hover path {
  stroke: #fafafa;
  transition: all 0.5s ease-in-out;
}

.scrollToTopBtn {
  background: none;
  border: 2px solid #0067ee;
  border-radius: 50%;
  color: #0067ee;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 64px);
  height: clamp(40px, 2.5vw, 64px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
@media (max-width: 1400px) {
  .scrollToTopBtn {
    right: 13px;
  }
}
.scrollToTopBtn:hover {
  background: #0067ee;
  color: #1e1f20;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/

/* From Uiverse.io by Gautammsharma */

.heading {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.heading a {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading a i {
  font-size: 18px;
}
@keyframes appear {
  0% {
    -webkit-mask-size: 0 0, 0 0, 0 0, auto;
  }
  13.33% {
    -webkit-mask-size: 100% 100%, 0 0, 0 0, auto;
  }
  26.67% {
    -webkit-mask-size: 100% 100%, 100% 100%, 0 0, auto;
  }
  40%,
  60% {
    -webkit-mask-size: 100% 100%, 100% 100%, 100% 100%, auto;
  }
  73.33% {
    -webkit-mask-size: 0 0, 100% 100%, 100% 100%, auto;
  }
  86.67% {
    -webkit-mask-size: 0 0, 0 0, 100% 100%, auto;
  }
  100% {
    -webkit-mask-size: 0 0, 0 0, 0 0, auto;
  }
}

/*-------------------------
  layouts
-------------------------*/
.header {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 576px) {
  .header {
    height: clamp(95px, 4.167vw, 105px);
  }
}
.header .navigation {
  width: 100%;
  position: relative;
}
.header .navigation .img-box img {
  width: clamp(90px, 8vw, 300px);
}
@media (max-width: 576px) {
  .header .navigation .header-logo {
    width: 75%;
  }
}
.header .navigation .menu-button-right {
  display: flex;
  align-items: center;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list,
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    ul {
    display: flex;
    gap: clamp(20px, 2.5vw, 60px);
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li {
  position: relative;
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a {
  border-radius: 4px;
  font-size: clamp(15px, 0.938vw, 22px);
  font-weight: 600;
  line-height: 150%;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.32px;
  color: #fafafa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    > li
    > a,
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    > li
    > a {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    > li
    > a,
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    > li
    > a {
    font-size: clamp(16px, 2.261vw, 14px);
  }
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a:hover,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li
  > a.active,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a:hover {
  color: #0067ee;
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li.current,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  > li:hover,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li.current,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li:hover {
  color: #4d9aff;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out,
    transform 700ms ease;
  z-index: 99;
  background: #050505;
  padding: 0;
  border-radius: 0;
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > a,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > a {
  background-color: #050505;
  color: #fafafa;
  font-size: clamp(14px, 0.938vw, 30px);
  line-height: 26px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  border-radius: 0px;
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.current
  > a,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li:hover
  > a,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.current
  > a,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li:hover
  > a {
  background-color: #0067ee;

  color: #050505;
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul
  ul,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul
  ul {
  display: flex;
}
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li:hover
  > ul,
.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li:hover
  > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul,
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  .header
    .navigation
    .menu-button-right
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .navigation .icon {
  margin-right: 14px;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #fafafa;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #0067ee;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
/* .mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
} */

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4901960784);
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #050505;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(280px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(120px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper
  .mobile-nav__content
  .main-menu__list
  ul
  li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fafafa;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  /* text-transform: capitalize; */
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #0067ee;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #0067ee;
  border: none;
  outline: none;
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper
  .mobile-nav__content
  .main-menu__list
  li
  a
  button.expanded {
  transform: rotate(0deg);
  background-color: #fafafa;
  color: #050505;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #050505;
  cursor: pointer;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: #fafafa;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #0067ee;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0067ee;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fafafa;
}

/* .hero-banner {
  position: relative;
  overflow: hidden;

  height: 100vh;
  display: grid;

  align-items: center;
  justify-content: left;

  z-index: 1;
} */
/* .hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
  height: 100%;
  width: 100%;
} */

/* @media (max-width: 1400px) {
  .hero-banner {
    background: url("../media/header/autoelektronik-olten-dulliken.avif")
      no-repeat;
    background-position: 55% 80px;
    height: 60vh;
  }
} */

/* @media (max-width: 992px) {
  .hero-banner {
    background: url("../media/header/autoelektronik-olten-dulliken.avif")
      no-repeat;
    background-position: 40% 40px;
    height: 100%;
  }
} */
/* @media (max-width: 576px) {
  .hero-banner {
    background: url("../media/header/autoelektronik-olten-dulliken.avif")
      no-repeat;
    height: 50vh;
    background-size: cover;
    background-position: 30% 100px;
  }
} */
/* .hero-banner .content {
  padding: 0 clamp(80px, 5.313vw, 150px);
} */

/* @media (max-width: 1400px) {
  .hero-banner .content {
    padding-top: 150px;
  }
}

@media (max-width: 992px) {
  .hero-banner .content {
    padding: 100px 30px;
  }
  .hero-banner .content .left-block {
    margin-top: 150px;
  }
}

@media (max-width: 576px) {
  .hero-banner .content {
    padding: 100px 0;
  }
  .hero-banner .content .left-block h1 {
    font-size: 24px;
  }

  .hero-banner .content .left-block p {
    font-size: 12px;
  }

  .hero-banner .content .left-block ul {
    font-size: 12px;
  }

  .hero-banner .content .left-block div .cus-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.hero-banner .content .left-block {
  position: relative;
  margin-top: 95px;
  z-index: 10;
}

.hero-banner .content .left-block .txt {
  -webkit-text-stroke: 1px #fafafa;
  -webkit-text-fill-color: transparent;
  color: #333;
}
.hero-banner .content .text-block {
  display: flex;
  align-items: center;
}

@media (max-width: 399px) {
  .hero-banner .content .left-block {
    margin-top: 33px;
  }
}

@media (max-width: 492px) {
  .hero-banner .content .text-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
  }
}

.hero-banner .content .text-block .description {
  max-width: clamp(280px, 16.25vw, 400px);
  background: rgba(30, 31, 32, 0.5);
  padding: 12px;
}
@media (max-width: 492px) {
  .hero-banner .content .text-block .description {
    margin-left: 10%;
  }
}
.hero-banner .content .scroll-down {
  display: flex;
  align-items: center;
  height: clamp(40px, 2.917vw, 64px);
  align-items: center;
}
.hero-banner .content .scroll-down svg {
  stroke: #fafafa;
  transition: all 0.5s ease-in-out;
}
.hero-banner .content .scroll-down:hover {
  stroke: #0067ee;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .hero-banner .content .reviews-block {
    display: none;
  }
}
.hero-banner .content .reviews-block .rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-banner .content .reviews-block .rating i {
  color: #0067ee;
}
.hero-banner .content .reviews-block .slider {
  position: relative;
  width: 100%;
  height: 250px;
  perspective: 100px;
}
.hero-banner .content .reviews-block .slider .item {
  position: absolute;
  width: 100%;
  height: auto;
  display: none;
  border: 1px solid #0067ee;
  border-image-slice: 1;
  border-width: 1px;
  background: #050505;
  padding: clamp(16px, 1.25vw, 32px) clamp(16px, 1.667vw, 42px);
}
.hero-banner .content .reviews-block .slider .item:nth-child(5) {
  left: -20px;
  top: 20px;
  display: block;
}
.hero-banner .content .reviews-block .slider .item:nth-child(5) img {
  height: 48px;
  width: 48px;
}
.hero-banner .content .reviews-block .slider .item:nth-child(4) {
  left: 0px;
  top: 0px;
  display: block;
}
.hero-banner .content .reviews-block .slider .item:nth-child(3) {
  left: 40px;
  top: -40px;
}
.hero-banner .content .reviews-block .slider .item:nth-child(2) {
  left: 60px;
  top: -60px;
}
.hero-banner .content .reviews-block .slider .item:nth-child(1) {
  left: 80px;
  top: -80px;
} */

.premiere .icon {
  width: 100px;
  height: 100px;
  border: 4px solid #0067ee;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 48px;
}

/* .premiere .icon img {
  position: relative;
  left: 1px;
  bottom: -22px;
} */

@media (max-width: 576px) {
  .premiere .icon {
    margin-bottom: 16px !important;
  }
}
/* .premiere .icon img {
  position: relative;
  left: 1px;
  bottom: -20px;
} */

.services-tabs ul {
  flex-direction: column;
}
.services-tabs ul .nav-item {
  width: 100%;
}
.services-tabs ul .nav-item svg path {
  transition: all 0.5s ease-in-out;
}
.services-tabs ul .nav-item .nav-link.active {
  background-color: #0067ee !important;
  color: #fafafa !important;
}
.services-tabs ul .nav-item .nav-link.active svg path {
  transition: all 0.5s ease-in-out;
  fill: #fafafa;
}

.services-tabs ul .nav-item .nav-link.active svg path[stroke] {
  transition: all 0.5s ease-in-out;
  stroke: #fafafa;
}

.services-tabs ul .nav-item:hover svg path[stroke],
.services-tabs ul .nav-item.active svg path[stroke] {
  transition: all 0.5s ease-in-out;
  stroke: #fafafa;
}

.services-tabs ul .nav-item:hover .nav-link,
.services-tabs ul .nav-item.active .nav-link {
  background-color: #0067ee;
  color: #050505;
  transition: all 0.5s ease-in-out;
}
.services-tabs ul .nav-item:hover svg path,
.services-tabs ul .nav-item.active svg path {
  transition: all 0.5s ease-in-out;
  fill: #fafafa;
}
.services-tabs ul .nav-item:hover .nav-link,
.services-tabs ul .nav-item.active .nav-link {
  transition: all 0.5s ease-in-out;
  color: #fafafa;
}

.img-service {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-service img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .img-service img {
    height: 98%;
  }
}

.repair .quick-fix {
  background: #1e1f20;
  position: relative;
  height: clamp(500px, 33.333vw, 800px);
}

@media (max-width: 1200px) {
  .repair .quick-fix {
    height: auto;
  }
}

@media (max-width: 576px) {
  .repair .quick-fix {
    height: auto;
  }
}
.repair .quick-fix .block {
  padding: clamp(30px, 2.292vw, 60px) clamp(250px, 20.781vw, 450px)
    clamp(15px, 1.563vw, 40px) clamp(80px, 5.677vw, 150px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
/* @media (max-width: 1200px) {
  .repair .quick-fix .block {
    padding: 46px 245px 30px 109px;
  }
} */

.repair .quick-fix .vector-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(300px, 29.531vw, 750px);
  height: auto;
  max-height: clamp(500px, 33.385vw, 800px);
  object-fit: contain;
  object-position: center;
}

/* Replace the existing 1200px breakpoint (around line 4048) */
@media (max-width: 1200px) {
  .repair .quick-fix .block .text p.white {
    font-size: clamp(13px, 1.6vw, 16px);
  }

  .repair .quick-fix .block .text .white {
    font-size: clamp(13px, 1.4vw, 15px);
  }

  .repair .quick-fix .vector-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /* width: clamp(250px, 35vw, 400px); */
    width: auto;
    height: clamp(300px, 50vh, 500px);
    height: auto;
    max-width: 45%;
    max-height: 90%;
    object-fit: contain;
    object-position: center;
    /* Fallback for older browsers */
    @supports not (aspect-ratio: 1) {
           height: calc(clamp(300px, 29.531vw, 750px) * (641 / 567));
         }
  }
}

      
@media (max-width: 576px) {
  .repair .quick-fix .block {
    flex-direction: column-reverse;
    padding: 16px 24px 0;
  }
}

@media (max-width: 575px) {
  .repair .quick-fix .vector-img {
    display: none;
  }
}
.repair .quick-fix .vector-img-mobile {
  position: relative;
  width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: contain;
      object-position: center;
}
@media screen and (min-width: 576px) {
  .repair .quick-fix .vector-img-mobile {
    display: none;
  }
}

.testimonials .testimonials-slider {
  margin: 0 -12px;
}
.testimonials .testimonials-slider .testimonials-card {
  border: 1px solid gray;
  padding: clamp(16px, 1.25vw, 32px);
  margin: 0 12px;
}
.testimonials .testimonials-slider .testimonials-card .userpic {
  width: clamp(60px, 5vw, 110px);
}

.brand-section .brand-block {
  margin: auto;
}

footer .newsletter {
  background: url("../media/user/circle-blue.png") no-repeat;
  width: 100%;
  background-color: #141516;
  padding: clamp(20px, 1.667vw, 40px) clamp(30px, 5vw, 100px)
    clamp(16px, 1.667vw, 50px) clamp(36px, 2.5vw, 60px);
  background-position: top right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 2560px) {
  footer .newsletter {
    background-size: 30% 100%;
    background-position: top right;
  }
}

@media (max-width: 1920px) {
  footer .newsletter {
    padding: clamp(20px, 1.667vw, 40px) clamp(10px, 2.5vw, 50px)
      clamp(16px, 1.667vw, 50px) clamp(36px, 2.5vw, 60px);
  }
}

@media (max-width: 1200px) {
  footer .newsletter {
    background-size: 35% 100%;
  }
}

@media (max-width: 992px) {
  footer .newsletter {
    background-size: 45% 100%;
  }
}

@media (max-width: 768px) {
  footer .newsletter button {
    color: #fafafa;
  }
  footer .newsletter button svg path {
    stroke: #fafafa;
  }
}
@media (max-width: 992px) {
  footer .newsletter {
    background-position: 115%;
  }
}
@media (max-width: 768px) {
  footer .newsletter {
    align-items: flex-start;
    flex-direction: column;
    background-position: 154%;
    gap: 12px;
    background: unset;
    background-color: #141516;
  }
}

footer .newsletter button {
  border: none;
  background: none;
}
footer .footer-links li {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  footer .footer-links li {
    margin-bottom: 8px;
  }
}
footer .footer-links li:first-child {
  margin-bottom: clamp(12px, 1.25vw, 40px);
}
footer .footer-links li a p {
  color: #b9b9b9;
  transition: all 0.5s ease-in-out;
}
footer .footer-links li a p:hover {
  color: #0067ee !important;
  transition: all 0.5s ease-in-out;
}
footer .footer-links li a p svg path {
  stroke: #fafafa;
  transition: all 0.5s ease-in-out;
}
footer .footer-links li a p:hover svg path {
  stroke: #0067ee;
  transition: all 0.5s ease-in-out;
}

.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  transform: scale(1.1);
}

.whatsapp-float i {
  margin-right: 10px;
  font-size: 30px;
}

.whatsapp-float span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .whatsapp-float {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    bottom: 90px;
    right: 5px;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float i {
    margin: 0;
    font-size: 35px;
  }
}

/* Prevent focus on hidden slides */

/* Ensure visible slides are interactive */

/* Prevent focus on hidden slides - CRITICAL */

/* Remove tabindex from hidden slides */

/* Ensure visible slides are interactive */

/* Inert attribute support for older browsers */

/* Ensure images in inert elements are not focusable */

/* Additional focus prevention for inert elements */

/* Accessibility fixes for sliders */

/* Ensure images in hidden slides are not focusable */

/* Robust accessibility fixes for sliders */

/* Ensure images in hidden slides are not focusable */

/* Prevent focus on hidden elements */

/* Add these rules after line 3324 */

/* Mobile nav active state - matches JavaScript */
/* .mobile-nav__wrapper.active {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.active .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
} */

/* Body class for mobile nav active */

@media (max-width: 576px) {
  .hero-banner {
    padding-top: 100px; /* Make space for the header */
    height: 60vh; /* Slightly more height for content */
    min-height: 350px; /* Prevents it from being too short */
  }
  .hero-banner .content {
    padding: 20px 0 10px 0; /* Reduce vertical padding */
  }
  .hero-banner .content .left-block {
    margin-top: 0; /* Remove extra margin */
  }
}
@media (max-width: 399px) {
  .hero-banner {
    padding-top: 90px;
    min-height: 300px;
  }
}

@media (max-width: 399px) {
  .hero-banner .content .left-block h1 {
    font-size: 18px;
  }
  .hero-banner .content .left-block p {
    font-size: 12px;
  }

  .hero-banner .content .left-block ul {
    font-size: 12px;
  }

  .hero-banner .content .left-block div .cus-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
}

/* Responsive adjustments */

.text-block {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .text-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .text-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.footer-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
  flex-wrap: nowrap;
}

.footer-hours-day {
  color: #b9b9b9;
  font-size: clamp(12px, 0.833vw, 22px);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  flex: 1;
  min-width: 80px;
  flex-shrink: 0;
}

.footer-hours-time {
  color: #b9b9b9;
  font-size: clamp(12px, 0.833vw, 22px);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: right;
  padding-right: 25px;
  white-space: nowrap;
}

.footer-hours-note {
  color: #b9b9b9;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  margin-top: 16px;
  max-width: 300px;
  padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer-hours-row {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: nowrap; /* Ensure no wrapping on tablets */
  }

  .footer-hours-day {
    font-size: 15px;
    min-width: auto;
    flex: 0 0 auto;
  }

  .footer-hours-time {
    font-size: 15px;
    text-align: left;
    white-space: normal;
    flex: 0 0 auto;
    padding-right: 10px;
  }

  .footer-hours-note {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-hours-row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: nowrap; /* Prevent wrapping on mobile too */
  }

  .footer-hours-time,
  .footer-hours-day {
    text-align: left;
    white-space: normal;
    font-size: 15px;
    flex: 0 0 auto; /* Prevent flex growing/shrinking */
    padding-right: 0;
  }

  .footer-hours-note {
    max-width: 100%;
    margin-top: 12px;
    font-size: 14px;
    padding-right: 0;
  }

  .mobile-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 12px;
  }
}

/* FIX PREMIERE ICONS - Restore Original Styling */

.premiere .icon {
  width: 100px;
  height: 100px;
  border: 4px solid #0067ee;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 48px;
  position: relative; /* Add this */
}

.premiere .icon img {
  position: absolute;
  left: 50%;
  top: 50%; /* Change from bottom to top */
  transform: translate(-50%, -50%); /* Center properly */
  width: 55px; /* Set explicit width */
  height: 55px; /* Set explicit height */
  object-fit: contain; /* Maintain aspect ratio */
}

/* Fix other premiere icons */
.premiere .icon img[src*="zertifizierte-werkzeuge"] {
  width: 60px;
  height: 60px;
}

.premiere .icon img[src*="professionelles-team"] {
  width: 56px;
  height: 61px;
}

@media (max-width: 1199px) {
  .premiere .icon {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 991px) {
  .premiere .row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 2rem;
  }

  .premiere .col-lg-3 {
    width: 100%;

    margin-bottom: 2rem;
  }

  /* Ensure proper spacing between items */
  .premiere .text-center {
    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: center;
  }

  .premiere .icon {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .premiere .row {
    grid-template-columns: 1fr;

    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .premiere .icon {
    margin-bottom: 16px;
  }
}

/* Ensure text is centered */
.text-center {
  text-align: center !important;
}

/* Service Images - Prevent Layout Shifts */
.img-service {
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.img-service img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  /* This prevents layout shifts by maintaining aspect ratio */
  aspect-ratio: 16/9 !important;
}

/* Prevent layout shifts for picture elements */
.img-service picture {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.img-service picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 16/9 !important;
}

@media (max-width: 768px) {
  .img-service img {
    height: 98% !important;
  }
}

/* Fix picture element layout shifts */
picture {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

picture img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Service Images - Prevent Layout Shifts */

/* Testimonial Images - Fixed Dimensions */
.userpic img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.cus-btn-2 {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  align-items: center;
  height: 48px;
  border: 1px solid #0067ee;
  padding: 0 1.667vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  border-radius: 0.208vw;
  background: none;
  text-align: center;
  touch-action: manipulation;
}

/* Fix mobile navigation layout shifts */
/* .mobile-nav__contact {
  min-height: 80px !important; 
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
} */

/* .mobile-nav__contact li {
  min-height: 24px !important; 
  display: flex !important;
  align-items: center !important;
} */

/* Hide desktop-only elements on mobile only */
/* @media (max-width: 1200px) {
  .d-xl-flex.d-none {
    display: none !important;
  } */

/* Alternative: More specific selector */
/* div.d-xl-flex.d-none {
    display: none !important;
  }
} */

/* FIX 2: Proper Service Image Positioning */
/* .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.col-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-lg-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-lg-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
} */

/* Row Gap Fix */
/* .row-gap-3 {
  row-gap: 1rem;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
} */

/* Responsive Grid Fixes */
/* @media (max-width: 991.98px) {
  .col-lg-7,
  .col-lg-5,
  .col-lg-9,
  .col-lg-3 {
    width: 100%;
  }

  .row {
    flex-direction: column;
  }

  .img-service {
    margin-bottom: 20px;
  }
} */

/* Dropdown Menu Fixes */
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  z-index: 99;
  background: #050505;
  padding: 0;
  border-radius: 0;
}

.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.header
  .navigation
  .menu-button-right
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > a {
  background-color: #050505;
  color: #fafafa;
  font-size: 0.938vw;
  line-height: 26px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding: 7px 20px;
  border-radius: 0px;
  text-decoration: none;
}

/* Mobile menu button styling - ensure it's visible */
.mobile-nav__toggler {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 1000 !important;
  color: white !important;
  text-decoration: none !important;
}

.mobile-nav__toggler svg {
  width: 24px !important;
  height: 24px !important;
}

/* Ensure mobile menu button is visible on mobile */
@media (max-width: 1199px) {
  .mobile-nav__toggler {
    display: flex !important;
  }
}

/* Hide on desktop */
@media (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none !important;
  }
}

/* Mobile menu button hover effect */
.mobile-nav__toggler:hover {
  opacity: 0.8;
}

/* Ensure mobile menu button is clickable */
.mobile-nav__toggler {
  cursor: pointer !important;
  pointer-events: auto !important;
  z-index: 10000 !important;
  position: relative !important;
}

/* Debug: Make button more visible */
.mobile-nav__toggler svg {
  pointer-events: none !important;
}

/* WhatsApp Float Fix
.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  transform: scale(1.1);
}

.whatsapp-float svg {
  margin-right: 10px;
  font-size: 30px;
}

.whatsapp-float span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .whatsapp-float {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    bottom: 90px;
    right: 5px;
    text-align: center;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float svg {
    margin-right: 0;
  }
} */

/* Mobile Navigation - Working Version */

/* Prevent mobile menu layout shift on page load */
.mobile-nav__wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(-100%) !important;
  transition: all 0.3s ease !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.mobile-nav__wrapper.expanded {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

.mobile-nav__content {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 350px !important;
  height: 100% !important;
  background: #0c0c0d !important;
  padding: 30px 15px !important;
  transform: translateX(-100%) !important;
  transition: transform 0.3s ease !important;
  overflow-y: auto !important;
}

@media (max-width: 490px) {
  .mobile-nav__content {
    width: clamp(280px, 60vw, 500px) !important;
  }
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  transform: translateX(0) !important;
}

/* Mobile menu content styling */
.mobile-nav__content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.mobile-nav__close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  cursor: pointer !important;
  color: white !important;
  font-size: 24px !important;
  z-index: 10000 !important;
}

.mobile-nav__container {
  flex: 1 !important;
  margin-top: 40px !important;
}

/* Logo box styling */
.mobile-nav__content .logo-box {
  margin-bottom: 40px !important;
  display: flex !important;
}

.mobile-nav__content .logo-box img {
  width: clamp(120px, 15.625vw, 320px) !important;
}

.mobile-nav__container .main-menu__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mobile-nav__container .main-menu__list li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav__container .main-menu__list li:last-child {
  border-bottom: none !important;
}

.mobile-nav__container .main-menu__list li a {
  color: white !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 15px 0 !important;
  height: 46px !important;
  line-height: 30px !important;
  letter-spacing: 0.8px !important;
  transition: 500ms !important;
}

.mobile-nav__container .main-menu__list li a:hover {
  color: #0067ee !important;
}

.mobile-nav__container .main-menu__list li a.expanded {
  color: #0067ee !important;
}

/* Dropdown button styling */
.mobile-nav__container .main-menu__list li a button {
  width: 30px !important;
  height: 30px !important;
  background-color: #0067ee !important;
  border: none !important;
  outline: none !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  transform: rotate(-90deg) !important;
  transition: transform 500ms ease !important;
  border-radius: 0 !important;
}

.mobile-nav__container .main-menu__list li a button.expanded {
  transform: rotate(0deg) !important;
  background-color: white !important;
  color: #0c0c0d !important;
}

/* Dropdown submenu styling */
.mobile-nav__container .main-menu__list li ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav__container .main-menu__list li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav__container .main-menu__list li ul li:last-child {
  border-bottom: none !important;
}

.mobile-nav__container .main-menu__list li ul li a {
  padding-left: 1em !important;
  height: 40px !important;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  transition: 500ms !important;
}

.mobile-nav__container .main-menu__list li ul li a:hover {
  color: #0067ee !important;
}

.mobile-nav__contact {
  margin-bottom: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mobile-nav__contact li {
  color: #fafafa !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}

.mobile-nav__contact li:last-child {
  margin-bottom: 0 !important;
}

.mobile-nav__contact li a {
  color: #fafafa !important;
  text-decoration: none !important;
  transition: 500ms !important;
}

.mobile-nav__contact li a:hover {
  color: #0067ee !important;
}

.mobile-nav__contact li i {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background-color: #0067ee !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  font-size: 14px !important;
  margin-right: 10px !important;
  color: #fafafa !important;
}

/* Body lock when mobile menu is open */

/* Brand section - prevent layout shifts */
.brand-section {
  background: #0c0c0d;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brand-section.py-80 {
  padding: 80px 0;
  margin: 0;
}

/* Brand section container */
.brand-section .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
}

.col-lg-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-lg-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* Repair section - prevent layout shifts */
.repair {
  background: #0c0c0d;
  position: relative;
}

.repair.py-80 {
  padding: 80px 0;
}

/* Premiere section - prevent layout shifts */
.premiere {
  background: #0c0c0d;
  position: relative;
}

.premiere.py-80 {
  padding: 80px 0;
}

/* Testimonials section - prevent layout shifts */
.testimonials {
  background: #0c0c0d;
  position: relative;
}

.testimonials.py-80 {
  padding: 80px 0;
}

/* Button styles - prevent layout shifts */
.cus-btn-2 {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  align-items: center;
  height: 48px;
  border: 1px solid #0067ee;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  border-radius: 4px;
  background: none;
  text-align: center;
  touch-action: manipulation;
  color: #0067ee;
}

.cus-btn-2:hover {
  background: #0067ee;
  color: #fafafa;
}

/* Mobile optimizations for all sections */
@media (max-width: 576px) {
  .container-fluid {
    --bs-gutter-x: 2rem !important;
    --bs-gutter-y: 0 !important;
    width: 100% !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .repair.py-80,
  .premiere.py-80,
  .testimonials.py-80 {
    padding: 40px 0;
  }

  .col-lg-5,
  .col-lg-7,
  .col-lg-9,
  .col-lg-3 {
    width: 100%;
  }

  .cus-btn-2 {
    padding: 0 16px;
    font-size: 13px;
    height: 44px;
  }
}

.brand-section {
  background: #0c0c0d;
  position: relative;
}

/* .brand-section.py-80 {
padding: 80px 0;
} */

/* Slick slider - prevent layout shifts */

/* Brand block - prevent layout shifts and make larger */
.brand-block {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 129px; /* Increased from 80px */
  margin: 0 39px; /* Increased from 20px */
  opacity: 1 !important;
  transition: none !important;
}

.brand-block img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
  min-width: 100px; /* Ensure minimum size */
  min-height: 100px; /* Ensure minimum size */
}

/* Mobile optimizations for larger brands */
@media (max-width: 576px) {
  .brand-block {
    height: 150px; /* Still larger than original 60px */
    margin: 0 20px;
  }

  .brand-block img {
    min-width: 60px;
    min-height: 100px;
  }
}

/* Footer - prevent layout shifts */
footer {
  background: #0c0c0d;
  position: relative;
  width: 100%;
  margin: 0;
}

footer.py-80.bg-ter {
  padding: 80px 0;
  background: #0c0c0d;
  margin: 0;
}

/* Footer container */
footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
}

/* Footer content - prevent layout shifts */
footer .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

footer .col-lg-3,
footer .col-lg-4 {
  padding: 0 15px;
  margin-bottom: 30px;
}

/* Mobile optimizations for brand section & footer */
@media (max-width: 576px) {
  .brand-section.py-80 {
    padding: 40px 0;
  }

  footer.py-80.bg-ter {
    padding: 40px 0;
  }

  footer .col-lg-3,
  footer .col-lg-4 {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Ensure sections don't collapse */

footer {
  min-height: 50px;
}

/* ✅ Scroll to Top Button */
.scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #0067ee;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /* Smoother transitions */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 103, 238, 0.3);
  /* Prevent flickering */
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.scrollToTopBtn.showBtn {
  display: flex;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.scrollToTopBtn:hover {
  background: #0056cc;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 103, 238, 0.4);
}

.scrollToTopBtn svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 576px) {
  .scrollToTopBtn {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
/* Footer - prevent layout shifts */
footer {
  background: #0c0c0d;
  position: relative;
}

footer.py-80.bg-ter {
  padding: 80px 0;
  background: #0c0c0d;
}

/* Footer content - prevent layout shifts */
footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
}

/* Mobile optimizations for slick slider & footer */
@media (max-width: 576px) {
  .brand-section.py-80 {
    padding: 40px 0;
  }

  footer.py-80.bg-ter {
    padding: 40px 0;
  }

  .brand-block {
    height: 129px;
    margin: auto;
  }
}

/* Ensure slick slider is hidden until initialized */

/* Make testimonial images round on non-desktop */
@media (max-width: 1199px) {
  .userpic img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%; /* Round on tablet and mobile */
  }
}

/* INP Optimization for Service Tabs */
.services-tabs .nav-link {
  transition: background-color 0.2s ease, color 0.2s ease !important;
  will-change: background-color, color;
}

.services-tabs .nav-link svg path {
  transition: fill 0.2s ease !important;
  will-change: fill;
}

.tab-pane {
  transition: opacity 0.15s ease !important;
  will-change: opacity;
}

/* Optimize button interactions */
.services-tabs .nav-link {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Reduce layout shifts */
.services-tabs {
  contain: layout style paint;
}

.tab-content {
  contain: layout style paint;
}
