/** Shopify CDN: Minification failed

Line 365:2 Expected identifier but found "."
Line 964:0 Unexpected "}"

**/
.hero-carousel {
  position: relative;
  overflow: hidden;
  min-height: 540px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  min-height: 540px;
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.hero-media {
  width: 100%;
  height: 660px;
  object-fit: cover;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* FORCE QUALITY */
  opacity: 1 !important;
  filter: none !important;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(11, 42, 74, 0.25),
    rgba(11, 42, 74, 0.15)
  );
  z-index: 2;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 960px;
  width: 100%;
  text-align: left;
}

.hero-content h1 {
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
  color: var(--accent-yellow) !important;
  text-align: center;
}

.hero-content p {
  font-size: 56px;
  opacity: 0.95;
  color: var(--accent-yellow) !important;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}


/* Dots */
.hero-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
}

.hero-dot.active {
  background: var(--accent-yellow);
}




.partnr-spares {
  padding: 40px 0;
  background: #ffffff;
  color: var(--primary-blue);
}



.spares-grid {
  display: grid;
  gap: 56px;
}

.spares-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 48px;
  border-radius: 20px;
  background: #f7f9fc;
}

.spares-card.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.spares-text h3 {
  font-size: 28px;
  margin-bottom: 14px;
}

.spares-text p {
  font-size: 16px;
  margin-bottom: 24px;
}

.spares-image img {
  width: 100%;
  height: auto;
}
.partnr-service {
  padding: 40px 0;
  background: var(--primary-blue);
  color: var(--white);
}

.service-wrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.partnr-service h3 {
  font-size: 32px;
  margin-bottom: 16px;
}

.partnr-service p {
  font-size: 16px;
  margin-bottom: 32px;
  opacity: 0.95;
}


/* --------------------
   PARTNR SPARES
--------------------- */
.partnr-spares {
  padding: 120px 0;
  background: #ffffff;
  color: var(--primary-blue);
}

.spares-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.spares-content {
  max-width: 460px;
}

.spares-logo {
  margin-bottom: 20px;
  height: 36px;
  width: auto;
}

.spares-content h3 {
  color: var(--accent-blue);
  font-size: 32px;
  margin-bottom: 16px;
}

.spares-content p {
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.6;
}

/* Product grid */
/* --- Spares visual composition --- */
/* =========================
   PARTNR SPARES – FINAL
========================= */

.spares-grid {
  display: flex;
  align-items: flex-end; /* SAME BASELINE */
  gap: 32px;
}

/* Reset item styling */
.spares-item {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: flex-end;
}

/* Preserve product aspect ratio */
.spares-item img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}


/* Side boxes (smaller) */
.spares-item:nth-child(1) img,
.spares-item:nth-child(4) img {
  height: 220px;
}

/* Center oil bottles (bigger) */
.spares-item:nth-child(2) img,
.spares-item:nth-child(3) img {
  height: 340px;
}

.partnr-service-hero {
  position: relative;
  padding: 0 0;
  overflow: hidden;
  background-image:url('{{ section.settings.background_image | image_url: width: 2000 }}');
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

/* HARD WIDTH CONSTRAINT */
.partnr-service-hero .service-inner {
  max-width: 1200px;   /* matches rest of site */
  margin: 0 auto;
  min-height: 480px;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1fr 360px; /* text | form */
  gap: 64px;

  align-items: center;
  position: relative;
}

.service-description {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

.service-submit {
  width: 100%;
  height: 52px;
  background: #0bb0d3;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

/* MECHANIC IMAGE */
.service-mechanic {
  position: absolute;
  bottom: 0;
  left: 46%;
  top: -8%;
  transform: translateX(-50%);
  height: 520px;
  z-index: 2;
  pointer-events: none;
}


.service-content {
  max-width: 480px;
}

.service-logo {
  margin-bottom: 32px;
  height: 44px;
}
.service-content h3 {
  font-size: 36px;
  margin-bottom: 16px;
}

.service-content p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
  max-width: 320px;
}


/* Mechanic image overlap */

.service-inner,
.service-content {
  background: transparent;
}
.service-inner {
  padding-right: 40px;
}

/* =========================
   PARTNR APP FOR MECHANICS
========================= */

.partnr-app-section {
  padding: 80px 24px;
  background: #ffffff;
}

.partnr-app-inner {
  padding: 56px 64px;
  max-width: 1200px;
  margin: 0 auto;

  background: #f2f7f9;           /* soft light background */
  border-radius: 28px;

  padding: 80px;
  display: grid;
  gap: 80px;
  align-items: center;
  grid-template-columns: 1fr 1fr; /* image | text */
  ...
}

/* LEFT : APP IMAGE */
.app-visual {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.app-visual img {
    transform: scale(1.8);
  width: 100%;
  height: auto;
  max-width: none;   /* 🔑 CRITICAL */
  display: block;
  object-fit: contain;
  filter: contrast(1.05) saturate(1.05)
          drop-shadow(0 20px 40px rgba(0,0,0,0.08));
}


/* RIGHT : CONTENT */
.app-content h3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--primary-blue);
}

.app-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #334155;
}
/* =========================
   WHY PARTNR SECTION
========================= */

