/*
Theme Name:     Dakar Hello Child
Theme URI:
Description:    Hello-elementor child theme.
Author:         Datxale
Author URI:
Template:       hello-elementor
Version:        0.3.0
*/

:root {
  --dkr-bg: #091118;
  --dkr-bg-soft: #0f1b25;
  --dkr-panel: #122433;
  --dkr-panel-2: #162c3d;
  --dkr-line: rgba(255, 255, 255, 0.08);
  --dkr-text: #f4f1ea;
  --dkr-muted: #b6c2cc;
  --dkr-accent: #e95e3f;
  --dkr-accent-2: #ffb36a;
  --dkr-dark: #05090d;
  --dkr-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --dkr-radius: 24px;
  --dkr-content: min(1180px, calc(100vw - 40px));
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top right, rgba(233, 94, 63, 0.2), transparent 26%),
    radial-gradient(circle at left top, rgba(255, 179, 106, 0.12), transparent 24%),
    linear-gradient(180deg, #08131d 0%, #0b141c 38%, #10171e 100%);
  color: var(--dkr-text);
  font-family: "Manrope", sans-serif;
  line-height: 1.7;
}

a {
  color: var(--dkr-accent-2);
  text-decoration: none;
  transition: color 0.24s ease, opacity 0.24s ease;
}

a:hover {
  color: #fff4d1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin-bottom: 0.45em;
}

p,
li,
label,
input,
textarea,
select,
button {
  font-family: "Manrope", sans-serif;
}

body .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background:
    linear-gradient(180deg, rgba(5, 9, 13, 0.9), rgba(5, 9, 13, 0.72)),
    linear-gradient(90deg, rgba(233, 94, 63, 0.14), transparent 35%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body .site-header .header-inner,
body .site-header .site-header-inner,
body .site-header .elementor-container,
body .site-header .elementor-section-wrap {
  max-width: var(--dkr-content);
}

body .site-header .site-branding,
body .site-header .site-logo,
body .site-header .site-navigation,
body .site-header .site-header-inner {
  width: 100%;
}

body .site-header .site-header-inner,
body .site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: var(--dkr-content);
  margin: 0 auto;
  padding: 18px 0;
}

body .site-branding {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 240px;
}

body .site-branding .site-title,
body .site-branding .site-title a {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0;
}

body .site-branding .site-description {
  color: var(--dkr-accent-2);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body .custom-logo-link img,
body .site-logo img {
  max-height: 76px;
  width: auto;
}

body .site-navigation ul.menu,
body .site-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body .site-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .site-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--dkr-accent), var(--dkr-accent-2));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

body .site-navigation li.current-menu-item > a,
body .site-navigation a:hover {
  color: #fff;
}

body .site-navigation li.current-menu-item > a::after,
body .site-navigation a:hover::after {
  transform: scaleX(1);
}

body .site-main,
body .site-content {
  width: 100%;
}

body.page:not(.home):not(.woocommerce-page) .site-main {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

body .site-main > article,
body .site-main > .page-content,
body .site-main > .type-page,
body .site-main > .type-product {
  width: var(--dkr-content);
  margin: 0 auto;
}

body .entry-title {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  margin-top: 10px;
}

body.page-id-6 .entry-title,
body.home .entry-title {
  display: none;
}

body.page-id-6 .entry-content,
body.home .entry-content {
  margin-top: 0;
}

body.page:not(.page-id-6):not(.woocommerce-page) .entry-content {
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 36, 51, 0.74), rgba(11, 22, 31, 0.9));
  border: 1px solid var(--dkr-line);
  box-shadow: var(--dkr-shadow);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(8, 13, 18, 0.3), rgba(4, 7, 11, 0.85));
  margin-top: 50px;
}

.site-footer .site-info,
.site-footer .footer-inner {
  width: var(--dkr-content);
  margin: 0 auto;
  padding: 22px 0 28px;
  color: var(--dkr-muted);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.dkr-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  padding: 54px;
  margin: 28px 0 34px;
  background:
    linear-gradient(135deg, rgba(9, 17, 24, 0.98), rgba(18, 36, 51, 0.96)),
    linear-gradient(140deg, rgba(233, 94, 63, 0.16), transparent 50%);
  border: 1px solid var(--dkr-line);
  border-radius: 34px;
  box-shadow: var(--dkr-shadow);
}

.dkr-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 94, 63, 0.24), transparent 68%);
  pointer-events: none;
}

.dkr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dkr-accent-2);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.dkr-kicker::before {
  content: "";
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, var(--dkr-accent), var(--dkr-accent-2));
}

.dkr-hero h1 {
  font-size: clamp(3.6rem, 7vw, 6.1rem);
  margin: 12px 0 16px;
}

.dkr-hero p {
  max-width: 700px;
  font-size: 1.05rem;
  color: var(--dkr-muted);
}

.dkr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.dkr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dkr-btn--solid {
  background: linear-gradient(90deg, var(--dkr-accent), var(--dkr-accent-2));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 38px rgba(233, 94, 63, 0.28);
}

.dkr-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
}

.dkr-btn:hover {
  transform: translateY(-1px);
}

.dkr-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.dkr-stat {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.dkr-stat strong {
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.dkr-stat span {
  display: block;
  margin-top: 8px;
  color: var(--dkr-muted);
  font-size: 0.92rem;
}

.dkr-hero-media {
  display: flex;
  align-items: stretch;
}

.dkr-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #fff;
}

.dkr-section {
  margin: 26px 0;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 36, 51, 0.74), rgba(11, 22, 31, 0.9));
  border: 1px solid var(--dkr-line);
  box-shadow: var(--dkr-shadow);
}

.dkr-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.dkr-section-head h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  margin: 10px 0 0;
}

