/*!
Theme Name: HPX
Theme URI: http://underscores.me/
Author: ThinkClever
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hpx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0 0 20px;
  line-height: 100%;
}
h1,
h2 {
  font-size: 78px;
  line-height: 112.821%;
}
h3 {
  font-size: 47px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}
body,
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  font-family: 'Manrope', sans-serif;
  background-color: rgba(17, 17, 17, 1);
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* html {
  box-sizing: border-box;
} */
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid var(--secondary-color, #97ca3e);
  padding: 10px 10px 10px 30px;
  margin: 0 0 30px;
  box-shadow: 0 0px 2px var(--secondary-color, #97ca3e);
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options,
    .ab-submenu
  ) {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}
ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options,
    .ab-submenu,
    .menu ul
  )
  li {
  padding-left: 53px;
  position: relative;
  line-height: 119.048%;
}
ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options,
    .ab-submenu,
    .menu ul
  )
  li::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: var(--secondary-color, #97ca3e);
  left: 0;
  top: 13px;
}
ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options
  )
  ul {
  margin-top: 20px;
  margin-bottom: 0;
}
ol {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 20px;
}
ol li {
  counter-increment: item;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
ol li::before {
  content: counter(item) '. ';
  color: var(--secondary-color, #97ca3e);
  position: absolute;
  left: 0;
  top: 0px;
}
ol ol {
  counter-reset: item;
  margin: 20px 0 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: var(--anchor-color, #1b4ea0);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--anchor-hover-color, #97ca3e);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1364px;
  padding: 0 32px;
  margin: 0 auto;
}
/* ================== Header ================== */
header.site-header {
  position: relative;
  display: inline;
}
header.site-header .main-header {
  background-color: rgba(17, 17, 17, 1);
  position: sticky;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 9999;
}
.logged-in header.site-header .main-header {
  top: 32px;
}
header.site-header .main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .main-header img.custom-logo {
  width: 100%;
  max-width: 215px;
}
header.site-header .main-header .custom-logo-link {
  display: flex;
}
header.site-header .main-header .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
header.site-header .main-header .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
header.site-header .main-header .right ul li {
  display: inline-block;
}
header.site-header .main-header .right ul li a {
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  transition: all 0.3s ease-in;
  letter-spacing: 0;
  display: inline-block;
  padding: 4px 5px 0;
}
header.site-header .main-header .right ul li a:hover,
header.site-header .main-header .right ul li.current-menu-item a {
  color: rgba(216, 255, 27, 1);
}
header.site-header .main-header .right ul li.btn a {
  border: 1px solid rgba(216, 255, 27, 1);
  border-radius: 999px;
  color: rgba(216, 255, 27, 1);
  width: 152px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header.site-header .main-header .right ul li.btn a:hover {
  background-color: rgba(216, 255, 27, 1);
  color: rgba(17, 17, 17, 1);
}
header.site-header .top-banner {
  background-color: rgba(216, 255, 27, 1);
  padding: 8px 0;
}
header.site-header .top-banner a {
  font-family: 'Bebas Neue', sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #000;
}
header.site-header .top-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header.site-header .top-banner a .icon {
  display: flex;
}
header.site-header .top-banner .left {
  display: flex;
  align-items: center;
  gap: 24px;
}
header.site-header .top-banner .right {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #000;
}
header.site-header .top-banner .right .covered-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}
header.site-header .top-banner .right div.social {
  display: flex;
  align-items: center;
  gap: 5px;
}
header.site-header .top-banner .right div.social a {
  background-color: rgba(0, 0, 0, 1);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mobile-menu-trigger {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(216, 255, 27, 1);
  position: relative;
  cursor: pointer;
  display: none;
}
.mobile-menu-trigger span {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: rgba(216, 255, 27, 1);
  left: 4px;
  top: 6px;
  transition: all 0.3s ease-in;
}
.mobile-menu-trigger span:last-child {
  top: auto;
  bottom: 6px;
  width: 22px;
}
.mobile-menu-trigger span:nth-child(2) {
  top: 15px;
}
.mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-trigger.active span:first-child {
  transform: rotate(45deg);
  top: 14px;
}
.mobile-menu-trigger.active span:last-child {
  width: 25px;
  transform: rotate(-45deg);
  bottom: 16px;
}
.mobile-menu-wrap ul {
  padding: 30px 0 10px;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.mobile-menu-wrap ul a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-family: 'Bebas Neue', sans-serif;
  padding: 5px 0;
}
/* ================== Header ================== */
/* ================== Footer ================== */
footer.site-footer {
  background-color: rgba(23, 23, 23, 1);
}
footer.site-footer .top-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 100px 0;
}
footer.site-footer .top-area a.custom-logo-link {
  display: flex;
}
footer.site-footer .top-area img.custom-logo {
  width: 100%;
  max-width: 215px;
}
footer.site-footer .top-area div.social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
footer.site-footer .top-area div.social a {
  background-color: rgba(216, 255, 27, 1);
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 255, 27, 1);
}
footer.site-footer .top-area div.social a:hover {
  background-color: #fff;
}
footer.site-footer .top-area .info-list {
  display: grid;
  gap: 20px;
}
footer.site-footer .top-area .info-list a {
  font-family: 'Bebas Neue', sans-serif;
  display: flex;
  color: #fff;
  gap: 10px;
  width: 100%;
  max-width: 270px;
}
footer.site-footer .top-area .info-list a:hover {
  color: rgba(216, 255, 27, 1);
}
footer.site-footer .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: rgba(193, 193, 193, 1);
  padding: 20px 0;
}
footer.site-footer .bottom-area .site-by {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 5px;
}
/* ================== Footer ================== */
section {
  position: relative;
  overflow: hidden;
}
section.home-hero {
  padding-bottom: 100px;
}
section.home-hero .background-image {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
}
section.home-hero .container {
  position: relative;
}
section.home-hero .top-area {
  text-align: center;
  padding: 70px 0 120px;
}
section.home-hero .top-area .review {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
}
section.home-hero .top-area .review span {
  font-size: 12px;
  font-weight: 500;
}
section.home-hero .top-area .headline {
  font-size: 140px;
  line-height: 84%;
  margin: 20px 0 20px;
  color: rgba(216, 255, 27, 1);
}
section.home-hero .top-area .headline span {
  font-size: 84px;
  color: #fff;
  line-height: 84%;
  padding-bottom: 10px;
}
section.home-hero .top-area .descriptions {
  width: 100%;
  max-width: 688px;
  margin: auto;
  line-height: 185%;
  font-weight: 600;
  margin-bottom: 20px;
}
.button {
  background-color: rgba(216, 255, 27, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  /* border-radius: 999px; */
  padding: 2px 52px 0;
  color: rgba(17, 17, 17, 1);
  border: 2px solid rgba(216, 255, 27, 1);
}
.button:hover {
  background-color: transparent;
  color: rgba(216, 255, 27, 1);
}
section.home-hero .blurbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 56px;
  text-align: center;
}
section.home-hero .blurbs .title {
  font-size: 32px;
}
section.home-hero .blurbs .descriptions {
  color: rgba(255, 255, 255, 0.82);
  width: 100%;
  max-width: 400px;
  margin: auto;
}
section.home-hero .blurbs .icon {
  display: flex;
  justify-content: center;
  height: 66px;
  align-items: flex-end;
  margin-bottom: 20px;
}
section.brands-logo {
  background-color: rgba(33, 33, 33, 1);
  overflow: initial;
  padding: 40px 0;
  margin: 75px 0;
}
section.brands-logo::before {
  top: -72px;
  background-image: url(/wp-content/uploads/2025/09/before2.png);
}
section.brands-logo::before,
section.brands-logo::after {
  position: absolute;
  content: '';
  height: 75px;
  width: 100%;
  background-repeat: repeat;
  background-size: auto;
}
section.brands-logo::after {
  background-image: url(/wp-content/uploads/2025/09/after2.png);
  bottom: -72px;
}
section.brands-logo .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.latest-listing {
  padding-top: 100px;
}
section.latest-listing .headline {
  text-align: center;
  line-height: 120%;
}
section.latest-listing .button-wrap {
  text-align: center;
}
section.testimonials {
  padding: 100px 0;
}
.tagline {
  font-size: 15px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}
.tagline::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 50px;
  background-color: rgba(216, 255, 27, 1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headline {
  color: rgba(216, 255, 27, 1);
  font-size: 80px;
  line-height: 97%;
}
.headline span {
  font-size: 48px;
  color: #fff;
  line-height: 97%;
  display: block;
}
section.testimonials .top-area {
  margin-bottom: 40px;
}
.testimonials-slider .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-slider .top span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  width: 37px;
  height: 25px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.testimonials-slider .comments {
  font-weight: 500;
  line-height: 160%;
  padding: 20px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonials-slider .bottom {
  font-weight: 500;
  color: #fff;
}
.testimonials-slider .bottom span.designation {
  color: rgba(255, 255, 255, 0.5);
}
.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(195, 195, 195, 1);
}
section.why-us,
section.contact-section {
  padding: 100px 0;
}
section.why-us .container,
section.contact-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.contact-section .container {
  align-items: flex-start;
}
section.why-us .left,
section.contact-section .left {
  width: 55%;
  padding-right: 30px;
}
section.contact-section .left {
  padding-right: 50px;
}
section.why-us .image,
section.contact-section .right {
  width: 45%;
  display: flex;
}
section.why-us .image img {
  width: 100%;
}
section.why-us .left > * {
  width: 100%;
  max-width: 520px;
}
section.why-us .left .contents {
  color: rgba(226, 226, 226, 1);
  line-height: 160%;
}
section.why-us .left .blurbs {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
section.why-us .blurbs .title {
  font-size: 24px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  margin-top: 20px;
  line-height: 120%;
}
section.why-us .blurbs .descriptions {
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
  line-height: 160%;
}
body div.wpforms-container.wpforms-container-full {
  margin: 0;
  width: 100%;
}
body div.wpforms-container.wpforms-container-full label {
  color: #fff;
  font-size: 20px;
  line-height: 110%;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 10px;
}
body div.wpforms-container.wpforms-container-full input,
body div.wpforms-container.wpforms-container-full textarea {
  border: 1px solid rgba(255, 255, 255, 1) !important;
  background-color: transparent;
  height: 50px;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff !important;
  padding: 18px 24px;
}
body div.wpforms-container.wpforms-container-full input::placeholder,
body div.wpforms-container.wpforms-container-full textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body
  div.wpforms-container.wpforms-container-full
  .wpforms-submit-container
  .wpforms-submit {
  background-color: rgba(216, 255, 27, 1) !important;
  height: 58px;
  width: 100%;
  max-width: 345px;
  font-size: 24px;
  color: rgba(17, 17, 17, 1) !important;
  font-family: 'Bebas Neue', sans-serif;
  padding: 1px 0 0;
  border-radius: 0;
  border: 2px solid rgba(216, 255, 27, 1);
  transition: all 0.3s ease-in;
  margin-top: 20px;
}
body
  div.wpforms-container.wpforms-container-full
  .wpforms-submit-container
  .wpforms-submit:hover {
  background-color: transparent !important;
  color: rgba(216, 255, 27, 1) !important;
}
/* section.contact-section .left .headline,
section.contact-section .left .descriptions {
  width: 100%;
  max-width: 510px;
} */
section.contact-section .left .descriptions {
  font-size: 20px;
  font-weight: 600;
  max-width: 100%;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(195, 195, 195, 1);
}
section.contact-section .left .descriptions .descriptions {
  font-size: 20px;
}
section.contact-section .opening-hours .title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  border-left: 4px solid rgba(216, 255, 27, 1);
  padding-left: 16px;
  margin-bottom: 20px;
}
section.contact-section .opening-hours table {
  margin: 0;
  padding-left: 20px;
}
section.contact-section .opening-hours table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 0;
}
section.contact-section .opening-hours table td:last-child {
  text-align: right;
}
section.map {
  display: flex;
}
section.contact-section .left .map-iframe {
  display: flex;
  width: 100%;
  max-width: 560px;
  margin-top: 40px;
}
section.contact-section .left .map-iframe iframe {
  height: 340px;
}
section.contact-section .left .info-list {
  display: none;
  gap: 20px;
}
section.contact-section .left .info-list:has(*) {
  display: grid;
}
section.contact-section .left .info-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 24px;
}
section.contact-section .left .info-list a:hover {
  color: rgba(216, 255, 27, 1);
}
section.contact-section .left .opening-hours {
  margin-top: 40px;
}
section.single-hero .top-area {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
section.single-hero .top-area .left {
  position: relative;
  width: 50%;
}
section.single-hero .top-area .left .item {
  width: 100%;
  height: 461px;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}
section.single-hero .top-area .left .item img {
  width: 100%;
  object-fit: cover;
}
section.single-hero .top-area .right {
  width: 50%;
  padding-left: 50px;
}
section.single-hero .top-area .title {
  color: rgba(216, 255, 27, 1);
  font-size: 64px;
  line-height: 97%;
}
section.single-hero .top-area .title span {
  font-size: 32px;
  display: block;
  line-height: 97%;
  color: #fff;
}
section.single-hero .top-area .price {
  font-size: 64px;
  font-family: 'Bebas Neue', sans-serif;
  color: rgba(216, 255, 27, 1);
  margin: 20px 0 14px;
  line-height: 97%;
}
section.single-hero .top-area .sort-specs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 30px;
}
section.single-hero .top-area .car-gallery .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section.single-hero .top-area .car-gallery .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 50%;
}
section.single-hero .top-area .car-gallery .owl-dots button.owl-dot.active {
  opacity: 1;
}
section.single-hero .top-area .cover-by {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
section.single-hero .top-area .cover-by img {
  width: auto;
  height: 23px;
}
section.single-hero .top-area .sort-specs span {
  background-color: rgba(61, 61, 61, 1);
  color: #fff;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 2px 11px;
  border-radius: 10px;
}
section.single-hero .overview {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
section.single-hero .overview .specs {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}
section.single-hero .overview .specs .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 15px;
}
.single-car-listing .divider {
  background-color: transparent;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
section.single-hero {
  padding-bottom: 100px;
}
.single-car-listing section.why-us .left > * {
  max-width: 750px;
}
.single-car-listing section.why-us .left .blurbs {
  max-width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.single-car-listing section.why-us .left {
  width: 100%;
  padding: 0;
}
.grid-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.car-card {
  position: relative;
  background-color: rgba(31, 28, 28, 1);
  border: 1px solid rgba(52, 52, 52, 1);
  padding-bottom: 32px;
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.car-card .thumbnail {
  display: flex;
  height: 230px;
  overflow: hidden;
}
.car-card .thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.car-card .contents-wrap {
  padding: 20px;
}
.car-card:hover .thumbnail img {
  transform: scale(1.05);
}
.car-card .contents-wrap .top .title {
  color: rgba(255, 254, 254, 1);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.car-card .contents-wrap .top {
  padding-bottom: 20px;
}
.car-card .contents-wrap .top .tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.car-card .contents-wrap .specs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: center;
  color: rgba(164, 164, 164, 1);
  font-size: 12px;
  padding: 20px 0;
  border-top: 1px dashed rgba(52, 52, 52, 1);
  border-bottom: 1px dashed rgba(52, 52, 52, 1);
}
.car-card .contents-wrap .left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(164, 164, 164, 1);
  font-size: 14px;
  line-height: 1;
}
.car-card .contents-wrap .left .dot {
  width: 3px;
  height: 3px;
  background-color: rgba(164, 164, 164, 1);
}
.car-card .contents-wrap .price {
  color: rgba(216, 255, 27, 1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.car-card .contents-wrap .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 254, 254, 1);
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 20px;
  bottom: 20px;
}
.car-card .contents-wrap .bottom .mot {
  color: rgba(164, 164, 164, 1);
}
.recent-card-wrap {
  margin: 30px 0 40px;
}
.cars-listing-wrapper #cars-wrapper {
  padding-left: 300px;
}
.cars-listing-wrapper .cars-filter {
  float: left;
  position: sticky;
  top: 127px;
  padding-right: 60px;
  width: 300px;
}
section.all-listing {
  overflow: unset;
  padding: 40px 0 100px;
}
form#cars-form .title {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  padding-bottom: 10px;
}
form#cars-form label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
}
form#cars-form .select-wrap {
  position: relative;
}
form#cars-form .select-wrap select {
  width: 100%;
  height: 40px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-size: 16px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  padding: 0 10px;
  appearance: none;
}
form#cars-form .item {
  margin-bottom: 20px;
}
form#cars-form .select-wrap::before {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2025/09/Polygon-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 1364px) {
  section.map iframe {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}
