/* Homepage hero slider: equal height + cover backgrounds (no content clip) */
#bt_bb_section6a50ad139aa4a .bt_bb_content_slider_item {
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#bt_bb_section6a50ad139aa4a .bt_bb_content_slider_item_content {
  box-sizing: border-box;
}

/* Decorative spacers were making slides different heights and pushing CTA off-screen */
@media (max-width: 900px) {
  #bt_bb_section6a50ad139aa4a .bt_bb_separator.bt_bb_top_spacing_100,
  #bt_bb_section6a50ad139aa4a .bt_bb_separator.bt_bb_bottom_spacing_100,
  #bt_bb_section6a50ad139aa4a .bt_bb_separator.bt_bb_bottom_spacing_large {
    display: none !important;
  }
  #bt_bb_section6a50ad139aa4a .bt_bb_separator.bt_bb_bottom_spacing_40,
  #bt_bb_section6a50ad139aa4a .bt_bb_separator.bt_bb_bottom_spacing_45 {
    height: 16px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #bt_bb_section6a50ad139aa4a .bt_bb_content_slider_item_content {
    padding: 88px 16px 72px !important;
  }
}

/* Homepage map (API-free embed) */
.home-map {
  width: 100%;
  height: 700px;
  max-height: 70vh;
  overflow: hidden;
  background: #e8e8e8;
}

.home-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .home-map {
    height: 420px;
  }
}

.products-hero {
  background: linear-gradient(135deg, rgba(24, 24, 24, 0.92), rgba(221, 51, 51, 0.88)),
    url("/wp-content/uploads/2020/10/post_18.jpg") center/cover no-repeat;
  color: #fff;
  padding: 90px 0 70px;
}

/* Header overlays hero (btBelowMenu); keep title below logo + top bar */
body.btBelowMenu .bt-content .products-hero,
body.btBelowMenu .bt-content .product-detail-hero,
body.btBelowMenu .bt-content .contact-hero,
body.btBelowMenu .bt-content .oil-selector-hero,
body.btBelowMenu .bt-content .corp-hero {
  padding-top: max(185px, calc(140px + env(safe-area-inset-top, 0px)));
}

.products-hero__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.products-hero__eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  opacity: 0.85;
}

.products-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
  color: #fff;
}

.products-hero__text {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.95;
}

.products-page {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 50px 0 80px;
}

.products-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  background: #f1f1f1;
  padding: 24px 20px;
}

.products-sidebar__block + .products-sidebar__block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.products-sidebar h2 {
  margin: 0 0 14px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.products-input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
}

.products-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-filter-list li + li {
  margin-top: 8px;
}

.products-filter-group {
  margin-top: 8px;
}

.products-filter-group > .products-filter-item {
  position: relative;
  padding-right: 18px;
}

.products-filter-group > .products-filter-item::after,
.products-filter-app > .products-filter-item--app::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #666;
  border-bottom: 1.5px solid #666;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.15s ease;
}

.products-filter-group--flat > .products-filter-item {
  padding-right: 0;
}

.products-filter-group--flat > .products-filter-item::after {
  content: none;
}

.products-filter-group.is-open > .products-filter-item::after,
.products-filter-app.is-open > .products-filter-item--app::after {
  transform: translateY(-30%) rotate(225deg);
}

.products-filter-app > .products-filter-item--app {
  position: relative;
  padding-right: 18px;
}

.products-filter-sublist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
  display: none;
}

.products-filter-group.is-open > .products-filter-sublist,
.products-filter-app.is-open > .products-filter-sublist--series {
  display: block;
  margin-top: 8px;
}

.products-filter-sublist li + li {
  margin-top: 6px;
}

.products-filter-app + .products-filter-app,
.products-filter-sublist > .products-filter-app + .products-filter-app {
  margin-top: 10px;
}

.products-filter-sublist--series {
  margin-top: 6px;
  padding-left: 14px;
  border-left-color: rgba(221, 51, 51, 0.25);
}

.products-filter-item--app {
  font-size: 14px;
}

.products-filter-item--app span {
  font-weight: 600;
}

.products-filter-item--series {
  font-size: 13px;
}

.products-filter-item--series span {
  font-weight: 400;
}

.products-filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
}

.products-filter-item input {
  margin: 0;
}

.products-filter-item span {
  flex: 1;
}

.products-filter-item em {
  font-style: normal;
  font-size: 12px;
  color: #666;
}

.products-filter-item--active span,
.products-filter-item:has(input:checked) span {
  color: #dd3333;
  font-weight: 600;
}

.products-reset {
  width: 100%;
  margin-top: 24px;
  border: 0;
  background: #181818;
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.products-reset:hover {
  background: #dd3333;
}

.products-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.products-toolbar p {
  margin: 0;
  font-weight: 600;
}

.products-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.products-sort label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

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

.product-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.product-card.is-hidden {
  display: none;
}

.product-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.35s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.03);
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  flex: 1;
}

.product-card__category {
  color: #dd3333;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.product-card__body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.product-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card__body h3 a:hover {
  color: #dd3333;
}

