.our-services {
    position: relative;
    background: url('../assets/img/header-bg.jpg');
    text-align: center;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* .our-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 60, 0.066);
    backdrop-filter: blur(4px);
    z-index: 1;
    border-radius: 0;
} */

.our-services h3 {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #162d42;
    text-transform: uppercase;
    margin-bottom: 40px;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); */
}

.our-services p {
    position: relative;
    /* text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.4); */
    z-index: 2;
    max-width: 1000px;
    font-size: 1.15rem;
    line-height: 1.9;
    color: black;
    margin-bottom: 20px;
}

/* .our-services::after {
    content: "";
    position: absolute;
    top: 9%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    z-index: 2;
} */

/* .our-services .container {
    padding: 10px;
    backdrop-filter: blur(20px);
    border-radius: 20px;
} */







/* services css */

.services-split {
    background: white;
    background-color: white;
    color: #fff;
    padding: 30px 60px;
}

.service-row {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 50px;
    margin-top: 70px;
}

.service-row.reverse {
    flex-direction: row-reverse;
}


#ukg-logo {
    object-fit: contain;
    background-color: rgb(229, 255, 31);
    box-sizing: border-box;
    padding: 20px;
}

.service-image {
    /* width: 400px;
    height: 300px; */
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.service-image img {
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.service-info {
    width: 60%;
    height: 100%;
}

.service-info h3 {
    font-size: 2rem;
    font-weight: 600;
    color: darkred;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.service-info p {
    color: black;
    line-height: 1.8;
    font-size: 1.1rem;
}

.know-more {
    margin-top: 5px;
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    /* background: linear-gradient(90deg, #00b4db, #0083b0); */
    background-color: #162d42;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.know-more:hover {
    /* background: linear-gradient(90deg, #0083b0, #00b4db); */
    background-color: rgb(140, 27, 25);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 180, 219, 0.4);
}




/* .text {
    position: relative;
    background: url('../assets/img/header-bg.jpg');
    text-align: center;
    padding: 80px 60px;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
}

.text::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.169);
    backdrop-filter: blur(2px);
    background-color: #162d42cf;
    z-index: 1;
    border-radius: 0;
}



.text p {
    text-align: justify;
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    font-size: 1.2rem;
    line-height: 2;
    color: white;
    color: black;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
} */