* {
  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;
}
.footer-image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.best-deal a {
  text-decoration: none;
  color: black;
}
.footer-image-grid img {
  object-fit: cover;
  height: 51px;
}

.discover-car .nodata {
  max-height: 400px !important;
}

footer.footer-section {
  padding: 40px 70px !important;
}

.header option {
  color: black;
}

p.btn.view-btn {
  border: 1px solid currentColor;
}

.header .top-bar select {
  background: transparent;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px 18px;
  color: white;
}
.acess ul.acc-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  list-style: none;
  padding: 0;
}

.acess .acc-list li {
  width: 30%;
}

.step-box ul {
  list-style: none;
  padding-left: 0;
}

.step-box ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.step-box ul li::before {
  content: "\f26e"; /* Bootstrap check icon */
  font-family: "Bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  color: #000000;
  font-size: 23px;
}

.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: 70px;
}

.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-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;
}

.footer-section a {
  color: #212529;
  text-decoration: none;
}

.footer-section .main-head-col a {
  color: white;
  text-decoration: none;
}

section.inquiry {
  margin: 0;
}

section.home-banner p {
  font-family: "Poltawski Nowy", serif !important;
  font-size: 20px;
}
.icons-class img {
  width: 40px;
}

.icons-div {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

section.icons-class {
  position: fixed;
  z-index: 2222222;
  bottom: 20px;
  right: 10px;
}

.icons-div img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px;
  background: #2b2e42;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: float 3s ease-in-out infinite;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.icons-div img:nth-child(2) {
  animation-delay: 0.5s;
}
.icons-div img:nth-child(3) {
  animation-delay: 1s;
}

.icons-div img:hover {
  transform: scale(1.2);
}

.icons-div img {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
  }
}

.inquiry .search-box {
  background: #2b2e42;
  padding: 35px;
  border-radius: 15px;
  position: relative;
  color: #fff;
  z-index: 33333;
}
.hero-section {
  background: #1565c0;
  color: #fff;
  padding: 80px 0;
}

.hero-section h1 {
  font-size: 48px;
  font-weight: 700;
}

.hero-section p {
  max-width: 600px;
  font-size: 18px;
  margin-top: 15px;
}

.btn-light-custom {
  background: #e9ecef;
  border-radius: 6px;
  padding: 12px 22px;
  font-weight: 600;
}

.btn-outline-custom {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 22px;
  font-weight: 600;
}

.features {
  padding: 70px 0;
}

.section-title {
  font-weight: 700;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #1565c0;
  margin: 12px auto 40px;
}

.feature-box i {
  font-size: 40px;
  color: #1565c0;
  margin-bottom: 15px;
}

.feature-box h5 {
  font-weight: 600;
}

.feature-box p {
  font-size: 14px;
  color: #666;
}

.brand-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 22px;
  border-radius: 8px;
  transition: 0.3s;
}

.brand-box h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.brand-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.brand-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.cta-box {
  border: 2px solid #1565c0;
  border-radius: 8px;
  padding: 50px 30px;
  background: #fff;
  max-width: 1000px;
  margin: auto;
}

.cta-box h2 {
  font-weight: 700;
}

.cta-box p {
  color: #555;
}

.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;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.discover-car .brand-item:hover,
.discover-car .brand-item.active {
  border: 1px solid red;
}

.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 .car-card img {
    width: 100%;
    height: 167px;
    object-fit: contain;
    transition: transform 0.5s ease;
    background: #2b2e42;
}

.best-deal .car-card img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    transition: transform 0.5s ease;
    background: #2b2e42;
}

.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;
}

.footer-section img.office-flag {
  width: 35px;
}

.why-section .icon-wrap {
  width: 60px;
  height: 60px;
  background: var(--theme-color1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid currentColor;
}
.why-section .icon-wrap img {
  width: 40px;
  height: 40px;
}

.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: 73vh;
  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: 20px;
  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: 477px;
  border-radius: 14px;
  border: 0;
}

.fuelll {
  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;
  margin-bottom: 10px;
}

.fuelll.active,
.fuelll:hover {
  background: var(--theme-color1);
  color: #fff;
}

/* 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: 200px;
    object-fit: contain;
    border-radius: 10px;
    background: #323347;
}

.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:nth-child(1),
.single-car .spec-table tr td:nth-child(3) {
  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: 14px;
}

.about h1 {
  font-size: 22px;
}

.discover-car h2 {
  font-size: 20px;
}

.discover-car h3 {
  font-size: 20px;
}

.discover-car h4 {
  font-size: 20px;
}

.figures a {
  animation: pulse 2s infinite;
  background-color: var(--theme-color1);
  border: none;
}
.figures a:hover {
  background-color: var(--theme-color1);
  border: none;
}

/* .footer-section h2 {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  align-items: center;
} */
 .footer-section h2 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3px;
  }

