/* ================================
   HABBY PET HERO SECTION
   WPBakery Row + 2 Column
================================ */

.hpb-hero-shell {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #174f59 !important;
  border-top: 5px solid #ef806d;
  padding-top: 72px !important;
  padding-bottom: 105px !important;
  padding-left: max(24px, calc((100vw - 1166px) / 2)) !important;
  padding-right: max(24px, calc((100vw - 1166px) / 2)) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

/* Hero altındaki oval/kavis */
.hpb-hero-shell::after {
  content: "" !important;
  display: block !important;
  clear: none !important;
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -43px;
  height: 78px;
  background: #f4f7f6;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
  pointer-events: none;
}

/* Kolonları kavis üstünde tutar */
.hpb-hero-shell > .wpb_column {
  position: relative;
  z-index: 2;
}

/* WPBakery default boşluklarını temizler */
.hpb-hero-shell > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-hero-copy > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.hpb-hero-media > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Sol içerik */
.hpb-hero-content {
  max-width: 660px;
}

.hpb-eyebrow {
  margin-bottom: 10px;
  color: #ef806d;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hpb-hero-content h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(46px, 4.4vw, 55px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.hpb-hero-content h1 span {
  color: #ef806d;
}

.hpb-hero-content p {
  max-width: 610px;
  margin: 0;
  color: #d4edf1;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

/* Butonlar */
.hpb-hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.hpb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.hpb-btn-primary {
  background: #ef806d;
  color: #ffffff !important;
  border: 1px solid #ef806d;
}

.hpb-btn-primary:hover {
  background: #f28d7b;
  border-color: #f28d7b;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.hpb-btn-outline {
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.45);
  background: transparent;
}

.hpb-btn-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff;
  background: rgba(255,255,255,0.08);
  transform: translateY(-2px);
}

