/* ── HERO ── */
.rcm_vendor_checklist_hero {
  font-family: "Poppins", sans-serif;
  background: #040d3a;
  background-image:
    radial-gradient(
      ellipse 80% 60% at 70% 40%,
      rgba(241, 99, 52, 0.15) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 50% 80% at 0% 100%,
      rgba(14, 31, 122, 0.8) 0%,
      transparent 70%
    ),
    linear-gradient(135deg, #040d3a 0%, #071357 60%, #0f1f6b 100%);
  position: relative;
  /*overflow: hidden;*/
  padding: 72px 0 80px;
}

.rcm_vendor_checklist_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.rcm_vendor_checklist_hero_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 0 0px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: center;
  gap: 60px;
}

.rcm_vendor_checklist_hero_badge {
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(241, 99, 52, 0.18);
  border: 1px solid rgba(241, 99, 52, 0.4);
  color: #f5825a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
  animation: rcm_vendor_checklist_fadeUp 0.5s ease both;
}

.rcm_vendor_checklist_hero_badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f16334;
  box-shadow: 0 0 8px #f16334;
}

.rcm_vendor_checklist_hero_title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  animation: rcm_vendor_checklist_fadeUp 0.55s 0.1s ease both;
}

.rcm_vendor_checklist_hero_title span {
  color: #f16334;
}

.rcm_vendor_checklist_hero_desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  animation: rcm_vendor_checklist_fadeUp 0.55s 0.2s ease both;
}

/* hero image */
.rcm_vendor_checklist_hero_visual {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}

.rcm_vendor_checklist_hero_art {
  position: relative;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  /*
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 80px rgba(7, 19, 87, 0.32);*/
}

.rcm_vendor_checklist_hero_art::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    180deg,
    rgba(4, 13, 58, 0.02) 0%,
    rgba(4, 13, 58, 0.12) 100%
  );*/
  z-index: 1;
  pointer-events: none;
}

.rcm_vendor_checklist_hero_art img {
  display: block;
  width: 100%;
  height: auto;
  /*aspect-ratio: 1024 / 730;*/
  object-fit: cover;
}

.rcm_vendor_checklist_hero_art_overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 6px;
  color: #ffffff;
}

