/* Global */
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Top header */
.top-header {
    background-color: #071322;
    color: #fff;
    font-size: 0.9rem;
	line-height: 25px;
}

.top-header a {
    color: #ffd762;
    text-decoration: none;
}

/* Navbar */
.main-navbar {
    background-color: #f2e408;
}

.navbar-brand span {
    color: #ffd762;
}

.main-navbar .nav-link {
    color: #121111;
    font-size: 1rem;
    font-weight: 600;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: #890203;
}

.btn-quote {
    border-radius: 999px;
    padding-inline: 18px;
    font-weight: 600;
}

/* Hero Slider */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.35), rgba(0,0,0,0.7));
}

.hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 850px;
}

.hero-caption h1 {
    font-size: 2.7rem;
    font-weight: 700;
}

.hero-caption h1 span {
    color: #ffd762;
}

.hero-badges span {
    display: inline-block;
    background: rgba(0,0,0,0.5);
    border-radius: 999px;
    padding: 4px 12px;
    margin-right: 8px;
    font-size: 0.85rem;
    border: 1px solid rgba(255,255,255,0.4);
}

/* Section titles */
.section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-title h2 {
    font-size: 2rem;
    color: #0b1c32;
    font-weight: 700;
}

.section-title p {
    color: #555;
    font-size: 0.96rem;
}

/* About */
#about p {
    font-size: 0.95rem;
    color: #444;
	text-align: justify;
}

.about-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.93rem;
}

.about-list li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 18px;
}

.about-list li::before {
    content: "•";
    position: absolute;
    left: 4px;
    color: #ff5b3b;
}

/* Services */
.services-section {
    background-color: #f7f8fc;
    padding: 60px 0;
}

.service-card img {
    height: 238px;
    object-fit: cover;
}

.service-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    background: #fff;
    height: 100%;
}

.service-card-body {
    padding: 15px 16px 18px;
}

.service-card-body h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b1c32;
}

.service-card-body ul {
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Industries */
#industries {
    background-color: #ffffff;
}

.industry-card img {
    height: 170px;
    object-fit: cover;
}

.industry-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    background: #fff;
    height: 100%;
}

.industry-card-body {
    padding: 12px 14px 14px;
}

.industry-card-body h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #0b1c32;
}

/* Training & Standards */
.training-section {
    background-color: #f7f8fc;
    padding: 60px 0;
}

.training-grid {
    
}

.training-block {
    background: #ffffff;
    border-radius: 8px;
    padding: 18px;
    border: 1px solid #e2e3ea;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.training-block h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: #0b1c32;
}

.training-block ul {
    list-style: none;
    font-size: 0.9rem;
    padding-left: 0;
}

.training-block ul li {
    margin-bottom: 4px;
    padding-left: 16px;
    position: relative;
}

.training-block ul li::before {
    content: "•";
    position: absolute;
    left: 3px;
    color: #ff5b3b;
}

/* Control Room Strip */
.control-strip {
    background-color: #0b1c32;
    color: #fff;
    padding: 22px 0;
}

.control-strip h3 {
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.control-strip p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.control-strip .numbers {
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 2px;
}

.control-strip .numbers a {
    color: #ffd762;
    text-decoration: none;
}

/* Why Clients Trust Us – circles */
.trust-section {
    background-color: #f7f8fc;
    padding: 60px 0;
}

.trust-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #ffd762;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.trust-circle h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b1c32;
    margin-bottom: 4px;
}

.trust-circle p {
    font-size: 0.8rem;
    color: #555;
    margin: 0;
}

/* CTA Secure section */
.contact-cta-section {
    padding: 60px 0;
    background: radial-gradient(circle at top left, #ffd762 10%, #0b1c32 45%, #050915 100%);
    color: #fff;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-cta-section p {
    max-width: 680px;
    margin: 0 auto 25px;
    font-size: 0.95rem;
}

/* Footer */
footer {
    background-color: #050915;
    color: #c7cad6;
    padding: 30px 0 10px;
    font-size: 0.85rem;
}

footer a {
    color: #c7cad6;
    text-decoration: none;
	line-height: 25px;
}

footer a:hover {
    color: #ffd762;
}

.footer-logo span {
    color: #ffd762;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 12px;
    text-align: center;
	padding-top: 15px;
    padding-bottom: 10px;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .hero-caption h1 {
        font-size: 2rem;
    }
}

/* ------------ ABOUT PAGE STYLES ------------ */

/* Inner banner (About, Services etc.) */
.inner-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 70px 0;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0,0,0,0.75), rgba(0,0,0,0.35));
}

