@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Varela+Round&display=swap');

:root {
  --primary: #3a6bc5;
  --primary-light: #E8E8F2;
  --primary-dark: #2d5aa0;
  --text: #2d3748;
  --text-light: #4a5568;
  --white: #ffffff;
  --gray-bg: #f7f7f7;
  --shadow: 0 5px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --radius: 6px;
  --transition: all 0.3s ease;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text); line-height: 1.6; overflow-x: hidden;
  font-weight: 300;
}
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* ==================== HEADER ==================== */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: linear-gradient(130deg, #E8E8F2 0%, #4985E4 100%);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  overflow: visible;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1140px; margin: 0 auto; padding: 0 20px; height: 90px;
  position: relative; overflow: visible;
}
.logo img { height: 40px; width: auto; }
.main-nav {
  display: flex; align-items: center; gap: 0; position: absolute;
  left: 50%; transform: translateX(-50%);
}
.main-nav a {
  font-family: 'Varela Round', sans-serif;
  font-weight: 400; font-size: 15px;
  color: var(--white); padding: 35px 25px;
  position: relative; display: block;
  white-space: nowrap;
}

/* Keep translated navigation labels on one line at medium desktop widths. */
@media (min-width: 993px) and (max-width: 1100px) {
  .main-nav a { padding-left: 16px; padding-right: 16px; font-size: 14px; }
}
.main-nav a:hover { color: var(--white); }
.main-nav a::after {
  content: ''; position: absolute; bottom: 30%; left: 50%; width: 0;
  height: 2px; background: var(--white); transition: var(--transition);
  transform: translateX(-50%);
}
.main-nav a:hover::after, .main-nav a.active::after { width: 60%; }
.header-right { display: flex; align-items: center; gap: 12px; }
.header-search-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.2); color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer; text-decoration: none;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.header-search-btn:hover {
  background: #ffffff; color: var(--primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.phone-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; color: var(--white); font-size: 14px; white-space: nowrap;
}
.menu-toggle {
  display: none; background: none; border: none; font-size: 22px;
  cursor: pointer; color: var(--white); padding: 5px;
}

/* ==================== BUTTONS ==================== */
.btn {
  display: inline-block; padding: 14px 35px; border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; font-size: 13px; text-transform: capitalize;
  cursor: pointer; border: none; transition: var(--transition);
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}
.btn-primary {
  background: var(--primary); color: var(--white);
  box-shadow: 0 0 30px rgba(73,133,228,0.5);
}
.btn-primary:hover {
  background: #2d5aa0; transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(73,133,228,0.6);
}
.btn-white {
  background: var(--white); color: var(--primary);
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.btn-white:hover {
  background: var(--primary); color: var(--white);
}
.btn-outline {
  border: 2px solid var(--white); color: var(--white);
  background: transparent; box-shadow: none;
}
.btn-outline:hover {
  background: var(--white); color: var(--primary);
}
.btn-auto { width: auto; display: inline-flex; align-self: flex-start; }

/* ==================== HERO ==================== */
.hero {
  position: relative; min-height: 581px;
  background: linear-gradient(130deg, #E8E8F2 0%, #4985E4 89%);
  color: var(--white); z-index: 10;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('https://motors-world.com/wp-content/uploads/2021/09/BG-HomePage-High.png') center/cover;
  opacity: 0.15; z-index: 0;
  transform: scaleY(-1);
}
.hero-inner {
  display: flex; align-items: center; max-width: 1140px;
  margin: 0 auto; padding: 0 20px; min-height: 581px;
  position: relative; z-index: 10;
}
.hero .hero-wave-bottom {
  position: absolute; bottom: 0; left: 0; width: 100%; line-height: 0; z-index: 1;
  overflow: hidden;
}
.hero .hero-wave-bottom svg {
  width: calc(260% + 1.3px); height: 120px; display: block;
  transform: translateX(-50%) rotateX(180deg);
}
.hero-content { flex: 1; padding: 75px 0 0 0; }
.hero-content .company-name {
  font-size: 20px; font-weight: 300; opacity: 0.9; margin-bottom: 5px;
}
.hero-content h1 {
  font-family: 'Varela Round', sans-serif;
  font-size: 45px; font-weight: 300; margin-bottom: 15px; line-height: 1.2em;
}
.hero-content p {
  font-size: 16px; font-weight: 200; line-height: 1.4em;
  opacity: 0.9; max-width: 450px; margin-bottom: 30px;
}
.hero-image-wrapper {
  flex: 1; display: flex; justify-content: center;
  align-items: center; padding: 0 0 0 0;
  z-index: 20; position: relative;
}
.hero-image-wrapper img {
  width: 100%; max-width: 100%; height: 407px;
  object-fit: cover; border-radius: 30px 30px 100px 30px;
  box-shadow: 0 0 30px rgba(0,0,0,0.12);
  margin-bottom: -120px;
}

/* ==================== SECTIONS ==================== */
.section { padding: 70px 0; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h5 {
  color: var(--primary); font-size: 20px; font-weight: 300;
  text-transform: capitalize; margin-bottom: 5px;
}
.section-title h2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 45px; font-weight: 300; color: var(--text);
  line-height: 1.2em;
}

/* ==================== ABOUT PREVIEW ==================== */
.about-section {
  position: relative; padding: 80px 0;
  background: transparent; z-index: 1;
  margin-bottom: 50px;
}
.about-bg-overlay {
  position: absolute; right: 0; bottom: 0;
  width: 350px; height: 350px; z-index: 0;
  background: url('https://motors-world.com/wp-content/uploads/2021/09/Shapes-icons.png') no-repeat;
  background-size: contain; opacity: 1;
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-image-col {
  order: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
}
.about-text-col {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  min-width: 0;
}
.about-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 100px 100px 300px 100px;
  box-shadow: 0 0 30px rgba(0,0,0,0.12);
}
.about-text-col .subtitle {
  font-size: 20px; font-weight: 300; color: var(--text);
  margin-bottom: 8px;
}
.about-text-col h2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 45px; font-weight: 300; color: var(--primary);
  margin-bottom: 20px; line-height: 1.2em;
}
.about-text-col p { color: var(--text); font-size: 16px; font-weight: 200; line-height: 1.4em; margin-bottom: 15px; }

/* ==================== PRODUCTS SECTION (Homepage) ==================== */
.products-section { padding: 70px 0; margin-bottom: 50px; }
.products-section-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  align-items: center; margin-bottom: 50px;
}
.products-section-titles { text-align: left; }
.products-subtitle {
  color: var(--primary); font-size: 20px; font-weight: 300;
  text-transform: capitalize; margin-bottom: 5px;
}
.products-main-title {
  font-family: 'Varela Round', sans-serif;
  font-size: 32px; font-weight: 300; color: var(--text);
  line-height: 1.2em; text-transform: capitalize;
  white-space: nowrap;
}
.products-section-cta { text-align: right; }
.products-section-cta .btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 500;
  text-transform: capitalize; border-radius: 30px; padding: 14px 30px;
  box-shadow: 0 0 30px rgba(73,133,228,0.5);
}
.products-section-cta .btn-primary:hover {
  background: #2d5aa0; transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(73,133,228,0.6);
}
.products-section-cta .btn-primary i { font-size: 14px; }

