@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    font-size: 15px;
}

:root {
    --primary: #0A66C2;
    --primary-dark: #004182;
    --secondary: #00B4D8;
    --accent: #FFD60A;
    --bg: #F8FAFC;
    --text: #1E293B;
}



.logabordia img {
    width: 200px;
    object-fit: contain;
}

#abordiaheader {
    background-color: var(--primary-dark);
    padding: 20px 0px;
}

.ab-currency-select {
    position: relative;
    width: max-content;
}

.ab-currency-btn {
    min-width: 190px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: #073272;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700
}

.ab-selected-flag img,
.ab-flag img {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, .08)
}

.ab-arrow {
    margin-left: auto;
    opacity: .8
}

.ab-currency-panel {
    position: absolute;
    top: 52px;
    right: 0;
    width: 410px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .24);
    overflow: hidden;
    display: none;
    z-index: 9999
}

.ab-currency-select.active .ab-currency-panel {
    display: block
}

.ab-currency-search {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border-bottom: 1px solid #e8eef7;
    background: #fbfdff
}

.ab-currency-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: #0f172a
}

.ab-currency-list {
    max-height: 390px;
    overflow-y: auto;
    padding: 8px
}

.ab-currency-list::-webkit-scrollbar {
    width: 6px
}

.ab-currency-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 30px
}

.ab-currency-title {
    padding: 10px 10px 6px;
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .7px
}

.ab-currency-item {
    display: grid;
    grid-template-columns: 30px 52px 1fr 48px 20px;
    align-items: center;
    gap: 8px;
    padding: 11px 10px;
    border-radius: 12px;
    cursor: pointer;
    transition: .18s
}

.ab-currency-item:hover {
    background: #f1f7ff
}

.ab-currency-item.active {
    background: #eaf3ff
}

.ab-code {
    font-size: 13px;
    font-weight: 800;
    color: #64748b
}

.ab-name {
    min-width: 0
}

.ab-country {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #172554;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ab-currency-name {
    display: block;
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ab-symbol {
    font-size: 13px;
    color: #94a3b8;
    text-align: right
}

.ab-check {
    color: #f97316;
    font-weight: 900
}

.ab-empty {
    padding: 18px;
    text-align: center;
    color: #64748b
}

@media(max-width:575px) {
    .ab-currency-select {
        width: 100%
    }

    .ab-currency-btn {
        width: 100%
    }

    .ab-currency-panel {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 70px;
        width: auto
    }

    .ab-currency-item {
        grid-template-columns: 30px 46px 1fr 36px 18px
    }
}



.rowflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainbrw-section {
    background-color: #004182;
    padding: 40px 0px;
}

.mainsection h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
}

@media(max-width:575px) {
    .ab-currency-btn {
        width: 100%;
        min-width: auto;
    }

    .mainsection h4 {
        color: #fff;
        font-size: 28px;
    }

    span.ab-selected-text {
        display: none;
    }
}

.ab-arrow {
    width: 20px;
}

.titlesec h5 {
    font-size: 14px;
    color: #e26612;
}


.titlesec h3 {
    font-size: 30px;
    font-weight: 700;
}


.topflightssection {
    padding: 50px 0px;
}

.locationimagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locationimagebox {
    width: 100%;
    height: 100%;
}

.destination-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 19, 37, 0.05), rgba(15, 19, 37, 0.72));
}

.mainlocationbox {
    position: relative;
    position: relative;
    min-height: 240px;
    border-radius: 1.15rem;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.mainlocationbox h4 {
    position: absolute;
    bottom: 7px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


/* --faq */


.fare-faq-section {
    background: #ffffff;
}

.fare-faq-title {
    font-size: 32px;
    font-weight: 800;
    color: #071640;
    letter-spacing: -0.7px;
}

.fare-faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e8ecf4;
    border-radius: 0;
    background: transparent;
}

.fare-faq-accordion .accordion-button {
    padding: 18px 36px 18px 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: #071640;
    line-height: 1.45;
    position: relative;
}

.fare-faq-accordion .accordion-button:not(.collapsed) {
    color: #071640;
    background: transparent;
    box-shadow: none;
}

.fare-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.fare-faq-accordion .accordion-button::after {
    display: none;
}

.fare-faq-accordion .accordion-button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    width: 9px;
    height: 9px;
    border-right: 1.8px solid #ff6b2c;
    border-bottom: 1.8px solid #ff6b2c;
    transform: rotate(225deg);
    transition: all 0.25s ease;
}

.fare-faq-accordion .accordion-button.collapsed::before {
    border-color: #7d8aaa;
    transform: rotate(45deg);
    top: 20px;
}

.fare-faq-accordion .accordion-body {
    padding: 0 20px 20px 0;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.65;
    color: #6f789b;
}

@media (max-width: 991px) {
    .fare-faq-title {
        font-size: 26px;
    }

    .fare-faq-accordion .accordion-button {
        font-size: 15px;
        padding-right: 30px;
    }

    .fare-faq-accordion .accordion-body {
        font-size: 14.5px;
    }
}

