/*
Theme Name: BrakeTech
Theme URI: https://verveinnovation.au
Author: Verve Innovation
Author URI: https://verveinnovation.au
Description: Clean, responsive WordPress theme for BrakeTech automotive servicing, 4WD, brake and European vehicle specialists.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: braketech
*/

:root{
  --bt-red:#e31919;
  --bt-red-dark:#b40f0f;
  --bt-ink:#121212;
  --bt-muted:#667085;
  --bt-soft:#f6f7f9;
  --bt-line:#e6e8ec;
  --bt-white:#fff;
  --bt-radius:18px;
  --bt-shadow:0 18px 50px rgba(18,18,18,.10);
  --bt-container:1180px;
  --bt-header-height:78px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',Arial,sans-serif;
  color:var(--bt-ink);
  background:#fff;
  font-size:16px;
  line-height:1.75;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}

h1,h2,h3,h4,h5,h6{
  margin:0 0 18px;
  font-family:'Manrope',Arial,sans-serif;
  color:var(--bt-ink);
  font-weight:800;
  line-height:1.15;
  letter-spacing:-.04em;
}
h1{
  font-size:clamp(44px,5vw,64px);
  letter-spacing:-.045em;
}
h2{
  font-size:clamp(34px,3.8vw,46px);
  letter-spacing:-.035em;
}
h3{
  font-size:clamp(26px,2.6vw,32px);
  font-weight:700;
  letter-spacing:-.03em;
}
h4{
  font-size:24px;
  font-weight:700;
  letter-spacing:-.025em;
}
h5{
  font-size:20px;
  font-weight:700;
  letter-spacing:-.02em;
}
h6{
  font-size:18px;
  font-weight:700;
  letter-spacing:-.02em;
}

