* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  /* text-decoration: none; */
}

:root {
  --theme-color1: #323347;
  --theme-color2: #808080;
}

/* header css start  */

.header .top-bar {
  background: var(--theme-color1);
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}

.header option {
  color: black;
}

.header .top-bar select {
  background: transparent;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px 18px;
  color: white;
}

.header .navbar-nav .nav-link {
  color: #000 !important;
  padding: 12px 18px !important;
  font-weight: 500;
  font-size: 15px;
}

.header .navbar-nav .nav-link.active {
  font-weight: 700;
}

.header .nav-icons img {
  width: 30px;
  height: 30px;
  margin-left: 12px;
  cursor: pointer;
}

.header .navbar-brand img {
  height: 60px;
}

.contact-section h1 {
  font-size: 28px;
}

.location-section h2 {
  font-size: 28px;
}

.location-card h3 {
  font-size: 16px;
}

/* header css end  */

/* homepage css start  */

section.home-banner {
  background-image: url(/images/homeban1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  background-position: center;
  justify-content: center;
  align-items: center;
  background-blend-mode: overlay;
  background-color: #494949;
}

section.home-banner h1 {
  font-family: "Poltawski Nowy", serif !important;
  font-weight: 400;
}

section.inquiry {
  margin: -130px 0 0 0;
}

section.home-banner p {
  font-family: "Poltawski Nowy", serif !important;
  font-size: 20px;
}

.inquiry .search-box {
  background: #2b2e42;
  padding: 35px;
  border-radius: 15px;
  color: #fff;
}

.inquiry .custom-dd {
  background: #363952;
  border: 1px solid #4b4f67;
  color: #fff;
  border-radius: 8px;
  padding: 10px 12px;
}

.inquiry .custom-dd:focus {
  background: #3f4259;
  border-color: #6b6ff5;
  color: #fff;
  box-shadow: none;
}

.inquiry select.form-select.custom-dd {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 14px;
}

.inquiry .search-btn {
  border-radius: 10px;
  font-weight: 500;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  padding: 10px;
}

.brand h1 {
  font-size: 24px;
}

.brand .car-card h2 {
  font-size: 16px;
}

.inquiry .custom-dd::placeholder {
  color: white;
}

.filter-chip {
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  background: transparent;
  border: 1px solid #cdcdcd;
  margin-right: 6px;
  color: var(--theme-color1);
  font-weight: 500;
}

.filter-chip.active,
.filter-chip:hover {
  background: var(--theme-color1);
  color: #fff;
}

/* Categories chip section */

.discover-car .sidebar-box {
  background: #fff;
  padding: 0px;
  border-radius: 12px;
  height: 100%;
  padding-top: 0;
}

.discover-car .brand-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 9px;
  border: 1px solid #ccc;
  text-transform: uppercase;
}

.discover-car .brand-item:hover,
.discover-car .brand-item.active {
  border: 1px solid var(--theme-color1);
}

.discover-car .car-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  height: 100%;
}

.discover-car .car-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.discover-car .year-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--theme-color1);
  padding: 5px 10px;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  z-index: 2;
}

.discover-car .car-modal {
  border: 1px solid #cdcdcd;
  padding: 20px;
  border-radius: 10px;
}

.discover-car .car-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  border-color: #d0d0d0;
}

/* Zoom image on hover */
.discover-car .car-card:hover img {
  transform: scale(1.07);
}

.upcoming .notice-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
  color: var(--theme-color2);
}

.upcoming .notice-item:hover {
  color: var(--theme-color1);
}

.upcoming .notice-item i {
  font-size: 18px;
  color: #444;
}

.upcoming th {
  text-align: center;
}

.upcoming td {
  padding: 10px;
  text-align: center;
}

.auc-left {
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}

.why-section {
  padding: 60px 0;
  text-align: center;
}

.why-section .why-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: black;
}

.why-section .why-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: var(--theme-color2);
  font-size: 15px;
  line-height: 1.6;
}