/* Product Grid - 3 columns */
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 20px;
  list-style: none; margin: 0; padding: 0;
}
.products-grid li.product-card { list-style: none; }

/* Popular Products Grid - 4 columns in 1 row on desktop */
.popular-products-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  list-style: none; margin: 0; padding: 0; width: 100%;
}
.popular-products-grid li.product-card {
  list-style: none; width: 100%; min-width: 0;
}

/* Homepage Product Card */
.product-card {
  border: 1px solid #eee; border-radius: 8px; overflow: hidden;
  transition: var(--transition); background: var(--white);
  display: flex; flex-direction: column;
}
.product-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
}
.product-link { display: block; text-decoration: none; }
.product-image-wrapper { overflow: hidden; margin-bottom: 0; padding: 10px; }
.product-image { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 0.4s ease; }
.product-link:hover .product-image { transform: scale(1.03); }
.product-details { padding: 18px 15px; text-align: center; display: flex; flex-direction: column; flex: 1; }
.product-title { font-family: 'Varela Round', sans-serif; font-size: 7px; font-weight: 500; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-title a { color: var(--text); }
.product-title a:hover { color: var(--primary); }
.product-price { margin-bottom: 8px; }
.price-amount { color: var(--primary); font-weight: 600; font-size: 14px; }
.product-meta { margin-bottom: 12px; font-size: 11px; color: var(--text-light); }
.product-category { font-weight: 500; }
.product-subcategory { margin-left: 6px; color: var(--text-light); }
.product-btn { width: auto; font-size: 13px; padding: 10px 18px; border-radius: 25px; margin-top: auto; }

/* ==================== CERTIFICATES ==================== */
.cert-section {
  position: relative; padding: 60px 0; overflow: hidden;
  background: url('https://motors-world.com/wp-content/uploads/2021/09/Shapes-icons.png') no-repeat bottom right;
  background-size: 300px; background-position: bottom right;
  margin-bottom: 50px;
}
.cert-layout {
  display: flex; align-items: center; gap: 40px;
}
.cert-text {
  flex: 0 0 33.33%;
}
.cert-text h5 {
  color: var(--primary); font-family: 'Montserrat', sans-serif;
  font-size: 20px; font-weight: 300; text-transform: capitalize;
  margin-bottom: 5px;
}
.cert-text h2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 32px; font-weight: 300; color: var(--text);
  text-transform: capitalize; line-height: 1.2em;
}
.cert-scroll-wrapper {
  flex: 0 0 66.66%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.cert-scroll {
  display: flex; gap: 25px; align-items: center;
  animation: certScroll 20s linear infinite;
  width: max-content;
}
.cert-scroll img {
  height: 140px; width: auto; object-fit: contain;
  border: 1px solid #eee; background: var(--white); padding: 10px;
  border-radius: 4px; flex-shrink: 0;
}
@keyframes certScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 12.5px)); }
}