.dkr-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.dkr-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dkr-card {
  padding: 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dkr-card h3 {
  font-size: 1.8rem;
  margin-top: 0;
}

.dkr-card p,
.dkr-card li {
  color: var(--dkr-muted);
}

.dkr-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.dkr-cert-list,
.dkr-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dkr-chip,
.dkr-cert {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dkr-brochure {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 26px;
  align-items: center;
}

.dkr-brochure img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #fff;
}

.dkr-note {
  color: var(--dkr-muted);
  font-size: 0.95rem;
}

.dkr-contact-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.dkr-contact-band .dkr-panel {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dkr-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.dkr-contact-list span {
  color: var(--dkr-muted);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.dkr-contact-list strong,
.dkr-contact-list a {
  color: #fff;
  font-size: 1.08rem;
}

.woocommerce-page .site-main,
.single-product .site-main,
.post-type-archive-product .site-main {
  padding-top: 28px;
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--dkr-muted);
  margin-bottom: 20px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 18px 18px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--dkr-shadow);
}

.woocommerce ul.products li.product a img {
  border-radius: 18px;
  background: #fff;
  padding: 8px;
  margin-bottom: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--dkr-accent-2);
  font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dkr-accent), var(--dkr-accent-2));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background: linear-gradient(90deg, var(--dkr-accent), var(--dkr-accent-2));
  color: #fff;
}

.woocommerce div.product div.images img,
.woocommerce div.product div.summary {
  border-radius: 24px;
}

.woocommerce div.product div.images img {
  background: #fff;
  padding: 14px;
}

.woocommerce div.product .summary {
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce div.product .product_title {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account .woocommerce {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-color: rgba(255, 255, 255, 0.08);
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout #customer_details,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce form .form-row label {
  color: #fff;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.wpcf7 form,
.wpcf7-form {
  display: grid;
  gap: 14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  min-height: 50px;
  width: 100%;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.wpcf7 textarea {
  min-height: 150px;
  padding: 14px 16px;
}

.wpcf7 input[type="submit"] {
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dkr-accent), var(--dkr-accent-2));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .dkr-hero,
  .dkr-split,
  .dkr-brochure,
  .dkr-contact-band,
  .dkr-card-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }

  .dkr-hero {
    padding: 34px;
  }

  .dkr-hero-media {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  body .site-header .site-header-inner,
  body .site-header .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  body .site-navigation ul.menu,
  body .site-navigation .menu {
    justify-content: flex-start;
  }

  .dkr-hero,
  .dkr-split,
  .dkr-brochure,
  .dkr-contact-band,
  .dkr-card-grid,
  .dkr-stats,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .dkr-section,
  .dkr-hero {
    padding: 24px;
  }

  .site-footer .site-info,
  .site-footer .footer-inner {
    flex-direction: column;
  }
}

body {
  background: #f6f6f3;
  color: #20242a;
}

body:not(.page-id-6) .site-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(8, 16, 34, 0.08);
  backdrop-filter: none;
}

body:not(.page-id-6) .site-branding .site-title,
body:not(.page-id-6) .site-branding .site-title a,
body:not(.page-id-6) .site-navigation a {
  color: #102239;
}

body:not(.page-id-6) .site-branding .site-description {
  color: #CC0000;
}

body:not(.page-id-6) .site-navigation a:hover,
body:not(.page-id-6) .site-navigation li.current-menu-item > a {
  color: #CC0000;
}

body.page-id-6 {
  background: #f8f8f8;
}

body.page-id-6 .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  /* border-bottom removed */
  box-shadow: none;
}

body.page-id-6 .site-header .site-branding .site-title,
body.page-id-6 .site-header .site-branding .site-title a,
body.page-id-6 .site-navigation a {
  color: #fff;
}

body.page-id-6 .site-branding .site-description {
  color: rgba(255, 255, 255, 0.88);
}

body.page-id-6 .site-main > article,
body.page-id-6 .site-main > .page-content,
body.page-id-6 .site-main > .type-page {
  width: 100%;
  max-width: 100%;
}

body.page-id-6 .entry-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.eif-container {
  width: min(1320px, calc(100vw - 34px));
  margin: 0 auto;
}

.eif-grid-2 {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 28px;
}

.eif-title h4,
.eif-about-copy h4,
.eif-contact-band h4 {
  margin: 0 0 14px;
  color: #CC0000;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eif-title h1,
.eif-about-copy h1,
.eif-contact-band h1 {
  margin: 0 0 18px;
  color: #14263a;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.eif-title p,
.eif-about-copy p,
.eif-contact-band p,
.eif-map-copy p {
  color: #4b5663;
  font-size: 1.05rem;
}

.eif-hero {
  padding-top: 0;
}

.eif-hero-frame {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0;
}

.eif-hero-video {
  display: block;
  width: 99%;
  height: min(82vh, 860px);
  margin: 0 auto;
  object-fit: cover;
  background: #04101e;
}

.eif-about {
  background: #ffffff;
  padding: 56px 0 34px;
}

.eif-about-copy strong {
  color: #CC0000;
  font-weight: 800;
}

.eif-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.eif-about-stats div {
  padding: 18px 16px;
  border-radius: 18px;
  background: #f1f4f7;
}

.eif-about-stats strong {
  display: block;
  color: #102239;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.eif-about-stats span {
  display: block;
  margin-top: 8px;
  color: #5d6773;
}

.eif-about-visual {
  min-height: 560px;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(4, 16, 30, 0.04);
}

.eif-ranges {
  padding: 48px 0 64px;
  background: #1E1E27;
}

.eif-title--light h1,
.eif-title--light p,
.eif-title--light a,
.eif-title--light h4 {
  color: #fff;
}

.eif-title--light h4 {
  color: #8dc9d8;
}

.eif-range-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.eif-range-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 22px;
  overflow: hidden;
  border-radius: 22px;
  border: 3px solid #CC0000;
  background-color: #0d2038;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.eif-range-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 30, 39, 0.04), rgba(30, 30, 39, 0.78));
}

.eif-range-card span,
.eif-range-card strong {
  position: relative;
  z-index: 1;
}

.eif-range-card span {
  display: inline-flex;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eif-range-card strong {
  display: block;
  margin-top: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  line-height: 1.05;
}

.eif-best {
  padding: 54px 0 40px;
  background: #ffffff;
}

.eif-best-grid .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.eif-best-grid .woocommerce ul.products li.product {
  padding: 0;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e3e8ee;
  box-shadow: none;
}

.eif-best-grid .woocommerce ul.products li.product a img {
  padding: 14px;
  background: #fff;
  border-radius: 18px 18px 0 0;
}

.eif-best-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 72px;
  padding: 0 18px;
  color: #14263a;
  font-size: 1.35rem;
}

.eif-best-grid .woocommerce ul.products li.product .price {
  padding: 0 18px;
  color: #CC0000;
}

.eif-best-grid .woocommerce ul.products li.product .button {
  margin: 12px 18px 20px;
  background: #102239;
}

.eif-certs {
  padding: 44px 0 54px;
  background: #1E1E27;
}

.eif-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.eif-title-row a {
  color: #fff;
  font-weight: 700;
}

.eif-cert-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
}

