/* Seller Details – Showcase Aesthetic */
:root {
    --sd-primary: #5a51d6; /* primary blue */
    --sd-accent: #8b5cf6; /* violet */
    --sd-ink: #0f172a; /* slate-900 */
    --sd-muted: #64748b; /* slate-500 */
    --sd-bg: #f8fafc; /* slate-50 */
    --sd-card: rgba(255, 255, 255, 0.75);
    --sd-border: rgba(15, 23, 42, 0.08);
    --sd-shadow: 0 10px 30px rgba(2, 6, 23, 0.07);
}

body .seller-area {
    background: linear-gradient(120deg, #f8fafc 0%, #f1f5f9 50%, #eef2ff 100%);
}

/* Hero Section */
.seller-hero {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
}

.seller-hero .hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 500px at 10% -20%, rgba(59, 130, 246, .35), transparent 60%), radial-gradient(900px 450px at 100% 0%, rgba(139, 92, 246, .25), transparent 60%);
}

.seller-hero .hero-photo {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: blur(10px) saturate(115%);
    opacity: .25;
}

.seller-hero .hero-overlay {
    position: relative;
    padding: 40px 28px;
    backdrop-filter: blur(6px);
}

.seller-hero .profile {
    display: flex;
    gap: 20px;
    align-items: center;
}

.seller-hero .avatar {
    width: 96px;
    height: 96px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--sd-shadow);
    border: 1px solid var(--sd-border);
}

.seller-hero .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-hero .title {
    color: var(--sd-ink);
    margin: 0;
    font-weight: 800;
    letter-spacing: .2px;
}

.seller-hero .subtitle {
    color: var(--sd-muted);
    margin-top: 4px;
    font-weight: 500;
}

.seller-hero .hero-actions {
    margin-left: auto;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Primary CTA */
.btn-elevated {
    background: linear-gradient(135deg, var(--sd-primary), var(--sd-accent));
    color: #fff !important;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    box-shadow: 0 10px 20px rgba(59, 130, 246, .25);
    transition: transform .2s ease, box-shadow .2s ease;
    font-weight: 700;
    letter-spacing: .2px;
}

.btn-elevated:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(59, 130, 246, .33);
}

.btn-elevated:hover,
.btn-elevated:focus {
    color: #fff !important;
    background: linear-gradient(135deg, var(--sd-primary), var(--sd-accent)) !important;
}

.btn-elevated:active {
    transform: translateY(0);
}

.btn-elevated:focus-visible {
    outline: 2px solid rgba(59, 130, 246, .5);
    outline-offset: 2px;
}

/* Secondary CTA */
.btn-ghost {
    background: rgba(255, 255, 255, .6);
    color: var(--sd-ink) !important;
    border: 1px solid var(--sd-border);
    border-radius: 12px;
    padding: 12px 18px;
    backdrop-filter: blur(6px);
}

.btn-ghost:hover,
.btn-ghost:focus {
    background: rgba(255, 255, 255, .92) !important;
    color: var(--sd-ink) !important;
    border-color: var(--sd-border) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

/* Glass Cards */
.widget-seller-details, .small-post-card, .box-shadow-rounded {
    background: var(--sd-card) !important;
    border: 1px solid var(--sd-border) !important;
    border-radius: 18px !important;
    box-shadow: var(--sd-shadow) !important;
}

/* Typography & Helpers */
.h3, h3 {
    font-weight: 800;
    color: var(--sd-ink);
}

h2.mb-20 {
    display: none;
}

/* hide old title in favor of hero */
.price-highlight {
    background: linear-gradient(135deg, #0ea5e9, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Ratings */
.ratings .rate {
    filter: drop-shadow(0 2px 4px rgba(2, 6, 23, .08));
}

/* Service cards */
.image-container {
    position: relative;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1083/625;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s cubic-bezier(.2, .6, .2, 1), filter .3s ease;
}

.box-shadow-rounded:hover .service-img {
    transform: none;
    filter: brightness(1.02) saturate(1.03);
}

.btn-details {
    border-radius: 0 0 18px 18px !important;
    border-top: 1px solid var(--sd-border) !important;
}

/* Clamp long titles */
.clamped-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.2em;
}

/* Social icons */
.social-icon {
    width: 38px;
    height: 38px;
    box-shadow: var(--sd-shadow);
}

.social-icon i {
    color: var(--sd-ink);
}

.social-icon:hover i {
    color: var(--sd-primary);
}

/* Blog posts */
.post-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
}

.read-more-link {
    color: var(--sd-primary);
}

.read-more-link:hover {
    color: var(--sd-accent);
}

/* Dividers */
.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 24px 0 14px;
}