.product-card__code,
.product-card__summary,
.product-card__meta {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.product-card__summary {
  color: #555;
  flex: 1;
}

.product-card__meta span {
  display: inline-block;
  background: #f1f1f1;
  padding: 6px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 12px 16px;
  background: #dd3333;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 700;
}

.product-card__cta:hover {
  background: #181818;
  color: #fff;
}

.products-empty {
  padding: 40px 20px;
  text-align: center;
  background: #f8f8f8;
  border: 1px dashed rgba(0, 0, 0, 0.12);
}

.products-empty h3 {
  margin: 0 0 8px;
}

.products-empty p {
  margin: 0;
  color: #666;
}

@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .products-page {
    grid-template-columns: 1fr;
  }

  .products-sidebar {
    position: static;
  }

  .products-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}

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

  body.btBelowMenu .bt-content .products-hero,
  body.btBelowMenu .bt-content .product-detail-hero,
  body.btBelowMenu .bt-content .contact-hero,
  body.btBelowMenu .bt-content .oil-selector-hero,
  body.btBelowMenu .bt-content .corp-hero {
    padding-top: max(168px, calc(112px + env(safe-area-inset-top, 0px)));
  }

  .products-hero,
  .oil-selector-hero,
  .corp-hero {
    padding-bottom: 50px;
  }

  .products-hero__eyebrow,
  .oil-selector-hero__eyebrow,
  .corp-eyebrow {
    display: none;
  }
}

.product-detail-hero {
  background: linear-gradient(135deg, rgba(24, 24, 24, 0.94), rgba(221, 51, 51, 0.9)),
    url("/wp-content/uploads/2020/10/post_18.jpg") center/cover no-repeat;
  color: #fff;
  padding: 70px 0 55px;
}

.product-detail-hero__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 14px;
}

.product-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.product-breadcrumb a:hover {
  color: #fff;
}

.product-breadcrumb span:last-child {
  opacity: 0.9;
}

.product-detail-hero__category {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.product-detail-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.15;
  max-width: 900px;
  color: #fff;
}

.product-detail-hero__code {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}

.product-detail {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 50px 0 80px;
}

.product-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: start;
}

.product-detail__image {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 16px;
  box-sizing: border-box;
}

.product-detail__docs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.product-detail__doc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  color: #181818;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}

.product-detail__doc:hover {
  background: #181818;
  border-color: #181818;
  color: #fff;
}

.product-detail__doc--msds {
  border-color: rgba(221, 51, 51, 0.45);
}

.product-detail__lead {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.product-specs {
  margin: 0 0 28px;
  padding: 0;
}

.product-specs__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.product-specs__row:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-specs dt {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}

.product-specs dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-detail__cta,
.product-detail__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 700;
}

.product-detail__cta {
  background: #dd3333;
  color: #fff;
}

.product-detail__cta:hover {
  background: #181818;
  color: #fff;
}

.product-detail__secondary {
  background: #f1f1f1;
  color: #181818;
}

.product-detail__secondary:hover {
  background: #181818;
  color: #fff;
}

.product-detail__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.product-detail__block {
  background: #f8f8f8;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.product-detail__block h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.product-detail__block p {
  margin: 0;
  line-height: 1.8;
  color: #444;
}

.product-description__heading {
  margin: 24px 0 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #181818;
}

.product-description__heading:first-child {
  margin-top: 0;
}

.product-description p + p,
.product-description__list + p,
.product-description p + .product-description__list {
  margin-top: 14px;
}

.product-description__list {
  margin: 0;
  padding-left: 20px;
  color: #444;
  line-height: 1.8;
}

.product-description__list li + li {
  margin-top: 8px;
}

.product-features {
  margin: 0;
  padding-left: 20px;
}

.product-features li + li {
  margin-top: 10px;
}

.product-related {
  margin-top: 56px;
}

.product-related__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.product-related__header h2 {
  margin: 0;
  font-size: 28px;
}

.product-related__header a {
  color: #dd3333;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

.products-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .product-detail__layout,
  .product-detail__content {
    grid-template-columns: 1fr;
  }

  .product-specs__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 640px) {
  .product-detail-hero {
    padding: 55px 0 40px;
  }

  .product-related__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .products-grid--compact {
    grid-template-columns: 1fr;
  }
}

.product-quote {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-quote__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.product-quote__eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: #dd3333;
  font-weight: 700;
}

.product-quote__intro h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.2;
}

.product-quote__intro p {
  margin: 0 0 20px;
  line-height: 1.7;
  color: #444;
}

.product-quote__meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-quote__meta li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.product-quote__meta span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
}

.product-quote-form {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 28px;
}

.product-quote-form__honeypot,
.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.product-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-quote-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-quote-form__field--full {
  grid-column: 1 / -1;
}

.product-quote-form__field span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
}

.product-quote-form__field input,
.product-quote-form__field textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
}

