.eurostile {
  font-family: "Eurostile", sans-serif !important;
}

.brutal {
  font-family: "Brutal", sans-serif !important;
}

.disket {
  font-family: "Disket-mono" !important;
}

.main-slider {
  margin-top: 75px;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background: #307fe224;
  border: none;
  color: #000;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: var(--pos-x, -200px);
  width: var(--icon-size, 30px);
  height: var(--icon-size, 30px);
  line-height: var(--icon-size, 30px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 60px) / -2);
  z-index: 2;
}

.main-slider .slick-prev {
  left: 18px;
}

.slick-arrow {
  cursor: pointer;
  z-index: 9;
}

.main-slider .slick-next {
  right: 18px;
}

.slick-arrow.slick-next {
  left: auto;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 38px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin-right: 25px;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--dots-bg, #D8D8D8);
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots .slick-active button {
  background-color: #000;
}

.slick-dots button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid #000;
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slider-pc,
.slider-mob {
  cursor: grab;
}

.slider-pc:active,
.slider-mob:active {
  cursor: grabbing;
}



.headerform {
  position: absolute;
  top: 1.6%;
  right: 6%;
}

.headerform {
  background: #1c1e1a;
  padding: 22px;
  border-radius: 0px;
}

.headerform h2 {
  font-size: 1.3em;
  margin-bottom: 8px;
  font-weight: 800;
  color: #fff;
}

label {
  margin-bottom: 0.5em;
  display: block;
  color: #fff;
  font-family: var(--body-font);
}

.cnt-pg-inr label {
  color: #fff;
}

.cnt-pg-inr select {
  color: #000;
}

.headerform label {
  font-size: 13px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.headerform .form-group {
  margin-bottom: 6px;
}

select,
.form-control,
.form-select,
textarea,
input {
  padding: 0 25px 0 25px;
  padding-right: 45px;
  color: #1d1d1d;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  ;
  transition: 0.4s ease-in-out;
}

.headerform input,
.headerform select {
  border: 1px solid #cfcfcf;
  background-color: white;
  height: 37px;
  color: #21252994;
}

.th-btn.btn-new-sm {
  padding: 7px 14px;
  font-size: 14px;
  background-color: #fff;
  text-transform: uppercase;
  color: #000;
  border-radius: 0px;
  font-weight: 600;
  border: 1px solid #fff;
  transition: 0.7s ease;
}

.th-btn.btn-new-sm:hover {
  background-color: #000;
  color: #fff;
  transition: 0.7s ease;
}

@media (max-width: 767.98px) {
  .headerform {
    z-index: 0;
    position: initial;
    background: #000;
    margin: 0px;
    border-radius: 0;
    border: 1px solid #cccccc;
  }
}


/* Fixed Quick Actions Sidebar */
.fixed-icons {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9990;
}

.fixed-icons .openbox-pop {
  display: none;
  background: #1c1e1a;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 16px;
  width: 320px;
  margin-right: 43px;
}

.fixed-icons.open .openbox-pop {
  display: block;
}

.fixed-icons .openpopbox {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  background: #db1417;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  z-index: 9991;
}

.fixed-icons .openpopbox .icon-close {
  display: none;
}

.fixed-icons.open .openpopbox .icon-open {
  display: none;
}

.fixed-icons.open .openpopbox .icon-close {
  display: inline-block;
}

.call-to-actions-pop p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

.ctas-ico {
  background: #000;
  border-radius: 0px;
  padding: 10px 6px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ctas-ico:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.quick-cta-icons {
  font-size: 24px;
  color: #db1417;
}

@media (max-width: 767.98px) {
  .fixed-icons {
    right: 0px;
  }

  .fixed-icons .openbox-pop {
    width: 310px;
    margin-right: 52px;
  }

  .fixed-icons .openpopbox {
    right: 10px;
  }
}

/* scroll to top */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 70px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 0px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f106";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #db1417;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 1px solid #db1417;
  box-shadow: none;
  border-radius: 0%;
}

.scroll-top svg {
  color: #000;
  border-radius: 0%;
  background: #fff;
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: #fff;
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

/* Whats app */
.whatsapp-float {
  position: fixed;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  border-radius: 0px;
  z-index: 9999;
  text-decoration: none
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
  display: block
}

.whatsapp-float span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.whatsapp-float:hover {
  opacity: .9;
}

.welcome-text-newsection-div h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.welcome-text-newsection-div h1 span {
  font-size: 34px;
}

.welcome-text-newsection-div h1 span {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .welcome-text-newsection-div h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .welcome-text-newsection-div h1 span {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .welcome-text-newsection-div h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .welcome-text-newsection-div h1 span {
    font-size: 26px;
  }
}

#home-main-btns {
  padding: 30px 0 0px;
}

.row-home-btn {
  margin-top: 10px;
}


.same-des {
  text-align: center;
  padding: 20px 20px 0px 20px;
  border-radius: 0px;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  background-color: #1c1e1a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.same-des a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.same-des a p {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  color: #fff;
}

.same-des i {
  font-size: 32px;
  color: #ff0000;
  margin-bottom: 10px;
  display: block;
}

.home-btn-design,
.home-btn-design2,
.home-btn-design3,
.home-btn-design4 {
  border-top: 3px solid #ff0000;
}

.home-btn-design2 {
  border-top-color: #ff0000;
}

.home-btn-design3 {
  border-top-color: 3px solid #ff0000;
}

.home-btn-design4 {
  border-top-color: #ff0000;
}

.same-des:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
  .welcome-text-kia-div h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .same-des a {
    font-size: 16px;
  }

  .same-des a p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .menu_side_area a.btn-line {
    padding: 4px 10px;
    font-size: 14px;
  }

  .main-slider {
    margin-top: 56px;
  }

  .mt80 {
    margin-top: 57px;
  }

  .form-container {
    padding: 2em 1em !important;
  }
}


.border-10 {
  border-radius: 10px;
}

.form-area {
  margin: 0em 0 0em 0;
}

.form-container {
  padding: 2.5em 2.5em;
  background: #1c1e1a;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.form-container p.sub {
  margin-bottom: 25px;
  font-size: 13px;
  color: #fff;
  font-style: italic;
}

.form-container p.sub span {
  font-size: 16px;
  color: #118816;
}

.form-container .form-item {
  margin-bottom: 1.5em;
}

.form-container .form-item label {
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.form-container .form-item input,
.form-container .form-item select,
.form-container .form-item textarea {
  background-color: white;
  border: 1px solid #7c7c7c;
  border-radius: 0;
  padding: 13px 10px;
  font-weight: 400;
  color: #000;
}

.error,
.errormsg {
  color: white;
  background-color: #cf1818;
  text-align: center;
  padding: 7px 4px;
  display: none;
  font-size: 15px;
  line-height: 1;
}

.success,
.successmsg {
  color: white;
  background-color: #04a040;
  text-align: center;
  padding: 7px 4px;
  display: none;
  font-size: 15px;
  line-height: 1;
}

.error,
.success {
  margin-bottom: 7px;
}

.rts-breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}

.rts-breadcrumb-area.service {
  background: url(../images/bg/all-pg-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .rts-breadcrumb-area.service {
    background: url(../images/bg/all-pg-bg-mob.png);
    height: 430px;
  }
}

@media (max-width: 480px) {
  .rts-breadcrumb-area.service {
    background: url(../images/bg/all-pg-bg-mob.png);
    height: 340px;
  }
}

.rts-breadcrumb-area.service:before {
  content: "";
  background-color: #1c1e1a8a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.rts-breadcrumb-area .container {
  z-index: 9999;
  position: relative;
}

.breadcrumb-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb-area-wrapper .nav-bread-crumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 55px;
}

.bg-smoke {
  background-color: #f3f1f2 !important;
}

.rts-section-gap {
  padding: 80px 0;
}

.text-center {
  text-align: center !important;
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}

.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 .nice-select,
.contact-form2 input {
  height: 60px;
  padding: 0 25px 0 25px;
  border-radius: 9999px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #fff;
}

form#contactus {
  position: relative;
}

.form-group textarea {
  min-height: 160px;
}

.form-group>i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: #4b4b4b;
}

