/* Tighten menu spacing in the sticky header */
@media (min-width: 1200px) {
    .header-style-3.is-fixed .header-nav .nav > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
/* Voyini contact image panel */
.trv-contact-form .trv-cot-media-info {
    background: rgba(32, 40, 88, 0.78) !important;
    backdrop-filter: blur(7px);
}

/* Contact details */
.trv-cot-media-info .trv-contact-info-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.trv-cot-media-info .trv-contact-info-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 1.4;
}

.trv-cot-media-info .trv-contact-info-list a {
    color: #FFFFFF !important;
}

.trv-cot-media-info .trv-contact-info-list a:hover {
    color: #5AB8E8 !important;
}

.trv-cot-media-info .trv-contact-info-list i {
    color: #5AB8E8 !important;
    font-size: 20px;
}

/* Voyini loading animation */
.loading-area .loading-box {
    background-color: #F5F8FF !important;
}

.loading-area .loader .dot:nth-child(2) {
    background: #202858 !important;
}

.loading-area .loader .dot:nth-child(3) {
    background: #5AB8E8 !important;
}

.loading-area .loader .dot:nth-child(4) {
    background: #2F80ED !important;
}

.loading-area .loader .dot:nth-child(5) {
    background: #8ED8F8 !important;
}

/* Replace balloon scroll-to-top button */
button.scroltop {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
    padding: 0;
    border-radius: 50%;
    background: #202858 !important;
    box-shadow: 0 6px 18px rgba(32, 40, 88, 0.28);
    animation: none !important;
    transition: all 0.25s ease;
}

button.scroltop:hover {
    background: #2F80ED !important;
    transform: translateY(-3px) !important;
}

button.scroltop img {
    display: none !important;
}

button.scroltop #btn-vibrate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    animation: none !important;
}

button.scroltop #btn-vibrate::before {
    content: "↑";
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

/* Improve header logo spacing */
.header-style-3 .logo-header .logo-header-inner img {
    width: auto !important;
    max-width: 115px !important;
    max-height: 72px !important;
    object-fit: contain;
}