.rcm_vendor_checklist_hero_art_kicker {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(241, 99, 52, 0.92);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcm_vendor_checklist_hero_art_overlay strong {
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.rcm_vendor_checklist_hero_art_overlay span {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

/* ── LAYOUT SHELL ── */
.rcm_vendor_checklist_page_body {
  font-family: "Poppins", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0px 80px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

/* ── CONTENT SECTIONS ── */
.rcm_vendor_checklist_section_title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.5rem, 2.5vw, 3rem) !important;
  font-weight: 700;
  color: #071357;
  margin-bottom: 16px;
  line-height: 1.3;
}

.rcm_vendor_checklist_section_title span {
  color: #f16334;
}

.rcm_vendor_checklist_body_text {
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 16px;
}

.rcm_vendor_checklist_section_block {
  margin-bottom: 48px;
}

.rcm_vendor_checklist_subsection_heading {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #071357;
  margin: 28px 0 12px;
  padding-left: 16px;
  border-left: 3px solid #f16334;
}

.rcm_vendor_checklist_accordion_group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rcm_vendor_checklist_accordion_item {
  border: 1px solid rgba(7, 19, 87, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 19, 87, 0.06);
  overflow: hidden;
}

.rcm_vendor_checklist_accordion_summary {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 20px;
  cursor: pointer;
}

.rcm_vendor_checklist_accordion_summary::-webkit-details-marker {
  display: none;
}

.rcm_vendor_checklist_accordion_summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  color: #f16334;
  background: rgba(241, 99, 52, 0.1);
  margin-top: 2px;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.rcm_vendor_checklist_accordion_item[open]
  > .rcm_vendor_checklist_accordion_summary::after {
  content: "−";
  background: rgba(241, 99, 52, 0.16);
}

.rcm_vendor_checklist_accordion_title,
.rcm_vendor_checklist_accordion_subtitle {
  display: block;
}

.rcm_vendor_checklist_accordion_title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.25;
  font-weight: 500;
  color: #000;
}

.rcm_vendor_checklist_accordion_subtitle {
  margin-top: 6px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #f16334;
  font-size: 1.8rem;
  font-weight: 600;
}

.rcm_vendor_checklist_accordion_body {
  padding: 0 22px 22px;
}

@media (max-width: 560px) {
  .rcm_vendor_checklist_accordion_summary {
    padding: 18px 18px 16px;
  }

  .rcm_vendor_checklist_accordion_body {
    padding: 0 18px 18px;
  }

  .rcm_vendor_checklist_accordion_title {
    font-size: 1.7rem;
  }

  .rcm_vendor_checklist_accordion_subtitle {
    font-size: 1.4rem;
  }
}

/* checklist bullets */
.rcm_vendor_checklist_list {
  font-family: "Poppins", sans-serif;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0;
}

.rcm_vendor_checklist_list li {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
}

.rcm_vendor_checklist_list li::before {
  content: "";
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  border-radius: 50%;
  background: #fdf0eb;
  border: 2px solid #f16334;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%23f16334' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* audience cards */
.rcm_vendor_checklist_audience_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.rcm_vendor_checklist_audience_card {
  background: #ffffff;
  border: 1px solid #f5825a3b;
  border-radius: 12px;
  padding: 20px;
  transition:
    box-shadow 0.2s,
    border-color 0.2s,
    transform 0.2s;
}

.rcm_vendor_checklist_audience_card:hover {
  box-shadow: 0 8px 40px rgba(7, 19, 87, 0.12);
  border-color: rgba(241, 99, 52, 0.3);
  transform: translateY(-2px);
}

.rcm_vendor_checklist_audience_card_icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(135deg, #071357, #0e1f7a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.rcm_vendor_checklist_audience_card_icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rcm_vendor_checklist_audience_card_title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: #f5825a;
  margin-bottom: 6px;
  line-height: 1.5;
}

.rcm_vendor_checklist_audience_card_desc {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.55;
}

/* why it matters banner */
.rcm_vendor_checklist_matters_banner {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #040d3a 0%, #071357 100%);
  border-radius: 20px;
  padding: 36px 40px;
  margin: 48px 0 0;
  position: relative;
  overflow: hidden;
}

.rcm_vendor_checklist_matters_banner::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(241, 99, 52, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.rcm_vendor_checklist_matters_banner .rcm_vendor_checklist_section_title {
  color: #ffffff;
}

.rcm_vendor_checklist_matters_banner .rcm_vendor_checklist_body_text {
  color: rgba(255, 255, 255, 0.65);
}

/* ── TRUST HORIZONTAL BAR ── */
.rcm_vendor_checklist_trust_bar {
  font-family: "Poppins", sans-serif;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e8e8ed;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.rcm_vendor_checklist_trust_bar_label {
  font-family: "Poppins", sans-serif;
  flex-shrink: 0;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-right: 1px solid #e8e8ed;
  height: 64px;
  justify-content: center;
  background: #040d3a;
}

.rcm_vendor_checklist_trust_bar_label span:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f16334;
}

.rcm_vendor_checklist_trust_bar_label span:last-child {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.rcm_vendor_checklist_trust_bar_logos {
  display: flex;
  align-items: center;
  flex: 1;
}

.rcm_vendor_checklist_trust_bar_item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  height: 64px;
  border-right: 1px solid #e8e8ed;
  transition: background 0.18s;
  cursor: default;
}

.rcm_vendor_checklist_trust_bar_item:last-child {
  border-right: none;
}
.rcm_vendor_checklist_trust_bar_item:hover {
  background: #f4f4f6;
}

.rcm_vendor_checklist_trust_bar_icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.rcm_vendor_checklist_trust_bar_icon svg {
  width: 34px;
  height: 34px;
}

.rcm_vendor_checklist_trust_bar_name {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #071357;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
}

.rcm_vendor_checklist_trust_bar_sub {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: #9898a8;
  line-height: 1.3;
  margin-top: 1px;
}

@media (max-width: 640px) {
  .rcm_vendor_checklist_trust_bar {
    flex-direction: column;
    align-items: stretch;
  }
  .rcm_vendor_checklist_trust_bar_label {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    padding: 14px 20px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  .rcm_vendor_checklist_trust_bar_logos {
    flex-direction: column;
  }
  .rcm_vendor_checklist_trust_bar_item {
    border-right: none;
    border-bottom: 1px solid #e8e8ed;
    height: auto;
    padding: 14px 20px;
  }
  .rcm_vendor_checklist_trust_bar_item:last-child {
    border-bottom: none;
  }
}

/* ── SIDEBAR ── */
.rcm_vendor_checklist_sidebar {
  position: sticky;
  top: 28px;
}

.rcm_vendor_checklist_form_card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 16px 64px rgba(7, 19, 87, 0.18);
  border: 1px solid #e8e8ed;
  overflow: hidden;
}

.rcm_vendor_checklist_form_card_header {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #040d3a, #071357);
  padding: 10px 28px;
  position: relative;
  overflow: hidden;
}

.rcm_vendor_checklist_form_card_header::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(241, 99, 52, 0.25) 0%,
    transparent 70%
  );
}

.rcm_vendor_checklist_form_card_header h3 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
  line-height: 3rem;
}

.rcm_vendor_checklist_form_card_header p {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}

.rcm_vendor_checklist_form_card_body {
  padding: 28px;
}

/* fallback form fields for visual structure */
.rcm_vendor_checklist_field_group {
  margin-bottom: 16px;
}

.rcm_vendor_checklist_field_label {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #071357;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.rcm_vendor_checklist_field_label span {
  color: #f16334;
}

.rcm_vendor_checklist_field_input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #e8e8ed;
  border-radius: 6px;
  font-size: 14px;
  color: #222233;
  background: #f4f4f6;
  transition:
    border-color 0.2s,
    background 0.2s;
  outline: none;
}