.product-quote-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.product-quote-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.product-quote-form__submit {
  border: 0;
  background: #dd3333;
  color: #fff;
  padding: 14px 22px;
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.product-quote-form__submit:hover:not(:disabled) {
  background: #181818;
}

.product-quote-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.product-quote-form__note {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.product-quote-form__response {
  margin: 16px 0 0;
  font-weight: 600;
}

.product-quote-form__response.is-success {
  color: #2e7d32;
}

.product-quote-form__response.is-error {
  color: #c62828;
}

@media (max-width: 900px) {
  .product-quote__inner,
  .product-quote-form__grid {
    grid-template-columns: 1fr;
  }

  .product-quote-form__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.product-detail--missing h1 {
  margin: 0 0 12px;
}

.product-detail--missing p {
  margin: 0 0 20px;
  color: #555;
  line-height: 1.7;
}

/* Theme cleanup: unused WooCommerce cart in header */
.btTopBox.widget_shopping_cart {
  display: none !important;
}

.btSearchInner,
.btSearchInnerContent {
  max-width: 100vw;
  box-sizing: border-box;
}

/* Global layout guards (hidden first for Safari/Firefox; clip where supported) */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}

.bt-content .products-hero,
.bt-content .product-detail-hero,
.bt-content .oil-selector-hero,
.bt-content .corp-hero,
.bt-content .corp-section,
.bt-content .products-page,
.bt-content .product-detail,
.bt-content .product-quote {
  box-sizing: border-box;
  max-width: 100%;
}

.products-filter-toggle {
  display: none;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #181818;
  padding: 14px 16px;
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.products-filter-toggle:hover {
  border-color: #dd3333;
  color: #dd3333;
}

.products-sidebar {
  padding-bottom: 32px;
}

.products-sort select {
  min-width: 0;
  max-width: 100%;
}

.product-card__body h3 {
  min-height: 2.7em;
}

.product-card__body h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-card__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-breadcrumb span:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-specs dd,
.product-detail__block p,
.product-quote__intro p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-detail__block,
.product-quote-form {
  min-width: 0;
}

@media (max-width: 1199px) {
  body.btBelowMenu .mainHeader .bt-logo-area.menu-holder .logo img.btMainLogo {
    height: 72px;
    width: auto;
  }

  body.btBelowMenu .mainHeader .bt-horizontal-menu-trigger {
    line-height: 72px;
  }
}

@media (max-width: 900px) {
  .products-page {
    width: min(1200px, calc(100% - 24px));
    padding: 32px 0 56px;
  }

  .products-hero,
  .product-detail-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .products-hero__inner,
  .product-detail-hero__inner,
  .product-detail,
  .product-quote__inner {
    width: min(1200px, calc(100% - 24px));
  }

  .products-filter-toggle {
    display: block;
    grid-column: 1 / -1;
  }

  .products-sidebar {
    display: none;
    grid-column: 1 / -1;
  }

  .products-sidebar.is-open {
    display: block;
  }

  .products-main {
    min-width: 0;
  }

  .products-toolbar {
    gap: 12px;
  }

  .products-sort {
    width: 100%;
    justify-content: space-between;
  }

  .products-sort select {
    flex: 1;
  }
}

@media (max-width: 640px) {
  .products-page,
  .product-detail {
    width: min(1200px, calc(100% - 20px));
    padding-bottom: 48px;
  }

  .products-hero__inner,
  .product-detail-hero__inner,
  .product-quote__inner {
    width: min(1200px, calc(100% - 20px));
  }

  .products-hero h1,
  .product-detail-hero h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .product-detail__actions {
    flex-direction: column;
  }

  .product-detail__cta,
  .product-detail__secondary,
  .product-quote-form__submit {
    width: 100%;
  }

  .product-quote-form {
    padding: 20px;
  }

  .product-detail__block {
    padding: 20px;
  }

  .product-card__body h3 {
    min-height: 0;
  }
}

/* Contact form responsive fixes */
.bt_bb_cf7_twocol_form .bt_bb_cf7_row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bt_bb_cf7_twocol_form .bt_bb_cf7_element {
  flex: 1 1 280px;
  min-width: 0;
}

.bt_bb_cf7_twocol_form .bt_bb_cf7_row .bt_bb_cf7_element_required:only-child,
.bt_bb_cf7_twocol_form .bt_bb_cf7_row > .bt_bb_cf7_element {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .bt_bb_cf7_twocol_form .bt_bb_cf7_element {
    flex: 1 1 100%;
  }

  .bt_bb_cf7_button input[type="submit"] {
    width: 100%;
  }
}

/* Contact page — solid header (no overlay), compact hero, clean active menu */
body.contact-page-body .mainHeader {
  position: relative !important;
  background: #fff !important;
  color: #181818 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

body.contact-page-body.btStickyHeaderActive .mainHeader,
body.contact-page-body.btStickyHeaderOpen .mainHeader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff !important;
  color: #181818 !important;
  z-index: 10002;
}

body.contact-page-body .mainHeader .btMainLogo {
  display: none !important;
}

body.contact-page-body .mainHeader .btAltLogo,
body.contact-page-body.btStickyHeaderActive .mainHeader .btAltLogo {
  display: block !important;
}

body.contact-page-body.btStickyHeaderActive .mainHeader .btMainLogo {
  display: none !important;
}

body.contact-page-body .topBar {
  background: #181818 !important;
  color: #fff !important;
}

body.contact-page-body .topBar .topTools {
  border-bottom: 0 !important;
}

body.contact-page-body .bt-logo-area.menu-holder {
  background: #fff !important;
}

body.contact-page-body .bt-content-wrap {
  padding-top: 0 !important;
}

/* Active menu: same skewed red parallelogram as homepage */
body.contact-page-body.btGeneralElementsStyle_skewed .menuPort nav > ul > li > a:after {
  width: 32px !important;
  height: 30px !important;
  left: -15px !important;
  right: auto !important;
  top: 50% !important;
  margin-top: -15px !important;
  border-radius: 0 !important;
  background: #dd3333 !important;
  transform: skewY(-30deg) scale(0) !important;
}

body.contact-page-body.btGeneralElementsStyle_skewed .menuPort nav > ul > li.current-menu-item > a:after,
body.contact-page-body.btGeneralElementsStyle_skewed .menuPort nav > ul > li.current-menu-ancestor > a:after,
body.contact-page-body.btGeneralElementsStyle_skewed .menuPort nav > ul > li.on > a:after {
  transform: skewY(-30deg) scale(1) !important;
}

body.contact-page-body .menuPort nav > ul > li.current-menu-item > a,
body.contact-page-body .menuPort nav > ul > li.current-menu-item > a:hover {
  color: #fff !important;
}

.contact-hero {
  background: linear-gradient(135deg, rgba(24, 24, 24, 0.94), rgba(221, 51, 51, 0.9)),
    url("/wp-content/uploads/2020/10/post_18.jpg") center/cover no-repeat;
  color: #fff;
  padding: 40px 0 36px;
}

.contact-hero__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.contact-hero__eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  opacity: 0.85;
}

.contact-hero h1 {
  margin: 0;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.1;
  color: #fff !important;
  text-transform: none !important;
  font-weight: 700;
}

.contact-hero__text {
  margin: 12px 0 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.92;
}

.contact-page {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 72px;
}

.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.contact-info,
.contact-form-wrap {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 28px;
}

.contact-info h2,
.contact-form-wrap h2,
.contact-map h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.contact-info__lead,
.contact-form-wrap__intro {
  margin: 0 0 24px;
  color: #555;
  line-height: 1.7;
}

.contact-info__list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.contact-info__list dt {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dd3333;
}

.contact-info__list dd {
  margin: 0;
  line-height: 1.6;
  color: #222;
}

.contact-info__list a {
  color: inherit;
  text-decoration: none;
}

.contact-info__list a:hover {
  color: #dd3333;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__field span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
  box-sizing: border-box;
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.contact-form__submit {
  border: 0;
  background: #dd3333;
  color: #fff;
  padding: 14px 22px;
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.contact-form__submit:hover:not(:disabled) {
  filter: brightness(1.05);
}

.contact-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.contact-form__note {
  margin: 0;
  color: #777;
  font-size: 13px;
}

.contact-form__response {
  margin: 16px 0 0;
  font-weight: 600;
}

.contact-form__response.is-success {
  color: #46b450;
}

.contact-form__response.is-error {
  color: #dc3232;
}

.contact-map {
  margin-top: 48px;
}

.contact-map__frame {
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #eee;
  aspect-ratio: 21 / 9;
  min-height: 280px;

  max-width: 100%;
  width: 100%;
  box-sizing: border-box;}

.contact-map__frame iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0;
}

.contact-map__link {
  margin: 12px 0 0;
}

.contact-map__link a {
  color: #dd3333;
  font-weight: 700;
  text-decoration: none;
}

.contact-map__link a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contact-page__layout {
    grid-template-columns: 1fr;
  }

  .contact-page,
  .contact-hero__inner {
    width: min(1200px, calc(100% - 24px));
  }
}

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

  .contact-form__submit {
    width: 100%;
  }

  .contact-map__frame {
    aspect-ratio: 4 / 3;
  }

  .contact-hero h1 {
    font-size: clamp(28px, 8vw, 40px);
  }
}

/* Oil selector */
.oil-selector-hero {
  background: linear-gradient(135deg, #181818 0%, #2a2a2a 55%, #3a1414 100%);
  color: #fff;
  padding: 72px 0 56px;
}

.oil-selector-hero__inner,
.oil-selector {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.oil-selector-hero__eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  opacity: 0.75;
}

.oil-selector-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.15;
}

.oil-selector-hero__lead {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.oil-selector {
  padding: 40px 0 72px;
}

.oil-selector__form {
  display: grid;
  gap: 28px;
  margin-bottom: 40px;
}

.oil-selector__step {
  margin: 0;
  padding: 0;
  border: 0;
}

.oil-selector__step legend {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.oil-selector__step legend em {
  font-style: normal;
  font-weight: 400;
  color: #666;
  font-size: 13px;
}

.oil-selector__options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.oil-selector__option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  cursor: pointer;
}

.oil-selector__option.is-checked,
.oil-selector__option:has(input:checked) {
  border-color: #dd3333;
  box-shadow: inset 0 0 0 1px #dd3333;
}

/* Theme radio ::before stilleri Chrome/Safari/Firefox'ta boş kutu bırakmasın */
.oil-selector__option input[type="radio"],
.products-filter-item input[type="radio"] {
  -webkit-appearance: radio;
  appearance: auto;
  width: 1.1em;
  height: 1.1em;
  margin: 0;
  flex-shrink: 0;
  accent-color: #dd3333;
}

.oil-selector__option input[type="radio"]::before,
.oil-selector__option input[type="radio"]::after,
.products-filter-item input[type="radio"]::before,
.products-filter-item input[type="radio"]::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.oil-selector__select-wrap {
  max-width: 320px;
}

.oil-selector__select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  font: inherit;
}

.oil-selector__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.oil-selector__submit,
.oil-selector__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  background: #dd3333;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.oil-selector__submit:hover,
.oil-selector__card-cta:hover {
  background: #181818;
  color: #fff;
}

.oil-selector__reset,
.oil-selector__card-secondary,
.oil-selector__card-doc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  background: #f1f1f1;
  color: #181818;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}

.oil-selector__reset:hover,
.oil-selector__card-secondary:hover,
.oil-selector__card-doc:hover {
  background: #181818;
  color: #fff;
}

.oil-selector__results-head h2 {
  margin: 0 0 8px;
}

.oil-selector__results-head p {
  margin: 0 0 24px;
  color: #444;
  line-height: 1.6;
}

.oil-selector__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.oil-selector__card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.oil-selector__card-image {
  display: block;
  background: #fff;
  aspect-ratio: 4 / 3;
}

.oil-selector__card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  box-sizing: border-box;
}

