body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
}

.navbar-custom {
  height: 80px;
  background: #1358d8;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.navbar-brand {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-left: 28px;
  position: relative;
  transition: 0.3s ease;
}

.nav-link:hover {
  color: #fff;
}

/* subtle underline hover like theme */
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background: #22c55e;
  transition: 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* Offcanvas */
.offcanvas {
  width: 300px;
  padding: 20px;
}

.offcanvas .nav-link {
  font-size: 18px;
  color: #000;
  margin: 12px 0;
}

/* Hamburger */
.navbar-toggler {
  border: none;
  font-size: 24px;
}

.navbar-toggler.active .navbar-toggler-icon {
  background-color: transparent;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  background: transparent;
  border: none;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.logo img {
    max-width: 200px;
    height: auto;
}

/*
---------------------------------------------
Track
---------------------------------------------
*/

#status {
  margin-top:80px;
  padding: 80px 0;
  background-color: #1358d8;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  text-align: center;
}

.status-content h1, .contact-content h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.status-content p, .contact-content p {
  color: #fff;
  margin: 15px 0px 25px 0px;
}


/* 
---------------------------------------------
pnr form
--------------------------------------------- 
*/

#form-main-div{
  margin-top: 0px;
}

#form-main-div .form-sub-div #form {
  padding: 0 40px 0 40px;
}

.form-sub-div input {
  color: #000;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}


.form-sub-div button {
  height: 50px;
  border-radius: 10px;
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #f9c78f;
  color: #000;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
  width: 100%
}

.form-sub-div button:hover {
  background-color: #000;
  color: #fff;
}

/* 
---------------------------------------------
pnr form
--------------------------------------------- 
*/

#tools {
    margin: 50px 10px;
    border-radius: 32px;
    padding: 30px 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);  
}

.tools-heading, .faq-heading, .testimonials-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.tools-icon {
   width: 64px;
   height: 64px;
   border-radius: 16px;
   font-size: 30px;
   background: linear-gradient(135deg, rgb(6, 182, 212) 0%, rgb(37, 99, 235) 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   color: #fff;
}

.tools-text h2, .tools-text p {
   margin: auto;
}

.tools-text p {
  margin-top: 5px;
}

.card {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s ease;
  width: 100%;
}

.card-hover:hover {
  transform: translateY(-5px);
}

.pnr-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: white;
  transition: all 0.3s ease;
  margin: auto;
}