.rcm_vendor_checklist_field_input:focus {
  border-color: #071357;
  background: #ffffff;
}

.rcm_vendor_checklist_btn_download {
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  padding: 14px;
  background: #f16334;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.02em;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  margin-top: 8px;
  box-shadow: 0 4px 16px rgba(241, 99, 52, 0.35);
}

.rcm_vendor_checklist_btn_download:hover {
  background: #d9542a;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(241, 99, 52, 0.45);
}

.rcm_vendor_checklist_btn_download:active {
  transform: translateY(0);
}

.rcm_vendor_checklist_form_privacy {
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  color: #9898a8;
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}

/* ── FAQ ── */
.rcm_vendor_checklist_faq_section {
  font-family: "Poppins", sans-serif;
  padding: 60px 0 80px;
  background: #ffffff;
}

.rcm_vendor_checklist_faq_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
}

.rcm_vendor_checklist_faq_header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 40px;
}

.rcm_vendor_checklist_faq_headline {
  max-width: 280px;
}

.rcm_vendor_checklist_faq_headline h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 800;
  color: #071357;
  line-height: 1.15;
}

.rcm_vendor_checklist_faq_headline h2 span {
  color: #f16334;
}

.rcm_vendor_checklist_faq_headline p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #9898a8;
  margin-top: 10px;
  line-height: 1.6;
}

.rcm_vendor_checklist_faq_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rcm_vendor_checklist_faq_item {
  border-bottom: 1px solid #e8e8ed;
}

.rcm_vendor_checklist_faq_item:first-child {
  border-top: 1px solid #e8e8ed;
}

.rcm_vendor_checklist_faq_question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #071357;
  text-align: left;
  transition: color 0.2s;
}

.rcm_vendor_checklist_faq_question:hover {
  color: #f16334;
}

.rcm_vendor_checklist_faq_icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f4f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    transform 0.3s;
}

.rcm_vendor_checklist_faq_icon svg {
  width: 14px;
  height: 14px;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  transition:
    transform 0.3s,
    stroke 0.2s;
}

.rcm_vendor_checklist_faq_item.rcm_vendor_checklist_open
  .rcm_vendor_checklist_faq_icon {
  background: #f16334;
  transform: rotate(45deg);
}

.rcm_vendor_checklist_faq_item.rcm_vendor_checklist_open
  .rcm_vendor_checklist_faq_icon
  svg {
  stroke: white;
}
.rcm_vendor_checklist_faq_item.rcm_vendor_checklist_open
  .rcm_vendor_checklist_faq_question {
  color: #f16334;
}

.rcm_vendor_checklist_faq_answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.2s;
}

.rcm_vendor_checklist_faq_answer_inner {
  font-family: "Poppins", sans-serif;
  padding: 0 0 20px;
  font-size: 14.5px;
  line-height: 1.75;
  color: #000;
}

.rcm_vendor_checklist_faq_item.rcm_vendor_checklist_open
  .rcm_vendor_checklist_faq_answer {
  max-height: 400px;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .rcm_vendor_checklist_hero_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rcm_vendor_checklist_hero_visual {
    width: 100%;
    justify-self: start;
    max-width: 640px;
  }
  .rcm_vendor_checklist_page_body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rcm_vendor_checklist_sidebar {
    position: static;
  }
  .rcm_vendor_checklist_faq_header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rcm_vendor_checklist_faq_headline {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .rcm_vendor_checklist_hero {
    padding: 48px 0 56px;
  }
  .rcm_vendor_checklist_hero_inner {
    padding: 0 20px;
  }
  .rcm_vendor_checklist_hero_art {
    border-radius: 22px;
  }
  .rcm_vendor_checklist_hero_art_overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .rcm_vendor_checklist_page_body {
    padding: 36px 20px 60px;
  }
  .rcm_vendor_checklist_audience_grid {
    grid-template-columns: 1fr;
  }
  .rcm_vendor_checklist_matters_banner {
    padding: 28px 24px;
  }
  .rcm_vendor_checklist_faq_inner {
    padding: 0 20px;
  }
  .rcm_vendor_checklist_form_card_body {
    padding: 20px;
  }
}

/* entry animations */
@keyframes rcm_vendor_checklist_fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .rcm_vendor_checklist_hero {
    padding: 72px 24px 80px;
  }
  .rcm_vendor_checklist_page_body {
    padding: 60px 24px 80px;
  }
}

/*MOBILE MENU CSS*/

/*MOBILE MENU CSS*/

/*MOBILE MENU CSS*/

/*MOBILE MENU CSS*/

/*MOBILE MENU CSS*/

.fa {
  /* display: inline-block; */
  font: normal normal normal 14px / 1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.star-rating {
  display: flex;
}

.mobile_head .nav-list .dropdown .dropdown-toggle {
  color: #ffffff !important;
}

#ar-management .chart-images {
  width: 696px;
  margin-top: 0px;
}