.oil-selector__card-body {
  padding: 16px;
}

.oil-selector__card-line {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #dd3333;
  font-weight: 700;
}

.oil-selector__card-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.oil-selector__card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.oil-selector__card-visc {
  margin: 0 0 8px;
  font-size: 13px;
  color: #666;
}

.oil-selector__card-summary {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oil-selector__card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oil-selector__disclaimer {
  margin: 28px 0 0;
  padding: 14px 16px;
  background: #f7f7f7;
  border-left: 3px solid #dd3333;
  font-size: 13px;
  line-height: 1.55;
  color: #555;
}

.oil-selector__phase2 {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.oil-selector__phase2 h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.oil-selector__phase2 p {
  margin: 0;
  color: #555;
  line-height: 1.55;
  font-size: 14px;
}

.oil-selector__empty {
  padding: 24px;
  background: #f7f7f7;
}

.oil-selector__empty h3 {
  margin: 0 0 8px;
}

@media (max-width: 640px) {
  .oil-selector-hero {
    padding: 56px 0 40px;
  }

  .oil-selector__submit,
  .oil-selector__reset {
    width: 100%;
  }
}

/* Clean layout pages (docs/certs/gallery/blog) */
.site-body {
  margin: 0;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #181818;
  background: #fff;
}

.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.site-header__inner,
.site-footer__inner,
.corp-wrap {
  width: min(1200px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Amwerk shell içinde corp sayfalarının ezilmesini engelle */
.bt-content .corp-wrap {
  width: min(1200px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.site-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 12px 0;
}

.site-header__logo img {
  display: block;
  height: 48px;
  width: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.site-nav a {
  color: #181818;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.site-nav a.is-active,
.site-nav a:hover {
  color: #dd3333;
}

.site-main {
  min-height: 50vh;
}

.site-footer {
  margin-top: 48px;
  padding: 36px 0 28px;
  background: #181818;
  color: #fff;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  margin-right: 14px;
  font-size: 14px;
}

.site-footer a:hover {
  color: #dd3333;
}

.site-footer__copy {
  margin: 18px 0 0;
  opacity: 0.7;
  font-size: 13px;
}

.corp-hero {
  background: linear-gradient(135deg, #181818 0%, #2a2a2a 55%, #3a1414 100%);
  color: #fff;
  padding: 90px 0 56px;
}

.corp-hero .corp-wrap {
  width: min(1100px, calc(100% - 40px));
}

.corp-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  opacity: 0.75;
}

.corp-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.15;
}

.corp-lead {
  margin: 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
}

.corp-section,
.bt-content .corp-section {
  padding: 56px 0 72px;
  background: #f2f2f2;
}

.corp-section-title {
  margin: 0 0 20px;
  font-size: 24px;
}

.corp-wrap--narrow {
  width: min(760px, calc(100% - 32px));
}

.corp-cards,
.bt-content .corp-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.corp-card,
.bt-content .corp-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #dd3333;
  padding: 22px 22px 20px;
  background: #fff;
  box-sizing: border-box;
}

.corp-card h2,
.bt-content .corp-card h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  color: #181818;
}

.corp-card p,
.bt-content .corp-card p {
  margin: 0;
  flex: 1;
  color: #444;
  line-height: 1.55;
  font-size: 14px;
}

.corp-cards > .corp-card:last-child:nth-child(odd),
.bt-content .corp-cards > .corp-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  .corp-cards,
  .bt-content .corp-cards {
    grid-template-columns: 1fr;
  }

  .corp-cards > .corp-card:last-child:nth-child(odd),
  .bt-content .corp-cards > .corp-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

.corp-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 14px;
  background: #dd3333;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
}

.corp-link-btn:hover {
  background: #181818;
}

.corp-muted {
  color: #777;
  font-size: 13px;
}

.corp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
}

.corp-breadcrumb a {
  color: #dd3333;
  text-decoration: none;
}

.docs-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.docs-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.docs-table th,
.docs-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
}

.docs-table th:nth-child(3),
.docs-table th:nth-child(4),
.docs-table td:nth-child(3),
.docs-table td:nth-child(4) {
  white-space: nowrap;
  width: 1%;
}

.docs-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.docs-table a {
  color: #181818;
  text-decoration: none;
  font-weight: 600;
}

.docs-table a:hover {
  color: #dd3333;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

/* Amwerk WP .gallery-item kurallarıyla çakışmasın diye ub- öneki */
.ub-gallery-item {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  width: auto !important;
  max-width: none !important;
}

.ub-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ub-gallery-item figcaption {
  padding: 12px 14px 16px;
  display: grid;
  gap: 4px;
}

.ub-gallery-item figcaption span {
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.blog-list {
  display: grid;
  gap: 24px;
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.blog-card__body {
  padding: 16px 16px 16px 0;
}

.blog-card__body time {
  font-size: 13px;
  color: #777;
}

.blog-card__body h2 {
  margin: 6px 0 10px;
  font-size: 22px;
  line-height: 1.3;
}

.blog-card__body h2 a {
  color: inherit;
  text-decoration: none;
}

.blog-card__body p {
  margin: 0 0 14px;
  color: #444;
  line-height: 1.55;
}

.blog-post time {
  display: block;
  margin-bottom: 8px;
  color: #777;
  font-size: 13px;
}

.blog-post h1 {
  margin: 0 0 20px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.blog-post__cover {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  margin-bottom: 24px;
}

.blog-post__body {
  line-height: 1.7;
  color: #333;
}

.blog-post__body p {
  margin: 0 0 16px;
}

@media (max-width: 720px) {
  .blog-card {
    grid-template-columns: 1fr;
  }

  .blog-card__body {
    padding: 0 14px 16px;
  }

  .site-nav {
    width: 100%;
  }
}

/* Partner logos slider */
#bt_bb_section6a50ad139d188 .bt_bb_slider .bt_bb_slider_item,
.bt_bb_slider .bt_bb_slider_item:has(img[src*="/assets/images/partners/"]) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin: 0 22px;
  padding: 0 8px;
  box-sizing: border-box;
  background: #fff;
}
#bt_bb_section6a50ad139d188 .bt_bb_slider .bt_bb_slider_item img,
.bt_bb_slider .bt_bb_slider_item img[src*="/assets/images/partners/"] {
  display: block;
  width: auto !important;
  max-width: 160px;
  height: 48px !important;
  max-height: 48px !important;
  object-fit: contain;
  margin: 0 auto;
}


/* Mobile + cross-browser polish (Chrome / Safari / Firefox / Opera) */
@media (max-width: 900px) {
  .products-input,
  .products-sort select,
  .contact-form__field input,
  .contact-form__field textarea,
  .product-quote-form__field input,
  .product-quote-form__field textarea,
  .oil-selector__select,
  .btSearchInner input[type="text"] {
    font-size: 16px;
  }

  .products-grid,
  .partners-track,
  .bt_bb_content_slider {
    min-width: 0;
    max-width: 100%;
  }

  .mainHeader,
  .btContentHolder,
  .bt-content,
  .bt_bb_port {
    max-width: 100%;
    overflow-x: clip;
  }
}

/* Sticky header: always dark (avoid white flash with alt logo rules) */
body.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
  background-color: #0f0f0f !important;
  color: #fff !important;
}
/* Koyu sticky arka planda siyah (alt) logo görünmez — beyaz logoyu tut (iletişim sayfası hariç) */
body.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader:not(.contact-page-body) .btMainLogo {
  display: block !important;
}
body.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader:not(.contact-page-body) .btAltLogo {
  display: none !important;
}
body.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader:not(.contact-page-body) .bt-vertical-header-top {
  background-color: #0f0f0f !important;
  color: #fff !important;
}

/* Bize Katılın: no white strip under sticky header */
#bt_bb_section6a50ad139feae {
  padding-top: 0 !important;
}
#bt_bb_section6a50ad139feae > .bt_bb_port {
  padding-top: 0 !important;
}
#bt_bb_section6a50ad139feae .bt_bb_row_holder {
  align-items: stretch;
}
#bt_bb_section6a50ad139feae .bt_bb_image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