.section-title .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 23, 42, .1), rgba(15, 23, 42, 0));
}

/* Chat button */
.see-btn {
    border-radius: 12px !important;
    padding: .85rem 1rem;
    box-shadow: var(--sd-shadow);
}

/* Contrast boost panel for hero profile */
.seller-hero .profile {
    background: rgba(255, 255, 255, .82);
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid var(--sd-border);
    box-shadow: var(--sd-shadow);
}

/* Responsive */
@media (max-width: 991.98px) {
    .seller-hero .hero-overlay {
        padding: 28px 18px;
    }

    .seller-hero .avatar {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575.98px) {
    .seller-hero .title {
        font-size: 1.1rem;
    }

    .seller-hero .subtitle {
        font-size: .85rem;
    }
}

/* === Refinements: Service Cards & Sidebar Column === */

/* Subtle lift and outline glow for cards */
.box-shadow-rounded {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    border-color: rgba(17, 24, 39, .12) !important; /* elegant, slightly stronger */
}

.box-shadow-rounded:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(2, 6, 23, .12);
    border-color: rgba(17, 24, 39, .18) !important;
}

/* Image overlays to add depth without obscuring */
.image-container::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
    pointer-events: none;
}

.image-container::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, 0));
    mix-blend: multiply;
    pointer-events: none;
}

/* Title and meta grouping */
.clamped-title {
    padding: 0 8px;
}

/* Price styling: refined and prominent */
.price-highlight {
    display: inline-block;
    font-weight: 800;
    letter-spacing: .2px;
}

/* CTA button embellishment */
.btn-details {
    background: rgba(255, 255, 255, .65);
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.btn-details:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, .12), rgba(139, 92, 246, .12));
    color: var(--sd-ink);
    box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
}

.btn-details:focus-visible {
    outline: 2px solid rgba(59, 130, 246, .35);
    outline-offset: 2px;
}

/* Ratings alignment under title */
.box-shadow-rounded x-rating-stars, .box-shadow-rounded .ratings {
    margin-top: 2px;
}

/* Sticky Sidebar for better UX */
.sidebar-widget-area {
    position: sticky;
    top: 90px;
}

/* Author block refinement */
.widget-seller-details .author {
    padding: 16px;
    border-bottom: 1px solid var(--sd-border);
}

.widget-seller-details .author-img img {
    border-radius: 14px;
    box-shadow: var(--sd-shadow);
}

.widget-seller-details .author-info h5,
.widget-seller-details .author-info h6 {
    font-weight: 800;
    color: var(--sd-ink);
}

.widget-seller-details .ratings {
    margin-top: 8px;
}

/* Toggle list – elegant rows with bullets */
.toggle-list {
    margin: 8px 0 0;
    padding: 0 12px 12px;
}

.toggle-list li {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(15, 23, 42, .08);
}

.toggle-list li:last-child {
    border-bottom: none;
}

.toggle-list li .first, .toggle-list li span:first-child {
    color: var(--sd-muted);
}

.toggle-list li .last {
    font-weight: 600;
    color: var(--sd-ink);
}

/* Social icons upgrade */
.seller-social-links h6 {
    letter-spacing: .6px;
    color: var(--sd-muted);
}

.social-icon {
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, .8));
    border: 1px solid var(--sd-border) !important;
}

.social-icon:hover {
    transform: translateY(-2px);
}

/* Diploma list chips */
.diploma-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.diploma-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(15, 23, 42, .03);
    margin: 6px 0;
    border: 1px solid var(--sd-border);
}

.diploma-list li i {
    color: var(--sd-primary);
}

/* Publications card polish */
.small-post-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.small-post-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
}

.small-post-card .badge {
    border-radius: 999px;
    padding: .35rem .55rem;
    font-weight: 600;
}

.read-more-link {
    font-weight: 600;
    text-decoration: none;
}

.read-more-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
    font-weight: 900;
    margin-left: .4rem;
    font-size: .85em;
    display: inline-block;
    line-height: 1;
}

/* Section title subtle emphasis */
.section-title h3 {
    letter-spacing: .2px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .sidebar-widget-area {
        position: static;
    }
}

/* === Luxe sworn-service card === */
.service-card--luxe {
    position: relative;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .82));
    border: 1px solid rgba(59, 130, 246, .22);
    box-shadow: 0 18px 44px rgba(2, 6, 23, .12);
}

/* Ribbon badge */
.ribbon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    font-weight: 700;
    font-size: .72rem;
    padding: .35rem .6rem;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(17, 24, 39, .22);
}

.ribbon i {
    color: #fbbf24;
}

/* Price row */
.price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.price-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(139, 92, 246, .12));
    border: 1px solid var(--sd-border);
    font-weight: 800;
    color: var(--sd-ink);
}