/* ==================== CLIENTS ==================== */
.clients-section { padding: 60px 0; margin-bottom: 50px; }
.client-grid {
  display: flex; gap: 35px; justify-content: center; align-items: center;
  flex-wrap: wrap; padding: 10px 0;
}
.client-grid img { height: 50px; width: auto; object-fit: contain; opacity: 0.5; transition: var(--transition); }
.client-grid img:hover { opacity: 1; }

/* ==================== CTA BANNER ==================== */
/* ==================== CTA BANNER ==================== */
.cta-banner {
  position: relative;
  background: linear-gradient(130deg, #4985E4 0%, #E8E8F2 89%);
  color: var(--white);
  padding: 80px 0 50px 0;
  text-align: left;
  overflow: hidden;
  margin-bottom: 0;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://motors-world.com/wp-content/uploads/2021/09/CTA-Shapes.png') center left/cover no-repeat;
  opacity: 0.15;
  z-index: 0;
}
.cta-banner .cta-wave-top,
.cta-banner .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
  overflow: hidden;
}
.cta-banner .cta-wave-top svg,
.cta-banner .wave-top svg {
  width: calc(230% + 1.3px);
  height: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotateY(180deg);
  display: block;
}
.cta-banner .cta-wave-top svg path,
.cta-banner .wave-top svg path {
  fill: #ffffff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.cta-text {
  flex: 1;
  max-width: 580px;
  padding-right: 30px;
}
.cta-text h4 {
  font-family: 'Varela Round', sans-serif;
  font-size: 45px;
  font-weight: 300;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.cta-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 25px;
  opacity: 0.95;
}
.cta-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 24px;
  opacity: 0.92;
}
.cta-text .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 35px;
  background: #ffffff;
  color: #4985E4;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cta-text .btn-white:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.cta-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-image img {
  width: 100%;
  max-width: 480px;
  height: 320px;
  object-fit: cover;
  border-radius: 300px 100px 100px 100px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  display: block;
}

/* ==================== FOOTER ==================== */
.site-footer {
  background: linear-gradient(130deg, #E8E8F2 0%, #4985E4 100%);
  color: var(--white); padding: 55px 0 0;
}
.footer-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 20px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 0.8fr 1fr 1fr; gap: 30px;
  padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-brand img { height: 40px; margin-bottom: 15px; filter: brightness(0) invert(1); }
.footer-brand p { color: rgba(255,255,255,0.95); line-height: 1.8; font-size: 13.5px; padding-right: 15px; }
.footer-col h4 {
  font-size: 15px; margin-bottom: 18px; text-transform: uppercase;
  letter-spacing: 0.5px; font-weight: 600; color: #ffffff;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.95); font-size: 14px; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--white); text-decoration: underline; }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact p { color: rgba(255,255,255,0.95); margin-bottom: 10px; font-size: 14px; word-break: break-word; }
.footer-contact a { color: rgba(255,255,255,0.95); }
.footer-contact a:hover { color: var(--white); }
.footer-bottom {
  text-align: left; padding: 20px 0; margin-top: 0;
  color: rgba(255,255,255,0.9); font-size: 13px;
}
/* ==================== ABOUT PAGE ==================== */
/* ==================== UNIFIED PAGE HERO SECTION (About, Products, Blog, Contact) ==================== */
.about-hero,
.products-hero,
.contact-hero,
.blog-hero {
  position: relative;
  background: linear-gradient(130deg, #E8E8F2 0%, #4985E4 89%);
  color: var(--white);
  text-align: left;
  min-height: 277px;
  margin-top: -13px;
  margin-bottom: 0;
  overflow: hidden;
}
.about-hero::before,
.products-hero::before,
.contact-hero::before,
.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://motors-world.com/wp-content/uploads/2021/09/BG-contact-hero-New.png') center/cover;
  opacity: 0.15;
  z-index: 0;
  transform: scaleY(-1);
}
.about-hero .container,
.products-hero .container,
.contact-hero .container,
.blog-hero .container {
  position: relative;
  z-index: 1;
  padding: 65px 20px 105px 20px;
  max-width: 1140px;
}
.about-hero h1,
.products-hero h1,
.contact-hero h1,
.blog-hero h1 {
  font-family: 'Varela Round', sans-serif;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 8px;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #ffffff;
}
.about-hero h3,
.products-hero h3,
.contact-hero h3,
.blog-hero h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 300;
  opacity: 1;
  text-transform: none;
  color: #ffffff;
}
.about-hero .hero-wave-bottom,
.products-hero .hero-wave-bottom,
.contact-hero .hero-wave-bottom,
.blog-hero .hero-wave-bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  bottom: -1px;
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
.about-hero .hero-wave-bottom svg,
.products-hero .hero-wave-bottom svg,
.contact-hero .hero-wave-bottom svg,
.blog-hero .hero-wave-bottom svg {
  display: block;
  width: calc(260% + 1.3px);
  height: 120px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotateY(180deg);
}
.about-hero .hero-wave-bottom svg path,
.products-hero .hero-wave-bottom svg path,
.contact-hero .hero-wave-bottom svg path,
.blog-hero .hero-wave-bottom svg path {
  fill: #ffffff;
}

.about-main { padding: 80px 0; }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch;
}
.about-text-col { padding-right: 20px; display: flex; flex-direction: column; justify-content: center; }
.about-text-col h2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 28px; font-weight: 300; color: var(--primary); margin-bottom: 20px; line-height: 1.3;
}
.about-text-col p { color: var(--text); font-size: 14px; font-weight: 300; line-height: 1.8; margin-bottom: 16px; }
.about-image-col { position: relative; min-height: 520px; }
.about-main-image {
  width: 100%; height: 100%; min-height: 520px; object-fit: cover;
  border-radius: 100px 100px 300px 100px;
  box-shadow: 0 0 30px rgba(0,0,0,0.12);
}