.schedule-icon-style {
  background: linear-gradient(135deg, #c94a2f 0%, #d9824a 100%);
}

.running-icon-style {
  background: linear-gradient(135deg, #e6c97a 0%, #d19a00 100%);
}

.pnr-icon-style {
  background: linear-gradient(135deg, #0e7c73 0%, #2fc96a 100%);
}

.platform-icon-style {
  background: linear-gradient(135deg, #ff512f 0%, #dd2476 100%);
}

.seat-icon-style {
  background: linear-gradient(135deg, #2193b0 0%, #0f2027 100%);
}

.fare-icon-style {
  background: linear-gradient(135deg, #ff5f6d 0%, #2b0a0a 100%);
}

.flight-icon-style {
  background: linear-gradient(135deg, #1d4ed8 0%, #115e59 100%);
}

.card h3 {
  font-size: 1.5rem;
}

.card h3 a {
  color: #000;
  text-decoration:none;
  font-size: 1.4rem;
}

/*
--------------------------------------------
FAQ
--------------------------------------------
*/

#faq {
    margin: 50px 10px;
    border-radius: 32px;
    padding: 30px 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);
}

.accordion-item {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.accordion-button {
  background: #ffffff !important;
  color: #000000 !important; 
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.accordion-button,
.accordion-button:hover,
.accordion-button:focus,
.accordion-button:active {
  text-decoration: none !important;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button:not(.collapsed) {
  background: #ffffff !important;
}

.accordion-button.collapsed:hover {
  background: #f8f8f8;
  color: #1358d8 !important; 
}

.accordion-button:not(.collapsed):hover {
  background: #fff5f3;
  color: #1358d8 !important; 
}

.accordion-button::after {
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: grayscale(100%);
}

.accordion-body {
  background: #fafafa;
  color: #444;
  padding: 18px;
  border-top: 1px solid #eee;
  line-height: 1.6;
}

.accordion-collapse {
  transition: height 0.2s ease-in-out;
}


/*
--------------------------------------------
Footer
--------------------------------------------
*/
#disclaimer {
    margin: 50px 10px;
    border-radius: 32px;
    padding: 30px 20px;
	background-color: rgba(59, 130, 246, 0.05);
	border: 1px solid rgba(59, 130, 246, 0.2);
}


#footer-links .tm-text-link {
  color: var(--bs-body-color);;
  text-decoration: none; 
  margin: 0 15px;   
  position: relative;
  transition: color 0.3s ease;
}

/* underline effect using pseudo-element */
#footer-links .tm-text-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background: #22c55e;
  transition: 0.3s ease;
}


#footer-links .tm-text-link:hover::after {
  width: 100%;
}

/*
Contact
*/

#contact, #privacy {
  margin-top:20px;
  padding: 80px 0 40px 0;
  background-color: #1358d8;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  text-align: center;
}

.contact-form {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.contact-form input, .contact-form textarea {
  color: #000;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 50px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}


.contact-form textarea {
  height: 150px;
  resize: none;
}


.contact-form button {
  height: 50px;
  border-radius: 10px;
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #f9c78f;
  color: #000;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
  width: 100%
}

.contact-form button:hover {
  background-color: #000;
  color: #fff;
}


#privacy-document {
    margin: 50px 10px;
    border-radius: 32px;
    padding: 30px 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);
}

#privacy-document p {
  color: var(--bs-body-color);  
}


.stats-section {
  border-radius: 32px;
  padding: 30px 20px;
  margin: 50px 10px;
  box-shadow: 0 0 40px rgba(0,0,0,0.12);
}

.stat-box {
  text-align: center;
  padding: 20px;
}

.stat-box i {
  font-size: 2rem;
  margin-bottom: 10px;
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
}

#testimonials {
    margin: 50px 10px;
    border-radius: 32px;
    padding: 30px 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);
}

.testimonial-card {
  border-radius: 15px;
  padding: 25px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: #ffc107;
  font-size: 8px;
}

#pnr-codes {
    margin: 50px 10px;
    border-radius: 32px;
    padding: 30px 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.12);  
}

.table-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #c3d9f5;
  overflow: hidden;
  margin: 0 auto;
}

/* ── Table ── */
.table {
  margin-bottom: 0;
  font-size: .92rem;
}
.table thead th {
  background: #0d2044;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 1rem 1.2rem;
  border: none;
  white-space: nowrap;
}
.table thead th:first-child { border-radius: 0; }

.table tbody tr {
  transition: background .18s, box-shadow .18s;
  border-bottom: 1px solid #eff6ff;
}
.table tbody tr:last-child { border-bottom: none; }
.table tbody tr:hover {
  background: #eff6ff;
}
.table tbody td {
  padding: 1rem 1.2rem;
  vertical-align: middle;
  border: none;
}

/* ── Status code chip ── */
.status-code {
  font-size: .82rem;
  font-weight: 700;
  background: #dbeafe;
  color: #0f3060;
  padding: .28em .75em;
  border-radius: 6px;
  white-space: nowrap;
  display: inline-block;
}

/* ── Status label badges ── */
.badge-status {
  display: inline-flex;
  align-items: center;
  gap: .38em;
  font-size: .8rem;
  font-weight: 600;
  padding: .32em .8em;
  border-radius: 999px;
  white-space: nowrap;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.badge-confirmed  { background:#dcfce7; color:#166534; }
.badge-confirmed .dot  { background:#16a34a; }
.badge-waitlist   { background:#fef9c3; color:#854d0e; }
.badge-waitlist .dot   { background:#ca8a04; }
.badge-rac        { background:#dbeafe; color:#1e40af; }
.badge-rac .dot        { background:#2563eb; }
.badge-cancelled  { background:#fee2e2; color:#991b1b; }
.badge-cancelled .dot  { background:#dc2626; }
.badge-charting   { background:#ede9fe; color:#5b21b6; }
.badge-charting .dot   { background:#7c3aed; }
.badge-na         { background:#f1f5f9; color:#475569; }
.badge-na .dot         { background:#94a3b8; }

/* ── Description ── */
.desc-text {
  line-height: 1.55;
  font-size: .9rem;
}