.borewell-section {
    background: #062a3f;
    color: #ffffff;
    padding: 60px 0 40px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rig-count .count {
    font-size: 48px;
    font-weight: 800;
}

.rig-count .plus {
    color: #ff2d2d;
}

.rig-count p {
    margin: 0;
    font-size: 16px;
    opacity: 0.85;
}

.image-box {
    margin-top: 30px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}

/* INFO BAR */
.info-bar {
    padding-top: 20px;
}

.info-item {
    padding: 20px;
}

.info-item i {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.info-item h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

.info-item p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* Vertical divider for desktop */
@media (min-width: 768px) {
    .border-md {
        border-left: 1px solid rgba(255,255,255,0.15);
        border-right: 1px solid rgba(255,255,255,0.15);
    }
}

/* MOBILE OPTIMIZATION */
@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }

    .rig-count .count {
        font-size: 36px;
    }

    .info-item {
        text-align: center;
    }
}