@media (max-width: 575px) {
    .fare-faq-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .fare-faq-title {
        font-size: 23px;
        line-height: 1.3;
    }

    .mainlocationbox {
        min-height: 300px;
    }
}

@media(max-width:991px) {
    .maxmt0-ssssl {
        margin-top: 0px;
    }
}


.explore-flights-pro {
    background: #f8fbff;
    margin-top: 50px;
}

.explore-header .tag {
    display: inline-block;
    color: #ff6b2c;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.explore-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #071640;
    margin-bottom: 8px;
}

.explore-header p {
    color: #6b7280;
    font-size: 15px;
}

/* Card */
.flight-route-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e5eaf2;
    text-decoration: none;
    transition: all 0.25s ease;
    height: 100%;
}

.route-name {
    font-size: 15px;
    font-weight: 600;
    color: #071640;
    line-height: 1.4;
}

.route-icon {
    width: 34px;
    height: 34px;
    background: #eef4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b4e8f;
    font-size: 16px;
    transition: 0.3s;
    padding-bottom: 5px;
}

/* Hover Effect */
.flight-route-card:hover {
    transform: translateY(-4px);
    border-color: #0b4e8f;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.flight-route-card:hover .route-icon {
    background: #0b4e8f;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .explore-header h2 {
        font-size: 26px;
    }

    .route-name {
        font-size: 14px;
    }
}


/* --footer  */


.fa-footer {
    position: relative;
    overflow: hidden;
    padding: 58px 0 26px;
    background:
        radial-gradient(circle at 15% 10%, rgba(61, 151, 255, 0.20), transparent 28%),
        linear-gradient(135deg, #062b66 0%, #082f70 45%, #041f4f 100%);
    color: #ffffff;
}

.fa-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.35;
    pointer-events: none;
}

.fa-footer::after {
    content: "";
    position: absolute;
    top: 38px;
    left: -160px;
    width: 320px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
    animation: footerTrail 7s linear infinite;
    opacity: 0.7;
}

.fa-footer .container {
    position: relative;
    z-index: 2;
}

.fa-footer-col h4 {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: rgba(255, 255, 255, 0.58);
}

.fa-footer-col h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    border-radius: 20px;
    background: #ff6b2c;
    box-shadow: 0 0 14px rgba(255, 107, 44, 0.65);
}

.fa-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fa-footer-col ul li {
    margin-bottom: 12px;
}

.fa-footer-col ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #eef6ff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.fa-footer-col ul li a::before {
    content: "✈";
    font-size: 11px;
    color: #ff8a4c;
    opacity: 0;
    transform: translateX(-8px) rotate(-20deg);
    transition: all 0.25s ease;
}

.fa-footer-col ul li a::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #ff8a4c;
    transition: width 0.25s ease;
}

.fa-footer-col ul li a:hover {
    color: #ffffff;
    transform: translateX(6px);
}

.fa-footer-col ul li a:hover::before {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
}

.fa-footer-col ul li a:hover::after {
    width: calc(100% - 22px);
}

.fa-footer-bottom {
    margin-top: 38px;
    padding-top: 22px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fa-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
}

.fa-footer-sky {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.fa-plane {
    position: absolute;
    top: 30px;
    left: -40px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.85);
    animation: footerPlane 7s linear infinite;
    z-index: 1;
}

.fa-cloud {
    position: absolute;
    width: 74px;
    height: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(1px);
}

.fa-cloud::before,
.fa-cloud::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.fa-cloud::before {
    width: 34px;
    height: 34px;
    left: 12px;
    top: -15px;
}

.fa-cloud::after {
    width: 42px;
    height: 42px;
    right: 10px;
    top: -21px;
}

.fa-cloud-1 {
    top: 58px;
    right: 12%;
    animation: cloudMove 12s ease-in-out infinite alternate;
}

.fa-cloud-2 {
    bottom: 42px;
    left: 8%;
    transform: scale(0.75);
    animation: cloudMove 10s ease-in-out infinite alternate-reverse;
}

@keyframes footerPlane {
    0% {
        left: -50px;
        transform: translateY(0) rotate(12deg);
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    100% {
        left: calc(100% + 60px);
        transform: translateY(42px) rotate(12deg);
        opacity: 0;
    }
}

@keyframes footerTrail {
    0% {
        left: -220px;
    }

    100% {
        left: calc(100% + 220px);
    }
}

@keyframes cloudMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(26px);
    }
}

@media (max-width: 991px) {
    .fa-footer {
        padding: 48px 0 24px;
    }
}

@media (max-width: 575px) {
    .fa-footer {
        padding: 42px 0 22px;
    }

    .fa-footer-col h4 {
        margin-bottom: 14px;
    }

    .fa-footer-col ul li {
        margin-bottom: 10px;
    }

    .fa-footer-col ul li a {
        font-size: 14px;
    }

    .fa-footer-bottom {
        margin-top: 26px;
    }

    .explore-flights-pro {
        margin-top: 0px;
    }

}