/* .title-box {
      flex: 0 0 40%;
    } */

.hero-container .image-box {
  flex: 0 0 55%;
  text-align: center;
}

.image-box img {
  max-width: 100%;
  height: auto;
}

.info-box {
  flex: 0 0 12%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.9rem;
}

.info-item {
  background-color: #fff;
  padding: 0.5rem;
  text-align: right;
}

.highlight {
  color: #e30613;
  font-weight: bold;
}

.cta-btn {
  background-color: #e30613;
  color: white;
  border: none;
}

.category-item:hover {
  transform: translateY(-5px);
}

.category-item img {
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.category-title {
 font-size: 16px;
    font-weight: 400;
}

.custom-card {
  padding: 2rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  height: 250px;
}
.navbar a.header-menu-contact {
  width: 123px !important;
  height: 40px !important;
  background: black;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  transform: skew(-15deg);
  color: white;
  text-transform: uppercase;
}
.navbar a.header-menu-contact {
  transition: background 0.5s ease;
}

.navbar a.header-menu-contact:hover {
  background: #FF4528 ;
}
.custom-card-2 {
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  max-width: 100%;
  margin: 0 !important;
}

.custom-card-2 h3 {
  font-size: 28px;
}

.custom-card-2 {
  font-size: 13px;
}

.card-red {
  background-color: #FF4528;
}

.card-gray {
  background-color: #7F888E;
}

.custom-btn {
  background-color: white;
  /* Bright red */
  color: black;
  border: none;
  padding: 15px 20px;
  font-weight: bold;
  text-transform: uppercase;
  transform: skew(-15deg);
  display: inline-block;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  transition: background-color 0.3s ease;
  border-radius: 0;
  text-align: end;
}

.custom-btn:hover {
  background: #ddd;
}

.card-text-block {
  max-width: 300px;
}

.card-img {
  max-height: 120px;
}

.image-box {
  z-index: 1;
}

.custom-card img {
  width: auto;
}

.slanted-section {
  background-color: #f2f2f2;
  padding: 2rem 1rem;
  padding: 10rem 1rem 5rem 1rem;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

.slanted-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  transform: skewY(-3deg);
  transform-origin: top left;
}

.advantage-icon {
  color: #ff432c;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  text-align: start;
}

.advantage-item {
  margin-left: 60px;
}

.advantage-item h5 {
  font-weight: 500;
  text-align: start;
  font-size:30px;
  line-height: 35px;
  color:#111111;
}

.advantage-item p {
  text-align: start;
    font-size: 18px;
    line-height: 24px;
    color: #111111 ! IMPORTANT;
    font-weight: 300 !IMPORTANT;
}

.advantage-item span {
  display: block;
  width: 14px;
  height: 3px;
  background-color: #FF4528;
  margin: 0 0 1rem;
  text-align: start;
}

.fifth-section {
  padding: 60px 0;
  background-color: #fff;
}

.fifth-section .image-container {
  position: relative;
  display: inline-block;
}

.fifth-section .image-border-accent {
  position: absolute;
  top: -10%;
  left: 40%;
  transform: translateX(-50%);
  width: 20%;
  height: 120%;
  border: 3px solid #FF4528;
  z-index: 0;
  transform: skew(-15deg);
}

.fifth-section .main-image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  display: block;
}

.fifth-section .text-content h2 {
  font-weight: 500;
  color:#000000;
}

.fifth-section .underline {
  width: 40px;
  height: 3px;
  background-color: red;
  margin: 10px 0 20px;
}

.fifth-section .btn-red {
  background-color: #f44336;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.fifth-section .btn-red:hover {
  background-color: #d32f2f;
}