.jim-btn a {
  background-color: #fff;
  color: #273272;
  font-family: "Poppins", sans-serif !important;
  /* padding: 10px 10px; */
  width: 187px;
  display: block;
  height: 40px;
  font-size: 20px;
  line-height: 39px;
  text-align: center;
  border-radius: 10px;
}

.star {
  font-size: 23px;
  color: #ffcc00;
  padding: 0 5px;
  cursor: pointer;
  transition: color 0.2s;
}

.dropdown {
  z-index: 9999 !important;
}

.star:hover,
.star:hover ~ .star {
  color: #ffa500;
}

.owl-theme .owl-controls .owl-page span {
  background: #fd7d00 !important;
}

#home-testimonial-slider .home_testimonial .post {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}

#home-testimonial-slider .home_testimonial .title {
  color: #273272 !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}

#home-testimonial-slider .home_testimonial {
  width: 360px !important;
  background-color: #ffffff !important;
  box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.2),
    0 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.2),
    0 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#home-testimonial-slider .home_testimonial .description {
  margin-left: 0px !important;
  background-color: transparent !important;
  border-radius: 0px;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  padding: 25px 0px 10px 0px;
  color: #424242;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}

.home_testimonial .testi-pic img {
  border-radius: 50px;
}

#home-testimonial-slider .home_testimonial .home_testimonial-content {
  margin: 0px !important;
}

#homepage-banner {
  background-size: contain !important;
  background-image: url(https://www.billingparadise.com/image-01/bannerhome.webp) !important;
  /* background-size: contain !important; */
  background-color: #273272 !important;
  border-bottom: unset !important;
}

#homepage-banner .user-btn1:hover {
  color: #fff !important;
  background-color: #fd7d00 !important;
}

.mobile-home {
  display: none;
}

.boxed-content .boxed-content-heading {
  padding-left: 0px !important;
  text-align: center !important;
}

.section-heading-h2 {
  font-family: "Poppins", sans-serif !important;
}

p {
  font-family: "Poppins", sans-serif !important;
}

ul li {
  font-family: "Poppins", sans-serif !important;
}

h4 span {
  font-family: "Poppins", sans-serif !important;
}

h5,
h4,
span {
  font-family: "Poppins", sans-serif !important;
}

.card-title {
  font-family: "Poppins", sans-serif !important;
  line-height: 28px !important;
}

#counter .countbox {
  background-color: #273272;
  margin-bottom: 20px;
}

#why-billing .formborder {
  margin-top: 30px;
}

.appointment-details {
  padding: 80px 0 80px 0;
}

#counter .countbox span {
  color: #ffffff;
}

#counter .countbox h5 {
  color: #ffffff;
}

#homepage-banner .banner-title {
  color: #fff !important;
  font-size: 36px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

#homepage-banner .banner-description {
  color: #ffffff !important;
  width: 572px;
  font-family: "Poppins", sans-serif !important;
}

.date-content {
  font-size: 12px;
  font-weight: 400;
  color: #424242;
  margin-bottom: 20px !important;
  font-family: "Poppins", sans-serif;
}

