/* ================= ABOUT HERO CONTENT ================= */
.it-hero-about{
    min-height: 10vh;
    background: url("../images/banner.jpg") center/cover no-repeat;
    position: relative;
    font-family: 'Mulish', sans-serif;
}

.it-hero-about::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
}

.it-herocontent{
    position: relative;
    z-index: 5;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 50px;
    text-align: center;
}

.hero-txt h1{
    font-size: 52px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    text-transform: capitalize;
}

.hero-txt h1 span{
    display: inline-block;
    margin-top: 12px;
    font-size: 26px;
    font-weight: 600;
    color: #00bcd4;
    letter-spacing: 1px;
}

/* ================= IMAGE BACKGROUND ABOUT SECTION ================= */

.it-about-image-section{
    position: relative;
    background: url("../images/NETWORKING\ SERVICES.jfif") center/cover no-repeat;
    padding: 70px 20px;
    font-family: 'Mulish', sans-serif;
}

.it-about-overlay{
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.88);
}

.it-about-content{
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.it-about-text{
    text-align: left;
    font-size: 16.5px;
    line-height: 1.75;
    color: #2c2c2c;
}

.it-divider{
    display: block;
    width: 1000px;
    height: 2px;
    background: #c4c4c4;
    margin: 30px auto;
    opacity: 0.6;
}

.it-about-highlight{
    font-size: 17px;
    font-weight: 600;
    color: #0f2c3d;
    line-height: 1.7;
    text-align: center;
    font-style: italic;
}

/* ================= CORE COMPETENCIES SECTION ================= */

.it-core-section{
    background:#ffffff;
    border-top:4px solid #00bcd4;
    padding:80px 20px;
    font-family:'Mulish', sans-serif;
}

.it-core-container{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.it-core-heading{
    font-size:40px;
    font-weight:800;
    color:#0f2c3d;
    margin-bottom:20px;
}

.it-core-heading span{
    color:#00bcd4;
}

.it-core-intro{
    max-width:900px;
    margin:0 auto 60px;
    font-size:16.5px;
    line-height:1.8;
    color:#555;
    text-align: left;
}

/* ================= GRID ================= */

.it-core-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.it-core-card{
    background: linear-gradient(180deg, #132f3f, #0f2430);
    padding:35px 25px;
    border-radius:14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    transition:all .35s ease;
}

.it-core-card::before{
    content:'';
    position:absolute;
    inset:0;
    background: radial-gradient(circle at top, rgba(0,188,212,0.25), transparent 70%);
    opacity:0;
    transition:.4s;
}

.it-core-card:hover::before{
    opacity:1;
}

.it-core-card:hover{
        transform: translateY(-10px);
}

.it-core-card img{
    width:100px;
    margin-bottom:12px;
}

.it-core-card h4{
    font-size:18px;
    font-weight:700;
    color:#e3e3e3;
    margin-bottom:12px;
}

/* ================= WHAT / WHOM / WHERE WE SERVE ================= */

.it-serve-section{
    background:#0f2c3d;
    padding:40px 10px;
    font-family:'Mulish', sans-serif;
}

.it-serve-box{
    max-width:1250px;
    margin:auto;
    border: 5px solid #ffffff;
    border-radius:10px;
    padding:20px 30px;
}

.it-serve-card{
    margin-bottom:45px;
}

.it-serve-card:last-child{
    margin-bottom:0;
}

.it-serve-card h3{
    font-size:24px;
    font-weight:800;
    color:#00bcd4;
    margin-bottom:15px;
}

.it-serve-card p{
    font-size:16px;
    line-height:1.8;
    color:#ffffff;
}


/* ================= RESPONSIVE ================= */

@media(max-width:1024px){
    .it-herocontent{
        padding: 40px 50px;
    }

    .hero-txt h1{
        font-size: 44px;
    }

    .hero-txt h1 span{
        font-size: 24px;
    }

    .it-about-image-section{
        padding: 60px 20px;
    }
    .it-divider{
    width: 800px;
}

.it-core-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .it-serve-grid{
        grid-template-columns:1fr 1fr;
    }
.it-serve-box{
        padding:45px 30px;
    }

    .it-serve-card h3{
        font-size:22px;
    }
}

@media(max-width:768px){
    .it-herocontent{
        padding: 110px 30px 50px;
    }

    .hero-txt h1{
        font-size: 36px;
    }

    .hero-txt h1 span{
        font-size: 22px;
    }

    .it-about-text,
    .it-about-highlight{
        font-size: 15.5px;
    }

    .it-divider{
        margin: 25px auto;
        width: 500px;
    }

    .it-core-heading{
        font-size:32px;
    }

    .it-core-intro{
        font-size:15.5px;
        margin-bottom:40px;
    }

    .it-serve-box{
        padding:50px 35px;
    }

    .it-serve-grid{
        grid-template-columns:1fr;
        gap:30px;
    }
}

@media(max-width:480px){
    .it-hero-content{
        padding: 100px 20px 40px;
    }

    .hero-txt h1{
        font-size: 30px;
        line-height: 1.3;
    }

    .hero-txt h1 span{
        font-size: 18px;
    }
.it-divider{
        margin: 25px auto;
        width: 250px;
    }

    .it-about-image-section{
        padding: 50px 15px;
    }

    .it-about-text,
    .it-about-highlight{
        font-size: 14.5px;
        line-height: 1.65;
    }

    .it-core-grid{
        grid-template-columns:1fr;
    }

    .it-core-section{
        padding:60px 15px;
    }

    .it-core-heading{
        font-size:26px;
    }

    .it-serve-section{
        padding:70px 15px;
    }

    .it-serve-box{
        padding:40px 25px;
    }

    .it-serve-card h3{
        font-size:20px;
    }

    .it-serve-card p{
        font-size:15px;
    }

    .it-serve-section{
        padding:60px 15px;
    }

    .it-serve-box{
        padding:30px 12px;
    }

    .it-serve-card h3{
        font-size:20px;
    }

    .it-serve-card p{
        font-size:15px;
    }

}
