body {
    background-color: #2E0854; /* Dark Purple */
    color: white;
}

/* Increase font size */
.large-font {
    font-size: 1.5rem;
}

/* High contrast mode */
.high-contrast {
    background-color: #000;
    color: #FFF;
}

body.high-contrast a {
    color: #ffa500; /* Adjust link colors in high contrast */
}

.high-contrast .card{
    background-color: #000;
    color: #FFF;
}

.high-contrast .btn{
    background-color: #000;
    color: #FFF;
    border-color: #fff;
    border: solid;
}


/* Accessibility Controls Styling */
.accessibility-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Main Toggle Button */
.accessibility-toggle {
    font-size: 1.5rem;
    padding: 12px;
    border-radius: 50%;
    background-color: #FFA500;
    color: #fff;
    border: none;
}

/* Collapsible Controls (Initially Hidden) */
.accessibility-controls {
    margin-top: 10px;
    display: none;
    flex-direction: column;
    gap: 10px;
}

/* Expanded State */
.accessibility-controls.show {
    display: flex;
}

/* Buttons Styling */
.accessibility-controls button {
    background-color: #FFA500;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}


.accessibility-controls button:hover {
    background-color: #ff7f00;
}

.btn-orange {
    background-color: #FFA500;
    color: #000;
    border: none;
}
.btn-orange:hover {
    background-color: #e69500;
    color: #000;
}
/* Base (desktop/tablet) */
.top-contact-bar { font-size: 1rem; }       /* ~16px */
.top-contact-bar i { font-size: 1em; }      /* keep icons aligned */
.top-contact-bar .btn { font-size: .9rem; }

/* Mobile: smaller text + tighter gaps/padding */
@media (max-width: 576px){
  .top-contact-bar { font-size: .8rem; }  /* ~14px */
  .top-contact-bar .d-flex { gap: .25rem; } /* optional: tighter spacing */
}

.accessible-btn {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    margin: 1rem;
}


 body { background-color: #ffffff; color: #000000; }
.btn-orange { background-color: #FFA500; color: white !important; }
.btn-orange:hover { background-color: #e69500; color: white;}
.btn-green { background-color: #28A745; color: white; }
.btn-blue { background-color: #007BFF; color: white; }
.top-contact-bar { background-color: #a7a3ac; padding: 0.5rem 1rem; }
.top-contact-bar a { color: #FFA500; font-weight: bold; text-decoration: none; margin-right: 1rem; }

.navbar { background: #0f172a; }
.navbar.navbar-dark { background:#0f172a; }
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 16px;                 /* space between logo and text */
  text-decoration: none;     /* remove underline on link */
  color: #fff;               /* default text color on dark bg */
}

.navbar-brand img {
  height: 70px;              /* tweak as needed */
  width: auto;
}

.title-section {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tagline {
  margin: 4px 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  color: #ddd;
  text-transform: uppercase;
}

/* Brand colors (dark background assumed) */
.purple { color: #9b59b6; }   /* adjust to your brand hex */
.orange { color: #f39c12; }

/* Small screens: stack & center if desired */
@media (max-width: 576px) {
  .navbar-brand {
    align-items: flex-start;  /* or center */
  }
  .navbar-brand img { height: 48px; }
  .tagline {display: none;}
}




.navbar .navbar-toggler { border: 0; }
.navbar .navbar-toggler:focus { box-shadow: none; }
.offcanvas-nav { width: 320px; }          /* side panel width */
.offcanvas-nav .nav-link { color:#fff; }
.offcanvas-nav .nav-link:hover { color:#FFA500; }
.content-section { padding: 2rem 0; }
.btn-lg { font-size: 1.25rem; padding: 0.75rem 1.5rem; border-radius: 0.5rem; }
footer { background:#0f172a; padding-top: 0px; padding-bottom: 1rem; text-align: center; color: #ccc; }


/* Service Text Oscillating Animation */
.service-img {
    object-fit: cover; /* Ensures the image covers the entire box without stretching */
    width: 100%; /* Make images fill their container */
    height: 250px; /* Fixed height for all images, adjust as necessary */
    border-radius: 10px; /* Rounded corners for consistency */
}

/* Ensure the text and images are properly aligned */
.service-text {
    padding: 20px;
}

/* Adjustments for smaller screens (optional) */
@media (max-width: 768px) {
    .service-img {
        height: 200px; /* Adjust image height for smaller screens */
        max-width: 100%; /* Ensure image doesn’t overflow on mobile */
    }
}

/* Reverse the image and text for rows where needed */
.flex-row-reverse {
    flex-direction: row-reverse;
}


/* ===== Cross-brand links ===== */
.brand-links{ padding: clamp(1.8rem, 4vw, 2.6rem) 0; }
.brand-links__wrap{ max-width: 1100px; margin: 0 auto; padding: 0 1rem; }
.brand-links__head{ text-align: center; margin-bottom: clamp(1rem, 2vw, 1.4rem); }
.brand-links__title{ margin:0; font-weight:800; font-size: clamp(1.25rem, 2.2vw, 1.6rem); color:#fff; }

.brand-links__grid{
  display:grid; gap: clamp(.9rem, 2vw, 1.2rem);
  grid-template-columns: 1fr; 
}
@media (min-width: 640px){ .brand-links__grid{ grid-template-columns: 1fr 1fr; } }

.brand-links__card{
  position: relative; border-radius: 18px; overflow: hidden;
  display:flex; align-items:center; gap:.9rem;
  padding: clamp(0.9rem, 2.4vw, 1.2rem);
  text-decoration: none; color:#0b0b0b; border:1px solid rgba(255,255,255,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
  background:#111;
}
.brand-links__card:hover{ transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.35); }
.brand-links__logo{
  width: 48px; height: 48px; border-radius: 12px; flex: 0 0 auto;
  display:grid; place-items:center; background: rgba(255,255,255,.12); overflow:hidden;
}
.brand-links__logo img{ width: 100%; height: 100%; object-fit: contain; }
.brand-fallback{ font-weight:900; color:#fff; }
.brand-links__text{ color:#fff; display:flex; flex-direction:column; line-height:1.15; }
.brand-links__brand{ font-weight:900; letter-spacing:.01em; }
.brand-links__sub{ font-size:.95rem; opacity:.9; }
.brand-links__chev{
  margin-left:auto; font-size:1.1rem; color:#fff; opacity:.9;
  transform: translateX(0); transition: transform .2s ease, opacity .2s ease;
}
.brand-links__card:hover .brand-links__chev{ transform: translateX(2px); opacity:1; }

/* Brand themes */
/* Taxi Lydia — Purple & Orange */
.card--lydia{
  background: linear-gradient(135deg, rgba(111,45,189,.85), rgba(243,156,18,.85));
  border-color: rgba(243,156,18,.45);
}
/* BFR Handicap — Yellow, Green, Blue */
.card--bfr{
  background: linear-gradient(135deg, rgba(255,216,77,.9), rgba(57,181,74,.88) 55%, rgba(44,123,229,.88) 100%);
  border-color: rgba(44,123,229,.45);
}
/* BHT Transfer — Gold & Black */
.card--bht{
  background: linear-gradient(135deg, rgba(10,10,10,.95), rgba(10,10,10,.85)),
              radial-gradient(120% 120% at 10% 20%, rgba(212,175,55,.20), transparent 60%);
  border-image: linear-gradient(90deg, rgba(212,175,55,.65), transparent) 1;
  border-width:1px; border-style:solid;
}

.card--bht .brand-links__brand{
 color:  #d4af37;
}