.main-header5 {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 20px 0;
}


a {
    text-decoration: none;
}

.navbar {
    width: 100%;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left,
.nav-right {
    display: flex;
    gap: 75px;
    align-items: center;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link {
    position: relative;
    text-decoration: none;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.nav-link.active::after {
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    height: 40px;
    max-width: 100%;
}

/*Sidebar*/

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 2000;
    position: relative;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
}

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1500;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.active {
    display: block;
    opacity: 1;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: #1a1a1a;
    z-index: 2000;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
}

.sidebar.active {
    left: 0;
}

.sidebar-header {
    padding: 25px 20px;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-logo img {
    height: 30px;
    max-width: 180px;
}

.sidebar-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.sidebar-close:hover {
    transform: rotate(90deg);
}

.sidebar-nav {
    padding: 20px 0;
}

.sidebar-nav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.sidebar-nav a:hover {
    background: rgba(201, 168, 106, 0.1);
    border-left-color: #C9A86A;
    color: #C9A86A;
}

/*Hero Section*/

.hero5 {
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../Images/request_quote.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    margin-top: 80px;
    padding: 0 20px;
}

.hero-content h1 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: #ffffff;
}

.hero-content p {
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
}

/*Left Section*/

.custom_quote {
    background: #181818;
    padding: 60px 0;
}

.container_quote {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: start;
}

.quote-section {
    background-color: #181818;
    padding: 30px;
    border: #333 1px solid;
    height: 100%;
    box-sizing: border-box;
}

.quote-section h1 {
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 3px;
    font-family: 'Tenor Sans', sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
}

.subtitle {
    color: #a0a0a0;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.quote-form {
    font-family: 'Urbanist', sans-serif;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / 2;
}

.form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Urbanist', sans-serif;
    color: #ffffff;
}


/*Calender*/
.input-wrapper {
    position: relative;
}

.input-wrapper input {
    width: 100%;
    padding-left: 42px;
    cursor: pointer;
}

.input-wrapper .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[type="date"] {
    caret-color: transparent;
}

input[type="date"]:focus {
    outline: none;
    box-shadow: none;
}


.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper .icon {
    position: absolute;
    left: 15px;
    font-size: 16px;
    opacity: 0.6;
    display: flex;
    align-items: center;
}

.form_icon {
    width: 18px !important;
    height: 18px !important;

}

.add_icon {
    width: 18px !important;
    height: 18px !important;
    background-color: rgba(201, 168, 106, 0.2);
    padding: 1px;
    border-radius: 30px;
}

.form_icon2 {
    width: 20px !important;
    height: 10px !important;
    margin-left: 3px;

}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px 15px;
    background-color: #181818;
    border: 1px solid #333;
    color: #999;
    font-size: 14px;
    outline: none;
    font-family: 'Urbanist', sans-serif;
    transition: border-color 0.3s;
}

.input-wrapper input {
    padding-left: 45px;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #C9A86A;
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}

.form-actions {
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
    align-items: center;
}

.btn-text {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Urbanist', sans-serif;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-text:hover {
    color: #C9A86A;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background-color: #C9A86A;
    color: #000000;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Urbanist', sans-serif;
    transition: all 0.3s;
    margin-top: 15px;
}

.submit-btn:hover {
    background-color: #b8975a;
}

/*Right Section*/

.info-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.why-choose {
    background: #262626 !important;
    padding: 40px 30px 40px 30px;
    border-radius: 4px;
}

.contact-section {
    background: #262626;
    padding: 40px 30px 40px 30px;
    border-radius: 4px;
    margin-top: 10px;
}


.info-section h2 {
    font-size: 23px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 22px;
    font-family: 'Tenor Sans', sans-serif;
    color: #ffffff;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #d0d0d0;
    font-family: 'Urbanist', sans-serif;
}

.benefits-list li:last-child {
    margin-bottom: 0;
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #C9A86A;
    color: #000000;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-section p {
    color: #a0a0a0;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: 'Urbanist', sans-serif;
}

.contact-info {
    margin: 0;
    padding: 0;
}

