section_boundary {
  display: block;
  unicode-bidi: isolate;
}

:root {
  --fr33roll-ink: #111114;
  --fr33roll-muted: #66606f;
  --fr33roll-line: #e8e3f2;
  --fr33roll-panel: #ffffff;
  --fr33roll-violet: #7436f4;
  --fr33roll-violet-dark: #5120c9;
  --fr33roll-violet-soft: #f5f0ff;
  --fr33roll-green: #16a34a;
  --fr33roll-gold: #f4b400;
}

* {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--fr33roll-ink);
  background: linear-gradient(180deg, #ffffff 0%, #fbfaff 34%, #ffffff 72%), #ffffff;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.section-space {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .section-space {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.glass-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(121, 82, 179, 0.16);
  box-shadow: 0 24px 70px rgba(67, 45, 109, 0.11);
  backdrop-filter: blur(18px);
}

.theme-primary,
.fr33roll-btn-primary {
  background: var(--fr33roll-violet);
  color: white;
  box-shadow: 0 4px 12px rgba(116, 54, 244, 0.12);
}

.text-primary-theme {
  color: var(--fr33roll-violet);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
  border: none;
}

.btn-primary {
  background: var(--fr33roll-violet);
  color: #fff;
  box-shadow: 0 4px 12px rgba(116, 54, 244, 0.12);
}

.btn-primary:hover {
  background: var(--fr33roll-violet-dark);
  transform: translateY(-1px);
}

/* Keep old class name for backward compat within theme */
.violet-button {
  background: linear-gradient(135deg, var(--fr33roll-violet), var(--fr33roll-violet-dark));
  color: white;
  box-shadow: 0 12px 28px rgba(116, 54, 244, 0.26);
}

.fr33roll-logo-chip,
.logo-chip {
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(42, 32, 74, 0.18));
}

.chart-line {
  stroke-dasharray: 580;
  stroke-dashoffset: 0;
}

/* Hero collage container — scales with aspect-ratio at all sizes */
.hero-collage-wrap {
  aspect-ratio: 810 / 572;
}

/* 50/50 grid split at 1024–1299px, constrain collage width */
@media (min-width: 1024px) and (max-width: 1299px) {
  .drop-zone {
    grid-template-columns: 50fr 50fr !important;
  }
  .hero-collage-wrap {
    max-width: 460px;
    width: 100%;
  }
}

/* Hero collage layout */
.hero-collage {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 20;
  width: 100%;
  aspect-ratio: 810 / 572;
  transform: translateX(-50%);
  isolation: isolate;
  pointer-events: none;
}

.hero-collage::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  content: "";
  width: 80%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(116, 54, 244, 0.14) 0%, rgba(116, 54, 244, 0.07) 45%, rgba(116, 54, 244, 0) 70%);
  pointer-events: none;
}

.hero-layer {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.hero-avatar {
  left: 20.99%;
  top: 1.4%;
  z-index: 34;
  width: 34.32%;
}

.hero-card {
  filter: drop-shadow(0 18px 24px rgba(42, 32, 74, 0.12));
}

.hero-card-instagram {
  left: 6.17%;
  top: 19.93%;
  z-index: 12;
  width: 22.72%;
}

.hero-card-revenue {
 left: 47.8%;
 top: 4.55%;
 z-index: 38;
 width: 22.65%;
}

.hero-card-pay {
 left: 49.85%;
  top: 46%;
  z-index: 35;
  width: 25.65%;
}

.hero-card-app-top {
  left: 68.56%;
  top: 20.28%;
  z-index: 36;
  width: 21.73%;
}

.hero-card-app-bottom {
 left: 73.56%;
 top: 54.9%;
 z-index: 34;
 width: 21.73%;
}

.hero-card-payout {
  left: 11.85%;
  top: 76.47%;
  z-index: 42;
  width: 47.9%;
  filter: drop-shadow(0 16px 22px rgba(42, 32, 74, 0.14));
}

.hero-social-tiktok {
  left: 24.2%;
  top: 7.34%;
  z-index: 8;
  width: 7.16%;
  filter: drop-shadow(0 10px 12px rgba(42, 32, 74, 0.12));
}

.hero-chip-top {
  left: 80.67%;
  top: 11.74%;
  z-index: 10;
  width: 10.37%;
  filter: drop-shadow(0 10px 12px rgba(42, 32, 74, 0.16));
}

.hero-chip-bottom {
  left: 0;
  top: 69.93%;
  z-index: 10;
  width: 11.85%;
  filter: drop-shadow(0 10px 12px rgba(42, 32, 74, 0.16));
}


/* Metrics grid: horizontal divider between rows on < lg, vertical dividers on lg+ */
@media (max-width: 1023px) {
  .metrics-grid > article:nth-child(1),
  .metrics-grid > article:nth-child(2) {
    border-bottom: 1px solid #ece5f7;
  }
}

/* Modal form styles */
.formbuilder-required {
  color: var(--fr33roll-violet);
  margin-left: 2px;
}

.formbuilder-text-label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--fr33roll-ink);
}