/* Alt özellikler */
.hpb-hero-features {
  display: flex;
  gap: 34px;
  margin-top: 31px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.hpb-hero-features div {
  min-width: 0;
}

.hpb-hero-features strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

.hpb-hero-features small {
  display: block;
  color: #cfe7ec;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}

/* Sağ fotoğraf alanı */
.hpb-hero-image {
  margin: 0 !important;
}

.hpb-hero-image .wpb_wrapper,
.hpb-hero-image .vc_single_image-wrapper,
.hpb-hero-image figure {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
}

.hpb-hero-image img {
  width: 100% !important;
  height: 324px !important;
  display: block !important;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.hpb-hero-image .vc_single_image-img {
  width: 100% !important;
  max-width: 100% !important;
}


/* ================================
   HERO TABLET
================================ */

@media (max-width: 991px) {
  .hpb-hero-shell {
    display: block;
    padding-top: 60px !important;
    padding-bottom: 86px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hpb-hero-copy,
  .hpb-hero-media {
    width: 100% !important;
  }

  .hpb-hero-copy > .vc_column-inner {
    padding-right: 0 !important;
  }

  .hpb-hero-media {
    margin-top: 40px;
  }

  .hpb-hero-content {
    max-width: 100%;
  }

  .hpb-hero-image img {
    height: 300px !important;
  }
}


/* ================================
   HERO MOBIL
================================ */

@media (max-width: 767px) {
  .hpb-hero-shell {
    padding-top: 48px !important;
    padding-bottom: 80px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-eyebrow {
    font-size: 12px;
    letter-spacing: 2.8px;
  }

  .hpb-hero-content h1 {
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -1.6px;
  }

  .hpb-hero-content p {
    font-size: 18px;
    line-height: 1.55;
  }

  .hpb-hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hpb-btn {
    width: 100%;
    min-height: 58px;
    font-size: 17px;
  }

  .hpb-hero-features {
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
    padding-top: 24px;
  }

  .hpb-hero-features strong {
    font-size: 19px;
  }

  .hpb-hero-features small {
    font-size: 15px;
  }

  .hpb-hero-image img {
    height: 235px !important;
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  .hpb-hero-content h1 {
    font-size: 36px;
  }

  .hpb-hero-content p {
    font-size: 17px;
  }
}


/* ================================
   HABBY PET SUMMARY CARD
================================ */

.hpb-summary-section {
  position: relative;
  z-index: 1;
  background: #f4f7f6 !important;
  padding-bottom: 36px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hpb-summary-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-summary-section .wpb_text_column,
.hpb-summary-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hpb-summary-card {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-left: 5px solid #ef806d;
  border-radius: 15px;
  padding: 24px 28px;
  box-sizing: border-box;
}

.hpb-summary-eyebrow {
  margin-bottom: 9px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hpb-summary-card p {
  margin: 0 !important;
  color: #111827;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}


/* ================================
   SUMMARY MOBIL
================================ */

@media (max-width: 767px) {
  .hpb-summary-section {
    padding-top: 28px !important;
    padding-bottom: 30px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-summary-card {
    padding: 20px 18px;
    border-radius: 13px;
  }

  .hpb-summary-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .hpb-summary-card p {
    font-size: 15px;
    line-height: 1.55;
  }
}


/* ================================
   HABBY PET PRODUCT RANGE
================================ */

.hpb-products-section {
  background: #f4f7f6 !important;
  padding-top: 54px !important;
  padding-bottom: 64px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hpb-products-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-products-section .wpb_text_column,
.hpb-products-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hpb-products-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hpb-section-head {
  max-width: 680px;
  margin-bottom: 36px;
}

.hpb-section-eyebrow {
  margin-bottom: 12px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hpb-section-head h2 {
  margin: 0 0 14px !important;
  color: #174f59;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.hpb-section-head p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.hpb-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hpb-product-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-radius: 17px;
  box-sizing: border-box;
}

.hpb-product-photo {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(239, 128, 109, 0.08) 0,
      rgba(239, 128, 109, 0.08) 14px,
      rgba(239, 128, 109, 0.03) 14px,
      rgba(239, 128, 109, 0.03) 28px
    ),
    #fff2ef;
  text-align: center;
}

.hpb-product-photo span {
  padding: 0 18px;
  color: #e75f4c;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.hpb-product-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hpb-product-body {
  padding: 18px 20px 22px;
}

.hpb-product-body h3 {
  margin: 0 0 8px !important;
  color: #174f59;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.hpb-product-body p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}


/* ================================
   PRODUCTS TABLET
================================ */

@media (max-width: 991px) {
  .hpb-products-section {
    padding-top: 44px !important;
    padding-bottom: 52px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hpb-section-head h2 {
    font-size: 31px;
  }

  .hpb-section-head p {
    font-size: 17px;
  }

  .hpb-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ================================
   PRODUCTS MOBIL
================================ */

@media (max-width: 767px) {
  .hpb-products-section {
    padding-top: 38px !important;
    padding-bottom: 44px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-section-head {
    margin-bottom: 26px;
  }

  .hpb-section-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hpb-section-head h2 {
    font-size: 27px;
    letter-spacing: -0.8px;
  }

  .hpb-section-head p {
    font-size: 16px;
  }

  .hpb-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hpb-product-photo {
    height: 160px;
  }

  .hpb-product-body h3 {
    font-size: 19px;
  }

  .hpb-product-body p {
    font-size: 15px;
  }
}


/* ================================
   HABBY PET PROCESS SECTION
================================ */

.hpb-process-section {
  background: #174f59 !important;
  padding-top: 68px !important;
  padding-bottom: 66px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 3px solid #ef806d;
  box-sizing: border-box;
}

.hpb-process-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-process-section .wpb_text_column,
.hpb-process-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hpb-process-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hpb-process-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.hpb-process-eyebrow {
  margin-bottom: 13px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.hpb-process-head h2 {
  margin: 0 0 12px !important;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.hpb-process-head p {
  margin: 0 !important;
  color: #d4edf1;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.hpb-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.hpb-process-card {
  min-height: 156px;
  padding: 24px 16px 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 13px;
  box-sizing: border-box;
}

.hpb-process-no {
  margin-bottom: 14px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.hpb-process-card h3 {
  margin: 0 0 12px !important;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.hpb-process-card p {
  margin: 0 !important;
  color: #d4edf1;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 400;
}

.hpb-process-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  padding: 12px 20px;
  color: #ffd8d1;
  background: rgba(239,128,109,0.16);
  border: 1px solid rgba(239,128,109,0.48);
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.hpb-process-pill-icon {
  position: relative;
  width: 13px;
  height: 16px;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 2px;
  box-sizing: border-box;
}

.hpb-process-pill-icon::before,
.hpb-process-pill-icon::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  height: 3px;
  background: rgba(255,255,255,0.8);
  border-radius: 3px;
}

.hpb-process-pill-icon::before {
  top: 2px;
}

.hpb-process-pill-icon::after {
  bottom: 2px;
}

/* Tablet */
@media (max-width: 991px) {
  .hpb-process-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hpb-process-head h2 {
    font-size: 29px;
  }

  .hpb-process-head p {
    font-size: 17px;
  }

  .hpb-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil */
@media (max-width: 767px) {
  .hpb-process-section {
    padding-top: 46px !important;
    padding-bottom: 48px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-process-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hpb-process-head h2 {
    font-size: 25px;
  }

  .hpb-process-head p {
    font-size: 16px;
  }

  .hpb-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hpb-process-card {
    min-height: auto;
    padding: 20px 16px;
  }

  .hpb-process-card h3 {
    font-size: 18px;
  }

  .hpb-process-card p {
    font-size: 15px;
  }

  .hpb-process-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 12px 16px;
  }
}


/* ================================
   HABBY PET OWN PRODUCTION SECTION
================================ */

.hpb-own-section {
  background: #eee7dd !important;
  padding-top: 44px !important;
  padding-bottom: 42px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hpb-own-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-own-section .wpb_text_column,
.hpb-own-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hpb-own-wrap {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.hpb-own-head {
  max-width: 50%;
  margin-bottom: 20px;
}

.hpb-own-eyebrow {
  margin-bottom: 8px;
  color: #ef806d;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.hpb-own-head h2 {
  margin: 0 0 12px !important;
  color: #174f59;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.hpb-own-head p {
  margin: 0 !important;
  color: #63727a;
  font-size: 12.5px;
  line-height: 1.65;
  font-weight: 400;
}

.hpb-own-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hpb-own-card {
  background: #ffffff;
  border-top: 2px solid #ef806d;
  border-radius: 8px;
  padding: 22px 18px 18px;
  min-height: 265px;
  box-sizing: border-box;
}

.hpb-own-icon {
  margin-bottom: 12px;
  color: #174f59;
  font-size: 22px;
  line-height: 1;
}

.hpb-own-card h3 {
  margin: 0 0 10px !important;
  color: #174f59;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.hpb-own-card p {
  margin: 0 0 12px !important;
  color: #63727a;
  font-size: 11.5px;
  line-height: 1.65;
  font-weight: 400;
}

.hpb-own-note {
  margin-top: 12px;
  padding: 12px;
  background: #fff4f1;
  border-radius: 6px;
  color: #e2614f;
  font-size: 10.5px;
  line-height: 1.55;
  font-weight: 500;
}

.hpb-own-chain {
  display: flex;
  gap: 14px;
  margin-top: 14px;
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}

.hpb-own-chain-icon {
  flex: 0 0 auto;
  color: #174f59;
  font-size: 22px;
  line-height: 1;
}

.hpb-own-chain h3 {
  margin: 0 0 7px !important;
  color: #174f59;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.hpb-own-chain p {
  margin: 0 !important;
  color: #63727a;
  font-size: 11.5px;
  line-height: 1.65;
  font-weight: 400;
}

.hpb-own-chain strong {
  color: #174f59;
  font-weight: 800;
}

.hpb-own-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hpb-own-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 11px;
  background: #ffffff;
  border-radius: 999px;
  color: #174f59;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 991px) {
  .hpb-own-wrap {
    max-width: 100%;
  }

  .hpb-own-grid {
    grid-template-columns: 1fr;
  }

  .hpb-own-card {
    min-height: auto;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .hpb-own-section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-own-head h2 {
    font-size: 24px;
  }

  .hpb-own-chain {
    display: block;
  }

  .hpb-own-chain-icon {
    margin-bottom: 10px;
  }
}


/* ================================
   HABBY PET CUSTOMIZATION SECTION
================================ */

.hpb-custom-section {
  background: #f4f7f6 !important;
  padding-top: 66px !important;
  padding-bottom: 64px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hpb-custom-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-custom-section .wpb_text_column,
.hpb-custom-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hpb-custom-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hpb-custom-head {
  margin-bottom: 34px;
}

.hpb-custom-eyebrow {
  margin-bottom: 16px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hpb-custom-head h2 {
  margin: 0 !important;
  color: #174f59;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.hpb-custom-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.hpb-custom-card {
  min-height: 146px;
  padding: 24px 14px 22px;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-radius: 13px;
  text-align: center;
  box-sizing: border-box;
}

.hpb-custom-icon {
  margin-bottom: 17px;
  font-size: 28px;
  line-height: 1;
}

.hpb-custom-card h3 {
  margin: 0 0 12px !important;
  color: #174f59;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.hpb-custom-card p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

/* Tablet */
@media (max-width: 991px) {
  .hpb-custom-section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hpb-custom-head h2 {
    font-size: 34px;
  }

  .hpb-custom-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobil */
@media (max-width: 767px) {
  .hpb-custom-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-custom-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hpb-custom-head h2 {
    font-size: 29px;
    letter-spacing: -0.8px;
  }

  .hpb-custom-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .hpb-custom-card {
    min-height: 135px;
    padding: 20px 12px;
  }

  .hpb-custom-icon {
    font-size: 25px;
    margin-bottom: 14px;
  }

  .hpb-custom-card h3 {
    font-size: 16px;
  }

  .hpb-custom-card p {
    font-size: 13px;
  }
}

/* ================================
   HABBY PET PARTNER SECTION
================================ */

.hpb-partner-section {
  background: #eee7dd !important;
  padding-top: 66px !important;
  padding-bottom: 64px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hpb-partner-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-partner-section .wpb_text_column,
.hpb-partner-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hpb-partner-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hpb-partner-head {
  text-align: center;
  margin-bottom: 36px;
}

.hpb-partner-eyebrow {
  margin-bottom: 16px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hpb-partner-head h2 {
  margin: 0 !important;
  color: #174f59;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.hpb-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hpb-partner-card {
  min-height: 242px;
  background: #ffffff;
  border-radius: 17px;
  padding: 28px 28px 30px;
  box-sizing: border-box;
}

.hpb-partner-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #fff0ed;
  border-radius: 13px;
  color: #174f59;
  font-size: 28px;
  line-height: 1;
}

.hpb-partner-card h3 {
  margin: 0 0 10px !important;
  color: #174f59;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.hpb-partner-card p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

/* Tablet */
@media (max-width: 991px) {
  .hpb-partner-section {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hpb-partner-head h2 {
    font-size: 32px;
  }

  .hpb-partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil */
@media (max-width: 767px) {
  .hpb-partner-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-partner-head {
    text-align: left;
    margin-bottom: 26px;
  }

  .hpb-partner-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hpb-partner-head h2 {
    font-size: 28px;
    letter-spacing: -0.8px;
  }

  .hpb-partner-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hpb-partner-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .hpb-partner-card h3 {
    font-size: 19px;
  }

  .hpb-partner-card p {
    font-size: 15px;
  }
}

/* ================================
   HABBY PET RETAIL CTA SECTION
================================ */

.hpb-retail-section {
  background: #f4f7f6 !important;
  padding-top: 66px !important;
  padding-bottom: 66px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hpb-retail-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hpb-retail-section .wpb_text_column,
.hpb-retail-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hpb-retail-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hpb-retail-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-top: 5px solid #ef806d;
  border-radius: 18px;
  padding: 38px 36px 42px;
  box-sizing: border-box;
}

.hpb-retail-content {
  max-width: 620px;
}

.hpb-retail-eyebrow {
  margin-bottom: 13px;
  color: #ef806d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hpb-retail-content h2 {
  margin: 0 0 10px !important;
  color: #174f59;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.hpb-retail-content p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

.hpb-retail-action {
  flex: 0 0 auto;
}

.hpb-retail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 0 34px;
  background: #4da8b9;
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.hpb-retail-btn:hover {
  background: #3d9cad;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991px) {
  .hpb-retail-section {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hpb-retail-card {
    padding: 32px 28px;
  }

  .hpb-retail-content h2 {
    font-size: 25px;
  }

  .hpb-retail-content p {
    font-size: 16px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .hpb-retail-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hpb-retail-card {
    display: block;
    padding: 28px 22px;
    border-radius: 16px;
  }

  .hpb-retail-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hpb-retail-content h2 {
    font-size: 24px;
  }

  .hpb-retail-content p {
    font-size: 15px;
  }

  .hpb-retail-action {
    margin-top: 24px;
  }

  .hpb-retail-btn {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
    font-size: 16px;
  }
}
/* ================================
   HABBY HOME HERO
================================ */

.hby-home-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
    background: linear-gradient(170deg, #fff 0%, #f6f9fa 60%, #eaf3f5 100%);
    padding-top: 72px !important;
  padding-bottom: 105px !important;
  padding-left: max(24px, calc((100vw - 1095px) / 2)) !important;
  padding-right: max(24px, calc((100vw - 1095px) / 2)) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

/* Alttaki yumuşak kavis */
/* Hero altındaki oval/kavis */
.hby-home-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -46px;
  height: 82px;
  background: #efe8df;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
  pointer-events: none;
}
.hby-home-hero > .wpb_column {
  position: relative;
  z-index: 2;
}

.hby-home-hero > .wpb_column {
  position: relative;
  z-index: 2;
}

.hby-home-hero > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-hero-left > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.hby-home-hero-right > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-home-hero-content {
  max-width: 545px;
}

.hby-home-eyebrow {
  margin-bottom: 8px;
  color: #2f9fbc;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hby-home-hero-content h1 {
  margin: 0 0 24px !important;
  color: #174f59;
  font-size: clamp(52px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.hby-home-hero-content h1 span {
  color: #52adc0;
}

.hby-home-hero-content p {
  max-width: 520px;
  margin: 0 !important;
  color: #5f6f77;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.hby-home-hero-content p strong {
  color: #174f59;
  font-weight: 900;
}

.hby-home-buttons {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 29px;
}

.hby-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.hby-home-btn-primary {
  background: #52adc0;
  color: #ffffff !important;
  border: 1px solid #52adc0;
}

.hby-home-btn-primary:hover {
  background: #3f9aad;
  border-color: #3f9aad;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.hby-home-btn-outline {
  color: #174f59 !important;
  border: 1px solid #174f59;
  background: transparent;
}

.hby-home-btn-outline:hover {
  color: #ffffff !important;
  background: #174f59;
  border-color: #174f59;
  transform: translateY(-2px);
}

.hby-home-features {
  display: flex;
  gap: 28px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #dce5e7;
}

.hby-home-features strong {
  display: block;
  margin-bottom: 7px;
  color: #174f59;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
}

.hby-home-features small {
  display: block;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

/* Sağ görsel */
.hby-home-hero-photo {
  width: 100%;
  height: 315px;
  overflow: hidden;
  border-radius: 18px;
}

.hby-home-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Fotoğraf yokken placeholder */
.hby-home-hero-photo-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px dashed #8fd3df;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(82, 173, 192, 0.08) 0,
      rgba(82, 173, 192, 0.08) 14px,
      rgba(82, 173, 192, 0.03) 14px,
      rgba(82, 173, 192, 0.03) 28px
    ),
    #eef8fa;
}

.hby-home-hero-photo-empty strong {
  display: block;
  color: #174f59;
  font-size: 16px;
  font-weight: 900;
}

.hby-home-hero-photo-empty span {
  display: block;
  margin-top: 10px;
  color: #5f6f77;
  font-size: 13px;
  line-height: 1.4;
}

/* ================================
   TABLET
================================ */

@media (max-width: 991px) {
  .hby-home-hero {
    display: block;
    padding-top: 58px !important;
    padding-bottom: 88px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hby-home-hero-left,
  .hby-home-hero-right {
    width: 100% !important;
  }

  .hby-home-hero-left > .vc_column-inner {
    padding-right: 0 !important;
  }

  .hby-home-hero-right {
    margin-top: 40px;
  }

  .hby-home-hero-content {
    max-width: 100%;
  }

  .hby-home-hero-photo {
    height: 300px;
  }
}

/* ================================
   MOBIL
================================ */

@media (max-width: 767px) {
  .hby-home-hero {
    padding-top: 46px !important;
    padding-bottom: 78px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-eyebrow {
    font-size: 12px;
    letter-spacing: 2.8px;
  }

  .hby-home-hero-content h1 {
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -1.6px;
  }

  .hby-home-hero-content p {
    font-size: 18px;
    line-height: 1.55;
  }

  .hby-home-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hby-home-btn {
    width: 100%;
    min-height: 58px;
    font-size: 17px;
  }

  .hby-home-features {
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
    padding-top: 24px;
  }

  .hby-home-features strong {
    font-size: 19px;
  }

  .hby-home-features small {
    font-size: 15px;
  }

  .hby-home-hero-photo {
    height: 235px;
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  .hby-home-hero-content h1 {
    font-size: 36px;
  }

  .hby-home-hero-content p {
    font-size: 17px;
  }
}


/* ================================
   HABBY HOME SUMMARY
================================ */

.hby-home-summary-section {
  background: #efe8df !important;
  padding-top: 46px !important;
  padding-bottom: 34px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hby-home-summary-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-summary-section .wpb_text_column,
.hby-home-summary-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-summary-card {
  width: 100%;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-left: 4px solid #52adc0;
  border-radius: 10px;
  padding: 18px 22px;
  box-sizing: border-box;
}

.hby-home-summary-eyebrow {
  margin-bottom: 8px;
  color: #2f9fbc;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hby-home-summary-card p {
  max-width: 660px;
  margin: 0 !important;
  color: #111827;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}


/* ================================
   HABBY HOME BRAND CARDS
================================ */

.hby-home-brands-section {
   background: #efe8df !important;
  padding-top: 36px !important;
  padding-bottom: 58px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hby-home-brands-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-brands-section .wpb_text_column,
.hby-home-brands-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-brands-wrap {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.hby-home-section-head {
  max-width: 680px;
  margin-bottom: 34px;
}

.hby-home-section-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hby-home-section-eyebrow {
  margin-bottom: 8px;
  color: #2f9fbc;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hby-home-section-head h2 {
  margin: 0 0 12px !important;
  color: #174f59;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

.hby-home-section-head p {
  max-width: 620px;
  margin: 0 auto !important;
  color: #5f6f77;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

.hby-home-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.hby-home-brand-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-radius: 16px;
  box-sizing: border-box;
}
.hby-home-brand-top {
  min-height: 122px;
  display: flex;
  align-items: flex-end;
  padding: 24px 17px 19px;
  box-sizing: border-box;
}

.hby-home-brand-top h3 {
  margin: 0 !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.hby-home-brand-pet .hby-home-brand-top {
  background: #ef806d;
}

.hby-home-brand-sport .hby-home-brand-top {
  background: #34978c;
}

.hby-home-brand-fashion .hby-home-brand-top {
  background: #ad8a64;
}

.hby-home-brand-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 17px 21px;
}

.hby-home-brand-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto !important;
  max-width: max-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf7f8;
  color: #2f9fbc;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.hby-home-brand-pet .hby-home-brand-badge {
  background: #fff0ed;
  color: #df674f;
}

.hby-home-brand-sport .hby-home-brand-badge {
  background: #e6f6f3;
  color: #257e73;
}

.hby-home-brand-fashion .hby-home-brand-badge {
  background: #f3eee8;
  color: #936f49;
}

.hby-home-brand-body p {
  margin: 0 0 18px !important;
  color: #5f6f77;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 400;
}
.hby-home-brand-body a {
  margin-top: auto;
  color: #2f9fbc !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none !important;
}

.hby-home-brand-body a:hover {
  color: #174f59 !important;
}


/* ================================
   TABLET
================================ */

@media (max-width: 991px) {
  .hby-home-summary-section,
  .hby-home-brands-section {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hby-home-summary-card,
  .hby-home-brands-wrap {
    max-width: 100%;
  }

  .hby-home-brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .hby-home-brand-top {
    min-height: 112px;
  }

 .hby-home-brand-body p {
  min-height: 0;
  font-size: 15px;
}
}


/* ================================
   MOBIL
================================ */

@media (max-width: 767px) {
  .hby-home-summary-section {
    padding-top: 36px !important;
    padding-bottom: 28px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-summary-card {
    padding: 18px 17px;
    border-radius: 12px;
  }

  .hby-home-summary-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .hby-home-summary-card p {
    font-size: 15px;
  }

  .hby-home-brands-section {
    padding-top: 8px !important;
    padding-bottom: 46px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-section-head {
    margin-bottom: 26px;
  }

  .hby-home-section-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hby-home-section-head h2 {
    font-size: 29px;
  }

  .hby-home-section-head p {
    font-size: 16px;
  }

  .hby-home-brand-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hby-home-brand-top {
    min-height: 108px;
  }

  .hby-home-brand-body p {
  font-size: 15px;
}
}


/* ================================
   HABBY HOME PRODUCTION SECTION
================================ */

.hby-home-production-section {
  background: #174f59 !important;
  padding-top: 64px !important;
  padding-bottom: 56px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hby-home-production-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-production-section .wpb_text_column,
.hby-home-production-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-production-wrap {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.hby-home-production-head {
  max-width: 720px;
  margin-bottom: 30px;
}

.hby-home-production-eyebrow {
  margin-bottom: 13px;
  color: #52c0d2;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.hby-home-production-head h2 {
  margin: 0 0 10px !important;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.hby-home-production-head p {
  max-width: 710px;
  margin: 0 0 4px !important;
  color: #d4edf1;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
}

.hby-home-production-link {
  display: inline-block;
  color: #8fd3df !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.hby-home-production-link:hover {
  color: #ffffff !important;
}

.hby-home-production-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.hby-home-production-card {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
      color: #8fd3df !important;

  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  box-sizing: border-box;
  text-align: center;
}

.hby-home-production-card span {
  display: block;
  margin-bottom: 10px;
  color: #52c0d2;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
}

.hby-home-production-card strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}


/* TABLET */
@media (max-width: 991px) {
  .hby-home-production-section {
    padding-top: 56px !important;
    padding-bottom: 52px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hby-home-production-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* MOBIL */
@media (max-width: 767px) {
  .hby-home-production-section {
    padding-top: 46px !important;
    padding-bottom: 44px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-production-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hby-home-production-head h2 {
    font-size: 27px;
  }

  .hby-home-production-head p {
    font-size: 17px;
  }

  .hby-home-production-link {
    font-size: 16px;
  }

  .hby-home-production-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hby-home-production-card {
    min-height: 78px;
  }
}


/* ================================
   HABBY HOME STATS
================================ */

.hby-home-stats-section {
  background: #ffffff !important;
  padding-top: 28px !important;
  padding-bottom: 30px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #dce5e7;
  box-sizing: border-box;
}

.hby-home-stats-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-stats-section .wpb_text_column,
.hby-home-stats-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-stats-wrap {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  text-align: center;
}

.hby-home-stat-item strong {
  display: block;
  margin-bottom: 6px;
  color: #174f59;
  font-size: 29px;
  line-height: 1.1;
      padding-bottom: 15px;

  font-weight: 900;
  letter-spacing: -0.7px;
}

.hby-home-stat-item span {
  display: block;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}


/* ================================
   HABBY HOME WHY
================================ */

.hby-home-why-section {
  background: #f4f7f6 !important;
  padding-top: 62px !important;
  padding-bottom: 58px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 5px solid #efe8df;
  box-sizing: border-box;
}

.hby-home-why-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-why-section .wpb_text_column,
.hby-home-why-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-why-wrap {
  width: 100%;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}

.hby-home-why-section .hby-home-section-head {
  margin-bottom: 36px;
}

.hby-home-why-section .hby-home-section-eyebrow {
  margin-bottom: 7px;
}

.hby-home-why-section .hby-home-section-head h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 0 !important;
}

.hby-home-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hby-home-why-card {
  min-height: 306px;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-radius: 16px;
  padding: 27px 27px 28px;
  box-sizing: border-box;
}

.hby-home-why-icon {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 13px;
  background: #e9f5f7;
  color: #174f59;
  font-size: 25px;
  line-height: 1;
}

.hby-home-why-card h3 {
  margin: 0 0 10px !important;
  color: #174f59;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.hby-home-why-card p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}


/* TABLET */
@media (max-width: 991px) {
  .hby-home-stats-section,
  .hby-home-why-section {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hby-home-stats-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .hby-home-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hby-home-why-card {
    min-height: 250px;
  }
}


/* MOBIL */
@media (max-width: 767px) {
  .hby-home-stats-section {
    padding-top: 26px !important;
    padding-bottom: 28px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-stats-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hby-home-stat-item strong {
    font-size: 27px;
  }

  .hby-home-stat-item span {
    font-size: 15px;
  }

  .hby-home-why-section {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-why-section .hby-home-section-head {
    margin-bottom: 28px;
  }

  .hby-home-why-section .hby-home-section-head h2 {
    font-size: 31px;
  }

  .hby-home-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hby-home-why-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .hby-home-why-card h3 {
    font-size: 20px;
  }

  .hby-home-why-card p {
    font-size: 16px;
  }
}

/* ================================
   HABBY HOME PROOF
================================ */

.hby-home-proof-section {
  background: #efe8df !important;
  padding-top: 74px !important;
  padding-bottom: 64px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hby-home-proof-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-proof-section .wpb_text_column,
.hby-home-proof-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-proof-wrap {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hby-home-proof-stars {
  margin-bottom: 20px;
  color: #111827;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 3px;
}

.hby-home-proof-eyebrow {
  margin-bottom: 16px;
  color: #2f9fbc;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hby-home-proof-wrap p {
  margin: 0 !important;
  color: #5f6f77;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}


/* ================================
   HABBY HOME B2B CTA
================================ */

.hby-home-b2b-section {
  background: #f4f7f6 !important;
  padding-top: 62px !important;
  padding-bottom: 58px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hby-home-b2b-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-b2b-section .wpb_text_column,
.hby-home-b2b-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-b2b-card {
  width: 100%;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-radius: 22px;
  padding: 38px 32px;
  box-sizing: border-box;
}

.hby-home-b2b-content {
  max-width: 670px;
}

.hby-home-b2b-content h2 {
  margin: 0 0 12px !important;
  color: #174f59;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.hby-home-b2b-content > p {
  max-width: 610px;
  margin: 0 0 22px !important;
  color: #5f6f77;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

.hby-home-b2b-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hby-home-b2b-mini-card {
  min-height: 142px;
  background: #eef8fa;
  border: 1px solid #c9e7ee;
  border-radius: 12px;
  padding: 17px 16px;
      font-size: 16px;

  box-sizing: border-box;
}

.hby-home-b2b-mini-card strong {
  display: block;
    margin-bottom: 15px !important;

  color: #174f59;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.hby-home-b2b-mini-card span {
  display: block;
  color: #5f6f77;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.hby-home-b2b-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


/* TABLET */
@media (max-width: 991px) {
  .hby-home-proof-section,
  .hby-home-b2b-section {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hby-home-b2b-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hby-home-b2b-action {
    justify-content: flex-start;
  }
}


/* MOBIL */
@media (max-width: 767px) {
  .hby-home-proof-section {
    padding-top: 50px !important;
    padding-bottom: 46px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-proof-stars {
    font-size: 21px;
    letter-spacing: 2px;
  }

  .hby-home-proof-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .hby-home-proof-wrap p {
    font-size: 17px;
  }

  .hby-home-b2b-section {
    padding-top: 44px !important;
    padding-bottom: 46px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-b2b-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .hby-home-b2b-content h2 {
    font-size: 26px;
  }

  .hby-home-b2b-content > p {
    font-size: 16px;
  }

  .hby-home-b2b-mini-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hby-home-b2b-mini-card {
    min-height: auto;
  }

  .hby-home-b2b-action .hby-home-btn {
    width: 100%;
  }
}


/* ================================
   HABBY HOME STORY
================================ */

.hby-home-story-section {
  background: #efe8df !important;
  padding-top: 62px !important;
  padding-bottom: 58px !important;
  padding-left: max(24px, calc((100vw - 1075px) / 2)) !important;
  padding-right: max(24px, calc((100vw - 1075px) / 2)) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.hby-home-story-section > .wpb_column {
  position: relative;
  z-index: 2;
}

.hby-home-story-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-story-left > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 54px !important;
}

.hby-home-story-right > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hby-home-story-section .wpb_text_column,
.hby-home-story-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-story-content {
  max-width: 520px;
}

.hby-home-story-content h2 {
  margin: 0 0 14px !important;
  color: #174f59;
  font-size: 29px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.hby-home-story-content p {
  margin: 0 0 22px !important;
  color: #5f6f77;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.hby-home-story-link {
  display: inline-block;
  color: #2f9fbc !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.hby-home-story-link:hover {
  color: #174f59 !important;
}

.hby-home-story-photo {
  width: 100%;
  height: 315px;
  overflow: hidden;
  border-radius: 18px;
}

.hby-home-story-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}


/* TABLET */
@media (max-width: 991px) {
  .hby-home-story-section {
    display: block;
    padding-top: 54px !important;
    padding-bottom: 52px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hby-home-story-left,
  .hby-home-story-right {
    width: 100% !important;
  }

  .hby-home-story-left > .vc_column-inner {
    padding-right: 0 !important;
  }

  .hby-home-story-right {
    margin-top: 34px;
  }

  .hby-home-story-content {
    max-width: 100%;
  }

  .hby-home-story-photo {
    height: 300px;
  }
}


/* MOBIL */
@media (max-width: 767px) {
  .hby-home-story-section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-story-content h2 {
    font-size: 26px;
  }

  .hby-home-story-content p {
    font-size: 16px;
  }

  .hby-home-story-link {
    font-size: 16px;
  }

  .hby-home-story-photo {
    height: 235px;
    border-radius: 16px;
  }
}

/* ================================
   HABBY HOME FAQ
================================ */

.hby-home-faq-section {
  background: #f4f7f6 !important;
  padding-top: 56px !important;
  padding-bottom: 78px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.hby-home-faq-section > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hby-home-faq-section .wpb_text_column,
.hby-home-faq-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hby-home-faq-wrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hby-home-faq-section .hby-home-section-head {
  margin-bottom: 30px;
}

.hby-home-faq-section .hby-home-section-head h2 {
  margin-bottom: 0 !important;
  font-size: 38px;
  line-height: 1.12;
}

.hby-home-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hby-home-faq-item {
  background: #ffffff;
  border: 1px solid #dce5e7;
  border-radius: 12px;
  padding: 18px 23px 20px;
  box-sizing: border-box;
}

.hby-home-faq-item h3 {
  margin: 0 0 7px !important;
  color: #174f59;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.hby-home-faq-item p {
  margin: 0 !important;
  color: #111827;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 400;
}

.hby-home-faq-item a {
  color: #2f9fbc !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.hby-home-faq-item a:hover {
  color: #174f59 !important;
}


/* TABLET */
@media (max-width: 991px) {
  .hby-home-faq-section {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}


/* MOBIL */
@media (max-width: 767px) {
  .hby-home-faq-section {
    padding-top: 44px !important;
    padding-bottom: 54px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hby-home-faq-section .hby-home-section-head {
    margin-bottom: 24px;
  }

  .hby-home-faq-section .hby-home-section-head h2 {
    font-size: 31px;
  }

  .hby-home-faq-item {
    padding: 17px 18px 18px;
  }

  .hby-home-faq-item h3 {
    font-size: 16px;
  }

  .hby-home-faq-item p {
    font-size: 15px;
  }
}

.site-logo img{
    padding-top:15px !important;
}

.habby-footer-info {
    background: #ffffff;
    color: #222222;
    max-width: 390px;
    font-family: inherit;
}

.habby-footer-info h3 {
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #222222;
}

.habby-footer-info h4 {
    margin: 24px 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.habby-footer-info p {
    margin: 0 0 13px;
    font-size: 15px;
    line-height: 1.6;
    color: #777777;
}

.habby-footer-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 16px 0;
}

.habby-contact-item {
    margin-bottom: 16px;
}

.habby-contact-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
}

.habby-contact-item p {
    margin: 0;
}

.habby-contact-item a {
    color: #777777;
    text-decoration: none;
}

.habby-contact-item a:hover {
    color: #222222;
}



.contact-info-section {
    background: #ffffff;
    max-width: 760px;
    padding: 35px 28px;
    font-family: inherit;
    color: #101522;
}

.contact-info-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 24px;
    margin-bottom: 48px;
}

.contact-info-row:last-child {
    margin-bottom: 0;
}

.contact-icon svg {
    width: 50px;
    height: 50px;
    fill: none;
    stroke: #009fe3;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-content h3 {
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 800;
    color: #101522;
    line-height: 1.2;
}

.contact-content h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: #101522;
}

.contact-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #666b75;
    font-weight: 400;
}

.address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .contact-info-section {
        padding: 25px 18px;
    }

    .contact-info-row {
        grid-template-columns: 45px 1fr;
        column-gap: 18px;
        margin-bottom: 38px;
    }

    .contact-icon svg {
        width: 38px;
        height: 38px;
    }

    .contact-content h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .contact-content h4 {
        font-size: 14px;
    }

    .contact-content p {
        font-size: 16px;
    }

    .address-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}


/* JOURNEY SECTION */
.hby-journey {
  width: 100%;
  background: #ffffff;
  padding: 38px 24px 58px;
  box-sizing: border-box;
}

.hby-journey *,
.hby-journey *::before,
.hby-journey *::after {
  box-sizing: border-box;
}

.hby-journey-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* Küçük üst başlık */
.hby-journey-eyebrow {
  margin-bottom: 20px;
  color: #31b9e7;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}

/* Ana başlık */
.hby-journey-title {
  margin: 0 0 27px;
  color: #061e32;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

/* Kart alanı */
.hby-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

/* Kartlar */
.hby-journey-card {
  min-height: 137px;
  padding: 21px 16px 18px;
  background: #ffffff;
  border-radius: 13px;
  box-shadow: 0 8px 25px rgba(11, 31, 46, 0.055);
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Yıl */
.hby-journey-year {
  margin-bottom: 8px;
  color: #06364b;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

/* Açıklama */
.hby-journey-card p {
  margin: 0;
  color: #31475a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.95;
}

/* WPBakery varsayılan boşluklarını kaldırır */
.hby-journey-row .wpb_content_element {
  margin-bottom: 0 !important;
}

.hby-journey-row > .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Tablet */
@media screen and (max-width: 900px) {
  .hby-journey {
    padding: 45px 24px 55px;
  }

  .hby-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .hby-journey-card {
    min-height: 145px;
  }
}

/* Mobil */
@media screen and (max-width: 600px) {
  .hby-journey {
    padding: 40px 18px 45px;
  }

  .hby-journey-eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: 3px;
  }

  .hby-journey-title {
    margin-bottom: 24px;
    font-size: 23px;
  }

  .hby-journey-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hby-journey-card {
    min-height: auto;
    padding: 24px 18px;
  }

  .hby-journey-card p {
    font-size: 13px;
  }
}

.hby-band-difference .hby-band-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 18px 0 14px;
}

.hby-band-difference .hby-band-benefits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  margin: 0;
color: #174c55;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #174c55;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hby-band-difference .hby-band-benefits {
    gap: 8px;
  }

  .hby-band-difference .hby-band-benefits span {
    padding: 7px 11px;
    font-size: 11px;
    white-space: normal;
    text-align: center;
  }
}

/* Return-rate section */
.hby-return {
  width: 100%;
  padding: 42px 24px 48px;
  box-sizing: border-box;
}

.hby-return *,
.hby-return *::before,
.hby-return *::after {
  box-sizing: border-box;
}

.hby-return-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Küçük üst başlık */
.hby-return-eyebrow {
  margin: 0 0 20px;
  color: #ef746b;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* Ana başlık */
.hby-return-title {
  margin: 0 0 28px;
  color: #071f32;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.3;
}

/* Kart dizilimi */
.hby-return-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

/* Kart */
.hby-return-card {
  min-height: 148px;
  margin: 0;
  padding: 20px 18px 22px;
  background: #ffffff;
  border: 1px solid rgba(7, 31, 50, 0.025);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(7, 31, 50, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hby-return-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(7, 31, 50, 0.1);
}

/* İkon */
.hby-return-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 22px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1;
}

/* Kart başlığı */
.hby-return-card h3 {
  margin: 0 0 8px;
  color: #071f32;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

/* Kart açıklaması */
.hby-return-card p {
  margin: 0;
  color: #263f52;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

/* Tablet */
@media screen and (max-width: 900px) {
  .hby-return {
    padding: 40px 22px 46px;
  }

  .hby-return-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hby-return-card:last-child {
    grid-column: 1 / -1;
  }
}

/* Mobil */
@media screen and (max-width: 600px) {
  .hby-return {
    padding: 36px 18px 40px;
  }

  .hby-return-eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: 3px;
  }

  .hby-return-title {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .hby-return-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .hby-return-card,
  .hby-return-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 20px 18px;
  }

  .hby-return-card h3 {
    font-size: 15px;
  }

  .hby-return-card p {
    font-size: 13px;
    line-height: 1.7;
  }
}

.hby-brand-challenge-answer {
  margin-top: 16px;
  padding: 18px 28px 16px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(7, 31, 50, 0.04);
  text-align: center;
  box-sizing: border-box;
}

.hby-brand-challenge-answer-label {
  margin-bottom: 10px;
  color: #ef746b;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hby-brand-challenge-answer p {
  max-width: 880px;
  margin: 0 auto;
  color: #173247;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.hby-brand-challenge-answer p strong {
  color: #071f32;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .hby-brand-challenge-answer {
    padding: 20px 18px;
  }

  .hby-brand-challenge-answer-label {
    letter-spacing: 3px;
  }

  .hby-brand-challenge-answer p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* Production Lines */
.hby-production-lines {
  width: 100%;
  padding: 38px 24px 44px;
  background: #ffffff;
  box-sizing: border-box;
}

.hby-production-lines *,
.hby-production-lines *::before,
.hby-production-lines *::after {
  box-sizing: border-box;
}

.hby-production-lines-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Küçük üst başlık */
.hby-production-lines-eyebrow {
  margin: 0 0 21px;
  color: #ee7469;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* Ana başlık */
.hby-production-lines-title {
  margin: 0 0 25px;
  color: #071f32;
  font-size: 24px;
  font-weight: 750;
  line-height: 1.3;
}

/* Kart dizilimi */
.hby-production-lines-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

/* Kart */
.hby-production-line-card {
  min-height: 130px;
  margin: 0;
  padding: 25px 18px 20px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(7, 31, 50, 0.065);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hby-production-line-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(7, 31, 50, 0.1);
}

/* Kart başlığı */
.hby-production-line-card h3 {
  margin: 0 0 7px;
  color: #071f32;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

/* Kart açıklaması */
.hby-production-line-card p {
  margin: 0 0 2px;
  color: #263f52;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
}

/* Kart bağlantısı */
.hby-production-line-card a {
  display: inline-block;
  margin-top: 0;
  color: #32b9e5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.hby-production-line-card a:hover {
  color: #32b9e5;
  text-decoration: none;
  opacity: 0.75;
}

/* Tablet */
@media screen and (max-width: 900px) {
  .hby-production-lines-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hby-production-line-card:last-child {
    grid-column: 1 / -1;
  }
}

/* Mobil */
@media screen and (max-width: 600px) {
  .hby-production-lines {
    padding: 35px 18px 40px;
  }

  .hby-production-lines-eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: 3px;
  }

  .hby-production-lines-title {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .hby-production-lines-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hby-production-line-card,
  .hby-production-line-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 22px 18px;
  }

  .hby-production-line-card h3 {
    font-size: 15px;
  }

  .hby-production-line-card p,
  .hby-production-line-card a {
    font-size: 13px;
  }
}

  .hby-order-minimum,
  .hby-order-minimum * {
    box-sizing: border-box;
  }

  .hby-order-minimum {
    width: 100%;
    padding: 40px 24px 34px;
    background: #ffffff;
    font-family: inherit;
  }

  .hby-order-minimum-inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
  }

  .hby-order-minimum-eyebrow {
    margin: 0 0 19px;
    color: #ef7469;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .hby-order-minimum-title {
    margin: 0 0 14px;
    color: #071f32;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
  }

  .hby-order-minimum-text {
    max-width: 650px;
    margin: 0 0 17px;
    color: #40566a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
  }

  .hby-order-minimum-table {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(7, 31, 50, 0.06);
  }

  .hby-order-minimum-row {
    display: grid;
    grid-template-columns: 22% 16% 1fr;
    min-height: 40px;
    border-bottom: 1px solid #dedbd5;
  }

  .hby-order-minimum-row:last-child {
    border-bottom: 0;
  }

  .hby-order-minimum-cell {
    display: flex;
    align-items: center;
    padding: 10px 13px;
    color: #132d40;
    font-size: 12px;
    line-height: 1.5;
  }

  .hby-order-minimum-header {
    min-height: 39px;
    background: #f4f1ec;
  }

  .hby-order-minimum-header .hby-order-minimum-cell {
    color: #071f32;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  @media screen and (max-width: 767px) {
    .hby-order-minimum {
      padding: 34px 18px;
    }

    .hby-order-minimum-eyebrow {
      margin-bottom: 15px;
      font-size: 9px;
      letter-spacing: 3px;
    }

    .hby-order-minimum-title {
      margin-bottom: 12px;
      font-size: 22px;
    }

    .hby-order-minimum-text {
      margin-bottom: 20px;
      font-size: 13px;
      line-height: 1.7;
    }

    .hby-order-minimum-table {
      overflow: visible;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    .hby-order-minimum-header {
      display: none;
    }

    .hby-order-minimum-row {
      display: block;
      margin-bottom: 13px;
      overflow: hidden;
      background: #ffffff;
      border: 0;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(7, 31, 50, 0.07);
    }

    .hby-order-minimum-cell {
      display: block;
      padding: 7px 14px;
      font-size: 13px;
    }

    .hby-order-minimum-cell:first-child {
      padding-top: 14px;
      color: #071f32;
      font-weight: 700;
    }

    .hby-order-minimum-cell:nth-child(2)::before {
      content: "Minimum: ";
      color: #071f32;
      font-weight: 700;
    }

    .hby-order-minimum-cell:last-child {
      padding-bottom: 14px;
    }
  }
  /* ==================================================
   WPBAKERY ANA ALAN
================================================== */

.hpb-products-row,
.hpb-products-row * {
  box-sizing: border-box;
}

.hpb-products-row {
    /* margin: 0 !important; */
    padding: 0px 0px 15px !important;
    background: #ffffff;
}

.hpb-products-row > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.hpb-products-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto !important;
}

.hpb-products-row .wpb_text_column {
  margin: 0 !important;
}

.hpb-products-row .wpb_text_column > .wpb_wrapper {
  margin: 0 !important;
}


/* ==================================================
   BAŞLIK
================================================== */

.hpb-products-heading {
  width: 100%;
  margin: 0 0 31px;
}

.hpb-products-eyebrow {
  margin: 0 0 29px;
  color: #ef806d;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hpb-products-heading h2 {
  margin: 0 0 21px !important;
  padding: 0 !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.7px;
  text-transform: none !important;
}

.hpb-products-heading p {
  max-width: 1100px;
  margin: 0 !important;
  padding: 0 !important;
  color: #425b6a !important;
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}


/* ==================================================
   KART GRID
================================================== */

.hpb-products-grid {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ==================================================
   KART
================================================== */

.hpb-product-card {
  display: flex !important;
  width: 100% !important;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(8, 47, 63, 0.07);
}


/* ==================================================
   FOTOĞRAF ALANI
================================================== */

.hpb-product-media {
  display: flex;
  width: 100%;
  height: 250px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  background: #f7f5f1;
}

.hpb-product-media span {
  color: #425b6a;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.hpb-product-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}


/* ==================================================
   KART İÇERİĞİ
================================================== */

.hpb-product-content {
  display: flex;
  min-height: 270px;
  flex: 1;
  flex-direction: column;
  margin: 0;
  padding: 25px 22px 20px;
}

.hpb-product-content h3 {
  margin: 0 0 11px !important;
  padding: 0 !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.hpb-product-specs {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #425b6a !important;
  font-family: inherit !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.hpb-product-specs strong {
  color: #425b6a !important;
  font-weight: 800 !important;
}

.hpb-product-description {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #425b6a !important;
  font-family: inherit !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}


/* ==================================================
   CHECKBOX
================================================== */

.hpb-product-checkbox {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin: auto 0 18px;
  color: #082f3f;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  cursor: pointer;
}

.hpb-product-checkbox input {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: #ef806d;
  cursor: pointer;
}


/* ==================================================
   KART BUTONLARI
================================================== */

.hpb-product-buttons {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
}

.hpb-product-button {
  display: flex !important;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 12px 18px !important;
  border: 1px solid transparent !important;
  border-radius: 999px;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
}

.hpb-product-button-primary {
  border-color: #ef806d !important;
  background: #ef806d !important;
  color: #fff !important;
}

.hpb-product-button-primary:hover {
  border-color: #082f3f !important;
  background: #082f3f !important;
  color: #ffffff !important;
}

.hpb-product-button-outline {
  border-color: #174e5c !important;
  background: #ffffff !important;
  color: #082f3f !important;
}

.hpb-product-button-outline:hover {
  border-color: #082f3f !important;
  background: #082f3f !important;
  color: #ffffff !important;
}


/* ==================================================
   ALT TEKLİF ÇUBUĞU
================================================== */

.hpb-products-quote-bar {
  display: flex;
  width: 100%;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 20px 0 0 !important;
  padding: 20px 28px;
  border-radius: 17px;
  background: #174f5b;
}

.hpb-products-quote-bar p {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.hpb-products-quote-button {
  display: flex !important;
  min-width: 182px;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 14px 26px !important;
  border: 1px solid #ef806d !important;
  border-radius: 999px;
  background: #ef806d !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-align: center;
  text-decoration: none !important;
}

.hpb-products-quote-button:hover {
  border-color: #ffffff !important;
  background: transparent !important;
  color: #ffffff !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

  .hpb-products-row {
    padding: 52px 20px 40px !important;
  }

  .hpb-product-buttons {
    grid-template-columns: 1fr;
  }

  .hpb-product-content {
    min-height: 320px;
  }
}


/* ==================================================
   MOBİL
================================================== */

@media (max-width: 767px) {

  .hpb-products-row {
    padding: 44px 16px 30px !important;
  }

  .hpb-products-eyebrow {
    margin-bottom: 19px;
    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .hpb-products-heading h2 {
    margin-bottom: 16px !important;
    font-size: 28px !important;
  }

  .hpb-products-heading p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .hpb-products-heading p br {
    display: none;
  }

  .hpb-products-grid {
    grid-template-columns: 1fr !important;
  }

  .hpb-product-media {
    height: 190px;
    flex-basis: 190px;
  }

  .hpb-product-content {
    min-height: 0;
    padding: 22px 18px 18px;
  }

  .hpb-product-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .hpb-products-quote-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .hpb-products-quote-button {
    width: 100%;
  }
}

@media (max-width: 480px) {

  .hpb-product-buttons {
    grid-template-columns: 1fr;
  }
}

.alt-page::after{
    background:#fff !important;
}

/* =========================================
   SERIES AT A GLANCE
========================================= */

.hpb-series-glance,
.hpb-series-glance * {
  box-sizing: border-box;
}

.hpb-series-glance {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #082f3f;
}


/* ÜST KÜÇÜK BAŞLIK */

.hpb-series-eyebrow {
  margin: 0 0 31px;
  color: #ef806d;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}


/* ANA BAŞLIK */

.hpb-series-glance h2 {
  margin: 0 0 29px !important;
  padding: 0 !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.6px;
  text-transform: none !important;
}


/* TABLO DIŞ KUTUSU */

.hpb-series-table-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 17px;
  background: #ffffff;
}


/* TABLO */

.hpb-series-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  table-layout: fixed;
}


/* KOLON GENİŞLİKLERİ */

.hpb-series-table th:nth-child(1),
.hpb-series-table td:nth-child(1) {
  width: 9.5%;
}

.hpb-series-table th:nth-child(2),
.hpb-series-table td:nth-child(2) {
  width: 26.5%;
}

.hpb-series-table th:nth-child(3),
.hpb-series-table td:nth-child(3) {
  width: 44%;
}

.hpb-series-table th:nth-child(4),
.hpb-series-table td:nth-child(4) {
  width: 20%;
}


/* TABLO BAŞLIKLARI */

.hpb-series-table thead {
  background: #f7f5f1;
}

.hpb-series-table thead tr {
  background: #f7f5f1 !important;
}

.hpb-series-table th {
  padding: 17px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #ded9d0 !important;
  background: #f7f5f1 !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0.4px;
  text-align: left !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
}


/* TABLO SATIRLARI */

.hpb-series-table tbody tr {
  background: #ffffff !important;
}

.hpb-series-table td {
  padding: 17px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #ded9d0 !important;
  background: #ffffff !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.hpb-series-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.hpb-series-table td strong {
  color: #082f3f !important;
  font-weight: 800 !important;
}


/* TEMA TABLO ÇİZGİLERİNİ KAPAT */

.hpb-series-table,
.hpb-series-table tr,
.hpb-series-table th,
.hpb-series-table td {
  box-shadow: none !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .hpb-series-glance h2 {
    font-size: 31px !important;
  }

  .hpb-series-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hpb-series-table {
    min-width: 950px;
  }
}


/* =========================================
   MOBİL
========================================= */

@media (max-width: 767px) {

  .hpb-series-eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .hpb-series-glance h2 {
    margin-bottom: 22px !important;
    font-size: 28px !important;
  }

  .hpb-series-table {
    min-width: 880px;
  }

  .hpb-series-table th {
    padding: 15px !important;
    font-size: 13px !important;
  }

  .hpb-series-table td {
    padding: 15px !important;
    font-size: 14px !important;
  }
}

/* Arka plan tam genişlik, içerik ortada */

.hpb-series-glance {
  width: calc(100% - 40px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .hpb-series-glance {
    width: calc(100% - 32px) !important;
  }
}

/* ==========================================
   WHICH WIDTH FOR WHICH DOGS
========================================== */

.hpb-width-guide,
.hpb-width-guide * {
  box-sizing: border-box;
}

.hpb-width-guide {
  width: calc(100% - 40px) !important;
  max-width: 1290px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #082f3f;
}


/* ÜST KÜÇÜK BAŞLIK */

.hpb-width-guide__eyebrow {
  margin: 0 0 30px !important;
  padding: 0 !important;

  color: #ef806d;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}


/* ANA BAŞLIK */

.hpb-width-guide h2 {
  margin: 0 0 20px !important;
  padding: 0 !important;

  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.7px;
  text-transform: none !important;
}


/* AÇIKLAMA */

.hpb-width-guide__intro {
  max-width: 900px;
  margin: 0 0 21px !important;
  padding: 0 !important;

  color: #425b6a !important;
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}


/* TABLO DIŞ KUTUSU */

.hpb-width-guide__table-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;

  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(8, 47, 63, 0.045);
}


/* TABLO */

.hpb-width-guide__table {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;

  background: #ffffff !important;
  table-layout: fixed;
}


/* KOLON GENİŞLİKLERİ

.hpb-width-guide__table th:nth-child(1),
.hpb-width-guide__table td:nth-child(1) {
  width: 8%;
}
 
.hpb-width-guide__table th:nth-child(2),
.hpb-width-guide__table td:nth-child(2) {
  width: 42.5%;
}

.hpb-width-guide__table th:nth-child(3),
.hpb-width-guide__table td:nth-child(3) {
  width: 49.5%;
}*/


/* TABLO BAŞLIĞI */

.hpb-width-guide__table thead,
.hpb-width-guide__table thead tr {
  background: #f7f5f1 !important;
}

.hpb-width-guide__table th {
  padding: 17px 18px !important;

  border: 0 !important;
  border-bottom: 1px solid #ded9d0 !important;

  background: #f7f5f1 !important;
  color: #082f3f !important;

  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0.4px;

  text-align: left !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
}


/* TABLO SATIRLARI */

.hpb-width-guide__table tbody tr {
  background: #ffffff !important;
}

.hpb-width-guide__table td {
  padding: 16px 18px !important;

  border: 0 !important;
  border-bottom: 1px solid #ded9d0 !important;

  background: #ffffff !important;
  color: #082f3f !important;

  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;

  text-align: left !important;
  vertical-align: middle !important;
}

.hpb-width-guide__table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.hpb-width-guide__table td strong {
  color: #082f3f !important;
  font-weight: 800 !important;
}


/* TABLO ALTINDAKİ NOT */

.hpb-width-guide__note {
  margin: 18px 0 0 !important;
  padding: 0 !important;

  color: #425b6a !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}


/* TEMA ÇAKIŞMALARINI KAPAT */

.hpb-width-guide__table,
.hpb-width-guide__table tr,
.hpb-width-guide__table th,
.hpb-width-guide__table td {
  box-shadow: none !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

  .hpb-width-guide h2 {
    font-size: 31px !important;
  }

  .hpb-width-guide__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hpb-width-guide__table {
    min-width: 950px;
  }
}


/* ==========================================
   MOBİL
========================================== */

@media (max-width: 767px) {

  .hpb-width-guide {
    width: calc(100% - 32px) !important;
  }

  .hpb-width-guide__eyebrow {
    margin-bottom: 19px !important;
    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .hpb-width-guide h2 {
    margin-bottom: 15px !important;
    font-size: 28px !important;
  }

  .hpb-width-guide__intro {
    margin-bottom: 20px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .hpb-width-guide__intro br {
    display: none;
  }

  .hpb-width-guide__table {
    min-width: 850px;
  }

  .hpb-width-guide__table th {
    padding: 15px !important;
    font-size: 13px !important;
  }

  .hpb-width-guide__table td {
    padding: 15px !important;
    font-size: 14px !important;
  }

  .hpb-width-guide__note {
    font-size: 14px !important;
  }
}

/* ==========================================
   COMMERCIAL TERMS
========================================== */

.hpb-commercial-terms,
.hpb-commercial-terms * {
  box-sizing: border-box;
}

.hpb-commercial-terms {
  width: calc(100% - 40px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #082f3f;
}


/* KÜÇÜK ÜST BAŞLIK */

.hpb-commercial-eyebrow {
  margin: 0 0 30px !important;
  padding: 0 !important;

  color: #ef806d;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}


/* ANA BAŞLIK */

.hpb-commercial-terms h2 {
  margin: 0 0 36px !important;
  padding: 0 !important;

  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.7px;
  text-transform: none !important;
}


/* KART DÜZENİ */

.hpb-commercial-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 20px !important;

  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}


/* KART */

.hpb-commercial-card {
  min-height: 153px;
  margin: 0 !important;
  padding: 37px 25px 25px !important;

  border-radius: 17px;
  background: #ffffff;
  box-shadow: none;
}


/* KART BAŞLIĞI */

.hpb-commercial-card h3 {
  margin: 0 0 14px !important;
  padding: 0 !important;

  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  text-transform: none !important;
}


/* KART METNİ */

.hpb-commercial-card p {
  margin: 0 !important;
  padding: 0 !important;

  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

  .hpb-commercial-terms {
    max-width: 760px !important;
  }

  .hpb-commercial-terms h2 {
    font-size: 31px !important;
  }

  .hpb-commercial-grid {
    grid-template-columns: 1fr !important;
  }

  .hpb-commercial-card {
    min-height: auto;
  }

  .hpb-commercial-card p br {
    display: none;
  }
}


/* ==========================================
   MOBİL
========================================== */

@media (max-width: 767px) {

  .hpb-commercial-terms {
    width: calc(100% - 32px) !important;
  }

  .hpb-commercial-eyebrow {
    margin-bottom: 20px !important;
    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .hpb-commercial-terms h2 {
    margin-bottom: 25px !important;
    font-size: 28px !important;
  }

  .hpb-commercial-grid {
    gap: 15px !important;
  }

  .hpb-commercial-card {
    padding: 25px 20px !important;
    border-radius: 15px;
  }

  .hpb-commercial-card h3 {
    font-size: 17px !important;
  }

  .hpb-commercial-card p {
    font-size: 14px !important;
  }
}
  /* ==========================================
   CUSTOMIZATION
========================================== */

.hpb-customization,
.hpb-customization * {
  box-sizing: border-box;
}

.hpb-customization {
  width: calc(100% - 40px) !important;
  max-width: 1290px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #082f3f;
}


/* ÜST KÜÇÜK BAŞLIK */

.hpb-customization__eyebrow {
  margin: 0 0 30px !important;
  padding: 0 !important;
  color: #ef806d;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}


/* ANA BAŞLIK */

.hpb-customization h2 {
  margin: 0 0 36px !important;
  padding: 0 !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.7px;
  text-transform: none !important;
}


/* KART DÜZENİ */

.hpb-customization__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 18px !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}


/* KARTLAR */

.hpb-customization__card {
  min-width: 0;
  min-height: 220px;
  margin: 0 !important;
  padding: 34px 22px 24px !important;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(8, 47, 63, 0.045);
}

.hpb-customization__card h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  text-transform: none !important;
}

.hpb-customization__card p {
  margin: 0 !important;
  padding: 0 !important;
  color: #425b6a !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
}


/* ALT KANIT KUTUSU */

.hpb-customization__proof {
  display: flex;
  width: 100%;
  min-height: 102px;
  align-items: flex-start;
  gap: 8px;
  margin: 23px 0 0 !important;
  padding: 23px 28px !important;
  border: 1px solid #ddd4c8;
  border-radius: 17px;
  background: #ffffff;
}

.hpb-customization__proof p {
  margin: 0 !important;
  padding: 0 !important;
  color: #082f3f !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

.hpb-customization__proof strong {
  color: #082f3f !important;
  font-weight: 800 !important;
}


/* KALKAN İKONU */

.hpb-customization__shield {
  display: inline-flex;
  width: 18px;
  min-width: 18px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.hpb-customization__shield svg {
  display: block;
  width: 18px;
  height: 22px;
  overflow: visible;
  fill: #ef806d;
  stroke: #082f3f;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ALT KUTU BAĞLANTISI */

.hpb-customization__proof a {
  color: #29bde1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.hpb-customization__proof a:hover {
  color: #082f3f !important;
  text-decoration: underline !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

  .hpb-customization__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hpb-customization__card {
    min-height: 205px;
  }
}

@media (max-width: 991px) {

  .hpb-customization h2 {
    font-size: 31px !important;
  }
}


/* ==========================================
   MOBİL
========================================== */

@media (max-width: 767px) {

  .hpb-customization {
    width: calc(100% - 32px) !important;
  }

  .hpb-customization__eyebrow {
    margin-bottom: 20px !important;
    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .hpb-customization h2 {
    margin-bottom: 25px !important;
    font-size: 28px !important;
  }

  .hpb-customization__grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .hpb-customization__card {
    min-height: auto;
    padding: 25px 20px !important;
  }

  .hpb-customization__card h3 {
    font-size: 17px !important;
  }

  .hpb-customization__card p {
    font-size: 14px !important;
  }

  .hpb-customization__proof {
    padding: 21px 19px !important;
  }

  .hpb-customization__proof p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}


/* ==========================================
   HOW IT WORKS
========================================== */

.hpb-process-row,
.hpb-process-row * {
  box-sizing: border-box;
}

.hpb-process-row {
  padding: 58px 24px 70px !important;
  background: #194f5a !important;
}

.hpb-process-row > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.hpb-process-row .wpb_text_column,
.hpb-process-row .wpb_text_column > .wpb_wrapper {
  margin: 0 !important;
}

.hpb-process {
  width: calc(100% - 40px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}


/* KÜÇÜK ÜST BAŞLIK */

.hpb-process__eyebrow {
  margin: 0 0 31px !important;
  padding: 0 !important;

  color: #ff806d;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}


/* ANA BAŞLIK */

.hpb-process h2 {
  margin: 0 0 35px !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-family: inherit !important;
  font-size:25px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.6px;
  text-transform: none !important;
}


/* 4 KART DÜZENİ */

.hpb-process__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 15px !important;

  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}


/* KART */

.hpb-process__card {
  min-width: 0;
  min-height: 190px;
  margin: 0 !important;
  padding: 25px 20px 22px !important;

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}


/* NUMARA */

.hpb-process__number {
  margin: 0 0 12px !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.65);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}


/* KART BAŞLIĞI */

.hpb-process__card h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  text-transform: none !important;
}


/* KART METNİ */

.hpb-process__card p {
  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

  .hpb-process-row {
    padding: 52px 20px 55px !important;
  }

  .hpb-process h2 {
    font-size: 31px !important;
  }

  .hpb-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* ==========================================
   MOBİL
========================================== */

@media (max-width: 767px) {

  .hpb-process-row {
    padding: 44px 16px 40px !important;
  }

  .hpb-process {
    width: 100% !important;
  }

  .hpb-process__eyebrow {
    margin-bottom: 20px !important;
    font-size: 12px;
    letter-spacing: 3.5px;
  }

  .hpb-process h2 {
    margin-bottom: 25px !important;
    font-size: 28px !important;
  }

  .hpb-process__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .hpb-process__card {
    min-height: auto;
    padding: 23px 20px !important;
  }

  .hpb-process__card h3 {
    font-size: 17px !important;
  }

  .hpb-process__card p {
    font-size: 14px !important;
  }
}

.hpb-commercial-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.hpb-commercial-card {
  display: block !important;
  padding: 30px 25px !important;
  border-radius: 17px !important;
  background: #ffffff !important;
}

.hpb-commercial-card h3 {
  display: block !important;
  margin: 0 0 12px !important;
}

.hpb-commercial-card p {
  display: block !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .hpb-commercial-grid {
    grid-template-columns: 1fr !important;
  }
}

.color-darki h3,.color-darki p,.color-darki h2,.color-darki .hpb-process__number{
    color:#174f5b !important;
}

.hpb-safety-note {
  max-width: 1030px;
  margin: 20px auto;
  padding: 20px 22px;
  background: #edf9ff;
  border: 1px solid #9fd8f0;
  border-radius: 15px;
  box-sizing: border-box;
}

.hpb-safety-note p {
  margin: 0;
  color: #082838;
  font-size: 14px;
  line-height: 1.65;
}

.hpb-safety-note strong {
  font-weight: 800;
}
.habby-quote-form,
.habby-quote-form * {
  box-sizing: border-box;
}

.habby-quote-form {
  --habby-navy: #002c47;
  --habby-border: #ded8cf;
  --habby-background: #f7f5f1;
  --habby-accent: #ed816d;
  --habby-muted: #65727b;

  width: 100%;
  max-width: 660px;
  margin: 30px auto;
  padding: 32px 26px;
  background: #ffffff;
  border: 1px solid var(--habby-border);
  border-radius: 18px;
  color: var(--habby-navy);
  font-family: Arial, Helvetica, sans-serif;
}

.habby-quote-form h2 {
  margin: 0 0 30px;
  color: var(--habby-navy);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.habby-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
}

.habby-form-field {
  min-width: 0;
}

.habby-full-width {
  grid-column: 1 / -1;
}

.habby-form-field > label {
  display: block;
  margin: 0 0 8px;
  color: var(--habby-navy);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

/* Contact Form 7 span düzeni */

.habby-form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Input, select ve textarea */

.habby-quote-form .habby-control {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid var(--habby-border);
  border-radius: 11px;
  outline: none;
  background: var(--habby-background);
  color: #111111;
  font-family: inherit;
  font-size: 14px;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.habby-quote-form input.habby-control,
.habby-quote-form select.habby-control {
  height: 44px;
  padding: 0 15px;
}

.habby-quote-form textarea.habby-control {
  width: 100%;
  min-height: 98px;
  padding: 14px 15px;
  resize: vertical;
}

.habby-quote-form .habby-control::placeholder {
  color: var(--habby-muted);
  opacity: 1;
}

.habby-quote-form .habby-control:focus {
  border-color: var(--habby-navy);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 44, 71, 0.08);
}

/* Ürün seçenekleri */

.habby-product-options .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.habby-product-options .wpcf7-list-item {
  margin: 0;
}

.habby-product-options .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 37px;
  padding: 8px 14px;
  border: 1px solid var(--habby-border);
  border-radius: 999px;
  background: #ffffff;
  color: #071d2c;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.habby-product-options .wpcf7-list-item label:hover {
  border-color: #aaa39a;
}

.habby-product-options .wpcf7-list-item label:has(input:checked) {
  border-color: var(--habby-navy);
  background: #f1f6f8;
}

.habby-product-options input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0 7px 0 0;
  accent-color: var(--habby-navy);
}

.habby-product-options .wpcf7-list-item-label {
  display: inline-block;
}

/* Dosya alanı */

.habby-file-field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px dashed #d8d1c8;
  border-radius: 11px;
  background: #ffffff;
  overflow: hidden;
}

.habby-file-field:hover {
  border-color: var(--habby-navy);
}

.habby-file-field .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.habby-file-field input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.habby-file-text {
  position: relative;
  z-index: 1;
  color: var(--habby-muted);
  font-size: 13px;
  line-height: 1.4;
  pointer-events: none;
}

/* KVKK / gizlilik onayı */

.habby-consent {
  margin-top: 22px;
  color: #426171;
  font-size: 12px;
  line-height: 1.55;
}

.habby-consent .wpcf7-list-item {
  margin: 0;
}

.habby-consent .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}

.habby-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  accent-color: var(--habby-navy);
}

.habby-consent a {
  color: #2990c1;
  text-decoration: underline;
}

/* Gönder butonu */

.habby-submit-area {
  position: relative;
  margin-top: 20px;
}

.habby-quote-form .habby-submit {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--habby-accent);
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

.habby-quote-form .habby-submit:hover {
  background: var(--habby-accent);
  color: #ffffff;
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.habby-quote-form .habby-submit:active {
  transform: translateY(0);
}

/* Contact Form 7 yükleniyor simgesi */

.habby-submit-area .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0;
  transform: translateY(-50%);
}

/* Alt bilgi */

.habby-form-note {
  margin: 11px 8px 0;
  color: #4b6471;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

/* Hata mesajları */

.habby-quote-form .wpcf7-not-valid {
  border-color: #dc3232;
}

.habby-quote-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #dc3232;
  font-size: 11px;
}

.habby-quote-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 13px;
}

/* Mobil */

@media (max-width: 650px) {
  .habby-quote-form {
    margin: 15px auto;
    padding: 25px 18px;
    border-radius: 14px;
  }

  .habby-quote-form h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .habby-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .habby-full-width {
    grid-column: auto;
  }

  .habby-product-options .wpcf7-checkbox {
    flex-direction: column;
  }

  .habby-product-options .wpcf7-list-item label {
    width: 100%;
    border-radius: 10px;
  }
}

.habby-info-list,
.habby-info-list * {
  box-sizing: border-box;
}

.habby-info-list {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.habby-info-card {
  width: 100%;
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid #ddd6ca;
  border-radius: 18px;
  color: #06243a;
  box-shadow: 0 10px 25px rgba(6, 36, 58, 0.025);
}

.habby-info-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #041f34;
  font-size: 16px;
  line-height: 1.4;
}

.habby-info-title strong {
  font-weight: 700;
}

.habby-info-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  font-size: 15px;
  line-height: 1;
}

.habby-info-card p {
  margin: 0;
  color: #082740;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

.habby-info-card a {
  color: #082740;
  text-decoration: none;
  transition: color 0.2s ease;
}

.habby-info-card a:hover {
  color: #ed816d;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .habby-info-list {
    max-width: 100%;
    gap: 14px;
  }

  .habby-info-card {
    padding: 20px;
    border-radius: 16px;
  }

  .habby-info-title {
    font-size: 15px;
  }

  .habby-info-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}