.inner-banner .container {
    position: relative;
    z-index: 1;
}

.inner-banner h1 {
    font-size: 2.4rem;
    font-weight: 700;
}

.inner-banner p {
    font-size: 0.95rem;
    max-width: 650px;
}

/* Specific background for About banner */
.inner-banner-about {
    background-image: url("http://aachauffeurservices.com.au/banner.png");
}

/* Breadcrumbs on banner */
.inner-banner .breadcrumb {
    font-size: 0.85rem;
}

.inner-banner .breadcrumb a {
    color: #ffd762;
    text-decoration: none;
}

/* About main section */
#about-main {
    padding: 60px 0 40px;
}

#about-main p {
    font-size: 0.95rem;
    color: #444;
	text-align: justify;
}

/* Mission box */
.about-mission-box {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f7f8fc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Vision & mission */
#vision-mission {
    padding: 40px 0;
    background-color: #f7f8fc;
}

.vision-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Values */
#values {
    padding: 60px 0 40px;
}

.value-card {
    background: #f7f8fc;
    border-radius: 12px;
    padding: 18px 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.value-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #0b1c32;
    margin-bottom: 6px;
}

.value-card p {
    font-size: 0.86rem;
    color: #555;
    margin-bottom: 0;
}

/* Leadership */
#leadership {
    padding: 60px 0;
    background-color: #ffffff;
}

.leader-card {
    border-radius: 12px;
    background-color: #f7f8fc;
    padding: 16px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
    height: 100%;
}

.leader-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd762, #ff5b3b);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b1c32;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.leader-card h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #0b1c32;
}

.leader-card span {
    font-size: 0.85rem;
    color: #777;
}

.leader-card p {
    font-size: 0.86rem;
    color: #555;
}

/* Training highlight */
#training-highlight {
    padding: 40px 0;
    background-color: #f7f8fc;
}

.training-highlight-box {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Sectors */
#sectors {
    padding: 60px 0 40px;
}

.sector-chip {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background-color: #f7f8fc;
    border: 1px solid #e1e3ee;
    font-size: 0.85rem;
    margin: 4px;
}

/* About CTA */
#about-cta {
    padding: 55px 0;
    background: radial-gradient(circle at top left, #ffd762 10%, #0b1c32 45%, #050915 100%);
    color: #fff;
    text-align: center;
}

#about-cta h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#about-cta p {
    max-width: 680px;
    margin: 0 auto 22px;
    font-size: 0.95rem;
}

/* ------------ SERVICES PAGE STYLES ------------ */

/* Inner banner for Services */
.inner-banner-services {
    background-image: url("http://aachauffeurservices.com.au/banner.png");
}

/* Services intro */
.services-intro .section-heading {
    font-size: 2rem;
    color: #0b1c32;
    font-weight: 700;
}

.services-intro .section-subtitle {
    color: #555;
    font-size: 0.96rem;
    max-width: 820px;
    margin: 0 auto;
}

/* Service sections */
.service-block p {
    font-size: 0.95rem;
    color: #444;
}

/* Service headings */
.service-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0b1c32;
}

/* Generic image styling for service blocks (optional, Bootstrap already handles most) */
.service-block img {
    display: block;
}

/* ------------ CONTACT PAGE STYLES (UPDATED) ------------ */

/* Contact banner */
.inner-banner-contact {
    background-image: url("http://aachauffeurservices.com.au/banner.png");
}

/* Section spacing */
.contact-section {
    padding: 60px 0;
}

/* Main bordered box */
.contact-box {
    border: 1px solid #e1e3ee;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    padding: 22px 22px 24px;
}

/* Left column border on desktop */
.contact-info-block {
    padding-right: 18px;
}

@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #e1e3ee;
    }
}

@media (max-width: 991.98px) {
    .contact-info-block {
        border-bottom: 1px solid #e1e3ee;
        padding-bottom: 18px;
        margin-bottom: 12px;
    }
}

/* Contact info list */
.contact-info-list {
    font-size: 0.9rem;
}