.rts-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
  width: max-content;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  transform: translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  backface-visibility: hidden;
}

a.tth-btn {
  margin-bottom: 8px !important;
  position: initial;
  display: flow;
  border: 1px solid #dc3545;
}

.filter-select {
  appearance: auto;
  width: 100%;
  padding: 15px 32px 15px 15px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  color: #333;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-position: right 12px center;
  background-size: 20px;
}

.outlet-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.model-tabs {
  text-align: center;
  margin: 30px 0;
}

.model-tab {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
  padding: 8px 22px;
  border-radius: 6px;
  font-weight: 600;
  margin: 0 6px;
  cursor: pointer;
  transition: all .2s ease;
}

.model-tab.active {
  background: #fff;
  color: #000;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

.model-card {
  background: #f0f0f0;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: box-shadow .2s ease, transform .2s ease;
}

.model-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.model-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 8px;
}

.price-badge {
  background: #9d949424;
  color: #000;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.model-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.model-buttons a {
  padding: 2px 18px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
}

.btn-red {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.btn-red:hover {
  color: #000;
  background-color: #fff;
}

.btn-outline {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.btn-outline:hover {
  background: #000;
  color: #fff;
}

#contactform .form-item {
  margin-bottom: 20px;
}

#contactform .form-control {
  min-height: 48px;
}

