* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn-contact {
    background: #521391 !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-family: inherit !important;
    transition: background 0.3s;
}

.btn-contact:hover {
    background: #6b1a8c !important;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #fff 0%, #fdfdff 100%);
    padding: 120px 0 80px;
    margin-top: 70px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text h1 {
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    color: #1a1a1a !important;
}

.hero-text .highlight {
    color: #521391 !important;
}

.hero-text p {
    font-size: 18px !important;
    color: #666 !important;
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.stats-badge {
    position: absolute;
    bottom: -12px;
    left: -40px;
    background: white;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
}

.stats-badge-icon {
    width: 36px;
    height: 36px;
    background: #f5e7fe;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
}

.stats-badge-content {
    flex: 1;
}

.stats-badge .number {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    line-height: 1.2;
    margin: 0;
}

.stats-badge .text {
    font-size: 12px !important;
    color: #666 !important;
    margin: 0;
    line-height: 1.2;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #521391 0%, #6b1a8c 100%);
    padding: 40px 0;
}

.stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.stat-card {
    background: rgba(255,255,255,0.2);
    padding: 25px;
    border-radius: 15px;
    color: white;
}

.stat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.stat-header h3 {
    font-size: 20px !important;
    margin-top: 6px;
    font-weight: 900 !important;
    color: white !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

.stat-icon {
   
    color: white !important;
    flex-shrink: 0;
}

.stat-content h3 {
    font-size: 20px !important;
    margin: 0 !important;
    font-weight: 900 !important;
    color: white !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

.stat-content p {
    opacity: 0.9;
    font-size: 14px !important;
    margin: 0;
    line-height: 1.4 !important;
}

.discount-badge {
    background: white !important;
    color: #751c98 !important;
    padding: 5px 8px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    margin-top: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    display: inline-block;
}

/* Services Section */
.services {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
}

.section-header p {
    font-size: 18px !important;
    color: #666 !important;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 0 20px 0;
    background: #f5e7fe;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #521391;
}

.service-card h3 {
    font-size: 20px !important;
    font-weight: 900 !important;
    margin-bottom: 15px !important;
    color: #1a1a1a !important;
    font-family: inherit !important;
}

.service-card p {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.service-link {
    color: #521391 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: 15px;
    display: inline-block;
}

.view-all {
    text-align: center;
    margin-top: 50px;
}

.view-all a {
    color: #521391 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

/* Why Choose Us Section */
.why-choose {
    padding: 80px 0;
    background: white;
}

.why-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.why-text h2 {
    font-size: 36px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    color: #1a1a1a !important;
}

.why-text p {
    color: #666 !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
    line-height: 1.6 !important;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.feature {
    text-align: center;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: #f5e7fe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #521391;
    font-size: 24px;
}

.feature h4 {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
}

.why-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #1a1a1a !important;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-answer {
    padding: 0 30px 25px;
    color: #666 !important;
    line-height: 1.6 !important;
    display: none;
}

.faq-more {
    text-align: center;
    margin-top: 40px;
}

.faq-more a {
    color: #521391 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: left;
}

.stars {
    color: #FFD700 !important;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.testimonial-text {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px;
    font-style: italic !important;
}

.testimonial-author {
    font-weight: bold !important;
    color: #1a1a1a !important;
    margin-bottom: 5px;
}

.testimonial-service {
    color: #521391 !important;
    font-size: 12px !important;
}

.testimonials-cta {
    text-align: center;
    margin-top: 40px;
}

.btn-secondary {
    background: #521391 !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-family: inherit !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
}

.btn-secondary:hover {
    background: #6b1a8c !important;
}


/* Responsive Design */
@media (max-width: 768px) {
    .hero-content,
    .why-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stats-container,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    
    .hero-text h1 {
        font-size: 36px;
    }
    
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-text h1 {
        font-size: 28px;
    }
    
    .container {
        padding: 0 15px;
    }
}