.why-partnr {
  background: var(--primary-blue);
  padding: 80px 0;
  color: #ffffff;
}

.why-partnr-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.why-partnr-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
  margin-left: 50px;
  color: #ffffff;
}

.why-partnr-content p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 10px;
  margin-left: 50px;
  max-width: 520px;
}

.why-partnr-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
/* =========================
   HOME IMPACT SECTION
========================= */

.home-impact {
  padding: 60px 0;
  background: #ffffff;
}

.home-impact-inner {
  background: #f2f7f9;
  border-radius: 28px;
  padding: 60px 40px;
  text-align: center;
}

.impact-pill {
  display: inline-block;
  padding: 8px 20px;
  color: #163c72;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 18px;
  border: 2px solid #f6c21c;
    padding: 6px 20px;
    border-radius: 999px;
 }


.home-impact-inner h2 {
  font-size: 48px;
  color: var(--primary-blue);
  margin-bottom: 20px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}

.impact-number {
  font-size: 64px;
  font-weight: 700;
  color: var(--accent-blue);
  margin-bottom: 8px;
}

.impact-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 12px;
}

.impact-desc {
  font-size: 13px;
  line-height: 1.3;
  max-width: 300px;
  margin: 0 auto;
  color: #1f2d3d;
}



.why-partnr {
  position: relative;
  padding: 80px 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Light overlay for readability */
.why-partnr-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 42, 74, 0.88);
  z-index: 1;
}

/* Keep content above overlay */
.why-partnr .page-width {
  position: relative;
  z-index: 2;
}

/* Text colors on image */
.why-partnr-content h2 {
  color: #ffffff;
}

.why-partnr-content p {
  color: rgba(255, 255, 255, 0.9);
}

.spares-visual-mobile img{
  display:none
}



