/* Modern Security Products - Alternate Design */

.infotech-net-bd-security-product.alt {
    padding: 0;
    background: #f6faff;
}

.infotech-net-bd-security-product-header {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.infotech-net-bd-security-product-wrapper {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 60% 30%, #4361ee 0%, #f6faff 85%) no-repeat;
    opacity: 0.12;
    z-index: 0;
    width: 100%; height: 100%;
}
.infotech-net-bd-security-product-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 24px 60px 24px;
}
.infotech-net-bd-security-product-content h1 {
    font-size: 2.3em;
    font-weight: 900;
    color: #22223b;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
}
.shield-icon {
    font-size: 1.3em;
    vertical-align: middle;
    color: #4361ee;
    margin-right: 7px;
}
.security-lead {
    font-size: 1.22em;
    color: #343a40;
    margin-bottom: 18px;
    line-height: 1.5;
}
.security-hero-products {
    margin: 25px 0 32px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    justify-content: center;
    font-size: 1.08em;
}
.security-hero-products span {
    background: #e9f5fd;
    color: #22223b;
    border-radius: 24px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 7px;
    box-shadow: 0 1px 6px rgba(67,97,238,0.09);
    border: 1.5px solid #cfd8ff;
    transition: box-shadow 0.2s, border-color 0.18s;
}
.security-hero-products span:hover {
    border-color: #4361ee;
    box-shadow: 0 2px 14px rgba(67,97,238,0.13);
}
.security-hero-products .icon {
    font-size: 1.23em;
}
.security-hero-btn {
    display: inline-block;
    padding: 13px 38px;
    background: linear-gradient(90deg, #4361ee 60%, #00b4d8 100%);
    color: #fff !important;
    font-weight: 700;
    border-radius: 10px;
    font-size: 1.14em;
    letter-spacing: 1px;
    box-shadow: 0 3px 18px rgba(67,97,238,0.13);
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s, box-shadow 0.2s;
    border: none;
}
.security-hero-btn:hover {
    background: linear-gradient(90deg, #00b4d8 60%, #4361ee 100%);
    box-shadow: 0 8px 30px rgba(67,97,238,0.11);
}
.security-hero-btn.filled {
    background: linear-gradient(90deg, #00b4d8 80%, #4361ee 100%);
}

.security-product-main {
    background: #fff;
    margin: -40px auto 0 auto;
    max-width: 1080px;
    border-radius: 20px;
    padding: 60px 34px 36px 34px;
    box-shadow: 0 6px 24px rgba(67,97,238,0.08);
    border: 1.5px solid #4361ee;
    position: relative;
    z-index: 2;
}
.security-product-main h2 {
    text-align: center;
    color: #22223b;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 42px;
}
.security-product-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.security-highlight-card {
    flex: 1 1 220px;
    max-width: 280px;
    min-width: 180px;
    background: linear-gradient(115deg, #f0f4ff 85%, #f6faff 100%);
    border-radius: 15px;
    border-left: 7px solid #4361ee;
    box-shadow: 0 2px 13px rgba(67,97,238,0.09);
    padding: 32px 17px 22px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s, border-color 0.28s, background 0.22s;
    position: relative;
}
.security-highlight-card:hover {
    border-color: #00b4d8;
    box-shadow: 0 8px 32px rgba(67,97,238,0.13);
    background: linear-gradient(115deg, #e9f5fd 70%, #f0f4ff 100%);
}
.highlight-icon {
    font-size: 2.2em;
    margin-bottom: 7px;
    color: #4361ee;
    filter: drop-shadow(0 2px 8px rgba(67,97,238,0.12));
}
.security-highlight-card h3 {
    color: #22223b;
    font-size: 1.17em;
    font-weight: 700;
    margin-bottom: 7px;
    letter-spacing: 0.25px;
}
.security-highlight-card p {
    color: #343a40;
    font-size: 1.05em;
    margin-bottom: 0;
    line-height: 1.5;
}

.security-product-cta-bottom {
    background: #4361ee;
    color: #fff;
    padding: 60px 0 45px 0;
    margin-top: 40px;
    text-align: center;
}
.security-product-cta-bottom .cta-inner {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 14px;
}
.security-product-cta-bottom h2 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 1.1px;
}
.security-product-cta-bottom p {
    font-size: 1.15em;
    margin-bottom: 25px;
}
.security-product-cta-bottom .security-hero-btn {
    background: #fff;
    color: #4361ee !important;
    font-weight: 800;
    box-shadow: 0 3px 18px rgba(0,0,0,0.07);
    margin-top: 0;
}
.security-product-cta-bottom .security-hero-btn:hover {
    background: #00b4d8;
    color: #fff !important;
}

@media (max-width: 1100px) {
    .security-product-highlights {
        gap: 18px;
    }
    .security-highlight-card {
        min-width: 160px;
        padding: 24px 7px 18px 12px;
    }
}
@media (max-width: 900px) {
    .security-product-main {
        padding: 28px 3vw 16px 3vw;
    }
    .infotech-net-bd-security-product-content {
        padding: 50px 6vw 30px 6vw;
    }
    .security-highlight-card {
        max-width: 90%;
        min-width: 140px;
    }
    .security-product-main h2 {
        font-size: 1.4em;
    }
    .infotech-net-bd-security-product-content h1 {
        font-size: 1.25em;
    }
}
@media (max-width: 600px) {
    .security-product-main {
        padding: 13px 1vw;
        border-radius: 7px;
    }
    .infotech-net-bd-security-product-header {
        min-height: unset;
        height: auto;
        display: block;
        padding: 0;
    }
    .infotech-net-bd-security-product-content {
        padding: 80px 2vw 16px 2vw;
        display: block;
        word-break: break-word;
    }
    .infotech-net-bd-security-product-content h1,
    .security-lead,
    .security-hero-products span {
        font-size: 1em;
        line-height: 1.3;
        margin-bottom: 7px;
        white-space: normal;
    }
    .security-product-highlights {
        flex-direction: column;
        gap: 13px;
    }
    .security-highlight-card {
        max-width: 100%;
        min-width: 100px;
        padding: 18px 7px 12px 10px;
    }
    .security-product-cta-bottom {
        padding: 35px 0 22px 0;
    }
}