/* =========================
   INDORE LANDING PAGE CSS
========================= */

.indore-hero{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:
    linear-gradient(rgba(8,12,28,0.88),rgba(8,12,28,0.92)),
    url("../img/indore-bg.webp");
    background-size:cover;
    background-position:center;
    color:#fff;
}

.indore-hero::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(0,255,170,0.08);
    border-radius:50%;
    top:-150px;
    right:-120px;
    filter:blur(40px);
}

.city-badge{
    display:inline-block;
    background:rgba(255,255,255,0.12);
    color:#7dffcf;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
    border:1px solid rgba(255,255,255,0.1);
    backdrop-filter:blur(10px);
}

.hero-title{
    font-size:58px;
    line-height:1.15;
    font-weight:700;
    margin-bottom:25px;
    font-family:'Poppins',sans-serif;
}

.hero-description{
    font-size:18px;
    line-height:1.8;
    color:#d9d9d9;
    margin-bottom:35px;
    max-width:680px;
}

.hero-keywords{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:40px;
}

.hero-keywords span{
    background:rgba(255,255,255,0.08);
    padding:10px 16px;
    border-radius:30px;
    font-size:14px;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.3s ease;
}

.hero-keywords span:hover{
    background:#00c896;
    color:#08101f;
    transform:translateY(-3px);
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:50px;
}

.hero-btn{
    padding:15px 30px;
    border-radius:60px;
    font-weight:600;
    font-size:16px;
    transition:0.3s ease;
}

.hero-btn:hover{
    transform:translateY(-3px);
}

.hero-stats{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
}

.stat-box{
    background:rgba(255,255,255,0.08);
    padding:25px;
    border-radius:18px;
    min-width:170px;
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(14px);
}

.stat-box h3{
    font-size:34px;
    color:#7dffcf;
    font-weight:700;
    margin-bottom:8px;
}

.stat-box p{
    margin:0;
    color:#ddd;
    font-size:15px;
}

/* FORM */

.lead-form-card{
    background:rgba(255,255,255,0.08);
    padding:40px;
    border-radius:28px;
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 20px 50px rgba(0,0,0,0.25);
}

.lead-form-card h3{
    font-size:30px;
    margin-bottom:12px;
    font-weight:700;
}

.lead-form-card p{
    color:#ddd;
    margin-bottom:30px;
}

.custom-input{
    background:rgba(255,255,255,0.08);
    border:none;
    min-height:56px;
    color:#fff;
    border-radius:14px;
    padding:14px 18px;
}

.custom-input:focus{
    box-shadow:none;
    border:1px solid #00c896;
    background:rgba(255,255,255,0.12);
    color:#fff;
}

.custom-input::placeholder{
    color:#ddd;
}

.submit-btn{
    background:#00c896;
    border:none;
    min-height:58px;
    border-radius:14px;
    color:#08101f;
    font-weight:700;
    transition:0.3s ease;
}

.submit-btn:hover{
    background:#fff;
    transform:translateY(-3px);
}

/* SERVICES */

.indore-services-section{
    padding:110px 0;
    background:#f6f9fc;
}

.section-heading{
    max-width:760px;
    margin:auto;
    margin-bottom:70px;
}

.section-tag{
    display:inline-block;
    padding:10px 20px;
    background:#e8fff7;
    color:#00a779;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:48px;
    font-weight:700;
    margin-bottom:22px;
    color:#08101f;
}

.section-heading p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.service-card{
    background:#fff;
    border-radius:24px;
    padding:40px 30px;
    height:100%;
    transition:0.4s ease;
    border:1px solid #edf1f7;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,0.08);
}

.service-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    background:#00c896;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-icon i{
    color:#08101f;
    font-size:28px;
}

.service-card h3{
    font-size:26px;
    margin-bottom:16px;
    font-weight:700;
    color:#08101f;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* WHY SECTION */

.why-indore-section{
    padding:120px 0;
    background:#08101f;
    color:#fff;
}

.why-content h2{
    font-size:48px;
    line-height:1.2;
    margin-bottom:24px;
    font-weight:700;
}

.why-content p{
    color:#d5d5d5;
    line-height:1.9;
    margin-bottom:35px;
    font-size:18px;
}

.why-list{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.why-item{
    display:flex;
    align-items:center;
    gap:18px;
    font-size:18px;
}

.why-item i{
    color:#00c896;
    font-size:24px;
}

.growth-box{
    display:flex;
    justify-content:center;
}

.growth-card{
    background:rgba(255,255,255,0.08);
    padding:55px;
    border-radius:28px;
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,0.08);
    max-width:500px;
}

.growth-card h3{
    font-size:38px;
    margin-bottom:18px;
    font-weight:700;
}

.growth-card p{
    color:#ddd;
    line-height:1.8;
    margin-bottom:30px;
}

.growth-btn{
    background:#00c896;
    color:#08101f;
    border:none;
    padding:16px 34px;
    border-radius:60px;
    font-weight:700;
    transition:0.3s ease;
}

.growth-btn:hover{
    background:#fff;
    color:#08101f;
    transform:translateY(-3px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .hero-title{
        font-size:44px;
    }

    .section-heading h2,
    .why-content h2{
        font-size:38px;
    }

    .growth-card{
        padding:40px;
    }
}

@media(max-width:767px){

    .indore-hero{
        padding:90px 0;
    }

    .hero-title{
        font-size:36px;
    }

    .hero-description{
        font-size:16px;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-btn{
        width:100%;
        text-align:center;
    }

    .hero-stats{
        flex-direction:column;
    }

    .stat-box{
        width:100%;
    }

    .section-heading h2,
    .why-content h2{
        font-size:30px;
    }

    .service-card{
        padding:30px 24px;
    }

    .growth-card{
        padding:35px 28px;
    }

    .growth-card h3{
        font-size:30px;
    }
}