/* Modern Glass UI */
/* .product-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);

    padding: 18px;
    border-radius: 18px;
    height: 100%;

    display: flex;
    flex-direction: column;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

/* Image area
.product-card .swiper {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.25);
}

/* Images stay perfect */
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Title */
.product-card h5 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
}

/* Product Short Description */
.product-card p {
    color: #e5e5e5;
    flex-grow: 1;
    font-size: 0.95rem;
}

/* Smooth transitions */
.product-card *,
.product-card img {
    transition: 0.25s ease;
}

.service-details {
    background: linear-gradient(140deg, #0a0f1e, #233046, #111927);
    padding: 40px 0;
}

footer.footer {
    background: linear-gradient(155deg, #0a101c, #121c2a, #1d2a3f);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-title {
    background: linear-gradient(120deg, #1B3C53, #456882, #456882);
}

.page-title .heading h1 {
    color: #fff;
    text-shadow: inherit;
}

.page-title .heading p {
    color: #c7c7c7;
}

.service-box {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);

    padding: 18px;
    border-radius: 18px;


    display: flex;
    flex-direction: column;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.help-box {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.service-details .services-list {
    background-color: initial;
}

#serviceTitle {
    color: #fff !important;
}

.service-box h4 {
    color: #fff !important;
}