/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://designprefect.com
 Description:  Child Theme for Divi
 Author:       Sunil Pareek
 Author URI:   https://designprefect.com
 Template:     Divi
 Version:      1.0.3
*/

/*****Add any custom CSS below this line*****/

/* ======================================================================
 * ONE NATION. ONE ARENA. - summit section cards
 * Moved here from the Home 2 page settings so the section can be reused
 * on any page. All selectors are namespaced under .gcv-* and only apply
 * to modules carrying those classes.
 * ====================================================================== */

/* == ONE NATION. ONE ARENA. - card internals ============================ *
 * Divi lays blurbs out with display:table and a fixed-width icon cell,
 * which forces a wide icon gap and centres the copy in the leftover space.
 * Divi also prints this block BEFORE its own generated module CSS, so ties
 * on specificity go to Divi - hence !important on the layout-critical bits.
 * ====================================================================== */

.ff-default .ff-el-input--label label {
	color:#fff !important;
}

.gcv-card .et_pb_blurb_content {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}

.gcv-card .et_pb_main_blurb_image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}

.gcv-card .et_pb_main_blurb_image .et_pb_image_wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.gcv-card .et_pb_main_blurb_image .et-pb-icon {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.gcv-card .et_pb_blurb_container {
  flex: 1 1 auto !important;
  display: block !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.gcv-card .et_pb_module_header,
.gcv-card .et_pb_blurb_description,
.gcv-card .et_pb_blurb_container p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* -- Who's In The Room: 3-up grid, equal height, dot hugging the label -- */
.gcv-audience {
  display: flex !important;
  align-items: center !important;
  min-height: 68px !important;
  margin-bottom: 0 !important;
}
.gcv-audience .et_pb_blurb_content { flex: 1 1 auto !important; }
.gcv-audience .et_pb_main_blurb_image { margin-right: 11px !important; }

/* -- Event Formats: chips hug their own content, all identical height ---
 * Divi gives every module in a 1/2 column at gutter 3 a 5.82% bottom margin
 * (~33px), which stacked on the column's flex gap. Zeroed here so we
 * let the flex gap own all spacing. Same for .gcv-audience above. */
.gcv-chip {
  display: flex !important;
  align-items: center !important;
  align-self: flex-start !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.gcv-chip .et_pb_blurb_content { flex: 1 1 auto !important; }
.gcv-chip .et_pb_main_blurb_image { margin-right: 9px !important; }
.gcv-chip .et_pb_module_header { white-space: nowrap !important; }

/* -- Stat cards: icon left, number + label stacked and left-aligned ----- */
.gcv-stat {
  display: flex !important;
  align-items: center !important;
}
.gcv-stat .et_pb_blurb_content { flex: 1 1 auto !important; }
.gcv-stat .et_pb_main_blurb_image { margin-right: 22px !important; }
.gcv-stat .et_pb_blurb_container p { margin-top: 5px !important; }

@media (max-width: 980px) {
  .gcv-audience { min-height: 62px !important; }
}
@media (max-width: 480px) {
  .gcv-chip .et_pb_module_header { white-space: normal !important; }
}


/* ======================================================================
 * A DEFINING MOMENT - milestone + pillar cards
 * Namespaced under .gcv-mile* / .gcv-pillar so this cannot touch the
 * .gcv-card summit cards or anything else on the site.
 * Divi prints its generated module CSS after this file, so structural
 * declarations carry !important - see the note in the block above.
 * ====================================================================== */

/* -- year badge + section tag, sat on one row ------------------------- */
.gcv-mile-top .et_pb_text_inner p {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gcv-year {
  display: inline-block !important;
  flex: 0 0 auto !important;
  padding: 5px 16px !important;
  border: 1px solid rgba(246,181,1,0.45) !important;
  border-radius: 20px !important;
  color: #F6B501 !important;
  font-weight: 900 !important;
  font-size: 20px !important;
  letter-spacing: 1px !important;
  line-height: 1.3 !important;
}

.gcv-mile-tag {
  color: rgba(246,181,1,0.75) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  text-align: right !important;
  line-height: 1.4 !important;
}

/* -- milestone cards: icon sits in a rounded tile --------------------- */
.gcv-mile .et_pb_blurb_content {
  margin: 0 !important;
  max-width: 100% !important;
  text-align: left !important;
}

.gcv-mile .et_pb_main_blurb_image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  background: rgba(246,181,1,0.10) !important;
  border: 1px solid rgba(246,181,1,0.25) !important;
  border-radius: 14px !important;
  line-height: 0 !important;
}

.gcv-mile .et_pb_main_blurb_image .et_pb_image_wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  line-height: 0 !important;
}

.gcv-mile .et_pb_module_header {
  margin: 0 0 10px !important;
  padding: 0 !important;
  text-align: left !important;
}

.gcv-mile .et_pb_blurb_container p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* -- three supporting pillar cards ------------------------------------ */
.gcv-pillar {
  height: 100% !important;
}

.gcv-pillar .et_pb_blurb_content {
  margin: 0 !important;
  max-width: 100% !important;
  text-align: left !important;
}

.gcv-pillar .et_pb_main_blurb_image {
  display: block !important;
  width: auto !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.gcv-pillar .et_pb_module_header {
  margin: 0 0 8px !important;
  padding: 0 !important;
  text-align: left !important;
}

.gcv-pillar .et_pb_blurb_container p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  .gcv-mile-top .et_pb_text_inner p { gap: 10px !important; }
  .gcv-mile-tag { font-size: 10px !important; letter-spacing: 2px !important; }
}

/* ======================================================================
 * SIX THEMES - numbered theme cards
 * Namespaced under .gcv-theme* so it cannot touch .gcv-card (summit)
 * or .gcv-mile / .gcv-pillar (defining moment).
 * ====================================================================== */

/* the column is the card; the number is pinned to its top-right */
.gcv-theme-card {
  position: relative !important;
}

.gcv-theme-num {
  position: absolute !important;
  top: 22px !important;
  right: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2 !important;
  width: auto !important;
}

.gcv-theme-num .et_pb_text_inner p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* icon sits top-left, copy runs left-aligned beneath it */
.gcv-theme .et_pb_blurb_content {
  margin: 0 !important;
  max-width: 100% !important;
  text-align: left !important;
}

.gcv-theme .et_pb_main_blurb_image {
  display: block !important;
  width: auto !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.gcv-theme .et_pb_main_blurb_image .et_pb_image_wrap {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  line-height: 0 !important;
}

.gcv-theme .et_pb_module_header {
  margin: 0 0 10px !important;
  padding: 0 !important;
  text-align: left !important;
}

.gcv-theme .et_pb_blurb_container p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  .gcv-theme-num { top: 20px !important; right: 24px !important; }
}

/* ======================================================================
 * EVENT FORMATS - four centred format cards
 * ====================================================================== */
/* the blurb is the card, so it must fill the height make_equal gives the column */
.gcv-fmt { height: 100% !important; }
.gcv-fmt .et_pb_blurb_content { margin: 0 auto !important; max-width: 100% !important; text-align: center !important; }
.gcv-fmt .et_pb_main_blurb_image { display: block !important; width: auto !important; margin: 0 0 22px !important; padding: 0 !important; line-height: 0 !important; text-align: center !important; }
.gcv-fmt .et_pb_main_blurb_image .et_pb_image_wrap { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: auto !important; line-height: 0 !important; }
.gcv-fmt .et_pb_module_header { margin: 0 0 12px !important; padding: 0 !important; text-align: center !important; }
.gcv-fmt .et_pb_blurb_container p { margin: 0 !important; padding: 0 !important; text-align: center !important; }

/* ======================================================================
 * PARTNERS - two organiser cards
 * ====================================================================== */
.gcv-partner-card { display: flex !important; flex-wrap: wrap !important; align-content: flex-start !important; gap: 13px !important; }
.gcv-pt-full { flex: 0 0 100% !important; max-width: 100% !important; }

.gcv-pt-head .et_pb_text_inner { display: flex !important; align-items: center !important; gap: 16px !important; }
.gcv-pt-head .et_pb_text_inner p { margin: 0 !important; padding: 0 !important; }
.gcv-pt-head .et_pb_text_inner > p { display: flex !important; align-items: center !important; gap: 16px !important; }
.gcv-pt-logo { display: flex !important; align-items: center !important; justify-content: center !important; flex: 0 0 auto !important; width: 56px !important; height: 56px !important; border-radius: 14px !important; background: rgba(246,181,1,0.10) !important; border: 1px solid rgba(246,181,1,0.30) !important; color: #F6B501 !important; font-weight: 900 !important; font-size: 17px !important; line-height: 1 !important; }
.gcv-pt-title { display: block !important; color: #FFFFFF !important; font-weight: 800 !important; font-size: 22px !important; line-height: 1.25 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
.gcv-pt-role { display: block !important; color: rgba(246,181,1,0.75) !important; font-weight: 700 !important; font-size: 11px !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; margin-top: 6px !important; }
.gcv-pt-motto { color: rgba(246,181,1,0.85) !important; font-style: italic !important; }

/* half-width chips for the 2x2 grid on the second partner card */
.gcv-card.gcv-chip.gcv-chip-half { flex: 0 0 calc(50% - 7px) !important; max-width: calc(50% - 7px) !important; }
.gcv-chip-half .et_pb_module_header { white-space: normal !important; }

/* ======================================================================
 * WATCH LIVE - badge, stat tiles, platform + media-partner cards
 * ====================================================================== */
.gcv-wl-badge-mod .et_pb_text_inner p { margin: 0 !important; padding: 0 !important; }
.gcv-wl-badge { display: inline-flex !important; align-items: center !important; gap: 8px !important; padding: 6px 16px !important; border: 1px solid rgba(246,181,1,0.45) !important; border-radius: 20px !important; color: #F6B501 !important; font-weight: 700 !important; font-size: 11px !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; line-height: 1.4 !important; }

.gcv-wl-stat p, .gcv-plat p, .gcv-media-partner p { margin: 0 !important; padding: 0 !important; }
.gcv-wl-stat .et_pb_text_inner, .gcv-plat .et_pb_text_inner { text-align: center !important; }
.gcv-wl-val { display: block !important; color: #F6B501 !important; font-weight: 900 !important; font-size: 26px !important; line-height: 1.15 !important; }
.gcv-wl-lab { display: block !important; color: rgba(255,255,255,0.7) !important; font-weight: 700 !important; font-size: 11px !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; margin-top: 7px !important; }

.gcv-mono { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 46px !important; height: 46px !important; border-radius: 12px !important; background: rgba(246,181,1,0.10) !important; border: 1px solid rgba(246,181,1,0.28) !important; color: #F6B501 !important; font-weight: 900 !important; font-size: 14px !important; line-height: 1 !important; margin-bottom: 14px !important; }
.gcv-plat-name { display: block !important; color: #FFFFFF !important; font-weight: 700 !important; font-size: 14px !important; line-height: 1.3 !important; }
.gcv-plat-status { display: block !important; font-size: 11px !important; margin-top: 7px !important; line-height: 1.3 !important; }
.gcv-plat-status.is-confirmed { color: rgba(246,181,1,0.85) !important; font-weight: 700 !important; }
.gcv-plat-status.is-proposed { color: rgba(255,255,255,0.45) !important; font-style: italic !important; }

.gcv-media-partner .et_pb_text_inner { display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important; }
/* wpautop wraps the content in a <p>, so the <p> is the only flex child -
 * the gap must be applied to it, not to .et_pb_text_inner. */
.gcv-media-partner .et_pb_text_inner > p { display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important; margin: 0 !important; padding: 0 !important; }
.gcv-media-partner .gcv-mono { margin-bottom: 0 !important; width: 40px !important; height: 40px !important; font-size: 13px !important; }
.gcv-media-partner .gcv-plat-name { display: inline-block !important; }

@media (max-width: 767px) {
  .gcv-pt-head .et_pb_text_inner { gap: 12px !important; }
  .gcv-pt-title { font-size: 19px !important; }
}

/* ======================================================================
 * VOICES ON STAGE - Native Divi Blurbs Styling
 * Custom section for https://gamechangersvision.com/index.php/home-2/
 * Formatted with standard Divi et_pb_blurb modules for easy Visual Builder editing.
 * Namespaced under .gcv-voices-* and .gcv-speaker-blurb
 * ====================================================================== */

/* -- Section Container & Background ---------------------------------- */
.gcv-voices-section {
  position: relative !important;
  background: radial-gradient(circle at 50% 20%, #11203d 0%, #081122 75%) !important;
  padding: 80px 0 70px 0 !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(246, 181, 1, 0.15) !important;
  border-bottom: 1px solid rgba(246, 181, 1, 0.15) !important;
}

/* -- Header Text Layout ----------------------------------------------- */
.gcv-voices-header-text {
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto 45px auto !important;
}

/* Eyebrow Tag */
.gcv-voices-eyebrow-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.gcv-voices-eyebrow-line {
  width: 28px !important;
  height: 3px !important;
  background: #F86601 !important;
  border-radius: 2px !important;
}

.gcv-voices-eyebrow {
  color: #F86601 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
}

/* Section Heading */
.gcv-voices-title {
  color: #FFFFFF !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 1px !important;
  margin: 0 0 16px 0 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.gcv-title-gradient {
  background: linear-gradient(135deg, #F86601 0%, #F6B501 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.gcv-title-amp {
  color: #F6B501 !important;
}

.gcv-voices-subtitle {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* -- 5-Column Grid Row ------------------------------------------------ */
.gcv-voices-grid-row {
  margin-bottom: 30px !important;
}

/* Divi Blurb Module as Speaker Card */
.gcv-speaker-blurb {
  position: relative !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #0d1a33 !important;
  border: 1px solid rgba(246, 181, 1, 0.3) !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
  height: 420px !important;
  margin-bottom: 0 !important;
}

.gcv-speaker-blurb:hover {
  transform: translateY(-8px) scale(1.02) !important;
  border-color: #F6B501 !important;
  box-shadow: 0 20px 40px rgba(246, 181, 1, 0.25), 0 0 20px rgba(248, 102, 1, 0.15) !important;
}

/* Metallic Border Glow Overlay */
.gcv-speaker-blurb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 14px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(248, 102, 1, 0.4), rgba(246, 181, 1, 0.1)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
}

/* Blurb Inner Content Container */
.gcv-speaker-blurb .et_pb_blurb_content {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: relative !important;
}

/* Blurb Image (Speaker Photo) */
.gcv-speaker-blurb .et_pb_main_blurb_image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: block !important;
  max-width: 100% !important;
}

.gcv-speaker-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.gcv-speaker-blurb .et_pb_main_blurb_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform 0.5s ease, filter 0.5s ease !important;
  filter: brightness(0.92) contrast(1.05) !important;
  display: block !important;
}

.gcv-speaker-blurb:hover .et_pb_main_blurb_image img {
  transform: scale(1.08) !important;
  filter: brightness(1) contrast(1.1) !important;
}

/* Blurb Container Overlay (Name + Subtitle) */
.gcv-speaker-blurb .et_pb_blurb_container {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 35px 16px 22px 16px !important;
  background: linear-gradient(to top, #060d1b 0%, rgba(6, 13, 27, 0.92) 55%, rgba(6, 13, 27, 0.3) 82%, transparent 100%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  z-index: 3 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Speaker Name (Header) */
.gcv-speaker-blurb .et_pb_module_header {
  color: #FFFFFF !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  letter-spacing: 0.5px !important;
  text-transform: capitalize !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8) !important;
  text-align: center !important;
}

/* Speaker Role (Description) */
.gcv-speaker-blurb .gcv-speaker-role {
  color: #F6B501 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.9) !important;
  text-align: center !important;
}

/* -- Footer Note Layout ----------------------------------------------- */
.gcv-voices-footer {
  text-align: center !important;
  margin-top: 10px !important;
}

.gcv-voices-footer-line {
  color: rgba(246, 181, 1, 0.85) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  margin: 0 0 6px 0 !important;
  text-align: center !important;
}

.gcv-voices-footer-sub {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  font-style: italic !important;
  margin: 0 !important;
  text-align: center !important;
}

/* -- Responsive Rules ------------------------------------------------ */
@media (max-width: 980px) {
  .gcv-speaker-blurb {
    height: 380px !important;
  }
  .gcv-voices-title {
    font-size: 34px !important;
  }
}

@media (max-width: 767px) {
  .gcv-voices-section {
    padding: 50px 0 40px 0 !important;
  }
  .gcv-voices-title {
    font-size: 26px !important;
  }
  .gcv-voices-subtitle {
    font-size: 15px !important;
  }
  .gcv-speaker-blurb {
    height: 420px !important;
    max-width: 340px !important;
    margin: 0 auto 20px auto !important;
  }
}

/* ======================================================================
 * STICKY HEADER STYLING
 * ====================================================================== */
/* Ensure the row is positioned relatively for the pseudo-element background */
.et_pb_row.et_pb_sticky {
  position: relative !important;
  overflow: visible !important;
  background-color: transparent !important; /* Keep row transparent */
}

/* Full-width sticky background bar via pseudo-element */
.et_pb_row.et_pb_sticky::before {
  content: "";
  position: absolute;
  top: -12px; /* Covers row padding top */
  bottom: -12px; /* Covers row padding bottom */
  left: -2000px; /* Extends to far left */
  right: -2000px; /* Extends to far right */
  background-color: #081122 !important; /* Solid dark navy */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important; /* Subtle drop shadow */
  z-index: -1;
  pointer-events: none;
  transition: background-color 0.4s ease, box-shadow 0.4s ease !important;
}