.eif-cert-box {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #CC0000;
  color: #102239;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}

.eif-map {
  padding: 32px 0 54px;
  background: #f6f6f3;
}

.eif-map-box {
  padding: 0;
}

.eif-map-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  padding: 26px;
  background: #fff;
}

.eif-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.eif-pill-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #102239;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eif-map-art {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.eif-cta-row,
.eif-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.eif-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #102239;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eif-btn--ghost {
  background: transparent;
  border: 1px solid #102239;
  color: #102239;
}

.eif-contact-band {
  padding: 42px 0 60px;
  background: #ffffff;
}

.eif-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}

.eif-contact-actions {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .eif-grid-2,
  .eif-map-panel,
  .eif-contact-grid,
  .eif-best-grid .woocommerce ul.products,
  .eif-range-grid,
  .eif-cert-grid {
    grid-template-columns: 1fr 1fr;
  }

  .eif-about-visual {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  body.page-id-6 .site-header .site-header-inner,
  body.page-id-6 .site-header .header-inner {
    gap: 16px;
  }

  .eif-grid-2,
  .eif-map-panel,
  .eif-contact-grid,
  .eif-best-grid .woocommerce ul.products,
  .eif-range-grid,
  .eif-cert-grid,
  .eif-about-stats {
    grid-template-columns: 1fr;
  }

  .eif-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .eif-hero-video {
    width: 100%;
    height: 64vh;
  }

  .eif-map-panel,
  .eif-about,
  .eif-best,
  .eif-ranges,
  .eif-certs,
  .eif-map,
  .eif-contact-band {
    padding-left: 0;
    padding-right: 0;
  }

  .eif-map-panel {
    padding: 18px;
  }
}

/*
 * Clone override layer for the Dakar x Eiffel rebuild.
 */

:root {
  --clone-navy: #061842;
  --clone-navy-soft: #0d234f;
  --clone-ink: #172b46;
  --clone-muted: #5d6d82;
  --clone-burgundy: #CC0000;
  --clone-burgundy-2: #E60000;
  --clone-cyan: #CC0000;
  --clone-line: #e7edf4;
  --clone-sand: #f7f7f4;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--clone-ink);
  font-family: "Mulish", sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--clone-ink);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

body .site-header,
body .site-footer {
  display: none !important;
}

body.home .site-main > article,
body.home .site-main > .page-content,
body.home .site-main > .type-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.home .entry-content {
  margin-top: 0;
}

body.page:not(.home):not(.woocommerce-page) .entry-content,
body.woocommerce-page .site-main > article,
body.single-product .site-main > article {
  background: #ffffff;
  border: 1px solid var(--clone-line);
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(15, 32, 64, 0.08);
  color: var(--clone-ink);
}

.eif-container {
  width: min(1240px, calc(100vw - 64px));
  margin: 0 auto;
}

.dkr-clone-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(7, 24, 66, 0.08);
}

.dkr-topbar {
  border-bottom: 1px solid var(--clone-line);
  background: #ffffff;
}

.dkr-topbar-inner {
  display: grid;
  grid-template-columns: 180px minmax(320px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 20px 0;
}

.dkr-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.dkr-brand img {
  width: 152px;
  height: auto;
  object-fit: contain;
}

.dkr-brand span {
  display: none;
}

.dkr-brand strong {
  color: #142749;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
}

.dkr-brand small {
  color: #8e98a8;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.dkr-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  min-height: 56px;
  border: 1px solid #dfe6f1;
  background: #ffffff;
  overflow: hidden;
}

.dkr-search input {
  border: 0;
  padding: 0 18px;
  color: var(--clone-ink);
  font-size: 0.98rem;
}

.dkr-search input::placeholder {
  color: #96a1b2;
}

.dkr-search button {
  border: 0;
  background: #ffffff;
  color: #5d6d82;
  cursor: pointer;
}

.dkr-top-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.dkr-head-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.dkr-head-btn--dark {
  background: var(--clone-navy);
}

.dkr-head-btn--light {
  background: #87c9ec;
}

.dkr-navrow {
  background: #ffffff;
}

.dkr-navrow-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 62px;
}

.dkr-main-nav {
  min-width: 0;
}

.dkr-clone-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dkr-clone-menu li {
  margin: 0;
}

.dkr-clone-menu a {
  color: #0d1731;
  font-family: "Poppins", sans-serif;
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.dkr-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dkr-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--clone-line);
  background: #ffffff;
  color: #1a2d48;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.dkr-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--clone-line);
  border-radius: 50%;
  background: #ffffff;
  color: #1a2d48;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dkr-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background: var(--clone-burgundy);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.dkr-mobile-tools {
  display: none;
  border-top: 1px solid var(--clone-line);
}

.dkr-mobile-tools-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 0;
}

