.elementor-1214 .elementor-element.elementor-element-44c5dbc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-1214 .elementor-element.elementor-element-4fffc2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-4fffc2d */.knoa-featurevehicles-item {

  margin-bottom: 4px;
  overflow: hidden;
  background-color: #3b3b3b;
  border-radius: 2px;
}
.butnslide {
    width: 210px;
    position: absolute;
    transform: translate(-26px, -1px);
}
.knoa-featurevehicles-item--open {
   
  background-color: #ead6bf !important;
}
.knoa-featurevehicles-item--open .knoa-featurevehicles-header-title {
    color: #000000;
}
.knoa-featurevehicles-item--open  .knoa-featurevehicles-header-subtitle {
    color: #000000;
}
.knoa-featurevehicles-item .knoa-featurevehicles-header {
    padding: 15px 10px 15px 40px;
}
.knoa-featurevehicles-item .knoa-featurevehicles-header-btn{
    color: #ffffff;
}
.knoa-featurevehicles-item--open  .knoa-featurevehicles-header-btn{
    color: #000000;
}
 
.knoa-featurevehicles-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  min-height: 120px;
  position: relative;
}

/* Header image slider */
.knoa-featurevehicles-header-slider {
  position: relative;
  width: 160px;
  height: 90px;
  flex-shrink: 0;
  overflow: hidden;
}

.knoa-featurevehicles-header-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
}

.knoa-featurevehicles-header-slide {
  width: 160px !important;
  height: 90px !important;
  flex-shrink: 0;
  overflow: hidden;
}

.knoa-featurevehicles-header-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

 
.knoa-featurevehicles-dummy-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.06em;
  color: #999;
  font-weight: 300;
}

.knoa-featurevehicles-header-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #555;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.2s;
}

.knoa-featurevehicles-header-btn:hover {
  color: #1a1a1a;
}

.knoa-featurevehicles-header-btn--prev {
  left: 0;
}

.knoa-featurevehicles-header-btn--next {
  right: 0;
}

/* Header text block */
.knoa-featurevehicles-header-info {
  flex: 1;
  padding: 20px 30px;
}

.knoa-featurevehicles-header-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 34px;
      font-family: "CallunaSans", Sans-serif;
}

.knoa-featurevehicles-header-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 6px;
  letter-spacing: 0.02em;
     font-family: "CallunaSans", Sans-serif;
  line-height: 23px;
}
.knoa-featurevehicles-gallery-col {
    padding: 40px 40px 40px 5px;
}
/* Header close/open icon */
.knoa-featurevehicles-header-icon {
  color: #555;
  font-size: 24px;
  font-weight: 200;
  padding: 20px 28px;
  flex-shrink: 0;
  line-height: 1;
  transition: color 0.2s;
}

 button.knoa-featurevehicles-header-btn:hover {
    background: transparent;
}
.knoa-featurevehicles-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.knoa-featurevehicles-item--open .knoa-featurevehicles-body {
  grid-template-rows: 1fr;
}

.knoa-featurevehicles-body-inner {
    overflow: hidden;
    background: #3f3f3f;
    /*padding: 40px;*/
    display: flex;
}

 
.knoa-featurevehicles-body-content {
    padding: 40px 10px 40px 40px;
    width:95%;
}

 
.knoa-featurevehicles-details {
  padding-right: 30px;
}