#contactform select#branch {
  min-height: 48px !important;
}

#contactform textarea#message {
  min-height: 184px;
}

.color-selector {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-selector .arrow {
  color: white;
  font-size: 1.5em;
  display: none;
}

.color-selector.selected .arrow {
  display: block;
}

.text-primary {
  color: #000 !important;
}

.bg-primary {
  background-color: #000 !important;
}

/* Hero Section */

.product-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.product-breadcrumb .breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s;
}

.product-breadcrumb .breadcrumb-item a:hover {
  color: #dc3545;
}

.product-breadcrumb .breadcrumb-item.active {
  color: #212529;
}

.product-title {
  font-size: 3rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
  line-height: 1.2;
}

.product-subtitle {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 0;
}

.product-cta-buttons .btn {
  min-width: 180px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
}

/* Overview Section */
.product-overview-section {
  background: #fff;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 0;
}

.lead-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #495057;
}

.overview-image-wrapper img {
  transition: transform 0.3s;
}

.overview-image-wrapper:hover img {
  transform: scale(1.02);
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  color: #495057;
}

.feature-icon {
  color: #28a745;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* Colors Section */


.color-image-container {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}



.color-selector {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



/* Gallery Section */
.product-gallery-section {
  background: #fff;
}

.gallery-carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.gallery-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.gallery-slide {
  flex: 0 0 calc(100% / 3);
  padding: 0 12px;
  box-sizing: border-box;
}

.gallery-item-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  height: 100%;
  background-color: white;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(220, 53, 69, 0.95);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.gallery-nav:hover {
  background-color: rgba(220, 53, 69, 1);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gallery-prev {
  left: 10px;
}

.gallery-next {
  right: 10px;
}

.gallery-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  padding: 0;
}

.gallery-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-dot:hover {
  background-color: #bbb;
  transform: scale(1.2);
}

.gallery-dot.active {
  background-color: #dc3545;
  width: 30px;
  border-radius: 6px;
}

.cta-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
}

.cta-text {
  font-size: 1.1rem;
  color: #6c757d;
  line-height: 1.7;
}

.cta-buttons .btn {
  border-radius: 10px;
  font-weight: 600;
  padding: 12px 24px;
  transition: all 0.3s;
}

.cta-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Modal */

#thankyoumodal .modal-title {
  color: #000 !important;
}

#thankyoumodal p.otpnumber {
  color: #000 !important;
}

