
    
   

/* .service_section{background:#0a082d;} */

.itservices_heading{position: relative;
 text-align: center;
    padding: 60px 0px 0px 0px;
    font-size: 3rem;
    font-weight: bold;
    color: white;
    font-family: "Teko", Sans-serif;
      
}


.itservices-tab:hover {
   
}

.itservices-tab.active {
  
    transform: translateY(-2px);
}

 /* Tabs */
        .itservices-tabs {
            display: flex;
            justify-content: center;
            padding: 15px;
            
        }

        .itservices-tab {
            flex: 1;
            padding: 15px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease-in-out;
            color: white;
            padding: 40px 200px;
        }

        .itmodels-tab {
            flex: 1;
            padding: 15px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease-in-out;
            color: white;
            padding: 40px 200px;
        }

       

.itservices-tabs {
    display: flex;
    width: 100%;
    /* background: linear-gradient(to top, #2050ac, #3b4eaa); */
    padding: 1rem;
    border-radius: 0;
    gap: 1rem;
   
    padding: 40px 200px;
    justify-content: center;
    background-image: url('images/banner image11.png');
    align-items: center;
   
}

.itservices-tab {
    flex: 1;
    padding: 1rem;
  
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.itservices-tab.active {
    background: linear-gradient(135deg, #1a3e88 70%, #c30000 30%)!important
    
    ;

    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* Grid Container */
.itservices-grid-container {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 40px 200px ;
    justify-content: center;
    align-items: center;
    /* background-color:#2050ac; */
    padding-bottom: 70px;
}

.itservices-grid-container.active {
    display: grid;
}

/* Box Styling */
.itservices-box {
    background: linear-gradient(to right, #1a3e88 0%, #c30000 100%) !important;

    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: 180px;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.1);
}

.itservices-box:hover {
    transform: scale(1.05);
    background-color: aliceblue;}

    .itservices-box:hover ul li strong{color:white;}
.itservices-box:hover ul li{color:white;
}
/* Hover Content */
.itservices-box .hover-content {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;;
    text-align: left;
    padding: 15px;
    font-size: 22px;
    color: #fff;
}

.itservices-box:hover .hover-content {
    opacity: 1;
}

.itservices-box:hover .default-content {
    opacity: 0;
}

/* Right Arrow for Each Point */
.hover-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    line-height:2rem;
}

.hover-content ul li {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0;
    line-height:2rem;
    color: #333;
}

.hover-content ul li::after {
    content: " →";
    font-weight: bold;
    color: #00aaff;
    margin-left: 5px;
}

/* Responsive */
@media (max-width: 992px) {
    .itservices-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .itservices-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}






.box p i {
    color: #666;
    transition: all 0.3s ease;
    margin-left: 4px;
}

.box p:hover span {
    color: #e94560;
    transform: translateX(5px);
}

.box p:hover i {
    color: #e94560;
    transform: translateX(5px);
}



/* Large Screens (Between 1200px - 1599px) */
@media (max-width: 1599px) {
    .itservices-tabs {
        padding: 30px 150px;
    }
    .itservices-grid-container {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px 150px;
    }
    .itservices-box {
        font-size: 22px;
        height: 160px;
        padding: 30px;
    }
}

/* Laptops & Small Desktops (Between 992px - 1199px) */
@media (max-width: 1199px) {
    .itservices-tabs {
        padding: 20px 100px;
        flex-wrap: wrap;
    }
    .itservices-tab {
        font-size: 1.2rem;
        padding: 20px;
    }
    .itservices-grid-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 100px;
    }
    .itservices-box {
        font-size: 20px;
        height: 150px;
        padding: 25px;
    }
}

/* Tablets (Between 768px - 991px) */
@media (max-width: 991px) {
    .itservices-heading {
        font-size: 2.5rem;
    }
    .itservices-tabs {
        flex-direction: column;
        padding: 15px 50px;
    }
    .itservices-tab {
        font-size: 1.1rem;
        padding: 15px;
    }
    .itservices-grid-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 50px;
    }
    .itservices-box {
        font-size: 18px;
        height: 140px;
        padding: 20px;
    }
}

/* Mobile Devices (Between 480px - 767px) */
@media (max-width: 767px) {
    .itservices-heading {
        font-size: 2rem;
        padding: 40px 0 0;
    }
    .itservices-tabs {
        flex-direction: column;
        gap: 10px;
        padding: 10px 30px;
    }
    .itservices-tab {
        font-size: 1rem;
        padding: 10px;
    }
    .itservices-grid-container {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 30px;
    }
    .itservices-box {
        font-size: 16px;
        height: 130px;
        padding: 15px;
    }
}

/* Small Mobile Screens (Below 480px) */
@media (max-width: 480px) {
    .itservices-heading {
        font-size: 1.8rem;
        padding: 30px 0 0;
    }
    .itservices-tabs {
        padding: 10px;
    }
    .itservices-tab {
        font-size: 0.9rem;
        padding: 8px;
    }
    .itservices-grid-container {
        grid-template-columns: repeat(1, 1fr);
        padding: 15px;
    }
    .itservices-box {
        font-size: 14px;
        height: 120px;
        padding: 10px;
    }
    .hover-content ul li {
        font-size: 1rem;
        font-weight: normal;
        margin: 5px 0;
        line-height:1rem;
        color: #333;
    }
}
