.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-34 .elementor-element.elementor-element-25b58146{--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;--overlay-opacity:0.88;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-25b58146:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-25b58146 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1B1B;}.elementor-34 .elementor-element.elementor-element-25b58146::before, .elementor-34 .elementor-element.elementor-element-25b58146 > .elementor-background-video-container::before, .elementor-34 .elementor-element.elementor-element-25b58146 > .e-con-inner > .elementor-background-video-container::before, .elementor-34 .elementor-element.elementor-element-25b58146 > .elementor-background-slideshow::before, .elementor-34 .elementor-element.elementor-element-25b58146 > .e-con-inner > .elementor-background-slideshow::before, .elementor-34 .elementor-element.elementor-element-25b58146 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:#000000;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-34 .elementor-element.elementor-element-0d85e91{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-23470574{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:52px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-23470574:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-23470574 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-25ccc773 *//* --- COMPONENT STYLES --- */

.hero-container {
    text-align: center;
    max-width: 800px;
    padding: 40px 20px;
    margin: 0 auto; 
    box-sizing: border-box;
    background: transparent;
    font-family: 'Inter', sans-serif;
}

/* The "SERVICES" Badge */
.badge {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid #4a3f20; 
    border-radius: 50px;
    color: #d4a017; 
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 500;
}

/* Main Heading */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
}

/* The Gold Text */
.hero-title span {
    color: #d4a017; 
    font-style: italic; 
}

/* Subtitle Text */
.hero-subtitle {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-weight: 300;
}

/* Button Container */
.button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

/* General Button Styles */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* --- BUTTON 1: Get a Quote (White) --- */
.btn-primary {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

/* HOVER EFFECT: Turns Solid Gold */
.btn-primary:hover {
    background-color: #d4a017; /* Gold Background */
    border-color: #d4a017;
    color: #000000;
}

/* --- BUTTON 2: Book a Session (Outline) --- */
.btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #333333;
}

/* HOVER EFFECT: Gold Border & Gold Text */
.btn-outline:hover {
    border-color: #d4a017; /* Gold Border */
    color: #d4a017;       /* Gold Text */
    background-color: rgba(212, 160, 23, 0.1); /* Very faint gold tint */
}

/* Icons inside buttons */
.icon {
    width: 18px;
    height: 18px;
}

/* Bottom Feature List */
.features-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    color: #888888;
    font-size: 0.9rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Gold Dots */
.dot {
    width: 8px;
    height: 8px;
    background-color: #d4a017;
    border-radius: 50%;
    display: inline-block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .button-group {
        flex-direction: column;
        align-items: center;
    }
    .btn {
        width: 100%;
        max-width: 300px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f456c5 *//* ===== Content Services Menu (FINAL CSS – WHITE + GOLD ONLY) ===== */

.services-menu{
  --bg:##1A1A1A;
  --white:#ffffff;
  --text:#F3F3F5;
  --muted:#B7B7C2;
  --gold:#C8A75E;
  --border:rgba(255,255,255,.08);

  position:relative;
  padding:48px 18px;
  background:
    radial-gradient(1200px 700px at 30% 20%, rgba(255,255,255,.06), transparent 55%),
    radial-gradient(900px 600px at 70% 70%, rgba(200,167,94,.08), transparent 60%),
    var(--bg);
  color:var(--text);
  overflow:hidden;
}

/* Subtle luxury grid */
.services-menu::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:140px 140px;
  opacity:.07;
  mask-image: radial-gradient(circle at 25% 10%, black 0%, transparent 65%);
  pointer-events:none;
}

/* ===== Header ===== */
.services-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  max-width:1200px;
  margin:0 auto 26px;
  position:relative;
  z-index:1;
}

.kicker{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:8px;
}

/* Title */
.title{
  font-size:40px;
  line-height:1.05;
  margin:0;
  font-weight:700;
  color:#ffffff; /* Content Services */
}

.title span{
  color:var(--gold); /* Menu */
}

/* View All Services button */
.view-all{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 18px;
  border-radius:14px;
  border:1px solid rgba(200,167,94,.6);
  color:#ffffff;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap;
}

.view-all .arrow{
  color:#ffffff;
  transition: transform .25s ease;
}

.view-all:hover{
  transform: translateY(-2px);
  background: rgba(200,167,94,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.45), 0 0 0 1px rgba(200,167,94,.15) inset;
  color:var(--gold);
}

