/* Theme Name: Schiphol Taxi Official V2, Version: 1.1.2, Requires PHP: 8.5 */
:root{
  --st-blue:#003082; --st-blue-dark:#001f5c; --st-blue-50:#e8f0fa; --st-blue-100:#d0dcec;
  --st-gold:#ffc400; --st-gold-dark:#e6b000; --st-green:#25D366;
  --st-text:#1a1a1a; --st-muted:#555; --st-border:#d5dde8; --st-grey:#f8f9fa;
  --st-radius:12px; --st-radius-sm:8px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--st-text);background:#fff;line-height:1.65;font-size:16px;overflow-x:hidden;max-width:100%;width:100%}
img{max-width:100%;height:auto;display:block} a{text-decoration:none;color:inherit} button{font-family:inherit}

/* Top bar */
.top-bar{background:var(--st-blue-dark);color:rgba(255,255,255,.85);font-size:13px;padding:7px 5vw;display:flex;justify-content:space-between;align-items:center;gap:20px}
.top-bar a{color:rgba(255,255,255,.85)} .top-bar .sep{opacity:.4}
.top-bar .tb-rating{display:inline-flex;align-items:center;gap:5px;font-weight:600}
.top-bar .tb-stars{color:var(--st-gold);letter-spacing:1px}