/* 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  */
.main-head-col h2.head-ofc {
  font-size: 24px;
}
.main-head-col p {
  font-size: 18px;
}

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 p.country-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}

.luxury img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  height: 132px;
  object-fit: cover;
}

.country-card {
  border: 1px solid #ccc;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.discover-car .car-modal img {
  width: 40px;
  height: 40px;
}
/* inquiry1 page css end  */

.mobile-div .iti {
  width: 100%;
}

span.iti__country-name {
  color: black;
}

/* Desktop sidebar always visible */

.vehicle-steps .form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #171717;
  cursor: pointer;
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 140px;
}

.vehicle-steps .section-title {
  font-size: 15px;
  font-weight: 700;
  color: #0061f7;
  margin-bottom: 20px;
  border-left: 4px solid #0061f7;
  padding-left: 12px;
}

.vehicle-steps .step-progress {
  display: flex;
  align-items: center;
}

.vehicle-steps .step-progress .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vehicle-steps .step-progress .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.vehicle-steps .step-progress .step.active .circle {
  background: #0d6efd;
  color: #fff;
}

.vehicle-steps .step-progress .line {
  flex: 1;
  height: 2px;
  background: #dee2e6;
  margin: 0 10px;
}

.vehicle-steps .form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
/* ===== CARD ===== */
.vehicle-steps .card {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

/* ===== HEADER ===== */
.vehicle-steps h4 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ===== STEP PROGRESS ===== */
.vehicle-steps .step-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.vehicle-steps .step {
  text-align: center;
  position: relative;
  flex: 1;
  min-width: 90px;
}

.vehicle-steps .step span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.vehicle-steps .step .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  display: grid;
  place-items: center;
  background: #ffffff;
  font-weight: 600;
  color: #64748b;
  margin: auto;
  transition: 0.3s;
}

