.apx-header,
.station-text h4,
.station-top-sec,
.tsx-header {
  text-transform: uppercase;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.kingston-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.kingston-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.kingston-logo img {
  height: 46px;
  display: block;
  transition: transform 0.3s;
}
.kingston-logo:hover img {
  transform: scale(1.05);
}
.kingston-nav ul {
  display: flex;
  list-style: none;
  gap: 26px;
}
.kingston-drop-toggle,
.kingston-nav a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: 0.2s;
  border-radius: 4px;
  position: relative;
}
.kingston-drop-toggle:hover,
.kingston-nav a:hover {
  color: #955997;
}
.kingston-nav a.kingston-active-link {
  color: #955997;
  font-weight: 600;
}
.kingston-dropdown {
  position: relative;
}
.kingston-drop-toggle {
  position: relative;
  padding-right: 24px;
}
.kingston-drop-toggle::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.kingston-dropdown.kingston-dropdown-open .kingston-drop-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.kingston-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 1000;
  padding: 12px 20px;
  min-width: 230px;
  border-radius: 8px;
  animation: 0.3s forwards kingston-fadeIn;
  opacity: 0;
}
.kingston-dropdown.kingston-dropdown-open .kingston-dropdown-menu {
  display: flex;
}
.kingston-dropdown-columns {
  display: flex;
  gap: 24px;
}
.kingston-dropdown-menu ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kingston-dropdown-menu li {
  list-style: none;
  min-width: 100px;
}
.kingston-dropdown-menu li a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  border-radius: 6px;
  white-space: nowrap;
  transition: 0.2s;
}
.kingston-dropdown-menu li a:hover {
  color: #955997;
  transform: translateX(4px);
  padding-left: 16px;
}
.kingston-services-dropdown {
  width: 260px;
  flex-wrap: wrap;
}
.kingston-services-dropdown li,
.station-left {
  width: 50%;
}
.kingston-call a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #955997;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff5eb;
  transition: 0.3s;
  border: 1px solid transparent;
}
.kingston-call a:hover {
  background-color: #955997;
  color: #fff;
  border-color: #955997;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 147, 30, 0.2);
}
.kingston-call img {
  width: 22px;
  transition: transform 0.3s;
}
.kingston-call a:hover img {
  transform: rotate(15deg);
  filter: brightness(0) invert(1);
}
.kingston-hamburger {
  display: none;
  font-size: 28px;
  background: 0 0;
  border: none;
  cursor: pointer;
  user-select: none;
  color: #333;
  padding: 8px;
  transition: 0.3s;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.kingston-hamburger:hover {
  background-color: #f5f5f5;
  color: #955997;
}
.kingston-hamburger.kingston-hamburger-open {
  color: #955997;
  transform: rotate(90deg);
}
@keyframes kingston-fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.kingston-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.kingston-backdrop.kingston-backdrop-open {
  display: block;
}
.hero-main {
  background-image: url("../../images/bg-kingstoncarsorg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.hero-div-01 h1 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
.para-section-main {
  background-color: #fff;
}
.footer-main,
.para-main-div {
  width: 80%;
  margin: auto;
  padding: 10px;
}
.para-main-div h2 {
  font-size: 30px;
}
.para-main-div p {
  font-size: 18px;
}
.apx-airport-section {
  background: #f6f6f6;
  padding: 70px 15px;
  font-family: "Titillium Web", sans-serif;
}
.apx-wrapper,
.con-contact-wrapper,
.kt-about-wrapper,
.tsx-wrapper {
  max-width: 1200px;
  margin: auto;
}
.apx-header,
.tsx-header {
  text-align: center;
  margin-bottom: 70px;
}
.apx-header p,
.tsx-header p {
  font-size: 22px;
  font-weight: 300;
}
.apx-header h2,
.tsx-header h2 {
  font-size: 38px;
  font-weight: 700;
}
.apx-line,
.tsx-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.apx-line span,
.tsx-divider span {
  width: 80px;
  border-bottom: 1px dotted #999;
}
.apx-line i {
  color: #955997;
  margin: 0 10px;
}
.apx-content {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  margin-bottom: 70px;
}
.apx-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.apx-left {
  text-align: right;
  padding-right: 30px;
}
.apx-right {
  text-align: left;
  padding-left: 30px;
}
.apx-bottom,
.station-center,
.station-top-sec,
.tsx-center-item {
  text-align: center;
}
.apx-center-line {
  width: 1px;
  background-image: linear-gradient(#999 40%, rgba(255, 255, 255, 0) 0);
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.apx-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.apx-item h3 a {
  text-decoration: none;
  color: #955997;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
.apx-item h3 span{
  width: 6px;
  height: 6px;
  background: #955997;
  display: inline-block;
}
.apx-item h3 a:hover {
  color: #e68a00;
  letter-spacing: 0.3px;
}
.apx-item p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}
.apx-bottom p {
  max-width: 720px;
  margin: auto;
}
.station-main-div {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}
.station-top-sec p {
  font:
    300 22px "Titillium Web",
    sans-serif;
  letter-spacing: 4px;
}
.station-top-sec h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 10px 0;
}
.station-heading-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.station-heading-line span {
  width: 55px;
  height: 1px;
  background-color: #000;
}
.station-heading-line strong {
  color: #f5a623;
  font-size: 22px;
}
.station-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  gap: 40px;
}
.station-item {
  display: flex;
  gap: 18px;
  margin-bottom: 35px;
}
.station-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.station-text h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.ser-card-content h3,
.tsx-item h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.station-text p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.station-center {
  width: 40%;
}
.station-center img {
  max-width: 100%;
}
.tsx-station-section {
  padding: 70px 15px;
  font-family: "Titillium Web", sans-serif;
}
.tsx-train-icon {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  background-color: #955997;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2c-4.42 0-8 .5-8 4v9c0 2.21 1.79 4 4 4l-2 2v1h2.5l2.5-2h2l2.5 2H18v-1l-2-2c2.21 0 4-1.79 4-4V6c0-3.5-3.58-4-8-4zm-6 6h12v4H6V8zm2.5 9c-.83 0-1.5-.67-1.5-1.5S7.67 14 8.5 14s1.5.67 1.5 1.5S9.33 17 8.5 17zm7 0c-.83 0-1.5-.67-1.5-1.5S14.67 14 15.5 14s1.5.67 1.5 1.5S16.33 17 15.5 17z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.tsx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 40px;
}
.tsx-item h3 {
  font-size: 16px;
}
.tsx-item h3::before {
  content: "";
  margin-right: 8px;
}
.tsx-item h3 a {
  text-decoration: none;
  color: #955997;
}
.tsx-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
.tsx-center-item {
  grid-column: 2 / span 1;
}
@media (max-width: 992px) {
  .station-layout {
    flex-direction: column;
  }
  .station-left {
    width: 100%;
  }
  .station-center {
    display: none;
  }
  .tsx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tsx-center-item {
    grid-column: auto;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .tsx-header h2 {
    font-size: 26px;
  }
  .tsx-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.ser-section-main {
  background: #f6f6f6;
}
.ser-main-div {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}
.ser-small-title {
  font-size: 14px;
  letter-spacing: 3px;
  color: #666;
  display: block;
  margin-bottom: 6px;
}
.con-contact-heading,
.kt-about-header {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.ser-heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 12px;
}
.ser-heading-divider span {
  width: 60px;
  height: 1px;
  background: #333;
}
.ser-icon {
  font-size: 18px;
  color: #f4a100;
}
.ser-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.con-info-box a,
.ser-view-btn {
  display: inline-block;
  text-decoration: none;
}
.ser-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.ser-card:hover {
  transform: translateY(-6px);
}
.ser-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.ser-card-content {
  padding: 22px;
}
.ser-card-content h3 {
  font-size: 22px;
}
.ser-card-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}
.ser-view-btn {
  padding: 10px 22px;
  border: 2px solid #f4a100;
  color: #f4a100;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.3s;
}
.ser-view-btn:hover {
  background: #f4a100;
  color: #fff;
}
@media (max-width: 992px) {
  .ser-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .ser-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-main-sec {
  background-color: #262626;
}
.footer-main p {
  color: #fff;
  margin-top: 30px;
  padding-bottom: 30px;
}
.footer-main a {
  color: #ffb119;
}
.con-contact-section {
  background-color: #f6f6f6;
  padding: 50px 20px;
}
.con-contact-heading p {
  font: 300 20px "Titillium Web";
  color: #955997;
}
.con-contact-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: #222;
}
.con-contact-content {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.con-contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.con-info-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px dashed grey;
}
.con-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #955997;
}
.con-info-box a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.con-info-box a:hover {
  color: #955997;
}
.con-info-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}
.con-contact-map {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.con-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}
@media (max-width: 900px) {
  .kingston-hamburger {
    display: flex;
  }
  .kingston-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    border-top: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 999;
    animation: 0.3s forwards kingston-fadeIn;
    opacity: 0;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .kingston-nav.kingston-nav-open {
    display: flex;
    opacity: 1;
  }
  .kingston-nav ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 10px 0;
  }
  .kingston-nav ul li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .kingston-nav ul li:last-child {
    border-bottom: none;
  }
  .kingston-drop-toggle,
  .kingston-nav ul li a {
    padding: 16px 20px;
    width: 100%;
    text-align: left;
    white-space: normal;
    justify-content: space-between;
    font-size: 16px;
  }
  .kingston-dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0 20px 10px;
    width: 100%;
    display: none;
    flex-wrap: nowrap;
    flex-direction: column;
    min-width: auto;
    animation: none;
    opacity: 1;
    border-radius: 0;
    background-color: #f9f9f9;
    border-left: 3px solid #955997;
    margin-top: 5px;
  }
  .kingston-dropdown.kingston-dropdown-open .kingston-dropdown-menu {
    display: block;
  }
  .kingston-dropdown-columns {
    flex-direction: column;
    gap: 0;
  }
  .kingston-services-dropdown,
  .kingston-services-dropdown li {
    width: 100%;
  }
  .kingston-call {
    order: 2;
    margin-left: auto;
  }
  .kingston-hamburger {
    order: 3;
    margin-left: 10px;
  }
  .kingston-container {
    flex-wrap: wrap;
  }
  .kingston-call,
  .kingston-hamburger {
    display: flex;
    align-items: center;
  }
  .kingston-call span {
    display: inline;
    font-size: 14px;
  }
  .kingston-dropdown-menu li a {
    padding: 12px 15px;
  }
  .kingston-dropdown-menu li a:hover {
    padding-left: 20px;
  }
  .con-contact-content {
    flex-direction: column;
  }
  .con-contact-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .kingston-call span {
    display: none;
  }
  .kingston-logo img {
    height: 36px;
  }
  .kingston-dropdown-menu {
    padding: 0 15px 8px;
  }
  .kingston-drop-toggle,
  .kingston-nav ul li a {
    padding: 14px 15px;
  }
  .kingston-call a {
    padding: 8px 12px;
  }
  .kingston-hamburger {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .con-info-box {
    padding: 18px;
  }
  .con-info-box a {
    font-size: 16px;
  }
}
.kt-about-section {
  background-color: #f6f6f6;
  padding: 60px 20px;
}
.kt-about-header p {
  font:
    300 22px "Titillium Web",
    sans-serif;
  color: #333;
  margin-bottom: 5px;
}
.kt-about-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #000;
}
.kt-about-line {
  width: 80px;
  height: 4px;
  background-color: #955997;
  margin: 15px auto 0;
  border-radius: 5px;
}
.kt-about-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.kt-about-text {
  flex: 1;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}