/* Header */
.site-header{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,48,130,.08);padding:0 5vw;overflow-x:clip;max-width:100%}
.nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:76px;gap:24px;max-width:100%;overflow:hidden}
.site-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.site-logo .logo-mark{width:40px;height:40px;border-radius:8px;background:var(--st-blue);display:flex;align-items:center;justify-content:center;font-size:22px}
.site-logo .logo-text{display:flex;flex-direction:column;line-height:1.05}
.site-logo .logo-text .l1{font-size:15px;font-weight:800;color:var(--st-blue)}
.site-logo .logo-text .l2{font-size:11px;font-weight:600;color:var(--st-gold);letter-spacing:.1em;text-transform:uppercase}
.nav-menu{display:flex;align-items:center;gap:28px;list-style:none;flex:1;justify-content:center;margin:0;padding:0;min-width:0;overflow:hidden}
.nav-menu a{font-size:15px;font-weight:500;color:#333;transition:color .2s}
.nav-menu a:hover{color:var(--st-blue)}
.nav-actions{display:flex;align-items:center;gap:12px}
.nav-phone{display:inline-flex;align-items:center;gap:6px;color:var(--st-blue);font-weight:700;font-size:15px;text-decoration:none;white-space:nowrap}
.nav-cta{background:var(--st-gold);color:var(--st-blue-dark);padding:11px 24px;border-radius:50px;font-weight:800;font-size:14px;border:none;cursor:pointer;white-space:nowrap}
.nav-cta:hover{background:var(--st-gold-dark)}
.nav-whatsapp{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--st-green);color:#fff;font-size:20px;text-decoration:none;flex-shrink:0;position:relative;z-index:101}
.nav-whatsapp:hover{opacity:.85}
.hamburger{display:none;background:none;border:none;cursor:pointer;font-size:24px;color:var(--st-blue)}

/* Hero */
.hero{position:relative;overflow-x:clip;min-height:560px;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,48,130,.87) 0%,rgba(0,31,92,.93) 100%)}
.hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:64px 5vw;width:100%}
.hero-content{max-width:640px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,196,0,.15);border:1px solid rgba(255,196,0,.4);color:var(--st-gold);font-size:13px;font-weight:700;padding:6px 16px;border-radius:50px;margin-bottom:20px}
.hero h1{font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:16px;letter-spacing:-.02em}
.hero h1 .accent{color:var(--st-gold)}
.hero-sub{font-size:17px;color:rgba(255,255,255,.85);margin-bottom:24px;max-width:520px;line-height:1.6}
.hero-checks{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.hero-check{display:flex;align-items:flex-start;gap:10px;color:#fff;font-size:15px}
.hero-check .check-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}
.hero-cta-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 32px;border-radius:50px;font-size:16px;font-weight:800;cursor:pointer;border:none;transition:all .2s;gap:8px;text-decoration:none;white-space:nowrap}
.btn-gold{background:var(--st-gold);color:var(--st-blue-dark)}.btn-gold:hover{background:var(--st-gold-dark)}
.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-green{background:var(--st-green);color:#fff}
.hero-stats{display:flex;gap:28px;flex-wrap:wrap}
.hero-stat .stat-num{font-size:28px;font-weight:900;color:var(--st-gold);line-height:1}
.hero-stat .stat-label{font-size:12px;color:rgba(255,255,255,.7)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;width:100%;min-width:0}
.hero-content{min-width:0}
.hero-form-col{background:#fff;border-radius:var(--st-radius);padding:24px;box-shadow:0 12px 40px rgba(0,0,0,.25);min-width:0}
.hero-form-col h3{font-size:1.2rem;font-weight:800;color:var(--st-blue);margin-bottom:4px}
.hero-form-col p{font-size:13px;color:var(--st-muted);margin-bottom:16px}

/* Trust strip */
.trust-strip{background:var(--st-grey);padding:48px 5vw;text-align:center;overflow-x:hidden}
.trust-strip h2{font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:800;color:#333;margin-bottom:32px}
.trust-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:32px 48px;align-items:center}
.trust-badge{display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;letter-spacing:-.02em;opacity:.55;transition:all .2s;padding:10px 20px;border-bottom:3px solid var(--c);color:var(--c)}
.trust-badge:hover{opacity:1;transform:translateY(-2px)}

/* Section */
.section{padding:64px 5vw;overflow-x:clip}
.section-inner{max-width:1280px;margin:0 auto;overflow-x:clip}
.section-header{text-align:center;margin-bottom:48px}
.section-header .eyebrow{display:inline-block;background:rgba(0,48,130,.08);color:var(--st-blue);font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.section-header h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:var(--st-blue);margin-bottom:12px;letter-spacing:-.01em}
.section-header p{font-size:16px;color:var(--st-muted);max-width:640px;margin:0 auto}

/* Service cards (image top, text bottom) */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.svc-card{background:#fff;border-radius:var(--st-radius);overflow:hidden;box-shadow:0 2px 12px rgba(0,48,130,.06);border:1px solid var(--st-border);transition:all .2s;cursor:pointer;min-width:0}
.svc-card:hover{box-shadow:0 8px 32px rgba(0,48,130,.12);transform:translateY(-3px)}
.svc-card .svc-img{height:220px;background-size:cover;background-position:center;background:linear-gradient(135deg,var(--st-blue-50),var(--st-blue-100))}
.svc-card .svc-body{padding:24px}
.svc-card h3{font-size:18px;font-weight:700;color:var(--st-text);margin-bottom:8px}
.svc-card p{font-size:14px;color:var(--st-muted);line-height:1.6;margin-bottom:16px}
.svc-card .svc-link{color:var(--st-blue);font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:5px}

/* Split section */
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;min-width:0}
.split>*{min-width:0}
.split.reverse .split-img{order:-1}
.split .split-img{border-radius:var(--st-radius);overflow:hidden;box-shadow:0 8px 32px rgba(0,48,130,.12);height:360px;background-size:cover;background-position:center}
.split .tag{display:inline-block;background:rgba(0,48,130,.08);color:var(--st-blue);font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.split h2{font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:800;color:var(--st-blue);margin-bottom:16px;line-height:1.2}
.split p{font-size:15px;color:var(--st-muted);line-height:1.8;margin-bottom:24px}
.split .btn-link{color:var(--st-blue);font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:6px}

/* Price table */
.price-table-wrap{background:#fff;border-radius:var(--st-radius);overflow:hidden;box-shadow:0 4px 24px rgba(0,48,130,.08);border:1px solid var(--st-border);max-width:720px;margin:0 auto}
.price-table{width:100%;border-collapse:collapse}
.price-table th{background:var(--st-blue);color:#fff;padding:14px 20px;font-size:14px;font-weight:700;text-align:left}
.price-table th:last-child{text-align:right}
.price-table td{padding:12px 20px;border-bottom:1px solid var(--st-border);font-size:15px}
.price-table td:last-child{text-align:right;font-weight:800;color:var(--st-blue)}
.price-table tr:hover td{background:var(--st-blue-50)}
.price-note{font-size:13px;color:#999;text-align:center;margin-top:16px}

/* Reviews */
.reviews-summary{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:40px;flex-wrap:wrap}
.reviews-summary .rs-score{font-size:56px;font-weight:900;color:var(--st-blue);line-height:1}
.reviews-summary .rs-stars{color:var(--st-gold);font-size:24px;letter-spacing:2px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-card{background:#fff;border-radius:var(--st-radius);padding:24px;box-shadow:0 2px 12px rgba(0,48,130,.06);border:1px solid var(--st-border);min-width:0}
.review-card .r-stars{color:var(--st-gold);font-size:16px;letter-spacing:1px;margin-bottom:12px}
.review-card .r-body{font-size:14px;color:var(--st-text);line-height:1.6;margin-bottom:16px}
.review-card .r-name{font-size:14px;font-weight:700;color:var(--st-text)}

/* FAQ */
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid var(--st-border);border-radius:var(--st-radius-sm);overflow:hidden}
.faq-item summary{padding:18px 24px;font-size:16px;font-weight:700;color:var(--st-text);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:22px;color:var(--st-blue);transition:transform .2s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item .faq-answer{padding:0 24px 18px;font-size:15px;color:var(--st-muted);line-height:1.7}

/* CTA */
.cta-banner{background:var(--st-blue);padding:64px 5vw;text-align:center;overflow-x:hidden}
.cta-banner h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:#fff;margin-bottom:12px}
.cta-banner p{color:rgba(255,255,255,.88);font-size:16px;margin-bottom:28px;max-width:560px;margin-left:auto;margin-right:auto}

/* Footer */
.site-footer{background:var(--st-blue-dark);color:rgba(255,255,255,.65);padding:56px 5vw 24px;overflow-x:hidden}
.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-logo .logo-mark{width:36px;height:36px;border-radius:8px;background:var(--st-blue);display:flex;align-items:center;justify-content:center;font-size:20px}
.footer-logo .l1{font-size:13px;font-weight:800;color:#fff}
.footer-logo .l2{font-size:11px;font-weight:600;color:var(--st-gold);letter-spacing:.08em;text-transform:uppercase}
.footer-brand p{font-size:13px;line-height:1.7;max-width:320px}
.footer-col h4{font-size:12px;font-weight:700;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:10px}
.footer-col a{color:rgba(255,255,255,.6);font-size:14px}
.footer-col a:hover{color:var(--st-gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;font-size:13px;flex-wrap:wrap;gap:12px}

/* Booking form override */
#tmf,.tm-booking-form{display:flex;flex-direction:column;gap:8px;background:transparent!important;border-radius:0!important;overflow:visible!important;border:none!important;box-shadow:none!important;height:auto!important;min-height:0!important}
#tmf .tmh,.tm-booking-form .tmh{display:none!important}
#tmf .tm-steps,.tm-booking-form .tm-steps{display:none!important}
#tmf .tms,.tm-booking-form .tms{padding:0!important;background:transparent!important;overflow:visible!important;flex:0 0 auto!important}
#tmf .tm-field>label,.tm-booking-form .tm-field>label{color:#374151;font-size:11px;font-weight:700;margin-bottom:4px;display:block;text-transform:uppercase;letter-spacing:.04em}
#tmf input[type=text],#tmf input[type=date],#tmf input[type=time],#tmf input[type=tel],#tmf input[type=email],#tmf input[type=number],#tmf select,#tmf textarea,.tm-booking-form input[type=text],.tm-booking-form input[type=date],.tm-booking-form input[type=time],.tm-booking-form input[type=tel],.tm-booking-form input[type=email],.tm-booking-form input[type=number],.tm-booking-form select,.tm-booking-form textarea{width:100%;background:#fff;border:1px solid var(--st-border);border-radius:var(--st-radius-sm);padding:12px 14px;font-size:14px;color:var(--st-text);font-family:inherit}
#tmf input:focus,#tmf select:focus,.tm-booking-form input:focus,.tm-booking-form select:focus{outline:none;border-color:var(--st-gold);box-shadow:0 0 0 3px rgba(255,196,0,.2)}
#tmf .tm-btn,.tm-booking-form .tm-btn{background:var(--st-gold)!important;color:var(--st-blue-dark)!important;border:none!important;border-radius:50px!important;padding:14px 24px!important;font-size:16px!important;font-weight:800!important;cursor:pointer;width:100%}
#tmf .tm-btn-primary,.tm-booking-form .tm-btn-primary{background:var(--st-gold)!important;color:var(--st-blue-dark)!important}
/* Retour toggle — voorkom dat label/checkbox uit kader vallen */
#tmf .tm-retour-mini,.tm-booking-form .tm-retour-mini{display:flex!important;align-items:center!important;flex-direction:row!important;gap:7px!important;padding:0 14px!important;height:44px!important;border:1px solid var(--st-border)!important;border-radius:var(--st-radius-sm)!important;background:#fff!important;cursor:pointer!important;flex:0 0 auto!important;white-space:nowrap!important;width:auto!important;box-sizing:border-box!important}
#tmf .tm-retour-mini label,.tm-booking-form .tm-retour-mini label{display:inline-block!important;margin:0!important;padding:0!important;text-transform:none!important;font-size:13px!important;font-weight:600!important;color:var(--st-text)!important;letter-spacing:0!important;white-space:nowrap!important;line-height:1!important}
#tmf .tm-retour-mini input[type=checkbox],.tm-booking-form .tm-retour-mini input[type=checkbox]{width:16px!important;height:16px!important;margin:0!important;padding:0!important;border:none!important;background:transparent!important;flex-shrink:0!important;order:1!important}
#tmf .tm-retour-mini label,.tm-booking-form .tm-retour-mini label{order:2!important}
/* Passagiers-counter — voorkom dat input 100% breed wordt */
#tmf .tm-counter,.tm-booking-form .tm-counter{display:flex;align-items:center;border:1px solid var(--st-border);border-radius:var(--st-radius-sm);overflow:hidden;width:fit-content}
#tmf .tm-counter input,.tm-booking-form .tm-counter input{width:44px!important;padding:0!important;border:none!important;background:transparent!important;text-align:center;font-weight:700;font-size:14px}
#tmf .tm-counter button,.tm-booking-form .tm-counter button{background:#f8f9fa;border:none;width:38px;height:44px;font-size:16px;font-weight:700;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center}
#tmf .tm-counter button:hover,.tm-booking-form .tm-counter button:hover{background:var(--st-gold);color:#fff}
/* Dierentellers / bagage-steppers — ronde knoppen blijven compact */
#tmf .tm-seat-minus,#tmf .tm-seat-plus,.tm-booking-form .tm-seat-minus,.tm-booking-form .tm-seat-plus{border:1.5px solid var(--st-gold);background:#fff;color:var(--st-blue-dark);width:24px;height:24px;border-radius:50%;font-weight:700;cursor:pointer;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}
#tmf .tm-seat-row,.tm-booking-form .tm-seat-row{border:1px solid var(--st-border);border-radius:var(--st-radius-sm);padding:6px 10px}
/* Donkerdere teksten — voorkom dat licht-grijze tekst er uitziet als een foutieve plugin */
#tmf .tm-price-note,#tmf .tm-vehicle-sub,#tmf .tm-route-prefix,#tmf .tm-loading,#tmf .tm-ok p,.tm-booking-form .tm-price-note,.tm-booking-form .tm-vehicle-sub,.tm-booking-form .tm-route-prefix{color:#4b5563!important}
#tmf .tm-vehicle-label,.tm-booking-form .tm-vehicle-label{color:#1a1a1a!important}
#tmf .tm-pay-opt,.tm-booking-form .tm-pay-opt{color:#1a1a1a!important}
#tmf .tm-step-title,.tm-booking-form .tm-step-title{color:var(--st-blue)!important}

/* Sticky mobile CTA bar */
.sticky-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;background:#fff;box-shadow:0 -4px 16px rgba(0,0,0,.12);padding:10px 4vw;gap:10px;align-items:center;max-width:100%}
.sticky-cta-bar .sticky-call,.sticky-cta-bar .sticky-wa{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;font-size:20px;flex-shrink:0;text-decoration:none}
.sticky-cta-bar .sticky-call{background:var(--st-blue);color:#fff}
.sticky-cta-bar .sticky-wa{background:var(--st-green);color:#fff}
.sticky-cta-bar .sticky-book{flex:1;padding:12px 20px!important;font-size:15px!important;border:none}

/* Responsive — iPad / smal desktop */
@media(max-width:1100px){
  .nav-menu{display:none}.hamburger{display:block}
  .nav-inner{gap:12px}
  .svc-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr;gap:32px}
  .split .split-img{height:280px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:32px}
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .hero{min-height:auto}
  .hero-inner{padding:48px 5vw}
  .hero-form-col{max-height:none;order:0}
  .hero-content{max-width:none}
  .section{padding:48px 5vw}
  .trust-logos{gap:20px 32px}
  .trust-badge{font-size:18px;padding:8px 16px}
}
/* Responsive — Mobile */
@media(max-width:768px){
  body{padding-bottom:68px}
  .sticky-cta-bar{display:flex}
  .nav-phone{display:none}
  .nav-actions{gap:8px}
  .nav-cta{padding:9px 18px;font-size:13px}
  .nav-whatsapp{width:36px;height:36px;font-size:18px}
  .site-logo .logo-text .l1{font-size:14px}
  .site-logo .logo-text .l2{font-size:10px}
  .site-logo .logo-mark{width:36px;height:36px;font-size:20px}
  .nav-inner{height:64px;gap:12px}
  #st-v2-mobile-menu{top:64px!important;max-height:calc(100vh - 64px)!important}
  .top-bar{flex-wrap:wrap;gap:4px 14px;font-size:12px;padding:6px 4vw;justify-content:center;text-align:center}
  .top-bar .tb-rating{display:none}
  .hero-inner{padding:36px 5vw 40px}
  .hero h1{font-size:1.9rem}
  .hero-sub{font-size:15px}
  .hero-badge{font-size:12px;padding:5px 12px;margin-bottom:16px}
  .hero-checks{gap:8px;margin-bottom:20px}
  .hero-check{font-size:14px}
  .hero-cta-row{flex-direction:column;width:100%}
  .hero-cta-row .btn{width:100%}
  .hero-stats{gap:16px 24px}
  .hero-stat .stat-num{font-size:22px}
  .hero-stat .stat-label{font-size:11px}
  .hero-form-col{padding:20px;border-radius:10px}
  .hero-form-col h3{font-size:1.1rem}
  .section{padding:36px 5vw}
  .section-header{margin-bottom:28px}
  .section-header h2{font-size:1.6rem}
  .svc-grid,.reviews-grid{grid-template-columns:1fr;gap:16px}
  .svc-card .svc-img{height:180px}
  .svc-card .svc-body{padding:18px}
  .split{gap:24px}
  .split .split-img{height:220px}
  .split h2{font-size:1.5rem}
  .footer-inner{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;gap:8px;text-align:center}
  .trust-logos{gap:14px 20px}
  .trust-badge{font-size:16px;padding:6px 12px}
  .price-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .price-table th,.price-table td{padding:10px 14px;font-size:14px;white-space:nowrap}
  .reviews-summary{gap:20px}
  .reviews-summary .rs-score{font-size:42px}
  .cta-banner{padding:40px 5vw}
  .cta-banner h2{font-size:1.6rem}
}
/* Responsive — Extra klein */
@media(max-width:480px){
  .hero-inner{padding:28px 5vw 32px}
  .hero h1{font-size:1.6rem}
  .hero-sub{font-size:14px}
  .hero-badge{font-size:11px;padding:4px 10px;margin-bottom:14px}
  .hero-check{font-size:13px}
  .hero-stats{gap:12px 18px}
  .hero-stat .stat-num{font-size:20px}
  .section{padding:28px 5vw}
  .section-header h2{font-size:1.4rem}
  .section-header p{font-size:14px}
  .svc-card .svc-img{height:160px}
  .svc-card .svc-body{padding:16px}
  .svc-card h3{font-size:16px}
  .svc-card p{font-size:13px}
  .split .split-img{height:180px}
  .split h2{font-size:1.3rem}
  .split p{font-size:14px}
  .hero-form-col{padding:16px;border-radius:8px}
  .hero-form-col h3{font-size:1rem}
  #tmf input,#tmf select,#tmf textarea,.tm-booking-form input,.tm-booking-form select,.tm-booking-form textarea{font-size:13px;padding:10px 12px}
  #tmf .tm-btn,.tm-booking-form .tm-btn{font-size:14px!important;padding:12px 20px!important}
  .trust-badge{font-size:14px;padding:5px 10px}
  .faq-item summary{padding:14px 18px;font-size:14px}
  .faq-item .faq-answer{padding:0 18px 14px;font-size:14px}
  .review-card{padding:18px}
  .review-card .r-body{font-size:13px}
  .reviews-summary .rs-score{font-size:36px}
  .reviews-summary .rs-stars{font-size:20px}
  .footer-bottom{font-size:12px}
}
