/* =====================================================
   CYBER SECURITY HERO
===================================================== */

.cyber-hero {
    position: relative;
    background: url('../images/cyber/cyber-bg4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.cyber-hero-content {
    position: relative;
    z-index: 5;
    padding-right: 30px;
}

.cyber-hero .section-tag {
    display: inline-block;
    background: transparent;
    color: var(--pink);
    border-radius: 20px;
    padding: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 20px;
}

.cyber-hero-content h1 {
    color: #fff;
    font-size: 43px;
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 22px;
}

.cyber-hero-content h1 span {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cyber-hero-content p {
    max-width: 470px;
    color: #eee;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px;
}


/* =====================================================
   HERO BUTTONS
===================================================== */

.cyber-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.cyber-hero-buttons .btn {
    min-height: 52px;
    padding: 0 25px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.cyber-hero-buttons .btn-gradient {
    color: #fff;
    border: none;
    background: var(--gradient);
    box-shadow: 0 10px 25px rgba(245, 56, 109, .18);
}

.cyber-hero-buttons .btn-outline-brand {
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}


/* =====================================================
   HERO FEATURES
===================================================== */

.cyber-hero-features {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-top: 50px;
}

.cyber-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cyber-feature-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #f9e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cyber-feature-icon i {
    color: var(--pink);
    font-size: 17px;
}

.cyber-feature strong {
    display: block;
    color: #eee;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.cyber-feature span {
    display: block;
    color: #eee;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 4px;
    white-space: nowrap;
}


/* =====================================================
   RIGHT HERO VISUAL
===================================================== */

.cyber-hero-visual {
    position: relative;
    width: 100%;
    height: 520px;
    background: #071126;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.cyber-hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =====================================================
   FLOATING CARDS
===================================================== */

.cyber-floating-card {
    position: absolute;
    z-index: 4;
    width: 112px;
    min-height: 105px;
    padding: 14px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    background: rgba(7, 17, 38, .55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.cyber-floating-icon {
    margin-bottom: 9px;
}

.cyber-floating-icon i {
    color: #fff;
    font-size: 29px;
}

.cyber-floating-card span {
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
}


/* =====================================================
   FLOATING CARD POSITION
===================================================== */

.cyber-network {
    top: 75px;
    left: 55px;
}

.cyber-threat {
    top: 75px;
    right: 55px;
}

.cyber-endpoint {
    bottom: 75px;
    left: 55px;
}

.cyber-data {
    bottom: 75px;
    right: 55px;
}

.solution-card {
    padding-bottom: 20px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .cyber-hero-content h1 {
        font-size: 38px;
    }

    .cyber-hero-features {
        gap: 20px;
    }

    .cyber-hero-visual {
        height: 480px;
    }

    .cyber-network,
    .cyber-endpoint {
        left: 25px;
    }

    .cyber-threat,
    .cyber-data {
        right: 25px;
    }

}


/* =====================================================
   MOBILE / TABLET
===================================================== */

@media (max-width: 991px) {

    .cyber-hero {
        padding: 25px 0;
        /* background: #01103a; */
    }

    .cyber-hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .cyber-hero-content h1 {
        font-size: 40px;
    }

    .cyber-hero-features {
        margin-top: 35px;
        justify-content: flex-start;
    }

    .cyber-hero-visual {
        height: 500px;
        border-radius: 14px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .cyber-hero {
        padding: 20px 0;
    }

    .cyber-hero-content h1 {
        font-size: 34px;
        line-height: 1.18;
    }

    .cyber-hero-content p {
        font-size: 13px;
    }

    .cyber-hero-buttons {
        gap: 12px;
    }

    .cyber-hero-buttons .btn {
        min-height: 48px;
        padding: 0 18px;
        font-size: 13px;
    }

    .cyber-hero-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cyber-hero-visual {
        height: 420px;
    }

    .cyber-floating-card {
        width: 88px;
        min-height: 88px;
        padding: 10px 6px;
    }

    .cyber-floating-icon i {
        font-size: 22px;
    }

    .cyber-floating-card span {
        font-size: 10px;
    }

    .cyber-network {
        top: 30px;
        left: 15px;
    }

    .cyber-threat {
        top: 30px;
        right: 15px;
    }

    .cyber-endpoint {
        bottom: 30px;
        left: 15px;
    }

    .cyber-data {
        bottom: 30px;
        right: 15px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .cyber-hero-content h1 {
        font-size: 30px;
    }

    .cyber-hero-buttons .btn {
        width: 100%;
    }

    /* .cyber-hero-features {
        grid-template-columns: 1fr;
    } */

    .cyber-hero-visual {
        height: 380px;
    }

}

/* =====================================================
   CYBER IMPACT SECTION
===================================================== */

.cyber-impact-section {
    background: #fff;
}


/* =====================================================
   MAIN CARD
===================================================== */

.cyber-impact-card {
    background: linear-gradient(110deg,
            #fffafa 0%,
            #fff5f7 50%,
            #fffafb 100%);

    border-radius: 18px;
    overflow: hidden;

    box-shadow: 0 10px 35px rgba(31, 35, 48, 0.05);
}


/* =====================================================
   WHY CHOOSE LEFT
===================================================== */

.cyber-why-wrapper {
    min-height: 245px;

    padding: 25px 20px 20px 35px;

    display: flex;
    align-items: center;

    position: relative;
}


.cyber-why-content {
    width: 58%;
    position: relative;
    z-index: 2;
}


.cyber-why-content h3 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}


.small-title-line {
    width: 35px;
    height: 2px;

    background: linear-gradient(90deg,
            #f8005e,
            #ff7a21);

    margin-bottom: 15px;
}


.cyber-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.cyber-why-list li {
    display: flex;
    align-items: center;

    gap: 10px;

    color: #333;

    font-size: 12px;
    font-weight: 500;

    margin-bottom: 11px;
}


.cyber-why-list li:last-child {
    margin-bottom: 0;
}


.cyber-why-list i {
    color: #f8005e;
    font-size: 11px;
    flex-shrink: 0;
}


/* =====================================================
   WHY IMAGE
===================================================== */

.cyber-why-visual {
    width: 42%;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    align-self: stretch;
}


.cyber-why-visual img {
    width: 100%;
    max-width: 245px;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}


/* =====================================================
   STATS RIGHT
===================================================== */

.cyber-stats-wrapper {
    min-height: 245px;

    padding: 25px 25px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;

    align-items: center;
}


/* =====================================================
   STAT CARD
===================================================== */

.cyber-stat-card {
    min-height: 195px;

    background: rgba(255, 255, 255, 0.7);

    border-radius: 10px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 18px 10px;

    box-shadow: 0 8px 25px rgba(245, 56, 109, 0.04);

    transition: 0.35s ease;
}


.cyber-stat-card:hover {
    transform: translateY(-5px);

    background: #fff;

    box-shadow: 0 15px 35px rgba(245, 56, 109, 0.1);
}


/* =====================================================
   STAT ICON
===================================================== */

.cyber-stat-icon {
    width: 50px;
    height: 50px;

    border-radius: 50%;

    background: #fff0f4;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 12px;
}


.cyber-stat-icon i {
    color: #f8005e;
    font-size: 23px;
}


/* =====================================================
   STAT NUMBER
===================================================== */

.cyber-stat-card h2 {
    color: #f8005e;

    font-size: 32px;
    font-weight: 800;

    line-height: 1;

    margin: 0 0 12px;
}


.cyber-stat-card span {
    color: #222;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.6;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .cyber-why-wrapper {
        min-height: auto;
    }

    .cyber-stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 576px) {

    .cyber-impact-section {
        padding: 30px 0 !important;
    }

    .cyber-why-wrapper {
        padding: 25px 20px;

        flex-direction: column;
    }

    .cyber-why-content {
        width: 100%;
    }

    .cyber-why-visual {
        width: 100%;
        margin-top: 20px;
    }

    .cyber-why-visual img {
        max-width: 230px;
    }

    .cyber-stats-wrapper {
        padding: 20px;

        grid-template-columns: repeat(2, 1fr);

        gap: 12px;
    }

    .cyber-stat-card {
        min-height: 170px;
    }

    .cyber-stat-card h2 {
        font-size: 27px;
    }

    .cyber-stat-icon {
        width: 44px;
        height: 44px;
    }

    .cyber-stat-icon i {
        font-size: 20px;
    }

}

.platform-wrapper {
    padding: 10px 25px;
    border-radius: 10px;
}

.security-counter{
    background:#fff;
}

.counter-wrapper{
    background:linear-gradient(90deg,#17092d 0%,#31104a 50%,#1b0d33 100%);
    border-radius:14px;
    overflow:hidden;
    padding:18px 0;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.counter-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    padding:8px 20px;
    border-right:1px solid rgba(255,255,255,.12);
}

.counter-icon{
    font-size:38px;
    color:#ff4b72;
}

.counter-content{
text-align: left;
}

.counter-content h2{
    margin:0;
    color:#ff4b72;
    font-size:30px;
    font-weight:700;
    line-height:1;
}

.counter-content h6{
    margin:8px 0 2px;
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.counter-content p{
    margin:0;
    color:#fff;
    font-size:12px;
    opacity:.9;
}

@media(max-width:991px){

    .counter-item{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.12);
        justify-content:flex-start;
    }

    .counter-item:nth-last-child(-n+2){
        border-bottom:none;
    }
}

@media(max-width:576px){

    .counter-item{
        padding:15px;
        gap:12px;
    }
}

.industry-wrapper{
    background:#fff;
    border:1px solid #f1d9e3;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
    padding: 20px 0;
}

.industry-item{
    border-right:1px solid #f1d9e3;
    transition:.3s;
}

.industry-item:hover{
    background:#fff5f8;
}

.industry-icon{
    font-size:30px;
    color:#ff4b72;
    margin-bottom:14px;
}

.industry-item h6{
    margin:0;
    font-size:13px;
    font-weight:600;
    color:#232323;
    line-height:1.5;
}

.certification-card,
.partner-card{
    padding:20px;
    border-radius:18px;
    background:#fff;
    height:100%;
    border:1px solid #ececec;
}

.certification-card h3,
.partner-card h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:30px;
}

.certification-card img{
    height:30px;
    margin-bottom:10px;
}

.certification-card span{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#444;
}

.partner-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    align-items:center;
}

.partner-grid img{
    width:170px;
    max-width:100%;
}


.cyber-why-list li{
    font-size:12px;
}

.section-heading h2 span{
    color: #f5386d;
}