.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}

.logo {
  width: 164px;
  height: 80px;
  object-fit: cover;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: #cea146 !important;
}
.dealer-login {
  color: #cea146 !important;
  border: 2px solid #cea146 !important;
}
.dealer-login:hover {
  background-color: #cea146 !important;
}
/* Overlay (ფონი) */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.menu-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* Mobile menu */
.burger_menu {
  background: none !important;
  border: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px !important;
  height: 22px !important;
  z-index: 1100;
  padding: 0 !important;
}

/* ხაზები */
.burger_menu span {
  display: block;
  height: 3px;
  width: 100%;
  background: #cea146;
  border-radius: 2px;
  transition: 0.3s ease;
  transform-origin: center;
}

.burger_menu.active span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 10px;
}
.burger_menu.active span:nth-child(2) {
  opacity: 0;
}
.burger_menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  bottom: 9px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100vh;
  background: #0f0f23;
  padding: 80px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
  padding: 80px 40px 40px;
}
.mobile-menu.open {
  left: 0;
}
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0px;
}
.mobile-menu ul a {
  color: #fff !important;
  text-decoration: none;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.btn-primary {
  background: #cea146 !important;
  color: var(--white);
  border-color: #cea146 !important;
}
.btn-secondary,
.btn-outline {
  background: transparent;
  color: #cea146 !important;
  border-color: #cea146 !important;
}
.btn-secondary:hover,
.btn-outline:hover {
  background: #cea146 !important;
  color: #fff !important;
}

.flex-column {
  flex-direction: column;
}
.contact-item i {
  color: #cea146 !important;
}
.messaging-apps i {
  color: #fff !important;
  background-color: #cea146 !important;
}
.services-card {
  display: grid;
  grid-template-columns: repeat(3, calc(25% - 8px));
  grid-gap: 10px;
}
.services-section {
  padding-bottom: 20px;
}
.services-section,
.contact-bar {
  background-color: var(--primary-color);
}
.service-row {
  max-width: 885px;
  margin: 0 auto;
}
.service-row .row {
  position: relative;
  z-index: 999;
  margin-top: -70px;
}
.card-item {
  background-color: var(--white);
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.card-img {
  width: 98px;
  height: 98px;
  border-radius: 50px;
  background-color: var(--primary-color);
}
.card-img i {
  color: #fff;
  font-size: 30px;
}

.card-title {
  letter-spacing: 3px;
}
.service-description {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular-transport-section {
  padding: 80px 0 20px;
}
.transport-img {
  width: 100%;
  height: 250px;
  border: 1px solid var(--primary-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.transport-img img {
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.transport-info {
  padding: 20px 30px 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(2, 22, 63, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.transport-name {
  font-size: 28px;
  font-weight: bold;
  color: #cea146 !important;
  height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.transport-info {
  color: var(--white);
  background-color: var(--primary-color);
}
.transport-price {
  font-size: 24px;
  font-weight: bold;
}
.section-title::after {
  background-color: #cea146 !important;
}

.slider_ .swiper-pagination {
  bottom: -50px;
}
.slider_ .swiper-pagination-bullet-active {
  background-color: #cea146;
}
.s1 .car-actions {
  display: flex;
  justify-content: space-between;
}
.popular-transport-section {
  margin-bottom: 80px;
}
.banner {
  position: relative;
  height: 80vh;
  background: url("../img/pexels-photo-3136673.jpeg") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 0;
}

.banner__overlay {
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner__title {
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  color: #cea146 !important;
}

.calculator-card h3 i,
.footer-section h3,
.footer-section h4,
.stat-number {
  color: #cea146 !important;
}
.social-links a,
.sticky-btn,
.clear-filters {
  background-color: #cea146 !important;
}
.pagination-btn,
.stat-icon,
.step-number {
  background: #cea146 !important;
}
.img_gallery {
  margin-bottom: 200px;
  padding-top: 80px;
}
.ferrari {
  height: 100%;
}
.bmw,
.porsche {
  height: 330px;
}
.gallery-item img {
  border-radius: 10px;
  object-fit: cover;
}

.footer-section ul li a:hover {
  color: #cea146 !important;
}
.benefit-icon {
  background-color: #cea146 !important;
}
.service-item.priority-high {
  border-color: #cea146 !important;
}
.service-icon {
  background: linear-gradient(135deg, #cea146) !important;
}
.service-item.priority-high::before {
  content: none;
}
.ferrari_banner {
  background-image: url("../img/services/lamborgini.png");
  height: 90vh;
}
.service_img {
  width: 100%;
  height: 220px;
  position: relative;
}
.service_img img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.service_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  border-radius: 10px;
}
.service-item.priority-medium h3 {
  text-transform: capitalize;
}

li::marker {
  content: none;
}

.tab-btn.active {
  background: #cea146;
}
.tab-btn:hover,
.calculator-form h2 i,
.result-placeholder i,
.note-item i,
.detail-item i,
.faq-question i {
  color: #cea146;
}

.method-icon {
  background-color: #cea146;
}
.faq-question:focus {
  outline-color: #cea146;
}

.car-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.car-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.car-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.car-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-image .no-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f8f9fa;
  color: #6c757d;
}

.car-image .no-image i {
  font-size: 2rem;
  margin-bottom: 10px;
}

.featured-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  color: #000;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.car-status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.status-available {
  background: #d4edda;
  color: #155724;
}
.status-sold {
  background: #f8d7da;
  color: #721c24;
}
.status-reserved {
  background: #fff3cd;
  color: #856404;
}
.status-in_transit {
  background: #cce7ff;
  color: #004085;
}
.status-delivered {
  background: #e2e3e5;
  color: #383d41;
}

.car-info {
  padding: 20px;
}

.car-name {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
}

.car-details {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  color: #6c757d;
  font-size: 14px;
}

.car-specs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.car-specs .spec {
  background: #f8f9fa;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #495057;
}

.price-section {
  margin-bottom: 15px;
}

.total-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 5px;
}

.close {
  top: 3px !important;
}

.car-actions {
  display: flex;
  gap: 10px;
}

.car-actions .btn {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #007bff;
  color: white;
}

.btn-primary:hover {
  background: #0056b3;
}

.btn-outline {
  background: transparent;
  color: #007bff;
  border: 1px solid #007bff;
}

.btn-outline:hover {
  background: #007bff;
  color: white;
}

.no-cars-message {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
}

.no-cars-message i {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 0;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  padding: 20px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.close:hover {
  color: #000;
}

.spec-item,
.cost-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cost-item.total {
  border-top: 2px solid #007bff;
  font-weight: bold;
  font-size: 1.1rem;
  color: #007bff;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 0;
}

.pagination-btn,
.page-btn {
  padding: 10px 15px;
  border: 1px solid #dee2e6;
  background: white;
  color: #007bff;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.pagination-btn:hover:not(:disabled),
.page-btn:hover {
  background: #007bff;
  color: white;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-btn.active {
  background: #007bff;
  color: white;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 1.2rem;
  color: #007bff;
}

.spinner i {
  margin-right: 10px;
}
.stat i {
  font-size: 20px;
}
.car-info h3 {
  color: #cea146;
}
