/* Header */
.top-bar{
    background:#000000;
    color:#fff;
    padding:8px 0;
    font-size:14px;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.top-bar-rotator {
    min-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.top-bar-badge {
    color: #fff;
}

.top-bar-message {
    display: none;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: topBarMessageIn 0.35s ease;
}

.top-bar-message.is-active {
    display: inline-block;
}

.top-bar-contact {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.92);
}

.rayzon-header {
    position: relative;
    z-index: 9999;
}

.rayzon-header .navbar {
    transition: all 0.3s ease;
}

.rayzon-header.sticky .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.35s ease;
}

.rayzon-header.sticky .top-bar {
    display: none;
}

body.sticky-padding {
    padding-top: 90px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes topBarMessageIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer */
.footer-section{
    background:#000000;
    color:#fff;
    padding:80px 0 30px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#d1d1d1;
    text-decoration:none;
}

.footer-links a:hover{
    color:#fff;
}

.navbar-btn-wrapper {
    width: 170px; /* adjust based on button size */
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

/* footer button */
/* ==================================
   COMMON FANCY BUTTON
================================== */
.footer-fancy {
 background-color: transparent;
 border: 2px solid #fff;
 border-radius: 0;
 box-sizing: border-box;
 color: #000;
 cursor: pointer;
 display: inline-block;
 float: left;
 font-weight: 700;
 letter-spacing: 0.05em;
 margin: 0;
 outline: none;
 overflow: visible;
 padding: 0.75em 2em;
 position: relative;
 text-align: center;
 text-decoration: none;
 text-transform: none;
 transition: all 0.3s ease-in-out;
 user-select: none;
 font-size: 13px;
}

.footer-fancy::before {
 content: " ";
 width: 1.2rem;
 height: 2px;
 background: #fff;
 top: 50%;
 left: 1.5em;
 position: absolute;
 transform: translateY(-50%);
 transform-origin: center;
 transition: background 0.3s linear, width 0.3s linear;
}

.footer-fancy .text {
 font-size: 1em;
 line-height: 1.33333em;
 padding-left: 2em;
 display: block;
 text-align: left;
 transition: all 0.3s ease-in-out;
 text-transform: uppercase;
 text-decoration: none;
 color: #fff;
}

.footer-fancy .top-key {
 height: 2px;
 width: 1.5625rem;
 top: -2px;
 left: 0.625rem;
 position: absolute;
 background: #000;
 transition: width 0.5s ease-out, left 0.3s ease-out;
}

.footer-fancy .bottom-key-1 {
 height: 2px;
 width: 1.5625rem;
 right: 1.875rem;
 bottom: -2px;
 position: absolute;
 background: #000;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.footer-fancy .bottom-key-2 {
 height: 2px;
 width: 0.625rem;
 right: 0.625rem;
 bottom: -2px;
 position: absolute;
 background: #000;
 transition: width 0.5s ease-out, right 0.3s ease-out;
}

.footer-fancy:hover {
 color: #000;
 background: #fff;
}

.footer-fancy:hover::before {
 width: 0.9375rem;
 background: #000;
}

.footer-fancy:hover .text {
 color: #000;
 padding-left: 1.5em;
}

.footer-fancy:hover .top-key {
 left: -2px;
 width: 0px;
}

.footer-fancy:hover .bottom-key-1,
 .footer-fancy:hover .bottom-key-2 {
 right: 0;
 width: 0;
}

.newsletter-form {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}

.newsletter-submit-btn {
 background-color: transparent;
 float: none;
 display: inline-block;
}

.newsletter-submit-btn:disabled {
 opacity: .72;
 cursor: not-allowed;
}

.newsletter-message {
 display: block;
 width: 100%;
 margin-top: 14px;
 font-size: 14px;
 line-height: 1.5;
 word-break: break-word;
}

.newsletter-message.is-success {
 color: #b9f2c0;
}

.newsletter-message.is-error {
 color: #ffb7bf;
}

.input-group-custom {
    position: relative;
}

.input-group-custom i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 15px;
    z-index: 2;
    transition: .3s;
}

.input-group-custom .form-control {
    height: 45px;
    padding-left: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    background: #fff;
    font-size: 15px;
    transition: all .3s ease;
    box-shadow: none;
}

.input-group-custom .form-control:focus {
    border-color: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.input-group-custom .form-control:focus + i {
    color: #000;
}

.input-group-custom .form-control::placeholder {
    color: #999;
}

@media (max-width: 991.98px) {
    .top-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .top-bar-contact {
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .top-bar-message {
        white-space: normal;
    }

    .navbar .container{
        position: relative;
    }

    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 25px 35px;
        box-shadow: 0 20px 50px rgba(0,0,0,.12);
        z-index: 999;
    }

    .navbar-nav{
        margin-bottom: 25px;
    }

    .navbar-nav .nav-link{
        padding: 8px 0;
        font-size: 18px;
    }
}

/* ── Cookie Consent ── */
.cookie-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: all;
}
.cookie-overlay.cookie-overlay-visible {
    opacity: 1;
}

/* ── Cookie Consent Banner ── */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    border-top: 2px solid #000000;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    padding: 18px 24px;
    transform: translateY(100%);
    transition: transform 0.35s ease;
}
.cookie-consent:not([hidden]) {
    transform: translateY(0);
}
.cookie-consent-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.cookie-consent-text {
    flex: 1;
    min-width: 240px;
}
.cookie-consent-text strong {
    display: block;
    color: #000000;
    font-size: 15px;
    margin-bottom: 4px;
}
.cookie-consent-text p {
    margin: 0;
    color: #555555;
    font-size: 13px;
    line-height: 1.5;
}
.cookie-consent-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 9px 22px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #000000;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.cookie-btn-primary {
    background: #000000;
    color: #ffffff;
}
.cookie-btn-primary:hover {
    background: #333333;
}
.cookie-btn-outline {
    background: transparent;
    color: #000000;
    border-color: #000000;
}
.cookie-btn-outline:hover {
    background: #000000;
    color: #ffffff;
}
@media (max-width: 576px) {
    .cookie-consent-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
    .cookie-consent-actions {
        justify-content: flex-end;
    }
}
