   
/* ===============================
   TOP BAR (Professional Redesign)
   =============================== */
.topbar {
  background: #13294b;
  color: #fff;
  font: 500 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  z-index: 1000;
}

.topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Contact Links */
.topbar-list {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.topbar-item:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-1px);
  color: #ffffff;
}

.topbar-item i {
  color: #cfd8e3;
  font-size: 14px;
}

/* Book Now Button */
.topbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #13294b;
  color: #fff;
  border: 1px solid #004a91;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

.topbar-btn:hover {
  background: #004386;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.18);
}

/* ===============================
   RESPONSIVE DESIGN
   =============================== */

/* Hide some info on very small devices */
@media (max-width: 480px) {
  .hide-mobile { display: none; }
}

/* Fix topbar only on mobile */
@media (max-width: 768px) {
  .topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    backdrop-filter: saturate(120%) blur(8px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  }

  /* Offset next element below it (like navbar) */
  .navbar {
    margin-top: 56px;
  }

  .topbar-wrap {
    min-height: 56px;
    gap: 10px;
  }

  .topbar-list {
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .topbar-list::-webkit-scrollbar {
    display: none;
  }

  .topbar-item {
    background: rgba(255,255,255,0.08);
    font-weight: 600;
  }

  .topbar-btn {
    padding: 10px 14px;
    font-weight: 700;
  }
}
/* Force the TOP BAR to always be visible on mobile */
@media (max-width: 768px){
  .topbar{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 10000;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;   /* cancel any slide-up/translateY */
    display: block !important;     /* cancel any display:none */
  }

  /* If any class toggles were added by JS, neutralize them */
  .topbar.is-hidden,
  .topbar.hidden,
  .topbar.--hidden{
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: block !important;
  }

  /* Push content below the fixed topbar (adjust height if your topbar is taller) */
  .tsyd-navbar, .navbar, header .navbar, .site-header{
    margin-top: 56px;
  }
}


   /* ==============================
       THEME + SCOPED RESET
       ============================== */
    :root{
      --tsyd-blue:#13294b;         /* primary */
	  --tsyd-tx:#ffffff;
      --tsyd-white:#ffffff;
      --tsyd-silver:#c0c0c0;       /* brand silver gray */
      --tsyd-silver-100:#13294b;   /* lighter topbar */
      --tsyd-ink:#0f172a;
      --tsyd-ink-60:rgba(15,23,42,.65);
      --tsyd-maxw:1200px;
      --tsyd-gap:16px;
      --tsyd-r:10px;
      --tsyd-shadow:0 6px 18px rgba(0,0,0,.08);
      --tsyd-t:220ms ease;
    }
    .tsyd-header *{box-sizing:border-box}
    .tsyd-header a{color:inherit;text-decoration:none}
    /* .tsyd-header img{max-width:100%;height:auto;border:0} */
    .tsyd-visually-hidden{
      position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0
    }
    .tsyd-focusable:focus-visible{outline:3px solid var(--tsyd-blue);outline-offset:2px;border-radius:6px}
    .tsyd-container{max-width:var(--tsyd-maxw);margin-inline:auto;padding-inline:16px;width:100%}

    /* ==============================
       TOP BAR (lighter + compact)
       ============================== */
    .tsyd-topbar{
      background:var(--tsyd-silver-100);
      color:#ffffff;
      font:500 14px/1.35 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    }
    .tsyd-topbar__wrap{
      display:grid;grid-template-columns:1fr auto;gap:var(--tsyd-gap);align-items:center;padding-block:8px
    }
    .tsyd-topbar__list{
      display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;
      list-style:none;margin:0;padding:0;  /* remove bullets */
    }
    .tsyd-topbar__item{display:inline-flex;align-items:center;gap:8px;color:#111827}
    .tsyd-topbar__item svg{width:18px;height:18px;flex:0 0 18px}
    .tsyd-topbar__cta{display:flex;align-items:center;gap:10px}

    .tsyd-btn{
      display:inline-flex;text-decoration: none;align-items:center;justify-content:center;gap:8px;
      padding:10px 14px;border-radius:999px;border:1px solid transparent;
      font:600 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      cursor:pointer;transition:transform var(--tsyd-t),background var(--tsyd-t),border-color var(--tsyd-t)
	  
    }
    .tsyd-btn--ghost{background:#fff;color:var(--tsyd-ink);border-color:#e5e7eb}
    .tsyd-btn--primary{background:var(--tsyd-tx);color:#000!important;box-shadow:var(--tsyd-shadow)}
    .tsyd-btn:hover{transform:translateY(-1px)}
	.tsyd-btn--primaryy{background:var(--tsyd-blue);color:#fff!important;box-shadow:var(--tsyd-shadow)}
	

    /* ==============================
       NAVBAR
       ============================== */
    .tsyd-navbar{background:#fff;border-bottom:1px solid #eef2f7;position:sticky;top:0;z-index:1000}
    .tsyd-navbar__wrap{
      display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--tsyd-gap);padding-block:14px
    }
    .tsyd-brand{display:inline-flex;align-items:center;gap:10px;color:var(--tsyd-blue);
      font:800 20px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;white-space:nowrap}
    .tsyd-brand__mark{width:36px;height:36px;border-radius:8px;display:inline-grid;place-items:center;
      background:var(--tsyd-blue);color:#fff;box-shadow:var(--tsyd-shadow);font:800 16px/1 system-ui}

    .tsyd-nav{display:flex;justify-content:center}
    .tsyd-nav__list{
      display:flex;gap:6px;align-items:center;
      list-style:none;margin:0;padding:0;  /* remove bullets */
    }
    .tsyd-nav__link{
      display:inline-flex;align-items:center;padding:10px 12px;border-radius:8px;
      color:var(--tsyd-ink-60);font:600 15px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      transition:background var(--tsyd-t),color var(--tsyd-t)
    }
    .tsyd-nav__link:hover{    background: #13294b;
    color: #ffffff;}
    .tsyd-navbar__cta{display:flex;gap:10px;align-items:center}

    /* Toggle (visible on mobile) */
    .tsyd-nav__toggle{
      display:none;border:1px solid #e5e7eb;background:#fff;padding:10px;border-radius:10px;line-height:0
    }
    .tsyd-nav__toggle svg{width:22px;height:22px}

    /* ==============================
       RESPONSIVE TUNING
       ============================== */
    @media (max-width: 1024px){
      .tsyd-topbar__wrap{grid-template-columns:1fr;row-gap:6px}
      .tsyd-topbar__cta{justify-content:flex-start;flex-wrap:wrap}
    }

    /* --- Mobile (≤900px) --- */
    @media (max-width: 900px){
      /* Navbar layout: brand left, toggler right */
      .tsyd-navbar__wrap{
        grid-template-columns: 1fr auto;
      }
      .tsyd-brand{grid-column:1/2}
      .tsyd-nav__toggle{display:inline-flex;grid-column:2/3;justify-self:end}
      .tsyd-navbar__cta{display:none} /* CTA goes in drawer on mobile */

      /* Off-canvas drawer */
      .tsyd-nav{
        position:fixed;inset:0 0 0 auto;width:min(86vw,360px);
        transform:translateX(100%);background:#fff;box-shadow:var(--tsyd-shadow);
        transition:transform var(--tsyd-t);z-index:1001;display:block
      }
      .tsyd-nav--open{transform:translateX(0)}
      .tsyd-nav__list{display:grid;gap:6px;padding:14px 20px}
      .tsyd-nav__link{padding:14px 12px;border-radius:10px;font-size:16px}

      /* Drawer header */
      .tsyd-drawer__head{
        display:flex;align-items:center;justify-content:space-between;
        padding:12px 16px;border-bottom:1px solid #eef2f7
      }
      .tsyd-drawer__title{font:700 16px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
      /* Smaller close button */
      .tsyd-drawer__close{
        width:36px;height:36px;padding:6px;border-radius:8px;
        border:1px solid #e5e7eb;background:#fff;line-height:0;display:inline-grid;place-items:center
      }
      .tsyd-drawer__close svg{width:18px;height:18px}

      /* Overlay */
      .tsyd-overlay{
        position:fixed;inset:0;background:rgba(2,6,23,.45);
        opacity:0;visibility:hidden;transition:opacity var(--tsyd-t),visibility var(--tsyd-t);z-index:1000
      }
      .tsyd-overlay--show{opacity:1;visibility:visible}

      /* Drawer CTA */
      .tsyd-drawer__cta{margin:10px 16px 18px}
    }

    /* --- Small phones (≤600px) --- */
    @media (max-width: 600px){
      /* Top bar becomes stacked and tidy */
      .tsyd-topbar__list{
        flex-direction:column;align-items:flex-start;gap:6px;
      }
      .tsyd-topbar__item{padding:4px 0}
      /* Two equal CTAs */
      .tsyd-topbar__cta{
        display:grid;grid-template-columns:1fr 1fr;gap:10px;
      }
      .tsyd-btn{width:100%;padding:12px}
    }

    /* --- Very small (≤380px) --- */
    @media (max-width: 380px){
      .tsyd-topbar__cta{grid-template-columns:1fr}
    }

    @media (prefers-reduced-motion: reduce){
      .tsyd-btn,.tsyd-overlay,.tsyd-nav{transition:none}
    }
/* === v3.1 Mobile compact top bar (pinned) === */

/* 1) Add one new variable near your other :root vars */
:root { --tsyd-topbar-mobile-h: 56px; } /* tweak 52–60px to taste */

/* 2) Mobile overrides */
@media (max-width: 900px) {
  /* Pin the top bar above everything */
  .tsyd-topbar{
    position: sticky;
    top: 0;
    z-index: 1100;                 /* above overlay and nav */
    height: var(--tsyd-topbar-mobile-h);
    padding-block: 0;              /* tighter vertical rhythm */
  }
  .tsyd-topbar__wrap{
    height: var(--tsyd-topbar-mobile-h);
    grid-template-columns: 1fr auto; /* phone left, CTA right */
    align-items: center;
    padding-block: 0;
    gap: 12px;
  }

  /* Compact the content: only show phone + Book Now */
  .tsyd-topbar__list li:not(:first-child){ display: none; }  /* hide email + address */
  .tsyd-topbar__cta .tsyd-btn--ghost{ display: none; }       /* hide "Get a Quote" */
  .tsyd-topbar__item{ padding: 0; }                          /* tighter row */

  /* Keep navbar sticky but offset under the pinned bar */
  .tsyd-navbar{ top: var(--tsyd-topbar-mobile-h); }

  /* Slide-out drawer should start below the pinned bar */
  .tsyd-nav{
    position: fixed;
    top: var(--tsyd-topbar-mobile-h);
    right: 0;
    bottom: 0;
    left: auto;
    width: min(86vw, 360px);
  }

  /* Dim only content below the pinned top bar (keep bar clickable) */
  .tsyd-overlay{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    top: var(--tsyd-topbar-mobile-h);
  }
}

/* 3) Very small phones: micro‑tuning */
@media (max-width: 380px){
  .tsyd-topbar__item span{ font-size: 13.5px; }
  .tsyd-topbar__item svg{ width: 16px; height: 16px; }
  .tsyd-topbar__cta .tsyd-btn{ padding: 10px 12px; }
}

/* 4) Optional: respect iOS safe-area notch when pinned */
@supports (padding-top: env(safe-area-inset-top)) {
  @media (max-width: 900px){
    .tsyd-topbar{
      padding-top: env(safe-area-inset-top);
      height: calc(var(--tsyd-topbar-mobile-h) + env(safe-area-inset-top));
    }
    .tsyd-navbar,
    .tsyd-nav,
    .tsyd-overlay{
      top: calc(var(--tsyd-topbar-mobile-h) + env(safe-area-inset-top));
    }
  }
}

/* Specific styling for the logo image */
.tsyd-brand__img {
  width: 100%; /* Makes sure it adjusts responsively */
  max-width: 180px; /* Adjust this value to control the maximum size */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Ensures the image behaves as a block element */
  object-fit: contain; /* Ensures the logo fits well */
}

/* Optional: Responsive adjustment for smaller screens */
@media (max-width: 768px) {
  .tsyd-brand__img {
    max-width: 150px;  /* Smaller logo on mobile */
  }
}







/* ==============================
   HERO SECTION — Full Width with Overlay
   ============================== */
:root{
  --tsyd-hero-img-height: 60vh;  /* Adjust hero image height */
  --tsyd-hero-bg-overlay: rgba(0, 0, 0, 0.70); /* Default overlay with transparency */
}

.tsyd-hero{
  position: relative;
  width: 100%;
  height: var(--tsyd-hero-img-height);
  background-image: url('assets/images/lexus-es300h.jpg'), var(--tsyd-hero-bg-overlay);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Overlay */
.tsyd-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--tsyd-hero-bg-overlay);
  z-index: 0;
}

.tsyd-hero .tsyd-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero content */
.tsyd-hero__title {
  font: 800 4vw/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin-bottom: 10px;
  word-wrap: break-word; /* Ensures text wraps correctly */
}

.tsyd-hero__subtitle {
  font: 500 1.6rem/1.8 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin-bottom: 30px;
  max-width: 80ch; /* Limiting width for better line breaks */
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word; /* Ensures text wraps correctly */
}

/* Button Row (responsive) */
.tsyd-hero__buttons {
  display: inline-flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.tsyd-hero__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 12px;
  background: var(--tsyd-blue, #13294b);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.tsyd-hero__cta:hover {
  background: #003f6b;
  transform: scale(1.05);
}

.tsyd-hero__cta i {
  font-size: 20px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .tsyd-hero{
    height: 50vh; /* Make the hero section smaller on smaller screens */
    background-position: center top; /* Adjust image positioning */
  }

  .tsyd-hero__title {
    font-size: 6vw; /* Adjust title font size for mobile */
    margin-bottom: 15px;
    word-wrap: break-word;
  }

  .tsyd-hero__subtitle {
    font-size: 1.0rem; /* Subtitle size adjustment */
    margin-bottom: 25px;
    max-width: 90%; /* Allow for a larger subtitle width */
    word-wrap: break-word;
  }

  .tsyd-hero__buttons {
    flex-direction: row; /* Keep buttons in row even on mobile */
    gap: 20px;
  }

  .tsyd-hero__cta {
    width: auto;
    padding: 14px 20px;
    font-size: 1rem;
  }

  .tsyd-hero__cta i {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .tsyd-hero__title {
    font-size: 7vw; /* Larger font size for smaller screens */
    margin-bottom: 15px;
  }

  .tsyd-hero__cta {
    padding: 12px 16px;
    font-size: 1rem;
  }

  .tsyd-hero__cta i {
    font-size: 20px;
  }
}





/* =========================
   Tokens / Variables
   ========================= */
:root {
  --blue: #13294b;
  --blue-2: #0060c2;
  --text: #222;
  --border-strong: #d4d9e0;
  --shadow: 0 6px 22px rgba(0, 0, 0, .07);
}
.hidden { display: none !important; }

/* =========================
   Booking Form Card
   ========================= */
.sts-booking {
  background: #fff;
  border-radius: 16px;
  margin: 40px auto;
  padding: 40px;
  box-shadow: var(--shadow);
  max-width: 1100px;
}

/* Titles and promo text */
.sts-booking__title {
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 2rem;
  margin: 0 0 10px;
  text-align: center;
  color: var(--blue);
}
.sts-booking__promo {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--text);
}
.sts-booking__content .accent { color: var(--blue-2); }

/* =========================
   Radio buttons (Booking Type)
   ========================= */
.sts-booking__options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 14px 0 24px;
}
.sts-booking__options .form-check-input { display: none; }
.sts-booking__options .form-check-label {
  position: relative;
  padding: 10px 16px 10px 44px;
  border: 2px solid var(--border-strong);
  border-radius: 999px;
  font-weight: 800;
  background: #fff;
  cursor: pointer;
  user-select: none;
  transition: all .2s;
}
.sts-booking__options .form-check-label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid var(--blue-2);
  border-radius: 50%;
  background: #fff;
}
.sts-booking__options .form-check-input:checked + .form-check-label {
  border-color: var(--blue-2);
  background: #f1f6ff;
  color: var(--blue);
  box-shadow: 0 6px 18px rgba(34, 68, 121, .15);
}
.sts-booking__options .form-check-input:checked + .form-check-label::before {
  background: var(--blue-2);
  border-color: var(--blue-2);
}
.sts-booking__options .form-check-input:checked + .form-check-label::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* =========================
   Inputs & Selects
   ========================= */
#book .form-control,
#book .form-select,
#book textarea.form-control {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid var(--border-strong) !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}
#book .form-select {
  padding-right: 40px !important;
  min-height: 48px !important;
}
#book .form-control:hover,
#book .form-select:hover,
#book textarea.form-control:hover {
  border-color: var(--blue-2) !important;
}
#book .form-control:focus,
#book .form-select:focus,
#book textarea.form-control:focus {
  border-color: var(--blue-2) !important;
  box-shadow: 0 0 0 3px rgba(34, 68, 121, .20) !important;
  outline: none;
}
#book .form-control::placeholder,
#book textarea.form-control::placeholder {
  color: #666;
  opacity: 1;
  font-weight: 400;
}

/* =========================
   Return Trip Line
   ========================= */
.rt-radio {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.rt-radio .inline-options { display: flex; gap: 16px; }
.rt-radio input[type="radio"] { margin-right: 6px; }

/* =========================
   Submit Button
   ========================= */
.btn-submit {
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 800;
  transition: background .2s ease, box-shadow .2s ease;
}
.btn-submit:hover {
  background: var(--blue-2);
  border-color: var(--blue-2);
  box-shadow: 0 10px 22px rgba(0, 51, 102, .25);
}

/* =========================
   Panels Fade Transition
   ========================= */
#panel-anywhere, #panel-airport { transition: opacity .18s ease; }
#panel-anywhere.hidden, #panel-airport.hidden {
  opacity: 0;
  display: none !important;
}

/* =========================
   Media Queries
   ========================= */

/* --- Large Desktops (â‰¥1200px) --- */
@media (min-width: 1200px) {
  .sts-booking { padding: 48px 60px; }
  .sts-booking__title { font-size: 2.3rem; }
}

/* --- Tablets (â‰¥768px and <1200px) --- */
@media (max-width: 1199.98px) and (min-width: 768px) {
  .sts-booking { padding: 36px; }
  .sts-booking__title { font-size: 1.9rem; }
  .btn-submit { font-size: 1rem; padding: 12px 28px; }
}

/* --- Mobile (â‰¤767.98px) --- */
@media (max-width: 767.98px) {
  .sts-booking {
    margin: 20px auto;
    padding: 20px 16px;
    border-radius: 14px;
  }
  .sts-booking__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .sts-booking__promo { font-size: 0.95rem; margin-bottom: 1.2rem; }
  .sts-booking__options {
    flex-direction: column;
    gap: 10px;
  }
  #book .form-control, #book .form-select {
    padding: 14px;
    font-size: 16px; /* avoid iOS zoom */
  }
  .btn-submit {
    width: 100%;
    margin-top: 10px;
    padding: 14px 22px;
    font-size: 1.05rem;
  }
}
/* ============================
   Clean Services (simple cards)
   ============================ */

/* Grid container */
.tsyd-services--simple{
  background:#fff;
  padding-block: clamp(36px, 6vw, 80px);
}

/* Section head */
.tsyd-services--simple .tsyd-services__head{
  text-align:center;
  margin-bottom: clamp(20px, 4vw, 36px);
}
.tsyd-services--simple .tsyd-services__title{
  margin:0;
  color: var(--tsyd-ink, #0f172a);
  font: 700 clamp(22px, 3.2vw, 28px)/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: .1px;
}
.tsyd-services--simple .tsyd-services__intro{
  margin: 8px auto 0;
  max-width: 70ch;
  color:#475569;
  font: 400 15px/1.7 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Responsive grid */
.tsyd-service-grid--simple{
  display:grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px){
  .tsyd-service-grid--simple{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .tsyd-service-grid--simple{ grid-template-columns: 1fr; gap: 18px; }
}

/* Card */
.tsyd-card--service{
  background:#fff;
  border: 1px solid #e7eef5; /* clean, subtle */
  border-radius: 12px;
  overflow:hidden;
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for cards */
}

.tsyd-card--service:hover{
  border-color:#d9e6f5;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Hover shadow effect */
}

/* Image */
.tsyd-card--service .tsyd-card__media{
  aspect-ratio: 16 / 9; /* consistent window */
  background:#f6f8fb;
  overflow:hidden;
  border-bottom:1px solid #eef2f7;
  display:block;
}

.tsyd-card--service .tsyd-card__media img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition: transform 320ms ease;
}

.tsyd-card--service:hover .tsyd-card__media img{
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Body */
.tsyd-card--service .tsyd-card__body{
  padding: 16px;
  display:grid; gap: 12px;
}

.tsyd-card--service .tsyd-card__title{
  margin:0;
  color: var(--tsyd-ink, #0f172a);
  font: 700 18px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.tsyd-card--service .tsyd-card__title a{
  color:inherit; 
  text-decoration:none; /* Ensure no underline on link */
}

.tsyd-card--service .tsyd-card__title a:hover{
  text-decoration: none; /* No underline on hover */
  color: var(--tsyd-blue, #13294b); /* Button-like hover color */
}

.tsyd-card--service .tsyd-card__desc{
  margin:0;
  color:#475569;
  font: 400 15px/1.65 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.7;
}

/* Actions (minimal button) */
.tsyd-card--service .tsyd-card__actions{
  padding: 14px 16px 16px;
  display: flex;
  justify-content: center; /* Center the button horizontally */
  align-items: center; /* Center the button vertically */
}

.tsyd-linkbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 20px;
  text-decoration: none;
  border-radius: 10px;
  border:1px solid var(--tsyd-blue, #13294b);
  color: var(--tsyd-blue, #13294b);
  background:#fff;
  font: 600 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  transition: background 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.tsyd-linkbtn:hover{
  background: var(--tsyd-blue, #13294b);
  color:#fff;
  box-shadow: 0 2px 10px rgba(0, 91, 175, 0.3); /* Add shadow on hover for a more professional effect */
}

.tsyd-linkbtn svg{ width:16px; height:16px }

/* Link inside the button */
.tsyd-linkbtn a{
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit the button's color */
}

/* Mobile: full-width CTA */
@media (max-width: 480px){
  .tsyd-card--service .tsyd-card__actions .tsyd-linkbtn{
    width:100%;
    padding: 14px 20px; /* More padding on mobile for bigger buttons */
  }
}



/* =========================================
   WHY CHOOSE — clean 2‑column with bullets
   ========================================= */
:root{
  --tsyd-why-bg: #f6f7fb;                 /* light, neutral background */
}

.tsyd-why{
  background: var(--tsyd-why-bg);
  padding-block: clamp(40px, 8vw, 96px);
}

.tsyd-why__head{
  text-align:center;
  margin-bottom: clamp(22px, 4vw, 40px);
}
.tsyd-why__title{
  margin:0;
  color: var(--tsyd-blue, #13294b);
  font: 800 clamp(24px, 4.4vw, 38px)/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Grid */
.tsyd-why__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(16px, 3vw, 48px);
  align-items:center;
}
@media (max-width: 900px){
  .tsyd-why__grid{ grid-template-columns: 1fr; }
  .tsyd-why__media{ order: 2; justify-self:center; }
}

/* Copy + bullets */
.tsyd-why__lead{
  margin: 0 0 18px 0;
  color:#1f2937;
  font: 400 clamp(15px, 2vw, 18px)/1.7 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  max-width: 62ch;
}
.tsyd-why__list{
  list-style:none;
  padding:0; margin:0;
  display:grid; gap: 12px;
  max-width: 48ch;
}
.tsyd-why__item{
  display:grid; grid-template-columns: 28px 1fr; align-items:center; column-gap: 10px;
  color:#0f172a; font: 500 16px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.tsyd-why__icon{
  width:28px; height:28px; display:inline-block; color:#fff;
}

/* CTA */
.tsyd-why__actions{ margin-top: clamp(16px, 3.2vw, 28px); }
.tsyd-why__actions .tsyd-btn{ border-radius:10px; padding:12px 18px; font-weight:700; }

/* Image */
.tsyd-why__image{
  width: min(560px, 100%);
  height:auto;
  filter: drop-shadow(0 14px 36px rgba(0,0,0,.12));
}



/* =========================================
   FLEET (cards) — clean + professional
   ========================================= */
:root{
  --tsyd-blue: #13294b;                       /* brand primary */
  --tsyd-fleet-border: #e7eef5;
  --tsyd-fleet-radius: 16px;
  --tsyd-fleet-shadow: 0 10px 28px rgba(2, 6, 23, .06);
}

.tsyd-fleet{
  background:#fff;
  padding-block: clamp(36px, 6vw, 88px);
}

.tsyd-fleet__head{
  text-align:center;
  margin-bottom: clamp(22px, 4vw, 36px);
}
.tsyd-fleet__title{
  margin:0;
  color: var(--tsyd-ink, #0f172a);
  font: 800 clamp(22px, 3.2vw, 30px)/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: .2px;
}

/* Grid */
.tsyd-fleet__grid{
  display:grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0,1fr));
}
@media (max-width: 1200px){
  .tsyd-fleet__grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 900px){
  .tsyd-fleet__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 600px){
  .tsyd-fleet__grid{ grid-template-columns: 1fr; gap: 18px; }
}

/* Card */
.tsyd-fleet-card{
  display:flex; flex-direction:column;
  background:#fff;
  border:1px solid var(--tsyd-fleet-border);
  border-radius: var(--tsyd-fleet-radius);
  overflow:hidden;
  box-shadow: var(--tsyd-fleet-shadow);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.tsyd-fleet-card:hover{
  transform: translateY(-2px);
  border-color:#dbe7f5;
  box-shadow: 0 14px 36px rgba(2, 6, 23, .10);
}

/* Media window: light gradient + contained car image */
.tsyd-fleet-card__media{
  display:grid; place-items:center;
  background: linear-gradient(180deg, #fbfdff, #f5f7fb);
  border-bottom:1px solid #eef2f7;
  padding: 18px;
  aspect-ratio: 3 / 2;     /* slightly taller than 16:9 for nicer car framing */
}
.tsyd-fleet-card__img{
  width: 88%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(2, 6, 23, .12));
}

/* Body */
.tsyd-fleet-card__body{
  padding: 14px 16px 16px;
  text-align:center;
  display:grid; gap: 8px;
}
.tsyd-fleet-card__name{
  margin:0;
  color: var(--tsyd-blue);
  font: 800 18px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Capacity chips */
.tsyd-fleet-meta{
  margin-top: 2px;
  display:flex; justify-content:center; flex-wrap:wrap; gap: 8px 12px;
}
.tsyd-chip{
  display:inline-flex; align-items:center; gap:6px;
  padding:6px 10px;
  border-radius: 999px;
  background:#f5f7fb;
  border:1px solid #e9eef4;
  color:#0f172a;
  font: 600 13px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.tsyd-chip svg{ width:16px; height:16px; }

/* CTA area (optional) */
.tsyd-fleet-card__actions{
  padding-top: 2px;
}
.tsyd-fleet-card__actions .tsyd-btn{
  padding:10px 14px; border-radius:10px; font-weight:700;
}

/* "View more" link */
.tsyd-fleet__more{
  margin-top: clamp(16px, 3vw, 24px);
  display:flex; justify-content:flex-end;
}
.tsyd-fleet__more a{
  display:inline-flex; align-items:center; gap:8px;
  color:#0f172a; font: 600 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.tsyd-fleet__more a:hover{ color: var(--tsyd-blue); }
.tsyd-fleet__more svg{ width:14px; height:14px }


/* ==============================
   Maxi Cabs Service Section
   ============================== */
.maxi-cab-service {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background-color: #f4f8fb; /* Light background */
}

.maxi-cab-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.maxi-cab-text {
  flex: 1;
  padding-right: 30px; /* Space between text and image */
}

.maxi-cab-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #13294b; /* Professional blue */
}

.maxi-cab-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.maxi-cab-cta {
  display: inline-block;
  padding: 12px 25px;
  background-color: #13294b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.maxi-cab-cta:hover {
  background-color: #003f6b;
  transform: scale(1.05);
}

.maxi-cab-image img {
  width: 100%;
  max-width: 450px; /* Image width restriction */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Soft shadow for a clean look */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .maxi-cab-container {
    flex-direction: column;
    text-align: center;
  }

  .maxi-cab-text {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .maxi-cab-image img {
    max-width: 100%;
    margin-top: 20px;
  }

  .maxi-cab-title {
    font-size: 2rem;
  }

  .maxi-cab-description {
    font-size: 1.1rem;
  }

  .maxi-cab-cta {
    padding: 10px 20px;
    font-size: 1rem;
  }
}


.why-cab-cta {
  display: inline-block;
  padding: 12px 25px;
  background-color: #13294b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.why-cab-cta:hover {
  background-color: #003f6b;
  transform: scale(1.05);
}



/* ==============================
   Customer Testimonials Section
   ============================== */
.customer-testimonials {
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #13294b;
}

.testimonials-container {
  display: flex;
  justify-content: center;
  gap: 65px;
  flex-wrap: wrap; /* Allows testimonials to stack on smaller screens */
}

.testimonial {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 32%; /* Each testimonial takes up 1/3 of the row */
  max-width: 350px; /* To prevent them from becoming too large */
  margin-bottom: 30px;
  position: relative;
}

.testimonial-content {
  margin-bottom: 20px;
}

.customer-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.rating {
  color: #f39c12;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.testimonial-arrow {
  font-size: 1.5rem;
  color: #13294b;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: color 0.3s ease;
}

.testimonial-arrow:hover {
  color: #003d6b;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .testimonials-container {
    flex-direction: column; /* Stack testimonials vertically */
    align-items: center;
  }

  .testimonial {
    width: 80%; /* Testimonials take up more width on mobile */
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }
}

/* ==============================
   Taxi Service Information Section with Background and Overlay
   ============================== */
.taxi-service-info {
  position: relative;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.service-info-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2; /* Ensures content appears above the overlay */
}

.service-info-text {
  margin-bottom: 30px;
}

.service-info-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff; /* White text */
}

.service-info-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ddd; /* Lighter text for description */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.service-info-vehicles {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.vehicle-img {
  width: 30%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Overlay - dark semi-transparent background */
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Black overlay with 50% opacity */
  z-index: 1; /* Ensure the overlay stays above the background image */
}

.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .service-info-container {
    text-align: center;
  }

  .service-info-title {
    font-size: 2rem;
  }

  .service-info-description {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .service-info-vehicles {
    flex-direction: column; /* Stack images vertically on mobile */
    align-items: center; /* Center align the images */
  }

  .vehicle-img {
    width: 80%; /* Set images to 80% width on mobile */
    margin-bottom: 15px; /* Space between images */
  }
}




/* ============================== 
   Hero Section with Blurred Background
   ============================== */

/* Container for the hero section */
.hero-section {
  position: relative;
  height: 60vh; /* Adjust as needed */
  background-color: #333; /* Fallback color if background image is not loaded */
  overflow: hidden; /* Ensure content doesn't overflow */
}

/* Pseudo-element for the blurred background image */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/images/2025-es-exterior.jpg'); /* Your background image */
  background-size: cover;
  background-position: center;
  filter: blur(2px); /* Apply blur effect to background */
  z-index: 1; /* Ensure the blurred background stays behind content */
}

/* Overlay - Dark semi-transparent layer */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for better text readability */
  z-index: 2; /* Ensure overlay appears above background image */
}

/* Content over the background */
.hero-content {
  position: relative;
  z-index: 3; /* Ensure content appears above overlay */
  text-align: center;
  color: white;
  padding: 50px 20px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero-content p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.hero-buttons {
  margin-top: 20px;
}

.hero-buttons a {
  text-decoration: none;
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  background-color: #13294b;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.hero-buttons a:hover {
  background-color: #003b7d; /* Darker shade on hover */
}

* Mobile adjustments */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
    padding: 0 10px; /* Adjust padding for smaller screens */
  }

  .hero-content p {
    font-size: 1rem;
    margin-top: 10px;
    padding: 0 10px; /* Add padding for better readability on mobile */
  }

  .hero-buttons a {
    padding: 12px 20px; /* Adjust button padding for mobile */
    font-size: 14px; /* Adjust button font size */
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 50vh; /* Reduce height for smaller screens */
  }

  .hero-content h1 {
    font-size: 2rem; /* Make text smaller */
  }

  .hero-content p {
    font-size: 0.9rem; /* Make text smaller */
  }

  .hero-buttons a {
    padding: 10px 18px; /* Reduce button size on smaller screens */
    font-size: 13px; /* Smaller font for buttons */
  }
}


/* Premium Footer Styling */
.premium-footer {
  background-color: #13294b;
  color: #fff;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.footer-column h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
}

.footer-column p, .footer-column ul li {
  font-size: 14px;
  line-height: 1.5;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #bbb;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-icons .icon {
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
}

.footer-icons .icon i {
  margin-right: 8px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ffffff;
}

/* Footer Bottom Redesign */
.footer-bottom {
  background-color: #000;
  padding: 15px 0;  /* Remove left and right padding */
  color: #bbb;
  text-align: center;
  border-top: 1px solid #4e5d75;
  width: 100%;      /* Ensure the footer is full-width */
  position: relative;
}

.footer-bottom-container {
  max-width: 1200px;  /* Limit the content width */
  margin: 0 auto;  /* Center the content */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 14px;
  color: #bbb;
  margin: 0;
}

.footer-links {
  font-size: 14px;
  color: #bbb;
  display: flex;
  gap: 12px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-copy {
    margin-bottom: 10px;
  }

  .footer-links {
    justify-content: center;
  }
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
.footer-column {
  flex: 1;
  min-width: 350px;
}

}
/* About Us Hero Section */
.about-us-hero {
  position: relative;
  height: 60vh; /* Adjust the height as needed */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.about-us-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/images/about-hero.png'); /* Background image */
  background-size: cover;
  background-position: center;
  filter: blur(2px); /* Apply blur to the background */
  z-index: 1; /* Ensure the background stays behind content */
}

.about-us-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay color */
  z-index: 2; /* Ensure overlay stays above the blurred background */
}

.about-us-hero__content {
  position: relative;
  z-index: 3; /* Make sure the content stays above the overlay */
  text-align: center;
  padding: 20px;
  max-width: 900px;
}

.about-us-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.about-us-hero p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 30px;
}

.about-us-hero__cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.about-us-hero__cta .btn {
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.about-us-hero__cta .btn-primary {
  background-color: #13294b; /* Primary button color */
}

.about-us-hero__cta .btn-primary:hover {
  background-color: #003b7d; /* Hover effect for primary button */
}

.about-us-hero__cta .btn-secondary {
  background-color: #ff6600; /* Secondary button color */
}

.about-us-hero__cta .btn-secondary:hover {
  background-color: #cc5200; /* Hover effect for secondary button */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .about-us-hero {
    height: 50vh; /* Adjust height for smaller screens */
  }

  .about-us-hero h1 {
    font-size: 2.5rem;
  }

  .about-us-hero p {
    font-size: 1rem;
  }
}
/* Why Choose Us Section Styling */
.why-choose {
  background-color: #f7f7f7; /* Light background color */
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.why-choose .container {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.text-content {
  flex: 1;
  max-width: 600px;
}

.text-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a192f;
  margin-bottom: 20px;
}

.text-content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.text-content ul {
  list-style: none;
  padding: 0;
}

.text-content ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.text-content ul li i {
  color: #0a192f;
  margin-right: 10px;
}

.text-content .btn {
  padding: 12px 30px;
  text-decoration: none;
  background-color: #13294b;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.text-content .btn:hover {
  background-color: #003b7d;
}

.image-content {
  flex: 1;
  max-width: 500px;
}

.image-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .why-choose-content {
    flex-direction: column;
    align-items: center;
  }

  .text-content {
    text-align: center;
  }

  .image-content img {
    max-width: 80%;
  }
}
/* What We Stand For Section */
.what-we-stand {
  background-color: #f7f7f7;
  padding: 60px 20px;
  text-align: center;
}

.what-we-stand h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.what-we-stand p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 23%;
  text-align: center;
}

.card i {
  font-size: 3rem;
  color: #13294b;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.card p {
  font-size: 1rem;
  color: #666;
}

.card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card:hover i {
  color: #003b7d;
}

/* How It Works Section */
.how-it-works {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
}

.how-it-works h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.step {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 30%;
  text-align: center;
}

.step i {
  font-size: 3rem;
  color: #13294b;
  margin-bottom: 15px;
}

.step h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.step p {
  font-size: 1rem;
  color: #666;
}

.step:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.step:hover i {
  color: #003b7d;
}

/* Button Styling */
.btn-primary {
  padding: 12px 30px;
  background-color: #13294b;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 40px;
  display: inline-block;
}

.btn-primary:hover {
  background-color: #003b7d;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .cards, .steps {
    flex-direction: column;
    align-items: center;
  }

  .card, .step {
    width: 80%;
    margin-bottom: 30px;
  }
}
/* About Us Section */
.about-us {
  background-color: #f7f7f7;
  padding: 60px 20px;
}

.about-us .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px; /* Added space between the content */
}

.about-us-content {
  max-width: 50%;
  padding-left: 20px; /* Adds padding to the left */
}

.about-us h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #13294b;
  margin-bottom: 20px;
}

.about-us p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
  text-align: justify; /* Makes text alignment more balanced */
}

.about-us .btn-primary {
  padding: 12px 30px;
  background-color: #13294b;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
  display: inline-block;
}

.about-us .btn-primary:hover {
  background-color: #003b7d;
}

.about-us-image {
  max-width: 45%; /* Make sure the image is not too big */
  flex: 1;
  padding-right: 20px;
}

.about-us-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover; /* Ensures the image covers the div area without distortion */
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
  .about-us .container {
    flex-direction: column;
    text-align: center;
    gap: 20px; /* Adds gap between content on mobile */
  }

  .about-us-content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-us-image {
    max-width: 80%; /* Makes the image smaller on mobile */
    margin-bottom: 20px; /* Adds margin to separate the image from the text on smaller screens */
  }

  .about-us h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .about-us p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .about-us .btn-primary {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
/* Premium Button Styling */
.about-us-hero .btn {
  padding: 12px 28px;                /* Adjusted padding for a better proportion */
  background-color: #13294b;         /* Set background color */
  color: #fff;                       /* Set text color to white */
  font-size: 1rem;                   /* Reduced font size for consistency */
  font-weight: bold;                 /* Make text bold */
  text-decoration: none;             /* Remove underline from link */
  border-radius: 25px;               /* Add rounded corners for a smoother look */
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s ease; /* Add smooth transition effects */
  display: flex;                     /* Use flexbox to align text and icon */
  align-items: center;               /* Vertically center the content */
  gap: 10px;                         /* Reduced gap between icon and text */
  justify-content: center;           /* Center content inside button */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  margin: 10px 0;                    /* Reduced margin between buttons */
}

.about-us-hero .btn i {
  font-size: 1.3rem;                 /* Set icon size */
}

/* Hover Effect for Buttons */
.about-us-hero .btn:hover {
  background-color: #003b7d;        /* Darker blue on hover */
  transform: translateY(-4px);      /* Lift the button slightly on hover */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .about-us-hero__cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1px;
        width: 100%;
        margin-top: -34px;
  }

  .about-us-hero .btn {
    width: 80%;              /* Make buttons full width on mobile */
    padding: 14px 30px;      /* Adjust padding */
    font-size: 1rem;         /* Adjust font size for mobile */
  }

  .about-us-hero .btn i {
    font-size: 1.3rem;       /* Adjust icon size for mobile */
  }
}




/* About Us Section Styling */
.why-our-fleet {
  background-color: #f4f7fa;
  padding: 60px 20px;
  text-align: center;
}

.why-our-fleet h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #13294b;
  margin-bottom: 20px;
}

.why-our-fleet p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.benefits {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.benefit {
  background-color: #fff;
  padding: 20px;
  width: 22%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.benefit i {
  font-size: 3rem;
  color: #13294b;
  margin-bottom: 10px;
}

.benefit h3 {
  font-size: 1.5rem;
  color: #13294b;
  margin-bottom: 10px;
}

.benefit p {
  color: #666;
  font-size: 1rem;
}

/* Fleet Comparison Section */
.fleet-comparison {
  background-color: #fff;
  padding: 60px 20px;
}

.fleet-comparison h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #13294b;
  margin-bottom: 20px;
  text-align: center;
}

.fleet-comparison p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.comparison-table th, .comparison-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}

.comparison-table th {
  background-color: #13294b;
  color: white;
  font-size: 1.2rem;
}

.comparison-table td {
  font-size: 1rem;
  color: #555;
}

.comparison-table td i {
  margin-right: 10px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .benefits {
    flex-direction: column;
    align-items: center;
  }

  .benefit {
    width: 80%;
    margin-bottom: 30px;
  }

  .comparison-table {
    font-size: 0.9rem;
  }
}
/* hero */
.tsyd-hero--lite{position:relative;padding:56px 0;background:#0b1e34;color:#fff}
.tsyd-hero--lite .tsyd-hero__bg{position:absolute;inset:0;background:url('assets/images/blue.jpg') center/cover;filter:blur(2px);opacity:.25}
.tsyd-hero--lite .tsyd-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,25,47,.6),rgba(10,25,47,.6))}
.tsyd-hero__inner{position:relative;text-align:center}
.tsyd-hero__title{margin:0 0 6px;font:800 clamp(28px,3.5vw,40px)/1.15 system-ui}
.tsyd-hero__sub{margin:0 auto;max-width:70ch;color:#e6eef9;font:400 15px/1.7 system-ui}

/* testimonials */
.tsyd-testimonials{background:#f6f8fb;padding:clamp(36px,5vw,80px) 0}
.tsyd-testimonials__head{display:flex;flex-wrap:wrap;align-items:end;gap:16px;justify-content:space-between;margin-bottom:18px}
.tsyd-testimonials__head h2{margin:0;font:800 clamp(22px,3vw,28px)/1.2 system-ui;color:#0f172a}
.tsyd-aggregate{display:flex;align-items:center;gap:10px;color:#334155}
.tsyd-stars{position:relative;display:inline-block;font-size:18px;color:#cbd5e1}
.tsyd-stars__fill{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden;color:#fbbf24}
.tsyd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media (max-width:1024px){.tsyd-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.tsyd-grid{grid-template-columns:1fr}}

.tsyd-review{background:#fff;border:1px solid #e7eef5;border-radius:14px;padding:16px;display:grid;gap:12px;transition:box-shadow .2s ease,transform .2s ease}
.tsyd-review:hover{box-shadow:0 10px 24px rgba(15,23,42,.08);transform:translateY(-2px)}
.tsyd-review__top{display:flex;gap:12px;align-items:center}
.tsyd-review__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}
.tsyd-review__name{margin:0;font:700 16px/1.2 system-ui;color:#0f172a}
.tsyd-review__meta{color:#64748b;font:600 13px/1.2 system-ui}
.tsyd-review__stars{position:relative;font-size:14px;color:#cbd5e1}
.tsyd-review__stars .tsyd-stars__fill{color:#f59e0b}
.tsyd-review__text{margin:0;color:#334155;font:400 15px/1.7 system-ui}
.tsyd-review__foot{display:flex;justify-content:space-between;align-items:center}
.tsyd-badge{display:inline-flex;align-items:center;gap:8px;background:#e7f0fa;border-radius:999px;padding:6px 10px;color:#0b5aa7;font:700 12px/1 system-ui}
.tsyd-date{color:#64748b;font:600 12px/1 system-ui}

/* CTA buttons */
.tsyd-testimonials__cta{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.tsyd-btn{display:inline-flex;align-items:center;gap:10px;border-radius:12px;padding:12px 18px;font:700 14px/1 system-ui;text-decoration:none}
.tsyd-btn--primary{background:#13294b;color:#fff;border:1px solid #00529e}
.tsyd-btn--primary:hover{background:#004386}
.tsyd-btn--ghost{background:#fff;color:#0b5aa7;border:1px solid #b9d3f3}
.tsyd-btn--ghost:hover{background:#f3f8ff}
/* Pre-Footer Hero Section */
.tsyd-prefooter-hero {
  position: relative;
  color: #fff;
  padding: clamp(60px, 10vw, 120px) 20px;
  text-align: center;
  overflow: hidden;
}

/* Background Image (blurred) */
.tsyd-prefooter__bg {
  position: absolute;
  inset: 0;
  background: url('assets/images/cover12.jpg') center/cover no-repeat;
  filter: blur(2px);
  transform: scale(1.1);
  z-index: 1;
}

/* Color Overlay */
.tsyd-prefooter__overlay {
  position: absolute;
  inset: 0;
      background: rgb(0 0 0 / 48%);
  z-index: 2;
}

/* Content */
.tsyd-prefooter__inner {
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
}

.tsyd-prefooter__inner h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  margin-bottom: 12px;
}

.tsyd-prefooter__inner p {
  color: #e0e7ef;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Buttons */
.tsyd-prefooter__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tsyd-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  padding: 14px 26px;
  font: 700 15px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tsyd-btn--primary {
  background-color: #13294b;
  color: #fff!important;
  border: 2px solid #13294b;
}
.tsyd-btn--primary:hover {
  background-color: #003b7d;
  transform: translateY(-2px);
}

.tsyd-btn--ghost {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.tsyd-btn--ghost:hover {
  background-color: #fff;
  color: #13294b;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .tsyd-prefooter__cta {
    flex-direction: column;
    gap: 14px;
  }

  .tsyd-btn {
    width: 80%;
    justify-content: center;
  }
}
/* Container utility */
.tsyd-container{max-width:1200px;margin:0 auto;padding:5px 20px}

/* Hero (pre-footer style, reused) */
.tsyd-contact-hero{position:relative;color:#fff;text-align:center;padding:clamp(60px,8vw,120px) 0;overflow:hidden}
.tsyd-contact-hero__bg{position:absolute;inset:0;background:url('assets/images/blue.jpg') center/cover no-repeat;filter:blur(6px);transform:scale(1.1);z-index:1}
.tsyd-contact-hero__overlay{position:absolute;inset:0;background:rgba(0,91,175,.6);z-index:2}
.tsyd-contact-hero__inner{position:relative;z-index:3;max-width:780px;margin:0 auto}
.tsyd-contact-hero h1{margin:0 0 8px;font:800 clamp(28px,3.5vw,42px)/1.1 system-ui}
.tsyd-contact-hero p{margin:0 auto 18px;max-width:70ch;color:#e7f0fa;font:400 16px/1.7 system-ui}
.tsyd-contact-hero__cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* Buttons */
.tsyd-btn{display:inline-flex;align-items:center;gap:10px;border-radius:28px;padding:14px 22px;font:700 14px/1 system-ui;text-decoration:none;transition:all .25s ease}
.tsyd-btn--primary{background:#13294b;color:#fff;border:2px solid #13294b}
.tsyd-btn--primary:hover{background:#003b7d;transform:translateY(-2px)}
.tsyd-btn--ghost{background:transparent;color:#fff;border:2px solid #fff}
.tsyd-btn--ghost:hover{background:#fff;color:#13294b;transform:translateY(-2px)}

/* Contact grid */
.tsyd-contact{background:#fff;padding:clamp(36px,6vw,80px) 0}
.tsyd-contact__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:28px}
@media (max-width:980px){.tsyd-contact__grid{grid-template-columns:1fr;gap:22px}}

/* Info cards */
.tsyd-contact__info{display:grid;gap:14px;align-content:start}
.tsyd-info-card{display:flex;gap:14px;align-items:start;padding:14px;border:1px solid #e7eef5;background:#f9fbfe;border-radius:12px}
.tsyd-info-card__icon{font-size:22px;color:#13294b;margin-top:2px}
.tsyd-info-card h3{margin:0 0 4px;font:700 16px/1.2 system-ui;color:#0f172a}
.tsyd-info-card p{margin:0;color:#475569;font:400 15px/1.6 system-ui}
.tsyd-info-card a{color:#13294b;text-decoration:none}
.tsyd-info-card a:hover{text-decoration:underline}

/* badges */
.tsyd-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.tsyd-badge{display:inline-flex;align-items:center;gap:6px;background:#e7f0fa;color:#0b5aa7;border-radius:999px;padding:6px 10px;font:700 12px/1 system-ui}

/* Form */
.tsyd-contact__formwrap{border:1px solid #e7eef5;border-radius:14px;padding:18px;background:#fff;box-shadow:0 6px 20px rgba(15,23,42,.04)}
.tsyd-form__title{margin:0 0 10px;font:800 22px/1.2 system-ui;color:#0f172a}
.tsyd-form{display:grid;gap:14px}
.tsyd-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:640px){.tsyd-form__row{grid-template-columns:1fr}}
.tsyd-field{display:grid;gap:6px}
.tsyd-field label{font:700 13px/1.2 system-ui;color:#0f172a}
.tsyd-field input,.tsyd-field select,.tsyd-field textarea{
  width:100%;padding:12px 12px;border-radius:10px;border:1px solid #d8e2ef;background:#fff;
  font:400 15px/1.3 system-ui;color:#0f172a;outline:none;transition:border-color .2s ease, box-shadow .2s ease
}
.tsyd-field input:focus,.tsyd-field select:focus,.tsyd-field textarea:focus{border-color:#13294b;box-shadow:0 0 0 3px rgba(0,91,175,.15)}
.tsyd-form__meta{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.tsyd-check{display:flex;align-items:center;gap:8px;font:400 13px/1.3 system-ui;color:#334155}
.tsyd-recaptcha{height:48px;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;flex:0 0 180px}

/* Actions */
.tsyd-form__actions{display:flex;gap:10px;flex-wrap:wrap}
.tsyd-form__actions .tsyd-btn--ghost{color:#13294b;border-color:#b9d3f3}
.tsyd-disclaimer{margin:10px 0 0;color:#64748b;font:400 12.5px/1.5 system-ui}

/* Map */
.tsyd-contact-map{background:#f6f8fb;padding:clamp(24px,5vw,56px) 0}
.tsyd-map__wrap{border-radius:14px;overflow:hidden;border:1px solid #e7eef5}
.tsyd-map__wrap img{display:block;width:100%;height:auto}

/* Responsive hero buttons */
@media (max-width:768px){
  .tsyd-contact-hero__cta{flex-direction:column}
  .tsyd-btn{width:86%;justify-content:center}
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .tsyd-contact-map {
    padding: 30px 15px; /* Adjusted padding for mobile */
  }

  .tsyd-map__wrap iframe {
    height: 250px;  /* Reduced height for mobile view */
  }
}


/* Map Section Mobile Adjustment */
@media (max-width: 768px) {
  .tsyd-map__wrap iframe {
    height: 250px;  /* Reduced height on mobile screens */
  }
}

@media (max-width: 480px) {
  .tsyd-map__wrap iframe {
    height: 220px;  /* Further reduced height for very small devices */
  }
}



/* Thank You Page Styling */
.thanks-page {
  background-color: #f7f7f7;
  padding: 60px 20px;
}

.thanks-page__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.thanks-page__message {
  flex: 1;
  text-align: center;
}

.thanks-page__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #13294b;
  margin-bottom: 20px;
}

.thanks-page__subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 30px;
}

.thanks-page__cta {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.thanks-page__cta .tsyd-btn {
  padding: 12px 28px;
  font-size: 16px;
}

.thanks-page__image {
  flex: 1;
  text-align: center;
}

.thanks-page__image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive for small screens */
@media (max-width: 768px) {
  .thanks-page__inner {
    flex-direction: column;
    text-align: center;
  }

  .thanks-page__cta {
    flex-direction: column;
    gap: 15px;
  }

  .thanks-page__image img {
    max-width: 100%;
  }
  

}


  .hidden { display: none !important; }
.field-error { color:#b00020; font-size:.9rem; margin-top:4px; }
.invalid { border-color:#b00020 !important; box-shadow:0 0 0 2px rgba(176,0,32,.08); }
.error-summary { background:#fff4f4; border:1px solid #f2b8b8; color:#7a1212; padding:10px 12px; border-radius:6px; margin-bottom:12px; }


/* ----------------------------------------
   UNIVERSAL MOBILE STYLES (iPhone + Android)
   Applies to all screens below 768px
----------------------------------------- */
@media (max-width: 768px) {

    /* Left section becomes full width */
    .btm_lt {
        width: 100% !important;
        float: none !important;
        padding: 0 0 30px 0 !important;
        text-align: center !important;
    }

    /* Left title */
    .btm_lt_tit {
        font-size: 18pt !important;
        padding-bottom: 10px !important;
        text-align: center !important;
    }

    /* Left text */
    .btm_lt_txt {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        padding: 0 15px !important;
    }

    /* Right section also full width */
    .btm_rt {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        margin-top: 15px !important;
    }

    /* Right title (Call us today etc) */
    .btm_head {
        font-size: 20pt !important;
        text-align: center !important;
        padding-bottom: 10px !important;
    }

    /* Phone number */
    .btm_phone {
        font-size: 25pt !important;
        text-align: center !important;
        margin-top: 10px !important;
    }
}

.btm_area {
    width: 100%;
    float: left;
    background: #828282;
    padding: 30px 0 30px 0;
}

.btm_lt {
    width: 50%;
    float: left;
}

.btm_lt_tit {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    text-align: center;
    padding: 0 0 10px 0;
}

.btm_lt_txt {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.7;
    text-align: center;
}

.btm_rt {
    width: 50%;
    float: left;
}

.btm_head {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 23pt;
    font-weight: 600;
    text-align: center;
    padding: 0 0 10px 0;
    font-family: 'Poppins', sans-serif;
}

.btm_phone {
    color: #fff;
    margin: 20px 0 0 0;
    font-size: 30pt;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

    .btm_phone a {
        color: #fff;
        text-decoration: none;
    }

        .btm_phone a:hover {
            color: #5f95ca;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.btm_links {
    width: 42%;
    float: left;
    color: #fff;
    line-height: 1.8;
    margin: 0 29% 0 29%;
    background: #191919;
    padding: 20px 0 0 0;
}

    .btm_links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .btm_links li {
        margin: 0;
        padding: 0;
    }

    .btm_links a {
        color: #5f95ca;
    }

        .btm_links a:hover {
            color: #fff;
        }

.footer {
    width: 100%;
    float: left;
    background: #000;
    padding: 15px 0 15px 0;
}

.ftr-lt ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 20px;
}

.ftr-lt li {
    padding: 0 10px 0 0;
    display: inline;
}

.ftr-lt {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 11pt;
    width: 100%;
    color: #999;
    line-height: 1.8;
}

    .ftr-lt a {
        color: #fff;
        text-decoration: none;
    }

        .ftr-lt a:hover {
            color: #ccc;
            text-decoration: none;
        }

.ftr-rt {
    width: 100%;
    float: left;
    color: #999;
    text-align: center;
    width: 100%;
    font-size: 11pt;
    margin: 0 0 0 0;
}

    .ftr-rt a {
        color: #999;
        text-decoration: none;
    }

        .ftr-rt a:hover {
            color: #fff;
            text-decoration: none;
        }
/* Policy Page Base */
.policy-page {
    width: 100% !important;
    padding: 60px 0 !important;
    background: #f8f8f8 !important;
}

.policy-page .container {
    max-width: 900px !important;
    margin: 0 auto !important;
    background: #fff !important;
    padding: 40px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.08) !important;
}

/* Page Title */
.policy-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #012053 !important;
    margin-bottom: 10px !important;
}

/* Date */
.policy-date {
    text-align: center !important;
    color: #666 !important;
    margin-bottom: 30px !important;
    font-size: 15px !important;
}

/* Content */
.policy-content h2 {
    color: #012053 !important;
    font-size: 22px !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.policy-content p,
.policy-content li {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #444 !important;
}

.policy-content ul {
    padding-left: 20px !important;
}

/* Mobile Responsive */
@media (max-width: 600px) {

    .policy-page .container {
        width: 90% !important;
        padding: 25px !important;
    }

    .policy-title {
        font-size: 26px !important;
    }

    .policy-content h2 {
        font-size: 20px !important;
    }

    .policy-content p,
    .policy-content li {
        font-size: 15px !important;
    }
}



/* Dropdown Menu Styles */
.tsyd-dropdown {
  position: relative;
}

.tsyd-dropdown__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  min-width: 180px;
  z-index: 100;
}

.tsyd-dropdown__link {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background-color 0.3s;
}

.tsyd-dropdown__link:hover {
  background-color: #f1f1f1;
}

/* Arrow Styles */
.tsyd-dropdown-arrow {
  margin-left: 8px;
  font-size: 12px;
  color: #333;
  transition: transform 0.3s ease;
}

.tsyd-dropdown:hover .tsyd-dropdown__list {
  display: block;
}

/* Rotate the arrow when the dropdown is open */
.tsyd-dropdown.open .tsyd-dropdown-arrow {
  transform: rotate(180deg);
}

/* For Mobile Screens */
@media (max-width: 767px) {
  .tsyd-nav__list {
    display: flex;
    flex-direction: column;
  }

  .tsyd-dropdown__list {
    position: static;
    display: none;
  }

  .tsyd-dropdown.open .tsyd-dropdown__list {
    display: block;
  }

  /* Styling for dropdown toggle in mobile view */
  .tsyd-nav__toggle {
    display: block;
  }
}



.btm_lt_txt img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important; /* centers the image */
}
