body {
  background: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

/* Top Banner */
.top-banner {
  background: #ffc107;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  width: fit-content;
  margin: 20px auto;
  margin-top: -50px;
}
.background{
    background-image: url(Images/BG-Lines-Frame-1.svg);
    opacity: 90%;
    background-size: 370px;
}
 

/* Hero Section */
.hero {
  padding: 50px 0;
}

.hero h1 {
  font-weight: 700;
  font-size: 48px;
}

.highlight {
  color: #ffc107;
}
.sub-text {
  color: #555;
  margin: 20px 0;
}

/* Speaker */
.speaker-card {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Info Box */
.info-box {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 10px;
}

/* Icon Box */
.icon-box {
  background: #000;
  color: #ffc107;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

/* Button */
.btn-custom {
  background: #ffc107;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: 600;
  border: none;
  width: 60%;
}
.row{
    justify-content: center;
}
.col-md-5{
    width: 25%;
}

/* Badge */
.badge-dark {
  background: #000;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
    .col-md-5{
        width: 65%;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
}


/* body {
        font-family: 'Inter', sans-serif;
    color: #1a1a1a;
} */

.bgcolor{
    background-color: #000000;
}
.fw-black { font-weight: 900; }

/* 1. Subheading Underline Effect */
.subtitle-wrapper {
    position: relative;
    display: inline-block;
}

.subtitle-wrapper .activate-text::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 65px; /* Adjust to match 'Activate' length */
    height: 3px;
    background-color: #FFC107;
    border-radius: 4px;
}
img, svg {
    vertical-align: middle;
    width: 150px;
}
/* 2. Feature Card Styling */
.bg-dark-feature {
    background-color: #1a1a1a;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #222;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.05);
}

.lh-sm { line-height: 1.4; }

/* 3. CTA Polish */
.btn-warning {
    background-color: #FFC107;
    border: none;
    font-size: 1.1rem;
}

.btn-warning:hover {
    background-color: #eab104;
    transform: scale(1.01);
}

.urgency-text {
    letter-spacing: 0.5px;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .section-title { font-size: 1.8rem; }
    .col-md-10 { max-width: 100%; flex: 0 0 100%; } /* Stack last card on medium */
}

/* Add to existing global styles */
body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
}

.fw-black { font-weight: 900; }

/* AUDIENCE SECTION SPECIFIC STYLES */

.audience-section {
    background-color: #000; /* Outer background remains black */
}

/* Container for this specific section - Matches image texture and glow */
.audience-container {
    background: radial-gradient(circle at center, #1a1a2e 0%, #0d0d0d 100%);
    box-shadow: 0 0 30px rgba(255, 193, 7, 0.3); /* Subtle yellow outer glow */
    border-color: #fcae12 !important; /* Brighter yellow border from image */
}

/* Underline effect */
.underline {
    width: 60px;
    height: 2px;
    background-color: #FFC107;
    border-radius: 4px;
}

/* Card Styling: Glass Effect and Border */
.audience-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-color: #333 !important; /* Subtle gray border from image */
}

.bg-glass {
    background: rgba(255, 255, 255, 0.03); /* Glassmorphism background */
    backdrop-filter: blur(5px);
}

.audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 193, 7, 0.2) !important;
}

/* Maintain aspect ratio of image wrappers */
.image-wrapper {
    width: 100%;
    height: 180px; /* Fixed height for image area */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000; /* Pre-loader or fallback color */
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images are not stretched */
}

/* Line height of the text */
.lh-base { line-height: 1.6; }

/* Responsive tweaks */
@media (max-width: 991px) {
    .audience-card { max-width: 100%; }
    .display-5 { font-size: 2rem; }
}


body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
}

.bg-light-cream { background-color: #fdfdf8; }
.fw-black { font-weight: 900; }
.lh-sm { line-height: 1.4; }

/* Custom Underline for Headers */
.header-underline {
    width: 60px;
    height: 3px;
    background-color: #ffc107;
    border-radius: 4px;
}

/* Feature Box Styling (Top Row) */
.feature-box {
    background: #fff;
    border: 1px dashed #ffc107;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.icon-sq-outlined {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

/* Bonus Card Styling (Bottom Row) */
.bonus-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.bonus-card:hover {
    transform: scale(1.02);
}

.bonus-tag {
    background-color: #ffc107;
    display: inline-block;
    border-radius: 0 0 8px 0;
}

.bonus-img {
    font-size: 2.5rem;
    min-width: 60px;
    display: flex;
    justify-content: center;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .display-5 { font-size: 2rem; }
    .feature-box { padding: 1.5rem 1rem !important; }
}


/* Add to existing global styles */
body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
}

.fw-black { font-weight: 900; }
.bg-light-cream { background-color: #fdfdf8; }

/* top-cta urgency text color fix */
.opacity-75 { opacity: 0.75; }

/* AUDIENCE SECTION SPECIFIC STYLES */

/* Main Container: Textured and Glowing */
.learn-practice-container {
    background: radial-gradient(circle at center, #1a1a2e 0%, #0d0d0d 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid #1a1a2a; /* subtle border from image */
}

/* Underline effect */
.underline {
    width: 60px;
    height: 2px;
    background-color: #FFC107;
    border-radius: 4px;
}

/* Card Styling: Glass Effect and Border */
.practice-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-color: rgba(255, 255, 255, 0.08) !important; /* very subtle border from image */
}

.bg-glass {
    background: rgba(255, 255, 255, 0.02); /* very subtle glassmorphism */
    backdrop-filter: blur(4px);
}

.practice-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 193, 7, 0.2) !important;
}