.why-section .why-box {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

.why-section .why-box:last-child {
  border-bottom: none;
}

.why-section .icon-wrap {
  width: 55px;
  height: 55px;
  background: #2c2f3e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.why-section .icon-wrap img {
  width: 26px;
  height: 26px;
}

.why-section .why-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.why-section .why-text {
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

section.figures {
  background-image: url(./images/miles-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 82vh;
  display: flex;
  align-items: center;
}

.figures .plus {
  background-color: #f9f9fb45;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.figures .plus h3 {
  font-size: 48px;
  color: white;
  font-weight: 600;
}

.figures .plus p {
  font-size: 20px;
}

.figures h2 {
  font-size: 48px;
  font-weight: 600;
}

.testi .testimonial-card {
  background: #f9f9f9;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  min-height: 210px;
}

.testi .quote-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  color: #000;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
  font-weight: bold;
}

.testi .testimonial-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-top: 20px;
}

.testi .user-info img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}

.testi .owl-stage-outer {
  padding: 20px 0;
}

.testi .user-name {
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
}

.testi .stars i {
  color: #f7c200;
  font-size: 13px;
  margin-right: 2px;
}

/* Dots styling */
.testi .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ccc !important;
  border-radius: 50%;
  transition: 0.3s;
}

.testi .owl-dots .owl-dot.active span {
  background: #000 !important;
  width: 12px;
  height: 12px;
}

/* homepae css end  */

/* contact page css start */

.contact-section {
  padding: 70px 0;
  background: #f9f9fb;
}

.contact-section .contact-form input,
.contact-section .contact-form select,
.contact-section .contact-form textarea {
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid #dedede;
  font-size: 14px;
}

.contact-section .contact-form textarea {
  height: 140px;
  resize: none;
}

.contact-section .contact-image-box {
  background: transparent;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}

.contact-section .submit-btn {
  background: #2f304d;
  color: #fff;
  padding: 10px 28px;
  border-radius: 8px;
  border: none;
  transition: 0.3s;
}

.contact-section .submit-btn:hover {
  background: #181a2f;
}

/* Location Section */
.location-section {
  padding: 70px 0;
  background: #fff;
}

.location-section .location-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  border: 1px solid #ebebeb;
  transition: 0.3s;
}

.location-section .location-card:hover {
  border-color: #d1d1d1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.location-section .location-flag {
  width: 32px;
  margin-bottom: 10px;
}

.location-section .map-box iframe {
  width: 100%;
  height: 350px;
  border-radius: 14px;
  border: 0;
}

/* contact page css end */

/* faq page start  */

.faq .faq-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.faq .faq-subtitle {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  color: var(--theme-color2);
  font-size: 15px;
}

.faq .faq-card {
  background: #f8f9fc;
  border: 1px solid #ccc;
  border-radius: 14px;
  padding: 25px;
  margin-bottom: 18px;
  transition: 0.25s ease;
}

.faq .faq-card:hover {
  background: #f3f4f7;
}

/* FAQ button clean layout */
.faq .faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

/* ICON: default = + */
.faq .faq-btn .icon::before {
  content: "+";
  font-size: 22px;
  transition: 0.2s;
}

/* ICON when opened = − */
.faq .faq-btn:not(.collapsed) .icon::before {
  content: "−";
}

/* faq page end  */

/* footer css start  */

footer .footer-section {
  background: #f8f8f8;
  padding: 60px 0 20px 0;
  font-size: 15px;
}

footer .footer-section h5 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 15px;
}

footer .footer-links a {
  display: block;
  margin-bottom: 6px;
  color: #444;
  text-decoration: none;
}

footer .footer-links a:hover {
  text-decoration: underline;
}

footer .footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 16px;
  color: #0d0d0d;
  font-weight: 600;
}

footer .footer-icons {
  font-size: 18px;
  margin-right: 6px;
}

footer {
  background-color: #f9f9fb;
}

/* footer end start  */

/* single brand page css start  */

.brand .filter-box {
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}

