
.services {
    width: 100%;
    z-index: 2;
    padding: 56px;
    margin-top: 211px;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: white;
}

.services-header h1 {
    font-size: 3rem;
    color: #ffffff;
}

.profile-video {
    display: flex;
    align-items: center;
    position: relative;
    display: none;
}

.profile-video img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}

.play-button {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    cursor: pointer;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    color: white;
}

.service-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    color: whites;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-card .icon {
    font-size: 2rem;
    color: #f9f9f9;
    margin-bottom: 10px;
    position: relative;
}

.service-card .icon::after {
    content: '↗';
    font-size: 1rem;
    color: #ffffff;
    position: absolute;
    right: -20px;
    opacity: 0;
    transition: right 0.3s, opacity 0.3s;
}

.service-card:hover .icon::after {
    right: 0;
    opacity: 1;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.9rem;
    line-height: 1.6;
}
.icon-discovery::after{
background-color: nome;
}
/* Responsive Styles */
@media (max-width: 1164px) {
    .services {
        margin-top: 24%;
    }
    .services-header h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 1045px) {
    .services {
        margin-top: 35%;
    }
    .services-header h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 946px) {
    .services {
        margin-top: 45%;
    }
    .services-header h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 840px) {
    .services {
        margin-top: 55%;
    }
    .services-header h1 {
        font-size: 2.5rem;
    }
}
@media (max-width:770px) {
    .services {
        margin-top: 100%;
    }
}
@media (max-width:650px) {
    .services {
        margin-top: 120%;
    }
}

@media (max-width: 768px) {
    .services-header h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 631px) {
    .services {
        margin-top: 230%;
    }
    .services-grid{
        margin-bottom: 63px;
    }
}
@media (max-width: 567px) {
    .services {
        margin-top: 300%;
    }
}
@media (max-width: 486px) {
    .services {
        margin-top: 350%;
    }
}
@media (max-width: 450px) {
    .services {
        margin-top: 400%;
    }
}
@media (max-width: 398px) {
    .services {
        margin-top: 500%;
    }
}
@media (max-width: 480px) {
    .services {
        margin-top: 410%;
    }
}
@media (max-width: 376px) {
    .services {
        margin-top: 630%;
    }
}