.view-all:hover .arrow{
  transform: translateX(3px);
  color:var(--gold);
}

/* ===== Grid ===== */
.services-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
  position:relative;
  z-index:1;
}

/* ===== Cards ===== */
.service-card{
  position:relative;
  border-radius:20px;
  padding:26px 26px 22px;
  border:1px solid var(--border);
  background:
    radial-gradient(900px 400px at 15% 20%, rgba(200,167,94,.18), transparent 55%),
    rgba(255,255,255,.02);
  min-height:210px;
  display:flex;
  flex-direction:column;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  overflow:hidden;
}

.service-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(700px 280px at 70% 0%, rgba(255,255,255,.06), transparent 60%);
  opacity:0;
  transition: opacity .28s ease;
  pointer-events:none;
}

.service-card:hover{
  transform: translateY(-8px);
  border-color: rgba(200,167,94,.35);
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
}

.service-card:hover::after{
  opacity:1;
}

/* Icon */
.icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background: rgba(200,167,94,.12);
  border:1px solid rgba(200,167,94,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  margin-bottom:18px;
}

.icon svg{
  width:22px;
  height:22px;
  fill:var(--gold);
}

/* Card text */
.card-title{
  margin:0 0 10px;
  font-size:18px;
  font-weight:700;
  color:#ffffff;
}

.card-desc{
  margin:0 0 22px;
  color:rgba(243,243,245,.72);
  font-size:13px;
  line-height:1.6;
  max-width:420px;
}

/* Price */
.card-price{
  margin-top:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.06);
}

.card-price .label{
  font-size:12px;
  color:rgba(243,243,245,.55);
}

.card-price .amount{
  font-size:14px;
  font-weight:700;
  color:var(--gold);
}

/* ===== Card Color Accents (NO BLUE) ===== */
.g-gold{
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(200,167,94,.30), transparent 60%),
    rgba(255,255,255,.02);
}

.g-olive{
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(200,167,94,.18), transparent 60%),
    rgba(255,255,255,.02);
}

.g-wine{
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(120,20,40,.28), transparent 60%),
    rgba(255,255,255,.02);
}

.g-green{
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(0,120,90,.28), transparent 60%),
    rgba(255,255,255,.02);
}

.g-navy{
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(40,40,40,.45), transparent 60%),
    rgba(255,255,255,.02);
}

