.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header-wrapper {
  padding: 20px 0;
}
.topbar a {
  font-size: 12px;
}
.sub-menu {
	position: absolute;
	top: 30px;
	left: 30px;
	background: white;
	padding: 10px;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 0px 30px 3px #00000040;
}
.hero-lower-title  {
	font-size: clamp(28px,1.7708333333vw,34px)
}
.menu-item-has-children {
	position: relative;
	padding-right: 20px !important;
}
.home .home-why-us .h1__size {
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
}
.paragraph__18 strong {
	color: #000 !important;
}
.home h1 {
	line-height: 1;
}
.menu-item-has-children::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url('https://driverwithmeta.com/wp-content/uploads/2025/07/down-arrow-2.png');
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert(1);
	background-position: center;
}
.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.sub-menu a {
	color: #000 !important;
	display: block;
	padding: 0 0 10px 0 !important;
}

.menu-item-has-children ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.menu-item-has-children {
	position: relative;
}
.header-right__button {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  border: 1px solid white;
  position: relative;
  margin-left: 45px;
}
.header-right__button::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#site-navigation,
#site-navigation-right {
  flex: 2;
}
.site-logo {
  flex: 1;
}
.scrolled .site-header {
  transform: translateY(-200%);
  transition: 0.3s;
}
.site-header {
  transition: 0.3s;
  z-index: 999;
}
.mobile-only {
/*   display: none; */
}
.hamburger-menu {
  display: none;
}
@media only screen and (max-width: 1199px) {
  header #site-navigation {
    display: none;
  }
  .site-logo.justify-center {
    justify-content: flex-start;
  }
  .mobile-only {
    display: block;
  }
  #site-navigation-right {
    position: fixed;
    left: 0;
    top: 0;
    width: 70vw;
    justify-content: flex-start;
    height: 100dvh;
    flex-direction: column;
    transform: translateX(-100%);
    align-items: flex-start;
    transition: 0.3s;
    padding: 30px;
    background: white;
    z-index: 9;
  }
  .scrolled .site-header {
    transform: unset;
  }
  #site-navigation-right.active {
    transform: translateX(0);
    transition: 0.3s;
  }
  .site-main > section:first-of-type {
    padding-top: 81px !important;
  }
  .header-right__button {
    width: 100%;
    background: var(--primary-color);
    color: white !important;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .home-hero::after {
    top: 81px !important;
  }
  #site-navigation-right ul {
    flex-direction: column;
    align-items: flex-start;
  }
  #site-navigation-right a {
    color: #000;
    display: block;
    padding: 10px 0;
  }
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu .line {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-menu path {
  fill: #fff;
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
