/* ================= 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 */
}
/* =========================================================
   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 */
}
