/* EasyBusHire — main stylesheet
   Mobile-first. Uses CSS variables injected by Customizer (--ebh-primary, --ebh-navy). */

:root{
	--ebh-primary:#3B82F6;
	--ebh-primary-glow:#60A5FA;
	--ebh-navy:#0F1F3D;
	--ebh-navy-2:#1E3A5F;
	--ebh-bg:#ffffff;
	--ebh-fg:#1f2937;
	--ebh-muted:#64748b;
	--ebh-border:#e2e8f0;
	--ebh-soft:#f1f5f9;
	--ebh-radius:14px;
	--ebh-shadow-card:0 10px 40px -10px rgba(15,31,61,.15);
	--ebh-shadow-elev:0 20px 60px -20px rgba(59,130,246,.35);
	--ebh-gradient-hero:linear-gradient(135deg,var(--ebh-navy) 0%,var(--ebh-navy-2) 100%);
	--ebh-gradient-cta:linear-gradient(135deg,var(--ebh-primary) 0%,var(--ebh-primary-glow) 100%);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--ebh-fg);background:var(--ebh-bg);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--ebh-primary);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4,.ebh-hero__title,.ebh-section__title{font-family:'Playfair Display',Georgia,serif;color:var(--ebh-navy);line-height:1.15;margin:0 0 .5em}
.screen-reader-text{position:absolute;left:-9999px}
.skip-link:focus{position:fixed;top:8px;left:8px;background:#fff;padding:8px;z-index:1000}

.ebh-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}