/* ==================== TIMELINE ==================== */
.timeline-section { padding: 80px 0; background: var(--white); }
.timeline-wrapper {
  position: relative; max-width: 900px; margin: 0 auto;
}
.timeline-wrapper::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
  width: 2px; background: var(--primary); transform: translateX(-50%);
}
.timeline-item {
  position: relative; width: 50%; padding: 30px 60px 30px 0; box-sizing: border-box;
  display: flex; flex-direction: column; align-items: flex-end;
}
.timeline-item.left {
  margin-left: 50%; padding: 30px 0 30px 60px; align-items: flex-start; text-align: left;
}
.timeline-item::after {
  content: ''; position: absolute; width: 16px; height: 16px;
  background: var(--primary); border-radius: 50%; top: 60px;
  box-shadow: 0 0 0 4px var(--white), 0 0 0 6px var(--primary); z-index: 1;
}
.timeline-item.right::after { right: -8px; }
.timeline-item.left::after { left: -8px; }
.timeline-labels { margin-bottom: 10px; }
.timeline-date { font-weight: 700; color: var(--primary); font-size: 14px; text-transform: uppercase; margin-bottom: 2px; }
.timeline-category { font-size: 12px; color: var(--text-light); font-weight: 400; }
.timeline-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--primary-light); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 16px; margin-bottom: 15px; }
.timeline-item.right .timeline-icon { margin-left: auto; }
.timeline-item.left .timeline-icon { margin-right: auto; }
.timeline-content { width: 100%; }
.timeline-title { font-family: 'Varela Round', sans-serif; font-size: 18px; font-weight: 400; color: var(--text); margin-bottom: 6px; }
.timeline-description { color: var(--text-light); font-size: 14px; line-height: 1.6; margin: 0; font-weight: 300; }

/* ==================== PRODUCTS PAGE ==================== */
.products-categories {
  padding: 60px 0; background: var(--white);
}
.products-categories .container { max-width: 1140px; }
.categories-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.category-icon-box {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 30px 20px; border-radius: 8px;
  background: var(--white); border: 1px solid #f0f0f0;
  transition: var(--transition);
}
.category-icon-box:hover {
  background: var(--primary-light);
  border-color: var(--primary-light);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(73,133,228,0.15);
}
.category-icon-box:hover .icon-box-title { color: var(--primary); }
.category-icon-box:hover .icon-box-icon svg { transform: scale(1.1); }
.category-icon-box.active {
  background: var(--primary-light);
  border-color: var(--primary);
}
.category-icon-box.active .icon-box-title { color: var(--primary); }
.icon-box-icon {
  width: 80px; height: 80px; border-radius: 12px;
  overflow: hidden; margin-bottom: 18px; display: flex; align-items: center; justify-content: center;
  background: var(--primary-light); transition: var(--transition);
}
.icon-box-icon svg { width: 60px; height: 60px; transition: var(--transition); }
.icon-box-icon img { width: 60px; height: 60px; object-fit: contain; transition: var(--transition); }
.icon-box-title {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px; font-weight: 500; color: var(--text); margin-bottom: 6px;
}
.icon-box-description {
  font-size: 13px; font-weight: 300; color: var(--text-light); line-height: 1.5; margin: 0;
}

