/* ================= LOCATIONS HUB ================= */
.twl-hero {
    padding: 90px 0;
    text-align: center;
    background: #f6f9ff;
}

.twl-h1 {
    font-size: 38px;
    font-weight: 800;
    color: #111;
}

.twl-sub {
    max-width: 720px;
    margin: 15px auto 0;
    font-size: 18px;
    color: #555;
    text-align: center; /* THIS is the missing piece */
}

.twl-section {
    padding: 80px 0;
}

.twl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.twl-location-card {
    display: block;
    padding: 22px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: 0.25s ease;
}

.twl-location-card:hover {
    transform: translateY(-4px);
    color: #2EC4B6;
}

/* ================= BRISBANE PAGE ================= */
.twb-hero {
    padding: 110px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    text-align: center;
}
.twb-hero .container {
    max-width: 860px;
}
 

.twb-h1 {
    margin-top: 15px;
    font-size: 42px;
    font-weight: 800;
    color: #111;
}

.twb-h1 span {
    display: block;
    font-size: 20px;
    color: #555;
    margin-top: 8px;
}

.twb-sub {
        max-width: 620px;          /* slightly tighter for hero */
    margin: 18px auto 0;       /* THIS centers the block itself */
    font-size: 18px;
    color: #555;
    margin-top: 18px;
}

/* Badge */
.twb-badge {
    display: inline-block;
    background: rgba(59,130,246,0.12);
    color: #3B82F6;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
}

/* Primary CTA */
.twb-btn-primary {
    display: inline-block;
    margin-top: 28px;
    padding: 14px 36px;
    background: #3B82F6;
    color: #ffffff;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.twb-btn-primary:hover {
    background: #2563EB;
    transform: translateY(-2px);
}


/* ================= WHY BRISBANE ================= */
.twb-section {
    padding: 110px 0;
    text-align: center;
}

.twb-section .container {
    max-width: 1100px;
}

.twb-h2 {
    font-size: 34px;
    font-weight: 800;
    color: #111;
    margin-bottom: 55px;
}

/* Feature cards */
.twb-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.twb-features > div {
    background: #ffffff;
    padding: 34px 28px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0,0,0,0.06);
    transition: transform 0.25s ease;
}

.twb-features > div:hover {
    transform: translateY(-6px);
}

.twb-features h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.twb-features p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}


/* ================= SERVICE AREAS ================= */
.twb-section-alt {
    padding: 120px 0;
    background: #f6f9ff;
    text-align: center;
}

.twb-section-alt .container {
    max-width: 1000px;
}

.twb-section-alt .twb-h2 {
    margin-bottom: 14px;
}

.twb-section-alt .twb-sub {
    margin: 0 auto 40px;
    font-size: 17px;
    color: #555;
}