.contact-info-list .info-item {
    margin-bottom: 14px;
}

.contact-info-list .label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 2px;
}

.contact-info-list .value {
    color: #222;
}

.contact-info-list a {
    color: #0b1c32;
    text-decoration: none;
}

.contact-info-list a:hover {
    text-decoration: underline;
}

/* Form card */
.contact-form-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 4px 0 0;
}

.contact-form-card .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    font-size: 0.9rem;
}


/* ------------ TRAINING PAGE STYLES ------------ */

/* Inner banner for Training */
.inner-banner-training {
    background-image: url("http://aachauffeurservices.com.au/banner.png");
}

/* Training page intro */
.training-page-intro {
    padding: 60px 0 40px;
}

.training-page-intro p {
    font-size: 0.95rem;
    color: #444;
}

.training-intro-box {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f7f8fc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Reuse .training-section and .training-block from homepage */

/* Training modules */
.training-modules {
    padding: 60px 0 40px;
    background-color: #ffffff;
}

.module-card {
    background-color: #f7f8fc;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.module-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #0b1c32;
    margin-bottom: 6px;
}

/* Training standards */
.training-standards {
    padding: 60px 0 40px;
    background-color: #f7f8fc;
}

.standards-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

/* Training CTA */
.training-cta {
    padding: 55px 0;
    background: radial-gradient(circle at top left, #ffd762 10%, #0b1c32 45%, #050915 100%);
    color: #fff;
    text-align: center;
}

.training-cta h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.training-cta p {
    max-width: 680px;
    margin: 0 auto 22px;
    font-size: 0.95rem;
}

/* Sticky navbar */
.navbar-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeDown 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Animation for sticky */
@keyframes fadeDown {
    from { transform: translateY(-20px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

/* Back to top button */
#backToTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 10px 14px;
    border-radius: 50%;
    background: #fdda4d;
    color: #0b1c32;
    border: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#backToTopBtn.show-back-to-top {
    display: block;
    opacity: 1;
}

#backToTopBtn:hover {
    transform: translateY(-4px);
}

/* Fade-in animation */
section, .training-block, .module-card {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.7s ease-out;
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ------------ CLIENTELE PAGE STYLES ------------ */

/* Banner */
.inner-banner-clientele {
    background-image: url("http://aachauffeurservices.com.au/banner.png");
}

/* Intro */
.clientele-intro {
    padding: 60px 0 40px;
}

.clientele-intro p {
    font-size: 0.95rem;
    color: #444;
}

.clientele-highlight-box {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f7f8fc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    font-size: 0.9rem;
}

/* Client table */
.client-table-section {
    padding: 60px 0 60px;
    background-color: #f7f8fc;
}

.client-table-wrapper {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 16px 18px 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    overflow-x: auto;
}

/* Table styling */
.client-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: linear-gradient(120deg, #0b1c32, #23406d);
    color: #fff;
    font-size: 0.9rem;
    border-bottom: none;
}

.client-table tbody tr:nth-child(odd) {
    background-color: #fafbff;
}

.client-table tbody tr:hover {
    background-color: #fff7d6;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.client-table tbody tr {
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.client-table td,
.client-table th {
    border-color: #e2e3ec;
    font-size: 0.87rem;
}

/* Emphasise first column */
.client-table tbody td:first-child {
    font-weight: 600;
    color: #0b1c32;
    width: 60px;
}

/* ===============================
   INDUSTRIES WE SERVE – UNIFIED
================================ */

.industries-section {
    padding: 70px 0;
    background: #f8f9fc;
}

.industry-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
    border: 1px solid #e6e8f0;
}

.industry-card img {
    width: 90px;
    height: 90px;
    margin-bottom: 18px;
}

.industry-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #0b1c32;
    line-height: 1.4;
}

/* Hover Effect */
.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    border-color: #0b1c32;
}

.industry-card:hover h5 {
    color: #0b1c32;
}

.presence-list {
        display: flex;
        gap: 60px;
    }

    .presence-list ul {
        list-style: disc;
        padding-left: 20px;
        margin: 0;
        flex: 1;
    }

    .presence-list li {
        margin-bottom: 10px;
        font-size: 16px;
    }

    /* Mobile Responsive */
    @media (max-width: 600px) {
        .presence-list {
            flex-direction: column;
            gap: 20px;
        }