.dkr-mobile-tools a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f7fa;
  color: var(--clone-navy);
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.eif-title h4,
.eif-about-copy h4,
.eif-contact-band h4 {
  margin: 0 0 16px;
  color: #c7ced8;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.eif-title h1,
.eif-about-copy h1,
.eif-contact-band h1 {
  margin: 0 0 18px;
  color: var(--clone-burgundy);
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  line-height: 1.04;
}

.eif-title p,
.eif-about-copy p,
.eif-contact-band p {
  color: var(--clone-ink);
  font-size: 1.06rem;
}

.eif-hero {
  padding: 0;
  margin: 0;
  background: #ffffff;
}

.eif-hero-frame {
  width: 100%;
  max-width: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.eif-hero-video {
  display: block;
  width: 100%;
  height: min(72vh, 780px);
  object-fit: cover;
}

.eif-about {
  padding: 74px 0 54px;
  background: #ffffff;
}

.eif-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.86fr);
  gap: 42px;
  align-items: start;
}

.eif-about-copy strong {
  color: var(--clone-burgundy);
  font-weight: 800;
}

.eif-about-visual {
  min-height: 628px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.eif-about-visual::after {
  content: "";
  position: absolute;
  inset: 12% 12% auto auto;
  width: 58%;
  height: 34%;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.eif-stat-band {
  padding: 52px 0 58px;
  background: #010103;
}

.eif-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.eif-stat-orbit {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  max-width: 252px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0) 0 34%, rgba(112, 46, 67, 0.3) 34% 49%, rgba(0, 0, 0, 0) 49% 70%, rgba(162, 87, 109, 0.18) 70% 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 72%);
}

.eif-stat-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 56%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #9a4a5f;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.eif-stat-core strong {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.eif-stat-core span {
  max-width: 8ch;
  font-size: 0.95rem;
  line-height: 1.25;
}

.eif-families {
  padding: 80px 0 84px;
  background: #ffffff;
}

.eif-title--center {
  text-align: center;
  margin-bottom: 44px;
}

.eif-title--center h1 {
  display: inline-block;
  position: relative;
  padding-bottom: 18px;
}

.eif-title--center h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 300px;
  max-width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #f08d65, var(--clone-burgundy));
  transform: translateX(-50%);
}

.eif-family-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.eif-family-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 336px;
  padding: 30px 26px 24px;
  border: 1px solid #edf1f5;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(11, 30, 61, 0.08);
}

.eif-family-card::before {
  content: "";
  position: absolute;
  inset: -14% -46% 46% 54%;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.98), rgba(242, 245, 249, 0.98));
  transform: rotate(36deg);
}

.eif-family-card::after {
  content: "";
  position: absolute;
  inset: auto 56% -8% -30%;
  height: 38%;
  background: linear-gradient(180deg, rgba(246, 248, 251, 0.98), rgba(241, 244, 248, 0.98));
  transform: skewY(-34deg);
}

.eif-family-card__media {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 104px;
  height: 104px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  filter: saturate(0.8);
}

.eif-family-card strong,
.eif-family-card small,
.eif-family-card em {
  position: relative;
  z-index: 2;
}

.eif-family-card strong {
  display: block;
  margin-bottom: 14px;
  color: #ee7e62;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.08;
}

.eif-family-card small {
  color: #2e3d52;
  font-size: 0.98rem;
  line-height: 1.45;
}

.eif-family-card em {
  margin-top: 22px;
  color: #101b34;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.eif-ranges {
  padding: 82px 0 88px;
  background: var(--clone-navy);
}

.eif-title--light h1,
.eif-title--light p,
.eif-title--light a,
.eif-title--light h4 {
  color: #ffffff;
}

.eif-range-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 34px;
}

.eif-range-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 316px;
  padding: 30px 24px;
  border: 3px solid var(--clone-cyan);
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow: none;
}

.eif-range-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 24, 65, 0.34), rgba(5, 24, 65, 0.88));
}

.eif-range-card span,
.eif-range-card strong {
  position: relative;
  z-index: 2;
}

.eif-range-card span {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  background: rgba(164, 79, 99, 0.9);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eif-range-card strong {
  margin-top: 16px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.eif-best {
  padding: 80px 0 86px;
  background: #ffffff;
}

.eif-best .eif-title h1 {
  color: var(--clone-burgundy);
}

.eif-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 26px;
}

.eif-product-card {
  overflow: hidden;
  border: 1px solid #e5ebf2;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(12, 31, 62, 0.08);
}

.eif-product-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  padding: 24px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.eif-product-card__image img {
  display: none;
}

.eif-product-card__body {
  padding: 0 26px 26px;
}

.eif-product-card__body h3 {
  margin: 0 0 12px;
  color: #90475b;
  font-size: 1.12rem;
  line-height: 1.35;
}

.eif-product-card__body p {
  margin: 0 0 20px;
  color: #2d3d52;
  font-size: 0.96rem;
  line-height: 1.55;
}

.eif-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, #101010 0 46%, var(--clone-burgundy) 46% 100%);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

.eif-certs {
  padding: 74px 0 82px;
  background: var(--clone-navy);
}

.eif-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.eif-title-row a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
}

.eif-cert-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid #CC0000;
  background: #ffffff;
}

.eif-cert-box {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 12px;
  border-right: 1px solid #CC0000;
  color: #1b2f4b;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.15rem, 1.5vw, 1.85rem);
  font-weight: 700;
  text-align: center;
}

.eif-cert-logo {
  display: block;
  max-width: 150px;
  width: auto;
  height: 68px;
  object-fit: contain;
}

.eif-cert-logo--wide {
  max-width: 184px;
}

.eif-cert-box:last-child {
  border-right: 0;
}

.eif-map {
  padding: 78px 0 84px;
  background: #ffffff;
}

.eif-map-shell {
  position: relative;
  margin-top: 12px;
}

.eif-map-shell p {
  max-width: 760px;
  margin: 0 0 22px;
}

.eif-world-map {
  position: relative;
  padding: 20px 0 12px;
}

.eif-world-map img {
  display: block;
  width: 100%;
  filter: invert(88%) sepia(7%) saturate(102%) hue-rotate(338deg) brightness(102%) contrast(92%);
  opacity: 0.86;
}

.eif-map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #de6a8e;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(19, 35, 68, 0.16);
}

.eif-map-pin--peru {
  left: 28%;
  top: 63%;
}