.news-right-section {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.news-head {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #273272;
}

/* .news-right-section .news-content {
         font-size:13px;
     } */
.news-content {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #424242;
}

.news-right-section .date-content {
  margin-bottom: 5px !important;
}

.news-right-section .news-head {
  margin-bottom: 5px;
  font-size: 20px;
}

.news-right-section .news-content {
  margin-bottom: 5px;
  font-size: 16px;
}

.news-right-section .readmore-button {
  margin-bottom: 5px;
  font-size: 15px;
}

.section-bg-dark {
  background: url(https://www.billingparadise.com/images/background-2.webp) !important;
}

.nomi-image {
  width: 100%;
  /* height: 49vh; */
}

.readmore-button {
  border: 1px solid #273272;
  color: #273272;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 8px;
  margin-bottom: 20px;
}

.styled-tabs > li {
  width: 33.3% !important;
}

.full-spectrum {
  padding: 50px 0;
}

.viewcountsection {
  padding: 10px 0 50px 0 !important;
}

.ar-management {
  padding-bottom: 50px !important;
}

.case-study {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-orange {
  color: #ff7f00;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}

.card-img-top {
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

.card-body {
  line-height: 30px;
  position: relative;
  width: 320px;
}

.card-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #fb8500;
  font-family: "Poppins", sans-serif;
}

.card-text {
  font-size: 13px;
  color: #6c757d;
  font-family: "Poppins", sans-serif;
  line-height: 15px;
  margin-bottom: 30px;
  width: 330px;
}

.case-study .btn-outline-primary {
  margin-right: 10px;
  /* border-color: ; */
  /* color: #ff7f00; */
  font-family: "Poppins", sans-serif;
  background-color: #ff7f00;
  color: #fff !important;
  padding-left: 12px;
}

/* .btn-outline-primary:hover {
    background-color: #ff7f00;
    color: #fff !important;
    padding-left: 12px;
} */

@media (max-width: 768px) {
  .banner-title {
    background-color: unset !important;
    font-size: 26px !important;
  }

  .banner-description {
    font-size: 19px !important;
  }

  #ar-management .chart-images {
    width: 100%;
  }

  .appointment-details {
    padding: 25px 0 25px 0;
  }

  .card .card-body {
    padding: 15px 0px !important;
  }

  .card-body .card-title {
    font-size: 18px;
  }

  .banner-description {
    background-color: unset !important;
    color: #fff !important;
    background-size: 100% 100%;
    margin-top: 0px !important;
  }

  #homepage-banner {
    display: none;
  }

  .mobile-home {
    background-image: url(https://www.billingparadise.com/image-01/mobileh.webp) !important;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh !important;
  }

  .mobile-home .row {
    padding-bottom: 59%;
  }

  .case-study {
    width: 100%;
    margin-right: 10px;
  }

  .card-body {
    padding: 15px;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-text {
    font-size: 0.85rem;
  }

  .news-left {
    margin-bottom: 30px;
  }

  .btn-outline-primary {
    margin-right: 5px;
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

.schedul-ai-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0a2f9a !important;
  font-size: 33px;
}

.schedul-ai-section {
  background-color: #273272;
  color: #ffff;
}

.schedul-ai-section h3 {
  width: 324px;
  font-family: "Poppins", sans-serif;
  background: #bb5d02;
  padding: 15px 0 15px 6px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.schedul-ai-section p {
  color: #ffffff;
  padding: 15px 0 15px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}

.image-sections img {
  width: 50px;
  height: 50px;
}

.service-sections .image-sections {
  background-color: FF7500;
  padding: 28px 20px 28px 19px;
  text-align: center;
}

.service-sections .content-section {
  background-color: #273272;
  color: #fff;
  padding: 10px;
}

.service-sections .content-section h3 {
  margin-top: 0px !important;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}

.service-sections .content-section p {
  color: #ffffff;
  font-size: 12px !important;
  font-family: "Poppins", sans-serif !important;
}

.service-sections .col-md-3 {
  padding: 0px 15px 0 15px !important;
}

/* .service-sections .col-md-9 {
         padding: 0px !important;
     } */
.service-sections .service-read-more {
  display: flex;
  justify-content: end;
  margin-top: 62px;
}

.service-sections {
  margin-top: 35px !important;
}

@media only screen and (max-width: 768px) {
  .service-sections {
    display: flex;
  }

  .service-sections .service-read-more {
    margin-top: 0px !important;
  }

  .service-sections .image-sections {
    padding: 36px 20px 36px 19px;
  }

  .service-sections .content-section h3 {
    font-size: 14px;
  }

  .service-sections .content-section p {
    font-size: 9px !important;
  }
}

.tab-content .show {
  display: block !important;
  opacity: 1;
}

.membership h4 {
  margin-top: 25px;
}

.boxed-content-icon {
  width: 80px !important;
  margin: 0 auto;
  float: none !important;
}

.service-button {
  background-color: #ffffff;
  padding: 10px;
  padding: 2px;
  color: #032b9f;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}

.team {
  text-transform: uppercase;
  font-size: 25px;
  color: #fd7b1e;
  font-weight: 600;
}

.boxed-content-icon {
  margin-right: 15px;
}

.boxed-content h4 a {
  color: #fd7d00;
  text-decoration: underline;
}

.boxed-content .boxed-content-description {
  color: #273272;
}

.coding-widget {
  background-color: #fff !important;
}

.padding-top-lg {
  padding-top: 50px;
}

.padding-bottom-sm {
  padding-bottom: 30px;
}

.section-header {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}

.section-header--padding {
  padding: 0 10% 30px;
  border: 0px;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fe7d2b;
  border-radius: 10px;
}

.carousel-indicators {
  position: absolute;
  bottom: 0px !important;
}

.logo-slider__press-item {
  min-height: 65px;
  display: -ms-flexbox;
  display: flex;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fe782f;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fe7d2b;
  border-radius: 10px;
}

.carousel-indicators {
  position: absolute;
  bottom: 0px !important;
}

.logo-slider__press-item {
  min-height: 65px;
  display: -ms-flexbox;
  display: flex;
}

.thumbnail {
  filter: inherit !important;
}

.logo-slider__press-container {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  text-align: left;
  border-left: 1px solid #bbb;
}

.logo-slider__press-item img {
  height: 85px;
  width: auto;
  margin-right: 15px;
}

.logo-slider__press-description {
  font-size: 16px;
  line-height: 1.5;
  color: #586474;
  margin-bottom: 17px;
  margin-top: auto;
}

.user-btn1:hover {
  color: #fff !important;
  background-color: #273272 !important;
  border-color: #273272 !important;
}

.boxed-content {
  background-color: #fcfcfc;
  border: 1px solid #f2f2f4;
  padding: 15px 11px 20px 22px !important;
  box-shadow: 2px 1px 5px 0px;
}

#why-billing .boxed-content {
  min-height: 281px;
}

section.revenue-section {
  padding: 30px 15px 0px;
}

section.revenue-section .boxed-content {
  min-height: 210px;
  text-align: center;
}

.specality_bg .section-heading-h2.text-center.text-white {
  color: #fff !important;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#emrs_we_work .logo-box {
  min-height: 100px;
}

.nav.navbar-nav.navbar-right.btn_menubar {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #nav-toggle {
    position: absolute;
    left: 18px;
    top: 130px !important;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    background-color: #fff;
    margin-top: 15px;
  }

  #homepage-banner {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  #nav-toggle {
    position: absolute;
    left: 18px;
    top: 95px !important;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    background-color: #fff;
  }
}

h2.cen {
  text-align: center;
  margin-bottom: 30px;
}

/*new css*/

.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 16px;
  padding: 10px 16px 10px 40px;
  margin-bottom: 0 !important;
  border: 1px solid #ccc;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}

textarea.form-control {
  min-height: 110px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.icon-addon {
  position: relative;
  color: #555;
  display: block;
}

.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}

.form-group {
  margin-bottom: 15px;
}

.icon-addon:after {
  clear: both;
}

.fa-user:before {
  content: "\f007";
}

form {
  display: block;
  margin-top: 0em;
}

.panel-body {
  background-color: #fff !important;
}

#contform {
  right: -40px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.formshadow11 {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading {
  background-color: #eb5e2d;
  color: #fff;
}

.icon-addon:after {
  clear: both;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 4px;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

.responsive {
  width: 100%;
  height: auto;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-heading-center-h2 {
  color: #fd7d00;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.color {
  background-color: #001a57 !important;
}

.formborder {
  border: 1px solid #000;
  border-radius: 10px;
}

#denial-widget {
  width: 550px;
  height: 120px;
  background-image: url("https://www.billingparadise.com/images/advanced-md-partnership/advancemd-collab-new-partner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 999;
  bottom: 20px;
  left: -380px;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}

@media (max-width: 768px) {
  .denialmobhide {
    display: none;
  }
}

@media (min-width: 768px) {
  .denialdeskhide {
    display: none;
  }
}

@media (min-width: 768px) {
  .deskamdhide {
    display: none;
  }
}

.mobbgamd {
  background-image: url("https://www.billingparadise.com/images/advanced-md-partnership/cover/amd-mobile-updated-new-banner.png");
  width: 420px;
  height: 300;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobamdbutton {
  background-image: linear-gradient(
    to right,
    #e43a15 0%,
    #e65245 51%,
    #e43a15 100%
  );
  padding: 5px 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  border-color: transparent;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  margin: auto;
}

.buttondiv {
  padding-top: 255px;
}

.mobamdbutton:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mobright {
    margin: 40px 0px 0px 30px;
  }
}

.popfour {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.4em;
  margin: 60px 0px 0px 30px;
}

.rightcon {
  float: right;
}

.popbutton {
  background-image: linear-gradient(
    to right,
    #e43a15 0%,
    #e65245 51%,
    #e43a15 100%
  );
  margin-right: 10px;
  padding: 5px 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  border-color: transparent;
  font-size: 15px;
  margin-top: -40px;
  margin-right: 40px;
  font-weight: 600;
}

.popbutton:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 500;
  background-color: #273272;
  opacity: 1 !important;
}

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 10px;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
}

.ns-close:hover,
.ns-close:focus {
  outline: none;
}

.ns-close::before,
.ns-close::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff;
}

.ns-close:hover::before,
.ns-close:hover::after {
  background: #000;
}

.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

a {
  text-decoration: none !important;
}

.tab-content > .active {
  background-color: #fff !important;
}

* {
  box-sizing: border-box;
}

/* header.desktop_head nav.navbar {
margin-top: -78px !important;
} */
#homepage-banner {
  margin-top: 120px;
}

#why-billings .section-heading-h2 {
  font-size: 32px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  padding-right: 50px;
}

#why-billings {
  padding: 80px 30px;
  background-color: #273272 !important;
}

/*audio player*/
/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 24px;
  width: 75%;
  height: 80px;
  align-items: center;
  border: 1px solid #dde2e6;
  border-radius: 20px;
  background: #fff;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  /* border: 1px solid #5B82FF; */
  border: 1px solid #273272;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 1px solid #fd7d00;
}