/* Responsive Design */
@media (max-width: 992px) {
  .product-title {
    font-size: 2.5rem;
  }

  .section-heading {
    font-size: 2rem;
  }

  .gallery-slide {
    flex: 0 0 calc(100% / 2);
  }

  .gallery-carousel-container {
    padding: 25px 50px;
  }

  .color-image-container img {
    max-height: 350px;
  }
}

@media (max-width: 768px) {
  .product-hero-section {
    padding: 40px 0 30px;
  }

  .product-title {
    font-size: 2rem;
  }

  .product-subtitle {
    font-size: 1rem;
  }

  .section-heading {
    font-size: 1.75rem;
  }

  .gallery-slide {
    flex: 0 0 100%;
  }

  .gallery-carousel-container {
    padding: 20px 30px;
    border-radius: 12px;
  }


  .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .gallery-prev {
    left: 5px;
  }

  .gallery-next {
    right: 5px;
  }

  .color-image-container img {
    max-height: 280px;
  }

  .color-selector {
    width: 45px;
    height: 45px;
  }

  .cta-card {
    padding: 30px 20px;
  }

  .cta-title {
    font-size: 1.5rem;
  }
}


.dark-bg {
  background-color: #000 !important;
}

.model-card h5 {
  color: #000;
}

.outlet-card h3 {
  color: #000 !important;
}

.outlet-card {
  overflow: hidden;
  word-wrap: break-word;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}


.section-title {
  letter-spacing: 1px;
}

.section-title span {
  color: #e74c3c;
  font-weight: 600;
}

.bike-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.bike-logo {
  height: 80px;
  display: flex;
  align-items: center;
}

.pill {
  background: #222;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 20px 0;
}

.bike-img {
  height: 320px;
  display: flex;
  align-items: flex-end;
}

.bike-img img {
  max-height: 100%;
  object-fit: contain;
}

.actions {
  margin-top: auto;
  padding-top: 20px;
}

.actions a {
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: underline;
  margin: 0 10px;
}

.actions a:hover {
  color: #000;
}

.test {
  color: red;
}


.charge-anywhere-section {
  min-height: 60vh;
  background-image: url("../images/about/map-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.charge-anywhere-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.15) 100%);
}

.charge-anywhere-section .container {
  position: relative;
  z-index: 2;
}

.charge-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
}

.charge-title span {
  font-weight: 300;
}

/* Responsive */
@media (max-width: 768px) {
  .charge-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .charge-title {
    font-size: 25px;
  }
}

.uvlync-section {
  background: #0b0d10;
}

.uv-card {
  background: radial-gradient(circle at top,
      rgba(255, 255, 255, 0.08),
      rgba(0, 0, 0, 0.9));
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}

.uv-card:hover {
  transform: translateY(-6px);
}

.uv-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}

.uv-title span {
  color: #fff;
  font-weight: 400;
}

.uv-desc {
  font-size: 14px;
  color: #cfd3d8;
  line-height: 1.6;
}

.charging-dots span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 0.9;
}