@media (max-width: 768px) {
  .hero-carousel {
    min-height: 460px;
  }
  .hero-slide {
    min-height: 460px;
  }
  .hero-media {
    height: 460px;
  }
  .hero-content {
    max-width: 96%;
    padding: 0 16px;
  }
  .hero-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .hero-content p {
    font-size: 24px;
  }
  .hero-dots {
    bottom: 16px;
  }
}
@media (max-width: 480px) {
  .hero-carousel {
    min-height: 380px;
  }
  .hero-slide {
    min-height: 380px;
  }
  .hero-media {
    height: 380px;
  }
  .hero-content {
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 14px;
  }
  .hero-content h1 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 12px;
  }
  .hero-content p {
    font-size: 24px;
    font-weight: 450;
    line-height: 1;
  }
  .hero-dots {
    bottom: 12px;
    gap: 8px;
  }
  .hero-dot {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 768px) {
  .partnr-spares {
    padding: 80px 0;
  }

  .spares-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .spares-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .spares-content h3 {
    font-size: 28px;
  }

  .spares-content p {
    font-size: 15px;
  }

  .spares-visual {
    display: flex;
    justify-content: center;
  }

  spares-visual-mobile {
    display: none;
  }

  .spares-visual img {
    max-width: 520px;
    width: 100%;
    height: auto;
  }

  .btn-buy-now {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .partnr-spares {
    padding: 48px 0 32px;
  }

  .spares-layout {
    gap: 32px;
    text-align: left;
  }

  .spares-logo {
    height: 32px;
    margin-bottom: 8px;
  }

  .spares-content h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .spares-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .btn-buy-now {
    width: 100%;
    justify-content: center;
    padding: 14px 0;
  }

  .spares-visual img {
    max-width: 100%;
    display: none;
  }
  .spares-visual-mobile img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .partnr-service-hero {
    padding: 80px 0;
  }

  .partnr-service-hero .service-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .service-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .service-logo {
    margin: 0 auto 16px;
  }

  .service-content h3 {
    font-size: 32px;
  }

  .service-content p {
    max-width: 420px;
    margin: 0 auto;
  }

  /* Mechanic image reposition */
  .service-mechanic {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    height: 360px;
    margin: 0 auto;
    order: 2;
  }

}
@media (max-width: 480px) {
  .partnr-service-hero {
    padding: 48px 0;
  background-image: none !important;
  background-color: #00ABCE;
}

  
  .service-content h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  .service-content p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }

  /* Mechanic smaller */
  .service-mechanic {
    height: 280px;
    margin-bottom: -65px;
  }

}
@media (max-width: 768px) {
  .partnr-app-section {
    padding: 64px 20px;
  }

  .partnr-app-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 56px 40px;
    text-align: center;
  }

  /* Image */
  .app-visual {
    justify-content: center;
  }

  .app-visual img {
    transform: scale(1.6);
    max-width: 320px;
  }

  /* Content */
  .app-content h3 {
    font-size: 32px;
  }

  .app-content p {
    max-width: 420px;
    margin: 0 auto 28px;
  }

  .download-app-btn {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .partnr-app-section {
    padding: 48px 16px;
  }

  .partnr-app-inner {
    padding: 40px 24px;
    gap: 16px;
  }

  /* Image */
  .app-visual img {
    max-width: 340px;
    width: 75%;
    height: auto;
  }

  /* Content */
  .app-content h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  .app-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  /* CTA */
  .download-app-btn {
    width: 100%;
    height: 48px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .why-partnr {
    padding: 64px 0;
  }

  .why-partnr-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  /* Image */
  .why-partnr-image img {
    max-width: 420px;
    margin: 0 auto;
  }

  /* Content */
  .why-partnr-content h2 {
    font-size: 34px;
    margin-left: 0;
  }

  .why-partnr-content p {
    margin-left: 0;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .why-partnr {
    padding: 32px 0;
  }

  .why-partnr-inner {
    gap: 32px;
  }

  /* Image */
  .why-partnr-image img {
    max-width: 100%;
    border-radius: 16px;
  }

  /* Heading */
  .why-partnr-content h2 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  /* Text */
  .why-partnr-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .home-impact {
    padding: 48px 0;
  }

  .home-impact-inner {
    padding: 48px 32px;
  }

  .home-impact-inner h2 {
    font-size: 36px;
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }

  .impact-number {
    font-size: 52px;
  }

  .impact-title {
    font-size: 18px;
  }

  .impact-desc {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .home-impact {
    padding: 40px 0;
  }

  .home-impact-inner {
    padding: 36px 20px;
    border-radius: 20px;
  }

  .home-impact-inner h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .impact-number {
    font-size: 44px;
  }

  .impact-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .impact-desc {
    font-size: 13px;
    max-width: 260px;
  }
}

  /* SUBMIT BUTTON */
  .contact-submit {
    height: 52px;
    font-size: 15px;
    background: var(--accent-yellow);
    color: var(--primary-blue);
    cursor: pointer;
  }

  .contact-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

}


/* RIGHT FORM */
.contact-form-right form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Submit */
.contact-submit {
  margin-top: 20px;
  height: 56px;
  border-radius: 12px;
  background: #efefef;
  color: #b5b5b5;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: not-allowed;
}


.contact-submit {
  margin-top: 4px;
  height: 56px;
  padding: 0 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: #ffffff;
  border: 2px solid var(--accent-yellow);

  color: var(--primary-blue);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;

  cursor: pointer;
  transition: all 0.2s ease;
}
.contact-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.contact-submit:not(:disabled):hover {
  background: var(--accent-yellow);
  color: var(--primary-blue);
}
.field-error {
  display: none;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #d12f2f;
}
.home-form {
  padding: 0px 16px;
  border-radius: 12px;
  font-size: 18px;
}
.form-field input{
  background: #f1f7f7;
}
.form-field input::placeholder {
  color: #9aa7b1;
}
.form-header {
 color: #12366f
}

.h4-messgae {
  background: none;
}