/* ===================================
   HEADER STYLES
   =================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: #0F1D2E;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-top-inner {
    display: flex;
    justify-content: flex-end;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.2s;
}

.header-phone:hover {
    color: #e63946;
}

.header-phone .fa-phone {
    color: #e63946;
}

.site-header .navbar {
    min-height: 80px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.site-header .navbar-brand {
    height: 80px;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
}

.header-logo {
    height: 150px !important;
    width: auto !important;
    max-height: 150px !important;
}

.company-name {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.company-name-ready {
    font-size: 1.25rem;
    font-weight: 800;
    color: #e63946;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.company-name-movers {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0F1D2E;
    text-transform: uppercase;
}

.navbar-burger {
    height: 80px;
    width: 50px;
}

.site-header .navbar-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.site-header .navbar-item {
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #0F1D2E;
    transition: color 0.2s, background 0.2s;
}

.site-header .navbar-item:hover {
    background: #f8f9fa;
    color: #e63946;
}

.site-header .button.is-primary {
    background: #e63946;
    border-color: #e63946;
    font-weight: 600;
}

.site-header .button.is-primary:hover {
    background: #c1121f;
    border-color: #c1121f;
}

/* Mobile styles */
@media screen and (max-width: 1023px) {
    .header-top {
        display: none;
    }

    .site-header .navbar {
        min-height: 70px;
    }

    .site-header .navbar-brand {
        height: 70px;
    }

    .header-logo {
        max-height: 50px !important;
        height: 50px !important;
    }

    .company-name-ready {
        font-size: 1rem;
    }

    .company-name-movers {
        font-size: 1.25rem;
    }

    .site-header .navbar-menu {
        background: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .site-header .navbar-menu.is-active {
        display: block;
    }
}

/* Desktop styles */
@media screen and (min-width: 1024px) {
    .site-header .navbar-burger {
        display: none;
    }

    .site-header .navbar-menu {
        display: flex;
        flex: 1;
        justify-content: space-between;
    }

    .site-header .navbar-start {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .site-header .navbar-end {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .header-logo {
        height: 75px !important;
        max-height: 75px !important;
    }

    .company-name-ready {
        font-size: 1.5rem;
    }

    .company-name-movers {
        font-size: 1.75rem;
    }

    .logo-container {
        gap: 1.5rem;
    }
}

/* ===================================
   EXISTING STYLES
   =================================== */

body {
    background-color:#0F1D2E;
    color:#ACB3B9;
}
footer h6{
    color:#f0f2f5!important;
}
footer a {
    color: #ACB3B9;
}
/* Old logo styles removed - now using new header */
#our-services, #reviews{
    background-color:#F9FAFB;
}
#our-services .subtitle{
    color: #717D8F;
}
#our-services .icon {
    background-color: #E7F0F8;
    border-radius: 40px;
}
#our-services .card .title {
    margin-top: 20px;
}
#our-services .container >.has-text-centered {
    margin-bottom: 25px;
}
.book-now .title {
    color: #F0F2F5;
}

.book-now .subtitle {
    color: #D1D4D0;
}
.book-now{
    border-top:1px solid #F9FAFB;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../oie_24337563tDiCm2.jpg') center / cover no-repeat;
}
/*.book-now #book-us{
    padding-right: 96px;
}*/
.book-now #book-us #book-a-move-title{
    font-size: 20px;
}
.book-now form .vf-radio-tabs.vf-radio-tabs-selected, #booking-confirmation form .vf-radio-tabs.vf-radio-tabs-selected{
    background-color:#1149a3;
}

.book-now form button.vf-btn.vf-btn-primary, #booking-confirmation form button.vf-btn.vf-btn-primary{
    background-color: #44A7DE;
}

#booking-confirmation {
    background-color: #F9FAFB;
}
#ready-to-move .title {
    color: #F0F2F5;
}

#ready-to-move .subtitle {
    color: #ACB3B9;
}

#ready-to-move #book-online {
    color: #F0F2F5;
}

#ready-to-move #call-us {
    color: #000;
}
#how-it-works{
    background-color: #F2F5F7;
}