.knoa-featurevehicles-details-section {
  margin-bottom: 28px;
}
.knoa-featurevehicles-details-label {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 24px;
     font-family: "CallunaSans", Sans-serif;
}
a.knoa-featurevehicles-details-btn.knoa-featurevehicles-details-btn--outline {
    color: #111 !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-family: 'CallunaSans' !important;
    border: 1px solid #e7d0ba !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}
a.knoa-featurevehicles-details-btn.knoa-featurevehicles-details-btn--outline:hover {
  color: #e7d0ba !important;
    border: 1px solid #e7d0ba !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    background-color: transparent;
}
a.knoa-featurevehicles-details-btn.knoa-featurevehicles-details-btn--ghost {
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-family: 'CallunaSans' !important;
    border: 1px solid #ffffff !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}
a.knoa-featurevehicles-details-btn.knoa-featurevehicles-details-btn--ghost:hover {
    color: #e7d0ba !important;
    border: 1px solid #e7d0ba !important;
}
.knoa-featurevehicles-details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
  padding-left:20px;
}
ul.knoa-featurevehicles-details-item li::marker {
    color: #ead6bf;
    font-size: 19px;
}
/*.knoa-featurevehicles-details-item::before {*/
/*    content: "✺";*/
/*    position: absolute;*/
/*     left: 0; */
/*    color: #d8b98c;*/
/*    transform: translate(-20px, 2px);*/
/*    font-size: 15px;*/
/*}*/
.knoa-featurevehicles-item .knoa-featurevehicles-header-icon {
    color: #ffffff;
    font-size: 30px;
}
.knoa-featurevehicles-item .knoa-featurevehicles-header-btn:focus {
    background-color: transparent;
    outline: none; /* optional: removes default focus outline */
}
.knoa-featurevehicles-details-item {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-family: "CallunaSans", Sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 23px;
    flex-wrap: wrap;
    padding: 0px;
    column-count: 2;
}
ul.knoa-featurevehicles-details-item li {
    /*display: inline-block;*/
    width: max-content;
    padding-bottom: 5px;
}
.knoa-featurevehicles-details-text p{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-family: "CallunaSans", Sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 23px;
}

/* Star bullet icon */
.knoa-featurevehicles-details-bullet {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.knoa-featurevehicles-details-bullet svg {
  width: 14px;
  height: 14px;
  fill: #c9a770;
}

/* CTA buttons */
.knoa-featurevehicles-details-cta {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.knoa-featurevehicles-details-btn {
  padding: 14px 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 1px;
  transition: background 0.25s, color 0.25s;
  min-width: 180px;
  text-align: center;
}

.knoa-featurevehicles-details-btn--outline {
  background: #d9c49a;
  border: 1px solid #d9c49a;
  color: #1a1a1a;
}

.knoa-featurevehicles-details-btn--outline:hover {
  background: #c9a770;
  border-color: #c9a770;
}

.knoa-featurevehicles-details-btn--ghost {
  background: transparent;
  border: 1px solid #888;
  color: #cccccc;
}

.knoa-featurevehicles-details-btn--ghost:hover {
  border-color: #d9c49a;
  color: #d9c49a;
}

 
.knoa-featurevehicles-gallery {
  background: #4d4d4d;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.knoa-featurevehicles-gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex-shrink: 0;
}

.knoa-featurevehicles-gallery-thumb {
  width: 88px;
  height: 66px;
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.knoa-featurevehicles-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.knoa-featurevehicles-gallery-thumb--active {
  border-color: #ffffff;
}

.knoa-featurevehicles-gallery-main {
  flex: 1;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}

.knoa-featurevehicles-gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.knoa-featurevehicles-gallery-main-img--active {
  opacity: 1;
}

 
@media (max-width: 767px) {
  .knoa-featurevehicles-body-content {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 28px;
  }

  .knoa-featurevehicles-details {
    padding-right: 0;
  }

  .knoa-featurevehicles-header-slider {
    width: 140px;
    height: 90px;
  }

  .knoa-featurevehicles-header-slide {
    width: 140px;
    height: 90px;
  }

  .knoa-featurevehicles-header-title {
    font-size: 14px;
  }
  .knoa-featurevehicles-body-inner {
    flex-direction: column;
}
.knoa-featurevehicles-details-item {
    column-count: 1 !important;
}
.knoa-featurevehicles-gallery-col {
    padding: 40px 5px 40px 5px !important;
}
.knoa-featurevehicles-item .knoa-featurevehicles-header-icon {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    transform: translate(260px, -6px);
}
.knoa-featurevehicles-header-info {
    flex: 1;
    padding: 0px 20px;
}
.butnslide {
    width: 191px;
}
.knoa-featurevehicles-header-subtitle {
    font-size: 14px !important;
}
.knoa-featurevehicles-gallery {
    flex-direction: column;
}
.knoa-featurevehicles-gallery-thumbs {
    flex-direction: row;

}
.knoa-featurevehicles-gallery-thumb {
    width: 74px;
    height: 54px;
}
.knoa-featurevehicles-body-content {
    padding: 40px 10px 40px 40px;
    width: 100%;
}
}

/*@media (max-width: 560px) {*/
/*  .knoa-featurevehicles-details-grid {*/
/*    grid-template-columns: 1fr;*/
/*  }*/

/*  .knoa-featurevehicles-details-cta {*/
/*    flex-direction: column;*/
/*  }*/

/*  .knoa-featurevehicles-details-btn {*/
/*    min-width: 0;*/
/*    width: 100%;*/
/*  }*/
/*}*//* End custom CSS */
/* Start custom CSS */.ltd-body-left h4 {
    margin: 22px 0 22px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.ltd-icon-text, .vehicle-list li {
   
    font-size: 15px !important;
    font-family: 'CallunaSans'!important;
    font-weight: 400 !important;
}
.ltd-body-left p {
    font-size: 15px !important;
    line-height: 27px !important;
    font-weight: 300 !important; 
    font-family: 'CallunaSans';
    letter-spacing: 0.22px !important;
}

.ltd-icon-text:before, .vehicle-list li:before {
   
    font-size: 16px !important;
}

.ltd-thumb img {
    object-fit: cover !important;
}

.ltd-vehicle-body {
    padding: 35px 35px !important;
}



a.ltd-btn.ltd-btn-primary {
    color: #111 !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-family: 'CallunaSans'!important;
    
    border: 1px solid #e7d0ba
!important;
}

.ltd-btn.ltd-btn-primary:hover  {
    color:#e7d0ba !important;
    background: transparent !important;

    border: 1px solid #e7d0ba
!important;
}
.ltd-btn.ltd-btn-outline:hover {    color:#e7d0ba !important;

    background: transparent !important;
    border-color:#e7d0ba
!important;
}


a.ltd-btn.ltd-btn-outline{
     color: #fff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-family: 'CallunaSans'!important;

}/* End custom CSS */