/* TrekIT customer web refresh — 2026-08-13
 * Visual layer only. Keeps existing Kohana/PHP routes, forms and JS behavior intact.
 */
:root {
  --trekit-navy:#123b70;
  --trekit-navy-dark:#0d2d56;
  --trekit-blue:#235b94;
  --trekit-ink:#15283f;
  --trekit-muted:#6d7b8c;
  --trekit-surface:#ffffff;
  --trekit-bg:#f4f7fb;
  --trekit-line:#e1e8f0;
  --trekit-green:#15875d;
  --trekit-green-soft:#eaf8f1;
  --trekit-red:#bd4c58;
  --trekit-red-soft:#fff0f2;
  --trekit-blue-soft:#edf4fd;
  --trekit-shadow:0 16px 42px rgba(19,48,80,.08);
}

html{scroll-behavior:smooth}
body.trekit-web{background:var(--trekit-bg);color:var(--trekit-ink);font-family:inherit;overflow-x:hidden}
body.trekit-web .page-wrapper{background:var(--trekit-bg);overflow:visible}
body.trekit-web a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
body.trekit-web .container{width:100%;max-width:1200px}

/* ---------- Shared customer header ---------- */
body.trekit-web .site-header.header-one{position:relative!important;top:auto;left:auto;width:100%;z-index:999;background:#fff;box-shadow:0 1px 0 rgba(20,43,69,.07)}
body.trekit-web .site-header.header-one .top-bar{background:#fff}
body.trekit-web .site-header.header-one .top-bar .container{min-height:74px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;position:relative}
body.trekit-web .site-header.header-one .top-bar .left-block{display:flex;align-items:center;gap:22px;min-width:0}
body.trekit-web .site-header.header-one .top-bar .left-block>a{margin:0!important;color:#36536f;font-size:13px;font-weight:700;white-space:nowrap}
body.trekit-web .site-header.header-one .top-bar .left-block>a i{color:var(--trekit-navy);margin-right:7px}
body.trekit-web .site-header.header-one .top-bar .left-block>a:hover{color:var(--trekit-navy)}
body.trekit-web .site-header.header-one .top-bar .left-block>a:hover i{color:var(--trekit-green)}
body.trekit-web .site-header.header-one .top-bar .logo-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}
body.trekit-web .site-header.header-one .top-bar .logo-block img{display:block;max-height:48px;max-width:150px;width:auto}
body.trekit-web .site-header.header-one .top-bar .social-block{display:flex;align-items:center;gap:8px}
body.trekit-web .site-header.header-one .top-bar .social-block a{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid var(--trekit-line);border-radius:50%;background:#f8fafc;color:#557089;font-size:13px}
body.trekit-web .site-header.header-one .top-bar .social-block a+a{margin-left:0}
body.trekit-web .site-header.header-one .top-bar .social-block a:hover{background:var(--trekit-blue-soft);border-color:#cfdeed;color:var(--trekit-navy)}

body.trekit-web .site-header.header-one .top-bar .left-block>.sub-menu{top:54px!important;left:0!important;min-width:180px;background:#fff;border:1px solid var(--trekit-line);border-radius:12px;box-shadow:var(--trekit-shadow);padding:8px;overflow:hidden}
body.trekit-web .site-header.header-one .top-bar .left-block>.sub-menu>li>a{padding:9px 12px!important;border-radius:8px;color:#334d67!important;background:transparent!important}
body.trekit-web .site-header.header-one .top-bar .left-block>.sub-menu>li:hover>a{background:#f1f5fa!important;color:var(--trekit-navy)!important}

body.trekit-web .site-header.header-one .header-navigation{position:relative;background:var(--trekit-navy)!important;margin:0;box-shadow:none}
body.trekit-web .site-header.header-one .header-navigation .container{max-width:1200px;background:transparent!important;border-radius:0!important;box-shadow:none!important;padding:0 20px;min-height:64px;display:flex;align-items:center;position:relative}
body.trekit-web .site-header.header-one .header-navigation .main-navigation{float:none;display:block}
body.trekit-web .site-header.header-one .header-navigation ul.navigation-box{display:flex;align-items:center;gap:8px}
body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li{padding:12px 0!important;margin:0!important}
body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li>a{display:flex;align-items:center;min-height:40px;padding:0 15px;border-radius:10px;color:#dbe8f5!important;font-size:12px;font-weight:800;letter-spacing:.12em;text-shadow:none!important}
body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li>a:before{display:none!important}
body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li.current>a,
body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li:hover>a{background:rgba(255,255,255,.12);color:#fff!important}
body.trekit-web .site-header.header-one .header-navigation .right-side-box{top:0;right:20px;height:64px;display:flex;align-items:center}
body.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block{height:44px;display:flex;align-items:center;gap:10px;padding:0 14px!important;border:1px solid rgba(255,255,255,.18);border-radius:12px!important;background:rgba(255,255,255,.08)!important}
body.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block .icon-block{position:static;width:30px;height:30px;line-height:30px;transform:none;background:rgba(255,255,255,.11);color:#fff}
body.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block .icon-block i{font-size:15px;line-height:30px}
body.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block .text-block{color:#fff;font-size:14px;font-weight:800;line-height:1.05}
body.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block .tag-line{color:#c6d7e8;font-size:9px;letter-spacing:.14em;margin-top:4px}
body.trekit-web .site-header.header-one .header-navigation.stricky-fixed{position:fixed;top:0;left:0;width:100%;background:var(--trekit-navy)!important;box-shadow:0 10px 30px rgba(12,40,70,.15)}
body.trekit-web .site-header.header-one .header-navigation.stricky-fixed .container:after{display:none}
body.trekit-web .site-header.header-one .header-navigation.stricky-fixed .container .right-side-box .contact-btn-block{margin:0;padding:0 14px!important;border-radius:12px!important}

/* ---------- Page title / breadcrumb ---------- */
body.trekit-web .inner-banner{position:relative;margin:0;padding:38px 0;background:linear-gradient(135deg,#eef4fb 0%,#f8fbfe 62%,#edf7f3 100%);min-height:unset;overflow:hidden}
body.trekit-web .inner-banner:before{content:"";position:absolute;right:-70px;top:-110px;width:330px;height:330px;border-radius:50%;background:rgba(27,91,145,.055)}
body.trekit-web .inner-banner .container{position:relative;z-index:1}
body.trekit-web .inner-banner .thm-breadcrumb{display:flex;align-items:center;gap:7px;margin:0 0 8px;padding:0;list-style:none}
body.trekit-web .inner-banner .thm-breadcrumb li,body.trekit-web .inner-banner .thm-breadcrumb li a,body.trekit-web .inner-banner .thm-breadcrumb li span{color:#687c91;font-size:12px;font-weight:700;text-transform:none}
body.trekit-web .inner-banner .thm-breadcrumb .sep{color:#9aabba}
body.trekit-web .inner-banner h2{margin:0;color:var(--trekit-ink);font-size:30px;line-height:1.2;font-weight:800}
body.trekit-web .inner-banner h2:last-child:not(:first-of-type){margin-top:14px}
body.trekit-web .inner-banner h2 img{height:36px;width:auto;margin-right:7px;border-radius:7px}

/* ---------- Shared form/card language ---------- */
body.trekit-web .booking-form-two input,
body.trekit-web .booking-form-one input,
body.trekit-web .contact-form-one input,
body.trekit-web .contact-form-one textarea,
body.trekit-web .trekit-profile-page input,
body.trekit-web .trekit-profile-page textarea{border:1px solid #d8e1ea!important;border-radius:11px!important;background:#fff!important;color:#22384e!important;box-shadow:none!important;min-height:50px;height:50px;padding:0 15px!important;font-size:14px!important;font-weight:500!important}
body.trekit-web .contact-form-one textarea,body.trekit-web .trekit-profile-page textarea{height:120px!important;padding-top:14px!important;resize:vertical}
body.trekit-web input:focus,body.trekit-web textarea:focus,body.trekit-web select:focus{border-color:#76a0c8!important;box-shadow:0 0 0 3px rgba(38,93,147,.10)!important;outline:0}
body.trekit-web .error,body.trekit-web label.error{display:block;color:#be4e59;font-size:12px;font-weight:600;margin:6px 0 0}
body.trekit-web button[type=submit],body.trekit-web .theme-btn{border-radius:11px!important;box-shadow:none;font-weight:800!important}

/* ---------- Dashboard ---------- */
.trekit-dashboard-page{background:var(--trekit-bg);padding:34px 0 72px;min-height:680px;color:var(--trekit-ink)}
.trekit-dashboard-page *{box-sizing:border-box}
.trekit-dashboard-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding:0 2px}
.trekit-dashboard-eyebrow,.trekit-card-eyebrow{display:block;color:var(--trekit-green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px}
.trekit-dashboard-heading h1{margin:0;color:#12243b;font-size:32px;line-height:1.2;font-weight:800}
.trekit-dashboard-heading p{margin:8px 0 0;color:#68778a;font-size:14px}
.trekit-profile-link{flex:none;padding:10px 16px;border:1px solid #d6e0ea;border-radius:10px;background:#fff;color:var(--trekit-navy);font-weight:800;text-decoration:none;box-shadow:0 5px 16px rgba(26,48,75,.04)}
.trekit-profile-link:hover{color:var(--trekit-navy);border-color:#adc3d9;transform:translateY(-1px)}
.trekit-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(300px,.82fr);gap:22px;align-items:start}
.trekit-dashboard-main,.trekit-dashboard-side{display:flex;flex-direction:column;gap:22px}
.trekit-section-card{background:#fff;border:1px solid var(--trekit-line);border-radius:18px;box-shadow:var(--trekit-shadow)}
.trekit-hero-card{position:relative;overflow:hidden;min-height:268px;border-radius:20px;background:linear-gradient(135deg,#123b70 0%,#1d548b 65%,#3374a6 100%);box-shadow:0 18px 38px rgba(17,51,91,.16);display:flex;align-items:stretch}
.trekit-hero-card:before,.trekit-hero-card:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.065)}
.trekit-hero-card:before{width:220px;height:220px;right:25px;bottom:-145px}.trekit-hero-card:after{width:290px;height:290px;right:-95px;top:-105px}
.trekit-hero-copy{position:relative;z-index:2;padding:38px 38px;width:59%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.trekit-hero-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.13);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.trekit-hero-copy h2{margin:18px 0 9px;color:#fff;font-size:35px;line-height:1.13;font-weight:800}
.trekit-hero-copy p{margin:0 0 22px;color:#dbe9f6;font-size:15px;line-height:1.55}
.trekit-primary-action,.trekit-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:800;border-radius:10px}
.trekit-primary-action{padding:12px 18px;background:#fff;color:var(--trekit-navy)}
.trekit-primary-action:hover{color:var(--trekit-navy);transform:translateY(-1px);box-shadow:0 8px 20px rgba(4,26,50,.15)}
.trekit-primary-action svg,.trekit-secondary-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.trekit-hero-visual{position:relative;z-index:1;width:41%;display:flex;align-items:flex-end;justify-content:center;padding:20px 18px 22px 0}
.trekit-van{position:relative;z-index:2;width:250px;max-width:100%;filter:drop-shadow(0 16px 16px rgba(8,27,51,.22))}
.trekit-hero-pin{position:absolute;top:34px;right:62px;width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}.trekit-hero-pin svg{width:38px;height:38px;fill:none;stroke:#fff;stroke-width:1.8}
.trekit-history-card{overflow:hidden}.trekit-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px 18px}.trekit-section-heading.compact{padding-bottom:12px}
.trekit-section-heading h2,.trekit-stats-card h2,.trekit-quick-card h2{margin:0;color:#15283f;font-size:20px;font-weight:800}.trekit-history-links{display:flex;gap:14px}.trekit-history-links a{font-size:12px;font-weight:800;color:#315f8f;text-decoration:none}.trekit-history-links a:hover{color:var(--trekit-green)}
.trekit-booking-list{border-top:1px solid #edf1f5}.trekit-booking-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:14px;align-items:center;padding:17px 24px;border-bottom:1px solid #edf1f5}.trekit-booking-row:last-child{border-bottom:0}.trekit-booking-row:hover{background:#fbfcfe}
.trekit-booking-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center}.trekit-booking-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trekit-status-completed{color:#11865b;background:#e9f8f1}.trekit-status-upcoming{color:#315e9a;background:#edf4ff}.trekit-status-ongoing{color:#965e08;background:#fff4dc}.trekit-status-cancelled{color:#bb4b57;background:#fff0f2}
.trekit-booking-date{color:#1d3048;font-size:13px;font-weight:800;margin-bottom:5px}.trekit-booking-route{display:flex;align-items:center;gap:9px;min-width:0;color:#6a7888;font-size:12px}.trekit-booking-route span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:43%}.trekit-booking-route svg{width:15px;height:15px;flex:none;fill:none;stroke:#8a98a8;stroke-width:2}
.trekit-booking-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.trekit-status-badge{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.trekit-row-link{border:0;background:transparent;padding:0;color:#2c5b8d;font-size:11px;font-weight:800;text-decoration:none;cursor:pointer}.trekit-row-link:hover{color:var(--trekit-green)}.trekit-cancel-link{color:#b44753}
.trekit-empty-state{text-align:center;padding:42px 25px 46px;border-top:1px solid #edf1f5}.trekit-empty-icon{margin:0 auto 13px;width:52px;height:52px;border-radius:15px;background:#eef5fd;color:#285b91;display:flex;align-items:center;justify-content:center}.trekit-empty-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7}.trekit-empty-state h3{margin:0 0 6px;color:#1d3048}.trekit-empty-state p{margin:0 0 15px;color:#748294}.trekit-empty-state a{font-weight:800;color:#1e5a93;text-decoration:none}
.trekit-hipaa-card{padding:24px}.trekit-hipaa-card.is-complete{border-color:#d8eee5}.trekit-hipaa-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.trekit-hipaa-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center}.trekit-hipaa-card.is-complete .trekit-hipaa-icon{color:#16875c;background:#e8f8f1}.trekit-hipaa-card.is-pending .trekit-hipaa-icon{color:#315f8f;background:#edf4fd}.trekit-hipaa-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trekit-hipaa-state{padding:6px 10px;border-radius:999px;font-size:10px;font-weight:800}.trekit-hipaa-card.is-complete .trekit-hipaa-state{background:#e8f8f1;color:#158259}.trekit-hipaa-card.is-pending .trekit-hipaa-state{background:#edf4fd;color:#315f8f}.trekit-hipaa-card h2{margin:0 0 8px;color:#172b42;font-size:20px;font-weight:800}.trekit-hipaa-card p{margin:0 0 11px;color:#6d7b8c;line-height:1.55;font-size:13px}.trekit-hipaa-date{font-size:11px;color:#16875c;font-weight:800;margin-bottom:13px}.trekit-secondary-action{width:100%;padding:11px 15px;margin-top:6px;background:var(--trekit-navy);color:#fff}.trekit-secondary-action:hover{color:#fff;background:var(--trekit-navy-dark);transform:translateY(-1px)}.trekit-optional-note{margin-top:11px;color:#8a96a4;font-size:10px;line-height:1.45}
.trekit-stats-card{padding-bottom:22px}.trekit-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 22px}.trekit-stat-item{padding:16px;border-radius:13px;border:1px solid #e7edf3;background:#f8fafc}.trekit-stat-item strong{display:block;color:#172b42;font-size:24px;line-height:1}.trekit-stat-item span{display:block;margin-top:7px;color:#6f7d8c;font-size:11px;font-weight:800}.trekit-stat-item.active{background:#fff8e9}.trekit-stat-item.upcoming{background:#f2f7ff}.trekit-stat-item.completed{background:#edf9f3}.trekit-stat-item.cancelled{background:#fff3f4}
.trekit-quick-card{padding:23px}.trekit-quick-card h2{margin-bottom:13px}.trekit-quick-link{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #edf1f5;color:#192d44;text-decoration:none}.trekit-quick-link:hover{color:#192d44;transform:translateX(2px)}.trekit-quick-icon{width:39px;height:39px;border-radius:11px;display:flex;align-items:center;justify-content:center}.trekit-quick-icon.navy{background:#eef4fb;color:#17487b}.trekit-quick-icon.blue{background:#eef6ff;color:#3270a7}.trekit-quick-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trekit-quick-link strong,.trekit-quick-link small{display:block}.trekit-quick-link strong{font-size:13px}.trekit-quick-link small{margin-top:2px;color:#7b8795;font-size:10px}.trekit-quick-link b{font-size:22px;color:#94a1af;font-weight:400}

/* ---------- Login / register ---------- */
body.trekit-web .trekit-auth-page{max-width:1120px;margin:48px auto 70px;padding:0 20px;gap:22px;align-items:stretch;background:transparent}
body.trekit-web .trekit-auth-page .left-block,body.trekit-web .trekit-auth-page .right-block{width:50%;padding:0!important;background:transparent!important}
body.trekit-web .trekit-auth-page .left-block .content-block,body.trekit-web .trekit-auth-page .right-block .right-upper-block .content-block{max-width:none;width:100%;margin:0;padding:34px!important}
body.trekit-web .trekit-auth-page .left-block,body.trekit-web .trekit-auth-page .right-upper-block{border:1px solid var(--trekit-line);border-radius:18px;background:#fff!important;box-shadow:var(--trekit-shadow);overflow:hidden}
body.trekit-web .trekit-auth-page .right-upper-block{height:100%;padding:0!important}
body.trekit-web .trekit-auth-page .block-title{margin:0 0 24px!important}
body.trekit-web .trekit-auth-page .block-title h2,body.trekit-web .trekit-auth-page .block-title h2.light{color:var(--trekit-ink)!important;font-size:27px;line-height:1.25;font-weight:800}
body.trekit-web .trekit-auth-page .booking-form-two .input-holder,body.trekit-web .trekit-auth-page .booking-form-one .input-holder{margin-bottom:16px}
body.trekit-web .trekit-auth-page .booking-form-one input{color:#22384e!important}
body.trekit-web .trekit-auth-page .booking-form-one input::placeholder{color:#8795a4!important}
body.trekit-web .trekit-auth-page button[type=submit]{width:100%!important;max-width:none!important;height:50px!important;margin:6px 0 0!important;border:0!important;background:var(--trekit-navy)!important;color:#fff!important}
body.trekit-web .trekit-auth-page .right-block button[type=submit]{background:var(--trekit-green)!important}
body.trekit-web .trekit-auth-page button[type=submit]:hover{filter:brightness(.94);transform:translateY(-1px)}

/* ---------- Booking ---------- */
body.trekit-web .trekit-booking-page{padding:46px 0 72px;background:var(--trekit-bg)}
body.trekit-web .trekit-booking-page>.container>.row>.col-lg-12{background:#fff;border:1px solid var(--trekit-line);border-radius:20px;box-shadow:var(--trekit-shadow);padding:34px 34px 38px}
body.trekit-web .trekit-booking-page .block-title{margin-bottom:10px}.trekit-booking-page .block-title h2{font-size:30px!important;color:var(--trekit-ink)!important;font-weight:800!important}
body.trekit-web .trekit-booking-page .booking-form-two>p{margin:0 0 26px;color:var(--trekit-muted)}
body.trekit-web .trekit-booking-page .form-block-title{margin:25px 0 18px;color:var(--trekit-ink);font-size:18px;font-weight:800;padding-top:20px;border-top:1px solid #edf1f5}
body.trekit-web .trekit-booking-page .booking-form-two .input-holder{margin-bottom:16px}
body.trekit-web .trekit-booking-page #map_addbooking{height:100%!important;min-height:470px;border-radius:16px;overflow:hidden;border:1px solid var(--trekit-line);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}
body.trekit-web .trekit-booking-page .booking-form-two>.row:nth-of-type(2){margin:4px 0 10px;padding:14px 10px;border:1px solid #e5ebf2;border-radius:13px;background:#f8fafc}
body.trekit-web .trekit-booking-page .booking-form-two>.row:nth-of-type(2) .col-lg-4>span{display:flex!important;align-items:center;gap:9px;color:#53677b;font-size:13px!important}
body.trekit-web .trekit-booking-page .booking-form-two>.row:nth-of-type(2) .col-lg-4>span>i{color:var(--trekit-navy);font-size:16px!important}
body.trekit-web .trekit-booking-page .booking-form-two>.row:nth-of-type(2) .col-lg-4>span>span{margin-left:0!important;font-size:13px!important;font-weight:800;color:var(--trekit-ink)}
body.trekit-web .trekit-booking-page .radio-fields{display:flex!important;flex-wrap:wrap;width:auto!important;margin:0!important;gap:9px}
body.trekit-web .trekit-booking-page .radio-fields li{float:none!important;width:auto!important;padding:0!important;margin:0!important}
body.trekit-web .trekit-booking-page .booking-form-two [type=radio]+label{padding:10px 14px 10px 36px!important;border:1px solid #dbe4ed;border-radius:10px;background:#fff;line-height:20px!important;color:#42586f!important}
body.trekit-web .trekit-booking-page .booking-form-two [type=radio]+label:before{left:11px!important;top:10px!important;width:18px!important;height:18px!important;border:1px solid #c8d4df!important;background:#fff!important}
body.trekit-web .trekit-booking-page .booking-form-two [type=radio]+label:after{left:15px!important;top:14px!important;width:10px!important;height:10px!important;background:var(--trekit-navy)!important}
body.trekit-web .trekit-booking-page .booking-form-two [type=radio]:checked+label{border-color:#9bb7d1;background:#f2f7fc;color:var(--trekit-navy)!important}
body.trekit-web .trekit-booking-page .special-checkbox{margin-top:16px!important;padding:14px 16px!important;border-radius:12px;background:#f8fafc;border:1px solid #e6ecf2}
body.trekit-web .trekit-booking-page .booking-form-two ul.special-checkbox li .input-checker{width:24px;height:24px;margin-right:10px;border-radius:7px;background:#fff;border:1px solid #ccd7e1}
body.trekit-web .trekit-booking-page .book-btn{width:100%!important;max-width:280px!important;height:52px!important;margin-top:22px!important;background:var(--trekit-navy)!important;border-radius:11px!important}

/* ---------- Profile ---------- */
body.trekit-web .trekit-profile-page{padding:48px 0 72px;background:var(--trekit-bg)}
body.trekit-web .trekit-profile-page .single-taxi-fare-one{padding:30px!important;margin-bottom:22px;border:1px solid var(--trekit-line);border-radius:18px;background:#fff!important;box-shadow:var(--trekit-shadow)}
body.trekit-web .trekit-profile-page .top-block{align-items:center;margin-bottom:22px}.trekit-profile-page .top-block h3{color:var(--trekit-ink)!important;font-size:23px!important;font-weight:800!important}.trekit-profile-page #edit-profile{width:42px;height:42px;display:flex!important;align-items:center;justify-content:center;border:1px solid #d5e0ea;border-radius:11px;color:var(--trekit-navy);background:#f8fafc}.trekit-profile-page #edit-profile:hover{background:var(--trekit-blue-soft)}
body.trekit-web .trekit-profile-page .features-list{border:0!important;margin:0!important;padding:0!important}.trekit-profile-page .features-list li{color:var(--trekit-ink)!important;display:block!important;margin-bottom:12px}.trekit-profile-page .features-list img{width:145px;height:145px;object-fit:cover;border-radius:18px;border:4px solid #f0f4f8}.trekit-profile-page .price-line{font-size:14px;font-weight:700!important;color:#435a70!important;word-break:break-word}
body.trekit-web .trekit-profile-page .edit_profile{display:none;padding:30px!important}.trekit-profile-page .form-group{margin-bottom:14px}.trekit-profile-page .btn-primary{background:var(--trekit-navy);border-color:var(--trekit-navy);border-radius:10px;padding:11px 18px}.trekit-profile-page .file-field{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.trekit-profile-page .file-path-wrapper{flex:1;min-width:180px}.trekit-profile-page .file-path{width:100%;margin:0}

/* ---------- HIPAA ---------- */
.hipaa-page{padding:46px 0 70px;background:var(--trekit-bg);min-height:620px}.hipaa-shell{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--trekit-line);border-radius:20px;box-shadow:var(--trekit-shadow);overflow:hidden}.hipaa-header{display:flex;gap:18px;align-items:flex-start;padding:32px 36px 23px;border-bottom:1px solid #eef1f4}.hipaa-icon{width:56px;height:56px;flex:0 0 56px;border-radius:15px;background:var(--trekit-green-soft);color:var(--trekit-green);display:flex;align-items:center;justify-content:center;font-size:24px}.hipaa-eyebrow{display:inline-block;margin-bottom:6px;color:var(--trekit-green);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hipaa-header h2{margin:0 0 6px;color:var(--trekit-ink);font-size:27px;line-height:1.25;font-weight:800}.hipaa-header p{margin:0;color:#687789;line-height:1.6}.hipaa-security-note{margin:22px 36px 0;padding:13px 15px;display:flex;align-items:center;gap:10px;border-radius:10px;background:#f2f8ff;color:#315f89;font-size:13px}.hipaa-state{margin:34px 36px;padding:42px 20px;text-align:center;color:#647487;border:1px dashed #ccd6df;border-radius:12px}.hipaa-state strong{display:block;margin-top:12px}.hipaa-error{color:#a63b3b;background:#fff8f8;border-color:#efc8c8}.hipaa-error i{font-size:27px}.hipaa-spinner,.hipaa-btn-spinner{display:inline-block;border:3px solid rgba(31,72,111,.18);border-top-color:#1f486f;border-radius:50%;animation:hipaa-spin .8s linear infinite}.hipaa-spinner{width:34px;height:34px}.hipaa-btn-spinner{width:16px;height:16px;vertical-align:-3px;margin-right:6px;border-width:2px;border-color:rgba(255,255,255,.35);border-top-color:#fff}@keyframes hipaa-spin{to{transform:rotate(360deg)}}#paubox-form-panel{padding:26px 36px 36px}#paubox-form-host form{margin:0}#paubox-form-host label{display:block;margin-bottom:7px;color:#324559;font-weight:700}#paubox-form-host input:not([type=checkbox]):not([type=radio]):not([type=file]),#paubox-form-host select,#paubox-form-host textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #d8e0e7;border-radius:9px;background:#fff;color:#25384a;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}#paubox-form-host textarea{min-height:110px;resize:vertical}#paubox-form-host input:focus,#paubox-form-host select:focus,#paubox-form-host textarea:focus{border-color:#2d7a63;box-shadow:0 0 0 3px rgba(45,122,99,.1)}#paubox-form-host input[type=file]{width:100%;padding:12px;border:1px dashed #c7d1da;border-radius:9px;background:#fafcfd}#paubox-form-host button[type=submit],#paubox-form-host input[type=submit]{display:none!important}.paubox-schema-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.paubox-schema-field{min-width:0}.paubox-schema-full{grid-column:1/-1}.paubox-schema-text{grid-column:1/-1;color:#465a6d;line-height:1.6;padding:2px 0}.paubox-schema-text p{margin:0}.paubox-schema-text strong{color:#20354a}.paubox-schema-divider{grid-column:1/-1;width:100%;border:0;border-top:1px solid #e7edf2;margin:4px 0}.paubox-schema-label{display:block;margin-bottom:8px;color:#324559;font-weight:700}.paubox-required{color:#c0392b;margin-left:3px}.paubox-choice-list{display:flex;flex-wrap:wrap;gap:10px 18px;padding:10px 0 4px}.paubox-choice{display:inline-flex;align-items:center;gap:8px;color:#3a4d60;font-weight:500}.paubox-choice input{margin:0}.paubox-subtext{display:block;margin-top:6px;color:#7b8997;font-size:12px}.paubox-signature-pad{border:1px solid #d8e0e7;border-radius:10px;background:#fff;overflow:hidden}.paubox-signature-pad canvas{display:block;width:100%;height:180px;background:#fff;touch-action:none;cursor:crosshair}.paubox-signature-toolbar{display:flex;justify-content:flex-end;padding:8px 10px;border-top:1px solid #edf1f4;background:#fafcfd}.paubox-signature-clear{border:0;background:transparent;color:#52677b;font-size:12px;font-weight:700;cursor:pointer}.paubox-logo{grid-column:1/-1;text-align:center}.paubox-logo img{max-width:220px;max-height:110px;object-fit:contain}.hipaa-actions{margin-top:28px;padding-top:22px;border-top:1px solid #eef1f4;display:flex;justify-content:space-between;align-items:center;gap:14px}.hipaa-primary-btn,.hipaa-secondary-btn,.hipaa-dashboard-btn{border:0;border-radius:10px;font-weight:800;cursor:pointer;transition:all .2s}.hipaa-dashboard-btn{padding:12px 18px;background:#eef3f7;color:#38546f;text-decoration:none}.hipaa-dashboard-btn:hover{background:#e3eaf0;color:#2e475f}.hipaa-primary-btn{min-width:200px;padding:13px 22px;background:var(--trekit-green);color:#fff}.hipaa-primary-btn:hover{background:#116b49}.hipaa-primary-btn:disabled{opacity:.65;cursor:not-allowed}.hipaa-secondary-btn{margin-top:15px;padding:9px 18px;background:#324f6d;color:#fff}.hipaa-inline-error{margin-top:16px;padding:12px 14px;border-radius:8px;color:#9f3434;background:#fff2f2;border:1px solid #f0cccc}

/* ---------- Contact ---------- */
body.trekit-web .trekit-contact-map{max-width:1200px;margin:46px auto 0;padding:0 20px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:20px;align-items:stretch}
body.trekit-web .trekit-contact-map #contact-google-map{height:430px;border-radius:18px;border:1px solid var(--trekit-line);overflow:hidden;box-shadow:var(--trekit-shadow)}
body.trekit-web .trekit-contact-map .contact-info-block{position:static;transform:none;width:auto;max-width:none;padding:28px;border-radius:18px;background:linear-gradient(145deg,var(--trekit-navy),#1d578c);box-shadow:var(--trekit-shadow)}
body.trekit-web .trekit-contact-map .contact-info-block p{font-size:14px;line-height:1.7}.trekit-contact-map .contact-infos li{font-size:13px!important;padding-left:25px!important;margin-top:13px}.trekit-contact-map .contact-infos li i{color:#9fd9c3!important;font-size:15px!important}
body.trekit-web .trekit-contact-page{padding:42px 0 60px}.trekit-contact-page .container{max-width:820px!important;background:#fff;border:1px solid var(--trekit-line);border-radius:18px;padding:32px 34px;box-shadow:var(--trekit-shadow)}.trekit-contact-page .block-title{margin-bottom:24px}.trekit-contact-page .input-holder{margin-bottom:16px}.trekit-contact-page button[type=submit]{height:50px!important;max-width:220px!important;background:var(--trekit-navy)!important}
body.trekit-web .trekit-contact-consent{padding:0 0 70px}.trekit-contact-consent .block-title{max-width:800px;margin:0 auto;padding:22px 24px;border:1px solid #dbe5ee;border-radius:14px;background:#f8fafc}.trekit-contact-consent .block-title h3{font-size:18px;color:var(--trekit-ink)}.trekit-contact-consent .block-title p{font-size:13px;line-height:1.65;color:var(--trekit-muted)}

/* ---------- About / vehicle listing ---------- */
body.trekit-web .trekit-about-page{padding:52px 0 68px;background:var(--trekit-bg)}.trekit-about-page .content-block{background:#fff;border:1px solid var(--trekit-line);border-radius:18px;padding:32px;box-shadow:var(--trekit-shadow)}.trekit-about-page .image-block{border-radius:18px;overflow:hidden;box-shadow:var(--trekit-shadow)}.trekit-about-page .image-block img{width:100%;display:block}.trekit-about-page .block-title h2,.trekit-about-page .block-title h3{color:var(--trekit-ink);font-weight:800}.trekit-about-page p{color:var(--trekit-muted);line-height:1.75}
body.trekit-web .trekit-vehicles-page{padding:48px 0 72px;background:var(--trekit-bg)}.trekit-vehicles-page .block-title h3{color:var(--trekit-ink);font-size:27px;font-weight:800}.trekit-vehicles-page .single-taxi-one{height:100%;border:1px solid var(--trekit-line);border-radius:18px;background:#fff;box-shadow:var(--trekit-shadow);overflow:hidden;margin-bottom:22px}.trekit-vehicles-page .single-taxi-one .inner-content{padding:28px 24px}.trekit-vehicles-page .single-taxi-one img{width:78px!important;height:78px!important;object-fit:contain;margin-bottom:14px}.trekit-vehicles-page .single-taxi-one h3{font-size:20px;color:var(--trekit-ink);font-weight:800}.trekit-vehicles-page .feature-list{border-top:1px solid #edf1f5;padding-top:14px}.trekit-vehicles-page .feature-list li{font-size:12px;color:var(--trekit-muted)}.trekit-vehicles-page .book-taxi-btn{display:block;margin-top:18px;padding:11px 14px;text-align:center;border-radius:10px;background:var(--trekit-navy);color:#fff!important;font-weight:800}.trekit-vehicles-page .book-taxi-btn:hover{background:var(--trekit-navy-dark)}

/* ---------- Footer ---------- */
body.trekit-web .site-footer{background:#0c2a50;color:#d4dfeb}body.trekit-web .site-footer:before,body.trekit-web .site-footer:after{display:none!important;content:none!important}.trekit-web .site-footer .footer-bg{opacity:.05}.trekit-web .site-footer .upper-footer{padding-top:55px;padding-bottom:35px}.trekit-web .site-footer .widget-title h3{color:#fff;font-size:15px;letter-spacing:.04em}.trekit-web .site-footer p,.trekit-web .site-footer .link-lists li a{color:#b8c9d9;font-size:13px}.trekit-web .site-footer .link-lists li a:hover{color:#fff}.trekit-web .site-footer .bottom-footer{background:#092441}.trekit-web .site-footer .bottom-footer .inner-container{padding-top:18px;padding-bottom:18px}.trekit-web .site-footer .banner-btn img{height:38px;width:auto}

/* ---------- Responsive ---------- */
@media(max-width:1199px){
  body.trekit-web .site-header.header-one .header-navigation .container{padding-right:205px}
  body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li>a{padding:0 11px;font-size:11px}
}
@media(max-width:991px){
  body.trekit-web .site-header.header-one .top-bar .container{min-height:68px;padding:10px 16px}
  body.trekit-web .site-header.header-one .top-bar .logo-block{position:static;transform:none;order:-1;margin-right:auto}
  body.trekit-web .site-header.header-one .top-bar .left-block{order:2}.trekit-web .site-header.header-one .top-bar .left-block>a:not(.passsname){display:none}
  body.trekit-web .site-header.header-one .top-bar .social-block{display:none}
  body.trekit-web .site-header.header-one .header-navigation .container{min-height:58px;padding:0 16px;display:block}
  body.trekit-web .site-header.header-one .header-navigation .container .logo-box{position:static;transform:none;float:none;min-height:58px;display:flex;align-items:center}
  body.trekit-web .site-header.header-one .header-navigation .container .menu-toggler{display:block!important;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);width:40px;height:40px;border-radius:10px}
  body.trekit-web .site-header.header-one .header-navigation .main-navigation{float:none;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 14px 28px rgba(16,42,72,.16);padding:8px;margin:0 -16px;display:none}
  body.trekit-web .site-header.header-one .header-navigation ul.navigation-box{display:block}
  body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li{display:block!important;padding:0!important}
  body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li>a{color:#334d67!important;min-height:42px;border-radius:8px;padding:0 14px}
  body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li.current>a,body.trekit-web .site-header.header-one .header-navigation ul.navigation-box>li:hover>a{color:var(--trekit-navy)!important;background:#eef4fb}
  body.trekit-web .site-header.header-one .header-navigation .right-side-box{right:16px;height:58px}.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block{height:40px}.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block .text-block{font-size:12px}
  .trekit-dashboard-grid{grid-template-columns:1fr}.trekit-dashboard-side{display:grid;grid-template-columns:1fr 1fr}.trekit-quick-card{grid-column:1/-1}.trekit-hero-copy{width:62%}.trekit-hero-visual{width:38%}
  body.trekit-web .trekit-auth-page{flex-direction:column}.trekit-web .trekit-auth-page .left-block,.trekit-web .trekit-auth-page .right-block{width:100%}
  body.trekit-web .trekit-contact-map{grid-template-columns:1fr}.trekit-contact-map .contact-info-block{min-height:220px}
  body.trekit-web .trekit-booking-page #map_addbooking{min-height:360px;margin-top:22px}
}
@media(max-width:767px){
  body.trekit-web .inner-banner{padding:28px 0}.trekit-web .inner-banner h2{font-size:25px}.trekit-web .inner-banner h2:last-child:not(:first-of-type){display:none}
  .trekit-dashboard-page{padding:26px 0 48px}.trekit-dashboard-heading{align-items:flex-start;flex-direction:column}.trekit-dashboard-heading h1{font-size:27px}.trekit-dashboard-heading p{font-size:13px}.trekit-profile-link{display:none}.trekit-hero-card{min-height:auto}.trekit-hero-copy{width:100%;padding:29px 24px}.trekit-hero-copy h2{font-size:29px}.trekit-hero-visual{display:none}.trekit-dashboard-side{display:flex}.trekit-section-heading{align-items:flex-start;flex-direction:column;padding:21px 19px 15px}.trekit-history-links{width:100%;justify-content:flex-start}.trekit-booking-row{grid-template-columns:40px 1fr;padding:16px 18px}.trekit-booking-actions{grid-column:2;justify-content:flex-start}.trekit-booking-route{flex-wrap:wrap}.trekit-booking-route span{max-width:100%;white-space:normal}.trekit-stat-grid{padding:0 19px}.trekit-hipaa-card,.trekit-quick-card{padding:21px}
  body.trekit-web .trekit-auth-page{margin:28px auto 48px;padding:0 15px;gap:16px}.trekit-web .trekit-auth-page .left-block .content-block,.trekit-web .trekit-auth-page .right-block .right-upper-block .content-block{padding:25px 20px!important}.trekit-web .trekit-auth-page .block-title h2,.trekit-web .trekit-auth-page .block-title h2.light{font-size:24px!important}
  body.trekit-web .trekit-booking-page{padding:28px 0 48px}.trekit-web .trekit-booking-page>.container>.row>.col-lg-12{margin:0 15px;padding:24px 20px 28px}.trekit-web .trekit-booking-page .block-title h2{font-size:26px!important}.trekit-web .trekit-booking-page .booking-form-two>.row:nth-of-type(2) .col-lg-4{margin-bottom:8px}.trekit-web .trekit-booking-page .book-btn{max-width:none!important}
  body.trekit-web .trekit-profile-page{padding:28px 0 48px}.trekit-profile-page .single-taxi-fare-one{padding:22px!important}.trekit-profile-page .features-list img{width:115px;height:115px;margin-bottom:16px}
  .hipaa-page{padding:28px 0 45px}.hipaa-shell{border-radius:14px}.hipaa-header{padding:23px 19px 19px}.hipaa-security-note{margin:18px 19px 0}.hipaa-state{margin:24px 19px}#paubox-form-panel{padding:21px 19px 27px}.hipaa-header h2{font-size:23px}.hipaa-icon{width:48px;height:48px;flex-basis:48px;font-size:20px}.hipaa-actions{flex-direction:column-reverse;align-items:stretch}.hipaa-primary-btn,.hipaa-dashboard-btn{width:100%;text-align:center}.paubox-schema-form{grid-template-columns:1fr}.paubox-schema-full,.paubox-schema-text,.paubox-schema-divider,.paubox-logo{grid-column:1}
  body.trekit-web .trekit-contact-map{margin-top:28px;padding:0 15px}.trekit-contact-map #contact-google-map{height:320px!important}.trekit-contact-page{padding:28px 15px 42px!important}.trekit-contact-page .container{padding:24px 19px!important}.trekit-contact-consent{padding:0 15px 48px!important}
  body.trekit-web .trekit-about-page,body.trekit-web .trekit-vehicles-page{padding:30px 0 48px}.trekit-about-page .content-block{padding:24px;margin-bottom:18px}
  body.trekit-web .site-footer .upper-footer{padding-top:40px;padding-bottom:20px}
}
@media(max-width:520px){
  body.trekit-web .site-header.header-one .top-bar .left-block>.passsname{max-width:130px;overflow:hidden;text-overflow:ellipsis}.trekit-web .site-header.header-one .top-bar .logo-block img{max-width:115px;max-height:40px}
  body.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block .text-block{display:none}.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block{width:40px;padding:0!important;justify-content:center}.trekit-web .site-header.header-one .header-navigation .right-side-box .contact-btn-block .icon-block{background:transparent}
  .trekit-dashboard-heading h1{font-size:24px}.trekit-hero-copy h2{font-size:27px}.trekit-booking-actions{flex-wrap:wrap}.trekit-status-badge{font-size:9px}.trekit-stat-item strong{font-size:21px}
}

/* TREKIT_MEDICAL_BOOKING_PHASE2_UI_START */
.trekit-booking-type-gate {
    max-width: 980px;
    margin: 24px auto 34px;
}
.trekit-booking-type-card,
.trekit-booking-type-state {
    border: 1px solid #dfe7f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15, 52, 96, 0.08);
    padding: 28px;
}
.trekit-booking-type-heading {
    margin-bottom: 22px;
}
.trekit-booking-type-eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #1d4f8c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.trekit-booking-type-heading h3,
.trekit-booking-type-state h3 {
    margin: 0 0 8px;
    color: #102a4c;
    font-size: 24px;
    line-height: 1.3;
}
.trekit-booking-type-heading p,
.trekit-booking-type-state p {
    margin: 0;
    color: #65758b;
    line-height: 1.65;
}
.trekit-booking-type-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.trekit-booking-type-option {
    width: 100%;
    min-height: 118px;
    border: 1px solid #dce5f0;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.trekit-booking-type-option:hover {
    border-color: #8aaed8;
    box-shadow: 0 10px 24px rgba(17, 65, 118, 0.10);
    transform: translateY(-2px);
}
.trekit-booking-type-medical {
    background: linear-gradient(145deg, #f7fbff 0%, #ffffff 72%);
}
.trekit-booking-type-personal {
    background: linear-gradient(145deg, #fbfcfe 0%, #ffffff 72%);
}
.trekit-booking-type-icon,
.trekit-booking-type-state-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf3fc;
    color: #1b568f;
    font-size: 20px;
}
.trekit-booking-type-copy {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}
.trekit-booking-type-copy strong {
    color: #142f50;
    font-size: 17px;
}
.trekit-booking-type-copy small {
    color: #728198;
    font-size: 13px;
    line-height: 1.5;
}
.trekit-booking-type-arrow {
    color: #7891ad;
    font-size: 22px;
}
.trekit-booking-type-state {
    text-align: center;
    padding: 40px 28px;
}
.trekit-booking-type-state .trekit-booking-type-state-icon {
    margin: 0 auto 15px;
}
.trekit-booking-type-blocked .trekit-booking-type-state-icon {
    background: #fff2ed;
    color: #bf4b31;
}
.trekit-booking-spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto 18px;
    border: 4px solid #dbe8f5;
    border-top-color: #1b568f;
    border-radius: 50%;
    display: block;
    animation: trekit-booking-spin .8s linear infinite;
}
.trekit-booking-state-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.trekit-booking-state-primary,
.trekit-booking-state-secondary {
    min-height: 44px;
    border-radius: 9px;
    padding: 0 18px;
    font-weight: 700;
    cursor: pointer;
}
.trekit-booking-state-primary {
    border: 1px solid #174f89;
    background: #174f89;
    color: #fff;
}
.trekit-booking-state-secondary {
    border: 1px solid #cbd8e7;
    background: #fff;
    color: #244666;
}
@keyframes trekit-booking-spin {
    to { transform: rotate(360deg); }
}
@media (max-width: 767px) {
    .trekit-booking-type-card,
    .trekit-booking-type-state {
        padding: 20px;
        border-radius: 14px;
    }
    .trekit-booking-type-options {
        grid-template-columns: 1fr;
    }
    .trekit-booking-type-heading h3,
    .trekit-booking-type-state h3 {
        font-size: 21px;
    }
}
/* TREKIT_MEDICAL_BOOKING_PHASE2_UI_END */


/* ========================================================================== */
/* TrekIT homepage redesign — Phase 2                                         */
/* Header/navigation intentionally unchanged.                                 */
/* ========================================================================== */
.trekit-home-page{background:#f5f8fc;color:#132a46;overflow:hidden}
.trekit-home-page *{box-sizing:border-box}
.trekit-home-page a{text-decoration:none}
.trekit-home-hero{position:relative;background:#0f315a}
.trekit-home-hero .banner-style-one,.trekit-home-hero .owl-stage-outer,.trekit-home-hero .owl-stage,.trekit-home-hero .owl-item{height:430px!important;min-height:430px!important}
.trekit-home-slide{position:relative;height:430px!important;min-height:430px!important;padding:0!important;background-position:center!important;background-size:cover!important;display:flex!important;align-items:center}
.trekit-home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,250,255,.98) 0%,rgba(246,250,255,.91) 36%,rgba(246,250,255,.42) 60%,rgba(8,32,62,.08) 100%)}
.trekit-home-hero-container{position:relative;z-index:2;width:100%}
.trekit-home-hero-copy{width:min(620px,58%);padding:44px 0 52px;text-align:left!important}
.trekit-home-kicker,.trekit-home-section-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:#174d83;font-size:12px;line-height:1;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.trekit-home-dynamic-copy h3,.trekit-home-dynamic-copy .banner-title{margin:0 0 18px!important;color:#102742!important;font-size:52px!important;line-height:1.04!important;font-weight:800!important;letter-spacing:-.035em!important;text-transform:none!important;text-shadow:none!important}
.trekit-home-dynamic-copy p{max-width:560px;margin:0 0 26px!important;color:#536980!important;font-size:17px!important;line-height:1.65!important;font-weight:500!important;text-shadow:none!important}
.trekit-home-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.trekit-home-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:11px;padding:0 19px;font-size:13px;font-weight:800;transition:.2s ease}
.trekit-home-btn:hover{transform:translateY(-1px)}
.trekit-home-btn-primary{background:#15559a;color:#fff!important;box-shadow:0 10px 24px rgba(22,81,146,.19)}
.trekit-home-btn-primary:hover{background:#0f467f;color:#fff!important}
.trekit-home-btn-secondary{border:1px solid #b9c9da;background:rgba(255,255,255,.88);color:#173b61!important}
.trekit-home-btn-secondary:hover{border-color:#86a3c1;background:#fff;color:#173b61!important}
.trekit-home-btn-light{background:#fff;color:#143e6b!important}
.trekit-home-store-links{display:flex;align-items:center;gap:10px;margin-top:22px}
.trekit-home-store-links img{height:38px!important;width:auto!important;display:block}
.trekit-home-carousel-controls .carousel-btn{width:50px!important;height:50px!important;border:1px solid rgba(255,255,255,.75)!important;background:rgba(9,42,78,.26)!important;color:#fff!important;box-shadow:none!important}
.trekit-home-carousel-controls.banner-carousel-btn{left:36px;right:36px}

.trekit-home-quick-wrap{position:relative;z-index:6;margin-top:-42px}
.trekit-home-quick-card{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #dbe5ef;border-radius:17px;background:#fff;box-shadow:0 16px 40px rgba(26,55,88,.12)}
.trekit-home-quick-item{min-height:104px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 22px;color:#1c334d!important;border-right:1px solid #e6edf4;transition:.2s ease}
.trekit-home-quick-item:last-child{border-right:0}
.trekit-home-quick-item:hover{background:#f9fbfe;color:#164f89!important}
.trekit-home-quick-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:#eaf3fc;color:#17558e;font-size:19px}
.trekit-home-quick-item strong,.trekit-home-quick-item small{display:block}.trekit-home-quick-item strong{margin-bottom:4px;font-size:14px;font-weight:800}.trekit-home-quick-item small{color:#748599;font-size:11px;line-height:1.45}
.trekit-home-quick-item>.fa-angle-right{color:#8ba0b5;font-size:20px}

.trekit-home-trust-section{padding:28px 0 18px}
.trekit-home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e2e9f1;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(31,57,86,.05)}
.trekit-home-trust-item{display:flex;align-items:center;gap:13px;padding:20px 18px;border-right:1px solid #e9eef4}
.trekit-home-trust-item:last-child{border-right:0}.trekit-home-trust-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#edf5fd;color:#175890;font-size:18px}
.trekit-home-trust-item:nth-child(2) .trekit-home-trust-icon{background:#eaf8f2;color:#14835b}.trekit-home-trust-item:nth-child(3) .trekit-home-trust-icon{background:#f1edff;color:#6249bd}.trekit-home-trust-item:nth-child(4) .trekit-home-trust-icon{background:#fff4e8;color:#bf6a20}
.trekit-home-trust-item strong,.trekit-home-trust-item small{display:block}.trekit-home-trust-item strong{color:#17304c;font-size:13px;font-weight:800}.trekit-home-trust-item small{margin-top:4px;color:#76869a;font-size:10.5px;line-height:1.45}

.trekit-home-about-section,.trekit-home-vehicles-section,.trekit-home-nemt-section{padding:74px 0}
.trekit-home-about-section{background:#fff}
.trekit-home-section-heading{margin-bottom:34px}.trekit-home-section-heading>span{display:block;margin-bottom:8px;color:#1c61a1;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.trekit-home-section-heading h2,.trekit-home-dynamic-heading h2,.trekit-home-dynamic-heading h3{margin:0!important;color:#132a45!important;font-size:34px!important;line-height:1.2!important;font-weight:800!important}.trekit-home-section-heading p{margin:10px 0 0;color:#6c7d90;font-size:14px;line-height:1.7}.trekit-home-section-heading-center{text-align:center}.trekit-home-section-heading-center .trekit-home-dynamic-heading{max-width:760px;margin:0 auto}.trekit-home-section-heading-center .trekit-home-dynamic-heading p{margin:8px 0 0;color:#6b7b8c}
.trekit-home-about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:46px;align-items:center}.trekit-home-about-image{position:relative;overflow:hidden;border-radius:22px;min-height:410px;background:#edf3f9;box-shadow:0 18px 40px rgba(28,55,86,.12)}.trekit-home-about-image>img{width:100%;height:100%;min-height:410px;object-fit:cover;display:block}.trekit-home-about-badge{position:absolute;left:22px;bottom:22px;display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:12px;background:rgba(255,255,255,.94);color:#173a60;box-shadow:0 8px 24px rgba(15,43,74,.13);font-size:12px;font-weight:800}.trekit-home-about-badge i{color:#16855e;font-size:18px}
.trekit-home-about-copy h2,.trekit-home-about-copy h3{color:#142b46;font-size:28px;font-weight:800}.trekit-home-about-copy p{color:#65778c;font-size:14px;line-height:1.85}.trekit-home-safety-card{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:center;margin-top:24px;padding:12px;border:1px solid #e0e8f0;border-radius:15px;background:#f8fafc}.trekit-home-safety-card img{width:92px;height:74px;object-fit:cover;border-radius:10px}.trekit-home-safety-card span{display:block;color:#6a7c90;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.trekit-home-safety-card strong{display:block;margin-top:4px;color:#193550;font-size:14px}.trekit-home-about-actions{display:flex;align-items:center;gap:22px;margin-top:25px;flex-wrap:wrap}.trekit-home-text-link{display:inline-flex;align-items:center;gap:8px;color:#175a98!important;font-size:13px;font-weight:800}.trekit-home-text-link:hover{color:#0f467f!important}.trekit-home-call-link{display:inline-flex;align-items:center;gap:8px;color:#405a73!important;font-size:13px;font-weight:700}

.trekit-home-stats-section{padding:68px 0;background:linear-gradient(135deg,#0e3561,#164f84)}.trekit-home-stats-heading>span,.trekit-home-stats-heading .trekit-home-dynamic-heading h2{color:#fff!important}.trekit-home-stats-heading .trekit-home-dynamic-heading p{color:#c8d7e6!important}.trekit-home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trekit-home-stat-card{min-height:166px;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.08);color:#fff;text-align:center}.trekit-home-stat-icon{width:48px;height:48px;margin:0 auto 13px;border-radius:14px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:22px}.trekit-home-stat-card strong{display:block;color:#fff;font-size:30px;line-height:1.1;font-weight:800}.trekit-home-stat-card small{display:block;margin-top:7px;color:#d5e2ee;font-size:11px;font-weight:700}

.trekit-home-vehicles-section{background:#f5f8fc}.trekit-home-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.trekit-home-heading-row>div{max-width:650px}.trekit-home-vehicle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.trekit-home-vehicle-card{overflow:hidden;border:1px solid #dfe7ef;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(28,52,79,.07);transition:.22s ease}.trekit-home-vehicle-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(28,52,79,.12)}.trekit-home-vehicle-image{height:152px;display:flex;align-items:center;justify-content:center;padding:22px;background:linear-gradient(145deg,#f7f9fc,#edf3f8)}.trekit-home-vehicle-image img{max-width:100%!important;max-height:108px!important;width:auto!important;height:auto!important;object-fit:contain}.trekit-home-vehicle-body{padding:18px}.trekit-home-vehicle-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.trekit-home-vehicle-title h3{margin:0;color:#17314c;font-size:17px;font-weight:800}.trekit-home-vehicle-title span{white-space:nowrap;padding:5px 8px;border-radius:999px;background:#edf4fb;color:#315b84;font-size:10px;font-weight:800}.trekit-home-vehicle-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.trekit-home-vehicle-meta span{padding:10px;border-radius:10px;background:#f7f9fb}.trekit-home-vehicle-meta small,.trekit-home-vehicle-meta strong{display:block}.trekit-home-vehicle-meta small{color:#7c8a99;font-size:9px;font-weight:700}.trekit-home-vehicle-meta strong{margin-top:3px;color:#223d58;font-size:12px}.trekit-home-vehicle-action{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid #ebf0f5;color:#175a98!important;font-size:12px;font-weight:800}.trekit-home-loading,.trekit-home-empty{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #cbd8e5;border-radius:16px;background:#fff;color:#718297;font-size:13px}.trekit-home-loading span{width:32px;height:32px;margin-bottom:10px;border:3px solid #dce7f1;border-top-color:#175a98;border-radius:50%;animation:trekitHomeSpin .75s linear infinite}@keyframes trekitHomeSpin{to{transform:rotate(360deg)}}

.trekit-home-app-section{padding:72px 0;background:#fff}.trekit-home-app-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:38px;align-items:center;overflow:hidden;border-radius:24px;padding:44px;background:linear-gradient(135deg,#eaf4ff,#f8fbff 56%,#edf7f4);border:1px solid #d9e5ef}.trekit-home-kicker-dark{color:#1b5c97}.trekit-home-app-copy .trekit-home-dynamic-heading h2{font-size:32px!important}.trekit-home-app-copy p{max-width:590px;color:#65778a;line-height:1.7}.trekit-home-store-links-dark{margin-top:20px}.trekit-home-qr-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.trekit-home-qr-card{padding:18px;border:1px solid #dce5ed;border-radius:16px;background:#fff;text-align:center;box-shadow:0 8px 22px rgba(34,62,90,.06)}.trekit-home-qr-card img{width:132px!important;height:132px!important;object-fit:contain}.trekit-home-qr-card strong{display:block;margin-top:10px;color:#23405d;font-size:12px}

.trekit-home-nemt-section{background:#f5f8fc}.trekit-home-nemt-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:46px;align-items:center}.trekit-home-nemt-copy h2{margin:0 0 18px;color:#132c48;font-size:36px;font-weight:800}.trekit-home-nemt-copy ul{margin:0 0 25px;padding:0;list-style:none}.trekit-home-nemt-copy li{position:relative;padding:0 0 16px 28px;color:#617388;font-size:14px;line-height:1.75}.trekit-home-nemt-copy li:before{content:'\f00c';font-family:FontAwesome;position:absolute;left:0;top:3px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f6ef;color:#14825a;font-size:9px}.trekit-home-video-card{padding:10px;border:1px solid #dce5ed;border-radius:20px;background:#fff;box-shadow:0 14px 32px rgba(29,53,79,.09)}.trekit-home-video-frame{position:relative;padding-top:56.25%;overflow:hidden;border-radius:14px;background:#0d2948}.trekit-home-video-frame iframe{position:absolute;inset:0;width:100%;height:100%}

.trekit-home-final-cta{padding:0 0 78px;background:#f5f8fc}.trekit-home-final-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 38px;border-radius:20px;background:linear-gradient(135deg,#103965,#1a598e);color:#fff;box-shadow:0 16px 36px rgba(19,58,99,.17)}.trekit-home-final-copy p{margin:0 0 5px!important;color:#bcd0e3!important;font-size:12px!important}.trekit-home-final-copy h3{margin:0!important;color:#fff!important;font-size:26px!important;font-weight:800!important}.trekit-home-final-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.trekit-home-final-phone{display:inline-flex;align-items:center;gap:8px;color:#fff!important;font-size:13px;font-weight:800}

@media(max-width:1199px){.trekit-home-dynamic-copy h3,.trekit-home-dynamic-copy .banner-title{font-size:45px!important}.trekit-home-vehicle-grid{grid-template-columns:repeat(3,1fr)}.trekit-home-trust-grid{grid-template-columns:repeat(2,1fr)}.trekit-home-trust-item:nth-child(2){border-right:0}.trekit-home-trust-item:nth-child(-n+2){border-bottom:1px solid #e9eef4}.trekit-home-nemt-grid{grid-template-columns:1fr 1fr}}
@media(max-width:991px){.trekit-home-hero .banner-style-one,.trekit-home-hero .owl-stage-outer,.trekit-home-hero .owl-stage,.trekit-home-hero .owl-item,.trekit-home-slide{height:420px!important;min-height:420px!important}.trekit-home-slide{padding:0!important}.trekit-home-hero-copy{width:68%;padding:42px 0 50px}.trekit-home-dynamic-copy h3,.trekit-home-dynamic-copy .banner-title{font-size:40px!important}.trekit-home-quick-card{grid-template-columns:1fr}.trekit-home-quick-item{min-height:84px;border-right:0;border-bottom:1px solid #e6edf4}.trekit-home-quick-item:last-child{border-bottom:0}.trekit-home-about-grid,.trekit-home-app-card,.trekit-home-nemt-grid{grid-template-columns:1fr}.trekit-home-about-image{min-height:340px}.trekit-home-about-image>img{min-height:340px}.trekit-home-stats-grid{grid-template-columns:repeat(2,1fr)}.trekit-home-vehicle-grid{grid-template-columns:repeat(2,1fr)}.trekit-home-app-card{padding:34px}.trekit-home-qr-grid{max-width:430px}.trekit-home-video-card{max-width:700px}.trekit-home-final-card{align-items:flex-start;flex-direction:column}}
@media(max-width:767px){.trekit-home-hero .banner-style-one,.trekit-home-hero .owl-stage-outer,.trekit-home-hero .owl-stage,.trekit-home-hero .owl-item,.trekit-home-slide{height:410px!important;min-height:410px!important}.trekit-home-slide{padding:0!important;background-position:62% center!important}.trekit-home-hero-overlay{background:linear-gradient(90deg,rgba(247,250,254,.98) 0%,rgba(247,250,254,.94) 65%,rgba(247,250,254,.72) 100%)}.trekit-home-hero-copy{width:100%;padding:38px 0 46px}.trekit-home-dynamic-copy h3,.trekit-home-dynamic-copy .banner-title{font-size:34px!important}.trekit-home-dynamic-copy p{font-size:14px!important}.trekit-home-store-links{display:none}.trekit-home-carousel-controls.banner-carousel-btn{display:none}.trekit-home-quick-wrap{margin-top:-28px}.trekit-home-trust-grid{grid-template-columns:1fr}.trekit-home-trust-item{border-right:0!important;border-bottom:1px solid #e9eef4!important}.trekit-home-trust-item:last-child{border-bottom:0!important}.trekit-home-about-section,.trekit-home-vehicles-section,.trekit-home-nemt-section{padding:50px 0}.trekit-home-section-heading h2,.trekit-home-dynamic-heading h2,.trekit-home-dynamic-heading h3{font-size:27px!important}.trekit-home-about-grid{gap:28px}.trekit-home-about-image,.trekit-home-about-image>img{min-height:280px}.trekit-home-stats-section{padding:50px 0}.trekit-home-stat-card{min-height:140px}.trekit-home-heading-row{align-items:flex-start;flex-direction:column}.trekit-home-app-section{padding:50px 0}.trekit-home-app-card{padding:26px}.trekit-home-final-cta{padding-bottom:52px}.trekit-home-final-card{padding:28px}.trekit-home-final-copy h3{font-size:22px!important}}
@media(max-width:560px){.trekit-home-dynamic-copy h3,.trekit-home-dynamic-copy .banner-title{font-size:30px!important}.trekit-home-hero-actions{align-items:stretch;flex-direction:column}.trekit-home-btn{width:100%}.trekit-home-stats-grid,.trekit-home-vehicle-grid,.trekit-home-qr-grid{grid-template-columns:1fr}.trekit-home-stat-card{min-height:132px}.trekit-home-vehicle-image{height:140px}.trekit-home-app-card{padding:22px}.trekit-home-qr-grid{max-width:230px}.trekit-home-final-actions{width:100%;align-items:stretch;flex-direction:column}.trekit-home-final-phone{justify-content:center}}

/* TREKIT_HOME_SLIDER_CONTENT_FIT_FIX_START
 * Keep dynamic banner copy and CTAs visible for every slider item.
 */
body.trekit-web .trekit-home-hero .banner-style-one,
body.trekit-web .trekit-home-hero .owl-stage-outer,
body.trekit-web .trekit-home-hero .owl-stage,
body.trekit-web .trekit-home-hero .owl-item {
    height: 465px !important;
    min-height: 465px !important;
}

body.trekit-web .trekit-home-slide {
    height: 465px !important;
    min-height: 465px !important;
    padding: 0 !important;
    overflow: hidden;
    align-items: stretch !important;
}

body.trekit-web .trekit-home-hero-container {
    height: 100%;
    display: flex;
    align-items: center;
}

body.trekit-web .trekit-home-hero-copy {
    width: min(650px, 60%);
    padding: 28px 0 64px !important;
    position: relative;
    z-index: 3;
}

body.trekit-web .trekit-home-kicker,
body.trekit-web .trekit-home-section-kicker {
    margin-bottom: 12px;
}

body.trekit-web .trekit-home-dynamic-copy h3,
body.trekit-web .trekit-home-dynamic-copy .banner-title {
    margin-bottom: 14px !important;
    font-size: 46px !important;
    line-height: 1.04 !important;
}

body.trekit-web .trekit-home-dynamic-copy p {
    max-width: 590px;
    margin-bottom: 17px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

body.trekit-web .trekit-home-hero-actions {
    position: relative;
    z-index: 4;
}

body.trekit-web .trekit-home-quick-wrap {
    margin-top: -22px !important;
}

@media (max-width: 1199px) {
    body.trekit-web .trekit-home-dynamic-copy h3,
    body.trekit-web .trekit-home-dynamic-copy .banner-title {
        font-size: 42px !important;
    }
}

@media (max-width: 991px) {
    body.trekit-web .trekit-home-hero .banner-style-one,
    body.trekit-web .trekit-home-hero .owl-stage-outer,
    body.trekit-web .trekit-home-hero .owl-stage,
    body.trekit-web .trekit-home-hero .owl-item,
    body.trekit-web .trekit-home-slide {
        height: 450px !important;
        min-height: 450px !important;
    }

    body.trekit-web .trekit-home-hero-copy {
        width: 72%;
        padding: 26px 0 58px !important;
    }

    body.trekit-web .trekit-home-dynamic-copy h3,
    body.trekit-web .trekit-home-dynamic-copy .banner-title {
        font-size: 38px !important;
    }

    body.trekit-web .trekit-home-quick-wrap {
        margin-top: -18px !important;
    }
}

@media (max-width: 767px) {
    body.trekit-web .trekit-home-hero .banner-style-one,
    body.trekit-web .trekit-home-hero .owl-stage-outer,
    body.trekit-web .trekit-home-hero .owl-stage,
    body.trekit-web .trekit-home-hero .owl-item,
    body.trekit-web .trekit-home-slide {
        height: 465px !important;
        min-height: 465px !important;
    }

    body.trekit-web .trekit-home-hero-copy {
        width: 100%;
        padding: 24px 0 58px !important;
    }

    body.trekit-web .trekit-home-dynamic-copy h3,
    body.trekit-web .trekit-home-dynamic-copy .banner-title {
        font-size: 34px !important;
        line-height: 1.06 !important;
    }

    body.trekit-web .trekit-home-dynamic-copy p {
        font-size: 14px !important;
    }

    body.trekit-web .trekit-home-quick-wrap {
        margin-top: -14px !important;
    }
}
/* TREKIT_HOME_SLIDER_CONTENT_FIT_FIX_END */

/* TREKIT_RESPONSIVE_NAV_BACKGROUND_FIX_START
 * The legacy theme collapses the menu at a wider breakpoint than the
 * customer refresh CSS. Keep that collapsed navigation in TrekIT styling.
 */
@media (max-width: 1250px) {
    body.trekit-web .site-header.header-one .header-navigation {
        background: var(--trekit-navy) !important;
    }

    body.trekit-web .site-header.header-one .header-navigation .container {
        max-width: 1200px;
        min-height: 64px;
        padding: 0 20px;
        background: var(--trekit-navy) !important;
        overflow: visible !important;
    }

    body.trekit-web .site-header.header-one .header-navigation .main-navigation {
        background: var(--trekit-navy) !important;
    }

    body.trekit-web .site-header.header-one .header-navigation .main-navigation,
    body.trekit-web .site-header.header-one .header-navigation .main-navigation > ul,
    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box > li > a {
        background: transparent !important;
        color: #dbe8f5 !important;
    }

    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box > li.current > a,
    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box > li:hover > a {
        background: rgba(255,255,255,.12) !important;
        color: #fff !important;
    }
}

@media (max-width: 1199px) {
    body.trekit-web .site-header.header-one .header-navigation .container {
        min-height: 58px;
        padding: 0 16px;
    }

    body.trekit-web .site-header.header-one .header-navigation .container .logo-box {
        min-height: 58px;
    }

    body.trekit-web .site-header.header-one .header-navigation .container .menu-toggler {
        display: block !important;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255,255,255,.18) !important;
        border-radius: 10px;
        background: rgba(255,255,255,.10) !important;
        color: #fff !important;
    }

    body.trekit-web .site-header.header-one .header-navigation .main-navigation {
        width: calc(100% + 32px) !important;
        max-width: none !important;
        margin: 0 -16px !important;
        padding: 8px 16px 12px !important;
        border: 0 !important;
        border-radius: 0 0 12px 12px !important;
        background: var(--trekit-navy) !important;
        box-shadow: 0 14px 28px rgba(16,42,72,.18) !important;
        overflow: hidden !important;
    }

    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box > li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box > li > a {
        width: 100% !important;
        min-height: 44px;
        padding: 0 14px !important;
        border-radius: 8px;
        white-space: normal !important;
        color: #e6f0f9 !important;
        background: transparent !important;
    }

    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box > li.current > a,
    body.trekit-web .site-header.header-one .header-navigation ul.navigation-box > li:hover > a {
        color: #fff !important;
        background: rgba(255,255,255,.12) !important;
    }

    body.trekit-web .site-header.header-one .header-navigation .right-side-box {
        height: 58px;
        right: 16px;
    }
}
/* TREKIT_RESPONSIVE_NAV_BACKGROUND_FIX_END */