/* Partner logos: prevent slick collapse flicker */
#bt_bb_section6a50ad139d188 .bt_bb_slider .slick-list,
#bt_bb_section6a50ad139d188 .bt_bb_slider .slick-track {
  min-height: 72px;
}

/* Hide empty spacer section */
#bt_bb_section6a50ad139fe51 {
  display: none !important;
}

/* Ana sayfa kartları: “Bize Ulaşın” diğerleriyle aynı yükseklik */
#bt_bb_section6a50ad139c4dd .bt_bb_row.bt_bb_column_gap_10 > .bt_bb_row_holder {
  align-items: stretch;
}
#bt_bb_section6a50ad139c4dd .bt_bb_row.bt_bb_column_gap_10 > .bt_bb_row_holder > .bt_bb_column {
  display: flex;
  flex-direction: column;
}
#bt_bb_section6a50ad139c4dd .bt_bb_row.bt_bb_column_gap_10 > .bt_bb_row_holder > .bt_bb_column > .bt_bb_column_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#bt_bb_section6a50ad139c4dd .bt_bb_row.bt_bb_column_gap_10 > .bt_bb_row_holder > .bt_bb_column > .bt_bb_column_content > .bt_bb_column_content_inner {
  flex: 1 1 auto;
  height: 100%;
}