.vehicle-steps .step.active .circle,
.vehicle-steps .step.completed .circle {
  background: linear-gradient(135deg, #4f46e5, #0ea5e9);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.4);
}

.vehicle-steps .step.active span {
  color: #0061f7;
}

.vehicle-steps .line {
  flex: 1;
  height: 3px;
  background: #e5e7eb;
  border-radius: 5px;
}

.vehicle-steps .step.completed + .line {
  background: linear-gradient(90deg, #4f46e5, #0ea5e9);
}

/* ===== FORM STEP ===== */
.vehicle-steps .form-step {
  animation: fadeSlide 0.45s ease;
}
.vehicle-steps .form-label {
  min-width: 160px;
  font-weight: 600;
  color: #0f172a;
}

.front-sidebar {
  background: linear-gradient(180deg, #111827, #1f2937);
  min-height: 100vh;
  border-right: 2px solid #2d3748;
  position: relative;
  overflow-y: auto;
  padding-top: 30px;
  box-shadow: 8px 0 25px rgba(0, 0, 0, 0.4);
}

.front-sidebar {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-size: 18px;
  height: 100%;
}

.front-sidebar .nav-link {
  color: #cbd5e1 !important;
  padding: 14px 18px;
  border-radius: 14px;
  margin-bottom: 6px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}

.front-sidebar .nav-link:hover {
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  color: #fff !important;
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
}

.front-sidebar .nav-link .active {
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  color: #fff !important;
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
}

.front-sidebar .nav-link.active {
  background: linear-gradient(90deg, #4f46e5, #7c3aed);
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.5);
}

.front-sidebar .nav-link::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 0;
  background: #8b5cf6;
  border-radius: 10px;
  transition: 0.3s ease;
}

.front-sidebar .nav-link:hover::before,
.front-sidebar .nav-link.active::before {
  height: 70%;
}
.front-sidebar .nav-link i {
  font-size: 18px;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.front-sidebar .nav-link:hover i,
.front-sidebar .nav-link.active i {
  transform: scale(1.2) rotate(-8deg);
}

.front-sidebar button.nav-link {
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
.front-sidebar button.nav-link:hover {
  background: linear-gradient(90deg, #dc2626, #ef4444);
}

.front-sidebar::-webkit-scrollbar {
  width: 6px;
}
.front-sidebar::-webkit-scrollbar-thumb {
  background: #6366f1;
  border-radius: 10px;
}

.table-responsive td img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.dash-card {
  height: 100%;
}

.discover-car .car-modal {
  border: 1px solid #cdcdcd;
  padding: 20px;
  border-radius: 10px;
  overflow-y: scroll;
}
.seller .info-section {
  background: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  color: #4d4a43;
}

.seller .section-divider {
  border-top: 1px solid #ddd;
}

.seller .seller-title {
  font-size: 14px;
  color: #777;
  font-weight: 600;
}

.seller .company-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.seller .rating-number {
  font-size: 22px;
  font-weight: 600;
  margin-left: 8px;
  color: #555;
}

.seller .contact-btn {
  background: #eee;
  border: 1px solid #ccc;
  padding: 8px 20px;
  font-weight: 500;
}

.seller .contact-btn:hover {
  background: #ddd;
}

.seller .label-title {
  font-weight: 700;
  color: #70705d;
}

.seller .catalog-title,
.seller .money-title {
  font-size: 22px;
  font-weight: 700;
}

.seller .money-img {
  max-width: 100px;
}

.seller .right-side i {
  background: #70705d;
  color: white;
  padding: 5px;
  border-radius: 50%;
  display: inline-flex;
}

.calc-box .estimate-header {
  padding: 0;
  font-weight: 600;
  text-align: right;
  color: #333;
  font-size: 14px;
}

.calc-box .form-select,
.calc-box .form-control {
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
  font-size: 14px;
}

/* .calc-box .price-badge {
  background: green;
  color: #fff;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 13px;
} */

.calc-box .info-icon {
  color: #dc3545;
  font-size: 14px;
  cursor: pointer;
}

.calc-box .estimate-total h5 {
  margin: 0;
  font-weight: 600;
}

.calc-box .estimate-price {
  font-size: 22px;
  font-weight: 700;
  color: #2d6cdf;
}

.calc-box .estimate-note {
  font-size: 12px;
  font-style: italic;
  color: #666;
}

.calc-box .estimate-note a {
  text-decoration: none;
  color: #2d6cdf;
}

.calc-box .action-buttons .btn {
  background: #bf4b47;
  border: 1px solid #d0d0d0;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  justify-content: center;
}

.free-quote .quote-title {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #4d4a43;
}

.button-container {
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  /* padding: 12px 16px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  margin-bottom: 10px;
}
.button-container button {
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}

.whatsapp-btn {
  background-color: #25d366;
  /* WhatsApp green */
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
}

.quote-btn {
  background-color: #ff4c4c;
  /* Red button */
}

.free-quote .form-label {
  font-weight: 500;
  color: #333;
  margin: 0;
  width: 100px;
}

.free-quote .required {
  color: red;
}

.free-quote .form-control,
.free-quote .form-select {
  border-radius: 0;
  border: 1px solid #cfcfcf;
  padding: 3px 6px;
}

.free-quote textarea.form-control {
  height: 120px;
  resize: none;
}

.free-quote .mobile-group {
  display: flex;
  width: 100%;
}

.free-quote .country-code {
  width: 50px;
  border-radius: 0;
  border: 1px solid #cfcfcf;
  border-right: 0;
  background: #dcdcdc;
}

.free-quote .mobile-input {
  border-radius: 0;
}

.free-quote .form-check-input {
  border-radius: 0;
}

.free-quote .btn-quote {
  background: linear-gradient(to right, #3d6be0, #2f5bd3);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
}

.seller-card .section-title {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.seller-card .company-title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  color: black;
}

.seller-card .info-label {
  font-weight: 600;
}

.seller-card .btn-outline-custom {
  border: 2px solid #3b6ef5;
  color: #3b6ef5;
  border-radius: 40px;
  padding: 5px !important;
  font-weight: 600;
  transition: 0.3s;
}

.seller-card .btn-outline-custom:hover {
  background: #3b6ef5;
  color: #fff;
}

.seller-card .member-section {
  margin-top: 30px;
  text-align: center;
}

.seller-card .member-section img {
  height: 60px;
  margin: 10px;
}

.single-specs .seller-card {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 2px;
}
.single-specs .breadcrumb-bar {
  font-size: 13px;

  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
}

.single-specs .thumb img {
  width: 100%;
  height: 40px;
  object-fit: cover;
  border: 1px solid #ccc;
  cursor: pointer;
}

.seller-card {
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.seller-info-details {
  font-size: 0.95rem;
}

.info-item {
  padding: 0.25rem 0;
}

.whatsapp-info {
  background-color: #f0f9f0;
  padding: 0.75rem;
  border-radius: 8px;
  border-left: 4px solid #25d366;
}

.btn-outline-custom {
  border: 2px solid #e0e0e0;
  color: white;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.features .feature-box img {
  border-radius: 50%;
  object-fit: cover;
}

.blog-section {
  padding: 80px 0;
  background: #f7f7f7;
}

.blog-card {
  position: relative;
  margin-bottom: 60px;
}

.blog-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}

.blog-title-box {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background: #fff;
  padding: 18px 20px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-title-box a {
  color: #333;
  text-decoration: none;
}

.blog-title-box a:hover {
  color: #ff6b00;
}

.blog-grid {
  margin-top: 20px;
}

.org-wrapper {
  position: relative;
  padding: 60px 20px;
}

.org-wrapper .head-office {
  color: black;
  border-radius: 32px;
  text-align: center;
  max-width: 650px;
  margin: auto;
  position: relative;
  border: 1px solid #cccccc;
}

.org-wrapper .off-header {
  background: #ff0000;
  padding: 6px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: white;
}

.org-wrapper .card-box {
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #ddd;
  overflow: hidden;
  height: 100%;
}

.org-wrapper .card-header-dark {
  background: #323347;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.org-wrapper .card-body-small {
  font-size: 16px;
  padding: 15px;
  color: #555;
}

.header-info {
  font-size: 18px;
}

.org-wrapper .branch-row {
  position: relative;
  margin-top: 140px;
}

.org-wrapper .branch-card {
  position: relative;
}

.org-wrapper .last-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.org-wrapper .office-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.pagination span.page-link {
  /* background: var(--theme-color1); */
  /* border-color: var(--theme-color1); */
}

.pagination .page-item.active span.page-link {
  background: var(--theme-color1);
  border-color: var(--theme-color1);
}

.pagination a.page-link {
  color: var(--theme-color1);
}

/* user profile */

@media (max-width: 991px) {
  .org-wrapper .branch-row {
    position: relative;
    margin-top: 40px;
  }

  .org-wrapper .office-arrows {
    display: none;
  }
}

@media (max-width: 480px) {
  .org-wrapper .off-header h5 {
    font-size: 16px;
  }
  .icons-div img {
    width: 35px;
    height: 35px;
    padding: 4px;
  }
}

@media (max-width: 1400px) {
  section.home-banner {
    height: 46vh;
  }
  span.brand-name {
    font-size: 14px;
  }
 
}

@media (max-width: 1199px) {
  .header .navbar-nav .nav-link {
    padding: 12px 6px !important;
  }
  section.home-banner {
    height: 38vh;
  }
}

/* Make buttons more compact on mobile */
@media (max-width: 768px) {
  .btn-outline-custom {
    padding: 0.5rem !important;
    font-size: 0.9rem;
  }

  .btn-outline-custom i {
    margin-right: 0.25rem !important;
  }
}
.single-specs .thumbSlider img.active {
  border: 3px solid #2196f3;
  border-radius: 0;
  transform: translateY(-4px);
}
.single-specs .thumbSlider img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.single-specs .thumb img:hover {
  border: 2px solid #f0ad00;
}

.single-specs .right-panel {
  background: #f4f4f1;
  padding: 20px;
  position: sticky;
  top: 0;
}

.single-specs .car-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #4d4a43;
}

.single-specs .sub-text {
  font-size: 14px;
  color: #807b6f;
  font-weight: 600;
}

.single-specs .meta-box {
  background: white;
  padding: 6px 10px;
  font-size: 13px;
  display: inline-block;
  margin: 4px 0;
}

.single-specs .stock {
  background: #f3c31d;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 18px;
  font-weight: bold;
  display: inline-block;
}

.single-specs .price-label {
  font-size: 14px;
  color: #4d4a43;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-specs .price {
  color: #bf4b47 !important;
  font-size: 20px;
  font-weight: bold;
}

.single-specs .calc-box {
  background: #dcdcdc;
  padding: 8px 15px;
}

.single-specs .btn-calc {
  background: #70705d;
  color: #fff;
  width: 100%;
}

.single-specs .btn-orange {
  background: #ff6600;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
  margin-top: 15px;
}

.single-specs .nav-tabs {
  border-bottom: 2px solid #ccc;
}

.single-specs .nav-tabs .nav-link {
  font-weight: 500;
}

.single-specs .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #f6b800;
  background: none;
}

.single-specs .info-table {
  background: #fff;
}

.single-specs .info-table td {
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
}
.single-specs .main-img {
  width: 100%;
  border: 1px solid #ccc;
  height: 400px;
  object-fit: cover;
}
.calc-box select#freightPort {
  width: 290px;
}
.right-panel span.login-id {
  color: #bf4b47;
  font-size: 13px;
  font-weight: 500;
}

.click p {
  font-size: 12px;
  margin: 7px 0;
  color: #807b6f;
}

.left-panel .top-tabs {
  background: #fff;
  border-bottom: 2px solid #e0e0e0;
}

.left-panel .top-tabs a {
  padding: 12px 20px;
  display: inline-block;
  text-decoration: none;
  color: #555;
  font-weight: 500;
}

.left-panel .top-tabs a.active {
  border-bottom: 3px solid #f0ad4e;
  color: #333;
}

.left-panel .section-box {
  background: #fff;
}

.left-panel .info-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}

.left-panel .info-table td:first-child {
  width: 40%;
  font-weight: 500;
  color: #555;
  background: #f4f4f1;
  border-color: #ccc;
}
.left-panel .option-tag {
  border: 1px solid #ccc;
  background: #f4f4f1;
  padding: 4px 15px;
  border-radius: 4px;
  margin: 2px 0px;
  display: inline-block;
  font-size: 14px;
  min-width: 170px;
}
a.whatsapp-btn.shareWhatsapp {
  text-decoration: none !important;
  color: white;
  padding: 7px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.quote-btn {
  background-color: #2f5bd3;
  color: white;
  border-radius: 0;
}
.quote-btn:hover {
  background-color: #2f5bd3;
  color: white;
  border-radius: 0;
}

span.option-tag.active {
  background: #bf4b47;
  border: 1px solid #bf4b47;
  color: white;
  filter: blur(0px);
}

.left-panel .section-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #4d4a43;
}

.share-popup {
  position: absolute;
  bottom: 110%;
  left: 0;
  width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.share-popup a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.share-popup a:hover {
  background: #f5f5f5;
}

.share-popup i {
  margin-right: 6px;
}

.left-panel .safety-wraper h6 {
  color: #807b6f;
}

.offcanvas {
  z-index: 99999;
}

.offcanvas img {
  width: 50px;
  height: 49px;
  /* object-fit: cover; */
}

.calculator-divs {
  height: 100%;
}

#resultContainer hr {
  margin: 7px;
}

.auction-calendar-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.calendar-header h2 {
  font-weight: 600;
}

.calendar-nav button {
  border: none;
  background: #111;
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  margin-left: 5px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.day-name {
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 6px;
}

.calendar-day {
  background: white;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  min-height: 160px;
  transition: 0.2s;
  position: relative;
}

.calendar-day:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.day-number {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.today {
  border: 2px solid #ff6b00;
}

.auction-card {
  display: flex;
  gap: 8px;
  background: #fafafa;
  border-radius: 6px;
  padding: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.auction-card:hover {
  background: #fff3eb;
}

.auction-img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
}

.auction-info {
  font-size: 12px;
}

.auction-title {
  font-weight: 600;
  font-size: 13px;
}

.auction-house {
  color: #777;
}

.auction-time {
  font-size: 11px;
  color: #999;
}

.main-head-col {
  background: var(--theme-color1);
  color: white;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .discover-car .desktop-sidebar {
    display: block !important;
  }

  .discover-car .mobile-filter-btn {
    display: none;
  }
}

@media (max-width: 480px) {
  .single-specs .main-img {
    width: 100%;
    border: 1px solid #ccc;
    height: 200px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .single-specs .main-img {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .single-specs .right-panel {
    margin-top: 20px;
  }
  .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: 768px) {
  .seller .right-side {
    margin-top: 20px;
  }
  .hero-section {
    text-align: center;
  }

  .hero-section h1 {
    font-size: 32px;
  }
}

@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;
  }

  footer.footer-section {
    padding: 40px 20px !important;
  }

  .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: 1299px) {
  .calc-box select#freightPort {
    width: 190px;
  }
}

@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;
  }

  .hero-section {
    text-align: center;
    padding: 40px 0;
  }
  .features {
    padding: 50px 0;
  }
  .hero-section h1 {
    font-size: 28px;
  }

  section.inquiry {
    margin: 0 0 0 0;
  }
  .inquiry .search-box {
    background: #2b2e42;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    color: #fff;
    z-index: 33333;
  }

  section.home-banner {
    height: 16vh;
  }

  .single-car h4 {
    font-size: 16px;
  }

  .single-car .spec-table td {
    padding: 10px 8px;
  }
  .header .navbar-brand img {
    height: 40px;
  }
}