.testimonial-section {
  position: relative;
  background-color: #111;
  color: white;
  padding: 10rem 1rem 5rem 1rem;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

.testimonial-section h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-carousel {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.testimonial-carousel .stars {
  color: white;
  margin-bottom: 15px;
}

.testimonial-carousel p {
  color: #ccc;
 font-size: 18px;
    font-weight: 300;
}

.testimonial-carousel .author {
  margin-top: 20px;
}

.testimonial-carousel .author-name {
  font-weight: 400;
  color: white;
  font-size: 15px;
}

.testimonial-carousel .author-title {
  font-size: 0.9rem;
  color: #aaa;
}

.testimonial-carousel .quote-line {
  width: 30px;
  height: 3px;
  background-color: red;
  /* margin: 15px auto; */
}

.arrow-btn {
  background: none;
  border: none;
  color: red;
  font-size: 2rem;
  transition: transform 0.3s ease;
}

.arrow-btn:hover {
  transform: scale(1.2);
}

@media (max-width: 1024px) {
  .hero-container{
    flex-direction: column;
  }
  .title-box, .image-box, .info-box{
    width: 100%;
  }
  .image-box{
    order: ;
  }
  .info-box{
    order: 3;
  }
  .title-box{
    order: 2;
  }
  .first-section h1.fw-bold.mb-3{
      width: 100% !important;
      position: static !important;
      text-align: left;
  }
  .info-box{
    justify-content: left!important;
        width: 100%;
        flex-direction: row;
  }
  .container.hero-container .d-flex.align-items-center.mb-3 {
    padding-top: 12px;
    padding-bottom: 12px;
}
}

@media (max-width: 991px) {
 
  .hero-container {
    flex-direction: column;
  }

  .title-box,
  .image-box,
  .info-box {
    flex: 0 0 100%;
    text-align: center;
  }

  .info-box {
    flex-direction: row;
    justify-content: center;
  }
}

.first-section h1.fw-bold.mb-3 {
    font-size: 60px;
    width: 565px;
    position: absolute;
    top: 125px;
}

.cta-btn {
  background-color: #FF4528 ;
  /* Bright red */
  color: white;
  border: none;
  padding: 15px 20px;
  font-weight: 500;
  text-transform: uppercase;
  transform: skew(-15deg);
  display: inline-block;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  transition: background-color 0.3s ease;
  border-radius: 0;
  font-size: 17px;
}

.cta-btn span {
  display: inline-block;
  transform: skew(15deg);
  /* Unskew text inside */
}

/* Optional hover effect */
.cta-btn:hover {
  background-color: #e03525;
}

.first-section .text {
  font-size: 18px;
  font-weight: 300;
}

.first-section .number {
  font-size: 22px;
  font-weight: 500;
}

.first-section span.highlight {
  font-size: 30px;
}

.first-section span.boldd {
  font-size: 30px;
}

.first-section .info-item {
  font-size: 18px;
}

.card.h-100 {
  border: 1px solid #e1e1e1;
}
.card.h-100 .price {
  margin-left: 15px;
}

.card.h-100 li strong {
  font-weight: 300;
  font-size: 15px;
}

.card.h-100 li {
  font-weight: 600;
  font-size: 15px;
}

p.stock.mb-1 {
  display: flex;
  gap: 10px;
  background: #f8f8f8;
  padding: 5px 15px;
}

.vehicle-info li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}

.vehicle-info .label {
  display: inline-block;
  width: 100px;
  /* Adjust width as needed */
  font-weight: 300;
  flex-shrink: 0;
}

.card-body {
  padding: 0 !important;
}

.card-body h5.card-title.fw-bold,
ul.list-unstyled.small.mb-2 {
  padding: 15px;
}

.card-body h5.card-title.fw-bold a {
  text-decoration: none;
  color: inherit;
}
.card-body a.btn.btn-danger.w-100{
  margin-left: 30px;
}
.price {
  padding: 9px 15px;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

p.fw-bold.text-danger.mb-1.offer {
  color: #ff4528 !important;
  font-size: 22px;
  font-weight: 500 !important;
}

p.text-muted.text-decoration-line-through.small.regular {
  font-size: 15px;
  font-weight: 400;
}

.slanted-section {
  display: flex;
  justify-content: start;
  align-items: start;
}

.utilities {
  display: flex;
  align-items: center;
  gap: 10px;
}

.utilities i {
  font-size: 1.2rem;
  cursor: pointer;
}

.position-relative span {
  background-color: #FF4528 ;
  color: white;
  border: none;
  /* padding: 15px 20px; */
  font-weight: bold;
  text-transform: uppercase;
  transform: skew(-15deg);
  display: inline-block;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  transition: background-color 0.3s ease;
  border-radius: 0;
}

.position-relative span img {
  height: 20px;
}

.black-line {
  width: 104px;
  height: 3px;
  background-color: white;
  margin: 30px 0 0px 287px;
}

/* Responsive reordering on small screens */
@media (max-width: 767.9px) {
  .first-section h1.fw-bold.mb-3{
        position: static;
        width: 100%;
  }
  .container.hero-container .d-flex.align-items-center.mb-3 {
    padding-top: 40px;
}
  .dropdown-menu.sorting {
    display: block !important;
  }

  .mobile-sidebar {
    display: flex !important;
    justify-content: space-between;
  }
  .info-box {
    order: 3;
  }

  .first-section h1.fw-bold.mb-3 {
    font-size: 32px;
    text-align: left;
    padding: 0 10px;
  }

  .first-section span.boldd {
    font-size: 22px;
    font-weight: 500 !IMPORTANT;
  }
  .first-section .text {
    font-size: 16px;
    text-align: left;
  }

  .info-item {
    background-color: #fff;
    padding: 0.5rem;
    text-align: right;
    margin-bottom: 61px;
  }

  .custom-card-2 {
    /* or your gray tone */
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    color: white;
    padding: 2rem;
    position: relative;
    margin: 0;
  }
  .sixth-card {
    margin-top: -13px;
  }
  .calculator-top {
    margin-top: 50px!important;
  }
}
/* .testimonial-section{
   margin-top: -155px !important;
} */
body.product-detailed-page .testimonial-section {
  position: relative;
  background-color: #111;
  color: white;
  padding: 10rem 1rem 5rem 1rem;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  /* margin-top: -155px !important; */
}

section.calculator-section {
  position: relative;
  background-color: #f1f1f1;
  color: white;
  padding: 11rem 1rem 10rem 1rem;
  clip-path: polygon(0 13%, 100% 0, 100% 85%, 0% 100%);
   margin-bottom: -200px !important;
}
section.calculator-section h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
}
section.calculator-section .col-md-5,
p.para-color {
  color: #7f888e;
  font-size: 15px;
}
table.calculator-table {
  /* background: white; */
  color: black;
  width: 100%;
}
input:focus-visible {
  border: 0;
  outline: 0;
  width: 100%;
}
section.calculator-section td.calculator-red-border {
  border: 2px solid #ff4528;
  /* background: #FFD7D0;
     */
  background: #f1f1f1;
}
section.calculator-section td.calculator-red-border input {
  /* background: #FFD7D0; */
}
section.calculator-section input {
  background: white;
  border: unset;
}
td.calculator-red-border input {
  background: #f1f1f1;
}
tbody td {
  border: 1px solid #e2e2e2;
}
div#container-filters-sorting {
  position: relative;
}
.categories-dropdown-filters {
  text-align: right;
  margin-bottom: 10px;
}
.categories-dropdown-filters button.dropdown-toggle {
  text-align: right;
}
button.category-sorting-toggler.d-block.d-md-none {
  background-color: black;
  color: white;
  border: none;
  text-transform: uppercase;
  transform: skew(-15deg);
  display: inline-block;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  transition: background-color 0.3s ease;
  border-radius: 0;
  width: 47% !important;
  margin-left: 5px;
  text-align: center;
  height: 30px;
}
button.category-sorting-toggler span {
  font-size: 15px;
  transform: skew(15deg) !important;
  position: relative;
  display: inline-block;
}
button.category-sorting-toggler i.fa-solid.fa-arrow-down {
  font-size: 15px;
  transform: skew(15deg) !important;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
ul.sorting {
  right: 0;
  top: 0;
}
.row.container-filter_value.brand label,
.row.container-filter_value label {
  margin-top: -2px;
}
button#leasingCalcTrigger {
  background-color: #FF4528 ;
  color: white;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  transform: skew(-15deg);
  display: inline-block;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  transition: background-color 0.3s ease;
  border-radius: 0;
  width: 153px;
  height: 40px;
  float: right;
  margin-top: 30px;
  position: relative;
  left: -5px;
}