.brand .car-card {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.brand .car-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.brand .feature-badge {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  background: #f5f5f5;
  margin-right: 5px;
}

.brand .price-text {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.brand .btn-inquiry {
  background: var(--theme-color1);
  color: #fff;
}

.brand .btn-inquiry:hover {
  background: var(--theme-color1);
  color: #fff;
}

.brand a.btn.view-btn {
  border: 1px solid var(--theme-color1);
}

/* single brand page css end */

/* single car page css start  */

.single-car .spec-table td {
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 14px;
}

.single-car .spec-table tr td:first-child {
  font-weight: 600;
  color: #444;
  background: #fafafa;
  width: 160px;
}

.single-car .red-text {
  color: #e63946;
  font-weight: 600;
}

.single-car .price-box {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.single-car .order-btn {
  background: var(--theme-color1);
  color: #fff;
  border-radius: 6px;
  padding: 8px 20px;
}

.single-car .order-btn:hover {
  background: var(--theme-color1);
}

.single-car .small-img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
}

.single-car .small-img:hover {
  border-color: #0d6efd;
}

.single-car .main-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
}

/* single car page css end  */

/* about page css stat  */

.about .about-inner {
  background-color: #f9f9fb;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.about p {
  color: var(--theme-color2);
}

.about .stat-item h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.about .stat-item p {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.about .divider {
  width: 1px;
  background: #dcdcdc;
  height: 50px;
}

.building img.section-img {
  width: 100%;
}

.building .info-badge {
  display: inline-block;
  padding: 3px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  font-size: 16px;
  color: var(--theme-color2);
  margin-bottom: 12px;
  background: #fff;
  font-weight: 600;
}

.building .section-img {
  border-radius: 6px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.why-section .why-badge {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 30px;
  background: transparent;
  margin-bottom: 10px;
  border: 1px solid var(--theme-color1);
  color: var(--thee-color2);
}

.why-section .why-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-section .why-desc {
  max-width: 750px;
  margin: 0 auto 50px;
  color: #666;
  font-size: 15px;
}

.why-section .feature-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #d6d6d6;
  padding: 45px 25px 35px;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
  height: 100%;
  transition: all 0.5s ease;
}

/* Hover Effect */
.why-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  border-color: #bcbcbc;
}

/* Icon hover glow */
.why-section .feature-card:hover .feature-icon {
  background: #1f2732;
  transform: scale(1.08);
}

.why-section .feature-card .feature-icon {
  transition: all 0.3s ease;
}

.why-section .feature-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #2e3640;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.why-section .feature-icon img {
  width: 30px;
  filter: brightness(0) invert(1);
}

.why-section .feature-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.why-section .feature-text {
  font-size: 14px;
  color: #666;
}

.about img {
  width: 100%;
}

.date-bar {
  font-size: 12px;
}

.about h1 {
  font-size: 22px;
}

.discover-car h2 {
  font-size: 20px;
}

.discover-car h3 {
  font-size: 20px;
}

.discover-car h4 {
  font-size: 20px;
}

.footer-section h2 {
  font-size: 20px;
  font-weight: 600;
}

/* about page css end  */

/* how to order page css start  */

.youtube .video-wrapper {
  width: 100%;
  height: 70vh;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.youtube .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.career h1 {
  font-size: 32px;
}

.vehicle h1.title {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.vehicle p.subtitle {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px;
  color: #6c757d;
  font-size: 15px;
}

.vehicle .step-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.vehicle .step-box {
  padding: 12px;
}

.vehicle .step-box p {
  margin-bottom: 8px;
  font-size: 15px;
}

.vehicle .check {
  color: black;
  font-weight: 600;
}

.step-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.step-img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.play-cards .steps-card {
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 30px 28px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.play-cards .steps-card:hover {
  transform: translateY(-5px);
  border-color: #cfcfcf;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.play-cards .steps-card img {
  width: 45px;
  margin-bottom: 18px;
}

.play-cards .steps-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.play-cards .steps-text {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

/* how to order page css end  */

/* career page css start  */

section.career {
  background-image: url(./images/career-banner.webp);
  height: 60vh;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #5e5e5e;
}

.career p {
  max-width: 60%;
  margin: auto;
}

.current .job-img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  padding: 20px;
}

.current .job-img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  padding: 20px;
}

.current .apply-btn {
  background: var(--theme-color1);
  color: #fff;
  font-weight: 500;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}

.current .job-body {
  padding: 15px;
}

.current .job-type {
  color: var(--theme-color1);
  font-size: 0.9rem;
  font-weight: 600;
}

.current .job-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 5px 0 10px;
}

.current .job-meta {
  font-size: 0.9rem;
  color: var(--theme-color2);
  margin-bottom: 10px;
}

.current .job-meta i {
  color: var(--theme-color1);
}

.current .skills-title {
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 10px;
}

.current .skills-text {
  font-size: 0.9rem;
  color: #333;
}

.current .job-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.current .job-card:hover {
  transform: translateY(-10px);
}

.why-section .why-section h2 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 10px;
}