.eif-map-pin--lima {
  left: 32%;
  top: 70%;
  background: var(--clone-navy);
}

.eif-cta-row,
.eif-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.eif-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: #102344;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.eif-btn--ghost {
  border: 1px solid #102344;
  background: #ffffff;
  color: #102344;
}

.eif-contact-band {
  padding: 58px 0 92px;
  background: #ffffff;
}

.eif-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.eif-contact-actions {
  justify-content: flex-end;
}

.dkr-clone-footer {
  position: relative;
  overflow: hidden;
  padding: 74px 0 24px;
  background: #091528;
  color: #ffffff;
}

.dkr-clone-footer__media,
.dkr-clone-footer__veil {
  position: absolute;
  inset: 0;
}

.dkr-clone-footer__media {
  background-size: cover;
  background-position: center;
  opacity: 0.44;
  filter: brightness(0.48);
  transform: scale(1.03);
}

.dkr-clone-footer__veil {
  background: linear-gradient(180deg, rgba(7, 21, 40, 0.3), rgba(7, 21, 40, 0.86));
}

.dkr-footer-grid,
.dkr-footer-bottom {
  position: relative;
  z-index: 2;
}

.dkr-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 34px;
}

.dkr-footer-column h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.08;
}

.dkr-footer-column p,
.dkr-footer-column a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.6;
}

.dkr-footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--clone-burgundy);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
}

.dkr-newsletter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.dkr-newsletter input {
  min-height: 50px;
  border: 0;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #152949;
}

.dkr-newsletter button {
  min-height: 50px;
  border: 0;
  background: var(--clone-burgundy);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
}

.dkr-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.dkr-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.dkr-footer-follow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dkr-footer-follow span {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.dkr-footer-follow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .dkr-topbar-inner {
    grid-template-columns: 1fr;
  }

  .dkr-top-actions {
    justify-content: flex-start;
  }

  .dkr-navrow-inner,
  .eif-grid-2,
  .eif-contact-grid,
  .dkr-footer-grid {
    grid-template-columns: 1fr;
  }

  .dkr-nav-actions,
  .eif-contact-actions {
    justify-content: flex-start;
  }

  .eif-family-grid,
  .eif-range-grid,
  .eif-product-grid,
  .eif-cert-grid,
  .eif-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .eif-container {
    width: min(1240px, calc(100vw - 36px));
  }

  .dkr-nav-actions {
    display: none;
  }

  .dkr-clone-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .dkr-mobile-tools {
    display: block;
  }

  .eif-hero-video {
    height: 48vh;
  }

  .eif-about,
  .eif-families,
  .eif-ranges,
  .eif-best,
  .eif-certs,
  .eif-map,
  .eif-contact-band {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .eif-about-visual {
    min-height: 460px;
  }

  .eif-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .dkr-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .eif-family-grid,
  .eif-range-grid,
  .eif-product-grid,
  .eif-cert-grid,
  .eif-stat-grid {
    grid-template-columns: 1fr;
  }

  .dkr-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .dkr-brand img {
    width: 150px;
  }

  .dkr-head-btn {
    width: 100%;
  }

  .eif-title--center h1::after {
    width: 180px;
  }

  .eif-family-card,
  .eif-range-card {
    min-height: 280px;
  }

  .eif-about-visual {
    min-height: 340px;
  }

  .eif-world-map {
    overflow-x: auto;
  }

  .eif-world-map img {
    min-width: 720px;
  }
}

/*
 * Dakar exact-clone integration layer.
 */

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .brator-plan-pixel-area {
    display: none !important;
  }

  .brator-slide-menu-area {
    left: auto !important;
    right: 0 !important;
    width: min(320px, 85vw) !important;
    max-width: 85vw;
    transform: translateX(110%);
  }

  .brator-slide-menu-content {
    width: 100%;
  }

  body.mobile-menu-open .brator-slide-menu-area {
    left: auto !important;
    right: 0 !important;
    transform: translateX(0);
  }
}

.dakar-header-logo {
  max-height: 85px;
  min-height: 50px;
  min-width: 101px;
  width: auto;
}

.brator-header-menu-info .white_b,
.brator-social-link.svg-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brator-header-menu-info .white_b a,
.brator-social-link.svg-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: inherit;
}

.brator-header-menu-info .white_b i,
.brator-social-link.svg-link i {
  font-size: 16px;
}

.mega-menu-cat-list-single-area a img,
.brator-slide-menu-items a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.dakar-footer-backdrop {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dakar-footer-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(30, 30, 39, 0.58), rgba(44, 44, 54, 0.34) 45%, rgba(30, 30, 39, 0.62)),
    linear-gradient(180deg, rgba(30, 30, 39, 0.12), rgba(30, 30, 39, 0.58));
}

.dakar-footer-backdrop > * {
  position: relative;
  z-index: 1;
}

