/* ====================================================
   Premium Footer Ã¢â‚¬â€œ dark + gold theme
   ==================================================== */
.ft {
    padding: 30px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #d4a75459;
}

/*  */
.ft-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.2fr 1.1fr;
    gap: 30px;
    padding-bottom: 30px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Column headings Ã¢â€â‚¬Ã¢â€â‚¬ */
.ft-heading,
.ft-col h2 {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 18px 0;
    padding: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Brand column Ã¢â€â‚¬Ã¢â€â‚¬ */
.ft-logo img,
.ft-brand p img {
    max-width: 150px !important;
    width: 150px !important;
    height: auto;
    margin-bottom: 16px;
    filter: brightness(1.1);
    display: block;
}

.ft-desc,
.ft-brand p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    color: #bbb;
}

/* Social icons row */
.ft-social {
    display: flex;
    gap: 12px;
}

.ft-social a,
.ft-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.ft-social a:hover,
.ft-social ul li a:hover {
    border-color: #d4a754;
    background: rgba(212, 167, 84, 0.1);
}

.ft-social a img,
.ft-social ul li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0.8);
    transition: filter 0.25s;
}

.ft-social a:hover img,
.ft-social ul li a:hover img {
    filter: brightness(1.2);
}

.ft-social ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-social ul li {
    display: block;
    margin: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Quick links column Ã¢â€â‚¬Ã¢â€â‚¬ */
.ft-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-links ul li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #bbb;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ft-links ul li::before {
    content: '›';
    color: #d4a754;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.ft-links ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.2s;
}

.ft-links ul li a:hover {
    color: #d4a754;
}

.ft-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 13.5px;
    color: #bbb;
    line-height: 1.6;
}

.ft-ci {
    flex-shrink: 0;
    color: #d4a754;
    margin-top: 2px;
}

.ft-contact p {
    color: #bbb;
    font-size: 13.5px;
    line-height: 2.2;
    margin: 0;
}

.ft-contact p img {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
    object-fit: contain;
    filter: brightness(0.9);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Newsletter column Ã¢â€â‚¬Ã¢â€â‚¬ */
.ft-newsletter .ft-desc,
.ft-newsletter p {
    color: #bbb;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 18px 0;
}

.ft-subscribe {
    display: flex;
    border: 1px solid #333;
    border-radius: 30px;
    overflow: hidden;
    max-width: 280px;
    background: #161820;
    margin-bottom: 15px;
}

.ft-subscribe input {
    flex: 1;
    border: none;
    background: transparent;
    color: #eee;
    padding: 14px;
    font-size: 13px;
    outline: none;
    font-family: inherit;
}

.ft-subscribe input::placeholder {
    color: #666;
}

.ft-subscribe button {
    flex-shrink: 0;
    border: none;
    background: #d4a754;
    color: #111;
    width: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    border-radius: 50%;
}

.ft-subscribe button:hover {
    background: #e6bc5a;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Bottom bar Ã¢â€â‚¬Ã¢â€â‚¬ */
.ft-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1f2228;
    padding: 18px 0;
    font-size: 13px;
    color: #777;
}

.ft-copyright p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.ft-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-bottom-links a,
.ft-bottom-links ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.ft-bottom-links a:hover,
.ft-bottom-links ul li a:hover {
    color: #d4a754;
}

.ft-bottom-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ft-bottom-links ul li {
    display: inline-flex;
    align-items: center;
}

.ft-bottom-links ul li:not(:last-child)::after {
    content: '|';
    color: #555;
    margin-left: 12px;
    font-size: 11px;
}

.ft-sep {
    color: #555;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive: tablet Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 991px) {
    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 30px;
    }

    .ft-brand {
        grid-column: 1 / -1;
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive: small tablet / large phone Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 767px) {
    .ft {
        padding: 36px 0 0;
    }

    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 24px;
    }

    .ft-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive: phone Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 480px) {
    .ft-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ft-subscribe {
        max-width: 100%;
    }
}

/* ====================================================
   Contact Sidebar Widget
   ==================================================== */

#contact-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9990;
    display: flex;
    flex-direction: column;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.18);
    width: 52px;
    transition: width 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#contact-sidebar:hover {
    width: 160px;
}

/* Each contact item row */
.cs-item {
    display: flex;
    align-items: center;
    gap: 0;
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    white-space: nowrap;
    overflow: hidden;
    transition: background 0.2s;
    min-height: 52px;
}

.cs-item:last-child {
    border-bottom: none;
}

/* Icon wrapper */
.cs-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

/* Text label Ã¢â‚¬â€œ hidden by default, fades in on hover */
.cs-label {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.22s 0.08s, transform 0.22s 0.08s;
    pointer-events: none;
}

#contact-sidebar:hover .cs-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* ====================================================
   Back to top button
   ==================================================== */
.backtotop {
    cursor: pointer;
    background: #dfac40;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px;
    position: fixed;
    right: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid #FFF;
}

.backtotop svg {
    width: 26px;
    height: 18px;
    margin-bottom: -1px;
}

.backtotop svg path {
    stroke: #fff;
}

/* ====================================================
   Support Widget / Contact Panel
   ==================================================== */
.support-widget {
    position: fixed;
    bottom: 69px;
    right: 15px;
    z-index: 9999;
}

.trigger-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #d4a754;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(212, 167, 84, 0.4);
    transition: transform 0.2s;
}

.trigger-btn:hover {
    transform: scale(1.05);
}

.trigger-btn .icon-bvc-member img {
    /* width: 34px;
    height: 34px; */
    border-radius: 50%;
    object-fit: cover;
}

.trigger-btn .icon-close-main {
    display: none;
    width: 22px;
    height: 22px;
    fill: #111;
}

.trigger-btn.active .icon-bvc-member {
    display: none;
}

.trigger-btn.active .icon-close-main {
    display: block;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #d4a754;
    animation: pulse-ring 2s ease-out infinite;
    pointer-events: none;
}

.pulse-ring:nth-child(2) {
    animation-delay: 0.8s;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.contact-panel {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 320px;
    background: #1a1c22;
    border: 1px solid rgba(212, 167, 84, 0.3);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s ease;
}

.contact-panel.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: linear-gradient(135deg, #d4a754, #c9943a);
    color: #111;
}

.panel-title {
    display: grid;
    grid-template-columns: 38px auto;
    align-items: center;
    gap: 10px;
}

.panel-avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.panel-info h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

.panel-info span {
    font-size: 11px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 4px;
}

.online-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2ecc71;
    display: inline-block;
}

.close-btn {
    background: none;
    border: none;
    color: #111;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
}

.panel-greeting {
    padding: 14px 16px;
    font-size: 13px;
    color: #bbb;
    margin: 0;
    border-bottom: 1px solid #2a2c32;
}

.contact-list {
    padding: 8px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #eee;
    transition: background 0.2s;
    gap: 10px;
}

.contact-item:hover {
    background: rgba(212, 167, 84, 0.1);
    text-decoration: none;
}

.contact-item .icon-wrap {
    flex-shrink: 0;
}

.contact-item .icon-wrap img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: contain;
}

.contact-text strong {
    font-size: 16px;
    font-weight: 600;
    color: #eee;
}

.contact-text p {
    font-size: 13px;
}

.contact-arrow {
    margin-left: auto;
    color: #d4a754;
    font-size: 20px;
}