.service-header {
    padding-top: 35px;
    padding-bottom: 35px;
}

.service-header-box {
    min-height: 80vh;
    /* background: var(--cc-black); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    padding: 1rem 3rem;
}

.services-ee-bg {
    background: linear-gradient(355deg,#000000db 29%,#fff0), url('/img/ee-header-bg.jpg');
}

.services-software-bg {
    background: linear-gradient(355deg,#000000db 29%,#fff0), url('/services/software-engineering/img/software-header-bg.jpeg');
}

.services-ai-bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background:  linear-gradient(355deg,rgb(15, 23, 42) 29%,#fff0),url('/services/ai-platforms/img/ai-header-bg.png');
}

.service-title {
    color: white;
    font-size: 5rem;
    margin-bottom: 0;
}

.service-title-black {
    color: var(--cc-black);
}

.service-tagline {
    /* max-width: 200px; */
    font-weight: 500;
    font-size: 24px;
    color: var(--cc-white);
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .service-header-box {
        min-height: 70vh;
        background-position: top;
    }
    .service-title {
        font-size: 3rem;
        /* line-height: 78px; */
    }
    .service-tagline {
        font-weight: 400;
    }
}

/* Container for the logo wall */
.logo-wall {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

/* Logo container */
.logo {
display: flex;
justify-content: center;
align-items: center;
background: white;
padding: 10px;
border: 1px solid white;
border-radius: 10px;
/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
height: 100px; /* Fixed height for uniformity */
}

/* Ensure logos fit nicely */
.logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}

.ee-services {
    margin: 20px 20px;
}

.ee-services-header {
    font-weight: bold;
    color: var(--cc-dark-grey);
    line-height: 60px;
}

.ee-services-ul {
    padding-left: 0rem;
    padding-bottom: 1rem;
    list-style-type: none;
}

.ee-services-ul li {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}

.ee-services-ul li::before{
    content: "+";
    font-weight: bold;
    margin-right: 8px;
}

.dotline {
    z-index: -1;
    position: absolute;
}

#case-study #outcome .dotline {
    top: 50%;
    margin-top: -400px;
    left: -150px;
}

.background-gradient2 {
    background: linear-gradient(45deg, rgb(122 229 146), rgb(176 107 211));
}

.se-solution {
    border-radius: 1rem;
    padding-top: 32px;
    margin-bottom: 32px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 21px 54px 0px;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.se-solution-icon {
    padding: 16px;
}

.se-solution-icon img {
    height:125px;
    width:125px;
}
.se-solution-title {
    padding: 32px;
}

.se-ai-bg {
    background-color: rgb(255, 235, 193);
}

.se-web-bg {
    background-color: rgb(190 231 231);
}

.se-integration-bg {
    background-color: rgb(227, 189, 215);
}

.ui-logo {
    height: 100px;
}

.ui-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ai-logo img { 
    max-height: 50px;
}

.agent-logo {
    max-height: 50px;
}

.service-ai-header-box {
    min-height: 30vh;
    /* background: var(--cc-black); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    padding: 1rem 3rem;
}