.elementor-317 .elementor-element.elementor-element-77f6c19{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-317 .elementor-element.elementor-element-77f6c19{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-77f6c19 *//* Custom Styles for Mansher Ali Landing Page */
.hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
}

.hero-title span {
    color: #e94560;
}

.cta-primary {
    background: #e94560;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    color: #ffffff;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #e94560;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
}/* End custom CSS */