.uv-supernova {
  min-height: 100vh;
  background: radial-gradient(circle at left,
      #1a1a1a 0%,
      #000 55%);
  overflow: hidden;
}

.uv-title {
  line-height: 1;
}

.uv-light {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 2px;
}

.uv-bold {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 2px;
}

.uv-sub {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.uv-link {
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
  color: #fff;
  text-underline-offset: 6px;
}

.uv-charger {
  max-height: 520px;
  z-index: 2;
  position: relative;
}

.uv-bike {
  position: absolute;
  bottom: -40px;
  right: -40px;
  max-width: 520px;
  opacity: 0.95;
}

.ms-lg-100 {
  margin-left: 100px;
}

@media (max-width: 991px) {
  .ms-lg-100 {
    margin-left: 0;
  }
}

.uv-supernova img {
  height: 80vh;
  object-fit: cover;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}


.hero-subtitle {
  font-size: 0.875rem !important;
  letter-spacing: 3px !important;
  font-weight: 500 !important;
  /* Chromatic aberration effect using multiple text shadows */
  text-shadow:
    -1px -1px 0 rgba(0, 150, 255, 0.4),
    1px 1px 0 rgba(255, 0, 0, 0.4),
    0 0 10px rgba(255, 255, 255, 0.2);
  position: relative;
}

.hero-title {
  line-height: 1.1 !important;
  letter-spacing: -1px !important;
  /* Chromatic aberration effect using multiple text shadows */
  text-shadow:
    -2px -2px 0 rgba(0, 150, 255, 0.3),
    2px 2px 0 rgba(255, 0, 0, 0.3),
    0 0 20px rgba(255, 255, 255, 0.15);
  position: relative;
}

/* Hero CTA Button */
.btn-hero-cta {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  padding: 1rem 2.5rem !important;
  background-color: #dc3545 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block;
}

.btn-hero-cta:hover {
  background-color: #c82333 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
  color: #fff !important;
}

.btn-hero-cta:active {
  transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {

  .hero-title {
    font-size: clamp(2.5rem, 10vw, 5rem) !important;
  }

  .hero-cta {
    text-align: center !important;
    margin-top: 2rem;
  }

  .hero-content {
    text-align: center;
  }
}

@media (max-width: 575.98px) {

  .hero-title {
    font-size: clamp(2rem, 12vw, 4rem) !important;
    margin-bottom: 2rem !important;
  }

  .hero-subtitle {
    font-size: 0.75rem !important;
    margin-bottom: 1.5rem !important;
  }

  .btn-hero-cta {
    font-size: 0.85rem !important;
    padding: 0.875rem 1.5rem !important;
  }
}

/* Squadron Section Styles */
.squadron-section {
  overflow: hidden;
}

.squadron-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.squadron-link {
  font-size: 1.25rem !important;
  letter-spacing: 2px !important;
  transition: all 0.3s ease !important;
  position: relative;
}

.squadron-link:hover {
  color: #fff !important;
  transform: translateY(-2px);
  border-bottom-color: rgba(255, 255, 255, 0.8) !important;
}

.squadron-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.squadron-link:hover::after {
  width: 100%;
}

/* Responsive adjustments for Squadron Section */
@media (max-width: 991.98px) {
  .squadron-image-wrapper {
    min-height: 50vh;
  }

  .squadron-link {
    font-size: 1rem !important;
    letter-spacing: 1.5px !important;
  }

  .squadron-section .container-fluid {
    padding-bottom: 2rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .squadron-image-wrapper {
    min-height: 40vh;
  }

  .squadron-link {
    font-size: 0.875rem !important;
    letter-spacing: 1px !important;
    padding-bottom: 0.375rem !important;
  }

  .squadron-section .container-fluid {
    padding-bottom: 1.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .squadron-section .row {
    flex-direction: column;
    gap: 1rem;
  }

  .squadron-section .text-end {
    text-align: left !important;
  }
}

/* Header Dropdown Bike Gallery Styles */
#mainmenu ul.mega .sb-menu.bg-white {
  background: #fff !important;
}

#mainmenu ul.mega .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bike-gallery-item {
  padding: 1rem 0.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.bike-image {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.bike-image img {
  max-height: 150px;
  width: auto;
  object-fit: contain;
  display: block;
}

.bike-name {
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.3;
  margin-bottom: 0.75rem !important;
  text-align: center;
  font-family: "Eurostile", sans-serif;
}

.release-date {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.75rem !important;
  text-align: center;
}

/* DISCOVER Button - Transparent/Outlined */
.btn-discover {
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.5px !important;
  border-radius: 0 !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  white-space: nowrap;
  box-sizing: border-box !important;
  min-width: fit-content;
  width: auto !important;
  height: auto !important;
}

.btn-discover:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  text-decoration: none !important;
}

.btn-discover:active,
.btn-discover:focus {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
  padding: 0.5rem 1rem !important;
  width: auto !important;
  height: auto !important;
}

/* BOOK Button - Red Angular */
.btn-book {
  background: #dc3545 !important;
  border: none !important;
  color: #fff !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-radius: 0 !important;
  transition: background-color 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: relative !important;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%) !important;
  white-space: nowrap;
  box-sizing: border-box !important;
  min-width: fit-content;
  width: auto !important;
  height: auto !important;
}

.btn-book:hover {
  background: #c82333 !important;
  color: #fff !important;
  text-decoration: none !important;
}

header #mainmenu li li a.btn-discover:hover {
  color: #fff !important;
}

.btn-book:active,
.btn-book:focus {
  background: #c82333 !important;
  color: #fff !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
  padding: 0.5rem 1rem !important;
  width: auto !important;
  height: auto !important;
}

/* PRE-BOOK Button - Yellow Angular */
.btn-prebook {
  background: #ffc107 !important;
  border: none !important;
  color: #000 !important;
  padding: 0.5rem 1.25rem !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-radius: 0 !important;
  transition: background-color 0.3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: relative !important;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%) !important;
  white-space: nowrap;
  box-sizing: border-box !important;
  min-width: fit-content;
  width: auto !important;
  height: auto !important;
}

.btn-prebook:hover {
  background: #e0a800 !important;
  color: #000 !important;
  text-decoration: none !important;
}

.btn-prebook:active,
.btn-prebook:focus {
  background: #e0a800 !important;
  color: #000 !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
  padding: 0.5rem 1.25rem !important;
  width: auto !important;
  height: auto !important;
}

.bike-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

header #mainmenu li ul li .bike-gallery-item .bike-actions a.btn-book:hover {
  color: white;
}

