.elementor-1834 .elementor-element.elementor-element-f2fb5f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-1834:not(.elementor-motion-effects-element-type-background), body.elementor-page-1834 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0506;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================
   BUILDERODDS ABOUT PAGE
   ========================= */

:root{
  --bo-bg: #0B0506;
  --bo-bg-2: #12090A;
  --bo-bg-3: #1A0A0D;

  --bo-gold: #F5C542;
  --bo-gold-bright: #FFD76A;
  --bo-orange: #E95A2A;

  --bo-text: #F8F3E8;
  --bo-text-soft: rgba(242,228,190,0.86);
  --bo-text-muted: rgba(242,228,190,0.70);

  --bo-border: rgba(245,197,66,0.14);
  --bo-border-strong: rgba(245,197,66,0.24);

  --bo-shadow: 0 18px 42px rgba(0,0,0,0.34);
  --bo-shadow-hover: 0 24px 52px rgba(0,0,0,0.40);
  --bo-shadow-gold: 0 10px 24px rgba(245,197,66,0.18);

  --bo-radius-sm: 12px;
  --bo-radius-md: 18px;
  --bo-radius-lg: 22px;
  --bo-radius-xl: 24px;
  --bo-radius-pill: 999px;

  --bo-max-width: 1240px;
  --bo-max-width-narrow: 1100px;

  --bo-transition: .25s ease;
}

/* ---------- GLOBAL ---------- */
html{
  scroll-behavior: smooth;
}

.bo-about-page{
  background:
    radial-gradient(circle at top center, rgba(120,17,27,0.14) 0%, rgba(11,5,6,0) 40%),
    linear-gradient(180deg, var(--bo-bg-2) 0%, var(--bo-bg) 100%);
}

.bo-about-page,
.bo-about-page *{
  box-sizing: border-box;
}

.bo-about-page a{
  text-decoration: none;
}

.bo-section{
  padding: 64px 20px;
}

.bo-inner{
  max-width: var(--bo-max-width);
  margin: 0 auto;
}

.bo-inner-narrow{
  max-width: var(--bo-max-width-narrow);
  margin: 0 auto;
}

/* ---------- TYPOGRAPHY ---------- */
.bo-eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius: var(--bo-radius-pill);
  background: rgba(245,197,66,0.08);
  border: 1px solid rgba(245,197,66,0.14);
  color: var(--bo-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  width: fit-content;
}

