/* Hero Section */
h1.hero-title {
  align-self: center;
}

h1.bakery-distribution-h1.hero-title {
  width: 100%;
  max-width: 100%;
}

.hero-section.hero-section {
  background: none;
}

/* Section Heading */
h2.section-heading.section-heading {
  font-family: "CooperBTLight", sans-serif !important;
  font-size: clamp(18px, 5vw, 35px) !important;
  font-weight: 700 !important;
  line-height: clamp(24px, 6vw, 45px) !important;
}

/* ================================
   Client Section
================================ */
.client-section {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 60px 20px;
}

.client-title {
  font-size: 1.75rem;
  font-weight: bold;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
}

.logo-track {
  display: flex;
  gap: 60px;
  will-change: transform;
  padding: 50px 0;
}

.logo-track img {
  width: 200px;
  height: 100px;
  flex-shrink: 0;
  object-fit: contain;
  transition: filter 0.3s ease;
}

/* Client Section - Responsive */
@media (max-width: 991px) {
  .client-section {
    padding: 50px 15px;
  }

  .logo-track {
    gap: 40px;
    padding: 40px 0;
  }

  .logo-track img {
    width: 160px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .client-section {
    padding: 40px 15px;
  }

  .logo-track {
    gap: 30px;
    padding: 30px 0;
  }

  .logo-track img {
    width: 140px;
    height: 70px;
  }
}

@media (max-width: 576px) {
  .client-section {
    padding: 30px 10px;
  }

  .logo-track {
    gap: 20px;
    padding: 20px 0;
  }

  .logo-track img {
    width: 120px;
    height: 60px;
  }
}

/* ================================
   All-in-One Header
================================ */
.all-in-one-header {
  padding: 60px 20px;
}

@media (max-width: 991px) {
  .all-in-one-header {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .all-in-one-header {
    padding: 40px 15px;
  }
}

@media (max-width: 576px) {
  .all-in-one-header {
    padding: 30px 10px;
  }
}

/* ================================
   Benefits Section
================================ */
.benefits-section {
  padding: 60px 20px 40px;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.benefits-wrapper {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 24px;
}

.benefit-card {
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  background: linear-gradient(180deg, #f7fdff 0%, #a9e8f7 100%);
  border-radius: 0 0 14px 14px;
  padding: 30px 20px 26px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefit-icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 14px;
}

.benefit-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  color: #222;
  font-weight: 400;
}

/* Benefits Section - Tablet */
@media (max-width: 991px) {
  .benefits-section {
    padding: 50px 15px 35px;
  }

  .benefits-wrapper {
    padding-top: 50px;
    gap: 24px 20px;
  }

  .benefit-card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    padding: 26px 18px 22px;
  }

  .benefit-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }
}

/* Benefits Section - Small Tablet */
@media (max-width: 767px) {
  .benefits-section {
    padding: 40px 15px 30px;
  }

  .benefits-wrapper {
    padding-top: 40px;
    gap: 20px 16px;
  }

  .benefit-card {
    padding: 24px 16px 20px;
    min-height: 130px;
  }

  .benefit-card p {
    font-size: 16px;
  }
}

/* Benefits Section - Mobile */
@media (max-width: 576px) {
  .benefits-section {
    padding: 30px 10px 25px;
  }

  .benefits-wrapper {
    padding-top: 30px;
    gap: 16px;
  }

  .benefit-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 22px 15px 18px;
    min-height: auto;
  }

  .benefit-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
  }

  .benefit-card p {
    font-size: 15px;
  }
}

/* ================================
   Bakery Types Section
================================ */
.bakery-types-section {
  background: #fff;
  padding: 60px 20px;
}

.bakery-types-content .section-heading {
  color: #1d1d1f;
  line-height: 1.2;
  margin-bottom: 30px;
}

.bakery-types-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bakery-types-list li {
  position: relative;
  font-size: 21px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 5px;
  padding-left: 22px;
}

.bakery-types-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  line-height: 1.2;
  color: #222;
}

.bakery-types-image img {
  border-radius: 18px;
  object-fit: cover;
}

/* Bakery Types - Tablet */
@media (max-width: 991.98px) {
  .bakery-types-section {
    padding: 50px 15px;
  }

  .bakery-types-content .section-heading {
    margin-bottom: 20px;
  }

  .bakery-types-list li {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 8px;
  }

  .bakery-types-list li::before {
    font-size: 28px;
  }

  .bakery-types-image img {
    border-radius: 14px;
  }
}

/* Bakery Types - Small Tablet */
@media (max-width: 767.98px) {
  .bakery-types-section {
    padding: 40px 15px;
  }

  .bakery-types-content .section-heading {
    margin-bottom: 18px;
  }

  .bakery-types-list li {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 18px;
    margin-bottom: 10px;
  }

  .bakery-types-list li::before {
    font-size: 24px;
  }

  .bakery-types-image img {
    border-radius: 12px;
  }
}

/* Bakery Types - Mobile */
@media (max-width: 576px) {
  .bakery-types-section {
    padding: 30px 10px;
  }

  .bakery-types-content .section-heading {
    margin-bottom: 15px;
  }

  .bakery-types-list li {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 16px;
    margin-bottom: 8px;
  }

  .bakery-types-list li::before {
    font-size: 20px;
  }

  .bakery-types-image img {
    border-radius: 10px;
    margin-top: 20px;
  }
}

/* ================================
   Middle East Image
================================ */
.middle-east-img {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 10px;
}

@media (max-width: 767px) {
  .middle-east-img {
    border-radius: 6px;
    padding: 8px;
  }
}

@media (max-width: 576px) {
  .middle-east-img {
    border-radius: 5px;
    padding: 5px;
  }
}