p{
  margin:0 0 24px;
  color:var(--bt-muted);
  font-size:16px;
  line-height:1.9;
}
strong{
  color:var(--bt-ink);
  font-weight:700;
}
ul,ol{
  margin:0 0 28px;
  padding-left:22px;
}
li{
  margin-bottom:10px;
  font-size:16px;
  line-height:1.8;
}
.bt-container{width:min(var(--bt-container),calc(100% - 40px));margin:auto}
.bt-section{padding:88px 0}
.bt-section--alt{background:var(--bt-soft)}
.bt-section-heading{text-align:center;max-width:760px;margin:0 auto 60px}
.bt-section-heading p{max-width:650px;margin:14px auto 0}
.bt-section-heading--left{text-align:left;max-width:none;margin:0 0 30px}
.bt-eyebrow{display:inline-block;font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--bt-red)}
.bt-eyebrow--light{color:#fff}
.bt-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;font-size:15px;font-weight:700;letter-spacing:.02em;transition:.25s ease;border:1px solid transparent;cursor:pointer}
.bt-btn--primary{background:var(--bt-red);color:#fff;box-shadow:0 12px 25px rgba(227,25,25,.25)}
.bt-btn--primary:hover{transform:translateY(-2px);background:var(--bt-red-dark)}
.bt-btn--light{background:#fff;color:#111}.bt-btn--light:hover{transform:translateY(-2px);background:#f2f2f2}
.bt-btn--outline{border-color:#d7d9de;background:#fff}.bt-btn--outline:hover{border-color:var(--bt-red);color:var(--bt-red)}

/* Header */
.bt-topbar{background:#f2f3f4;color:#353535;font-size:13px;border-bottom:1px solid #e9e9e9}
.bt-topbar__inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.bt-topbar__location,.bt-topbar__phone{display:inline-flex;align-items:center;gap:8px}
.bt-topbar__address{display:flex;align-items:center;flex-wrap:wrap;gap:5px}
.bt-topbar__location-note{color:#6b7280}.bt-topbar__location-note:before{content:'•';margin-right:5px;color:var(--bt-red)}
.bt-topbar__phone:hover{color:var(--bt-red)}
.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.07);box-shadow:0 4px 20px rgba(0,0,0,.04)}
body.admin-bar .site-header{top:32px}
.bt-header-inner{min-height:var(--bt-header-height);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:36px}
.bt-logo-wrap{display:flex;align-items:center;flex-shrink:0}.bt-logo-wrap .custom-logo-link{display:inline-flex;align-items:center;line-height:0}.bt-logo-wrap .custom-logo{display:block;width:auto;max-width:175px;max-height:58px;object-fit:contain}
.bt-text-logo{display:inline-flex;align-items:center;color:var(--bt-ink);font:800 23px/1 'Manrope',Arial,sans-serif;letter-spacing:-1px}.bt-text-logo span{color:var(--bt-red)}
.bt-main-nav{display:flex;align-items:center;justify-content:flex-end;min-width:0}.bt-menu{display:flex;align-items:center;justify-content:flex-end;gap:2px;margin:0;padding:0;list-style:none}.bt-menu li{position:relative;list-style:none}.bt-menu>li>a{position:relative;display:flex;align-items:center;gap:6px;min-height:var(--bt-header-height);padding:0 14px;color:#262626;font-size:15px;font-weight:600;white-space:nowrap}.bt-menu>li>a:hover,.bt-menu>li.current-menu-item>a,.bt-menu>li.current-menu-ancestor>a{color:var(--bt-red)}.bt-menu>li>a:after{content:'';position:absolute;right:14px;bottom:20px;left:14px;height:2px;background:var(--bt-red);transform:scaleX(0);transition:.25s}.bt-menu>li>a:hover:after,.bt-menu>li.current-menu-item>a:after,.bt-menu>li.current-menu-ancestor>a:after{transform:scaleX(1)}
.bt-menu .menu-item-has-children>a:before{content:'';width:6px;height:6px;margin-left:3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);order:2}
.bt-menu .sub-menu{position:absolute;top:calc(100% - 1px);left:0;z-index:20;width:240px;margin:0;padding:10px;visibility:hidden;opacity:0;list-style:none;background:#fff;border:1px solid var(--bt-line);border-radius:14px;box-shadow:var(--bt-shadow);transform:translateY(12px);transition:.2s}.bt-menu .sub-menu .sub-menu{top:-10px;left:calc(100% + 10px)}.bt-menu li:hover>.sub-menu,.bt-menu li:focus-within>.sub-menu{visibility:visible;opacity:1;transform:translateY(0)}.bt-menu .sub-menu a{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;color:#333;font-size:13px;font-weight:600;border-radius:9px}.bt-menu .sub-menu a:hover{color:var(--bt-red);background:#fff2f2}
.bt-nav-actions{display:flex;align-items:center;gap:14px}.bt-menu-toggle{display:none;width:44px;height:44px;padding:10px;border:0;border-radius:12px;background:var(--bt-ink);cursor:pointer;flex-direction:column;align-items:center;justify-content:center}.bt-menu-toggle span{display:block;width:22px;height:2px;margin:3px auto;background:#fff;border-radius:10px;transition:.25s}.bt-menu-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.bt-menu-toggle.is-active span:nth-child(2){opacity:0}.bt-menu-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* Homepage */
.bt-home-hero{position:relative;height:80vh;min-height:600px;overflow:hidden;background:#111}.bt-home-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}.bt-home-hero__slide.is-active{opacity:1;visibility:visible;z-index:2}.bt-home-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bt-home-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.52) 48%,rgba(0,0,0,.08)),rgba(0,0,0,.25)}.bt-home-hero__inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}.bt-home-hero__content{max-width:720px;color:#fff}.bt-home-hero__content h1{color:#fff;font-size:clamp(52px,6vw,72px);line-height:.98;letter-spacing:-.05em;margin-bottom:20px}.bt-home-hero__content h1 span{color:var(--bt-red)}.bt-home-hero__content p{max-width:620px;margin:24px 0 32px;color:#e7e7e7;font-size:18px}.bt-home-hero__dots{position:absolute;right:0;bottom:30px;left:0;z-index:5;display:flex;justify-content:center;gap:10px}.bt-home-hero__dot{width:12px;height:12px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.5);cursor:pointer;transition:.25s}.bt-home-hero__dot.is-active{width:34px;background:var(--bt-red)}
.bt-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bt-card{background:#fff;border:1px solid var(--bt-line);border-radius:var(--bt-radius);overflow:hidden;transition:.3s;box-shadow:0 8px 24px rgba(0,0,0,.03)}.bt-card:hover{transform:translateY(-8px);box-shadow:var(--bt-shadow)}.bt-card__link{display:block;height:100%}.bt-card__image{height:220px;overflow:hidden;position:relative}.bt-card__image img{width:100%;height:100%;object-fit:cover;transition:.5s}.bt-card:hover .bt-card__image img{transform:scale(1.06)}.bt-card__image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.45))}.bt-card__body{padding:24px}.bt-card__body h3{font-size:26px}.bt-card__body p{margin:10px 0 18px;font-size:15px}.bt-text-link{font-size:13px;font-weight:800;color:var(--bt-red)}.bt-specialist-card__title{position:absolute;right:18px;bottom:16px;left:18px;z-index:3;display:flex;align-items:center;gap:12px;color:#fff}.bt-specialist-card__title h3{color:#fff}.bt-card__icon{width:42px;height:42px;border-radius:12px;background:var(--bt-red);display:grid;place-items:center;color:#fff;font-size:20px}
.bt-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.bt-media{border-radius:22px;overflow:hidden;box-shadow:var(--bt-shadow);min-height:430px}.bt-media img{width:100%;height:100%;min-height:430px;object-fit:cover}.bt-feature-list{display:grid;gap:12px;margin:24px 0 28px}.bt-feature{display:flex;gap:12px;align-items:flex-start}.bt-check{width:24px;height:24px;border-radius:50%;background:#ffe7e7;color:var(--bt-red);display:grid;place-items:center;font-weight:800;flex:0 0 auto}
.bt-home-service-bar{background:#f7f7f7;border-top:1px solid var(--bt-line);border-bottom:1px solid var(--bt-line)}.bt-home-service-bar__inner{display:grid;grid-template-columns:1fr 2fr}.bt-home-service-bar__title{display:flex;align-items:center;justify-content:center;padding:42px;background:#eceeef}.bt-home-service-bar__title h2{font-size:clamp(30px,3vw,40px);margin:0}.bt-home-service-bar__items{display:grid;grid-template-columns:repeat(4,1fr)}.bt-home-service-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:190px;padding:24px;text-align:center;transition:.25s}.bt-home-service-bar__item:hover{background:#fff;transform:translateY(-4px)}.bt-home-service-bar__item span{font-size:42px}.bt-home-service-bar__item strong{font-size:13px;color:#4d5561}
.bt-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bt-gallery-card{position:relative;border-radius:16px;overflow:hidden;height:240px;color:#fff}.bt-gallery-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.bt-gallery-card:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(0,0,0,.83))}.bt-gallery-card b{position:absolute;z-index:2;left:18px;bottom:18px;font-size:15px}.bt-gallery-card:hover img{transform:scale(1.08)}
.bt-why-grid{display:grid;grid-template-columns:.8fr 1.5fr;gap:38px}.bt-why-image{border-radius:20px;overflow:hidden;min-height:520px}.bt-why-image img{height:100%;width:100%;object-fit:cover}.bt-why-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bt-why-card{background:#fff;border:1px solid var(--bt-line);padding:24px;border-radius:16px}.bt-mini-icon{width:42px;height:42px;border-radius:12px;background:#fff0f0;color:var(--bt-red);display:grid;place-items:center;font-size:21px;margin-bottom:16px}.bt-why-card p{font-size:15px;margin-top:8px}
.bt-process{background:linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1800&q=80') center/cover}.bt-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;position:relative;margin-top:48px}.bt-step{text-align:center}.bt-step-icon{width:64px;height:64px;border-radius:50%;border:2px solid var(--bt-red);background:#fff;color:var(--bt-red);display:grid;place-items:center;margin:0 auto 18px;font-size:24px}
.bt-home-seo{max-width:920px;text-align:center}.bt-home-seo article{margin-bottom:34px}.bt-home-seo article h2{font-size:30px}.bt-faq{max-width:900px;margin:auto}.bt-faq-item{border-bottom:1px solid var(--bt-line)}.bt-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;border:0;background:none;text-align:left;font-size:17px;font-weight:700;cursor:pointer}.bt-faq-a{max-height:0;overflow:hidden;transition:max-height .35s}.bt-faq-item.is-open .bt-faq-a{max-height:400px;padding-bottom:20px}.bt-faq-item.is-open .bt-faq-q span:last-child{transform:rotate(45deg)}
.bt-reviews-box{padding:28px;background:#fff;border:1px solid var(--bt-line);border-radius:20px;box-shadow:var(--bt-shadow)}.bt-reviews-box__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--bt-line)}.bt-reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.bt-review-card{padding:18px;background:var(--bt-soft);border:1px solid var(--bt-line);border-radius:14px}.bt-review-stars{color:#f7b500}.bt-review-card p{font-size:13px;margin:10px 0 16px}.bt-review-card__author{display:flex;align-items:center;gap:10px}.bt-review-card__author>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--bt-red);color:#fff;font-size:12px;font-weight:800}.bt-review-card__author strong,.bt-review-card__author small{display:block;font-size:12px}.bt-review-card__author small{color:var(--bt-muted);font-size:10px}
.bt-brand-marquee{overflow:hidden}.bt-brand-marquee__track{display:flex;width:max-content;animation:btBrandMarquee 24s linear infinite}.bt-brand-marquee:hover .bt-brand-marquee__track{animation-play-state:paused}.bt-brand-marquee__group{display:flex;align-items:center;gap:100px;padding:0 50px}.bt-brand-marquee img{width:auto;height:54px;opacity:.45;filter:grayscale(1);transition:.25s}.bt-brand-marquee img:hover{opacity:1;filter:none}@keyframes btBrandMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.bt-instagram-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bt-instagram-card{overflow:hidden;border-radius:14px}.bt-instagram-card img{width:100%;aspect-ratio:1;object-fit:cover;transition:.4s}.bt-instagram-card:hover img{transform:scale(1.06)}

/* General pages */
.bt-page-hero{padding:150px 0 95px;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.4)),url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff}.bt-page-hero h1{color:#fff}.bt-page-hero p{color:#eee;margin-top:18px;max-width:720px;font-size:18px}.bt-content{max-width:900px;margin:auto}.bt-content h2,.bt-content h3{margin:28px 0 12px}.bt-content p,.bt-content ul{margin:0 0 18px;color:var(--bt-muted)}
.bt-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px}.bt-contact-card{background:#111;color:#fff;border-radius:22px;padding:36px}.bt-contact-card h2,.bt-contact-card h3{color:#fff}.bt-contact-card p,.bt-contact-card a{color:#cfd3d8}.bt-map{border-radius:22px;overflow:hidden;min-height:520px;background:#eee}.bt-map iframe{width:100%;height:100%;min-height:520px;border:0}

/* Service detail */
.site-footer{background:#111;color:#fff;padding:72px 0 86px}.bt-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.site-footer p,.site-footer a{color:#aeb4bd;font-size:14px}.site-footer h4{margin:0 0 18px;font-size:17px;color:#fff}.bt-footer-links{display:grid;gap:10px}.bt-copyright{border-top:1px solid #2a2a2a;margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;color:#8f949c;font-size:12px}.bt-mobile-cta{display:none}


.bt-content h1,
.bt-content h2,
.bt-content h3,
.bt-content h4,
.bt-content h5,
.bt-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  scroll-margin-top:120px;
}

.bt-content h4,
.entry-content h4,
.bt-service-page-content h4{
  margin:30px 0 12px;
  font-size:22px;
}

.bt-content h5,
.entry-content h5,
.bt-service-page-content h5{
  margin:26px 0 10px;
  font-size:19px;
}

.bt-content h6,
.entry-content h6,
.bt-service-page-content h6{
  margin:24px 0 10px;
  font-size:17px;
  letter-spacing:-.015em;
}

@media(max-width:1050px){.bt-header-inner{gap:22px}.bt-menu>li>a{padding-inline:9px;font-size:14px}.bt-grid-3,.bt-gallery-grid{grid-template-columns:repeat(2,1fr)}.bt-split,.bt-why-grid,.bt-contact-grid{grid-template-columns:1fr}.bt-footer-grid{grid-template-columns:1fr 1fr}.bt-reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header{position:relative;top:auto!important;backdrop-filter:none}.bt-topbar__location{display:none}.bt-topbar__inner{justify-content:center}.bt-header-inner{position:relative;display:flex;justify-content:space-between;min-height:70px}.bt-logo-wrap{margin-right:auto}.bt-desktop-booking{display:none}.bt-menu-toggle{display:flex}.bt-main-nav{position:absolute;top:100%;right:0;left:0;z-index:100;display:block;max-height:0;overflow:hidden;visibility:hidden;opacity:0;background:#fff;border-top:1px solid var(--bt-line);box-shadow:0 18px 40px rgba(0,0,0,.12);transition:.35s}.bt-main-nav.is-open{max-height:calc(100vh - 100px);overflow-y:auto;visibility:visible;opacity:1}.bt-menu{display:block;padding:10px 20px 20px}.bt-menu>li{border-bottom:1px solid var(--bt-line)}.bt-menu>li>a{min-height:auto;padding:15px 4px}.bt-menu>li>a:after{display:none}.bt-menu .menu-item-has-children>a{padding-right:42px}.bt-menu .menu-item-has-children>a:before{position:absolute;right:11px}.bt-menu .menu-item-has-children.submenu-open>a:before{transform:rotate(225deg)}.bt-menu .sub-menu{position:static;display:none;width:100%;visibility:visible;opacity:1;background:transparent;border:0;box-shadow:none;transform:none}.bt-menu .submenu-open>.sub-menu{display:block}.bt-home-service-bar__inner{grid-template-columns:1fr}.bt-bottom-cta__inner{align-items:flex-start;flex-direction:column}}
@media(max-width:767px){.bt-container{width:min(100% - 28px,var(--bt-container))}.bt-section{padding:64px 0}.bt-home-hero{min-height:620px}.bt-home-hero__content h1{font-size:clamp(42px,13vw,60px)}.bt-grid-3,.bt-gallery-grid,.bt-why-cards,.bt-footer-grid,.bt-reviews-grid{grid-template-columns:1fr}.bt-home-service-bar__items{grid-template-columns:repeat(2,1fr)}.bt-steps{grid-template-columns:1fr;gap:34px}.bt-instagram-grid{grid-template-columns:repeat(2,1fr)}.bt-bottom-cta{padding:56px 0}.bt-bottom-cta .bt-btn{width:100%}.site-footer{padding-bottom:110px}.bt-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid var(--bt-line);padding:9px}.bt-mobile-cta a{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:12px;font-weight:800}.bt-mobile-cta__call{background:#111;color:#fff}.bt-mobile-cta__book{background:var(--bt-red);color:#fff}}

/* =========================================================
   CLEAN SERVICE DETAIL PAGE
========================================================= */
.bt-service-page-header{padding:78px 0 62px;color:#fff;background:#151515}
.bt-service-page-header__content{max-width:760px}
.bt-service-page-header__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:#ff5c61;font-size:13px;font-weight:800;letter-spacing:.06em}
.bt-service-page-header h1{margin:0 0 16px;color:#fff;font-size:clamp(40px,5vw,58px);line-height:1.05;letter-spacing:-.04em}
.bt-service-page-header p{max-width:650px;margin:0;color:#d4d7dc;font-size:17px;line-height:1.7}
.bt-service-page-header__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.bt-btn--outline-light{color:#fff;border-color:rgba(255,255,255,.45);background:transparent}
.bt-btn--outline-light:hover{color:#111;border-color:#fff;background:#fff}
.bt-service-main-section{padding:72px 0 88px;background:#f6f7f9}
.bt-service-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:70px;align-items:start}
.bt-service-page-content{min-width:0}
.bt-service-page-content>*:first-child{margin-top:0}
.bt-service-page-content h2{margin:52px 0 18px;font-size:clamp(30px,3vw,40px);line-height:1.15}
.bt-service-page-content h3{margin:38px 0 14px;font-size:28px;line-height:1.2}
.bt-service-page-content p,.bt-service-page-content li{color:var(--bt-muted);font-size:17px;line-height:1.9}
.bt-service-page-content p{margin-bottom:24px}
.bt-service-page-content ul,.bt-service-page-content ol{margin:0 0 26px;padding-left:24px}
.bt-service-page-content img{width:100%;margin:30px 0;border-radius:16px}
.bt-service-page-sidebar{position:sticky;top:118px;display:flex;flex-direction:column;gap:24px}
.bt-service-booking-card{padding:28px;border:1px solid var(--bt-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.bt-service-booking-card h2{margin:8px 0 10px;font-size:28px}
.bt-service-booking-card>p{margin-bottom:20px;font-size:14px}
.bt-service-booking-card .bt-contact-form{display:grid;gap:14px}
.bt-service-booking-card .bt-form-group{display:grid;gap:7px}
.bt-service-booking-card .bt-form-group label{font-size:13px;font-weight:700}
.bt-service-booking-card .bt-form-group input,.bt-service-booking-card .bt-form-group textarea{width:100%;padding:13px 14px;border:1px solid #d9dde3;border-radius:10px;background:#fff;color:var(--bt-ink);outline:none}
.bt-service-booking-card .bt-form-group input:focus,.bt-service-booking-card .bt-form-group textarea:focus{border-color:var(--bt-red)}
.bt-service-booking-card .bt-form-group textarea{min-height:115px;resize:vertical}
.bt-service-booking-card .bt-contact-form .bt-btn{width:100%;border:0}
.bt-service-call-card{padding:30px;border-radius:18px;color:#fff;text-align:center;background:linear-gradient(145deg,#181818,#343434)}
.bt-service-call-card__icon{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:var(--bt-red);font-size:22px}
.bt-service-call-card h2{margin-bottom:10px;color:#fff;font-size:27px}
.bt-service-call-card p{margin-bottom:20px;color:rgba(255,255,255,.72);font-size:14px}
.bt-service-call-card .bt-btn{width:100%}
@media(max-width:1000px){.bt-service-page-grid{grid-template-columns:1fr}.bt-service-page-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:767px){.bt-service-page-header{padding:58px 0 48px}.bt-service-page-header h1{font-size:clamp(34px,10vw,46px)}.bt-service-page-header p{font-size:15px}.bt-service-page-header__actions{flex-direction:column}.bt-service-page-header__actions .bt-btn{width:100%}.bt-service-main-section{padding:54px 0 64px}.bt-service-page-grid{gap:44px}.bt-service-page-sidebar{grid-template-columns:1fr}}

/* Premium mobile typography */
@media(max-width:767px){
  body{
    font-size:15px;
    line-height:1.75;
  }

  h1{
    font-size:38px;
    line-height:1.08;
  }

  h2{
    font-size:30px;
    line-height:1.15;
  }

  h3{
    font-size:24px;
    line-height:1.2;
  }

  h4{
    font-size:21px;
  }

  h5{
    font-size:18px;
  }

  h6{
    font-size:16px;
  }

  p,
  li{
    font-size:15px;
    line-height:1.8;
  }

  .bt-section-heading{
    margin-bottom:40px;
  }

  .bt-home-hero__content h1{
    font-size:clamp(40px,12vw,56px);
    line-height:1;
  }

  .bt-service-page-content h2{
    margin-top:40px;
    font-size:30px;
  }

  .bt-service-page-content h3{
    margin-top:30px;
    font-size:24px;
  }
}

/* ================= MERGED HOMEPAGE ENHANCEMENTS ================= */

/* =========================================================
   HOMEPAGE CARD HOVERS
========================================================= */

.bt-card,
.bt-service-link-card,
.bt-modern-why__card,
.bt-google-review-card,
.bt-latest-post-card,
.bt-premium-service-intro__feature{
  position:relative;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.bt-card:hover,
.bt-service-link-card:hover,
.bt-modern-why__card:hover,
.bt-google-review-card:hover,
.bt-latest-post-card:hover,
.bt-premium-service-intro__feature:hover{
  transform:translateY(-8px);
  border-color:rgba(227,25,25,.28);
  box-shadow:0 22px 55px rgba(18,18,18,.12);
}

.bt-card__image img,
.bt-latest-post-card__image img{
  transition:transform .55s ease;
}

.bt-card:hover .bt-card__image img,
.bt-latest-post-card:hover .bt-latest-post-card__image img{
  transform:scale(1.06);
}

/* Hero actions */
.bt-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.bt-btn--outline-light{
  color:#fff;
  border-color:rgba(255,255,255,.45);
  background:transparent;
}

.bt-btn--outline-light:hover{
  color:#111;
  border-color:#fff;
  background:#fff;
}

/* Premium introduction */
.bt-premium-service-intro{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 10%,rgba(227,25,25,.08),transparent 28%),
    #fff;
}

.bt-premium-service-intro__grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:72px;
  align-items:center;
}

.bt-premium-service-intro__media{
  position:relative;
  min-height:620px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 30px 70px rgba(18,18,18,.16);
}

.bt-premium-service-intro__media img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
}

.bt-premium-service-intro__experience{
  position:absolute;
  right:24px;
  bottom:24px;
  z-index:2;
  width:160px;
  padding:22px;
  border-radius:20px;
  background:rgba(17,17,17,.9);
  color:#fff;
  backdrop-filter:blur(12px);
}

.bt-premium-service-intro__experience strong{
  display:block;
  color:#fff;
  font-family:'Manrope',Arial,sans-serif;
  font-size:46px;
  line-height:1;
}

.bt-premium-service-intro__experience span{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.74);
  font-size:12px;
  line-height:1.45;
}

.bt-premium-service-intro__lead{
  color:#252525;
  font-size:19px;
  font-weight:500;
  line-height:1.7;
}

.bt-premium-service-intro__features{
  display:grid;
  gap:14px;
  margin:30px 0;
}

.bt-premium-service-intro__feature{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:17px 18px;
  border:1px solid var(--bt-line);
  border-radius:15px;
  background:#fff;
}

.bt-premium-service-intro__feature > span{
  width:30px;
  height:30px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffe8e8;
  color:var(--bt-red);
  font-size:14px;
  font-weight:900;
}

.bt-premium-service-intro__feature strong,
.bt-premium-service-intro__feature small{
  display:block;
}

.bt-premium-service-intro__feature small{
  color:var(--bt-muted);
  font-size:13px;
  line-height:1.55;
}

.bt-premium-service-intro__more{
  margin-top:28px;
  padding-top:26px;
  border-top:1px solid var(--bt-line);
}

.bt-premium-service-intro__more[hidden]{
  display:none;
}

.bt-premium-service-intro__more h3{
  margin:28px 0 10px;
  font-size:23px;
}

.bt-premium-service-intro__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  margin-top:30px;
}

.bt-read-more-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:52px;
  padding:13px 20px;
  border:1px solid #d8dce2;
  border-radius:999px;
  background:#fff;
  color:var(--bt-ink);
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  transition:.25s ease;
}

.bt-read-more-button:hover{
  border-color:var(--bt-red);
  color:var(--bt-red);
}

.bt-read-more-button__icon{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffe8e8;
  color:var(--bt-red);
  font-size:18px;
  transition:transform .25s ease;
}

.bt-read-more-button[aria-expanded="true"] .bt-read-more-button__icon{
  transform:rotate(45deg);
}

.bt-premium-service-intro__phone,
.bt-home-final-cta__phone{
  display:flex;
  flex-direction:column;
}

.bt-premium-service-intro__phone span,
.bt-home-final-cta__phone span{
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* Services grid */
.bt-service-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.bt-service-link-card{
  display:block;
  min-height:260px;
  padding:28px;
  border:1px solid var(--bt-line);
  border-radius:20px;
  background:#fff;
  overflow:hidden;
}

.bt-service-link-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,transparent,rgba(227,25,25,.06));
  opacity:0;
  transition:.3s ease;
}

.bt-service-link-card:hover::before{
  opacity:1;
}

.bt-service-link-card__icon{
  position:relative;
  z-index:2;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:15px;
  background:#fff0f0;
  color:var(--bt-red);
  font-size:23px;
}

.bt-service-link-card h3,
.bt-service-link-card p,
.bt-service-link-card span{
  position:relative;
  z-index:2;
}

.bt-service-link-card h3{
  margin-bottom:12px;
  font-size:25px;
}

.bt-service-link-card p{
  font-size:14px;
}

.bt-service-link-card > span{
  color:var(--bt-red);
  font-size:13px;
  font-weight:800;
}

/* Modern why section */
.bt-modern-why{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:60px;
  align-items:center;
}

.bt-modern-why__intro{
  padding:42px;
  border-radius:24px;
  color:#fff;
  background:
    linear-gradient(145deg,rgba(17,17,17,.97),rgba(50,50,50,.94)),
    url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1200&q=80') center/cover;
  box-shadow:var(--bt-shadow);
}

.bt-modern-why__intro h2{
  color:#fff;
}

.bt-modern-why__intro p{
  color:rgba(255,255,255,.72);
}

.bt-modern-why__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.bt-modern-why__card{
  padding:25px;
  border:1px solid var(--bt-line);
  border-radius:18px;
  background:#fff;
}

.bt-modern-why__card h3{
  font-size:22px;
}

.bt-modern-why__card p{
  font-size:14px;
}

/* Google review style */
.bt-google-reviews{
  padding:30px;
  border:1px solid var(--bt-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--bt-shadow);
}

.bt-google-reviews__summary{
  display:flex;
  align-items:center;
  gap:18px;
  padding-bottom:24px;
  border-bottom:1px solid var(--bt-line);
}

.bt-google-reviews__summary .bt-btn{
  margin-left:auto;
}

.bt-google-reviews__g{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  box-shadow:0 7px 20px rgba(0,0,0,.1);
  font-size:27px;
  font-weight:800;
  color:#4285f4;
}

.bt-google-reviews__score{
  display:flex;
  align-items:center;
  gap:10px;
}

.bt-google-reviews__score > span:first-child{
  font-size:22px;
  font-weight:800;
}

.bt-google-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:24px;
}

.bt-google-review-card{
  padding:22px;
  border:1px solid var(--bt-line);
  border-radius:16px;
  background:#fff;
}

.bt-google-review-card__top{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.bt-google-review-card__avatar{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--bt-red);
  color:#fff;
  font-weight:800;
}

.bt-google-review-card__top strong,
.bt-google-review-card__top small{
  display:block;
}

.bt-google-review-card__top small{
  color:var(--bt-muted);
  font-size:11px;
}

.bt-google-review-card__google{
  color:#4285f4;
  font-weight:800;
}

.bt-google-review-card p{
  margin-top:10px;
  font-size:14px;
}

/* Latest posts */
.bt-latest-posts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.bt-latest-post-card{
  overflow:hidden;
  border:1px solid var(--bt-line);
  border-radius:18px;
  background:#fff;
}

.bt-latest-post-card__image{
  display:block;
  height:220px;
  overflow:hidden;
}

.bt-latest-post-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.bt-latest-post-card__body{
  padding:24px;
}

.bt-latest-post-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:var(--bt-red);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.bt-latest-post-card h3{
  margin:12px 0;
  font-size:24px;
}

.bt-latest-post-card p{
  font-size:14px;
}

.bt-no-posts{
  grid-column:1/-1;
  text-align:center;
}

/* Final CTA */
.bt-home-final-cta{
  padding:76px 0;
  color:#fff;
  background:
    linear-gradient(120deg,rgba(227,25,25,.96),rgba(169,8,8,.94)),
    url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.bt-home-final-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}

.bt-home-final-cta h2{
  color:#fff;
}

.bt-home-final-cta p{
  max-width:700px;
  color:rgba(255,255,255,.78);
}

.bt-home-final-cta__actions{
  display:flex;
  align-items:center;
  gap:24px;
  flex-shrink:0;
}

.bt-home-final-cta__phone{
  color:#fff;
}

.bt-home-final-cta__phone strong{
  margin-top:3px;
  font-size:20px;
}

@media(max-width:1024px){
  .bt-premium-service-intro__grid,
  .bt-modern-why{
    grid-template-columns:1fr;
  }

  .bt-service-card-grid,
  .bt-google-review-grid,
  .bt-latest-posts{
    grid-template-columns:repeat(2,1fr);
  }

  .bt-premium-service-intro__media,
  .bt-premium-service-intro__media img{
    min-height:500px;
  }
}

@media(max-width:767px){
  .bt-home-hero__actions,
  .bt-premium-service-intro__actions,
  .bt-home-final-cta__actions{
    align-items:stretch;
    flex-direction:column;
  }

  .bt-home-hero__actions .bt-btn,
  .bt-premium-service-intro__actions .bt-btn,
  .bt-read-more-button,
  .bt-home-final-cta__actions .bt-btn{
    width:100%;
  }

  .bt-service-card-grid,
  .bt-modern-why__grid,
  .bt-google-review-grid,
  .bt-latest-posts{
    grid-template-columns:1fr;
  }

  .bt-premium-service-intro__media,
  .bt-premium-service-intro__media img{
    min-height:380px;
  }

  .bt-google-reviews__summary{
    align-items:flex-start;
    flex-wrap:wrap;
  }

  .bt-google-reviews__summary .bt-btn{
    width:100%;
    margin-left:0;
  }

  .bt-home-final-cta__inner{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* =========================================================
   BEST BRAKE SPECIALIST AND 4WD SERVICE
========================================================= */
.bt-brake-4wd-content{
  background:#fff;
}

.bt-brake-4wd-content__inner{
  padding:58px;
  border:1px solid var(--bt-line);
  border-radius:26px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,249,251,.96));
  box-shadow:0 20px 55px rgba(18,18,18,.08);
}

.bt-brake-4wd-content__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
}

.bt-brake-4wd-content__grid h3{
  margin:0 0 12px;
  font-size:26px;
}

.bt-brake-4wd-content__grid p{
  font-size:16px;
  line-height:1.9;
}

.bt-brake-4wd-content__cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:28px;
  padding-top:26px;
  border-top:1px solid var(--bt-line);
}

.bt-brake-4wd-content__cta p{
  max-width:650px;
  margin:0;
}

.bt-brake-4wd-content__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  flex-shrink:0;
}

/* Final CTA buttons */
.bt-home-final-cta__actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

@media(max-width:900px){
  .bt-brake-4wd-content__grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .bt-brake-4wd-content__cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:767px){
  .bt-brake-4wd-content__inner{
    padding:28px;
  }

  .bt-brake-4wd-content__actions,
  .bt-home-final-cta__actions{
    width:100%;
    flex-direction:column;
  }

  .bt-brake-4wd-content__actions .bt-btn,
  .bt-home-final-cta__actions .bt-btn{
    width:100%;
  }
}

/* =========================================================
   HOMEPAGE VISUAL ENHANCEMENTS
========================================================= */

/* Theme-coloured content links */
.bt-home main a:not(.bt-btn):not(.bt-card__link):not(.bt-home-hero__dot),
.bt-home .entry-content a{
  color:var(--bt-red);
  transition:color .22s ease,opacity .22s ease;
}

.bt-home main a:not(.bt-btn):not(.bt-card__link):not(.bt-home-hero__dot):hover,
.bt-home .entry-content a:hover{
  color:var(--bt-red-dark);
}

/* Dark services showcase */
.bt-services-showcase{
  color:#fff;
  background:
    radial-gradient(circle at 10% 10%,rgba(227,25,25,.16),transparent 30%),
    linear-gradient(145deg,#0e0e0f,#202124);
}

.bt-services-showcase .bt-section-heading h2{
  color:#fff;
}

.bt-services-showcase .bt-section-heading p{
  color:rgba(255,255,255,.68);
}

.bt-services-showcase .bt-eyebrow{
  color:#ff6468;
}

.bt-services-image-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.bt-service-image-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 38px rgba(0,0,0,.22);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.bt-service-image-card:hover{
  transform:translateY(-9px);
  border-color:rgba(227,25,25,.5);
  box-shadow:0 28px 65px rgba(0,0,0,.34);
}

.bt-service-image-card > a{
  display:block;
  height:100%;
  color:inherit!important;
}

.bt-service-image-card__media{
  position:relative;
  height:220px;
  overflow:hidden;
}

.bt-service-image-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.28));
}

.bt-service-image-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}

.bt-service-image-card:hover .bt-service-image-card__media img{
  transform:scale(1.07);
}

.bt-service-image-card__body{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  height:calc(100% - 220px);
  padding:25px;
  background:#fff;
}

.bt-service-image-card__body h3{
  margin-bottom:11px;
  color:var(--bt-ink);
  font-size:24px;
}

.bt-service-image-card__body p{
  flex:1;
  margin-bottom:20px;
  color:var(--bt-muted);
  font-size:14px;
  line-height:1.75;
}

.bt-service-image-card__body .bt-btn{
  padding:11px 18px;
  font-size:13px;
}

/* Dark complete automotive care section */
.bt-complete-care{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(110deg,rgba(227,25,25,.94),rgba(150,8,8,.94)),
    url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=82') center/cover;
}

.bt-complete-care::after{
  content:"";
  position:absolute;
  width:460px;
  height:460px;
  right:-180px;
  top:-240px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
}

.bt-complete-care__layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:64px;
  align-items:center;
}

.bt-complete-care__intro h2{
  margin:8px 0 18px;
  color:#fff;
}

.bt-complete-care__intro p{
  max-width:590px;
  color:rgba(255,255,255,.8);
}

.bt-complete-care__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.bt-complete-care__item{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  padding:22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:17px;
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(9px);
  transition:transform .28s ease,background .28s ease;
}

.bt-complete-care__item:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.17);
}

.bt-complete-care__item > span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#fff;
  color:var(--bt-red);
  font-weight:800;
}

.bt-complete-care__item h3{
  margin-bottom:6px;
  color:#fff;
  font-size:20px;
}

.bt-complete-care__item p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.65;
}

/* Extra card hover consistency */
.bt-google-review-card,
.bt-latest-post-card,
.bt-modern-why__card,
.bt-service-link-card,
.bt-brake-4wd-content__inner{
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.bt-google-review-card:hover,
.bt-latest-post-card:hover,
.bt-modern-why__card:hover,
.bt-service-link-card:hover{
  transform:translateY(-8px);
  border-color:rgba(227,25,25,.3);
  box-shadow:0 22px 55px rgba(18,18,18,.12);
}

@media(max-width:1024px){
  .bt-services-image-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .bt-complete-care__layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .bt-services-image-grid,
  .bt-complete-care__grid{
    grid-template-columns:1fr;
  }

  .bt-service-image-card__media{
    height:210px;
  }

  .bt-complete-care__layout{
    gap:38px;
  }
}

/* =========================================================
   CONTACT PAGE
========================================================= */

.bt-contact-page-grid{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:44px;
  align-items:start;
}

.bt-contact-page-sidebar{
  display:grid;
  gap:24px;
}

.bt-contact-workshop-card{
  text-align:left;
}

.bt-contact-workshop-card .bt-service-call-card__icon{
  margin:0 0 18px;
}

.bt-contact-workshop-card .bt-btn{
  width:auto;
}

.bt-contact-details-card h2,
.bt-contact-form-card h2{
  margin:8px 0 12px;
}

.bt-contact-detail-item{
  padding:15px 0;
  border-bottom:1px solid var(--bt-line);
}

.bt-contact-detail-item:last-child{
  border-bottom:0;
}

.bt-contact-detail-item strong{
  display:block;
  margin-bottom:4px;
  font-size:13px;
}

.bt-contact-detail-item p{
  margin:0;
  font-size:14px;
  line-height:1.6;
}

.bt-contact-detail-item a{
  color:var(--bt-red);
}

.bt-contact-detail-item a:hover{
  color:var(--bt-red-dark);
}

.bt-contact-form-card{
  padding:34px;
}

.bt-contact-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.bt-contact-form-card .bt-contact-form{
  display:grid;
  gap:16px;
}

.bt-contact-form-card .bt-form-group{
  display:grid;
  gap:7px;
}

.bt-contact-form-card label{
  font-size:13px;
  font-weight:700;
}

.bt-contact-form-card input,
.bt-contact-form-card select,
.bt-contact-form-card textarea{
  width:100%;
  padding:14px;
  border:1px solid #d9dde3;
  border-radius:10px;
  background:#fff;
  color:var(--bt-ink);
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}

.bt-contact-form-card input:focus,
.bt-contact-form-card select:focus,
.bt-contact-form-card textarea:focus{
  border-color:var(--bt-red);
  box-shadow:0 0 0 3px rgba(227,25,25,.08);
}

.bt-contact-form-card textarea{
  min-height:150px;
  resize:vertical;
}

.bt-contact-form-card .bt-btn{
  width:100%;
  margin-top:4px;
  border:0;
}

.bt-contact-map-section{
  padding:84px 0 0;
  background:#fff;
}

.bt-contact-map{
  width:100%;
  height:520px;
  overflow:hidden;
  border-top:1px solid var(--bt-line);
}

.bt-contact-map iframe{
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:1000px){
  .bt-contact-page-grid{
    grid-template-columns:1fr;
  }

  .bt-contact-page-sidebar{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:767px){
  .bt-contact-page-sidebar,
  .bt-contact-form-grid{
    grid-template-columns:1fr;
  }

  .bt-contact-form-card{
    padding:26px;
  }

  .bt-contact-map-section{
    padding-top:58px;
  }

  .bt-contact-map{
    height:420px;
  }
}
/* Contact Form 7 */
.bt-contact-form-wrapper .wpcf7{
    width:100%;
}

.bt-contact-form-wrapper .wpcf7-form{
    display:grid;
    gap:18px;
}

.bt-contact-form-wrapper .bt-contact-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.bt-contact-form-wrapper label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:700;
    color:var(--bt-ink);
}

.bt-contact-form-wrapper input,
.bt-contact-form-wrapper select,
.bt-contact-form-wrapper textarea{
    width:100%;
    padding:14px 16px;
    border:1px solid #d9dde3;
    border-radius:10px;
    background:#fff;
    font-size:15px;
    transition:.25s ease;
}

.bt-contact-form-wrapper input:focus,
.bt-contact-form-wrapper select:focus,
.bt-contact-form-wrapper textarea:focus{
    outline:none;
    border-color:var(--bt-red);
    box-shadow:0 0 0 3px rgba(227,25,25,.08);
}

.bt-contact-form-wrapper textarea{
    min-height:170px;
    resize:vertical;
}

.bt-contact-form-wrapper .wpcf7-submit{
    width:100%;
    border:none;
    cursor:pointer;
}

.bt-contact-form-wrapper .wpcf7-spinner{
    display:none;
}

.bt-contact-form-wrapper .wpcf7-response-output{
    margin-top:20px;
    border-radius:10px;
}

@media (max-width:768px){

.bt-contact-form-wrapper .bt-contact-form-grid{
    grid-template-columns:1fr;
}

}

/* =========================================================
   BRAKETECH V3.0 - FINAL UI REFINEMENTS
   Developer: Verve Innovation
========================================================= */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid rgba(227,25,25,.24);
  outline-offset:3px;
}

.bt-btn{
  position:relative;
  overflow:hidden;
  min-height:48px;
  transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease;
}

.bt-btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.24),transparent 80%);
  transform:translateX(-120%);
  transition:transform .55s ease;
  pointer-events:none;
}

.bt-btn:hover::after{transform:translateX(120%)}
.bt-btn--primary:hover{box-shadow:0 16px 32px rgba(227,25,25,.30)}

.entry-content a:not(.bt-btn),
.bt-content a:not(.bt-btn),
.bt-service-page-content a:not(.bt-btn),
.bt-contact-detail-item a,
.bt-text-link{
  color:var(--bt-red);
  font-weight:700;
  text-underline-offset:3px;
  transition:color .22s ease;
}

.entry-content a:not(.bt-btn):hover,
.bt-content a:not(.bt-btn):hover,
.bt-service-page-content a:not(.bt-btn):hover,
.bt-contact-detail-item a:hover,
.bt-text-link:hover{
  color:var(--bt-red-dark);
  text-decoration:underline;
}

.site-header{transition:box-shadow .25s ease,background-color .25s ease}
.bt-menu>li>a{transition:color .22s ease}
.bt-menu .sub-menu a{transition:background-color .2s ease,color .2s ease,transform .2s ease}
.bt-menu .sub-menu a:hover{transform:translateX(3px)}

.bt-home-hero__slide.is-active .bt-home-hero__content{
  animation:btHeroReveal .75s ease both;
}

@keyframes btHeroReveal{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}

.bt-home-hero__slide.is-active .bt-home-hero__image{
  animation:btHeroZoom 8s ease both;
}

@keyframes btHeroZoom{
  from{transform:scale(1.01)}
  to{transform:scale(1.06)}
}

.bt-media img,
.bt-why-image img,
.bt-service-image-card__media img,
.bt-latest-post-card__image img,
.bt-instagram-card img,
.bt-gallery-card img{
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease;
}

.bt-media:hover img,
.bt-why-image:hover img{transform:scale(1.025)}

.bt-section-heading h2{text-wrap:balance}
.bt-section-heading p{text-wrap:pretty}

.bt-service-page-header{
  background:radial-gradient(circle at 85% 20%,rgba(227,25,25,.12),transparent 34%),#151515;
}

.bt-service-booking-card,
.bt-contact-form-card{box-shadow:0 16px 42px rgba(18,18,18,.08)}
.bt-service-call-card{box-shadow:0 18px 44px rgba(18,18,18,.18)}

.bt-contact-form-wrapper .wpcf7-form-control-wrap{display:block}

.bt-contact-form-wrapper .wpcf7-not-valid-tip{
  margin-top:6px;
  color:var(--bt-red);
  font-size:12px;
  font-weight:600;
}

.bt-contact-form-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.bt-contact-form-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.bt-contact-form-wrapper .wpcf7 form.payment-required .wpcf7-response-output{
  margin:18px 0 0;
  padding:12px 14px;
  border:1px solid #f1b5b5;
  border-radius:10px;
  background:#fff2f2;
  color:#8f1f1f;
}

.bt-contact-form-wrapper .wpcf7 form.sent .wpcf7-response-output{
  margin:18px 0 0;
  padding:12px 14px;
  border:1px solid #a8d8b8;
  border-radius:10px;
  background:#effaf3;
  color:#176d3c;
}

.bt-contact-form-wrapper .wpcf7-submit:disabled{
  opacity:.7;
  cursor:not-allowed;
}

.entry-content blockquote,
.bt-content blockquote{
  margin:30px 0;
  padding:24px 28px;
  border-left:4px solid var(--bt-red);
  border-radius:0 14px 14px 0;
  background:var(--bt-soft);
}

.entry-content table,
.bt-content table{
  width:100%;
  margin:28px 0;
  border-collapse:collapse;
  background:#fff;
}

.entry-content th,
.entry-content td,
.bt-content th,
.bt-content td{
  padding:14px 16px;
  border:1px solid var(--bt-line);
  text-align:left;
}

.entry-content th,
.bt-content th{
  background:var(--bt-soft);
  color:var(--bt-ink);
}

.wp-caption{max-width:100%}

.wp-caption-text,
.gallery-caption{
  margin-top:8px;
  color:var(--bt-muted);
  font-size:12px;
  text-align:center;
}

.nav-links,
.pagination{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-top:42px;
}

.nav-links .page-numbers,
.pagination .page-numbers{
  min-width:42px;
  height:42px;
  display:grid;
  place-items:center;
  padding:0 12px;
  border:1px solid var(--bt-line);
  border-radius:999px;
  background:#fff;
  color:var(--bt-ink);
  font-weight:700;
  transition:.22s ease;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
  border-color:var(--bt-red);
  background:var(--bt-red);
  color:#fff;
}

.site-footer a{transition:color .2s ease}
.site-footer a:hover{color:#fff}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

@media(max-width:1050px){
  .bt-section{padding:76px 0}
  .bt-section-heading{margin-bottom:48px}
}

@media(max-width:767px){
  .bt-section{padding:58px 0}
  .bt-page-hero{padding:92px 0 64px}
  .bt-home-hero{min-height:590px;height:auto}
  .bt-home-hero__inner{min-height:590px}
  .bt-home-hero__content p{font-size:16px;line-height:1.75}
  .bt-card__body,
  .bt-service-image-card__body,
  .bt-latest-post-card__body{padding:22px}
  .bt-contact-form-wrapper input,
  .bt-contact-form-wrapper select,
  .bt-contact-form-wrapper textarea{font-size:16px}
  .bt-mobile-cta{box-shadow:0 -8px 24px rgba(0,0,0,.10)}
}

/* =========================================================
   BRAKETECH CONTACT FORM 7 – PREMIUM COMPACT STYLE
========================================================= */

.bt-contact-form-wrapper{
    width:100%;
}

.bt-contact-form-wrapper .wpcf7{
    width:100%;
}

.bt-contact-form-wrapper .wpcf7-form{
    display:grid;
    gap:14px;
}

.bt-contact-form-wrapper .bt-contact-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.bt-contact-form-wrapper .bt-form-group{
    margin:0;
}

.bt-contact-form-wrapper label{
    display:block;
    margin:0 0 6px;
    color:#121212;
    font-size:13px;
    font-weight:700;
    line-height:1.4;
}

.bt-contact-form-wrapper .wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

.bt-contact-form-wrapper input[type="text"],
.bt-contact-form-wrapper input[type="email"],
.bt-contact-form-wrapper input[type="tel"],
.bt-contact-form-wrapper select,
.bt-contact-form-wrapper textarea{
    width:100%;
    margin:0;
    padding:11px 14px;
    border:1px solid #d9dde3;
    border-radius:9px;
    background:#fff;
    color:#121212;
    font-size:14px;
    line-height:1.4;
    outline:none;
    box-shadow:none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.bt-contact-form-wrapper input[type="text"],
.bt-contact-form-wrapper input[type="email"],
.bt-contact-form-wrapper input[type="tel"],
.bt-contact-form-wrapper select{
    min-height:44px;
}

.bt-contact-form-wrapper textarea{
    min-height:100px;
    max-height:160px;
    resize:vertical;
}

.bt-contact-form-wrapper input::placeholder,
.bt-contact-form-wrapper textarea::placeholder{
    color:#98a2b3;
    opacity:1;
}

.bt-contact-form-wrapper input:focus,
.bt-contact-form-wrapper select:focus,
.bt-contact-form-wrapper textarea:focus{
    border-color:#e31919;
    box-shadow:0 0 0 3px rgba(227,25,25,.08);
    background:#fff;
}

.bt-contact-form-wrapper select{
    cursor:pointer;
}

.bt-contact-form-wrapper .wpcf7-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:auto;
    min-width:160px;
    min-height:46px;
    margin:4px 0 0;
    padding:11px 24px;
    border:0;
    border-radius:999px;
    background:#e31919;
    color:#fff;
    font-size:14px;
    font-weight:700;
    line-height:1;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(227,25,25,.22);
    transition:
        transform .22s ease,
        background-color .22s ease,
        box-shadow .22s ease;
}

.bt-contact-form-wrapper .wpcf7-submit:hover{
    transform:translateY(-2px);
    background:#b40f0f;
    box-shadow:0 14px 28px rgba(227,25,25,.28);
}

.bt-contact-form-wrapper .wpcf7-submit:disabled{
    opacity:.65;
    cursor:not-allowed;
    transform:none;
}

.bt-contact-form-wrapper .wpcf7-spinner{
    margin:0 0 0 10px;
    vertical-align:middle;
}

.bt-contact-form-wrapper .wpcf7-not-valid{
    border-color:#e31919 !important;
}

.bt-contact-form-wrapper .wpcf7-not-valid-tip{
    margin-top:5px;
    color:#e31919;
    font-size:12px;
    font-weight:600;
}

.bt-contact-form-wrapper .wpcf7-response-output{
    margin:14px 0 0 !important;
    padding:11px 13px !important;
    border-radius:9px;
    font-size:13px;
    line-height:1.5;
}

.bt-contact-form-wrapper form.sent .wpcf7-response-output{
    border-color:#9fd3ae;
    background:#effaf3;
    color:#176d3c;
}

.bt-contact-form-wrapper form.invalid .wpcf7-response-output,
.bt-contact-form-wrapper form.unaccepted .wpcf7-response-output,
.bt-contact-form-wrapper form.failed .wpcf7-response-output,
.bt-contact-form-wrapper form.spam .wpcf7-response-output{
    border-color:#efb4b4;
    background:#fff2f2;
    color:#8f1f1f;
}

@media (max-width:767px){

    .bt-contact-form-wrapper .bt-contact-form-grid{
        grid-template-columns:1fr;
    }

    .bt-contact-form-wrapper .wpcf7-submit{
        width:100%;
    }

    .bt-contact-form-wrapper textarea{
        min-height:95px;
    }
}