.bo-title{
  margin:0;
  color: var(--bo-text);
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.bo-title-sm{
  margin:0;
  color: var(--bo-text);
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.bo-small-title{
  margin:0;
  color: var(--bo-text);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.bo-subtext{
  margin:0;
  color: var(--bo-text-soft);
  font-size:15px;
  line-height:1.8;
}

.bo-gradient-text{
  background: linear-gradient(90deg, var(--bo-gold), #FF9A3C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- PILL ---------- */
.bo-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius: var(--bo-radius-pill);
  background: rgba(245,197,66,0.10);
  border: 1px solid rgba(245,197,66,0.14);
  color: var(--bo-gold);
  font-size:13px;
  font-weight:700;
  width:fit-content;
}

/* ---------- SURFACES ---------- */
.bo-hero-surface{
  background:
    radial-gradient(circle at top center, rgba(130,18,30,0.30) 0%, rgba(11,5,6,0.98) 58%),
    linear-gradient(180deg, var(--bo-bg-2) 0%, var(--bo-bg) 100%);
}

.bo-surface{
  background:
    radial-gradient(circle at top center, rgba(120,17,27,0.14) 0%, rgba(11,5,6,0) 52%),
    linear-gradient(180deg, var(--bo-bg) 0%, var(--bo-bg-2) 100%);
}

/* ---------- HERO ---------- */
.bo-about-hero{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:16px;
  max-width:780px;
  margin:0 auto;
}

.bo-about-hero-copy{
  max-width:720px;
}

/* ---------- IMAGE SECTION ---------- */
.bo-about-image-section{
  padding: 0 20px 8px;
}

.bo-about-image-card{
  overflow:hidden;
  border-radius: 22px;
  border: 1px solid rgba(245,197,66,0.14);
  background:
    linear-gradient(180deg, rgba(84,18,29,0.96), rgba(30,8,12,0.98));
  box-shadow:
    0 18px 42px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.bo-about-image-card img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

/* ---------- SECTION INTRO ---------- */
.bo-section-intro{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:24px;
}

.bo-section-intro-center{
  align-items:center;
  text-align:center;
  max-width:760px;
  margin:0 auto 24px;
}

/* ---------- MAIN CARD ---------- */
.bo-about-main-card{
  padding:28px;
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(84,18,29,0.96), rgba(30,8,12,0.98));
  border: 1px solid rgba(245,197,66,0.16);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.bo-about-block{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.bo-about-divider{
  width:100%;
  height:1px;
  margin:24px 0;
  background: linear-gradient(
    90deg,
    rgba(245,197,66,0),
    rgba(245,197,66,0.24),
    rgba(245,197,66,0)
  );
}

.bo-about-grid-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:16px;
}

.bo-about-info-card{
  padding:18px;
  border-radius:18px;
  background: rgba(255,255,255,0.025);
  border:1px solid rgba(245,197,66,0.10);
}

.bo-about-label{
  display:block;
  margin-bottom:8px;
  color: rgba(245,197,66,0.88);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* ---------- VALUES ---------- */
.bo-about-values-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:20px;
}

.bo-about-value-card{
  padding:22px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(67,18,25,0.94), rgba(24,8,11,0.98));
  border:1px solid rgba(245,197,66,0.12);
  box-shadow: 0 16px 36px rgba(0,0,0,0.24);
}

.bo-about-value-number{
  width:42px;
  height:42px;
  margin-bottom:14px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(245,197,66,0.10);
  border: 1px solid rgba(245,197,66,0.16);
  color: var(--bo-gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
}

/* ---------- MISSION / VISION ---------- */
.bo-about-mission-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:20px;
}

.bo-about-side-card{
  padding:24px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(84,18,29,0.96), rgba(30,8,12,0.98));
  border:1px solid rgba(245,197,66,0.14);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.03);
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* ---------- CLOSING ---------- */
.bo-about-closing-card{
  padding:28px;
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(67,18,25,0.94), rgba(24,8,11,0.98));
  border:1px solid rgba(245,197,66,0.12);
  box-shadow: 0 16px 36px rgba(0,0,0,0.24);
  display:flex;
  flex-direction:column;
  gap:14px;
  text-align:center;
  align-items:center;
}

/* ---------- HOVER ---------- */
@media (hover:hover){
  .bo-about-image-card,
  .bo-about-main-card,
  .bo-about-value-card,
  .bo-about-side-card,
  .bo-about-closing-card{
    transition: transform var(--bo-transition), box-shadow var(--bo-transition), border-color var(--bo-transition);
  }

  .bo-about-image-card:hover,
  .bo-about-main-card:hover,
  .bo-about-value-card:hover,
  .bo-about-side-card:hover,
  .bo-about-closing-card:hover{
    transform: translateY(-2px);
    box-shadow: var(--bo-shadow-hover);
    border-color: rgba(245,197,66,0.20);
  }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px){
  .bo-about-grid-2,
  .bo-about-values-grid,
  .bo-about-mission-grid{
    grid-template-columns:1fr;
  }

  .bo-title{
    font-size:36px;
  }

  .bo-title-sm{
    font-size:24px;
  }
}

@media (max-width: 767px){
  .bo-section{
    padding:48px 16px;
  }

  .bo-about-image-section{
    padding: 0 16px 6px;
  }

  .bo-title{
    font-size:30px;
  }

  .bo-title-sm{
    font-size:22px;
  }

  .bo-small-title{
    font-size:18px;
  }

  .bo-subtext{
    font-size:14px;
  }

  .bo-about-main-card,
  .bo-about-side-card,
  .bo-about-closing-card{
    padding:20px 18px;
  }
}/* End custom CSS */