body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: none;
}

.sans-serif {
  font-family: 'Lato', Arial, sans-serif;
}

img {
  width: 100%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}
.d-grid {
  display: grid;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.d-flex-column {
  flex-direction: column;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 100%;
}

.only-desktop,
.only-desktop-flex {
  display: none !important;
}
.only-mobile {
  display: block !important;
}

.sky-form header {
  padding-left: 0;
}
.sky-form .button,
.sky-form a.button {
  min-width: 120px;
  height: 35px;
  border-radius: 10px;
  text-align: center;
  line-height: 35px;
}

.sky-form .button.disabled,
.sky-form .button:disabled {
  cursor: not-allowed;
}

.sky-form footer button.btn-book-demo,
.sky-form footer a.btn-book-demo {
  float: right;
}

.sky-form .alert {
  padding: 15px;
  margin-bottom: 15px;
  font-size: 15px;
}

.btn-back {
  display: block;
  width: 99px;
  height: 31px;

  border-radius: 50px;
  background-color: #1abb9c;
  border: 1.5px solid #1abb9c;
}
.btn-back > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px 0 5px;
  color: white;
}
.btn-back > a span {
}
.btn-back:hover {
  background-color: white;
  color: #1abb9c;
  cursor: pointer;
}
.btn-back:hover > a {
  color: #1abb9c;
}

.compact .header .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cookies-alert {
  display: flex;
  justify-content: space-evenly;
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-bottom: 0px;
  background-color: #202123;
  color: white;
  border: 0;
}

.header.headr-style-3 {
  position: fixed;
  height: 100px;
  padding: 20px 30px 0 30px;
  background-color: #262626;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
}
.navbar .container:before,
.navbar .container:after {
  display: none;
}