.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  /* border-left: 12px solid #0059FF; */
  border-left: 12px solid #273272;
}

.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #fd7d00;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #dde2e6;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #bec8d2;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: -webkit-linear-gradient(left, #0059ff, #09b1fa);
}

.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #bec8d2;
}

.audioplayer-playing .audioplayer-bar-played::after {
  /* border: 2px solid #0059FF; */
  border: 2px solid #273272;
}

.audioplayer-volume {
  /* display: flex; */
  display: none;
  align-items: center;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #9a9fb0;
  position: relative;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #9a9fb0;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9a9fb0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #fd4f1a;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #fd4f1a;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #bec8d2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0059ff;
}

/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }

  .audioplayer {
    width: 100%;
  }

  #why-billings {
    padding: 40px 20px;
  }

  #why-billings .section-heading-h2 {
    padding-right: 20px;
  }
}

/* ── new HERO ── */
.rcm_vendor_decision_hero {
  font-family: "Poppins", sans-serif;
  background: transparent;
  position: relative;
  padding: 72px 0 20px;
}

/* remove pattern overlay */
.rcm_vendor_decision_hero::before {
  display: none;
}

.rcm_vendor_decision_hero_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  align-items: center;
  gap: 60px;
}

.rcm_vendor_decision_hero_badge {
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(241, 99, 52, 0.18);
  border: 1px solid rgba(241, 99, 52, 0.4);
  color: #f5825a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
  animation: rcm_vendor_decision_fadeUp 0.5s ease both;
}