/* Desktop: tools absolute (float’tan çıkar) — nav logo satırında kalsın
   ES/EN uzun etiketler için menü aralığını biraz sıkılaştır (flex/float bozulmasın) */
.btMenuHorizontal .mainHeader .bt-logo-area.menu-holder .menuPort {
  position: relative;
}
.btMenuHorizontal .mainHeader .topBarInMenu {
  position: absolute !important;
  right: 0;
  top: 0;
  float: none !important;
  margin-left: 0 !important;
  z-index: 6;
}
.btMenuHorizontal .mainHeader .menuPort > nav {
  padding-right: 24rem;
  box-sizing: border-box;
}
.btMenuHorizontal .mainHeader .menuPort > nav > ul > li {
  padding-right: 1.6rem !important;
}
.btMenuHorizontal .mainHeader .menuPort > nav > ul > li:last-child {
  padding-right: 0.5rem !important;
}

/* Language switcher — separate boxes
   Desktop: Online Katalog yanı (topBarInMenu)
   Mobile: bt-vertical-header-top içinde sağda (menü paneli dışında)
*/
.ub-lang-desktop-only {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
  vertical-align: middle;
}
.ub-lang-mobile-only {
  display: none;
}

.ub-lang-switch-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0;
  vertical-align: middle;
  position: relative;
  z-index: 10050;
  flex-shrink: 0;
}
.ub-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1;
}
.ub-lang-switch__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  min-height: 2.1rem;
  padding: 0.35rem 0.45rem;
  box-sizing: border-box;
  background: #fff;
  color: #111 !important;
  border: 1px solid rgba(0, 0, 0, 0.18);
  text-decoration: none !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 1;
}
.ub-lang-switch__item:hover {
  color: #dd3333 !important;
  border-color: #dd3333;
}
.ub-lang-switch__item.is-active {
  background: #dd3333;
  color: #fff !important;
  border-color: #dd3333;
}