.navbar-default {
  border: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.in {
  position: fixed;
  right: 90px;
  width: calc(100% - 120px);
  height: auto;
  max-height: 90vh;
  margin: 10px;
  background: #262626;
}

header .logo {
  width: 100%;
  margin: 0 auto;
  max-width: 130px;
  display: block;
}

.navbar-brand.logo {
  display: flex;
  width: auto;
  height: 100%;
  align-items: center;
  background-image: none;
}

.navbar-brand img {
  width: 90%;
}

body.compact .header .navbar-collapse.collapse:not(.in) a {
  color: #656565;
}

body .header .logo-dark {
  display: none;
}
body .header .logo-white {
  display: block;
}
body.compact .header .logo-dark {
  display: block;
}
body.compact .header .logo-white {
  display: none;
}

.header-buttons {
  display: none;
}

.section-lg {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.section-lg.section-lg-grey3 {
  padding: 15px;
}

.section-background {
  position: absolute;
  left: -100px;
  z-index: -1;
}
.section-background .trapecio-top {
  width: 50vw;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 250px solid #262626;
}
.section-background .trapecio-bottom {
  width: 50vw;
  border-right: 65px solid transparent;
  border-left: 60px solid transparent;
  border-top: 280px solid #1abb9c;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: -1;
}

.background-banner {
  width: 100%;
  height: 100%;
}

.section-bookademo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgbox {
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.testimonials-section {
  position: relative;
  display: flex;
  min-height: 300px;
  background-color: rgb(32, 41, 54);
  will-change: height;
  transition: height 0.5s ease 0.1s;
}

.testimonials-section .testimonials-slider.container {
  position: relative;
  padding: 70px 0;
  width: 100%;
}
.testimonials-section .testimonials-slider:before {
  position: absolute;
  top: 20px;
  width: 35px;
  height: 28px;
  content: ' ';
  background-image: url('/images/landing-2023/apostrophe-start.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.testimonials-section .testimonials-slider:after {
  position: absolute;
  right: 0;
  width: 35px;
  height: 28px;
  content: ' ';
  background-image: url('/images/landing-2023/apostrophe-end.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.testimonials-section .testimonial-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testimonials-section .testimonial-text {
  text-align: justify;
  will-change: opacity;
  transition: opacity 0.5s ease 0.1s;
}

a.testimonial-show-more {
  position: relative;
}
a.testimonial-show-more:hover {
  color: white;
}

.testimonials-section .testimonial-container .testimonial-text-short {
  display: block;
  opacity: 1;
}
.testimonials-section .testimonial-container.opened .testimonial-text-short {
  display: none;
  opacity: 0;
}
.testimonials-section .testimonial-container .testimonial-text-long {
  display: none;
  opacity: 0;
}
.testimonials-section .testimonial-container.opened .testimonial-text-long {
  display: block;
  opacity: 1;
}
.swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 45px;
  height: 45px;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-button-prev {
  display: none;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 45px;
  height: 45px;
  margin-top: 0;
  transform: translateY(-50%);
}

.form-alert {
  opacity: 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #2c89a0;
  border: 1px solid #262626;
  border-radius: 4px;
  pointer-events: none;
  transition: ease all 400ms;
}

.form-alert--success {
  background-color: #89a02c;
}

.form-alert--show {
  opacity: 1;
}

.form-alert--error {
  background-color: #c83737;
}

.form-alert--warning {
  background-color: #ff7f2a;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000000;
}

.modal--active {
  display: none;
}

.modal__container__header {
  width: 100%;
  text-align: center;
}

.modal__container {
  max-height: calc(100vh - 4em);
  background-color: white;
  padding: 2em;
  overflow: auto;
  border-radius: 2px;
  width: 90vw;
  max-width: 1100px;
  margin: 2em auto;
  box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.5);
}

.modal__container .form-group {
}

.modal__container__form {
  overflow: auto;
}

.modal__container__form .form-group {
  overflow: auto;
}

.section-background-video {
  position: relative;
  width: 100vw;
  height: 25vh;
  max-height: 650px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  background: linear-gradient(to right, #262626 50%, #2f3131 50%);
}

.section-background-video .background-video {
  position: absolute;
  width: 180%;
  height: 100%;
}

.section-background-video .btn-book-demo {
  display: none;
}

.section-background-video-mobile {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.section-background-video-mobile .section-bookademo--inner-container {
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.btn-book-demo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50px;
}

.btn-book-demo,
body .navbar .btn-book-demo.btn-book-demo--alternative:hover {
  border-color: #1abb9c;
  background: transparent;
  color: white;
}

.btn-book-demo--primary:hover,
.btn-book-demo--small.btn-book-demo--primary:hover,
.btn-book-demo.btn-book-demo--alternative {
  border-color: white;
  background: transparent;
  color: white;
}
body.compact .btn-book-demo.btn-book-demo--primary,
.btn-book-demo.btn-book-demo--primary {
  border-color: #1abb9c;
  background: #1abb9c;
  color: white;
}

body.compact .btn-book-demo--primary:hover,
body.compact .btn-book-demo--small.btn-book-demo--primary:hover,
body.compact .navbar .btn-book-demo.btn-book-demo--alternative {
  border-color: #1abb9c;
  background: transparent;
  color: #2f3131;
}

.btn-book-demo--small {
  width: 140px;
  height: 35px;
  border-width: 1.5px;
}

.btn-book-demo:hover,
body.compact .navbar .btn-book-demo.btn-book-demo--alternative:hover {
  background: #1abb9c;
  color: white;
  cursor: pointer;
}

.btn-book-demo--small.btn-book-demo:hover {
  border-color: #1abb9c;
}

.btn-book-demo.btn-book-demo--alternative:hover {
  filter: unset;
  color: #2f3131;
  border-color: #2f3131;
}

.page-fleet-procure .section-stock-manager {
  background: #f2f2f2;
  margin-top: 0;
}

.section-stock-manager .section-stock-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 30px 0;
}

.section-stock-manager .section-stock-card .imgbox {
  position: relative;
  width: 260px;
  min-width: 260px;
  height: 100px;
  border-bottom: 1px solid #ccc;
}

.section-stock-manager .section-stock-card .imgbox img {
  position: absolute;
  inset: 0;
  top: -22px;
  width: 240px;
}

.section-stock-manager .section-stock-card .stock-manager-desc {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  text-align: justify;
}

.section-stock-manager .section-stock-card .stock-manager-desc > div {
  display: flex;
  flex-direction: column;
}

.section-stock-manager .section-stock-card .stock-manager-readmore {
  width: 120px;
  position: relative;
  font-size: 14px;
}

.section-main-features {
}

.section-main-features .title {
  padding: 15px 0;
}

.section-main-features .main-feature-card {
  height: 420px;
}

.section-main-features .main-feature-card .imgbox:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.cta {
  position: relative;
}

.section-main-features .cta {
  position: absolute;
  bottom: 0;
}
.section-main-features .cta:hover {
  cursor: pointer;
}

.section-features .description {
  line-height: 35px;
}

.section-bookademo--inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-bookademo .btn-book-demo {
  color: #2f3131;
}

.link-underlined {
  padding: 5px 0;
  line-height: 30px;
}
.link-underlined:hover {
  cursor: pointer;
}

.link-underlined::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  height: 2px;
  width: 1%;
  opacity: 0;
  background-color: #1abb9c;
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  will-change: all;
}

.link-underlined:hover::after {
  width: 80%;
  -webkit-transition: opacity 0.1s ease 0s, width 0.5s ease 0.2s;
  transition: opacity 0.1s ease 0s, width 0.5s ease 0.2s;
  bottom: 0;
  opacity: 1;
}

.icon-car,
.icon-discount,
.icon-stream,
.icon-process,
.icon-chat-messages,
.icon-puzzles {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-car {
  background-image: url(/images/landing-2023/icon-car.png);
  background-size: cover;
}
.icon-discount {
  background-image: url(/images/landing-2023/icon-discount.png);
}
.icon-stream {
  background-image: url(/images/landing-2023/icon-stream.png);
}
.icon-process {
  background-image: url(/images/landing-2023/icon-process.png);
}
.icon-chat-messages {
  background-image: url(/images/landing-2023/icon-chat.png);
}
.icon-puzzles {
  background-image: url(/images/landing-2023/icon-puzzle.png);
}

.section-bookbanner .two-color-boxes-two::before {
  background-color: #1abb9c;
}
.section-bookbanner .two-color-boxes-two {
  padding: 10px 0;
  background-color: rgb(71, 125, 106);
}
.section-bookbanner .two-color-boxes-two .container .col-md-6 {
  display: flex;
  align-items: center;
  gap: 40px;
  cursor: pointer;
}

.section-bookbanner .two-color-boxes-two .container .col-md-6.text-right {
  justify-content: flex-end;
}
.section-bookbanner .two-color-boxes-two img.img-icon {
  width: 60px;
  height: fit-content;
  transition: all 0.5s ease-in-out;
}

.section-bookbanner .two-color-boxes-two .text-right img.img-icon:hover {
  transform: rotate(360deg);
}
.section-bookbanner .two-color-boxes-two img.img-icon:hover {
  transform: rotate(-360deg);
}

.footer {
  margin-top: auto;
  border-top: 100px solid white;
}

.footer.footer-bg {
  background-color: #262626;
  background-image: none;
}

.footer ul.list-info li a:hover,
.footer a:hover {
  color: white;
  cursor: pointer;
}

.footer .photos-grid {
  display: grid;
  grid-template-columns: 50px 50px 50px;
  gap: 5px;
}

.footer .photos-grid img {
  width: 100%;
  object-fit: cover;
  height: 30px;
}

.footer ul.list-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-regular > .container {
  display: flex;
  justify-content: center;
}

.section-regular .sky-form {
  width: 100%;
  max-width: 800px;
  padding: 20px 40px 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-forgotten-password .title-icon {
  border: none;
  width: 40px;
  height: 40px;
  margin-top: -10px;
}

.page-check-your-emails .title-icon {
  border: none;
  width: 40px;
  height: 40px;
  margin-top: -10px;
}

.section-features .solutions-title {
  position: relative;
}
.section-features .solutions-title::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  height: 2px;
  width: 50px;
  opacity: 1;
  background-color: #1abb9c;
}

.page-solutions---dealers .section-features h2,
.page-solutions---brokers .section-features h2,
.page-solutions---stock-manager .section-features h2 {
  margin-top: 5px;
}

.short-text,
.long-text {
  text-align: justify;
  will-change: opacity;
  transition: opacity 0.5s ease 0.1s;
}
.page-solutions---dealers .feature-info .short-text,
.page-solutions---brokers .feature-info .short-text,
.page-solutions---stock-manager .feature-info .short-text {
  display: block;
  opacity: 1;
}
.page-solutions---dealers .feature-info.opened .short-text,
.page-solutions---brokers .feature-info.opened .short-text,
.page-solutions---stock-manager .feature-info.opened .short-text {
  display: none;
  opacity: 0;
}

.page-solutions---dealers .feature-info .long-text,
.page-solutions---brokers .feature-info .long-text,
.page-solutions---stock-manager .feature-info .long-text {
  display: none;
  opacity: 0;
}
.page-solutions---dealers .feature-info.opened .long-text,
.page-solutions---brokers .feature-info.opened .long-text,
.page-solutions---stock-manager .feature-info.opened .long-text {
  display: block;
  opacity: 1;
}

a.testimonial-show-more:hover {
  color: #262626;
}

.page-solutions---stock-manager .stock-manager-features-container {
  display: grid;
  column-gap: 50px;
  row-gap: 25px;
}

.page-solutions---stock-manager .stock-manager-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  margin-bottom: 30px;
}

.icon-fp {
  height: 80px;
  width: 80px;
  line-height: 75px !important;
  z-index: 5;
  font-size: 25px !important;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #fff;
  cursor: pointer;
}

.page-solutions---dealers .icons-dealer {
  background-image: url('/images/landing-2023/dealers-icons.png');
  background-repeat: no-repeat;
  background-size: 290px 170px;
}
.page-solutions---dealers .icons-dealer.icon-car-b {
  background-position: 0 0;
}
.page-solutions---dealers .icons-dealer.icon-car-b:hover {
  background-position: 0 -94px;
}
.page-solutions---dealers .icons-dealer.icon-server-b {
  background-position: -108px 0;
}
.page-solutions---dealers .icons-dealer.icon-server-b:hover {
  background-position: -108px -94px;
}
.page-solutions---dealers .icons-dealer.icon-progress-b {
  background-position: -212px 0;
}
.page-solutions---dealers .icons-dealer.icon-progress-b:hover {
  background-position: -212px -94px;
}

.page-solutions---brokers .icons-broker {
  background-image: url('/images/landing-2023/brokers-icons.png');
  background-repeat: no-repeat;
  background-size: 290px 170px;
}
.page-solutions---brokers .icons-broker.icon-discount-b {
  background-position: 0 0;
}
.page-solutions---brokers .icons-broker.icon-discount-b:hover {
  background-position: 0 -94px;
}
.page-solutions---brokers .icons-broker.icon-progress-b {
  background-position: -108px 0;
}
.page-solutions---brokers .icons-broker.icon-progress-b:hover {
  background-position: -108px -94px;
}
.page-solutions---brokers .icons-broker.icon-car-b {
  background-position: -212px 0;
}
.page-solutions---brokers .icons-broker.icon-car-b:hover {
  background-position: -212px -94px;
}

.page-solutions---stock-manager .icons-stock-manager {
  background-image: url('/images/landing-2023/stock-manager-icons.png');
  background-repeat: no-repeat;
  background-size: 386px 188px;
}
.page-solutions---stock-manager .icons-stock-manager.icon-server-b {
  background-position: 0 0;
}
.page-solutions---stock-manager .icons-stock-manager.icon-server-b:hover {
  background-position: 0 -109px;
}
.page-solutions---stock-manager .icons-stock-manager.icon-uptrend-b {
  background-position: -100px 0;
}
.page-solutions---stock-manager .icons-stock-manager.icon-uptrend-b:hover {
  background-position: -100px -109px;
}
.page-solutions---stock-manager .icons-stock-manager.icon-car-b {
  background-position: -195px 0;
}
.page-solutions---stock-manager .icons-stock-manager.icon-car-b:hover {
  background-position: -195px -109px;
}
.page-solutions---stock-manager .icons-stock-manager.icon-api-b {
  background-position: -295px 0;
}
.page-solutions---stock-manager .icons-stock-manager.icon-api-b:hover {
  background-position: -295px -109px;
}

.fa.fa-company::before {
  display: block;
  content: '';
  background-image: url('/images/landing-2023/company-icon.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
}
.fa.fa-icon-arrow-down::before {
  display: block;
  content: '';
  background-image: url('/images/landing-2023/icon-arrow-down.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

#book_demo_form #form-business {
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
}

ul.address-info.map {
  background: none;
}

@media (min-width: 768px) {
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.in {
    right: 130px;
    width: calc(100% - 160px);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    display: block !important;
  }

  .navbar-brand img {
    width: 100%;
  }

  .section-background-video .background-video {
    width: 150%;
  }

  .two-color-boxes-bgimg {
    height: 600px;
  }

  .two-color-boxes-bgimg .customers-background {
    min-height: 310px;
  }

  .testimonials-section .testimonials-slider.container {
    padding: 70px 70px;
  }
  .testimonials-section .testimonials-slider:after {
    right: 70px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }

  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev {
    left: 10px;
  }
}

@media (min-width: 992px) {
  .compact .header {
    height: 100px;
    padding: 20px 30px 0 30px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-toggle {
    display: none !important;
  }

  .only-mobile {
    display: none !important;
  }
  .only-desktop {
    display: block !important;
  }
  .only-desktop-flex {
    display: flex !important;
  }

  .section-lg {
    margin-top: 80px;
  }

  .section-lg.section-lg-grey3 {
    padding: 60px;
  }

  .two-color-boxes-bgimg {
    height: auto;
    min-height: 430px;
    max-height: unset;
    background: url(/images/landing-2023/our_customers_say.png) no-repeat left bottom;
    background-size: cover;
    background-position-x: 65%;
  }
  .two-color-boxes-bgimg::before {
    right: unset;
    width: 40vw;
    height: auto;
  }

  #customers-testimonials .cbp-popup-singlePage {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
  }

  #testimonials-slider .testimonial-container {
    grid-template-columns: 45% 55%;
    padding: 180px 0 25px 0;
  }
  #customers-testimonials.opened #testimonials-slider .testimonial-container {
    gap: 0;
  }

  .two-color-boxes-bgimg .no-right-padd {
    position: relative;
    background: none;
  }
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
  }
  .menu-link-signin {
    display: none !important;
  }
  .header-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .section-bookademo {
    display: none;
  }
  .section-background-video .btn-book-demo {
    display: block;
    position: absolute;
    bottom: 15px;
  }
  .compact .header .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .section-background-video {
    position: relative;
    width: 100vw;
    height: 40vh;
    max-height: 320px;
  }

  .section-background-video .background-video {
    position: absolute;
    width: 120%;
  }

  .section-background-video .btn-book-demo {
    bottom: 20px;
    left: calc(50% - 80px);
  }
  .section-stock-manager .section-stock-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 30px 0;
  }

  .section-stock-manager .section-stock-card .imgbox {
    border-right: 1px solid #ccc;
    border-bottom: unset;
  }

  .section-stock-manager .section-stock-card .stock-manager-desc > div {
    display: inline-block;
  }
}

@media (min-width: 1120px) {
  .section-main-features .main-feature-card {
    height: 370px;
  }

  .page-solutions---stock-manager .stock-manager-features-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 70px 1fr;
    column-gap: 50px;
    row-gap: 25px;
  }

  .page-solutions---stock-manager .stock-manager-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 70px;
    margin-bottom: 30px;
  }

  .testimonials-section .testimonials-slider.container {
    padding: 70px 40px;
  }

  .testimonials-section .testimonials-slider:after {
    right: 40px;
  }
}