/* ===== Responsive ===== */
@media (max-width:980px){
  .title{ font-size:34px; }
  .services-grid{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width:560px){
  .services-top{ flex-direction:column; }
  .services-grid{ grid-template-columns:1fr; }
  .title{ font-size:30px; }
}
.card-desc{
  margin-bottom:24px;
  font-size:13.5px;
  line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30fb761f *//* =========================================================
   PRICING SECTION — SCOPED (will NOT affect navbar/menu)
   Wrapper class: .pricing-box
   ========================================================= */

.pricing-box{
  background:#1A1A1A;
  color:#ffffff;
  padding:60px 20px;
  font-family:'Poppins', sans-serif;
  position:relative;
  overflow:hidden;
}

/* soft gold glow */
.pricing-box::before{
  content:"";
  position:absolute;
  inset:-220px;
  background:
    radial-gradient(700px 380px at 50% 30%, rgba(191,160,104,0.12), transparent 60%),
    radial-gradient(650px 360px at 30% 85%, rgba(191,160,104,0.10), transparent 60%);
  pointer-events:none;
  z-index:0;
}

.pricing-box__wrap{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:1;
}

/* Header */
.pricing-box__header{
  text-align:center;
  margin-bottom:50px;
}

.pricing-box__sub{
  display:block;
  color:#bfa068;
  font-size:0.8rem;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:500;
  margin-bottom:10px;
}

.pricing-box__title{
  margin:0 0 18px 0;
  font-weight:600;
  font-size:3rem;
  line-height:1.15;
}

.pricing-box__gradient{
  background:linear-gradient(90deg,#ffffff 0%, #e6c88b 50%, #b88a44 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.pricing-box__desc{
  color:#e0e0e0;
  max-width:600px;
  margin:0 auto;
  line-height:1.6;
  font-weight:300;
  font-size:0.98rem;
}

/* Grid */
.pricing-box__grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:30px;
  margin-bottom:40px;
}

/* Float animation (cards only) */
@keyframes pricingBoxFloat{
  0%{ transform:translateY(0); }
  50%{ transform:translateY(-15px); }
  100%{ transform:translateY(0); }
}

/* Card */
.pricing-box__card{
  background:#111111;
  border:1px solid #333333;
  border-radius:20px;
  padding:40px 30px;
  width:350px;
  display:flex;
  flex-direction:column;
  position:relative;

  animation:pricingBoxFloat 6s ease-in-out infinite;
  transition:border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.pricing-box__card:nth-child(1){ animation-delay:0s; }
.pricing-box__card:nth-child(2){ animation-delay:1s; }
.pricing-box__card:nth-child(3){ animation-delay:2s; }

.pricing-box__card:hover{
  border-color:#bfa068;
  box-shadow:0 0 25px rgba(191,160,104,0.10);
}

.pricing-box__plan{
  margin:0 0 10px 0;
  font-size:1.8rem;
  text-align:center;
  font-weight:600;
}

.pricing-box__cardDesc{
  text-align:center;
  color:#d1d1d1;
  font-size:0.85rem;
  margin:0 0 18px 0;
  min-height:40px;
  font-weight:300;
}

.pricing-box__price{
  text-align:center;
  font-size:2.5rem;
  color:#e6c88b;
  margin:0 0 22px 0;
  font-weight:600;
}

.pricing-box__price span{
  font-size:1rem;
  color:#e0e0e0;
  font-weight:400;
}

/* ✅ LIST IS SCOPED (this fixes your navbar issue) */
.pricing-box__list{
  list-style:none;
  padding:0;
  margin:0 0 20px 0;
  flex-grow:1;
}

.pricing-box__list li{
  margin-bottom:12px;
  color:#f0f0f0;
  font-size:0.9rem;
  display:flex;
  align-items:center;
  font-weight:300;
}

.pricing-box__list li::before{
  content:"✓";
  color:#bfa068;
  margin-right:10px;
  font-weight:700;
}

/* More features */
.pricing-box__more{
  color:#bfa068;
  font-size:0.85rem;
  margin:0 0 18px 0;
  display:block;
  font-weight:400;
}

/* Buttons */
.pricing-box__btn{
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none;
  border-radius:30px;
  font-weight:500;
  letter-spacing:0.5px;
  position:relative;
  overflow:hidden;

  background:linear-gradient(90deg,#bfa068,#d4af37);
  color:#000000;
  border:none;

  padding:15px;
  box-shadow:0 4px 15px rgba(0,0,0,0.30);
  transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

@keyframes pricingBoxGradientMove{
  0%{ background-position:0% 50%; }
  50%{ background-position:100% 50%; }
  100%{ background-position:0% 50%; }
}

.pricing-box__btn:hover{
  transform:scale(1.02);
  box-shadow:0 0 22px rgba(191,160,104,0.55);
  filter:brightness(1.03);

  background:linear-gradient(45deg,#a67c00,#ffdb73,#a67c00);
  background-size:200% 200%;
  animation:pricingBoxGradientMove 3s ease infinite;
}

/* Pro card extras */
.pricing-box__card--pro{
  border:1px solid #bfa068;
  box-shadow:0 0 20px rgba(191,160,104,0.08);
}

.pricing-box__badge{
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(90deg,#c49f60,#e8cf96);
  color:#000;
  padding:6px 20px;
  border-radius:20px;
  font-size:0.75rem;
  font-weight:700;
  text-transform:uppercase;
}

/* Bottom consultation */
.pricing-box__consult{
  max-width:500px;
  margin:0 auto;
  text-align:center;
}

.pricing-box__btn--large{
  padding:18px;
  font-weight:600;
  font-size:1rem;
}

/* Responsive */
@media (max-width:1100px){
  .pricing-box__grid{
    flex-direction:column;
    align-items:center;
  }
  .pricing-box__card{
    width:100%;
    max-width:420px;
  }
  .pricing-box__title{
    font-size:2.2rem;
  }
}

@media (max-width:520px){
  .pricing-box{
    padding:50px 16px;
  }
}
/* Title = WHITE */
.pricing-box__title{
  margin:0 0 18px 0;
  font-weight:600;
  font-size:3rem;
  line-height:1.15;
  color:#ffffff; /* FORCE WHITE */
}

/* Keep ONLY "Every Creator" gradient */
.pricing-box__gradient{
  background:linear-gradient(90deg,#ffffff 0%, #e6c88b 50%, #b88a44 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
/* Card plan title (Starter / Pro / Elite) = WHITE */
.pricing-box__plan{
  color:#ffffff !important;
}/* End custom CSS */