  .member-box figcaption.rounded-button {
    border-radius: 150rem;
    bottom: 50px;
    padding: 5px;
}
/* Slider background design */

    .glass-title {
        color: #b41c1f !important;
        font-weight: bold;
        font-size: 55px;
        border: 2px solid black;
        padding: 15px; 
        border-radius: 12px; 
        background-color: rgba(255, 255, 255, 0.3); 

        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        line-height: 1.2;
        text-align: center;
    }

    .glass-subtitle {
        color: #b41c1f !important;
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        padding: 15px;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 0.5); 

        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
    }


    .swiper-slide .slide-image {
        background-position: center center;
    }
    /* client slick css */
    .client_slick_section {
    background: #f5f5f5;
    min-height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.client_slick_section .slick-track {
    display: flex;
    gap: 10px;
}

.client_slick_section .item {
    background: white;
    border-radius: 5px;
    padding: 10px 20px;
    height: 90px;
    position: relative;
}

.client_slick_section .item img {
    max-width: 95%;
    max-height: 75px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hizmetler-detay-sayfasi-alani .row {
    justify-content: center !important;
}
.hizmetler-detay-sayfasi-alani .galleryduzen {
    margin-bottom: -5px !important;
}

/* Packard Engineering - About Us ring badge */
.ring-badge {
    position: relative;
    width: min(380px, 100%);
    aspect-ratio: 1 / 1;
    margin: 40px auto;
}

.ring-spin {
    position: absolute;
    inset: 0;
    animation: ringSpin 20s linear infinite;
}

.ring-spin svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ring-spin .ring-text {
    fill: #043577;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.textcircle {
    transform-origin: 150px 150px;
}

.lifecycle {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.lifecycle-orbit {
    fill: none;
    stroke: #043577;
    stroke-width: 1.5;
    stroke-dasharray: 3 6;
    opacity: 0.45;
}

.lifecycle-node circle {
    fill: #008029;
}

.lifecycle-node .node-num {
    fill: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-anchor: middle;
    letter-spacing: 0.3px;
}

.lifecycle-node .node-label {
    fill: #ffffff;
    font-size: 8px;
    font-weight: 600;
    text-anchor: middle;
    letter-spacing: 0.3px;
}

.lifecycle-arrow {
    fill: #043577;
}

@keyframes ringSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
