/* Elegant, Soft Gradient ISP Page Design */

/* Header Section */
.infotech-net-bd-internet-service-provider {
    background: linear-gradient(105deg, #e8eaf6 0%, #fceabb 100%);
    color: #2b2d42;
    padding: 110px 0 60px 0;
    text-align: center;
    border-bottom: 4px solid #a3cef1;
    position: relative;
    overflow: hidden;
}
.infotech-net-bd-internet-service-provider h1 {
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 1.5px;
    color: #415a77;
    text-shadow: 0 2px 12px rgba(163,206,241,0.08);
}
.infotech-net-bd-internet-service-provider p {
    font-size: 1.14em;
    margin-bottom: 9px;
    color: #2b2d42;
    opacity: 0.93;
}

/* Decorative Ellipse Backgrounds */
.infotech-net-bd-internet-service-provider::before {
    content: "";
    position: absolute;
    left: -100px; top: -60px;
    width: 340px; height: 160px;
    background: radial-gradient(circle, #a3cef1 0%, transparent 70%);
    opacity: 0.13;
    z-index: 0;
}
.infotech-net-bd-internet-service-provider::after {
    content: "";
    position: absolute;
    right: -80px; bottom: -60px;
    width: 220px; height: 120px;
    background: radial-gradient(circle, #ffd6a5 0%, transparent 70%);
    opacity: 0.13;
    z-index: 0;
}

/* Content Section */
.infotech-net-bd-internet-service-provider-content {
    background: #f9f9fb;
    margin: 44px auto 36px auto;
    max-width: 730px;
    border-radius: 24px;
    padding: 60px 48px 36px 48px;
    box-shadow: 0 8px 32px rgba(73,111,155,0.10);
    text-align: left;
    border: 1.5px solid #a3cef1;
    position: relative;
    z-index: 1;
}
.infotech-net-bd-internet-service-provider-content h2 {
    color: #457b9d;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.9em;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.infotech-net-bd-internet-service-provider-service {
    background: linear-gradient(92deg, #e3f3fd 80%, #fffbe7 100%);
    border-left: 7px solid #a3cef1;
    border-radius: 13px;
    padding: 24px 20px 16px 34px;
    margin-bottom: 22px;
    box-shadow: 0 2px 10px rgba(163,206,241,0.09);
    font-size: 1.13em;
    color: #36394d;
    transition: border-color 0.3s, box-shadow 0.2s, background 0.2s;
    position: relative;
}
.infotech-net-bd-internet-service-provider-service strong {
    color: #457b9d;
    font-size: 1.15em;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.infotech-net-bd-internet-service-provider-service:hover {
    border-color: #ffd166;
    background: linear-gradient(92deg, #fffbe7 70%, #e3f3fd 100%);
    box-shadow: 0 8px 28px rgba(255,209,102,0.15);
    color: #2b2d42;
}
.infotech-net-bd-internet-service-provider-content p {
    margin-bottom: 16px;
    line-height: 1.75;
    color: #36394d;
}

/* Responsive Design */
@media (max-width: 900px) {
    .infotech-net-bd-internet-service-provider-content {
        padding: 28px 12px 14px 12px;
    }
    .infotech-net-bd-internet-service-provider h1 {
        font-size: 1.7em;
    }
}
@media (max-width: 600px) {
    .infotech-net-bd-internet-service-provider-content {
        padding: 13px 2vw;
        border-radius: 9px;
    }
    .infotech-net-bd-internet-service-provider h1 {
        font-size: 1em;
    }
}