.dakar-footer-shell {
  width: min(1540px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 58px 0 26px;
  color: #f5f7fb;
}

.dakar-footer-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr 1.12fr;
  gap: 46px;
  align-items: start;
  padding: 34px 30px 30px;
  background: linear-gradient(135deg, rgba(30, 30, 39, 0.3), rgba(44, 44, 54, 0.12));
  border: none;
  /* border-bottom removed */
  border-radius: 24px 24px 0 0;
  backdrop-filter: blur(3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.dakar-footer-column {
  min-width: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.dakar-footer-title {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
}

.dakar-footer-copy p,
.dakar-footer-links a,
.dakar-footer-label,
.dakar-footer-bottom p,
.dakar-footer-bottom a,
.dakar-footer-bottom h6 {
  color: rgba(245, 247, 251, 0.95);
}

.dakar-footer-copy {
  margin-bottom: 20px;
}

.dakar-footer-copy p {
  margin: 0 0 10px;
  font-size: 0.96rem;
  line-height: 1.65;
}

.dakar-footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dakar-footer-links a {
  display: inline-block;
  width: fit-content;
  font-size: 0.98rem;
  line-height: 1.5;
}

.dakar-footer-links a:hover,
.dakar-footer-bottom a:hover {
  color: #ffffff;
}

.dakar-footer-action-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dakar-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  background: #CC0000;
  color: #fff !important;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.dakar-footer-button:hover {
  background: #9b0202;
  color: #fff !important;
  transform: translateY(-1px);
}

.dakar-footer-button--compact {
  width: fit-content;
  min-width: 178px;
}

.dakar-footer-button--wide {
  margin-top: 22px;
  width: fit-content;
  min-width: 290px;
}

.dakar-footer-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.dakar-footer-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dakar-footer-label {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.dakar-footer-inline-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.dakar-footer-form input {
  width: 100%;
  min-width: 0;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #1b2230;
  padding: 0 16px;
  font-size: 0.98rem;
}

.dakar-footer-form input::placeholder {
  color: #818a97;
  opacity: 1;
}

.dakar-footer-submit {
  min-width: 122px;
  height: 56px;
  border: 0;
  border-radius: 0;
  background: #CC0000;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
}

.dakar-footer-submit:hover,
.dakar-footer-submit:focus {
  background: #9b0202;
  color: #fff;
}

.dakar-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
  padding: 18px 30px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 0 24px 24px;
  background: linear-gradient(135deg, rgba(9, 20, 38, 0.46), rgba(20, 43, 71, 0.28));
  backdrop-filter: blur(3px);
}

.dakar-footer-bottom-copy p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.dakar-footer-bottom-copy a {
  font-weight: 800;
}

.dakar-footer-bottom-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dakar-footer-bottom-social h6 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
}

.dakar-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dakar-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 1.2rem;
}

.dakar-footer-socials a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.home .brator-product-single-item-area .card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home .smd_slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dakar-spec-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b2f4b;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home .aws-search-form {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .dakar-footer-shell {
    width: min(1540px, calc(100vw - 34px));
    padding: 40px 0 20px;
  }

  .dakar-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px 18px;
    border-radius: 18px 18px 0 0;
  }

  .dakar-footer-button--wide,
  .dakar-footer-button--compact {
    width: 100%;
    min-width: 0;
  }

  .dakar-footer-inline-field {
    grid-template-columns: 1fr;
  }

  .dakar-footer-submit {
    width: 100%;
  }

  .dakar-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px 14px;
    border-radius: 0 0 18px 18px;
  }

  .dakar-footer-bottom-social {
    flex-wrap: wrap;
    gap: 12px;
  }
}

/*
 * Exact-clone refinement layer for the Dakar home.
 */

.eif-hero-frame {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  background: #fff;
}

.eif-hero-corner-logo {
  position: absolute;
  top: 34px;
  left: 26px;
  z-index: 3;
  width: 110px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18));
}

.eif-hero-video {
  width: 100%;
  height: min(58vw, 700px);
  margin: 0 auto;
  object-fit: cover;
}

.eif-about {
  padding: 36px 0 28px;
}

.eif-about .eif-container,
.eif-families .eif-container,
.eif-ranges .eif-container,
.eif-best .eif-container,
.eif-certs .eif-container,
.eif-map .eif-container,
.eif-contact-band .eif-container {
  width: min(1088px, calc(100vw - 80px));
}

.eif-about-copy h4,
.eif-map .eif-title h4,
.eif-contact-band h4 {
  color: #cfd3d8;
  font-size: 0.92rem;
  letter-spacing: 0.32em;
}

.eif-about-copy h1,
.eif-map .eif-title h1,
.eif-contact-band h1 {
  margin-bottom: 22px;
  color: #CC0000;
}

.eif-about-copy p {
  margin: 0 0 22px;
  color: #16283f;
  font-size: 1.05rem;
  line-height: 1.72;
}

.eif-about-copy strong,
.eif-about-accent {
  color: #CC0000;
  font-weight: 800;
}

.eif-about-visual {
  min-height: 675px;
  background-position: center top;
  box-shadow: none;
}

.eif-about-visual::after {
  display: none;
}

.eif-stat-band {
  padding: 42px 0 44px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.86)),
    url("https://www.eiffellubricants.com/wp-content/uploads/2022/12/counter_background_with_blue.jpg") center top / cover fixed no-repeat;
}

.eif-stat-grid {
  gap: 18px;
}

.eif-stat-orbit {
  width: 230px;
  max-width: 100%;
  background: transparent;
}

.eif-stat-orbit::before,
.eif-stat-orbit::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px solid rgba(142, 64, 80, 0.48);
}

.eif-stat-orbit::after {
  inset: 0;
  border-color: rgba(142, 64, 80, 0.18);
}

.eif-stat-core {
  width: 180px;
  background: #CC0000;
}

.eif-stat-core span {
  color: #f5d8df;
}

.eif-families {
  padding: 72px 0 72px;
}

.eif-title--center {
  margin-bottom: 52px;
}

.eif-title--center h1 {
  color: #CC0000;
}

.eif-title--center h1::after {
  height: 4px;
  background: linear-gradient(90deg, #CC0000, #FF1A1A);
}

.eif-family-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.eif-service-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 350px;
  padding: 28px 18px 24px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.eif-service-card::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.95), rgba(244, 246, 250, 0.95));
}

.eif-service-card::after {
  content: "";
  position: absolute;
  left: -55px;
  bottom: -62px;
  width: 220px;
  height: 180px;
  transform: rotate(44deg);
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.94), rgba(243, 246, 250, 0.94));
}

.eif-service-card__icon,
.eif-service-card h3,
.eif-service-card p,
.eif-service-card em {
  position: relative;
  z-index: 2;
}

.eif-service-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 22px auto 30px;
}

.eif-service-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.55);
}

