/* =========================
   Lot Service Content
========================= */

.lot-service-box{
    max-width:900px;
    margin:auto;
    font-family:Segoe UI, sans-serif;
    line-height:1.55;
    color:#ffffff;
}

.lot-desc{
    font-size:24px;
    margin-bottom:22px;
    color:#ffffff;
}

.lot-guarantee{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.18);
    padding:18px 22px;
    border-radius:10px;
    margin-bottom:16px;
    font-size:20px;
    color:#ffffff;
}

.lot-guarantee strong{
    font-size:22px;
}

.lot-followup{
    font-size:20px;
    color:#ffffff;
}


/* =========================
   Hide Theme Elements
========================= */

.page-title{
    display:none;
}

.search-form{
    display:none !important;
}


/* =========================
   Desktop Menu (Only Desktop)
========================= */

@media (min-width:769px){

    .main-header-menu > li > a{
        font-size:17px;
        padding:6px 16px;
        font-weight:700;
        border-radius:999px;
        line-height:1;
    }

    .main-header-menu > li > a:hover,
    .main-header-menu > .current-menu-item > a{
        background:#BD1F44;
        color:#ffffff !important;
        padding:6px 16px;
    }

    .ast-primary-header-bar{
        min-height:80px;
    }
}


/* =========================
   Tablet
========================= */

@media (max-width:1024px){
    .lot-desc{
        font-size:21px;
    }

    .lot-guarantee{
        font-size:18px;
    }

    .lot-guarantee strong{
        font-size:20px;
    }

    .lot-followup{
        font-size:18px;
    }
}


/* =========================
   Mobile
========================= */

@media (max-width:768px){

    .lot-desc{
        font-size:17px;
    }

    .lot-guarantee{
        font-size:16px;
        padding:14px 16px;
    }

    .lot-guarantee strong{
        font-size:17px;
    }

    .lot-followup{
        font-size:16px;
    }

    /* Hide Astra/Search Forms */
    .ast-header-search,
    .ast-search-menu-icon,
    .ast-icon.icon-search,
    .ast-mobile-popup-content .search-form,
    .ast-mobile-popup-content .ast-search-form,
    .ast-mobile-popup-content .search-field,
    .search-form{
        display:none !important;
    }

    /* Hamburger size */
    .ast-mobile-menu-trigger-minimal{
        font-size:30px;
        padding:12px;
    }

    /* Mobile drawer spacing */
    .ast-mobile-popup-drawer .ast-mobile-popup-inner{
        padding-top:24px;
    }

    .ast-mobile-popup-content{
        padding:10px 18px 24px;
    }

    /* Mobile menu links */
    .ast-mobile-popup-content .menu-item a{
        font-size:22px;
        font-weight:700;
        padding:18px 24px;
        color:#BD1F44 !important;
        border-bottom:1px solid rgba(0,0,0,.08);
    }

    .ast-mobile-popup-content .menu-item a:hover{
        background:#FFD447;
        color:#111111 !important;
    }
}