.price-pill .currency {
    opacity: .85;
    font-weight: 700;
}

.price-caption {
    color: var(--sd-muted);
    font-size: .85rem;
}

/* Petite caption under title */
.service-caption {
    color: var(--sd-muted);
    font-size: .85rem;
    text-align: center;
    margin-top: 2px;
}

/* Publications refinements */
.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    font-weight: 700;
}

.small-post-card {
    align-items: stretch;
}

.small-post-card .post-meta {
    color: var(--sd-muted);
    font-size: .85rem;
}

.small-post-card .post-right {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

/* Publications redesigned layout */
.pub-title {
    font-weight: 800;
    letter-spacing: .2px;
    margin-bottom: 6px;
}

.pub-title a {
    color: var(--sd-ink);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .95rem;
    line-height: 1.25;
}

.pub-body {
    gap: 10px;
    align-items: center;
}

.pub-right {
    gap: .25rem;
}

.small-post-card {
    padding: 12px !important;
}

.small-post-card .post-thumb {
    width: 60px;
    height: 60px;
}

.small-post-card .post-meta {
    font-size: .8rem;
}

.small-post-card .badge {
    font-size: .7rem;
    padding: .25rem .5rem;
}

.read-more-link {
    font-size: .85rem;
}

.meta-line .vr {
    align-self: center;
}

@media (max-width: 575.98px) {
    .small-post-card .post-thumb {
        width: 56px;
        height: 56px;
    }
}

:root {
    --sd-gold: #f3c969;
    --sd-ink-2: #111827;
}

/* ===== Ultra‑luxe refinements for sworn service cards ===== */
/* Gradient border + soft glow */
.service-card--luxe {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .86)) padding-box,
    linear-gradient(135deg, rgba(251, 191, 36, .35), rgba(59, 130, 246, .25), rgba(139, 92, 246, .35)) border-box;
    border: 1px solid transparent; /* allows gradient border */
    border-radius: 18px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-card--luxe:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 52px rgba(17, 24, 39, .18);
}

.service-card--luxe::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(420px 140px at 10% 0, rgba(251, 191, 36, .16), transparent 42%),
    radial-gradient(420px 140px at 90% 0, rgba(59, 130, 246, .14), transparent 42%);
    opacity: .6;
}

/* Image presence + depth */
.service-card--luxe .image-container {
    margin-bottom: 10px;
}

.service-card--luxe .service-img {
    transform-origin: center;
    transition: transform .45s cubic-bezier(.2, .6, .2, 1), filter .35s ease;
}

.service-card--luxe:hover .service-img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.02);
}

/* Title emphasis */
.service-card--luxe .clamped-title {
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.25;
}

.service-card--luxe .clamped-title i {
    color: var(--sd-gold);
}

/* Ribbon polish with gentle sheen */
.ribbon {
    text-transform: uppercase;
    letter-spacing: .5px;
    position: absolute;
}

.ribbon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0 60%, rgba(255, 255, 255, .28) 60%, transparent 66%);
    transform: translateX(-100%);
    animation: ribbonSheen 3.8s infinite ease;
    border-radius: 999px;
}

@keyframes ribbonSheen {
    to {
        transform: translateX(100%);
    }
}

/* Price pill – glass look with highlight */
.price-row {
    margin-top: 4px;
}

.price-pill {
    position: relative;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 16px rgba(2, 6, 23, .08);
    border: 1px solid rgba(59, 130, 246, .22);
}

.price-pill .amount {
    font-weight: 900;
    letter-spacing: .2px;
}

.price-pill::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 2px;
    width: 36%;
    height: 46%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
    filter: blur(4px);
    opacity: .55;
}

/* CTA – premium fill on hover */
.btn-details {
    border: 1px solid rgba(59, 130, 246, .28) !important;
    color: var(--sd-ink) !important;
    font-weight: 700;
    letter-spacing: .2px;
}

.btn-details:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--sd-primary), var(--sd-accent)) !important;
    border-color: transparent !important;
    box-shadow: 0 12px 26px rgba(59, 130, 246, .25);
}

.btn-details:active {
    transform: translateY(0);
}

/* Sub-caption tone */
.service-caption {
    color: var(--sd-muted);
    font-size: .82rem;
}

/* Compact inner paddings for content blocks */
.service-card--luxe .d-flex.justify-content-center {
    padding: 0 12px;
}

.price-row {
    padding: 0 12px;
}

/* ======= SIGNATURE CARD (fundamental redesign) ======= */
.service-card--signature {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff, #fafafa);
    border: 3px solid rgba(245, 244, 248, 0.08);
    box-shadow: 0 18px 44px rgba(2, 6, 23, .10);
    transition: transform .28s ease, box-shadow .28s ease;
}