.products-grid-section { padding: 60px 0; }
.products-grid-section .products-grid {
  grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.product-item { width: 100%; }

/* Products Pagination */
.products-pagination {
  display: flex; justify-content: center; gap: 6px;
  margin-top: 40px; flex-wrap: wrap;
}
.page-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 12px;
  border: 1px solid #ddd; border-radius: 4px;
  background: var(--white); color: var(--text);
  font-size: 13px; cursor: pointer; transition: var(--transition);
}
.page-btn:hover { border-color: var(--primary); color: var(--primary); }
.page-btn.active {
  background: var(--primary); color: var(--white);
  border-color: var(--primary);
}

/* ==================== PRODUCT DETAIL ==================== */
.product-detail { padding: 40px 0 60px; }
.product-detail-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.product-gallery { position: sticky; top: 100px; }
.main-image-wrapper {
  border-radius: 8px; overflow: hidden; box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}
.product-main-image { width: 100%; height: auto; display: block; }

.product-info { padding-top: 20px; }
.product-title {
  font-family: 'Varela Round', sans-serif;
  font-size: 28px; font-weight: 300; color: var(--text); margin-bottom: 12px; line-height: 1.3;
}
.product-meta { display: flex; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; font-size: 14px; }
.product-category, .product-subcategory {
  font-weight: 400; color: var(--text-light);
}
.product-category a { color: var(--primary); text-decoration: none; }
.product-category a:hover { text-decoration: underline; }
.product-subcategory { color: var(--text-light); font-weight: 300; }
.product-price-detail {
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 15px 0;
  border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;
}
.price-label { font-size: 14px; font-weight: 500; color: var(--text-light); }
.price-amount { font-size: 24px; font-weight: 700; color: var(--primary); font-family: 'Varela Round', sans-serif; }
.product-short-desc { color: var(--text-light); font-size: 15px; line-height: 1.7; margin-bottom: 25px; font-weight: 300; }
.product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 30px; }
.btn-inquiry { width: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; font-size: 14px; }

