/* Enhanced About Us Page Styling */
.particle-hero {
    background: linear-gradient(135deg, #040021 0%, #090047 100%) !important;
    position: relative;
    overflow: hidden;
    background-image: none !important; /* Override JS-driven background image */
}

.particle-hero::before,
.particle-hero::after {
    content: '';
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background-color: rgba(255, 255, 255, 0.05);
    animation: rotate-s-loader 15s infinite linear;
    border-radius: 45%;
}

.particle-hero .section-title h2,
.particle-hero .section-title h6,
.particle-hero .about-feature-box h3,
.particle-hero .about-feature-box p,
.particle-hero .about-feature-box i {
    color: #ffffff;
}

.particle-hero .about-feature-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.particle-hero .theme-text,
.particle-hero .about-feature-box i.theme-text {
    color: #4AD991 !important; 
}
.core-section-title h2{
    color: #fff !important;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 5px;
}

.particle-hero::before {
    bottom: 15vh;
    opacity: .5;
}

.particle-hero::after {
    bottom: 12vh;
    opacity: .3;
    animation-delay: -3s;
}

.text-badge {
    display: inline-block;
    background: #4ad991;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 24px;
    padding: 6px 22px;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
    box-shadow: 0 2px 8px rgba(44,62,80,0.06);
  }
.about-content-box p {
    color: #8f98a8;
    font-weight: 500;
    font-size: 1.05rem;
  }

@keyframes rotate-s-loader {
    from {
        transform:translateX(-50%) rotate(0deg);
    }
    to {
        transform:translateX(-50%) rotate(360deg);
    }
}

.about-hero-content h1 {
    font-family: "Roboto", sans-serif;
    font-size: 90px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.1;
}

.about-hero-content .subtitle {
    font-size: 18px;
    color: #6639ff;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-description {
    font-size: 15px;
    color: #8f98a8;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about-section {
    padding: 100px 0;
    background: #ffffff;
}

.about-section h2 {
    font-size: 48px;
    color: #b7f9ff;
    margin-bottom: 20px;
}

.about-section .theme-text {
    color: #6639ff;
}

.about-feature-box {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.about-feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-feature-box h3 {
    font-size: 24px;
    color: #040021;
    margin-bottom: 15px;
}

.about-feature-box p {
    font-size: 15px;
    color: #8f98a8;
    line-height: 1.7;
    min-height: 70px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-hero-content h1 {
        font-size: 50px;
    }
    
    .about-section h2 {
        font-size: 40px;
    }
    .about-feature-box p {
        min-height: 90px;
    }
}

@media (max-width: 767px) {
    .about-hero-content h1 {
        font-size: 25px;
    }
    
    .about-section h2 {
        font-size: 25px;
    }
    
    .about-feature-box {
        padding: 20px;
    }

    .about-feature-box p {
        min-height: unset;
    }
}

/* Premium Gradient Backgrounds */
.gradient-bg-1 {
    background: linear-gradient(135deg, #6639ff 0%, #040021 100%);
}

.gradient-bg-2 {
    background: linear-gradient(135deg, #040021 0%, #6639ff 100%);
}

/* Premium Card Styles */
.premium-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
}

.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Core Strengths Section Styling */
.features-area {
    background-color: #f4f4f4;
}

/* Make columns flex containers to allow cards inside to have equal height */
.features-area .equal-height-cards > [class*="col-"] {
    display: flex;
}

.features-area .about-feature-box {
    width: 100%; /* Ensure card takes full width of the column */
}

.features-area .about-feature-box .p-icon i {
    color: #8f98a8; /* Default icon color from theme */
    transition: color 0.3s ease;
}

.features-area .about-feature-box:hover .p-icon i {
    color: #4ad991; /* Green color on hover */
}

/* Classy Money Icons for Why Wealthify Image */
.classy-money-icons {
    position: relative;
}
.money-icons {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    z-index: 2;
}
.money-icons .gold-icon {
    position: absolute;
    font-size: 2.3rem;
    color: #FFD700;
    filter: drop-shadow(0 2px 8px #bfa10088);
    text-shadow: 0 0 8px #fffbe6, 0 0 16px #ffd70099;
    opacity: 0.92;
    transition: transform 0.3s;
}
.money-icons .gold-icon:hover {
    transform: scale(1.15) rotate(-8deg);
    opacity: 1;
    filter: drop-shadow(0 4px 16px #bfa100cc);
}
@media (max-width: 991px) {
    .money-icons .gold-icon { font-size: 1.5rem; }
}
@media (max-width: 767px) {
    .money-icons .gold-icon { font-size: 1.1rem; }
    .money-icons { display: none; }
} 