/* Line height of the text */
.lh-base { line-height: 1.6; }

/* Primary Button Polish */
.btn-warning {
    background-color: #FFC107;
    border: none;
    font-size: 1.1rem;
}

.btn-warning:hover {
    background-color: #eab104;
    transform: translateY(-1px);
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .display-5 { font-size: 2.2rem; }
}


body {
    font-family: 'Inter', sans-serif;
}

.fw-black { font-weight: 900; }

/* Section Header Underline */
.header-underline {
    width: 60px;
    height: 3px;
    background-color: #ffc107;
    border-radius: 4px;
}

/* Testimonial Card Styling */
.testimonial-card {
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

/* Avatar Styling */
.avatar-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* Text and Spacing */
.testimonial-text {
    line-height: 1.6;
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .h1 { font-size: 1.8rem; }
}


/* Core Layout Styles */
body {
    font-family: 'Inter', sans-serif;
}

.bg-light-cream { background-color: #fdfdf8; }
.fw-black { font-weight: 900; }

/* Main Registration Button Styling */
.registration-btn {
    background: linear-gradient(to right, #fcae12, #ffc107);
    border: none;
    color: #000;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.registration-btn:hover {
    transform: scale(1.05);
    background: linear-gradient(to right, #ffc107, #fcae12);
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.3);
}

/* Profile Image Styling */
.profile-image-wrapper {
    width: 320px;
    height: 320px;
    background-color: #ffc107; /* The signature yellow circle background */
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: flex-end; /* Aligns coach to bottom of circle */
    justify-content: center;
}

.profile-image-wrapper img {
    width: 90%; /* Adjust based on actual transparent PNG source */
    height: auto;
}

/* Typography Tweaks */
.display-4 {
    letter-spacing: -1px;
}

/* Responsive Overrides */
@media (max-width: 768px) {
    .profile-image-wrapper {
        width: 250px;
        height: 250px;
    }
    .display-4 {
        font-size: 2.5rem;
    }
}
.text-warning {
    font-weight: 800;
}

/* Stats Section Styling */
.stat-box {
    background: #fff;
    border: 1px dashed #ffc107;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.stat-box h2 {
    font-size: 2rem;
}

/* Featured Logo Styling */
.logo-box {
    border: 1px dashed #ffc107;
    padding: 10px 20px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.logo-box img {
    max-height: 100px;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.logo-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive Overrides */
@media (max-width: 576px) {
    .stat-box h2 { font-size: 1.5rem; }
    .logo-box { padding: 8px 15px; min-width: 80px; }
}


/* Styling for Black Mission Section */
.bg-black { background-color: #000; }
.fw-black { font-weight: 900; }

.mission-text {
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.mission-underline {
    width: 100px;
    height: 3px;
    background-color: #ffc107; /* Brand Warning Yellow */
    border-radius: 2px;
}

/* Gallery Image Effects */
.gallery-img {
    width: 100%;
    height: 250px; /* Uniform height for clean grid */
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
    cursor: pointer;
}

/* Mobile Responsive Tweak */
@media (max-width: 768px) {
    .mission-text { font-size: 1.5rem; }
    .gallery-img { height: auto; }
}


/* Final CTA Specific Styles */
.bg-black { background-color: #000; }
.fw-black { font-weight: 900; }

.guarantee-card {
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.seal-img {
    max-width: 180px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2));
}

.guarantee-card h3 {
    font-size: 1.75rem;
    line-height: 1.2;
}

.guarantee-card p {
    font-size: 1.05rem;
    font-weight: 500;
}

/* Button Hover Effect */
.btn-dark:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3) !important;
}

/* Responsive Tweak */
@media (max-width: 768px) {
    .guarantee-card {
        text-align: center;
        padding: 2rem 1.5rem !important;
    }
    .guarantee-card h3 { font-size: 1.4rem; }
    .seal-img { max-width: 140px; }
}


/* FAQ Section Styling */
.bg-light-cream { background-color: #fdfdf8; }

.header-underline-yellow {
    width: 100px;
    height: 4px;
    background-color: #ffc107;
    border-radius: 2px;
}

/* Custom Accordion Styling */
.custom-faq .accordion-button {
    padding: 1.5rem;
    box-shadow: none;
    font-size: 1.1rem;
}

.custom-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffc107; /* Active/Expanded question is yellow */
}

.custom-faq .accordion-button::after {
    background-size: 1rem;
}

.custom-faq .accordion-body {
    padding: 1.5rem;
    line-height: 1.6;
}

/* Mobile Tweaks */
@media (max-width: 768px) {
    .custom-faq .accordion-button { font-size: 1rem; padding: 1rem; }
}