.why-section .why-section p.sub-title {
  color: var(--thee-color2);
  font-size: 14px;
  margin-bottom: 50px;
}

.why-section .why-item {
  text-align: left;
  margin-bottom: 40px;
  display: flex;
}

.why-section .why-item i {
  color: var(--theme-color1);
  font-size: 29px;
  margin-right: 10px;
}

.why-section .why-item h3 {
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.why-section .why-item p {
  color: var(--thee-color2);
  font-size: 14px;
}

.why-section p.sub-title {
  color: var(--theme-color2);
  max-width: 60%;
  margin: auto;
}

/* career page css end  */

/* inquiry1 page css start  */

.inquiry1 .section-title-small {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px;
}

.inquiry1 .form-control,
.form-select {
  /* height: 48px; */
  font-size: 15px;
  border-radius: 8px;
}

.inquiry1 .calc-box label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.inquiry1 .price-text {
  color: #006493;
  font-weight: 700;
  font-size: 18px;
}

.inquiry1 .next-btn {
  background: #2e2d38;
  color: #fff;
  padding: 10px 26px;
  border-radius: 8px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: none;
}

.inquiry1 .checkbox-label {
  margin-right: 25px;
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.inquiry2 .btn-dark-custom {
  background: #2e2d38;
  padding: 10px 26px;
  border-radius: 8px;
  color: #fff;
  border: none;
}

.inquiry2 .btn-outline {
  border: 1px solid #d6d6d6;
  padding: 10px 20px;
  border-radius: 8px;
  background: #fff;
}

.luxury img {
  border-radius: 10px;
}

/* inquiry1 page css end  */

/* Desktop sidebar always visible */

@media (min-width: 992px) {
  .discover-car .desktop-sidebar {
    display: block !important;
  }

  .discover-car .mobile-filter-btn {
    display: none;
  }
}

/* Desktop sidebar always visible */

@media (max-width: 991px) {
  .header .navbar-nav .nav-link {
    padding: 10px !important;
    text-align: left;
  }

  .header .nav-icons {
    justify-content: start;
    padding: 15px 0;
  }

  .discover-car .desktop-sidebar {
    display: none !important;
  }

  .why-section p.sub-title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .inquiry .search-btn {
    width: 100%;
    justify-content: space-between;
  }

  .why-section .why-title {
    font-size: 26px;
  }

  .figures h2 {
    font-size: 36px;
    font-weight: 600;
  }

  .brand .car-card .text-end {
    text-align: left !important;
  }

  .brand .car-card .btn,
  .brand .car-card a {
    width: 100% !important;
  }

  .building .reverse-mobile {
    flex-direction: column-reverse !important;
  }

  section.building {
    padding: 0 0 !important;
  }

  .career p {
    max-width: 100%;
    margin: auto;
  }

  .why-section p.sub-title {
    max-width: 100%;
  }

  .top-rightbar {
    width: 100% !important;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .why-section .why-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .why-section .why-text {
    text-align: center;
  }

  .figures .plus h3 {
    font-size: 38px;
  }

  .figures .plus p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .why-section .why-title {
    font-size: 22px;
  }

  .figures h2 {
    font-size: 30px;
  }

  .filter-chip {
    border-radius: 5px;
    padding: 5px 7px;
    font-size: 14px;
  }

  .about .about-inner {
    padding: 20px !important;
  }

  section.about {
    padding: 30px 20px;
  }

  section.building {
    padding: 0 !important;
  }

  .about .stat-item h2 {
    font-size: 28px;
  }

  .contact-section img.contact-image {
    width: 100%;
  }

  .youtube .video-wrapper {
    height: 40vh;
  }

  .why-section .why-heading {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header .top-bar select {
    padding: 2px 11px;
  }

  .single-car h4 {
    font-size: 16px;
  }

  .single-car .spec-table td {
    padding: 10px 8px;
  }
  .header .navbar-brand img {
    height: 40px;
  }
}
