
    .location-page p {
        line-height: 1.8;
        color: #555;
    }

    .location-hero-box {
        background: #f8fbff;
        border-radius: 12px;
        padding: 35px;
        border-left: 5px solid #1d438d;
    }

    .location-card {
        background: #fff;
        border: 1px solid #eef1f6;
        border-radius: 12px;
        padding: 25px;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
        transition: 0.3s;
    }

    .location-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .location-card i {
        font-size: 34px;
        color: #1d438d;
        margin-bottom: 15px;
    }

    .location-card h5 {
        font-weight: 700;
        margin-bottom: 12px;
        color: #222;
    }

    .location-counter {
        text-align: center;
        background: #fff;
        border-radius: 12px;
        padding: 25px 15px;
        border: 1px solid #eef1f6;
        height: 100%;
    }

    .location-counter h3 {
        color: #1d438d;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .location-counter p {
        margin-bottom: 0;
        font-weight: 600;
        color: #555;
    }

    .country-box {
        border: 1px solid #eef1f6;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    }

    .country-box img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .country-box .country-content {
        padding: 18px;
    }

    .country-box h5 {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .cta-simple {
        background: #1d438d;
        border-radius: 14px;
        padding: 40px;
        color: #fff;
    }

    .cta-simple p {
        color: #fff;
        opacity: 0.9;
    }

    .testimonial-simple {
        background: #fff;
        border: 1px solid #eef1f6;
        border-radius: 12px;
        padding: 25px;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    }

    .testimonial-simple img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .lead-form-simple {
        background: #fff;
        border: 1px solid #eef1f6;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 768px) {
        .location-hero-box {
            padding: 25px;
        }

        .cta-simple {
            padding: 28px;
        }
    }

    .location-hero-simple {
        background: #fff;
        padding: 50px 0;
    }

    .location-hero-simple h1 {
        font-weight: 600;
        line-height: 1.3;
        color: #222;
    }

    .location-hero-simple p {
        color: #555;
        line-height: 1.8;
        font-size: 16px;
    }

    .location-hero-img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .nashik-address-card {
        background: #ffffff;
        border: 1px solid #e8eef8;
        border-radius: 16px;
        padding: 28px 24px;
        margin-top: 22px;
        text-align: center;
        box-shadow: 0 10px 28px rgba(29, 67, 141, 0.10);
        position: relative;
        overflow: hidden;
    }

    .nashik-address-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #1d438d;
    }

    .address-icon {
        width: 58px;
        height: 58px;
        background: #1d438d;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
        font-size: 22px;
    }

    .nashik-address-card h5 {
        font-size: 21px;
        font-weight: 700;
        color: #1d438d;
        margin-bottom: 14px;
    }

    .nashik-address-card .address-text {
        font-size: 17px;
        line-height: 1.7;
        color: #333;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .address-call-box {
        background: #f4f7fc;
        border: 1px solid #e1e9f5;
        border-radius: 12px;
        padding: 13px 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #1d438d;
        font-size: 18px;
        font-weight: 700;
    }

    .address-call-box i {
        color: #1d438d;
        font-size: 17px;
    }

    @media (max-width: 768px) {
        .nashik-address-card {
            padding: 24px 18px;
        }

        .nashik-address-card .address-text {
            font-size: 15px;
        }

        .address-call-box {
            font-size: 16px;
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .location-hero-simple {
            padding: 50px 0;
        }

        .location-hero-img {
            height: 280px;
        }

        .nashik-address-card p {
            font-size: 17px;
        }

        .nashik-address-card .toll-free {
            font-size: 19px;
        }
    }

    .nashik-hero-slider {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.hero-slide-box {
    min-height: 430px;
    background: #f8fbff;
    border-radius: 18px;
}

.location-hero-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 18px;
}

.nashik-address-card {
    width: 90%;
    max-width: 480px;
    background: #ffffff;
    border: 1px solid #e8eef8;
    border-radius: 18px;
    padding: 35px 28px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(29, 67, 141, 0.12);
    position: relative;
    overflow: hidden;
}

.nashik-address-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: #1d438d;
}

.address-icon {
    width: 62px;
    height: 62px;
    background: #1d438d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 24px;
}

.nashik-address-card h5 {
    font-size: 22px;
    font-weight: 700;
    color: #1d438d;
    margin-bottom: 15px;
}

.nashik-address-card .address-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-weight: 500;
    margin-bottom: 22px;
}

.address-call-box {
    background: #f4f7fc;
    border: 1px solid #e1e9f5;
    border-radius: 12px;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #1d438d;
    font-size: 18px;
    font-weight: 700;
}

.address-call-box i {
    color: #1d438d;
}

.nashik-slider-dots {
    bottom: 12px;
    margin-bottom: 0;
}

.nashik-slider-dots button {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    background-color: #1d438d !important;
}

.nashik-slider-control {
    width: 42px;
    height: 42px;
    background: rgba(29, 67, 141, 0.75);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: 14px;
}

.carousel-control-next {
    right: 14px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 18px;
    height: 18px;
}

@media (max-width: 768px) {
    .hero-slide-box {
        min-height: 360px;
    }

    .location-hero-img {
        height: 360px;
    }

    .nashik-address-card {
        width: 92%;
        padding: 28px 18px;
    }

    .nashik-address-card .address-text {
        font-size: 15px;
    }

    .address-call-box {
        font-size: 15px;
        width: 100%;
        padding: 13px 12px;
    }

    .nashik-slider-control {
        width: 35px;
        height: 35px;
    }
}
.success-story-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
}

.success-story-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.success-story-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1d438d;
    padding: 3px;
    margin-bottom: 15px;
}

.success-story-card h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #222;
}

.success-story-card .student-course {
    color: #1d438d;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

.success-story-card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

.success-highlight-box {
    background: #1d438d;
    border-radius: 12px;
    padding: 35px;
    height: 100%;
    color: #fff;
}

.success-highlight-box h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.success-highlight-box p {
    color: #fff;
    opacity: 0.92;
    line-height: 1.8;
}

.success-highlight-box ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.success-highlight-box ul li {
    color: #fff;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .success-highlight-box {
        padding: 25px;
    }
}
.pune-concern-section {
    padding: 70px 0;
    background: #ffffff;
}

.pune-concern-title {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.pune-concern-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: #101828;
    margin-bottom: 12px;
}

.pune-concern-title p {
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.pune-concern-card {
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e6ecf5;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.pune-concern-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1d438d, #f4752f);
}

.pune-concern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(29, 67, 141, 0.14);
    border-color: rgba(29, 67, 141, 0.25);
}

.pune-concern-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #edf4ff;
    color: #1d438d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.pune-concern-card h5 {
    font-size: 18px;
    font-weight: 800;
    color: #101828;
    margin-bottom: 10px;
}

.pune-concern-card p {
    color: #667085;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

.pune-concern-note {
    margin-top: 45px;
    background: #1d438d;
    color: #ffffff;
    border-radius: 24px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 16px 36px rgba(29, 67, 141, 0.18);
}

.pune-concern-note h4 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 8px;
}

.pune-concern-note p {
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

.pune-concern-note .btn {
    white-space: nowrap;
    border-radius: 50px;
    font-weight: 800;
}

@media (max-width: 768px) {
    .pune-concern-section {
        padding: 45px 0;
    }

    .pune-concern-title h2 {
        font-size: 25px;
    }

    .pune-concern-note {
        flex-direction: column;
        text-align: center;
    }
}