.share-box {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
}

.fb-icon-box {
  background-color: #f8f8f8;
  padding: 12px 20px;
  transform: skewX(-10deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-icon-box i {
  transform: skewX(10deg); /* To cancel the skew for the icon itself */
  font-size: 20px;
  color: #000;
}
.Main-btnfacebook {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
tbody {
  background: white;
}
td:first-child {
  padding-left: 15px;
}
tbody tr td:first-child {
  background-color: #f8f8f8;
  border: 1px solid #f3eded;
  padding: 7px 20px;
  text-align: left;
}
table.calculator-table td {
  text-align: right;
}
@media (max-width: 767px) {
  body.product-detailed-page .vehicle-details {
    padding: 0 !important;
  }
  body.product-detailed-page .vehicle-details .features-list {
    columns: 1;
    -webkit-columns: 1;
  }
  body.product-detailed-page .vehicle-details section#features li {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
  }
  body.product-detailed-page .vehicle-details span.label {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0;
  }
  body.product-detailed-page .vehicle-details .spec-line strong {
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
  }
  body.product-detailed-page .axle-container {
    display: block;
  }
  body.product-detailed-page .axle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.product-detailed-page .axle.right {
    margin-top: 25px;
  }
  body.product-detailed-page .col-md-5.product-title {
    padding-left: 0px !important;
  }
  body.product-detailed-page .dimension-wrapper {
    display: block;
  }
  body.product-detailed-page .axle-container .wheel {
    background-color: #111;
    color: #fff;
    padding: 10px 6px;
    font-size: 12px;
    border-radius: 10px;
    margin: 0 2px;
    height: 48px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.product-detailed-page span.label.left {
    background: #e1e1e1;
    padding: 5px 2px 5px 2px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #111;
  }
  body.product-detailed-page span.label.right {
    background: #e1e1e1;
    padding: 5px 2px 5px 2px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #111;
  }
  .dimension-visual {
    margin-top: 50px;
  }
  body.product-detailed-page .dimension-wrapper {
    width: 100%;
  }
  body.product-detailed-page .spec-line {
    gap: 0px;
  }
  body.product-detailed-page .col-md-5.product-title h2.fw-500 {
    font-size: 28px;
  }
  body.product-detailed-page .vehicle-title-inner {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 20px;
    font-weight: 300;

  }
  body.product-detailed-page .product-title .price {
    padding: unset;
    font-size: 30px !important;
  }
  body.product-detailed-page span.old-price {
    font-size: 15px;
    font-weight: 500;
    color: black;
    display: flex;
    align-items: baseline;
    gap: 5px;
  }
  body.product-detailed-page .price {
    display: flex;
    gap: 5px;
    align-items: baseline;
  }
  body.product-detailed-page .details {
    display: flex;
    align-items: normal;
    gap: 30px;
    background: #f8f8f8;
    padding: 0 10px;
    margin-top: 20px;
  }
  /* body.product-detailed-page  .col-md-5.product-title {
    display: flex;
    flex-direction: column;
} */
  body.product-detailed-page .Main-btnfacebook {
    display: block;
    text-align: center;
  }
  body.product-detailed-page button.btn.btn-red.mt-3 {
    width: 90% !important;
    margin: 0 auto;
    height: 40px !important;
  }
  /* body.product-detailed-page .share-box {
    border: 1px solid #E1E1E1;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: center;
} */
  .share-box {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding-left: 5px;
    padding-right: 15px;
  }
  .location-mobile.d-block.d-md-none {
    display: flex !important;
    height: 44px;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding-left: 5px;
    padding-right: 15px;
    width: 45%;
  }
  .share-box span {
    font-size: 15px;
    color: black;
  }
  a.ref_code.style-12 {
    background: unset !important;
  }
  .col-md-5.product-title .container.my-4.p-0 {
    margin: 0 !important;
  }
  body.product-list-page .container-search_filter {
    margin-top: 10px !important;
  }
  body.product-detailed-page .product-detail-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  body.product-detailed-page
    .container-content.col-lg-12.col-md-12.col-sm-12.col-xs-12.no-horizontal-padding {
    padding: 0 !important;
  }
  body.product-detailed-page .col-md-7.product-gallery-data {
    padding: 0;
  }
  body.product-detailed-page .pdp .info-line p {
    font-size: 14px;
    line-height: 18px;
  }
  body.product-detailed-page .pdp .info-line strong {
    font-size: 14px;
    line-height: 26px;
  }
  /* body.product-detailed-page section#features , .vehicle-section {
  border: unset !important;
    padding: unset !important;
} */
  body.product-detailed-page .dimension-section,
  section#axle,
  .sellers-section,
  section#features,
  .vehicle-section {
    border: unset !important;
  }
  body.product-detailed-page .container-fluid {
    padding: 0;
  }
  .col-md-7.product-gallery-data,
  .col-md-5.product-title,
  .info-box.pdp,
  .vehicle-grid-3col,
  section#features {
    padding: 0 10px !important;
  }
  body.product-detailed-page .vehicle-details h2 {
    background: black;
    color: white;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.product-detailed-page section.calculator-section {
    padding: 15rem 0rem 10rem 0rem;
  }
  body.product-detailed-page .select-custom {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 999;
    display: block !important;
    background: #f1f1f1 !important;
    border: unset !important;
    max-width: 80px;
    width: 100%;
    font-size: 10px;
  }
  body.product-detailed-page .select-custom .text-center.location-icon {
    display: none;
  }
  .text-center.\34 742 {
    margin-top: 0 !important;
  }
  body.product-detailed-page .select-custom .text-center {
    margin-top: 15px;
  }
  .calculator-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .calculator-table td {
    padding: 4px 6px;
    font-size: 12px;
    word-wrap: break-word;
  }
  .calculator-table td:first-child {
    width: 40%;
  }
  section#sellers {
    padding: 0;
  }
  section.calculator-section .col-md-7,
  section.calculator-section .col-md-5 {
    padding: 0;
  }
  .calculator-table input.vehicle-leasing-calc-input {
    width: 100%;
    padding: 4px 6px;
    font-size: 12px;
    box-sizing: border-box;
  }
  body.product-detailed-page section.testimonial-section {
    display: none !important;
  }
  section.calculator-section{
    margin-bottom: 40px !important;
  }
  body.product-detailed-page section.calculator-section {
    position: relative;
    background-color: #111111;
    color: white;
    padding: 5rem 1rem 2rem 1rem !important;
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%) !important;
    margin-top: 40px;
    
  }
  body.product-detailed-page .back-to-search-link {
    padding: 0 10px;
  }
  body.product-detailed-page section.calculator-section h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
  }
  body.product-detailed-page section.calculator-section thead {
    color: white;
  }
  body.product-detailed-page section.calculator-section .button-line {
    background-color: White;
  }
  body.product-detailed-page section.calculator-section .col-md-5,
  p.para-color {
    color: #ffffff;
    font-size: 15px;
  }
  body.product-detailed-page section.calculator-section .col-md-5 {
    margin-top: 20px;
  }
  body.product-detailed-page .vehicle-section {
    padding: 0 10px !important;
  }
  .sellers-header .slider-nav {
    display: none;
  }
  .mobile-location-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    padding: 0 10px;
  }
  .location-mobile.d-block.d-md-none div {
    font-size: 15px;
    color: #111111;
  }
  body.product-detailed-page .dimension-visual {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
  }
  .vehicle-title-inner {
    padding-left: 10px;
  }
  body.product-detailed-page .details p.text-muted {
    margin: 0;
    display: flex;
    align-items: anchor-center;
    border-left: 2px solid #ddd;
    padding-left: 10px;
  }
  span.badge p {
    font-weight: 300;
  }
  div#sorting-mobile ul#dropdown-menu {
    margin-top: 70px;
  }
  .col-md-7.product-gallery-data {
    padding: 0 !important;
  }
  .col-md-7.product-gallery-data .col-12 {
    padding: 0;
  }
  .main-gallery .swiper-slide img,
  .main-gallery .swiper-slide iframe {
    border-radius: unset !important;
  }
  .col-md-5.product-title {
    padding: 0 !important;
  }
  section#axle {
    margin-top: 0;
    padding-top: 0;
  }
  a.contact-btn.mt-4.d-inline-block.text-white.text-uppercase.fw-bold {
    float: right !important;
  }
  .first-section .d-flex.align-items-center.mb-3 {
    gap: 0px !important;
}
}