.eif-service-card__icon img {
  position: relative;
  max-width: 58px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.eif-service-card h3 {
  min-height: 82px;
  margin: 0 auto 12px;
  color: transparent;
  background: linear-gradient(-60deg, #CC0000, #8B0000, #FF1A1A);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.18;
}

.eif-service-card p {
  min-height: 78px;
  margin: 0 0 14px;
  color: #1a2739;
  font-size: 0.93rem;
  line-height: 1.35;
}

.eif-service-card em {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.eif-range-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.eif-range-card--exact {
  min-height: 254px;
  padding: 0 0 26px;
  justify-content: flex-end;
}

.eif-range-card--exact span {
  align-self: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 0;
  background: rgba(142, 64, 80, 0.95);
}

.eif-range-card--exact strong {
  display: none;
}

.eif-best {
  padding-top: 58px;
}

.eif-best .eif-title h1 {
  margin-bottom: 12px;
}

.eif-best .eif-title p {
  font-size: 1rem;
}

.eif-product-card__body h3 {
  min-height: 64px;
}

.eif-certs {
  padding-top: 56px;
  padding-bottom: 60px;
}

.eif-title-row {
  margin-bottom: 22px;
}

.eif-map {
  padding-top: 54px;
  padding-bottom: 44px;
}

.eif-map-shell {
  margin-top: 10px;
}

.eif-map-shell p {
  margin-bottom: 16px;
}

.eif-map-canvas {
  width: 100%;
  height: 520px;
  background: #fff;
}

.eif-map-shell .eif-cta-row {
  margin-top: 18px;
}

.eif-contact-band {
  padding-top: 26px;
  padding-bottom: 56px;
}

.dkr-clone-footer {
  background-attachment: fixed;
}

@media (max-width: 1180px) {
  .eif-about .eif-container,
  .eif-families .eif-container,
  .eif-ranges .eif-container,
  .eif-best .eif-container,
  .eif-certs .eif-container,
  .eif-map .eif-container,
  .eif-contact-band .eif-container {
    width: min(1088px, calc(100vw - 44px));
  }

  .eif-family-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .eif-hero-corner-logo {
    top: 16px;
    left: 16px;
    width: 84px;
  }

  .eif-hero-video {
    width: 100%;
    height: 48vh;
  }

  .eif-about-visual {
    min-height: 420px;
  }

  .eif-map-canvas {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .eif-family-grid {
    grid-template-columns: 1fr;
  }

  .eif-service-card {
    min-height: 300px;
  }

  .eif-map-canvas {
    height: 300px;
  }
}

/* Override hello-elementor reset.css pink link/button color */
.woocommerce-LoopProduct-link,
.woocommerce-loop-product__link,
.brator-product-single-item-area a,
.fluidtext { color: #CC0000 !important; }

.abutton { 
  display: inline-flex !important; 
  align-items: center !important; 
  justify-content: center !important; 
  background: #CC0000 !important; 
  color: #fff !important; 
  border-radius: 999px !important; 
  min-height: 42px !important; 
  padding: 0 26px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.abutton span { color: #fff !important; position: relative; z-index: 2; }
.abutton .liquid { display: none !important; }

[type=button], [type=submit], button:not(.splide__arrow) { border-color: #CC0000; color: #CC0000; }
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:not(.splide__arrow):focus, button:not(.splide__arrow):hover { background-color: #CC0000; color: #fff; }
a:active, a:hover { color: #990000; }

/* Newsletter form eiffel-style layout */
.dakar-footer-newsletter-eiffel { flex-direction: column !important; }
.dakar-footer-newsletter-eiffel input { width: 100% !important; height: 42px !important; }
.dakar-footer-newsletter-eiffel button { width: auto !important; height: auto !important; }

/* Keep the search form inside the top bar so it does not block the main menu. */
#header_one {
  z-index: 110 !important;
}

#header_two {
  z-index: 120 !important;
}

#header_one .brator-search-area {
  margin-top: 16px !important;
}

#header_one .aws-search-form {
  position: relative;
  margin: 0 !important;
}

#header_one .aws-wrapper {
  position: relative;
}

#header_one .aws-search-label {
  display: block;
  margin: 0 0 8px;
}

#header_one .aws-search-field {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 48px 0 18px;
  box-sizing: border-box;
}

#header_one .aws-search-clear {
  display: none !important;
}

#header_one .aws-search-btn {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  margin: 0;
}

#header_one .aws-search-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

/*
 * Desktop header refinement to match the reference structure
 * while keeping Dakar branding and links.
 */
@media (min-width: 1200px) {
  #header_one,
  #header_two {
    background: #fff !important;
  }

  #header_one .container-xxxl.container-xxl.container,
  #header_two .container-xxxl.container-xxl.container {
    width: min(1640px, calc(100vw - 72px));
    max-width: none;
  }

  #header_one {
    min-height: 118px;
    max-height: none;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
  }

  #header_one .row {
    display: flex;
    align-items: center;
    min-height: 118px;
    margin: 0 -18px;
  }

  #header_one .one_heade_hh,
  #header_one .two_heade_hh,
  #header_one .three_heade_hh {
    padding: 0 18px;
    display: flex;
    align-items: center;
  }

  #header_one .one_heade_hh {
    flex: 0 0 24%;
    max-width: 24%;
  }

  #header_one .two_heade_hh {
    flex: 0 0 40%;
    max-width: 40%;
  }

  #header_one .three_heade_hh {
    flex: 0 0 36%;
    max-width: 36%;
    justify-content: flex-end;
  }

  .dakar-header-logo {
    max-height: 104px;
    min-width: 150px;
  }

  #header_one .brator-logo.new_brator_logo {
    width: 100%;
  }

  #header_one .new_brator_logo_a {
    display: inline-flex;
    align-items: center;
  }

  #header_one .dakar-search-area {
    width: 100%;
    margin-top: 0 !important;
  }

  #header_one .dakar-search-form {
    width: 100%;
  }

  #header_one .aws-wrapper {
    position: relative;
  }

  #header_one .aws-search-field {
    height: 56px;
    padding: 0 74px 0 20px;
    border: 1px solid #dadada;
    border-radius: 0;
    background: #fff;
    color: #192435;
    font-size: 15px;
    font-weight: 500;
  }

  #header_one .aws-search-field::placeholder {
    color: #6f7785;
    opacity: 1;
  }

  #header_one .aws-search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 54px;
    height: auto;
    margin: 0;
    border: 0;
    border-left: 1px solid #dadada;
    background: #f3f3f3;
    color: #1c2431;
    cursor: pointer;
    pointer-events: auto;
  }

  #header_one .aws-search-btn:hover,
  #header_one .aws-search-btn:focus {
    background: #ececec;
    color: #10161f;
  }

  #header_one .aws-search-btn svg {
    width: 22px;
    height: 22px;
  }

  #header_one .dakar-top-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
  }

  #header_one .dakar-top-actions .brator-icon-link-text {
    margin: 0;
  }

  #header_one .dakar-top-cta {
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
  }

  #header_one .dakar-top-cta--primary {
    background: #06183f !important;
  }

  #header_one .dakar-top-cta--secondary {
    background: #8fcfe8 !important;
  }

  #header_one .brator-user-link,
  #header_one .brator-cart-link {
    display: none !important;
  }

  #header_two {
    top: 118px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
  }

  #header_two .dakar-header-menu-shell {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  #header_two .brator-header-menu {
    flex: 1 1 auto;
  }

  #header_two .brator-header-menu ul.list-style-outside-none {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 34px;
  }

  #header_two .brator-header-menu ul.list-style-outside-none li {
    margin: 0 !important;
    border: 0 !important;
  }

  #header_two .brator-header-menu ul.list-style-outside-none li:hover {
    border: 0 !important;
  }

  #header_two .brator-header-menu ul.list-style-outside-none li a {
    height: auto;
    padding: 0;
    color: #0f1724;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  #header_two .brator-header-menu ul.list-style-outside-none li:hover > a {
    color: #0f1724;
  }

  #header_two .mega-menu-li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  #header_two .brator-header-menu ul.list-style-outside-none li .mega-menu-area {
    top: calc(100% + 28px);
  }

  #header_two .dakar-header-utilities {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
  }

  #header_two .dakar-header-socials {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 18px;
    border-left: 1px solid #dfdfdf;
  }

  #header_two .dakar-header-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #101822;
    background: transparent;
  }

  #header_two .dakar-header-socials a:hover {
    background: #f4f4f4;
    color: #000;
  }

  #header_two .dakar-header-call-button {
    min-height: 42px;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 8px;
    background: #CC0000 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) and (max-width: 1470px) {
  #header_one .two_heade_hh {
    flex-basis: 38%;
    max-width: 38%;
  }

  #header_one .three_heade_hh {
    flex-basis: 38%;
    max-width: 38%;
  }

  #header_two .brator-header-menu ul.list-style-outside-none {
    gap: 24px;
  }

  #header_two .brator-header-menu ul.list-style-outside-none li a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #header_one {
    background: #fff !important;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
  }

  #header_one .container-xxxl.container-xxl.container {
    width: min(100%, calc(100vw - 40px));
    max-width: none;
  }

  #header_one .row {
    display: flex;
    align-items: center;
    min-height: 84px;
    margin: 0;
  }

  #header_one .one_heade_hh {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  #header_one .two_heade_hh,
  #header_one .three_heade_hh,
  #header_one .new_brator_cart_link,
  #header_one .brator-cart-link,
  #header_one .brator-user-link {
    display: none !important;
  }

  #header_one .brator-logo-area,
  #header_one .brator-logo.new_brator_logo {
    width: 100%;
  }

  #header_one .brator-logo.new_brator_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  #header_one .new_brator_logo_a {
    display: inline-flex;
    align-items: center;
  }

  #header_one .new_sidebarH {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 56px;
    margin-left: auto;
    border: 0;
    border-radius: 4px;
    background: #CC0000;
    color: #fff;
  }

  #header_one .new_sidebarH svg {
    width: 26px;
    height: 26px;
  }

  #header_two {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #header_one .new_sidebarH {
    width: 56px !important;
    height: 52px !important;
    padding: 0 !important;
  }
}

