
.about-hero{
    padding:120px 20px;
    text-align:center;
    background:linear-gradient(135deg,#0d6efd,#4f46e5);
    color:#fff;
}

.about-hero h1{
    font-size:56px;
    font-weight:700;
    margin:20px 0;
}

.about-hero p{
    max-width:800px;
    margin:auto;
    color: #fff;
    font-size:20px;
}

.badge-custom{
    padding:10px 20px;
    background:rgba(255,255,255,.15);
    border-radius:50px;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.about-section{
    padding:100px 0;
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header h2{
    font-size:42px;
    margin-bottom:15px;
}

.grid-2{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:30px;
}

.card,.feature-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.card:hover,.feature-card:hover{
    transform:translateY(-10px);
}

.stats-section{
    padding:80px 0;
    background:#f5f7ff;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.stat-box{
    background:#fff;
    padding:40px;
    text-align:center;
    border-radius:20px;
}

.stat-box h2{
    font-size:42px;
    color:#0d6efd;
}

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

.tags{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
}

.tags span{
    padding:12px 25px;
    background:#eef3ff;
    border-radius:50px;
}

.cities-section{
    padding:100px 0;
    text-align:center;
}

.cities-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin-top:40px;
}

.cities-grid div{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.cta-section{
    padding:120px 20px;
    text-align:center;
    background:linear-gradient(135deg,#0d6efd,#4f46e5);
    color:white;
}

.cta-btn{
    display:inline-block;
    margin-top:25px;
    padding:15px 40px;
    background:white;
    color:#0d6efd;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

@media(max-width:768px){

.about-hero h1{
    font-size:38px;
}

.section-header h2{
    font-size:30px;
}

}



/*----------------Cookie Policy----------------------*/


    .cookie-hero{
        background: linear-gradient(135deg,#0d6efd,#4f46e5);
        color:#fff;
        text-align:center;
        padding:120px 20px;
    }

    .hero-badge{
        display:inline-block;
        padding:10px 20px;
        border-radius:50px;
        background:rgba(255,255,255,0.15);
        margin-bottom:20px;
    }

    .cookie-hero h1{
        font-size:56px;
        font-weight:700;
        margin-bottom:20px;
    }

    .cookie-hero p{
        max-width:800px;
        margin:auto;
        font-size:20px;
        line-height:1.8;
    }

    .effective-date{
        margin-top:30px;
        font-weight:600;
        font-size:18px;
    }

    .policy-section{
        background:#f8f9fc;
        padding:80px 0;
    }


    .policy-card{
        background:#fff;
        padding:40px;
        border-radius:18px;
        margin-bottom:30px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

    .policy-card h2{
        font-size:30px;
        margin-bottom:20px;
        color:#0d6efd;
    }

    .policy-card h3{
        margin-top:30px;
        margin-bottom:15px;
        color:#222;
    }

    .policy-card p{
        color:#555;
        line-height:1.9;
        margin-bottom:15px;
    }

    .policy-card ul{
        padding-left:20px;
    }

    .policy-card li{
        margin-bottom:12px;
        color:#555;
    }

    .cookie-type{
        padding:20px;
        border:1px solid #eee;
        border-radius:15px;
        margin-top:20px;
    }

    .contact-box{
        background:linear-gradient(135deg,#0d6efd,#4f46e5);
        color:#fff;
    }

    .contact-box h2,
    .contact-box p,
    .contact-box li{
        color:#fff;
    }

    .contact-info p{
        margin-bottom:10px;
    }

    @media(max-width:768px){

    .cookie-hero h1{
        font-size:38px;
    }

    .cookie-hero p{
        font-size:17px;
    }

    .policy-card{
        padding:25px;
    }

    .policy-card h2{
        font-size:24px;
    }

    }