*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
  background-color: var(--section-color);
}

:root{
    --theme-color:#f06b06;
    --black-color:#000000;
    --white-color:#ffffff;
    --heading:18px;
    --sub-heading:16px;
    --para-size:14px;
    --font-weight-900:900;
    --font-weight-700:700;
    --font-weight-600:600;
    --font-weight-500:500;
    --font-weight-400:400;
    --icon-size:28px;
    --icon-size2:20px;
    --border-radius-100:100px;
    --border-radius-20:20px;
    --border-radius-10:10px;
    --border-radius-5:5px;
    --border-radius-3:3px;
    --border-1:1px solid var(--theme-color);
    --border-2:2px solid var(--black-color);
    --input-width-100:100%;
    --input-width-max:max-content;
    --input-width-min:min-content;
    --input-width-auto:auto;
    --form-width-max:max-content;
    --form-width-500:500px;
    --text-decoration-none:none;
    --text-decoration-underline:underline;
    --section-color:#f8f8ff;
    --gray-color:#777;
}

.theme-border:focus{
    border: var(--border-1);
}

.page{
    margin-top:77px;
}

.section-color{
    background-color: var(--section-color);
}

.heading{
    font-size: var(--heading);
    font-weight: var(--font-weight-700);
}

.sub-heading{
    font-size: var(--sub-heading);
    font-weight: var(--font-weight-600);
}

.para-size{
    font-size: var(--para-size);
    font-weight: var(--font-weight-400);
}

.icon-size{
    font-size: var(--icon-size);
}
.icon-size2{
    font-size: var(--icon-size2);
}

.bg-color{
    background-color: var(--theme-color);
}

.color{
    color: var(--theme-color);
}

.bg-black-color{
    background-color: var(--black-color);
}

.black-color{
    color: var(--black-color);
}

.bg-white-color{
    background-color: var(--white-color);
}

.white-color{
    color: var(--white-color);
}


.form-control, .form-select{
    height: auto !important;
}
.form-control:focus, .form-select:focus{
    outline: none !important;
    border: var(--border-1) !important;
    border-color: var(--theme-color);
    box-shadow: none !important;
}
.navbar-toggler:focus{
    box-shadow: none !important;
    border: var(--border-1);
}

.navbar {
  background-color: var(--theme-color);
}

.nav-link {
  color: var(--black-color);
}

.nav-link:hover {
  color: var(--theme-color);
}

#backToTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
  cursor: pointer;
  display: none;
  z-index: 1100;
  box-shadow: 0 6px 15px rgba(255, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}

#backToTop:hover {
  transform: translateY(-3px);
}

.flight-hero {
  background: var(--section-color);
  position: relative;
    background-image: url('../images/airplane.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.form-control, .form-select {
  height: 52px;
}
.cursor-pointer {
  cursor: pointer;
}
.trip-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
  color: #000;
}

/* Hide default radio */
.trip-option input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
}

/* Inner dot */
.trip-option input::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s ease;
}

/* Checked state */
.trip-option input:checked::before {
  transform: scale(1);
}

/* Background & text change when selected */
.trip-option:has(input:checked) {
  background: #000;
  color: #fff;
}
.six-card-img {
  width: 45px;
  height: 45px;
}

.six-card-img  {
    border-radius: 6px;
}
.badge-top {
    background: var(--theme-color);
    color: var(--white-color);
    font-size: var(--para-size);
    border-radius: var(--border-radius-100);
}
.accordion-item {
  border:none;
}

.accordion-button,
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: var(--section-color);
  color: inherit;
  box-shadow: none;
}
.accordion-button:not(.collapsed){
    font-weight: var(--font-weight-700);
}

.process-section {
    background: #0a8f6a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.15) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity: .5;
}

.process-content {
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    color: #0a8f6a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.phone-mockup {
    max-width: 330px;
}

.cta-btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    transition: .3s;
}

.cta-btn:hover {
    background: #fff;
    color: #0a8f6a;
}


.deal-card {
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.route-line {
    color: var(--theme-color);
    font-size: var(--heading);
}

.price-box {
    background: var(--section-color);
    border-radius: var(--border-radius-5);
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.airport-code {
    font-weight: 700;
    font-size: var(--heading);
}

.city-text {
    font-size: var(--para-size);
    color: var(--gray-color);
}
/* Custom CSS for the section */
.travel-content-section {
    background: var(--section-color);
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h1 {
    font-size: var(--heading);
    margin-bottom: 15px;
}

.section-title p {
    font-size: var(--para-size);
    color: var(--gray-color);
    max-width: 700px;
    margin: 0 auto;
}

.content-container {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.two-column-content {
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #e9ecef;
}
.two-column-content p{
    font-size: var(--para-size);
}

@media (max-width: 768px) {
    .two-column-content {
        column-count: 1;
        column-gap: 0;
        column-rule: none;
    }
}

.content-title {
    font-size: var(--heading);
    font-weight: var(--font-weight-600);
    margin: 25px 0 15px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.content-subtitle {
    font-size: var(--sub-heading);
    font-weight: var(--font-weight-600);
    margin: 20px 0 10px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.content-list {
    padding-left: 20px;
    margin: 15px 0;
     font-size: var(--para-size);
}

.content-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.content-list li:before {
    content: "•";
    color: var(--black-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.numbered-list {
    counter-reset: item;
    padding-left: 20px;
    margin: 15px 0;
    font-size: var(--para-size);
}

.numbered-list li {
    counter-increment: item;
    margin-bottom: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 2.5em;
}

.numbered-list li:before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: var(--black-color);
    font-weight: bold;
}

.highlight {
    background: var(--section-color);
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: var(--black-color);
}


.footer {
    background: white;
    padding: 60px 0 0px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: var(--para-size);
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--gray-color);
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    font-size: var(--para-size);
}

.footer-links a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

.footer-links a i {
    margin-right: 10px;
    font-size: var(--icon-size2);
}

.footer-title {
    font-size: var(--sub-heading);
    font-weight:var(--font-weight-600);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
}

.contact-info {
    color: var(--gray-color);
    line-height: 1.7;
}

.contact-info strong {
    display: block;
    margin-bottom: 8px;
}

.payment-methods {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.payment-methods img {
    height: 30px;
    filter: grayscale(0.8);
    transition: all 0.3s;
}

.payment-methods img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.copyright {
    background: #f8f9fa;
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #e9ecef;
}

.copyright-text {
    color: var(--gray-color);
    font-size: var(--para-size);
    text-align: center;
}

@media (max-width: 768px) {
    .footer-links li {
        margin-bottom: 8px;
    }
    
    .footer-title {
        font-size: var(--para-size);
    }
    
    .contact-info {
        font-size: var(--para-size);
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-column {
        margin-bottom: 30px;
    }
    
    .footer-title {
        font-size: var(--para-size);
    }
}


#passengerDropdown{
    display: none;
    cursor: pointer;
}