.rcm_vendor_decision_hero_badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f16334;
  box-shadow: 0 0 8px #f16334;
}

.rcm_vendor_decision_hero_title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  color: #071357;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  animation: rcm_vendor_decision_fadeUp 0.55s 0.1s ease both;
}

.rcm_vendor_decision_hero_title span {
  color: #f16334;
}

.rcm_vendor_decision_hero_desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #080808;
  max-width: 520px;
  animation: rcm_vendor_decision_fadeUp 0.55s 0.2s ease both;
}

/* hero image */
.rcm_vendor_decision_hero_visual {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}

.rcm_vendor_decision_hero_art {
  position: relative;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
}

.rcm_vendor_decision_hero_art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.rcm_vendor_decision_hero_art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rcm_vendor_decision_hero_art_overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 6px;
  color: #071357;
}

.rcm_vendor_decision_hero_art_kicker {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(241, 99, 52, 0.92);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcm_vendor_decision_hero_art_overlay strong {
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #071357;
}

.rcm_vendor_decision_hero_art_overlay span {
  font-size: 13px;
  line-height: 1.55;
  color: #071357;
}

/* animation */
@keyframes rcm_vendor_decision_fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* responsive */
@media (max-width: 960px) {
  .rcm_vendor_decision_hero_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rcm_vendor_decision_hero_visual {
    width: 100%;
    justify-self: start;
    max-width: 640px;
  }
}

@media (max-width: 640px) {
  .rcm_vendor_decision_hero {
    padding: 48px 0 56px;
  }

  .rcm_vendor_decision_hero_inner {
    padding: 0 20px;
  }

  .rcm_vendor_decision_hero_art {
    border-radius: 22px;
  }

  .rcm_vendor_decision_hero_art_overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .rcm_vendor_decision_hero {
    padding: 72px 24px 80px;
  }
}

/* first section */
:root {
  --vendor_orange: #f16334;
  --vendor_white: #ffffff;
  --vendor_white_dim: rgba(255, 255, 255, 0.6);
  --vendor_border: rgba(255, 255, 255, 0.1);
  --vendor_card_bg: rgba(255, 255, 255, 0.045);
  --vendor_pill_bg: rgba(255, 255, 255, 0.07);
  --vendor_font: "Poppins", sans-serif;
}

/* ── SECTION ── */
.vendor_section {
  position: relative;
  width: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10% 24px 60px 24px;
  background: #040d3a;
  background-image:
    radial-gradient(
      ellipse 80% 60% at 70% 40%,
      rgba(241, 99, 52, 0.15) 0%,
      transparent 60%
    ),
    radial-gradient(ellipse 50% 80% at 0% 100%, #a96034 0%, transparent 70%),
    linear-gradient(135deg, #323857 0%, #273272 60%, #9f5e26 100%);
  overflow: hidden;

  font-family: var(--vendor_font);
}

@media (max-width: 1024px) {
  .vendor_section {
    padding: 8% 22px 56px 22px;
  }
}

/* ── SVG BG ── */
.vendor_bg_svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ── INNER ── */
.vendor_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 780px;
}

/* ── LOGOS ── */
.vendor_logos {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.vendor_logo_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vendor_logo_icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vendor_border);
}
.vendor_logo_icon svg {
  width: 20px;
  height: 20px;
}
.vendor_logo_text {
  display: flex;
  flex-direction: column;
}
.vendor_logo_name {
  font-family: var(--vendor_font);
  font-size: 14px;
  font-weight: 700;
  color: var(--vendor_white);
  line-height: 1.15;
  letter-spacing: -0.1px;
}
.vendor_logo_sub {
  font-size: 9.5px;
  color: var(--vendor_white_dim);
  letter-spacing: 0.3px;
  font-weight: 300;
}
.vendor_logo_divider {
  width: 1px;
  height: 34px;
  background: var(--vendor_border);
}
.vendor_logo_badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--vendor_border);
  border-radius: 6px;
  background: var(--vendor_card_bg);
}
.vendor_logo_badge_circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--vendor_orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--vendor_font);
  font-size: 9px;
  font-weight: 800;
  color: var(--vendor_orange);
}
.vendor_logo_badge_label {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.vendor_logo_badge_label span:first-child {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--vendor_white);
}
.vendor_logo_badge_label span:last-child {
  font-size: 9px;
  color: var(--vendor_white_dim);
  font-weight: 300;
}

