.budli-reseller-page {
  --budli-blue: #0474B4;
  --budli-red: #BC1C5C;
  --budli-text: #222222;
  --budli-muted: #6b7280;
  --budli-light: #f8f9fa;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--budli-text);
  line-height: 1.75;
}

.budli-reseller-page * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.budli-reseller-page img {
  max-width: 100%;
  display: block;
}

.budli-reseller-page a {
  color: inherit;
  text-decoration: none;
}

.budli-reseller-page .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Align shared community carousels with this page's container grid. */
.budli-reseller-page .slider-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.budli-reseller-page h1 {
  font-size: 30px;
  line-height: 1.35;
  margin: 0;
}

.budli-reseller-page .srchbarsec .budli-search-band {
  background-color: var(--budli-blue);
  padding: 24px 0;
}

.budli-reseller-page .budli-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.budli-reseller-page .budli-search-input {
  flex: 1;
  border: 0;
  padding: 10px 14px;
  font-size: 16px;
  outline: none;
}

.budli-reseller-page .budli-search-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--budli-red) url("../images/search-white.svg") center center no-repeat;
  background-size: 16px auto;
  border-radius: 6px;
  cursor: pointer;
}

.budli-reseller-page .budli-search-input::placeholder {
  color: #272727;
}

.budli-reseller-page .reseller-hero {
  padding: 16px 0 0;
}

.budli-reseller-page .reseller-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--budli-red);
  margin-top: 6px;
}

.budli-reseller-page .reseller-breadcrumb a {
  color: var(--budli-red);
}

.budli-reseller-page .reseller-content {
  padding: 24px 0 28px;
}

.budli-reseller-page .reseller-divider {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--budli-red);
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 16px;
}

.budli-reseller-page .reseller-copy {
  font-size: 16px;
  margin: 0 0 16px;
  color: var(--budli-text);
}

.budli-reseller-page .reseller-highlight {
  color: var(--budli-blue);
  font-weight: 600;
}

.budli-reseller-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.budli-reseller-page .row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.budli-reseller-page .justify-content-center {
  justify-content: center;
}

.budli-reseller-page .col-md-10,
.budli-reseller-page .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .budli-reseller-page .py-md-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .budli-reseller-page .col-md-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
}

@media (min-width: 992px) {
  .budli-reseller-page .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .budli-reseller-page h1 {
    font-size: 24px;
  }

  .budli-reseller-page .budli-search-input {
    font-size: 14px;
  }
}