/* ---------------- Dakar: shop grid + mega-menu overflow ---------------- */
/* Ensure mega-menu overlays (absolute positioning from theme is preserved) */
#header_two, #header_two .brator-header-menu-area, #header_two .brator-header-menu { overflow: visible !important; }

/* Always 4 columns on shop, collapse only on real mobile */
.dk-shop-main ul.products.columns-3,
.dk-shop-main ul.products.columns-4,
.dk-shop-main ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width: 900px) {
  .dk-shop-main ul.products.columns-3,
  .dk-shop-main ul.products.columns-4,
  .dk-shop-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 499px) {
  .dk-shop-main ul.products.columns-3,
  .dk-shop-main ul.products.columns-4,
  .dk-shop-main ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* ---- Fix: hide ::before/::after pseudo-elements on ul.products grid (WC clearfix was eating a grid cell) ---- */
.dk-shop-main ul.products::before,
.dk-shop-main ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

.dk-shop-main ul.products li.product,
.dk-shop-main ul.products.columns-3 li.product,
.dk-shop-main ul.products.columns-4 li.product {
  float: none !important;
  clear: none !important;
}

/* ---- Dakar brand: ensure footer buttons and icons are red/white ---- */
.dakar-footer-button,
.dakar-footer-button--compact,
.dakar-footer-button--wide,
.dakar-header-call-button,
.btn.sdsd_btn.dakar-header-call-button {
	background: #CC0000 !important;
	color: #fff !important;
	border-color: transparent !important;
}
.dakar-footer-button:hover,
.dakar-header-call-button:hover,
.btn.sdsd_btn.dakar-header-call-button:hover {
	background: #9b0202 !important;
	color: #fff !important;
}
.dakar-footer-button i,
.dakar-footer-button .dakar-footer-button-icon,
.dakar-footer-button .dakar-footer-button-icon svg,
.dakar-header-call-button i {
	color: #fff !important;
	fill: #fff !important;
}

/* ---- Fix: remove inherited body margin-top causing blank space at top ---- */
body, html { margin-top: 0 !important; padding-top: 0 !important; }