/* ── HEADLINE ── */
.vendor_headline {
  font-family: var(--vendor_font);
  font-size: clamp(26px, 5.5vw, 50px);
  font-weight: 800;
  color: var(--vendor_white);
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.vendor_headline_strike {
  position: relative;
  color: var(--vendor_white_dim);
  display: inline-block;
}
.vendor_headline_strike::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  height: 3px;
  background: var(--vendor_orange);
  border-radius: 2px;
  transform-origin: left;
  animation: vendor_strike 1s cubic-bezier(0.77, 0, 0.18, 1) 0.5s both;
}
@keyframes vendor_strike {
  from {
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform: translateY(-50%) scaleX(1);
  }
}

.vendor_cta_wrap {
  display: flex;
  justify-content: flex-start !important;
}
.vendor_headline_accent {
  color: var(--vendor_orange);
  position: relative;
  font-style: italic;
}
.vendor_headline_accent::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 5px;
  /* background: radial-gradient(
    ellipse 80% 100% at 50% 100%,
    rgba(241, 99, 52, 0.4),
    transparent
  );*/
}

/* ── SUB ── */
.vendor_sub {
  font-size: clamp(16.5px, 8.075px, 16.5px);

  font-weight: 500;
  color: var(--vendor_white);
  margin-bottom: 15px;
  margin-top: 20px;
  letter-spacing: 0.05px;
}

/* ── SECD PILLS ── */
.vendor_secd {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 28px;
}
.vendor_secd_pill {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 18px;
  /*border: 1px solid var(--vendor_border);*/
  border-radius: 8px;
  /* background: var(--vendor_card_bg);*/
  color: var(--vendor_white);
  font-family: var(--vendor_font);
  font-size: 15px;
  font-weight: 300;

  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.2s;
  backdrop-filter: blur(8px);
}

.vendor_secd_pill svg {
  width: 20px;
  height: 20px;
  color: var(--vendor_orange);
  flex-shrink: 0;
}

/* ── STATS ── */
.vendor_stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.vendor_stat_card {
  flex: 1 1 140px;
  padding: 18px 20px;
  border: 1px solid var(--vendor_border);
  border-radius: 10px;
  background: var(--vendor_card_bg);
  backdrop-filter: blur(8px);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.25s,
    transform 0.2s;
}

.vendor_stat_num {
  font-family: var(--vendor_font);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 800;
  color: var(--vendor_orange);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.vendor_stat_label {
  font-size: 12px;
  color: rgb(255 255 255);
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* ── BUILT FOR ── */
.vendor_built_label {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--vendor_white_dim);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.vendor_built_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.vendor_built_pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--vendor_border);
  background: var(--vendor_pill_bg);
  font-size: 12px;
  font-family: var(--vendor_font);
  color: var(--vendor_white_dim);
  font-weight: 400;
  transition:
    background 0.2s,
    color 0.2s;
}
.vendor_built_pill:hover {
  background: rgba(241, 99, 52, 0.1);
  color: var(--vendor_white);
}
.vendor_built_pill_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vendor_orange);
  flex-shrink: 0;
}

/* ── CTA ── */
.vendor_cta_wrap {
  display: flex;
  justify-content: center;
}
.vendor_cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 42px;
  border-radius: 10px;
  background: var(--vendor_orange);
  color: var(--vendor_white);
  font-family: var(--vendor_font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
  box-shadow: 0 8px 30px rgba(241, 99, 52, 0.38);
  text-decoration: none;
}
.vendor_cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.16) 0%,
    transparent 55%
  );
  pointer-events: none;
}
.vendor_cta:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 16px 42px rgba(241, 99, 52, 0.52);
}
.vendor_cta:active {
  transform: translateY(0) scale(0.98);
}
.vendor_cta svg {
  width: 17px;
  height: 17px;
}

/* ── ENTRY ANIMATIONS ── */
.vendor_inner > * {
  opacity: 0;
  transform: translateY(20px);
  animation: vendor_fadeup 0.65s ease forwards;
}
.vendor_logos {
  animation-delay: 0.05s;
}
.vendor_headline {
  animation-delay: 0.16s;
}
.vendor_sub {
  animation-delay: 0.24s;
}
.vendor_secd {
  animation-delay: 0.32s;
}
.vendor_stats {
  animation-delay: 0.4s;
}
.vendor_built_label {
  animation-delay: 0.46s;
}
.vendor_built_pills {
  animation-delay: 0.52s;
}
.vendor_cta_wrap {
  animation-delay: 0.59s;
}
@keyframes vendor_fadeup {
  to {
    opacity: 1;
    transform: none;
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 560px) {
  .vendor_section {
    padding: 45px 18px 44px 18px;
  }
  .vendor_stat_card {
    flex: 1 1 120px;
  }
  .vendor_secd_pill {
    font-size: 12px;
    padding: 8px 13px;
  }
}

.vendor_stat_card {
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.18);

  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);

  color: #fff;
  position: relative;
  overflow: hidden;

  transition: 0.4s ease;
}