/* Responsive adjustments for header dropdown */
@media (max-width: 991.98px) {
  .bike-image {
    min-height: 120px;
  }

  .bike-image img {
    max-height: 120px;
  }

  .bike-name {
    font-size: 0.875rem !important;
  }

  .btn-discover,
  .btn-book,
  .btn-prebook {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.75rem !important;
  }
}

@media (max-width: 575.98px) {
  .bike-gallery-item {
    padding: 0.75rem 0.5rem;
  }

  .bike-image {
    min-height: 100px;
  }

  .bike-image img {
    max-height: 100px;
  }

  .bike-name {
    font-size: 0.75rem !important;
    margin-bottom: 0.5rem !important;
  }

  .release-date {
    font-size: 0.8rem !important;
    margin-bottom: 0.5rem !important;
  }

  .btn-discover,
  .btn-book,
  .btn-prebook {
    font-size: 0.65rem !important;
    padding: 0.35rem 0.6rem !important;
  }

  .bike-actions {
    gap: 0.4rem;
  }
}

/* Lifestyle Dropdown Gallery Styles */
#mainmenu ul.mega .lifestyle-gallery-item {
  padding: 1.5rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.lifestyle-image {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
}

.lifestyle-image img {
  max-height: 180px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.lifestyle-name {
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.3;
  text-align: center;
  font-family: "Eurostile", sans-serif;
  margin: 0;
}

/* Responsive adjustments for Lifestyle Gallery */
@media (max-width: 991.98px) {
  .lifestyle-image {
    min-height: 150px;
  }

  .lifestyle-image img {
    max-height: 150px;
  }

  .lifestyle-name {
    font-size: 0.9rem !important;
  }

  #mainmenu ul.mega .lifestyle-gallery-item {
    padding: 1.25rem 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .lifestyle-gallery-item {
    padding: 1rem 0.5rem;
  }

  .lifestyle-image {
    min-height: 120px;
    margin-bottom: 0.75rem;
  }

  .lifestyle-image img {
    max-height: 120px;
  }

  .lifestyle-name {
    font-size: 0.85rem !important;
  }

  .uv-bold {
    font-size: 42px;
  }

  .uv-light {
    font-size: 48px;
  }
}

.bike-actions .btn {
  box-sizing: border-box !important;
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

.bike-actions .btn:active,
.bike-actions .btn:focus {
  height: auto !important;
  width: auto !important;
  padding: 0.5rem 1rem !important;
  transform: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.bike-name {
  font-weight: 700 !important;
}

#subheader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(49, 23, 23, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 25%,
      rgba(0, 0, 0, 0.3) 45%,
      rgba(0, 0, 0, 0) 65%);
  z-index: 1;
}

/* Model Cards Styles */
.model-card-wrapper {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 25px;
  transition: all 0.3s ease;
  height: 100%;
}

.model-card-wrapper:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.model-card-wrapper .model-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.model-card-wrapper .model-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.model-specs-row {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.model-spec-item {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 10px 5px;
  text-align: center;
}

.model-spec-item .spec-value {
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.model-spec-item .spec-label {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.model-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.model-info .model-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.model-info .price-label {
  font-size: 14px;
  color: #5cb85c;
}

/* F99 Page Styles */
.bg-grey-dark {
  background: #2a2a2a !important;
}

.text-grey {
  color: #999 !important;
}

.spec-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-card:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 53, 69, 0.5);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.2);
}

.spec-value {
  line-height: 1;
}

.tech-card {
  transition: all 0.3s ease;
}

.tech-card:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 53, 69, 0.8) !important;
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.2);
}

