.antiwrinkle-gallery-hero {
    position: relative;
    background-image: linear-gradient(rgba(13, 25, 31, 0.76), rgba(13, 25, 31, 0.55)), url('../img/mywork/antiwrinkle/crows-feet/drclare-before-and-afteranti-wrinkle-crows-feet-exp.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: clamp(22rem, 58vh, 34rem);
    display: flex;
    align-items: center;
}

.antiwrinkle-gallery-hero-content {
    max-width: 56rem;
    margin-inline: auto;
}

.antiwrinkle-gallery-hero .hero-title,
.antiwrinkle-gallery-hero .hero-subtitle {
    color: #ffffff;
}

.antiwrinkle-gallery-hero .text-accent {
    color: #e8c79b !important;
}

.antiwrinkle-gallery-subtitle {
    max-width: 50rem;
}

.gallery-hero .trust-list { /* shamo */
    animation: fadeInUp 1.8s ease-out 1s backwards;
}

.gallery-intro-section {
    padding: 5rem 0 2rem;
}

.gallery-group-section {
    padding: 2rem 0 4.5rem;
}

.gallery-group-alt {
    background: linear-gradient(to bottom, rgba(247, 246, 244, 0.78), rgba(255, 255, 255, 1));
}

.gallery-group-header {
    margin-bottom: 1.5rem;
}

.gallery-group-header h3 {
    font-size: 1.5rem;
    margin: 0;
}

.gallery-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(10, 24, 28, 0.1);
    border: 1px solid rgba(20, 34, 38, 0.08);
    background-color: #ffffff;
}

.gallery-image {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 1.8s ease;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .gallery-intro-section {
        padding: 3.5rem 0 1.5rem;
    }

    .gallery-group-section {
        padding: 1.5rem 0 3rem;
    }
}