@media screen and (max-width: 1180px) {
  section.home-hero .top-area .headline {
    font-size: 100px;
  }
  section.home-hero .top-area .headline span {
    font-size: 60px;
  }
  section.home-hero .blurbs .title {
    font-size: 28px;
  }
  .headline {
    font-size: 65px;
  }
  .headline span {
    font-size: 42px;
  }
  section.contact-section .left .descriptions {
    font-size: 18px;
  }
  .cars-content-wrapper.grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }
  section.single-hero .top-area .title span {
    font-size: 28px;
  }
  section.single-hero .top-area .title {
    font-size: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  section.home-hero .top-area .headline {
    font-size: 80px;
  }
  section.home-hero .top-area .headline span {
    font-size: 45px;
  }
  section.home-hero .blurbs {
    gap: 30px;
  }
  .grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }
  section.why-us .image,
  section.contact-section .right {
    width: 100%;
  }
  section.why-us .left,
  section.contact-section .left {
    width: 100%;
    padding: 0 0 30px;
  }
  section.why-us .left > * {
    max-width: 100%;
  }
  section.latest-listing {
    padding-top: 70px;
  }
  section.testimonials {
    padding: 70px 0;
  }
  section.why-us,
  section.contact-section {
    padding: 70px 0;
  }
  footer.site-footer .top-area {
    padding: 70px 0;
  }
  .cars-listing-wrapper .cars-filter {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(17, 17, 17, 1);
    height: 100%;
    padding: 120px 20px 30px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in;
    overflow: auto;
  }
  .cars-listing-wrapper .cars-filter::-webkit-scrollbar {
    display: none;
  }
  .cars-listing-wrapper .cars-filter.active {
    transform: translateX(0%);
  }
  .cars-listing-wrapper #cars-wrapper {
    padding: 0;
  }
  .headline {
    font-size: 50px;
  }
  .headline span {
    font-size: 37px;
  }
  section.single-hero .top-area {
    flex-wrap: wrap;
  }
  section.single-hero .top-area .left {
    width: 100%;
  }
  section.single-hero .top-area .right {
    width: 100%;
    padding: 50px 0 0px;
  }
  section.single-hero .overview .specs {
    gap: 30px 40px;
  }
  .single-car-listing section.why-us .left .blurbs {
    grid-template-columns: 1fr 1fr;
  }
  .cars-listing-wrapper .cars-filter .close-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    display: flex !important;
    color: #fff;
  }
  .cars-listing-wrapper .cars-filter .close-icon svg path {
    fill: white;
  }
  .show-filter-button {
    display: inline-flex !important;
    border-radius: 1000px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    padding: 6px 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 36px;
  }
  .headline span {
    font-size: 28px;
  }
  section.home-hero .top-area .review {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
  }
  section.home-hero .top-area .headline {
    font-size: 50px;
  }
  section.home-hero .top-area .headline span {
    font-size: 32px;
  }
  .button {
    height: 48px;
    font-size: 18px;
    padding: 1px 34px 0;
  }
  section.home-hero .blurbs {
    grid-template-columns: 1fr;
  }
  section.brands-logo .logos {
    gap: 50px;
  }
  .grid-col-3,
  .cars-content-wrapper.grid-col-3 {
    grid-template-columns: 1fr;
  }
  section.why-us .left .blurbs {
    grid-template-columns: 1fr;
  }
  section.why-us .blurbs .title {
    font-size: 22px;
    margin: 6px 0;
  }
  section.why-us,
  section.contact-section {
    padding: 50px 0;
  }
  section.testimonials {
    padding: 50px 0;
  }
  section.latest-listing {
    padding-top: 50px;
  }
  body
    div.wpforms-container.wpforms-container-full
    .wpforms-submit-container
    .wpforms-submit {
    font-size: 20px;
    height: 50px;
    max-width: 100%;
  }
  footer.site-footer .top-area {
    gap: 50px;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: center;
  }
  footer.site-footer .top-area .info-list a {
    justify-content: center;
  }
  footer.site-footer .top-area .info-list a.locations {
    max-width: max-content;
  }
  footer.site-footer .top-area div.social {
    justify-content: center;
  }
  footer.site-footer .bottom-area {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 30px;
    text-align: center;
  }
  header.site-header .top-banner .container {
    justify-content: center;
    gap: 9px;
  }
  header.site-header .top-banner .left {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .mobile-menu-trigger {
    display: block;
  }
  header.site-header .main-header .right .menu-primary-menu-container {
    display: none;
  }
  header.site-header .main-header img.custom-logo {
    max-width: 160px;
  }
  section.single-hero .top-area .left .item {
    height: 350px;
  }
  section.single-hero .top-area .title {
    font-size: 35px;
  }
  section.single-hero .top-area .title span {
    font-size: 22px;
  }
  section.single-hero .top-area .price {
    font-size: 40px;
  }
  section.single-hero {
    padding-bottom: 50px;
  }
  .single-car-listing section.why-us .left .blurbs {
    grid-template-columns: 1fr;
  }
}