.service-card--signature:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 56px rgba(2, 6, 23, .16);
}

/* Media */
.signature-media {
    position: relative;
    aspect-ratio: 1083/625;
    background: #f3f4f6;
}

.signature-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .6, .2, 1), filter .35s ease;
}

.service-card--signature:hover .signature-image {
    transform: none;
    filter: brightness(1.02) saturate(1.03);
}

.signature-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 50% at 30% 0%, rgba(59, 130, 246, .22), transparent 60%), linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .25) 100%);
    mix-blend: overlay;
    opacity: .55;
    pointer-events: none;
}

/* Ribbon */
.signature-ribbon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    font-weight: 800;
    font-size: .72rem;
    padding: .35rem .6rem;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(17, 24, 39, .22);
    letter-spacing: .5px;
    text-transform: uppercase;
}

.signature-ribbon i {
    color: #fbbf24;
}

/* Floating price */
.signature-price {
    position: absolute;
    right: 12px;
    bottom: 6px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: .35rem .6rem;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 8px 18px rgba(2, 6, 23, .12);
    font-weight: 900;
    color: var(--sd-ink);
}

.signature-price strong {
    font-weight: 900;
    letter-spacing: .2px;
}

.signature-price .currency {
    opacity: .9;
    margin-left: 2px;
}

.signature-price small {
    font-size: .7rem;
    color: var(--sd-muted);
    margin-left: 6px;
    font-weight: 700;
}

/* Body */
.signature-body {
    padding: 14px 14px 0 14px;
}

.signature-title {
    display: block;
    color: var(--sd-ink);
    font-weight: 900;
    text-decoration: none;
    line-height: 1.25;
    font-size: 1.05rem;
    letter-spacing: .2px;
}

.signature-title:hover {
    color: var(--sd-primary);
}

.signature-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
}

.signature-caption {
    color: var(--sd-muted);
    font-size: .82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Footer */
.signature-footer {
    margin-top: 12px;
}

.btn-signature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: none;
    border-top: 1px solid rgba(17, 24, 39, .08);
    padding: 12px 16px;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(135deg, rgba(59, 130, 246, .12), rgba(139, 92, 246, .12));
    color: var(--sd-ink);
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 -6px 18px rgba(2, 6, 23, .04) inset;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.btn-signature:hover {
    background: linear-gradient(135deg, var(--sd-primary), var(--sd-accent));
    color: #fff;
}

.btn-signature:focus-visible {
    outline: 2px solid rgba(59, 130, 246, .45);
    outline-offset: 2px;
}

/* Responsive tweaks */
@media (max-width: 575.98px) {
    .signature-title {
        font-size: .98rem;
    }

    .signature-caption {
        display: none;
    }
}

/* Thumbnails aspect ratio enforcement for 1083x625 across cards */
.service-card--horiz .h-media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f4f6;
    aspect-ratio: 1083/625;
}

.service-card--horiz .h-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Elegant border improvements for classic service cards */
.box-shadow-rounded {
    border-color: rgba(17, 24, 39, .16) !important;
}

.box-shadow-rounded:hover {
    border-color: rgba(17, 24, 39, .26) !important;
}

/* Horizontal cards: ensure elegant border and subtle hover */
.service-card--horiz {
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(2, 6, 23, .08), inset 0 0 0 1px rgba(255, 255, 255, .9);
    transition: box-shadow .25s ease, border-color .25s ease;
}

.service-card--horiz:hover {
    border-color: #94a3b8;
    box-shadow: 0 12px 28px rgba(2, 6, 23, .10), inset 0 0 0 1px rgba(255, 255, 255, .9);
}

/* Reduce price chip sizes */
.service-card--horiz .h-price {
    padding: .22rem .5rem;
    font-size: .92rem;
}

.service-card--horiz .h-price small {
    font-size: .65rem;
}

/* Legacy signature price (fallback): slightly reduced */
.signature-price {
    padding: .28rem .5rem;
    font-size: .95rem;
}

.signature-price small {
    font-size: .65rem;
}

/* === Final override: ensure visible border for signature cards === */
.service-card--signature {
    border: 3px solid rgba(68, 80, 235, 0.3) !important;
    background-clip: padding-box; /* prevent background from covering border */
}

.service-card--signature:hover {
    border: 3px solid rgba(68, 80, 235, 0.5) !important;
}


/* Smooth 0.5s transition for all "Détails du service" CTAs */
.btn-details,
.btn-signature,
.service-card--horiz .btn-horiz {
    transition: background-color .5s ease, color .5s ease, border-color .5s ease, box-shadow .5s ease;
}