.ebh-wordmark {
    display: block !important;
    font-size: 0 !important;
    width: 267px !important;
    height: 80px !important;
    background-image: url('https://easybushire.co.uk/wp-content/uploads/2026/04/LOGO350-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}
.ebh-wordmark span {
    display: none;
}

/* Header */
.ebh-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--ebh-border)}
.ebh-header__inner{display:flex;align-items:center;justify-content:space-between;height:80px;gap:24px}
.ebh-wordmark{font-family:'Pacifico',cursive;color:var(--ebh-primary);text-decoration:none;display:block;width:267px;height:80px}
.ebh-wordmark__alt{color:var(--ebh-navy);opacity:.85}
.ebh-wordmark--light{color:var(--ebh-primary-glow);font-size:28px}
.ebh-wordmark--light .ebh-wordmark__alt{color:rgba(255,255,255,.9)}
.ebh-nav{display:none}
.ebh-nav__list{list-style:none;margin:0;padding:0;display:flex;gap:32px}
.ebh-nav__list a{color:#475569;font-weight:500;font-size:14px}
.ebh-nav__list .current-menu-item a,.ebh-nav__list a:hover{color:var(--ebh-primary);text-decoration:none}
.ebh-header__cta{display:none}
.ebh-menu-toggle{background:none;border:0;padding:8px;cursor:pointer;display:flex;flex-direction:column;gap:5px}
.ebh-menu-toggle span{width:22px;height:2px;background:var(--ebh-navy);display:block}
.ebh-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ebh-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.ebh-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ebh-nav.is-open{display:block;position:absolute;left:0;right:0;top:64px;background:#fff;border-bottom:1px solid var(--ebh-border);padding:16px 20px}
.ebh-nav.is-open .ebh-nav__list{flex-direction:column;gap:16px}

@media (min-width:860px){
	.ebh-nav{display:block;position:static;background:none;border:0;padding:0}
	.ebh-nav .ebh-nav__list{flex-direction:row;gap:32px}
	.ebh-header__cta{display:inline-flex}
	.ebh-menu-toggle{display:none}
}

/* Buttons */
.ebh-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;padding:12px 22px;border-radius:999px;border:0;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .15s}
.ebh-btn:hover{opacity:.95;text-decoration:none}
.ebh-btn:active{transform:translateY(1px)}
.ebh-btn--cta{background:var(--ebh-gradient-cta);color:#fff;box-shadow:var(--ebh-shadow-elev)}
.ebh-btn--primary{background:var(--ebh-primary);color:#fff}
.ebh-btn--ghost{background:transparent;color:var(--ebh-navy);border:2px solid var(--ebh-border)}
.ebh-btn--ghost-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}
.ebh-btn--small{padding:8px 16px;font-size:13px}
.ebh-btn--full{width:100%}

/* Hero */
.ebh-hero{background:var(--ebh-gradient-hero);color:#fff;padding:80px 0 60px;text-align:center}
.ebh-hero--sm{padding:60px 0 40px}
.ebh-hero__title{color:#fff;font-size:clamp(32px,5vw,56px);font-weight:700}
.ebh-hero__title em{font-style:italic;color:var(--ebh-primary-glow)}
.ebh-hero__subtitle{color:rgba(255,255,255,.85);max-width:680px;margin:16px auto 0;font-size:17px}
.ebh-pill{display:inline-block;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:6px 16px;border-radius:999px;font-size:13px;letter-spacing:.02em;margin-bottom:18px}

/* Sections */
.ebh-section{padding:60px 0}
.ebh-section--alt{background:var(--ebh-soft)}
.ebh-section--lift{margin-top:-50px;position:relative;z-index:2;padding-top:0}
.ebh-section--center{text-align:center;padding:80px 0}
.ebh-section__title{font-size:clamp(28px,3.5vw,40px);text-align:center;margin-bottom:36px}
.ebh-section__cta{text-align:center;margin-top:32px}

/* Grids */
.ebh-grid-2{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:680px){.ebh-grid-2{grid-template-columns:1fr 1fr}}

/* Forms */
.ebh-form{background:#fff;border-radius:var(--ebh-radius);padding:32px;display:flex;flex-direction:column;gap:14px}
.ebh-form__title{font-size:24px;margin-bottom:8px;text-align:center}
.ebh-form label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--ebh-fg)}
.ebh-form label > span{font-weight:600;color:var(--ebh-navy)}
.ebh-form input[type=text],.ebh-form input[type=email],.ebh-form input[type=tel],.ebh-form input[type=number],.ebh-form input[type=date],.ebh-form input[type=time],.ebh-form input[type=url],.ebh-form input[type=search],.ebh-form select,.ebh-form textarea{padding:11px 14px;border:1px solid var(--ebh-border);border-radius:10px;font:inherit;width:100%;background:#fff;color:var(--ebh-fg)}
.ebh-form input:focus,.ebh-form select:focus,.ebh-form textarea:focus{outline:0;border-color:var(--ebh-primary);box-shadow:0 0 0 3px rgba(59,130,246,.15)}
.ebh-checkbox{flex-direction:row;align-items:flex-start;gap:10px;font-size:13px;color:var(--ebh-muted)}
.ebh-checkbox input{margin-top:3px}
.ebh-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.ebh-form__status{margin:8px 0 0;font-size:14px;text-align:center}
.ebh-form__status.is-success{color:#059669}
.ebh-form__status.is-error{color:#dc2626}
.ebh-form__status.is-warning{color:#d97706}
.ebh-card-elev{box-shadow:var(--ebh-shadow-card)}

.ebh-toggle{display:inline-flex;background:var(--ebh-soft);border-radius:999px;padding:4px;align-self:center;margin-bottom:8px}
.ebh-toggle label{cursor:pointer;flex-direction:row;gap:0}
.ebh-toggle input{position:absolute;opacity:0}
.ebh-toggle span{padding:8px 18px;border-radius:999px;font-size:13px;font-weight:600;color:var(--ebh-muted)}
.ebh-toggle input:checked + span{background:#fff;color:var(--ebh-navy);box-shadow:0 1px 4px rgba(0,0,0,.08)}

/* Trust strip */
.ebh-trust{padding:24px 0;border-top:1px solid var(--ebh-border);border-bottom:1px solid var(--ebh-border);background:#fff}
.ebh-trust__row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;text-align:center;font-size:14px;color:var(--ebh-muted)}
@media (min-width:780px){.ebh-trust__row{grid-template-columns:repeat(4,1fr)}}

/* How it works */
.ebh-steps{display:grid;grid-template-columns:1fr;gap:24px}
@media (min-width:760px){.ebh-steps{grid-template-columns:repeat(3,1fr)}}
.ebh-step{background:#fff;border:1px solid var(--ebh-border);border-radius:var(--ebh-radius);padding:28px;text-align:center}
.ebh-step__num{width:44px;height:44px;border-radius:50%;background:var(--ebh-gradient-cta);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;margin:0 auto 14px}
.ebh-step h3{font-size:18px}
.ebh-step p{margin:0;color:var(--ebh-muted);font-size:14px}

/* Occasions */
.ebh-occasions{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media (min-width:560px){.ebh-occasions{grid-template-columns:repeat(4,1fr)}}
@media (min-width:920px){.ebh-occasions{grid-template-columns:repeat(8,1fr)}}
.ebh-occasion{background:#fff;border:1px solid var(--ebh-border);border-radius:var(--ebh-radius);padding:18px 10px;text-align:center;transition:transform .15s,box-shadow .15s}
.ebh-occasion:hover{transform:translateY(-2px);box-shadow:var(--ebh-shadow-card)}
.ebh-occasion__icon{font-size:30px;margin-bottom:6px}
.ebh-occasion__label{font-size:13px;font-weight:600;color:var(--ebh-navy)}

/* CTA band */
.ebh-cta-band{background:var(--ebh-gradient-hero);color:#fff;padding:64px 0;text-align:center}
.ebh-cta-band--soft{background:var(--ebh-soft);color:var(--ebh-fg)}
.ebh-cta-band--soft h2{color:var(--ebh-navy)}
.ebh-cta-band h2{color:#fff;font-size:clamp(28px,3.5vw,40px);margin:0 0 12px}
.ebh-cta-band p{margin:0 auto 24px;max-width:560px;color:rgba(255,255,255,.85)}
.ebh-cta-band--soft p{color:var(--ebh-muted)}
.ebh-cta-band__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* Operators */
.ebh-search-bar{display:flex;gap:10px;margin-bottom:30px}
.ebh-search-bar input{flex:1;padding:11px 14px;border:1px solid var(--ebh-border);border-radius:10px;font:inherit}
.ebh-op-grid{display:grid;grid-template-columns:1fr;gap:18px}
@media (min-width:560px){.ebh-op-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:860px){.ebh-op-grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:1100px){.ebh-op-grid{grid-template-columns:repeat(4,1fr)}}
.ebh-op-card{position:relative;background:#fff;border:1px solid var(--ebh-border);border-radius:var(--ebh-radius);padding:22px;display:flex;flex-direction:column;gap:6px;transition:box-shadow .15s}
.ebh-op-card:hover{box-shadow:var(--ebh-shadow-card)}
.ebh-op-card__badge{position:absolute;top:14px;right:14px;background:var(--ebh-primary);color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em;padding:4px 8px;border-radius:999px;text-transform:uppercase}
.ebh-op-card__avatar{font-size:34px;margin-bottom:6px}
.ebh-op-card__name{font-size:17px;margin:0}
.ebh-op-card__meta{font-size:13px;color:var(--ebh-muted)}
.ebh-op-card__lic{font-size:12px;color:var(--ebh-muted);font-family:ui-monospace,monospace;margin-top:6px}
.ebh-op-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;border-top:1px solid var(--ebh-border)}
.ebh-op-card__status{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}
.ebh-op-card__status.is-listed{color:#059669}
.ebh-op-card__status.is-empty{color:#94a3b8}

.ebh-pagination{margin-top:30px;text-align:center;display:flex;gap:6px;justify-content:center;flex-wrap:wrap}
.ebh-pagination .page-numbers{padding:8px 13px;border:1px solid var(--ebh-border);border-radius:8px;font-size:14px;color:var(--ebh-fg)}
.ebh-pagination .current{background:var(--ebh-primary);color:#fff;border-color:var(--ebh-primary)}

/* Trips */
.ebh-trip-grid{display:grid;grid-template-columns:1fr;gap:22px}
@media (min-width:680px){.ebh-trip-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.ebh-trip-grid{grid-template-columns:repeat(3,1fr)}}
.ebh-trip-card{background:#fff;border-radius:var(--ebh-radius);overflow:hidden;box-shadow:var(--ebh-shadow-card);display:flex;flex-direction:column}
.ebh-trip-card__head{padding:30px;color:#fff;display:flex;justify-content:space-between;align-items:center}
.ebh-trip-card__emoji{font-size:38px}
.ebh-trip-card__tag{background:rgba(255,255,255,.2);padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600}
.ebh-trip-card__body{padding:22px}
.ebh-trip-card__meta{font-size:13px;color:var(--ebh-muted);margin-bottom:6px}
.ebh-trip-card__route{font-weight:600;color:var(--ebh-navy);font-size:14px;margin-bottom:6px}
.ebh-trip-card__title{font-size:18px;margin:6px 0}
.ebh-trip-card__excerpt{font-size:14px;color:var(--ebh-muted)}
.ebh-trip-card__excerpt p{margin:0 0 8px}
.ebh-trip-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:13px;color:var(--ebh-muted)}
.ebh-rating{color:#f59e0b;letter-spacing:1px}

/* Contact info cards */
.ebh-contact-info{display:flex;flex-direction:column;gap:14px}
.ebh-info-card{background:#fff;border:1px solid var(--ebh-border);border-radius:var(--ebh-radius);padding:18px;display:flex;gap:14px;align-items:flex-start}
.ebh-info-card strong{display:block;color:var(--ebh-navy);margin-bottom:4px}
.ebh-info-card__icon{font-size:24px;flex-shrink:0}
.ebh-info-card--cta{background:var(--ebh-soft);border-color:transparent;flex-direction:column}

/* Blog content */
.ebh-page-header{margin-bottom:30px;text-align:center}
.ebh-page-title{font-size:clamp(28px,4vw,44px)}
.ebh-prose{max-width:760px;margin:0 auto;font-size:17px}
.ebh-prose p{margin:0 0 1em}
.ebh-post-card{background:#fff;border:1px solid var(--ebh-border);border-radius:var(--ebh-radius);padding:24px;margin-bottom:20px}
.ebh-post-card__title{margin:0 0 6px;font-size:22px}
.ebh-post-card__title a{color:var(--ebh-navy)}
.ebh-post-card__meta{font-size:13px;color:var(--ebh-muted);margin-bottom:10px}
.ebh-sidebar .widget{background:#fff;border:1px solid var(--ebh-border);border-radius:var(--ebh-radius);padding:18px;margin-bottom:18px}
.widget-title{margin:0 0 10px;font-size:16px}

/* Footer */
.ebh-footer{background:var(--ebh-navy);color:rgba(255,255,255,.75);padding:50px 0 30px;text-align:center}
.ebh-footer__widgets{display:grid;grid-template-columns:1fr;gap:30px;text-align:left;margin-bottom:30px}
@media (min-width:760px){.ebh-footer__widgets{grid-template-columns:repeat(3,1fr)}}
.ebh-footer__col .widget-title{color:#fff}
.ebh-footer__col a{color:rgba(255,255,255,.75)}
.ebh-footer__col a:hover{color:#fff}
.ebh-footer__brand{margin-bottom:16px}
.ebh-footer__brand .ebh-wordmark--light{width:267px;height:80px;display:block}
.ebh-footer__menu{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;font-size:14px}
.ebh-footer__menu a{color:rgba(255,255,255,.75)}
.ebh-footer__menu a:hover{color:#fff;text-decoration:none}
.ebh-footer__copy{font-size:12px;color:rgba(255,255,255,.55);margin:0}




/*new style*/

.ebh-occasion__icon {
    font-size: 30px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 0;
}
img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.busHire_page .ebh-occasion {
	padding: 0 !important;
	 border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid var(--g2) !important;
    background: rgb(255, 255, 255) !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.busHire_page .ebh-occasion:hover {
	 border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid var(--g2);
    background: rgb(255, 255, 255);
    transition: transform 0.2s, box-shadow 0.2s;
    transform: translateY(-4px);
    box-shadow: rgba(74, 144, 217, 0.18) 0px 12px 32px;
}

.ebh-occasion__label {
	 padding: 14px 16px;
    text-align: center;
}

.ebh-occasion__icon {
	 font-size: 30px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 0;
  }
  
/* ... */
.busHire_page .ebh-toggle label span {
    border: 2px solid transparent;
}

.busHire_page .ebh-toggle label:has(input:not(:checked)) span {
    border: 2px solid var(--g2);
    color: var(--g6);
}

.ebh-toggle input:checked + span {
    border: 2px solid var(--bd) !important;
}

/* ... */
.busHire_page .fg.event_type {
    grid-column: span 1 !important;
}

.busHire_page .fg.special_req {
    grid-column: span 2 !important;
}

.busHire_page .fg.event_type select {
    height: 100%;
    min-height: 40px;
}

.busHire_page .fg.special_req textarea {
    height: 100%;
    min-height: 80px;
    resize: vertical;
}

.busHire_page .fgrid .fg.green select {
    background: #F7FCF9 !important;
    border-color: #B2D8C0 !important;
}

.busHire_page .fgrid .fg.red select {
    background: #FDF6F5 !important;
    border-color: #DDBAB6 !important;
}

@media (max-width: 767px) {
    .busHire_page .fgrid {
        grid-template-columns: 1fr !important;
    }

    .busHire_page .fg.event_type,
    .busHire_page .fg.special_req,
    .busHire_page .fg.full {
        grid-column: span 1 !important;
    }
}