/* Area pills grid */
.twb-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.twb-areas span {
    padding: 12px 22px;
    background: #ffffff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

.twb-areas span:hover {
    background: #3B82F6;
    color: #ffffff;
}


.twb-lead {
    padding: 100px 0;
}

.twb-form-box {
    max-width: 520px;
    margin: auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.twb-form-box input,
.twb-form-box button {
    width: 100%;
    padding: 14px;
    margin-top: 12px;
    border-radius: 8px;
}

.twb-form-box button {
    background: #3B82F6;
    color: #ffffff;
    font-weight: 700;
    border: none;
    transition: background 0.2s ease;
}

.twb-form-box button:hover {
    background: #2563EB;
}
.twb-hero {
    text-align: center !important;
}

.twb-hero * {
    text-align: center !important;
}

.twb-btn-primary {
    background: #3B82F6 !important;
}

.twb-form-box button {
    background: #3B82F6 !important;
}

.twb-hero .twb-sub {
    text-align: center !important;
}
/* ================= FIX LOCATIONS HUB LAYOUT ================= */

/* Global section rhythm */
.twl-section {
    padding: 110px 0;
}

/* Hero stays centered */
.twl-hero {
    padding: 140px 0 120px;
}

/* Narrow content should NOT be centered text */
.twl-narrow {
    max-width: 920px;
    margin: auto;
    text-align: left;
}

/* Headings hierarchy */
.twl-h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #111;
}

/* Paragraph readability */
.twl-copy,
.twl-sub {
    font-size: 18px;
    line-height: 1.75;
    color: #555;
}

/* Fix subtext under headings */
.twl-section .twl-sub {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

/* ALT sections need stronger separation */
.twl-alt {
    background: #f6f9ff;
    border-top: 1px solid #eef2ff;
    border-bottom: 1px solid #eef2ff;
}

/* WHY CHOOSE — turn text into a card */
.twl-features {
    margin-top: 60px;
}

.twl-features > div {
    background: #ffffff;
    padding: 40px 36px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.07);
}

/* Feature titles */
.twl-features h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Steps should look intentional */
.twl-steps {
    margin-top: 40px;
}

.twl-steps li {
    padding: 14px 0;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.twl-steps li:last-child {
    border-bottom: none;
}

/* Tags spacing */
.twl-tags {
    margin-top: 40px;
}

/* Location grid spacing fix */
.twl-grid {
    margin-top: 60px;
}

.twl-location-card {
    padding: 28px 24px;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.twl-location-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

/* CTA section needs weight */
.twl-cta-section {
    padding: 140px 0;
}

.twl-cta-section .twl-h2 {
    margin-bottom: 14px;
}
/* =========================================================
   LOCATIONS HUB – FINAL OVERRIDES (CLEAN & PROFESSIONAL)
   This block intentionally overrides earlier styles
   ========================================================= */

/* ---------- HERO ---------- */
.twl-hero {
    padding: 140px 0 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.twl-h1 {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.twl-sub {
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
}

/* ---------- SECTION RHYTHM ---------- */
.twl-section {
    padding: 120px 0;
}

/* alternate background sections */
.twl-alt {
    background: #f6f9ff;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

/* ---------- HEADINGS ---------- */
.twl-h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 22px;
    letter-spacing: -0.3px;
}

/* ---------- CONTENT WIDTH CONTROL ---------- */
.twl-narrow {
    max-width: 920px;
    margin: auto;
}

/* paragraphs */
.twl-copy {
    font-size: 17px;
    line-height: 1.75;
    color: #555;
    max-width: 760px;
}

/* ---------- WHY CHOOSE (FEATURES) ---------- */
.twl-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-top: 70px;
}

.twl-features > div {
    background: #ffffff;
    padding: 42px 36px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
    text-align: left;
}

.twl-features h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ---------- LOCATIONS GRID ---------- */
.twl-grid {
    margin-top: 70px;
}

.twl-location-card {
    padding: 30px 26px;
    border-radius: 16px;
    font-size: 16px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.twl-location-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.twl-location-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* ---------- STEPS ---------- */
.twl-steps {
    list-style: none;
    padding: 0;
    margin-top: 48px;
    max-width: 720px;
}

.twl-steps li {
    padding: 16px 0;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
}

.twl-steps li:last-child {
    border-bottom: none;
}

/* ---------- TAGS ---------- */
.twl-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.twl-tags span {
    padding: 12px 22px;
    background: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ---------- FINAL CTA ---------- */
.twl-cta-section {
    padding: 150px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    text-align: center;
}

.twl-cta-section .twl-h2 {
    margin-bottom: 12px;
}
/* ===== LOCATIONS SECTION: TRUE CENTERING ===== */
#locations .twl-h2,
#locations .twl-sub {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#locations .twl-sub {
    max-width: 640px !important;  /* forces clean wrap */
    line-height: 1.7 !important;
}
/* =========================================================
   FIX: "WHY CHOOSE" SECTION ALIGNMENT
   ========================================================= */

/* Center the intro content ONLY */
.twl-section .twl-narrow {
    text-align: center;
}

/* Headline centered properly */
.twl-section .twl-narrow .twl-h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Intro paragraph centered & constrained */
.twl-section .twl-narrow .twl-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 760px;
}

/* Features stay as cards and centered visually */
.twl-features {
    justify-content: center;
}

.twl-features > div {
    text-align: left; /* cards read better left-aligned */
}

/* =========================================================
     SERVICE LOCATION PAGES (BRISBANE-STYLE) – V2
     Scoped to .twb-page so it won't affect unrelated pages.
     ========================================================= */

.twb-page{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #0f172a;
    line-height: 1.75;
    background: #ffffff;
}

.twb-page *{ box-sizing: border-box; }

.twb-page .twb-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Sections */
.twb-page .twb-section{ padding: 110px 0; background: #ffffff; }
.twb-page .twb-section-alt{
    padding: 110px 0;
    background:
        radial-gradient(900px 260px at 20% 0%, rgba(37,99,235,.12), transparent 55%),
        radial-gradient(900px 260px at 80% 20%, rgba(77,163,255,.16), transparent 60%),
        #f8fafc;
    border-top: 1px solid #eef2ff;
    border-bottom: 1px solid #eef2ff;
}

.twb-page .twb-section-pop{
    padding: 110px 0;
    background: linear-gradient(135deg, rgba(37,99,235,.06), rgba(77,163,255,.08));
    border-top: 1px solid rgba(37,99,235,.10);
    border-bottom: 1px solid rgba(37,99,235,.10);
}

/* Hero */
.twb-page .twb-hero{
    padding: 140px 0;
    text-align: center;
    background:
        radial-gradient(900px 360px at 20% 0%, rgba(37,99,235,.18), transparent 55%),
        radial-gradient(900px 360px at 80% 20%, rgba(77,163,255,.22), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

/* City-specific hero accents (body classes come from header.php) */
.tw-city-brisbane .twb-hero{ background:
    radial-gradient(900px 360px at 15% 0%, rgba(37,99,235,.20), transparent 55%),
    radial-gradient(900px 360px at 85% 20%, rgba(77,163,255,.20), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.tw-city-sydney .twb-hero{ background:
    radial-gradient(900px 360px at 15% 0%, rgba(14,165,233,.22), transparent 55%),
    radial-gradient(900px 360px at 85% 20%, rgba(37,99,235,.18), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
}

.tw-city-melbourne .twb-hero{ background:
    radial-gradient(900px 360px at 15% 0%, rgba(99,102,241,.20), transparent 55%),
    radial-gradient(900px 360px at 85% 20%, rgba(37,99,235,.16), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f5f3ff 100%);
}

.tw-city-gold-coast .twb-hero{ background:
    radial-gradient(900px 360px at 15% 0%, rgba(34,197,94,.16), transparent 55%),
    radial-gradient(900px 360px at 85% 20%, rgba(14,165,233,.18), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

.tw-city-perth .twb-hero{ background:
    radial-gradient(900px 360px at 15% 0%, rgba(245,158,11,.16), transparent 55%),
    radial-gradient(900px 360px at 85% 20%, rgba(37,99,235,.14), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fffbeb 100%);
}

.tw-city-adelaide .twb-hero{ background:
    radial-gradient(900px 360px at 15% 0%, rgba(236,72,153,.14), transparent 55%),
    radial-gradient(900px 360px at 85% 20%, rgba(37,99,235,.14), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff1f2 100%);
}

.tw-city-bondi-junction .twb-hero{ background:
    radial-gradient(900px 360px at 15% 0%, rgba(56,189,248,.22), transparent 55%),
    radial-gradient(900px 360px at 85% 20%, rgba(37,99,235,.16), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #ecfeff 100%);
}

.twb-page .twb-badge{
    display: inline-block;
    background: rgba(37,99,235,0.10);
    color: #2563eb;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .02em;
}

.twb-page .twb-h1{
    margin-top: 16px;
    font-size: 46px;
    font-weight: 950;
    line-height: 1.12;
    margin-bottom: 18px;
}

.twb-page .twb-h1 span{
    display: block;
    font-weight: 900;
    color: #2563eb;
}

.twb-page .twb-sub{
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    color: #475569;
}

/* Buttons */
.twb-page .twb-cta{
    margin-top: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.twb-page .twb-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
    min-height: 52px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

@media (max-width: 420px){
    .twb-page .twb-btn{ white-space: normal; }
}

.twb-page .twb-btn-primary{
    background: #2563eb;
    color: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 18px 45px rgba(37,99,235,.22);
}

.twb-page .twb-btn-primary:hover{
    background: #1e40af;
    transform: translateY(-1px);
}

.twb-page .twb-btn-outline{
    border: 2px solid rgba(37,99,235,.35);
    color: #2563eb;
    background: rgba(255,255,255,.7);
}

.twb-page .twb-btn-outline:hover{
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(15,23,42,.12);
}

/* Headings & grids */
.twb-page h2{
    font-size: 36px;
    font-weight: 950;
    letter-spacing: -.02em;
}

.twb-page .twb-center{ text-align: center; }

.twb-page .twb-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 34px;
    margin-top: 34px;
}

.twb-page .twb-card{
    background: rgba(255,255,255,.92);
    padding: 42px;
    border-radius: 28px;
    border: 1px solid rgba(226,232,240,.9);
    box-shadow: 0 30px 70px rgba(15,23,42,.08);
}

.twb-page .twb-card h3{
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 10px;
}

.twb-page .twb-card p{ color: #475569; margin: 0; }

/* List */
.twb-page .twb-list{
    list-style: none;
    padding-left: 0;
    margin: 40px auto 0;
    max-width: 820px;
}

.twb-page .twb-list li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
    font-size: 17px;
    color: #475569;
}

.twb-page .twb-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2563eb;
    font-weight: 950;
}

/* Area tags */
.twb-page .twb-areas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.twb-page .twb-areas span{
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(219,234,254,.9);
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 850;
    color: #0f172a;
}

/* NEW: Split section (text left, image right) */
.twb-page .twb-split{
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 34px;
    align-items: center;
    margin-top: 34px;
}

.twb-page .twb-split h3{
    font-size: 28px;
    font-weight: 950;
    margin-bottom: 12px;
}

.twb-page .twb-split p{ color: #475569; }

.twb-page .twb-split-media img{
    width: 100%;
    height: auto;
    border-radius: 26px;
    border: 1px solid rgba(226,232,240,.9);
    box-shadow: 0 30px 80px rgba(15,23,42,.18);
}

/* Lead form */
.twb-page .twb-lead{
    padding: 130px 0;
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

.twb-page .twb-form,
.twb-page .twb-form-box{
    background: rgba(255,255,255,.98);
    max-width: 560px;
    margin: 0 auto;
    padding: 54px;
    border-radius: 34px;
    box-shadow: 0 40px 100px rgba(0,0,0,.28);
}

.twb-page .twb-form h3,
.twb-page .twb-form-box h3{
    font-size: 30px;
    font-weight: 950;
    margin-bottom: 10px;
}

.twb-page .twb-form input,
.twb-page .twb-form button,
.twb-page .twb-form-box input,
.twb-page .twb-form-box button{
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    margin-top: 14px;
    border: 1px solid rgba(226,232,240,.9);
}

.twb-page .twb-form button,
.twb-page .twb-form-box button{
    background: #2563eb;
    color: #ffffff;
    font-weight: 950;
    border: none;
}

/* Responsive */
@media (max-width: 768px){
    .twb-page .twb-hero{ padding: 110px 0; }
    .twb-page .twb-h1{ font-size: 34px; }
    .twb-page .twb-section,
    .twb-page .twb-section-alt,
    .twb-page .twb-section-pop,
    .twb-page .twb-lead{ padding: 90px 0; }
    .twb-page .twb-card{ padding: 28px; }
    .twb-page .twb-split{ grid-template-columns: 1fr; }
}
/* =========================================================
   FIX: "WHY CHOOSE" SECTION ALIGNMENT
   ========================================================= */

/* Center the intro content ONLY */
.twl-section .twl-narrow {
    text-align: center;
}

/* Headline centered properly */
.twl-section .twl-narrow .twl-h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Intro paragraph centered & constrained */
.twl-section .twl-narrow .twl-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 760px;
}

/* Features stay as cards and centered visually */
.twl-features {
    justify-content: center;
}

.twl-features > div {
    text-align: left; /* cards read better left-aligned */
}
