.container_hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container_hero {
    display: flex;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}



.services-hero {
    background: linear-gradient(135deg, #131b32 0%, #1e293b 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.services-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><path fill="white" d="M50 0 L100 50 L50 100 L0 50 Z"/></svg>');
    background-size: 60px 60px;
}

.services-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}





    @media (max-width: 768px) {
        .container {
            flex-direction: column;
        }
        .hero-content h1{
            
        }
        
   .hero-content{
    width: 100%;
   }
        .hero-visual{
            width: 100%;
        }
    }




.container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

/* h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
} */

h2 {
    font-size: 35px;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.about-text h3 {
    font-size: 25px;
    color: var(--dark);
    margin-bottom: 20px;
}

/* .fas{
    width: 40px;
} */




.seo-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-wrap {
    width: 36px;
    height: 36px;
    min-width: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(52, 152, 219, 0.12);
    border-radius: 10px;
}



.hero-stat {
    text-align: center;
    padding: 10px;
    border-radius: 14px;
    backdrop-filter: blur(6px);
    transition: transform .3s ease, box-shadow .3s ease;
    min-width: 125px;


}


.hero-stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #2ecc71;
    line-height: 1;
}




section {
    padding: 70px 50px;
    background: white;
}

#contact {
    background: #f8f9fa;
}

#price {
    background: #ffffff;
}

#process {
    background: #e2e8f0;
}

#services {
    background: #cbd5e1;
}






.badge-title {
    font-weight: 700;
    font-size: 1.1rem;
}



.seo-subtitle {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    /* text-align: center; */
    padding: 10px;
    border-radius: 14px;
    backdrop-filter: blur(6px);
    transition: transform .3s ease, box-shadow .3s ease;
    min-width: 125px;
}




















@media (max-width: 768px) {
    .about {
        padding-top: 70px;
    }

    section {
        /* padding-top: 70px; */
        padding: 5px;
    }


    h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 20px !important;
        ;
    }



    .hero {
        padding: 100px 0 80px;
    }

    .container_hero {
        flex-direction: column;
    }

    .about-content {
        gap: 0px !important;
    }
.container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px; */
}


h1 {
    font-size: 30px!important;
    margin-bottom: 1rem;
}

h2 {
    font-size: 25px;
}

.about-text h3 {
    font-size: 25px;
    color: var(--dark);
    margin-bottom: 20px;
}


}