@media (min-width: 1440px) {
  header .logo {
    max-width: 180px;
  }

  .section-background-video {
    max-height: 450px;
  }

  .section-background-video .background-video {
    width: 120%;
  }

  .section-background-video .btn-book-demo {
    bottom: 40px;
  }

  .two-color-boxes-bgimg::before {
    width: 42vw;
  }

  .swiper-button-next {
    right: -40px;
  }
  .swiper-button-prev {
    left: -40px;
  }
}

@media (min-width: 1920px) {
  .section-background-video {
    position: relative;
    width: 100vw;
    height: 50vh;
    max-height: 650px;
  }

  .section-background-video .background-video {
    width: 120%;
  }

  .section-background-video .btn-book-demo {
    bottom: 50px;
  }

  .two-color-boxes-bgimg::before {
    width: 44vw;
  }

  #testimonials-slider .testimonial-container {
    grid-template-columns: 40% 60%;
  }
}

/* Leasing Companies Page Specific Styles */
.page-solutions---leasing-companies .features-grid {
  display: grid;
  gap: 40px;
  margin: 60px 0;
}

.page-solutions---leasing-companies .feature-card {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-solutions---leasing-companies .feature-card:hover {
  transform: translateY(-5px);
}

.page-solutions---leasing-companies .feature-card.main-feature {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #262626 0%, #1abb9c 100%);
  color: white;
}

.page-solutions---leasing-companies .feature-card.main-feature h3,
.page-solutions---leasing-companies .feature-card.main-feature p {
  color: white;
}

.page-solutions---leasing-companies .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.page-solutions---leasing-companies .icons-finance {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.page-solutions---leasing-companies .icons-dealer {
  background-image: url('/images/landing-2023/dealers-icons.png');
  background-repeat: no-repeat;
  background-size: 290px 170px;
}
.page-solutions---leasing-companies .icons-dealer.icon-car-b {
  background-position: 0 0;
}
.page-solutions---leasing-companies .icons-dealer.icon-car-b:hover {
  background-position: 0 -94px;
}
.page-solutions---leasing-companies .icons-dealer.icon-server-b {
  background-position: -108px 0;
}
.page-solutions---leasing-companies .icons-dealer.icon-server-b:hover {
  background-position: -108px -94px;
}
.page-solutions---leasing-companies .icons-dealer.icon-progress-b {
  background-position: -212px 0;
}
.page-solutions---leasing-companies .icons-dealer.icon-progress-b:hover {
  background-position: -212px -94px;
}

.page-solutions---leasing-companies .feature-card:hover .icons-finance {
  transform: scale(1.1);
}

.page-solutions---leasing-companies .feature-info > h3 {
  font-size: 25px;
}

.page-solutions---leasing-companies .feature-list {
  padding-left: 20px;
  margin: 20px 0;
}

.page-solutions---leasing-companies .feature-list li {
  margin-bottom: 10px;
}

.page-solutions---leasing-companies .why-choose-section {
  margin-top: 60px;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 10px;
}

.page-solutions---leasing-companies .benefits-grid {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-solutions---leasing-companies .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-solutions---leasing-companies .benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-solutions---leasing-companies .benefit-icon {
  font-size: 24px;
  color: #1abb9c;
}

/* Read More functionality */
.page-solutions---leasing-companies .feature-info .long-text {
  display: none;
  margin-top: 15px;
}

.page-solutions---leasing-companies .feature-info.opened .short-text {
  display: none;
}

.page-solutions---leasing-companies .feature-info.opened .long-text {
  display: block;
}

.page-solutions---leasing-companies .testimonial-show-more {
  display: inline-block;
  margin-top: 15px;
  color: #1abb9c;
  font-weight: bold;
  text-decoration: none;
}