.theme-input:focus {
  border-color: var(--fr33roll-violet) !important;
  box-shadow: 0 0 0 3px rgba(116, 54, 244, 0.12) !important;
}

/* FAQ details marker */
details summary::-webkit-details-marker {
  display: none;
}

/* Header sticky */
.fr33roll-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

/* webinar */
.grp-wrapper-class buttonform>div,
.gjs-editor-cont buttonform>div,
.grp-wrapper-class dialogform>div,
.gjs-editor-cont dialogform>div,
.grp-wrapper-class plainform>div,
.gjs-editor-cont plainform>div,
.grp-wrapper-class wizardform>div,
.gjs-editor-cont wizardform>div,
.grp-wrapper-class form>div,
.gjs-editor-cont form>div,
.grp-wrapper-class .widgets>*,
.gjs-editor-cont .widgets>*,
.grp-wrapper-class .webinar-cmp-css>div,
.gjs-editor-cont .webinar-cmp-css>div,
.grp-wrapper-class .buttonform-cmp-css>div,
.gjs-editor-cont .buttonform-cmp-css>div {
	pointer-events: none !important;
}
.webinar-cmp-css>div {
	pointer-events: unset !important;
}

/* Input validation states */
input.invalid {
	background-color: #ffdddd;
}
select.invalid,
input.invalid,
textarea.invalid,
select.empty-invalid,
input.empty-invalid,
textarea.empty-invalid {
	border: 2px solid red !important;
}
.theme_dark_bg plainform form input.invalid {
	background-color: #ffdddd !important;
}
input.valid,
textarea.valid {
	border: 2px solid green !important;
}

/* ============================================================
   Overview / Details / Forms — ported from theme-radiant
   Covers: blog, course, plan, webinar, forms, jobs, directory
   pages rendered by Flask Jinja templates. Brand-tinted via
   --ov-primary tokens.
   ============================================================ */