.product-meta-info { padding: 15px 0; border-top: 1px solid #f0f0f0; font-size: 14px; color: var(--text-light); }
.product-meta-info p { margin-bottom: 8px; }
.product-meta-info strong { color: var(--text); font-weight: 500; }

.product-share { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-top: 1px solid #f0f0f0; font-size: 14px; }
.product-share span { color: var(--text); font-weight: 500; }
.product-share a { color: var(--text-light); text-decoration: none; }
.product-share a:hover { color: var(--primary); }

/* Product Tabs */
.product-tabs { margin-top: 50px; border-top: 1px solid #e8e8e8; }
.tabs-nav { display: flex; border-bottom: 1px solid #e8e8e8; }
.tab-btn {
  padding: 15px 30px; background: none; border: none; border-bottom: 2px solid transparent;
  font-size: 15px; font-weight: 500; color: var(--text-light); cursor: pointer; transition: all 0.3s;
}
.tab-btn:hover { color: var(--text); }
.tab-btn.active { color: var(--primary); border-bottom-color: var(--primary); }
.tab-content { display: none; padding: 30px 0; }
.tab-content.active { display: block; }

/* Technical Data */
.product-technical-data { padding: 30px 0; border-top: 1px solid #e8e8e8; }
.product-technical-data .specs-table { width: 100%; border-collapse: collapse; }
.product-technical-data .specs-table tr { border-bottom: 1px solid #f0f0f0; }
.product-technical-data .specs-table td { padding: 12px 0; font-size: 14px; }
.product-technical-data .specs-table td:first-child { font-weight: 500; color: var(--text); width: 35%; }
.product-technical-data .specs-table td:last-child { color: var(--text-light); }

/* Technical Table */
.product-technical-data { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.technical-table { width: 100%; border-collapse: collapse; border: 1px solid #e8e8e8; min-width: 600px; }
.technical-table th, .technical-table td { padding: 12px 15px; text-align: left; border: 1px solid #e8e8e8; font-size: 14px; white-space: nowrap; }
.technical-table th { background: #f8f9fa; font-weight: 600; color: var(--text); }
.technical-table td { color: var(--text-light); }
.technical-table tbody tr:hover { background: #f8f9fa; }

.specs-section { padding-top: 20px; border-top: 1px solid #f0f0f0; }
.specs-title {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px; font-weight: 400; color: var(--text); margin-bottom: 15px;
}
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table tr { border-bottom: 1px solid #f0f0f0; }
.specs-table td { padding: 12px 0; font-size: 14px; }
.specs-table td:first-child { font-weight: 500; color: var(--text); width: 35%; }
.specs-table td:last-child { color: var(--text-light); }

/* Description */
.product-description { padding: 50px 0; border-top: 1px solid #f0f0f0; }
.section-heading {
  font-family: 'Varela Round', sans-serif;
  font-size: 22px; font-weight: 300; color: var(--text); margin-bottom: 25px;
}
.description-content { color: var(--text-light); font-size: 15px; line-height: 1.9; font-weight: 300; }
.description-content img { max-width: 100%; height: auto; border-radius: 4px; }

/* Related Products */
.related-products { padding-top: 50px; margin-top: 50px; border-top: 1px solid #e8e8e8; }
.related-products .products-grid { grid-template-columns: repeat(4, 1fr); }
.section-title-left h2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 24px; font-weight: 300; color: var(--text); margin-bottom: 30px;
}

/* ==================== BLOG ==================== */
.blog-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; padding: 40px 0; }
.blog-card { margin-bottom: 30px; }
.blog-card-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--radius); }
.blog-card-meta { color: #999; font-size: 13px; margin: 10px 0; }
.blog-card h3 { margin-bottom: 8px; font-size: 18px; }
.blog-card h3 a:hover { color: var(--primary); }
.blog-sidebar h4 {
  font-size: 16px; margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 2px solid var(--primary); font-weight: 700;
}
.sidebar-widget { margin-bottom: 25px; }
.sidebar-widget ul li { padding: 7px 0; border-bottom: 1px solid #eee; }
.sidebar-widget ul li a { color: #666; font-size: 14px; }
.sidebar-widget ul li a:hover { color: var(--primary); }

/* ==================== CONTACT ==================== */
.contact-main {
  padding: 80px 0; background: var(--gray-bg); position: relative;
  overflow: hidden;
}
.contact-main::before {
  content: ''; position: absolute; inset: 0;
  background: url('https://motors-world.com/wp-content/uploads/2021/09/CTA-Shapes.png') center/cover;
  opacity: 0.08; z-index: 0;
}
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
  position: relative; z-index: 1; max-width: 1140px; margin: 0 auto;
}
.contact-hero h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; font-weight: 300; opacity: 1;
  text-transform: capitalize;
}
.hero-wave-bottom {
  position: absolute; bottom: 0; left: 0; width: 100%; line-height: 0; z-index: 2;
  overflow: hidden;
}
.hero-wave-bottom svg {
  width: calc(260% + 1.3px); height: 120px; display: block;
  transform: translateX(-50%) rotateX(180deg);
}

.contact-main {
  padding: 8% 0; position: relative;
}
.contact-main::before {
  content: ''; position: absolute; right: 0; bottom: 0;
  width: 400px; height: 400px; z-index: 0;
  background: url('https://motors-world.com/wp-content/uploads/2021/09/BG-Form-Contact-Us.png') no-repeat;
  background-position: bottom center;
  background-size: contain; opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(200%);
}
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
  position: relative; z-index: 1; max-width: 1140px; margin: 0 auto;
}
.contact-form-col {
  background: var(--white); padding: 12%; border-radius: 10px;
  box-shadow: 0 0 30px rgba(0,0,0,0.06);
  display: flex; flex-direction: column; align-items: center;
}
.contact-form-col h3 {
  font-family: 'Varela Round', sans-serif;
  font-size: 18px; font-weight: 300; color: var(--text);
  margin-bottom: 25px; text-align: center;
}
.contact-form { width: 100%; max-width: 450px; }
.contact-form label.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.contact-form input, .contact-form textarea {
  width: 100%; padding: 14px 16px; border: none; border-radius: 5px;
  font-size: 15px; margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif; font-weight: 300; color: #3d4459;
  background: #fafafa;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; background: var(--white);
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form button.btn-primary {
  width: 100%; font-family: 'Varela Round', sans-serif;
  font-size: 13px; border-radius: 30px; padding: 14px 30px;
  background: var(--primary); color: var(--white);
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.contact-form button.btn-primary .btn-icon {
  font-size: 14px;
}
.contact-info-col { padding-top: 20px; text-align: left; }
.contact-info-col h3 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px; font-weight: 300; color: var(--text); margin-bottom: 12px;
}
.contact-info-col h2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 34px; font-weight: 300; color: var(--text); margin-bottom: 18px; line-height: 1.3;
}
.contact-info-col > p { color: var(--text-light); font-size: 15px; font-weight: 300; line-height: 1.7; margin-bottom: 25px; }
.business-hours { list-style: none; padding: 0; margin: 10px 0 0; }
.business-hours li { color: var(--text-light); font-size: 15px; font-weight: 300; margin-bottom: 8px; }

/* Let's Meet Section */
.contact-cards-section {
  padding: 60px 0; text-align: center;
}
.contact-cards-subtitle {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px; font-weight: 300; color: var(--text-light); margin-bottom: 5px;
}
.contact-cards-title {
  font-family: 'Varela Round', sans-serif;
  font-size: 36px; font-weight: 300; color: var(--text); margin-bottom: 40px;
}
.contact-cards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.contact-card-item {
  padding: 30px 20px; text-align: center;
}
.card-icon-img { margin-bottom: 20px; }
.card-icon-img img { width: 80px; height: auto; }
.contact-card-item h3 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px; font-weight: 400; color: var(--text); margin-bottom: 8px;
}
.contact-card-item p { color: var(--text-light); font-size: 14px; font-weight: 300; }

/* ==================== BREADCRUMB ==================== */
.page-breadcrumb { padding: 15px 0; font-size: 13px; color: #999; }
.page-breadcrumb a { color: var(--primary); }
.page-breadcrumb a:hover { text-decoration: underline; }

/* ==================== RESPONSIVE ==================== */
/* ==================== RESPONSIVE BREAKPOINTS ==================== */
@media (max-width: 992px) {
  .site-header { height: 75px; }
  .header-inner { height: 75px; }
  
  .hero-inner { flex-direction: column; padding: 40px 20px; text-align: center; }
  .hero-content { padding: 0; }
  .hero-content p { max-width: 100%; }
  .hero-image-wrapper { width: 100%; margin-top: 25px; }
  .hero-image-wrapper img { height: 260px; margin-bottom: 0; }
  
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
  }
  .about-image-col {
    order: 1;
    aspect-ratio: 1 / 1;
    width: 100%;
  }
  .about-text-col {
    order: 2;
    align-self: stretch;
  }
  .product-detail-layout { grid-template-columns: 1fr; gap: 30px; }
  .blog-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-form-col { padding: 6%; }
  .contact-cards-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  .popular-products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  
  .cta-inner { flex-direction: column; text-align: center; padding: 40px 20px 20px; }
  .cta-text { padding-right: 0; max-width: 100%; text-align: center; }
  .cta-text h4 { font-size: 32px; text-align: center; }
  .cta-text h2 { text-align: center; font-size: 18px; }
  .cta-text p { text-align: center; }
  .cta-image { justify-content: center; margin-top: 25px; }
  .cta-image img { max-width: 100%; height: auto; max-height: 240px; border-radius: 120px 40px 40px 40px; }
}

@media (max-width: 768px) {
  .site-header { height: 68px; overflow: visible; }
  .header-inner { height: 68px; padding: 0 16px; position: relative; overflow: visible; }
  .logo img { width: 135px; height: auto; }
  
  .header-right { gap: 8px; }
  .phone-link .phone-num { display: none; }
  .phone-link {
    width: 36px; height: 36px; padding: 0;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35); color: #ffffff;
    font-size: 16px;
  }
  .phone-link:hover {
    background: #ffffff; color: var(--primary);
  }
  .header-search-btn {
    width: 36px; height: 36px; margin-right: 0;
  }
  .menu-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 6px;
    font-size: 20px; color: #ffffff; cursor: pointer; padding: 0;
    transition: all 0.2s ease;
  }
  .menu-toggle:hover {
    background: #ffffff; color: var(--primary);
  }
  
  /* Mobile Navigation Dropdown */
  .main-nav {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    margin: 0 !important;
    align-items: stretch !important;
    background: linear-gradient(135deg, rgba(232, 232, 242, 0.98) 0%, rgba(73, 133, 228, 0.98) 100%);
    box-shadow: 0 16px 35px rgba(37, 99, 235, 0.22);
    padding: 8px 12px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 99999;
  }
  .main-nav.open {
    display: flex !important;
    flex-direction: column !important;
  }
  .main-nav a {
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #1e3a5f !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.28);
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
  }
  .main-nav a:hover,
  .main-nav a.active {
    background: rgba(255, 255, 255, 0.42);
    color: #1d4ed8 !important;
    padding-left: 30px;
    border-radius: 7px;
    text-shadow: none;
  }
  .main-nav a::after { display: none !important; }

  /* Hero on mobile */
  .about-hero, .products-hero, .contact-hero, .blog-hero {
    min-height: 200px;
    padding: 0;
  }
  .about-hero .container, .products-hero .container, .contact-hero .container, .blog-hero .container {
    padding: 40px 16px 85px;
  }
  .about-hero h1, .products-hero h1, .contact-hero h1, .blog-hero h1 {
    font-size: 32px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px;
  }
  .about-hero h3, .products-hero h3, .contact-hero h3, .blog-hero h3 {
    font-size: 15px !important;
    line-height: 1.4;
  }
  .hero-wave-bottom svg {
    height: 90px !important;
  }

  /* Homepage section heading */
  .products-section {
    padding: 42px 0 50px;
    margin-bottom: 20px;
  }
  .products-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 28px;
  }
  .products-section-titles {
    min-width: 0;
    flex: 1;
  }
  .products-subtitle {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 4px;
  }
  .products-main-title {
    font-size: 22px;
    line-height: 1.22;
    white-space: normal;
  }
  .products-section-cta {
    flex: 0 0 auto;
    text-align: right;
  }
  .products-section-cta .btn-primary {
    padding: 11px 14px;
    min-height: 42px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }

  /* Contact page */
  .contact-main { padding: 40px 0; }
  .contact-main::before { display: none; }
  .contact-form input, .contact-form textarea {
    font-size: 16px !important;
  }

  /* Products Grid - Always 2 columns on mobile */
  .products-grid,
  .related-products .products-grid,
  .popular-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .product-card .product-details {
    padding: 10px 12px 14px;
  }
  .product-card .product-title {
    font-size: 13.5px;
    line-height: 1.35;
    margin-bottom: 6px;
  }
  .product-card .product-meta {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .product-card .product-btn {
    padding: 8px 12px;
    font-size: 12px;
    width: 100%;
  }

  /* Categories Grid */
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .category-icon-box {
    padding: 16px 10px;
  }
  .icon-box-title {
    font-size: 14px;
  }

  /* Timeline: single-column mobile layout */
  .timeline-section {
    padding: 42px 0 48px;
    overflow: hidden;
  }
  .timeline-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 4px;
  }
  .timeline-wrapper::before {
    left: 20px;
    width: 2px;
    transform: none;
  }
  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    width: 100%;
    margin-left: 0 !important;
    padding: 24px 0 24px 52px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .timeline-item::after,
  .timeline-item.left::after,
  .timeline-item.right::after {
    left: 12px !important;
    right: auto !important;
    top: 30px;
    width: 16px;
    height: 16px;
  }
  .timeline-labels {
    width: 100%;
    margin-bottom: 8px;
  }
  .timeline-date {
    font-size: 13px;
  }
  .timeline-category {
    font-size: 11px;
  }
  .timeline-icon,
  .timeline-item.right .timeline-icon,
  .timeline-item.left .timeline-icon {
    margin: 0 0 12px 0;
  }
  .timeline-content {
    width: 100%;
  }
  .timeline-title {
    font-size: 17px;
    line-height: 1.35;
  }
  .timeline-description {
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 25px; padding-bottom: 25px; }
  .footer-col h4 { margin-bottom: 12px; font-size: 14px; }
  .footer-bottom { text-align: center; font-size: 12px; padding: 15px 0; }
}

@media (max-width: 480px) {
  .logo img { width: 120px; }
  .header-inner { padding: 0 12px; }
  
  .about-hero .container, .products-hero .container, .contact-hero .container, .blog-hero .container {
    padding: 35px 14px 75px;
  }
  .about-hero h1, .products-hero h1, .contact-hero h1, .blog-hero h1 {
    font-size: 27px !important;
  }
  .about-hero h3, .products-hero h3, .contact-hero h3, .blog-hero h3 {
    font-size: 13.5px !important;
  }
  
  .contact-form-col { padding: 5%; }
  .hero-content { padding: 25px 14px; }
  .hero-content h1 { font-size: 24px; line-height: 1.3; }
  .cert-grid img { height: 80px; }

  .products-section-header {
    align-items: flex-start;
    gap: 8px;
  }
  .products-subtitle { font-size: 12px; }
  .products-main-title { font-size: 19px; }
  .products-section-cta .btn-primary {
    padding: 10px 11px;
    font-size: 11px;
    border-radius: 22px;
    white-space: nowrap;
  }
  .products-section-cta .btn-primary i { display: none; }
  
  .cta-text h4 { font-size: 24px !important; }
  .cta-text .btn-white { padding: 12px 26px; font-size: 14px; }

  /* Product details actions stack */
  .product-actions {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .btn-inquiry, .btn-whatsapp {
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }
}
/* Legacy responsive overrides intentionally removed. The mobile navigation rules above are authoritative. */

/* Inquiry Modal */
.inquiry-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.inquiry-modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.inquiry-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  line-height: 1;
}
.inquiry-modal-close:hover { color: #333; }
.inquiry-modal h3 {
  font-size: 22px;
  color: #2c5f8a;
  margin-bottom: 5px;
}
.inquiry-modal .form-group {
  margin-bottom: 15px;
}
.inquiry-modal label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}
.inquiry-modal input,
.inquiry-modal textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
}
.inquiry-modal input:focus,
.inquiry-modal textarea:focus {
  outline: none;
  border-color: #2c5f8a;
}
