.partner-success {
  background-color: #343434;
  padding: 120px 40px;
  text-align: left;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.section-heading {
  text-align: center;
}
.section-heading h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.section-underline {
  width: 180px;
  height: 12px;
  background-color: #f15a24;
  margin: 0 auto 40px;
}
.slider-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-slider {
  width: 100%;
  max-width: 1063px;
  display: flex;
  margin: 0 20px;
}
.partner-card {
  background: #5f5f5f;
  padding: 20px 20px;
  text-align: left;
  align-items: flex-start;
  margin: 0 7px;
  border-radius: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 520px !important;
}
.partner-card .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.partner-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.orange-line {
  width: 38px;
  height: 12px;
  background-color: #f15a24;
  margin: 20px 0;
}
.partner-card p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
}
.arrow {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: white;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.arrow-left {
  background-image: url("/themes/custom/celebright/images/icons/arrow-left.png");
}
.arrow-right {
  background-image: url("/themes/custom/celebright/images/icons/arrow-right.png");
}
.partner-card p,
.partner-card h3 {
  text-align: left;
}

@media (max-width: 1400px) {
  .partner-success {
    padding: 80px 40px;
  }
  .slider-nav {
    padding: 0 20px;
  }

  .partner-slider {
    margin: 0;
  }

  .partner-card {
    padding: 15px;
    margin: 0 5px;
    min-height: 555px !important;
  }

  .arrow {
    background-size: 40px 40px;
  }

  .partner-card h3 {
    font-size: 20px;
  }
}

.hero-fixed {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20.81%,
      #000000 59.44%,
      #000000 100%
    ),
    url("/sites/default/files/2025-06/Dealer-hero-placeholder.JPG");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 188px;
  padding-right: 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.hero-inner {
  max-width: 1061px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-inner h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.orange-bar {
  width: 34px;
  border-top: 14px solid #f15a24;
}
.hero-inner p {
  max-width: 855px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  color: white;
}
.divider {
  width: 241px;
  border-top: 1px solid #ededed;
}
.cta-button {
  background-color: #f15a24;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 24px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  width: 140px;
  height: 48px;
}

@media (max-width: 1400px) {
  .hero-fixed {
    padding-left: 64px;
    padding-right: 32px;
  }
  .hero-inner h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .hero-inner p {
    max-width: 700px;
  }
  .cta-button {
    width: 150px;
    height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .hero-fixed {
    padding-left: 40px;
    padding-right: 24px;
  }
  .hero-inner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .hero-inner p {
    max-width: 500px;
    font-size: 15px;
  }
  .cta-button {
    width: 140px;
    height: 46px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .partner-success {
    padding: 30px 40px 50px 40px;
  }
  .hero-fixed {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .hero-inner {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .hero-inner h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .hero-inner p {
    max-width: 309px;
    font-size: 14px;
  }
  .cta-button {
    width: 133px;
    height: 49px;
    font-size: 14px;
  }
  /* Your Partner For Success */
  .section-heading h2 {
    font-size: 24px;
  }
  .arrow-container-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  .arrow-container-left {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  .arrow-right {
    margin-right: 0 !important;
  }

  .arrow {
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
  }
}

@media (max-width: 768px) {
  .partner-slider {
    width: 100%;
  }
  .partner-card {
    min-width: auto;
    max-width: 100%;
  }
}
