/*==================================================
FUZE PARALEGALS
HOME PAGE
==================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#f8f9fa;
    color:#222;
    line-height:1.6;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

/*==================================================
CONTAINERS
==================================================*/

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

/*==================================================
HERO SECTION
==================================================*/

.hero{
    padding:35px 0 50px;
}

.hero-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.hero-text span{
    display:block;
    font-size:14px;
    color:#D4AF37;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}

.hero-text h1{
    font-size:20px;
    font-weight:700;
    color:#0B5D46;
    line-height:1.4;
    margin-bottom:15px;
}

.hero-text p{
    font-size:14px;
    color:#555;
    margin-bottom:25px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary{
    background:#0B5D46;
    color:#fff;
    padding:12px 24px;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
}

.btn-secondary{
    border:2px solid #0B5D46;
    color:#0B5D46;
    padding:12px 24px;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
}

.hero-image{
    text-align:center;
}

.hero-image img{
    max-width:500px;
    margin:auto;
}
/*==================================================
OUR CORE SERVICES
==================================================*/

.services{
    padding:50px 0;
    background:#ffffff;
}

.section-title{
    text-align:center;
    font-size:20px;
    font-weight:700;
    color:#0B5D46;
    margin-bottom:10px;
}

.section-subtitle{
    text-align:center;
    font-size:14px;
    color:#666;
    max-width:700px;
    margin:0 auto 35px;
    line-height:1.6;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.card{
    background:#fff;
    border-radius:10px;
    padding:25px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    text-align:center;
    transition:.3s;
}

.card:hover{
    transform:translateY(-5px);
}

.card i{
    font-size:38px;
    color:#0B5D46;
    margin-bottom:15px;
}

.card h3{
    font-size:16px;
    color:#222;
    margin-bottom:12px;
    font-weight:700;
}

.card p{
    font-size:14px;
    color:#666;
    line-height:1.7;
}
/*==================================================
ABOUT FUZE PARALEGALS
==================================================*/

.about{
    padding:50px 0;
    background:#f8f9fa;
}

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

.about-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.about-card{
    background:#fff;
    border-radius:10px;
    padding:25px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.about-card:hover{
    transform:translateY(-5px);
    transition:.3s;
}

.about-card i{
    font-size:36px;
    color:#0B5D46;
    margin-bottom:15px;
}

.about-card h2{
    font-size:20px;
    color:#0B5D46;
    margin-bottom:15px;
    font-weight:700;
}

.about-card h3{
    font-size:16px;
    color:#222;
    margin-bottom:10px;
}

.about-card p{
    font-size:14px;
    color:#555;
    line-height:1.8;
    margin-bottom:10px;
}

.about-card ul{
    margin-top:10px;
    padding-left:20px;
}

.about-card li{
    font-size:14px;
    line-height:1.8;
    color:#555;
    margin-bottom:8px;
}

.about-card strong{
    color:#0B5D46;
}
/* NEED PROFESSIONAL LEGAL ASSISTANCE */

.cta-section{
    text-align:center;
    padding:50px 20px;
}

.cta-section h2{
    font-size:20px;
    margin-bottom:15px;
}

.cta-section p{
    font-size:14px;
    max-width:650px;
    margin:0 auto 25px;
    line-height:1.8;
}

.cta-section .container{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.cta-section .hero-buttons,
.cta-section .cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}
/*=========================================
  VALUES TO NATIONWIDE ASSISTANCE
=========================================*/

.about-grid{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
    justify-content:center;
    align-items:stretch;
}

.about-card{
    text-align:center;
    margin:0 auto;
    width:100%;
    max-width:360px;
}

.about-card i{
    display:block;
    margin:0 auto 20px;
}

.about-card h2,
.about-card h3,
.about-card p{
    text-align:center;
}
/* ==========================================================
   FUZE PARALEGALS - SERVICES SLIDER
========================================================== */

.services-slider-section {
    padding: 60px 20px;
    background: #f4f6f9;
    text-align: center;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading h2 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #075b3d;
    font-weight: 700;
}

.section-heading p {
    margin: 0;
    font-size: 18px;
    color: #666;
}

.services-slider {
    position: relative;
    max-width: 850px;
    min-height: 300px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 55px 70px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    overflow: hidden;
}

.service-slide {
    display: none;
    animation: serviceFade 0.6s ease-in-out;
}

.service-slide.active {
    display: block;
}

.service-slide i {
    font-size: 55px;
    color: #075b3d;
    margin-bottom: 20px;
}

.service-slide h3 {
    font-size: 27px;
    color: #222;
    margin: 10px 0 15px;
}

.service-slide p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #666;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #075b3d;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
}

.slider-btn:hover {
    background: #064d34;
}

.slider-prev {
    left: 15px;
}

.slider-next {
    right: 15px;
}

.slider-dots {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.service-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c7c7c7;
    display: inline-block;
    cursor: pointer;
}

.service-dot.active {
    background: #075b3d;
    transform: scale(1.25);
}

@keyframes serviceFade {

    from {
        opacity: 0;
        transform: translateX(25px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {

    .services-slider-section {
        padding: 45px 15px;
    }

    .section-heading h2 {
        font-size: 20px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .services-slider {
        min-height: 330px;
        padding: 45px 45px;
        border-radius: 16px;
    }

    .service-slide i {
        font-size: 45px;
    }

    .service-slide h3 {
        font-size: 22px;
    }

    .service-slide p {
        font-size: 15px;
        line-height: 1.6;
    }

    .slider-btn {
        width: 38px;
        height: 38px;
        font-size: 19px;
    }

    .slider-prev {
        left: 8px;
    }

    .slider-next {
        right: 8px;
    }

}