/* Amwerk dikey menü eşiği ~1200px; masaüstü dil seçiciyi bu aralıkta gizle */
@media (max-width: 1199px) {
  .ub-lang-desktop-only {
    display: none !important;
  }
}

/* Mobil üst bar: hamburger + logo solda, dil seçici sağda */
.btMenuVertical .bt-vertical-header-top .ub-lang-mobile-only {
  display: flex !important;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 10080;
  pointer-events: auto;
}

.ub-credits {
  display: inline;
  font-size: inherit;
  color: inherit;
}
.ub-credits a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ub-credits a:hover {
  color: #dd3333;
}

/* ——— Mobile home / header polish ——— */
@media (max-width: 900px) {
  .ub-lang-switch {
    gap: 5px;
  }
  .ub-lang-switch__item {
    min-width: 1.9rem;
    min-height: 1.9rem;
    padding: 0.3rem 0.4rem;
    font-size: 0.68rem;
  }

  .btMenuVertical .mainHeader .topBarInMenu .topBarInMenuCell,
  .btMenuVerticalFullscreenEnabled .mainHeader .menuPort .topBarInMenu .topBarInMenuCell,
  body.btMenuVertical .topBarInMenuCell {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px;
    width: 100%;
  }
  .btMenuVertical .topBarInMenuCell > .btBox.widget_bt_button_widget,
  .btMenuVerticalFullscreenEnabled .topBarInMenuCell > .btBox.widget_bt_button_widget {
    width: 100%;
    margin: 0 !important;
  }
  .btMenuVertical .topBarInMenuCell .bt_button_widget,
  .btMenuVerticalFullscreenEnabled .topBarInMenuCell .bt_button_widget {
    display: flex !important;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  /* 2) İlk kart ikonu kesilmesin: negatif margin + half_above kapat */
  #bt_bb_section6a50ad139c4dd,
  #bt_bb_section6a50ad139c4dd.bt_bb_negative_margin_40 {
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
    padding-top: 8px !important;
    overflow: visible !important;
  }
  #bt_bb_section6a50ad139c4dd.bt_bb_negative_margin_40 > .bt_bb_port,
  #bt_bb_section6a50ad139c4dd > .bt_bb_port {
    margin-top: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 5;
  }
  #bt_bb_section6a50ad139c4dd .bt_bb_cell,
  #bt_bb_section6a50ad139c4dd .bt_bb_cell_inner,
  #bt_bb_section6a50ad139c4dd .bt_bb_row,
  #bt_bb_section6a50ad139c4dd .bt_bb_row_holder,
  #bt_bb_section6a50ad139c4dd .bt_bb_column,
  #bt_bb_section6a50ad139c4dd .bt_bb_column_content,
  #bt_bb_section6a50ad139c4dd .bt_bb_column_content_inner {
    overflow: visible !important;
  }
  #bt_bb_section6a50ad139c4dd .bt_bb_column {
    margin-bottom: 28px !important;
  }
  /* half_above ikonu mobilde kartın içinde kalsın */
  #bt_bb_section6a50ad139c4dd .bt_bb_icon.bt_bb_vertical_position_half_above,
  #bt_bb_section6a50ad139c4dd .bt_bb_icon.bt_bb_style_filled.bt_bb_vertical_position_half_above.bt_bb_size_normal {
    margin-top: 0 !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 2;
  }
  #bt_bb_section6a50ad139c4dd .bt_bb_column_content_inner {
    padding-top: 18px;
  }
  .bt-content-wrap,
  .bt-content-holder,
  .bt-content {
    overflow: visible !important;
  }
  .bt-content > .bt_bb_wrapper,
  #bt_bb_section6a50ad139c4dd ~ *,
  #bt_bb_section6a50ad139c4dd {
    overflow: visible !important;
  }

  /* 3) Kurucu mesajı: kırpılma / taşma */
  #bt_bb_section6a50ad139cc73 .bt_bb_image,
  #bt_bb_section6a50ad139cc73 .bt_bb_image_content,
  #bt_bb_section6a50ad139cc73 .bt_bb_image_content_flex,
  #bt_bb_section6a50ad139cc73 .bt_bb_image_content_inner {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
  }
  #bt_bb_section6a50ad139cc73 .btImgContentHalfWidth {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #bt_bb_section6a50ad139cc73 .btDarkQuoteIcon,
  #bt_bb_section6a50ad139cc73 .btDarkQuoteIcon blockquote,
  #bt_bb_section6a50ad139cc73 .btDarkQuoteIcon p,
  #bt_bb_section6a50ad139cc73 .btDarkQuoteIcon strong {
    color: #fff !important;
    overflow: visible !important;
  }
  #bt_bb_section6a50ad139cc73 .bt_bb_image_content {
    padding: 24px 20px !important;
    box-sizing: border-box;
  }
  #bt_bb_section6a50ad139cc73 .bt_bb_column[data-width="6"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 4 + 6) Kısaca / Neler yapıyoruz: yan boşlukları azalt */
  #bt_bb_section6a50ad139cc73 .bt_bb_padding_80,
  #bt_bb_section6a50ad139e246 .bt_bb_padding_80 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #bt_bb_section6a50ad139cc73 .bt_bb_row_width_boxed_1200 > .bt_bb_row_holder,
  #bt_bb_section6a50ad139e246 .bt_bb_row_width_boxed_1200 > .bt_bb_row_holder {
    padding-left: 0;
    padding-right: 0;
  }
  #bt_bb_section6a50ad139cc73 .bt_bb_headline_subheadline,
  #bt_bb_section6a50ad139e246 .bt_bb_headline_subheadline {
    max-width: none;
  }
  #bt_bb_section6a50ad139cc73 .bt_bb_column.bt_bb_padding_80 .bt_bb_column_content_inner,
  #bt_bb_section6a50ad139e246 .bt_bb_column.bt_bb_padding_80 .bt_bb_column_content_inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* 5) Referans logoları: yanlarda devam hissi */
  #bt_bb_section6a50ad139d188 {
    overflow: hidden;
  }
  #bt_bb_section6a50ad139d188 .slick-list {
    overflow: visible;
  }
  #bt_bb_section6a50ad139d188 .bt_bb_slider .bt_bb_slider_item {
    margin: 0 10px;
    opacity: 0.35;
    transition: opacity 0.2s ease;
  }
  #bt_bb_section6a50ad139d188 .bt_bb_slider .bt_bb_slider_item.slick-center,
  #bt_bb_section6a50ad139d188 .bt_bb_slider .bt_bb_slider_item.slick-current {
    opacity: 1;
  }

  /* 7) Bize Katılın ↔ harita boşluğunu kapat */
  #bt_bb_section6a50ad139feae {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  #bt_bb_section6a50ad139feae.bt_bb_bottom_spacing_100,
  #bt_bb_section6a50ad139feae.bt_bb_bottom_spacing_100 > .bt_bb_port {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  #bt_bb_section6a50ad13a02b3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  #bt_bb_section6a50ad13a02b3 .home-map {
    margin-top: 0;
  }
}

