
/* Font Awesome icons */
.fa-icon {
    font-size: inherit;
    vertical-align: middle;
    margin-right: 0.5rem;
}

h1.entry-title, .site-title, .elementor-heading-title {
    font-family: "Nunito", sans-serif !important;
}
/* Optimized CSS */
body {
font-family: 'Nunito', sans-serif !important;
margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #f8fafc;
    color: #1e293b;
    line-height: 1.6;
}

/* Critical above-the-fold styles */
.hero-section {
    position: relative;
    height: 60vh;
    min-height: 350px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding-top: 60px; /* space for navbar */
}
.hero-section img {
    position: absolute;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 0 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .hero-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .hero-content p {
        font-size: 1rem;
    }
}
/* Defer non-critical styles */
@media (prefers-reduced-motion: no-preference) {
    .service-card {
        transition: transform 0.3s ease;
    }
}
section:not(.hero-section) {
    margin: 0;
    padding: 2rem 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: white;
}
.stats-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
section:nth-child(even) {
    background-color: #f8fafc;
    padding: 2rem 0;
}
#slider {
    background-color: white;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}
h1, h2, h3, h4 {
    color: #1e293b;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Nunito', sans-serif !important;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
h3 {
    font-size: 2.07rem; /* 2.25 * 0.92 */
    font-weight: 700;
}
p {
    color: #334155;
font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}
#services, #process {
    width: 100vw;
    overflow-x: hidden;
    padding: 5px 0;
    margin: 0;
    box-sizing: border-box;
    background-color: white;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    margin-top: -2rem;
    padding-bottom: 2rem;
}

#process {
    background: linear-gradient(to right, #f0f9ff, #e0f2fe);
}
.service-card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 1.5rem;
    margin-bottom: 1rem;
    width: 108%;
    margin-left: -4%;
}
.service-card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.service-card img {
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    width: 108%;
    height: 200px;
    object-fit: cover;
    margin-left: -4%;
}
[x-cloak] { 
    display: none !important; 
}

.btn-primary {
    background-color: #2563eb;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.testimonial-card
p {
    color: #334155;
font-style: italic;
}
.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

#contact-form-section {
    scroll-margin-top: 100px;
}
.contact-info i {
    margin-right: 1rem;
    color: #2563eb;
}
.process-step {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .process-step {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        border-radius: 0;
        padding: 1.5rem;
    }
}
.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .relative {
        padding: 0;
    }
    
    .grid.md\:grid-cols-4 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .relative .absolute[class*="left-"] {
        display: none;
    }
}
/* Process arrows */
@media (min-width: 768px) {
    .relative .absolute[class*="left-"] i {
        background: white;
        border-radius: 50%;
        padding: 4px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
}
.process-step-number {
    background-color: #2563eb;
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-weight: bold;
}