.kt-about-text p {
  margin-bottom: 15px;
}
.kt-about-boxes {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.kt-about-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.kt-about-box h3 {
  color: #955997;
  font-size: 18px;
  margin-bottom: 8px;
}
.kt-about-box p {
  font-size: 14px;
  color: #555;
}
.kt-about-box:hover {
  transform: translateY(-5px);
}
.custom-link-grid a:hover,
.error-btn:hover {
  background-color: #e6a728;
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .kt-about-content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .kt-about-header h2 {
    font-size: 26px;
  }
  .kt-about-boxes {
    grid-template-columns: 1fr;
    margin: auto;
  }
  .kt-about-text {
    text-align: center;
  }
  .kt-about-section {
    background-color: #f6f6f6;
    padding: 20px;
  }
}
.error-section-main {
  background-color: #955997;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.error-container {
  background: #fff;
  padding: 40px 30px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.error-small {
  font: 300 22px "Titillium Web";
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #555;
}
.error-code {
  font-size: 100px;
  font-weight: 700;
  color: #955997;
  margin: 0;
}
.error-title {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
.error-text {
  font: 300 18px "Titillium Web";
  color: #666;
  margin-bottom: 30px;
}
.error-btn {
  display: inline-block;
  padding: 14px 35px;
  background-color: #955997;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}
.error-btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.hero-main-about-contact {
  position: relative;
  background-image: url("../../images/bg-about-contact.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero-main-about-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #9559978c;
  z-index: 1;
}
.hero-div-about-contact {
  position: relative;
  z-index: 2;
}
.hero-div-about-contact h1 {
  color: #fff;
  font-weight: 800;
  font-size: 60px;
  text-align: start;
  letter-spacing: 10px;
}
.custom-link-section {
  background-color: #955997;
  padding: 50px 20px;
}
.custom-link-wrapper {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.custom-link-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.custom-link-header h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-link-header input {
  padding: 12px 18px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 16px;
  min-width: 250px;
}
.custom-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.custom-link-grid a {
  text-decoration: none;
  background-color: #955997;
  color: #000;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .hero-main {
    flex-direction: column;
    padding: 10px !important;
    height: auto !important;
  }
  .hero-div-01 h1 {
    text-align: center;
    font-size: 25px;
    color: #000 !important;
    font-weight: 900 !important;
  }
  .para-main-div {
    width: 95%;
    margin: auto;
    padding: 7px;
  }
  .para-main-div h2 {
    font-size: 23px;
  }
  .para-main-div p {
    font-size: 15px;
  }
  .apx-header h2 {
    font-size: 26px;
  }
  .apx-content {
    grid-template-columns: 1fr;
  }
  .apx-center-line,
  .apx-item h3 span {
    display: none;
  }
  .apx-left,
  .apx-right {
    text-align: center;
    padding: 0;
  }
  .station-top-sec h2 {
    font-size: 25px;
  }
  .error-code {
    font-size: 70px;
  }
  .error-title {
    font-size: 24px;
  }
  .error-text {
    font-size: 16px;
  }
  .hero-main-about-contact {
    padding: 40px 15px !important;
    height: 30vh;
  }
  .hero-div-about-contact h1 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 4px;
  }
  .custom-link-header {
    flex-direction: column;
    align-items: stretch;
  }
  .custom-link-header h2 {
    text-align: center;
    font-size: 24px;
  }
  .custom-link-header input {
    width: 100%;
  }
}