.contact-info p {
    color: #d0d0d0;
    font-size: 15px;
    margin: 0 0 2px 0;
    padding: 0;
    font-family: 'Urbanist', sans-serif;
    line-height: 1.4;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info a {
    text-decoration: none;
    color: inherit;
}

.contact-info a:hover {
    text-decoration: underline;
}


.aircraft-images {
    margin-top: 0;
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.image-placeholder {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.image-placeholder img {
    width: 100% !important;
    height: auto;
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.thank-you-message {
    margin-top: 12px;
    color: #7cb342 !important;
    font-weight: 500;
    display: none;
}




.form-actions {
    display: flex;
    gap: 24px;
    align-items: center;
}

.passenger-control {
    display: flex;
    align-items: center;
    gap: 12px;
}

.counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 30px;
    background: rgba(201, 168, 106, 0.2);
    color: #c9a86a;
    font-size: 25px;
    cursor: pointer;
}

.count {
    min-width: 20px;
    text-align: center;
    font-weight: 600;
}

.existing-passenger {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    background: #111;
    border: 1px solid #c9a86a;
    padding: 8px 0;
    min-width: 200px;
    display: none;
    z-index: 10;
}

.dropdown-item {
    padding: 8px 14px;
    cursor: pointer;
}

.dropdown-item:hover {
    background: rgba(201, 168, 106, 0.15);
}


/*Footer*/

.footer {
    background: #161616;
    padding: 80px 40px 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.footer-brand img {
    height: 40px;
    max-width: 100%;
    object-fit: contain;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'Tenor Sans', sans-serif;
}

.footer-column a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #C9A86A;
}

.subscribe-field {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.subscribe-field input {
    flex: 1;
    padding: 12px;
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    font-size: 14px;
    font-family: 'Urbanist', sans-serif;
}

.subscribe-button {
    padding: 12px 30px;
    background: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Urbanist', sans-serif;
    transition: background 0.3s;
    white-space: nowrap;
}

.subscribe-button:hover {
    background: #C4A962;
}

.social-icons {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.social-icons a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: white;
    font-size: 14px;
    max-width: 1400px;
    margin: 0 auto;
}

section {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.form-group input::placeholder,
.form-group select {
    color: #777;
}

.form-row:last-of-type {
    margin-bottom: 0;
}

/* Responsiveness*/

/* Desktop Large (1400px and below) */
@media (max-width: 1400px) {

    .nav-left,
    .nav-right {
        gap: 50px;
    }
}

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
    .container_quote {
        gap: 40px;
    }

    .nav-left,
    .nav-right {
        gap: 35px;
    }

    .nav-link {
        font-size: 15px;
    }
}

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
    .container_quote {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 30px;
    }

    .quote-section {
        order: 1;
        height: auto;
    }

    .info-section {
        order: 2;
        height: auto;
    }

    .nav-left,
    .nav-right {
        gap: 25px;
    }

    .hero5 {
        height: 350px;
    }

    .hero-content h1 {
        font-size: 40px;
    }
}

/* Tablet Medium (900px and below) */
@media (max-width: 900px) {

    .nav-left,
    .nav-right {
        display: none;
    }

    .nav-container {
        justify-content: center;
    }

    .logo {
        margin: 0 auto;
    }

    .menu-toggle {
        display: flex;
        position: absolute;
        left: 15px;
    }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .custom_quote {
        padding: 40px 0;
    }

    .container_quote {
        padding: 0 20px;
        gap: 40px;
    }

    .hero5 {
        height: 300px;
    }

    .hero-content h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .quote-section {
        padding: 25px !important;
    }

    .quote-section h1 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .subtitle {
        font-size: 15px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .form-group.full-width {
        grid-column: 1;
    }

    .form-group input,
    .form-group select {
        padding: 13px 15px;
        font-size: 14px;
    }

    .input-wrapper input {
        padding-left: 45px;
    }

    .input-wrapper .icon {
        left: 13px;
    }

    .form_icon {
        width: 17px !important;
        height: 17px !important;
    }

    .form-actions {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .why-choose,
    .contact-section {
        padding: 30px 25px;
    }

    .info-section h2 {
        font-size: 18px;
    }

    .benefits-list li {
        font-size: 14px;
    }

    .contact-section p {
        font-size: 14px;
    }

    .contact-info p {
        font-size: 14px;
    }
}

/* Mobile (576px and below) */
@media (max-width: 576px) {
    .nav-container {
        padding: 0 15px;
    }

    .logo img {
        height: 35px;
    }

    .hero5 {
        height: 250px;
    }

    .hero-content {
        margin-top: 60px;
    }

    .hero-content h1 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .custom_quote {
        padding: 30px 0;
    }

    .container_quote {
        padding: 0 15px;
    }

    .quote-section {
        padding: 20px !important;
    }

    .quote-section h1 {
        font-size: 22px;
        letter-spacing: 1.5px;
    }

    .subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .form-group label {
        font-size: 15px;
    }

    .form-group input,
    .form-group select {
        padding: 12px 15px;
        font-size: 13px;
    }

    .input-wrapper input {
        padding-left: 45px;
    }

    .input-wrapper .icon {
        left: 12px;
    }

    .form_icon {
        width: 16px !important;
        height: 16px !important;
    }

    .btn-text {
        font-size: 14px;
    }

    .submit-btn {
        padding: 14px;
        font-size: 14px;
    }

    .why-choose,
    .contact-section {
        padding: 25px 20px;
    }

    .info-section h2 {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .benefits-list li {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .check-icon {
        width: 22px;
        height: 22px;
        font-size: 12px;
        margin-right: 12px;
    }

    .contact-section p {
        font-size: 13px;
    }

    .contact-info p {
        font-size: 13px;
    }

    .image-placeholder img {
        width: 100%;
    }
}

/* Extra Small Mobile (400px and below) */
@media (max-width: 400px) {
    .hero-content h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .quote-section h1 {
        font-size: 20px;
    }

    .subtitle {
        font-size: 13px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input,
    .form-group select {
        padding: 10px 12px;
        font-size: 12px;
    }

    .input-wrapper input {
        padding-left: 38px;
    }

    .input-wrapper .icon {
        left: 10px;
    }

    .form_icon {
        width: 14px !important;
        height: 14px !important;
    }

    .btn-text {
        font-size: 13px;
    }

    .info-section h2 {
        font-size: 16px;
    }

    .benefits-list li {
        font-size: 12px;
    }


    .footer-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 10px;
    }

    .footer-column h4 {
        grid-column: span 2;
        text-align: left;
        margin-bottom: 15px;
    }

    .footer-column a {
        margin-bottom: 0;
        font-size: 13px;
    }


    .footer-column:nth-child(3) {
        display: block;
    }

    .footer-column:nth-child(3) .subscribe-field {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .footer-column:nth-child(3) .subscribe-field input {
        flex: 1;
    }

    .footer-column:nth-child(3) .subscribe-button {
        white-space: nowrap;
        width: auto;
    }

    .footer-column:nth-child(3) .social-icons {
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
    }
}










@media (max-width: 576px) {

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .footer-column h4 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .footer-column a {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {


    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .footer-column h4 {
        font-size: 14px;
    }

    .footer-column a {
        font-size: 12px;
    }
}