:root {
  --ov-primary: var(--fr33roll-violet, #7436f4);
  --ov-primary-dark: var(--fr33roll-violet-dark, #5120c9);
  --ov-primary-soft: var(--fr33roll-violet-soft, #f5f0ff);
  --ov-ink: var(--fr33roll-ink, #111114);
  --ov-muted: var(--fr33roll-muted, #66606f);
  --ov-line: var(--fr33roll-line, #e8e3f2);
}

/* ---------- Section wrappers (Flask Jinja templates apply
   `enigma_theme` as the standard wrapper class regardless of theme) ---------- */
.enigma_theme.content_sec { width: 100%; float: left; }
.coursearea,
.blogarea__2 { width: 100%; float: left; }
.coursearea.sp_top_100,
.blogarea__2.sp_top_100 { padding-top: 100px; }
.coursearea.sp_bottom_100,
.blogarea__2.sp_bottom_100 { padding-bottom: 100px; }
.containerCard { width: 100%; }
.tab-content.tab__content__wrapper { padding: 0; }

/* ---------- Blog overview (article_overview.html) ---------- */
.article_overview .blogCardMain { margin: 8px; }
.article_overview .blogCardMain .blog_title { color: var(--ov-ink); transition: color .2s ease; }
.article_overview .blogCardMain .blog_title:hover { color: var(--ov-primary); }
.article_overview .blogCardMain .blog_tags {
  background-color: var(--ov-primary);
  border: 1px solid var(--ov-primary);
  color: #fff !important;
  max-width: 350px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_overview .blogCardMain .blog_tags a { color: #fff !important; }
.article_overview .blogCardMain .blog_tags:hover { background-color: var(--ov-primary-dark); }
.article_overview .blogCardMain .blog_desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article_overview .blogCardMain .view_more_btn { color: var(--ov-muted); transition: color .2s ease, fill .2s ease; }
.article_overview .blogCardMain .view_more_btn:hover { color: var(--ov-primary); fill: var(--ov-primary); }
.article_overview .blogCardMain .blog_date { color: var(--ov-muted); }

/* ---------- Blog details (article_detail.html) ---------- */
.blog__details__img,
.blogarae__img__2 { max-height: 600px; overflow: hidden; border-radius: 12px; }
.blog__details__img img,
.blogarae__img__2 img { max-width: 100%; width: auto !important; }
.blog__details__content__wraper { width: 100%; }
.blog__details__content__wraper .blog__details__content .blog__details__heading h5 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--ov-ink);
}
.blog__details__content__wraper .blog__details__content p {
  font-weight: 400;
  line-height: 1.7;
  color: var(--ov-muted);
  margin-bottom: 1rem;
}
.blog_content h1, .blog_content h2, .blog_content h3,
.blog_content h4, .blog_content h5, .blog_content h6 {
  color: var(--ov-ink);
  font-weight: 700;
  margin: 1.25rem 0 .5rem;
}
.blog_content p { color: var(--ov-muted); line-height: 1.7; margin-bottom: 1rem; }
.blog_content ul, .blog_content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.blog_content li { color: var(--ov-muted); line-height: 1.7; margin-bottom: .35rem; }
.blog_content img { max-width: 100%; border-radius: 8px; }
.blog_content a { color: var(--ov-primary); text-decoration: underline; }

/* ---------- Course overview (course_overview.html) ---------- */
.course__text__wraper { width: 100%; }
.course__text__wraper .course__text h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--ov-ink);
  margin-bottom: 8px;
}
.course__text__wraper .course__icon .nav { display: flex; gap: 8px; }
.course__text__wraper .course__icon .nav a { color: var(--ov-muted); }
.course__text__wraper .course__icon .nav a.active { color: var(--ov-ink); }
.course__button a {
  max-width: 350px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 26px;
  width: 114px;
  background: var(--ov-primary);
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
  border-radius: 4px;
  border: 1px solid var(--ov-primary);
}
.course__button a:hover {
  background: transparent;
  color: var(--ov-primary);
  border: 1px solid var(--ov-primary);
}
.course__input {
  border: 1px solid var(--ov-line);
  border-radius: 6px;
  padding: 10px 14px;
  width: 100%;
}
.course__input:focus { outline: none; border-color: var(--ov-primary); }
.course__categories__list { list-style: none; padding: 0; }
.course__categories__list li {
  padding: 8px 12px;
  border-bottom: 1px solid var(--ov-line);
  cursor: pointer;
  color: var(--ov-muted);
}
.course__categories__list li:hover { color: var(--ov-primary); }
.course__sidebar__wraper {
  padding: 24px;
  border: 1px solid var(--ov-line);
  border-radius: 8px;
  background: #fff;
}

/* Course / blog grid cards */
.gridarea__wraper { width: 100%; }
.gridarea__wraper .gridarea__img { max-height: 250px; width: auto !important; border-radius: 0.5rem; overflow: hidden; }
.gridarea__wraper .gridarea__img img { max-width: 100%; width: 100% !important; height: auto; transition: transform .3s ease; }
.gridarea__wraper:hover .gridarea__img img { transform: scale(1.04); }
.gridarea__wraper .gridarea__content { padding: 16px; }
.gridarea__wraper .gridarea__content .gridarea__heading h3 { font-weight: 600; font-size: 18px; color: var(--ov-ink); }
.gridarea__wraper.gridarea__wraper__2 .gridarea__content .gridarea__heading h3 { font-weight: 600; }
.gridarea__wraper .gridarea__content .gridarea__bottom { margin-top: auto; }
.gridarea__wraper.gridarea__course__list .gridarea__content .gridarea__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--ov-primary);
}
.with__sidebar__content .gridarea__wraper.gridarea__course__list .gridarea__content {
  display: flex;
  flex-direction: column;
}
.gridarea__heading.desc_truncate,
.gridarea__description.desc_truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- Course details (course_detail.html) ---------- */
.blogarae__img__2.course__details__img__2 { margin-bottom: 20px; }
.course__button__wraper { display: flex; margin-bottom: 30px; align-items: center; justify-content: space-between; }
.course__date p { font-weight: 500; font-size: 14px; line-height: 17px; margin: 0; color: var(--ov-muted); }
.course__date p span { color: var(--ov-ink); }
.course__details__heading h3 { font-weight: 700; font-size: 36px; line-height: 1.3; color: var(--ov-ink); margin-bottom: 10px; }
.course__details__price { margin-bottom: 30px; }
.course__details__price ul li .course__details__date { font-weight: 500; font-size: 14px; color: var(--ov-ink); }
.course__details__paragraph p { font-weight: 400; font-size: 16px; line-height: 1.7; color: var(--ov-muted); }
.course__details__paragraph { margin-bottom: 30px; }
.course__details__wraper { background: var(--ov-primary-soft); display: flex; flex-wrap: wrap; margin-bottom: 30px; border-radius: 8px; }
.course__details__wraper ul { width: 50%; border-right: 1px solid var(--ov-line); padding: 32px 24px; list-style: none; margin: 0; }
.course__details__wraper ul:last-child { border-right: none; }
.course__details__wraper ul li { color: var(--ov-muted); display: flex; justify-content: space-between; margin-bottom: 10px; }
.course__details__wraper .instructor_title { width: 100px; color: var(--ov-muted); font-weight: 400; }
.course__details__wraper ul li span { color: var(--ov-ink); font-weight: 500; }
.course__details__tab__wrapper { margin-bottom: 40px; }
.course__tap__wrap { margin-bottom: 30px; display: flex; padding: 0; list-style: none; }
.course__tap__wrap li { border-right: 1px solid var(--ov-line); }
.course__tap__wrap li button { padding: 15px 32px; border: none; background: #fff; color: var(--ov-ink); box-shadow: 0 0 30px 5px rgba(116, 54, 244, 0.08); }
.course__tap__wrap li button:hover,
.course__tap__wrap li button.active { background: var(--ov-primary); color: #fff; }
.course__tap__wrap li button i { margin-right: 8px; }

/* ---------- Plans (plans.html, plans1.html) ---------- */
.planCardMain { width: 100%; }
.planCardMain table { border-collapse: collapse; width: 100%; margin-top: 10px; }
.payment_plan_card {
  background: #fff;
  border: 1px solid var(--ov-line);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}
.payment_plan_card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, .1); }
.payment_plan_card.active {
  border-color: var(--ov-primary);
  box-shadow: 0 8px 30px rgba(116, 54, 244, .2);
}
.featured_card {
  border: 2px solid var(--ov-primary) !important;
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(116, 54, 244, .25) !important;
}
.badge-popular {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(135deg, var(--ov-primary) 0%, var(--ov-primary-dark) 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(116, 54, 244, .4);
}
.badge-popular-inline {
  background: linear-gradient(135deg, var(--ov-primary) 0%, var(--ov-primary-dark) 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(116, 54, 244, .4);
  vertical-align: middle;
  margin-left: 10px;
}
.badge-trial {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
.plan_btn {
  background: var(--ov-primary);
  color: #fff;
  border: 1px solid var(--ov-primary);
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  width: 100%;
  transition: all .2s ease;
}
.plan_btn:hover { background: var(--ov-primary-dark); border-color: var(--ov-primary-dark); }
#payment_plan .payment_plan_card .fa-check { color: var(--ov-primary) !important; }
#payment_plan .planCardMain { width: 100% !important; }

/* Plan checkout (plans_detail.html, plans_detail1.html) */
.detailRightCard {
  border: 1px solid var(--ov-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
#payment_cust_detail .border-b,
#payment_cust_detail .border { border-color: var(--ov-line); }
#payment_cust_detail .form-control {
  border: 1px solid var(--ov-line);
  border-radius: 6px;
  padding: 10px 12px;
}
#payment_cust_detail .form-control:focus {
  outline: none;
  border-color: var(--ov-primary);
  box-shadow: 0 0 0 3px rgba(116, 54, 244, .1);
}
#payment_cust_detail input[type="file"].form-control {
  width: 100%;
  font-size: 16px;
  border: 1px solid var(--ov-line);
  background-color: #f9f9f9;
  cursor: pointer;
  transition: border-color 0.3s ease;
  padding: 0;
}
#payment_cust_detail input[type="file"].form-control:focus { outline: none; border-color: var(--ov-primary); }
#payment_cust_detail input[type="file"].form-control::file-selector-button {
  background-color: #efefef;
  color: var(--ov-ink);
  border: none;
  border-right: 1px solid var(--ov-line);
  border-radius: 4px 0 0 4px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* ---------- Webinar (webinar_detail.html, webinars_overview.html) ---------- */
.webinar_detail { padding: 100px 0; }
.webinarStatus { justify-items: center; }
.webinarStatus.pt-100 { padding-top: 130px; }
.webinarStatus.pb-100 { padding-bottom: 130px; }
.webinarStatus .eventpackTime { max-width: 900px; }
.webinarStatus .eventpackTime h3 { font-size: 20px; line-height: 1.5; text-transform: capitalize; margin-bottom: 5px; font-weight: 600; color: var(--ov-ink); }
.webinarStatus .eventpackTime .webinar_icon { width: 68px; position: absolute; top: 42%; cursor: pointer; }
.webinarStatus .eventpackTime .webinar_source { position: absolute; top: 42%; }
.webinarStatus .eventpackTime .webinar_thumbnail { opacity: 0.5; }
.webinarStatus .eventTime {
  position: relative;
  background-color: var(--ov-primary);
  color: #fff;
  height: 108px;
  width: 100px;
  padding: 7px;
  font-size: 60px;
  font-weight: 700;
  border-radius: 6px;
}
.webinarStatus .eventComing { font-size: 20px; }
.webinarStatus .eventbfr::after {
  content: ':';
  position: absolute;
  left: -26px;
  font-size: 60px;
  color: var(--ov-ink);
  font-family: 'Inter', sans-serif;
}
.webinarStatus .d-grid { font-family: 'Inter', sans-serif; }
.webinarStatus .container { height: 800px; }
.webinarStatus video.webinar_url { height: calc(100% - 50px); }
.webinar_detail .btn.inline-block { display: inline-block !important; }
.webinar_detail .webinarStatus .eventTime { background-color: var(--ov-primary) !important; color: #fff !important; }
.webinar_detail .webinarStatus .eventbfr::after { left: -26px !important; }
.webinar_detail .modal { text-align: start; }
.webinar_detail .modal .shadow { height: auto; }
.webinar_detail .modal .modal-body label { float: left; }
.webinar_detail .modal .modal-body .form-control { border: 1px solid var(--ov-line); }
.webinar_detail .modal .modal-body .form-control:focus { border: 1px solid var(--ov-primary); box-shadow: unset; }
.webinar-cmp-css .webinar_sec { display: flex !important; align-items: center; justify-content: center; flex-wrap: wrap; }
.webinar-cmp-css > div { pointer-events: unset !important; }
.coursearea.webinars_overview .webinar_card_wrap {
  background: #fff;
  border: 1px solid var(--ov-line);
  border-radius: 10px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.coursearea.webinars_overview .webinar_card_wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

/* ---------- Forms (forms.html, forms1.html) ---------- */
.form_card {
  background: #fff;
  border: 1px solid var(--ov-line);
  border-radius: 10px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}
.form_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
  border-color: var(--ov-primary);
}
.form_thumbnail {
  width: 100%;
  height: 200px;
  background-color: var(--ov-primary-soft);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_title {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ov-ink);
}
.form_redirect { cursor: pointer; }
.enigma_theme form.layout_sec { width: 100%; }
.enigma_theme .wizard_form form.layout_sec { width: 100%; max-width: 100%; flex-wrap: wrap; }
.enigma_theme .eventpack { font-size: 20px; font-weight: 600; }
.rendered-form *[tooltip]:hover:after { width: max-content !important; padding: 10px 15px !important; }
.rendered-form p { padding-left: 0 !important; padding-right: 0 !important; }
.rendered-form .timepicker-option:has(input[type="radio"]:checked) {
  background-color: var(--ov-primary) !important;
  color: #fff !important;
  border-color: var(--ov-primary) !important;
}
.rendered-form .timepicker-option:has(input[type="radio"]:checked) label { color: #fff !important; }
.contact__form__inner { width: 100%; }

/* ---------- Jobs (job_listing.html, job_detail.html) ---------- */
.job_listing { width: 100%; }
.job_detail_page { width: 100%; }
.bread_crumb {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
}
.bread_crumb a { color: var(--ov-muted); transition: color .2s ease; }
.bread_crumb a:hover { color: var(--ov-primary); }
.gradient-overlay {
  background: linear-gradient(135deg, var(--ov-primary-soft) 0%, #ffffff 100%);
}

/* ---------- Directory overviews (providers, brands, creators, cities) ---------- */
.coursearea.providers_overview,
.coursearea.brands_overview,
.coursearea.creators_overview,
.coursearea.webinars_overview { width: 100%; }

.creators_overview .flex.flex-wrap > div {
    padding-top: 100px;
    padding-bottom: 40px;
}

.creators_overview .grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 18px !important;
}

.provider-card,
.creator-card {
  background: #fff;
  border: 1px solid var(--ov-line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.provider-card:hover,
.creator-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
}
.brand_card {
  background: #fff;
  border: 1px solid var(--ov-line);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.brand_card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, .1); }

/* ---------- Misc shared ---------- */
.theme__shadow__circle { display: none; }
.theme__shadow__circle.shadow__right { display: none; }
.tab-content.tab__content__wrapper.with__sidebar__content { padding: 0; }

/* Article overview card body — Tailwind text-color overrides */
.article_overview .blogCardMain h2.text-\[\#2D3142\] { color: var(--ov-ink); }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .course__details__heading h3 { font-size: 26px; line-height: 1.3; }
  .course__details__wraper ul { width: 100%; border-right: none; border-bottom: 1px solid var(--ov-line); }
  .course__tap__wrap { flex-wrap: wrap; }
  .course__tap__wrap li button { padding: 12px 20px; font-size: 14px; }
  .webinar_detail { padding: 60px 0; }
  .webinarStatus.pt-100 { padding-top: 90px; }
  .webinarStatus.pb-100 { padding-bottom: 90px; }
  .webinarStatus .eventTime { height: 80px; width: 70px; font-size: 40px; }
  .webinarStatus .eventbfr::after { font-size: 40px; left: -20px; }
  .coursearea.sp_top_100,
  .blogarea__2.sp_top_100 { padding-top: 60px; }
  .coursearea.sp_bottom_100,
  .blogarea__2.sp_bottom_100 { padding-bottom: 60px; }
}
/* Providers Overview */
.providers_overview .avatar-initial {
  background: linear-gradient(135deg, #7436f4, #5120c9) !important;
}

.providers_overview .btn-view-profile {
  background: #ffffff !important;
  border-color: #e8e3f2 !important;
  color: #7436f4 !important;
  padding: 8px 6px;
}

.providers_overview .btn-view-profile:hover {
  background: #7436f4 !important;
  border-color: #7436f4 !important;
  color: #ffffff !important;
}

.creators_overview .creator-card > div:first-child > div:first-child {
  background: linear-gradient(135deg, #7436f4, #5120c9) !important;
}

.creators_overview .creator-leads-badge {
  border-color: rgba(116, 54, 244, 0.22) !important;
  color: #7436f4 !important;
  background-color: rgba(116, 54, 244, 0.1) !important;
}

.creators_overview .creator-no-leads {
  color: #6b6280 !important;
}

body:has(.job_listing) .header_sec,
body:has(.job_listing) header.fr33roll-header.sticky.top-0 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
}

body:has(.job_listing) .job_listing.bg-slate-50 {
  padding-top: 96px !important;
}

body:has(.job_listing) .job_listing .shadow-sm {
  position: sticky !important;
  top: 96px !important;
  z-index: 40 !important;
}

.job_listing .bg_gradient_right.from-green-500.to-emerald-500 {
  background-image: none !important;
  background-color: #10b981 !important;
}
body:has(.webinars_overview) .webinars_overview .webinar_card .mt-auto > span[style*="F59E0B"] {
    color:rgb(116 54 244) !important;
}
/* ===== Directory Overview pages (providers / brands / webinars / services) ===== */

/** Brands Overview */
.brands_overview .brand_card .brand_name { color: #000000; }
.brands_overview .brand_card .brand_name:hover { color: #7436f4; }

/** Webinars Overview */
.webinars_overview .webinar_card .webinar_title { color: #000000; }
.webinars_overview .webinar_card .webinar_title:hover { color: #7436f4; }

.webinars_overview .webinar_card .learn_more { color: #000000; }
.webinars_overview .webinar_card .learn_more:hover { color: #7436f4; }
.webinars_overview .webinar_card .webinar_host_initial { background: #7436f426; color: #7436f4; }

/** Service Overview */
.services_overview .service_card .service_name { color: #000000; }
.services_overview .service_card .service_name:hover { color: #7436f4; }

.services_overview .service_card .learn_more { color: #000000; }
.services_overview .service_card .learn_more:hover { color: #7436f4; }

/* Stacked feedback — star colors */
[widget-type="review"] .text-\[\#ffd52c\] { color: #ffd52c !important; }
[widget-type="review"] .fa-star { color: #d1d5db; }

/* Stacked feedback slider — star colors */
.stacked_feedback_slider .fa-star { color: #d1d5db !important; }
.stacked_feedback_slider .text-\[\#ffd52c\] { color: #ffd52c !important; }

/* ─── Job Listing — primary blue utility override ─── */
.job_listing .bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: #7436f4 !important;
}
