:root {
    --wine-red: #7a1231;
}

body {
    background: #f7f8fb;
    color: #1b1f24;
}

.hero-section {
    background: var(--cb-gradient-brand);
}

.brand-logo {
    width: 100px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    background: transparent;
    padding: 0;
}

.brand-title {
    font-weight: 700;
    color: var(--wine-red);
    letter-spacing: 0.2px;
}

h1, h2, h3,
.h1, .h2, .h3, .h4 {
    color: var(--wine-red);
}

@media (max-width: 768px) {
    .brand-logo {
        width: 72px;
    }

    .brand-title {
        font-size: 1rem;
    }
}

#catalogTabs .menu-link {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    padding: 0.5rem 0.9rem;
    border-radius: 0.5rem;
}

#catalogTabs .menu-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}

#catalogTabs .menu-link:hover {
    color: #ffffff;
}

.profile-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #cfd6e0 !important;
    box-shadow: 0 14px 30px -18px rgba(50, 61, 80, 0.28), inset 0 1px 0 rgba(255,255,255,0.65);
}

.profile-card .card-body {
    position: relative;
}

.profile-card .card-body > * {
    position: relative;
    z-index: 1;
}

.card-silver {
    /* background-image: url('../../img/silver.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 0px 1px #000;
    color: #ff0090;
    background-color: #2f345f;
}

.card-gold {
    background-image: url('../../img/gold.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 0px 1px #000;
    color: #ff0090;
}


.profile-photo {
    height: 340px;
    object-fit: cover;
    cursor: zoom-in;
}

.profile-media {
    position: relative;
}

.profile-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
}

.profile-nav-prev {
    left: 10px;
}

.profile-nav-next {
    right: 10px;
}

.profile-counter {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.badge-service {
    background: #7b59a9 !important;
    color: #fff !important;
    display: inline-block;
}

.badge-attribute {
    background: #7b59a9 !important;
    color: #ffffff !important;
    border: 1px solid #29045c !important;
    display: inline-block;
}

.badge {

    font-weight: 300;

}
.card-text {
    background-color: rgba(0,0,0,0.3);
    padding: 5px 5px 5px 5px;
}
.text-card-catalog {
    --bs-text-opacity: 1;
    color: #ffffff !important;
}
.social-icons a {
    color: #1f2937;
}
.card-title{
color:#ff4c81 !important;
}
.social-icons a:hover {
    color: #0d6efd;
}

.social-icons .social-link {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
}

.social-icons .bi-facebook { color: #1877f2; }
.social-icons .bi-instagram { color: #e1306c; }
.social-icons .bi-twitter-x { color: #111111; }
.social-icons .bi-tiktok { color: #111111; }
.social-icons .bi-telegram { color: #229ed9; }
.social-icons .bi-whatsapp { color: #25d366; }
.social-icons .bi-stars { color: #f59e0b; }
.social-icons .bi-play-btn { color: #ef4444; }
.social-icons .bi-globe { color: #2563eb; }

.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + 0.5rem + 2px);
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding-top: 0.1rem;
}

.social-inputs .input-group-text {
    background: #f8f9fa;
    min-width: 2.2rem;
    justify-content: center;
}

.social-inputs .bi-facebook { color: #1877f2; }
.social-inputs .bi-instagram { color: #e1306c; }
.social-inputs .bi-twitter-x { color: #111111; }
.social-inputs .bi-tiktok { color: #111111; }
.social-inputs .bi-telegram { color: #229ed9; }
.social-inputs .bi-whatsapp { color: #25d366; }
.social-inputs .bi-stars { color: #f59e0b; }
.social-inputs .bi-play-btn { color: #ef4444; }
.social-inputs .bi-globe { color: #2563eb; }

.photo-drag-handle {
    cursor: grab;
    z-index: 2;
}

.gallery-image {
    max-height: 88vh;
    object-fit: contain;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.gallery-nav-prev {
    left: 12px;
}

.gallery-nav-next {
    right: 12px;
}