.btn-outline-white {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
}

.btn-outline-white:hover {
  background: #fff !important;
  color: #000 !important;
}

.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.02);
}

.min-vh-50 {
  min-height: 50vh;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

/* Quarter Mile Record Badge */
.record-badge {
  padding: 40px 20px;
}

.record-time {
  font-size: 120px;
  line-height: 1;
  text-shadow: 0 0 30px rgba(220, 53, 69, 0.5);
}

.f99-logo-inline {
  filter: brightness(0.9);
}

/* Apex Predator Section */
.apex-content,
.aero-content {
  max-width: 600px;
}

.decorative-line {
  transition: width 0.3s ease;
}

.apex-content:hover .decorative-line,
.aero-content:hover .decorative-line {
  width: 120px;
}

/* CTA Box Styling */
.cta-box {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border: 1px solid rgba(220, 53, 69, 0.2);
  transition: all 0.4s ease;
  text-align: center;
}

.cta-box:hover {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-color: rgba(220, 53, 69, 0.8);
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
  transform: translateY(-10px) !important;
}

.cta-box i {
  transition: transform 0.3s ease;
}

.cta-box:hover i {
  transform: scale(1.1);
}

/* F99 Interest Form */
#f99-interest-form .form-control {
  border-radius: 8px;
  padding: 15px;
  font-family: 'Brutal', sans-serif;
  font-weight: 400;
  transition: all 0.3s ease;
}

#f99-interest-form .form-control:focus {
  background: #1a1a1a;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  color: #fff;
}

#f99-interest-form .form-control::placeholder {
  color: #666;
}

/* Image Hover Effects */
.bg-black img.img-fluid {
  transition: transform 0.5s ease;
}

/* Section Spacing */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Display classes */
.display-1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Responsive adjustments for F99 */
@media (max-width: 991px) {
  .record-time {
    font-size: 80px;
  }

  .display-1 {
    font-size: 4rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .apex-content,
  .aero-content {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .spec-value {
    font-size: 36px !important;
  }

  .spec-title {
    font-size: 14px !important;
  }

  .tech-card i {
    font-size: 36px !important;
  }

  .tech-card h4 {
    font-size: 18px !important;
  }

  .record-time {
    font-size: 60px;
  }

  .display-1 {
    font-size: 3rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .f99-logo-inline {
    max-height: 40px !important;
  }

  .cta-box {
    padding: 30px 20px !important;
  }

  .cta-box i {
    font-size: 36px !important;
  }

  .cta-box h4 {
    font-size: 18px !important;
  }
}

/* Animation Enhancements */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.wow.fadeInScale {
  animation: fadeInScale 0.8s ease;
}

/* Smooth Scroll Behavior */
html {
  scroll-behavior: smooth;
}

/* Dark Form Controls */
.bg-dark.form-control,
.bg-dark.form-control:focus {
  color: #fff !important;
}

@media (max-width: 767px) {
  .subfooter p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
    word-break: break-word;
    white-space: normal;
  }
  .subfooter {
    margin-top: 25px;
    padding: 20px 0 80px 0;
  }
}
