@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 , .mainsection h1 {
  color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    max-width: 100%;
}

.mainsection h4 span , .mainsection h1 span {
    /*color: #3ea0f8;*/
}

.mainsection p {
    color: #ffffff;
    font-size: 13px;
}



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

    .mainsection h4 , .mainsection h1{
               color: #fff;
        font-size: 28px;
        line-height: normal;
        margin-bottom: 10px;
    }

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

.ab-arrow {
    width: 20px;
}

.titlesec h2 {
    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: 25px;
    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: 6px 10px;
    background: #fff;
    border-radius: 14px;
    border: 0px;
    text-decoration: none;
    transition: all 0.25s ease;
    height: 100%;
}

.route-name {
      font-size: 13px;
    font-weight: 500;
    color: #000;
    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: 20px;
    }

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


/* --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;
    }

}


#bookingflights{
       background-color: #f0f2f8;
    padding-top: 45px;
    padding-bottom: 45px;
}

.bookflightlist h2 {
    font-size: 25px;
    font-weight: 600;
}

    .searchresultshere{
        min-height: 300px;
    background-color: #e9e9e9;
    padding-top: 20px;
    padding-bottom: 20px;
        
    }
    #primarysearch{
            background-color: #004182;
    padding: 50px 0px;
    padding-top: 30px;
    }
    
    
    .pagesbreadcump h1 {
    color: #fff;
    font-size: 25px;
}

.pagesbreadcump p.ab-route-desc {
    max-width: 850px;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 400;
}
 

.ab-breadcrumb-section{
    background: #ffffff;
    padding: 14px 0;
    border-bottom: 1px solid #edf1f7;
}

.ab-breadcrumb-list{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.ab-breadcrumb-list li{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
}

.ab-breadcrumb-list li:not(:last-child)::after{
    content: "/";
    margin-left: 10px;
    color: #cbd5e1;
}

.ab-breadcrumb-list li a{
    color: #0f172a;
    text-decoration: none;
    transition: 0.3s ease;
}

.ab-breadcrumb-list li a:hover{
    color: #f97316;
}

.ab-breadcrumb-list li.active{
    color: #f97316;
    font-weight: 600;
}

@media(max-width:767px){

    .ab-breadcrumb-section{
        padding: 12px 0;
    }

    .ab-breadcrumb-list li{
        font-size: 13px;
    }

}


div#rflightsAbordia {
    background-color: #fff;
    padding: 0px;
    margin-top: 20px;
    border-radius: 0px;
}

#faqaborida h2 {
    font-size: 25px;
    margin-top: 30px;
    font-weight: 600;
}


.ab-faq-section{
    padding: 35px 0;
    padding-top:0px;
}

.ab-faq-section h2{
    font-size: 26px;
    font-weight: 800;
    color: #071b3a;
    margin-bottom: 18px;
}

.ab-faq-accordion{
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.ab-faq-accordion .accordion-item{
    border: 0;
    border-bottom: 1px solid #edf1f7;
}

.ab-faq-accordion .accordion-button{
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #071b3a;
    box-shadow: none;
    background: #fff;
}

.ab-faq-accordion .accordion-button:not(.collapsed){
    color: #f97316;
    background: #fff;
}

.ab-faq-accordion .accordion-body{
    padding: 0 22px 20px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.ab-faq-accordion .accordion-button::after{
    width: 14px;
    height: 14px;
    background-size: 14px;
}

@media(max-width:767px){
    .ab-faq-section h2{
        font-size: 22px;
    }

    .ab-faq-accordion .accordion-button{
        padding: 16px;
        font-size: 14px;
    }

    .ab-faq-accordion .accordion-body{
        padding: 0 16px 16px;
    }
}


.contentabordia{
    padding:20px;
        background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
}

.contentlist h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
}


.contentlist p{
        font-size: 14px;
    line-height: 25px;
    margin-bottom: 9px;
}


.ab-route-flight-card{
    background:#fff;
    border-radius:0px;
    overflow:hidden;
    border:0px solid #e8edf5;
}

.ab-route-flight-head,
.ab-route-flight-row{
    display:grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr .8fr 1fr .9fr;
    align-items:center;
    gap:14px;
}

.ab-route-flight-head{
    padding:15px 18px;
    background:#f6f8fc;
    color:#64748b;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}

.ab-route-flight-row{
    padding:16px 18px;
    border-top:1px solid #edf1f7;
}

.ab-airline-name{
    font-size:14px;
    font-weight:700;
    color:#061b3a;
}

.ab-airline-code,
.ab-flight-small{
    font-size:12px;
    color:#64748b;
}

.ab-flight-time{
    font-size:15px;
    font-weight:800;
    color:#071b3a;
}

.ab-stop-badge{
    display:inline-flex;
    padding:6px 12px;
    border-radius:30px;
    background:#dff8ee;
    color:#008060;
    font-size:12px;
    font-weight:700;
}

.ab-price{
    font-size:15px;
    font-weight:900;
    color:#0053a6;
}

.ab-book-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#f26a05;
    color:#fff;
    border-radius:10px;
    padding:10px 16px;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}

.ab-book-btn:hover{
    color:#fff;
    background:#d95700;
}

.ab-flight-loader{
    padding:25px;
}

.ab-skeleton-line{
    height:16px;
    border-radius:30px;
    margin-bottom:12px;
    background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);
    animation:abSkeleton 1.2s infinite linear;
}

@keyframes abSkeleton{
    0%{opacity:.45}
    100%{opacity:1}
}

@media(max-width:991px){
    .ab-route-flight-head{
        display:none;
    }

    .ab-route-flight-row{
        grid-template-columns:1fr;
        gap:10px;
        padding:18px;
    }

    .ab-route-flight-row > div{
        display:flex;
        justify-content:space-between;
        gap:15px;
    }

    .ab-route-flight-row > div::before{
        content:attr(data-label);
        font-size:12px;
        font-weight:800;
        color:#64748b;
        text-transform:uppercase;
    }

    .ab-book-btn{
        width:100%;
    }
}

.ab-flight-loader{
    position:relative;
    overflow:hidden;
    padding:24px;
    border-radius:18px;
    background:
        radial-gradient(circle at top left, rgba(242,106,5,.13), transparent 35%),
        linear-gradient(135deg,#ffffff,#f8fbff);
    border:1px solid #e7edf6;
}

.ab-flight-loader::before{
    content:"";
    position:absolute;
    inset:0;
    transform:translateX(-100%);
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);
    animation:abLoaderShine 1.7s infinite;
}

.ab-loader-top{
    position:relative;
    z-index:1;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:22px;
}

.ab-loader-pill{
    display:inline-flex;
    width:110px;
    height:10px;
    border-radius:50px;
    background:#eaf0f8;
    margin-bottom:12px;
}

.ab-loader-top h4{
    margin:0 0 6px;
    font-size:20px;
    font-weight:800;
    color:#071b3a;
}

.ab-loader-top p{
    margin:0;
    font-size:14px;
    color:#64748b;
}

.ab-loader-plane{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:#004182;
    color:#fff;
    font-size:25px;
    box-shadow:0 14px 30px rgba(0,65,130,.22);
    animation:abPlaneFly 1.4s ease-in-out infinite alternate;
}

.ab-loader-route{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.ab-loader-route span{
    width:80px;
    height:14px;
    border-radius:40px;
    background:#e8eef7;
}

.ab-loader-route i{
    flex:1;
    height:2px;
    position:relative;
    background:linear-gradient(90deg,#dce6f3,#f26a05,#dce6f3);
}

.ab-loader-route i::after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#f26a05;
    transform:translateY(-50%);
    animation:abRouteDot 1.6s linear infinite;
}

.ab-loader-card{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1.2fr 2fr .8fr;
    gap:18px;
    align-items:center;
    padding:16px;
    margin-top:12px;
    border-radius:16px;
    background:#fff;
    border:1px solid #edf2f8;
    box-shadow:0 10px 25px rgba(15,23,42,.05);
}

.ab-loader-airline{
    display:flex;
    align-items:center;
    gap:12px;
}

.ab-loader-airline b{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#eaf0f8;
}

.ab-loader-airline span{
    width:95px;
    height:13px;
    border-radius:30px;
    background:#eef3f9;
}

.ab-loader-lines span{
    display:block;
    height:13px;
    border-radius:30px;
    background:#eef3f9;
}

.ab-loader-lines span:first-child{
    width:85%;
    margin-bottom:10px;
}

.ab-loader-lines span:last-child{
    width:58%;
}

.ab-loader-price{
    width:90px;
    height:34px;
    margin-left:auto;
    border-radius:12px;
    background:#eaf0f8;
}

@keyframes abLoaderShine{
    100%{transform:translateX(100%);}
}

@keyframes abPlaneFly{
    0%{transform:translateY(0) rotate(-8deg);}
    100%{transform:translateY(-8px) rotate(8deg);}
}

@keyframes abRouteDot{
    0%{left:0;}
    100%{left:100%;}
}

@media(max-width:767px){
    .ab-flight-loader{
        padding:18px;
    }

    .ab-loader-top h4{
        font-size:17px;
    }

    .ab-loader-top p{
        font-size:13px;
    }

    .ab-loader-plane{
        width:46px;
        height:46px;
        font-size:21px;
    }

    .ab-loader-card{
        grid-template-columns:1fr;
        gap:14px;
    }

    .ab-loader-price{
        width:100%;
        margin-left:0;
    }
}


#abternativeRoutesAbordia,
#alternativeRoutesAbordia{
    margin-top:35px;
}

.ab-alt-route-section{
    margin-top:35px;
}

.ab-alt-route-section h2{
    font-size:24px;
    font-weight:800;
    color:#071b3a;
    margin-bottom:5px;
}

.ab-alt-route-section p{
    color:#64748b;
    margin-bottom:22px;
}

.ab-alt-route-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.ab-alt-card{
    background:#fff;
    border-radius:16px;
    padding:18px;
    box-shadow:0 14px 35px rgba(15,23,42,.08);
}

.ab-alt-route-line{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:800;
    color:#071b3a;
    margin-bottom:14px;
}

.ab-alt-route-line span{
    flex:1;
    height:20px;
    border-radius:30px;
    background:#f1f4f9;
    text-align:center;
    font-size:10px;
    line-height:20px;
    color:#64748b;
    font-weight:600;
}

.ab-alt-meta{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    font-size:12px;
    color:#071b3a;
    margin-bottom:14px;
}

.ab-alt-badge{
    background:#eef1f6;
    padding:5px 10px;
    border-radius:30px;
    font-size:11px;
    font-weight:700;
    color:#64748b;
}

.ab-alt-price{
    font-size:20px;
    font-weight:900;
    color:#0053a6;
    margin-bottom:14px;
}

.ab-alt-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    padding:11px 14px;
    border-radius:10px;
    background:#f26a05;
    color:#fff;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}

.ab-alt-btn:hover{
    background:#d95700;
    color:#fff;
}

@media(max-width:991px){
    .ab-alt-route-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:575px){
    .ab-alt-route-grid{
        grid-template-columns:1fr;
    }
}



.ab-alt-loader-wrap{
    position:relative;
    overflow:hidden;
    margin-top:35px;
    padding:24px;
    border-radius:24px;
    background:
        radial-gradient(circle at top right, rgba(242,106,5,.14), transparent 30%),
        linear-gradient(135deg,#ffffff,#f8fbff);
    border:1px solid #e8eef6;
    box-shadow:0 18px 45px rgba(15,23,42,.06);
}

.ab-alt-loader-wrap::before{
    content:"";
    position:absolute;
    inset:0;
    transform:translateX(-100%);
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.75),
        transparent
    );
    animation:abAltLoaderShine 1.8s infinite;
}

.ab-alt-loader-head{
    position:relative;
    z-index:2;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:28px;
}

.ab-alt-loader-tag{
    display:inline-block;
    width:130px;
    height:11px;
    border-radius:40px;
    background:#e8eef7;
    margin-bottom:14px;
}

.ab-alt-loader-head h3{
    margin:0 0 8px;
    font-size:28px;
    font-weight:800;
    color:#071b3a;
}

.ab-alt-loader-head p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#64748b;
}

.ab-alt-loader-flight{
    width:58px;
    height:58px;
    border-radius:18px;
    background:#004182;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 16px 35px rgba(0,65,130,.22);
    animation:abAltPlane 1.4s ease-in-out infinite alternate;
}

.ab-alt-loader-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.ab-alt-loader-card{
    padding:18px;
    border-radius:18px;
    background:#fff;
    border:1px solid #edf2f8;
    box-shadow:0 12px 25px rgba(15,23,42,.05);
}

.ab-alt-loader-route{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}

.ab-alt-loader-route b{
    width:42px;
    height:16px;
    border-radius:30px;
    background:#e8eef7;
}

.ab-alt-loader-route span{
    flex:1;
    height:10px;
    border-radius:30px;
    background:#eef3f9;
    position:relative;
    overflow:hidden;
}

.ab-alt-loader-route span::after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#f26a05;
    transform:translateY(-50%);
    animation:abAltDot 1.5s linear infinite;
}

.ab-alt-loader-meta{
    display:flex;
    gap:10px;
    margin-bottom:18px;
}

.ab-alt-loader-meta i{
    display:block;
    height:12px;
    border-radius:30px;
    background:#eef3f9;
}

.ab-alt-loader-meta i:nth-child(1){
    width:90px;
}

.ab-alt-loader-meta i:nth-child(2){
    width:65px;
}

.ab-alt-loader-meta i:nth-child(3){
    width:55px;
}

.ab-alt-loader-price{
    width:120px;
    height:26px;
    border-radius:12px;
    background:#e8eef7;
    margin-bottom:18px;
}

.ab-alt-loader-btn{
    width:100%;
    height:42px;
    border-radius:12px;
    background:#f26a05;
    opacity:.25;
}

@keyframes abAltLoaderShine{
    100%{
        transform:translateX(100%);
    }
}

@keyframes abAltPlane{
    0%{
        transform:translateY(0) rotate(-8deg);
    }
    100%{
        transform:translateY(-7px) rotate(8deg);
    }
}

@keyframes abAltDot{
    0%{
        left:0;
    }
    100%{
        left:100%;
    }
}

@media(max-width:991px){

    .ab-alt-loader-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .ab-alt-loader-wrap{
        padding:18px;
    }

    .ab-alt-loader-head{
        flex-direction:column;
    }

    .ab-alt-loader-head h3{
        font-size:22px;
    }

    .ab-alt-loader-grid{
        grid-template-columns:1fr;
    }

}


       .rightmenubox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.rightmenu-social{
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.38);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.rightmenu-social svg{
    width: 19px;
    height: 19px;
}

.rightmenu-social:hover{
    background: #ffffff;
    color: #0b4d96;
    transform: translateY(-2px);
}

.rightmenu-line{
    width: 1px;
    height: 34px;
    background: rgba(255,255,255,0.45);
    margin: 0 4px;
}

.rightmenu-contact{
    min-height: 42px;
    padding: 0 18px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.42);
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 600;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.rightmenu-contact svg{
    width: 18px;
    height: 18px;
}

.rightmenu-contact:hover{
    background: #f2630d;
    border-color: #f2630d;
    color: #ffffff;
    transform: translateY(-2px);
}

.rightmenu-contact{
     background: #f2630d;
    border-color: #f2630d;
    color: #ffffff;
}

@media(max-width:767px){
    .rightmenubox{
        gap: 8px;
    }

    .rightmenu-social{
        width: 34px;
        height: 34px;
    }

    .rightmenu-social svg , .rightmenu-contact svg{
        width: 16px;
        height: 16px;
    }

    .rightmenu-line{
        display: none;
    }

    /*  .rightmenu-contact {*/
    /*    min-height: 34px;*/
    /*    padding: 0 12px;*/
    /*    font-size: 13px;*/
    /*    width: 34px;*/
    /*    border-radius: 100%;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    
/*    .rightmenu-contact span.contacttext{*/
/*    display: none;*/
/*}*/

.rightmenu-social{
    display: none;
}

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

}


.route-name span {
    color: #0083bc;
    margin-right: 5px;
}


.explore-flights-pro {
    background: linear-gradient(180deg, #f5f8fc 0%, #eef4fa 100%);
}

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

.explore-header h2 {
    color: #062052;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.explore-header p {
    color: #667085;
    font-size: 16px;
    margin: 0;
}

.ab-routes-shell {
    /*background: rgba(255,255,255,.88);*/
    /*border: 1px solid rgba(15, 43, 83, .08);*/
    /*border-radius: 22px;*/
    /*padding: 22px;*/
    /*box-shadow: 0 18px 45px rgba(15, 43, 83, .08);*/
    backdrop-filter: blur(12px);
}

.ab-route-card {
       display: flex;
    align-items: center;
    padding: 0px;
    color: #081b3f;
    border: 0px;
    border-radius: 0px;
    text-decoration: none;
    transition: all .28s ease;
    position: relative;
    overflow: hidden;
        display: inline-block;
}

/*.ab-route-card:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(120deg, rgba(0,119,255,.11), transparent 45%, rgba(255,90,31,.10));*/
/*    opacity: 0;*/
/*    transition: opacity .28s ease;*/
/*}*/

.ab-route-card:hover {
    /*transform: translateY(-4px);*/
    /*border-color: rgba(0,119,255,.22);*/
    /*box-shadow: 0 14px 30px rgba(8, 27, 63, .12);*/
    color: #0057c8;
}

.ab-route-card:hover:before {
    opacity: 1;
}

.ab-route-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0077ff;
    background: rgba(0,119,255,.10);
    position: relative;
    z-index: 1;
}

.ab-route-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    position: relative;
    z-index: 1;
}

.ab-skeleton-card {
    min-height: 54px;
    padding: 13px 14px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(8, 27, 63, .06);
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    position: relative;
}

.ab-skeleton-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: -120px;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
    animation: abSkeletonMove 1.35s infinite;
}

.ab-skeleton-card span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e7edf5;
}

.ab-skeleton-card b {
    height: 13px;
    width: 75%;
    border-radius: 20px;
    background: #e7edf5;
}

@keyframes abSkeletonMove {
    0% { left: -120px; }
    100% { left: 100%; }
}

.ab-empty-routes {
    text-align: center;
    padding: 30px;
    color: #667085;
    font-weight: 500;
}

@media (max-width: 767px) {
    .explore-header h2 {
        font-size: 20px;
    }

    .ab-routes-shell {
        padding: 14px;
        border-radius: 18px;
    }

    /*.ab-route-card {*/
    /*    min-height: 50px;*/
    /*}*/
}


 .spaleshflesh {
    width: 100%;
    max-width: 1115px;
    margin-top: 28px;
            margin-bottom: 55px;
}

.abf-splash-card {
    display: grid;
    grid-template-columns: 1.65fr 1.45fr 1.85fr;
    gap: 10px;
    width: 100%;
}

.abf-splash-route,
.abf-splash-row,
.abf-splash-input,
.abf-splash-passenger,
.abf-splash-btn {
    position: relative;
    overflow: hidden;
}

.abf-splash-route,
.abf-splash-input,
.abf-splash-passenger,
.abf-splash-btn {
    min-height: 62px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 35px rgba(5, 22, 45, 0.13);
}

.abf-splash-route {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
    align-items: center;
}

.abf-splash-field {
    padding: 15px 16px;
}

.abf-splash-swap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.abf-splash-swap span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(234, 88, 12, 0.18);
}

.abf-splash-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.abf-splash-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
}

.abf-splash-passenger {
    padding: 14px 18px;
}

.abf-splash-btn {
    background: linear-gradient(135deg, #ff7a18, #ea580c);
    display: flex;
    align-items: center;
    justify-content: center;
}

.abf-splash-btn span {
    width: 120px;
    height: 17px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.45);
}

.abf-line {
    display: block;
    height: 12px;
    border-radius: 20px;
    background: #e8edf4;
    margin-bottom: 9px;
}

.abf-line-sm {
    width: 44px;
    height: 10px;
    margin-bottom: 0;
}

.abf-line-md {
    width: 118px;
}

.abf-line-lg {
    width: 145px;
}

.abf-icon-box {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(234, 88, 12, 0.18);
}

.abf-splash-route::after,
.abf-splash-input::after,
.abf-splash-passenger::after,
.abf-splash-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    animation: abfSplashMove 1.35s infinite;
}

@keyframes abfSplashMove {
    100% {
        transform: translateX(100%);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .spaleshflesh {
        max-width: 100%;
        margin-top: 22px;
    }

    .abf-splash-card {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .abf-splash-route,
    .abf-splash-input,
    .abf-splash-passenger,
    .abf-splash-btn {
        min-height: 64px;
        border-radius: 12px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .spaleshflesh {
        margin-top: 20px;
    }

    .abf-splash-card {
        gap: 8px;
    }

    .abf-splash-route {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 12px;
    }

    .abf-splash-field {
        min-height: 62px;
        padding: 16px;
    }

    .abf-splash-swap {
        position: absolute;
        right: 16px;
        top: 50%;
        width: 34px;
        height: 34px;
        transform: translateY(-50%);
        border: 0;
        z-index: 2;
    }

    .abf-splash-swap span {
        width: 28px;
        height: 28px;
    }

    .abf-splash-field:first-child {
        border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    }

    .abf-splash-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .abf-splash-bottom {
        grid-template-columns: 1fr;
    }

    .abf-splash-btn {
        min-height: 58px;
        border-radius: 12px;
    }

    .abf-line-md {
        width: 135px;
    }

    .abf-line-lg {
        width: 155px;
    }
}


.mainsearch {
    backdrop-filter: blur(6px);
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #0052b47d;
    background-color: #0000004a;
    border-radius: 15px;
    overflow: hidden;
}



.flightdotsprs{
        justify-content: center;
    margin-top: 30px !important;
}


.abr-stats-strip {
    background: #fff;
    border-top: 1px solid #edf1f6;
    border-bottom: 1px solid #edf1f6;
}

.abr-stats-wrap {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.abr-stat-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: #627089;
    white-space: nowrap;
}

.abr-stat-item i {
    color: #ff6b1a;
    font-size: 15px;
}

.abr-stat-item b {
    color: #071832;
    font-weight: 800;
}

.abr-routes-section {
    background: #f4f7fb;
    padding: 42px 0 58px;
}

.abr-routes-hero {
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #e5edf8;
    border-radius: 24px;
    padding: 38px 42px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.abr-routes-hero:after {
    content: "";
    position: absolute;
    right: 48px;
    top: 30px;
    width: 320px;
    height: 170px;
    background:
        radial-gradient(circle, rgba(0,84,168,.18) 2px, transparent 3px);
    background-size: 15px 15px;
    opacity: .45;
    border-radius: 30px;
}

.abr-routes-badge {
    display: inline-flex;
    background: #e7f1ff;
    color: #1557b8;
    padding: 8px 13px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 14px;
}

.abr-routes-hero h2 {
    max-width: 690px;
    font-size: 38px;
    line-height: 1.15;
    margin: 0 0 13px;
    color: #071832;
    font-weight: 950;
    position: relative;
    z-index: 2;
}

.abr-routes-hero p {
    max-width: 690px;
    margin: 0;
    color: #53627a;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.abr-routes-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.abr-head-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f2630d12;
    color: #1557d6;
    display: grid;
    place-items: center;
    font-size: 23px;
    flex: 0 0 auto;
}

.abr-routes-head h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 900;
    color: #071832;
}

.abr-routes-head p {
    margin: 5px 0 0;
    color: #53627a;
    font-size: 14px;
}

.abr-routes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 18px;
}

.abr-route-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    min-height: 78px;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #071832;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(15, 35, 70, .055);
    transition: all .22s ease;
}

.abr-route-card:hover {
    color: #071832;
    border-color: #ff7a2b;
    box-shadow: 0 16px 36px rgba(15, 35, 70, .12);
    transform: translateY(-3px);
}

.abr-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #f2630d12;
    color: #1557d6;
    display: grid;
    place-items: center;
    font-size: 17px;
    flex: 0 0 auto;
}

.abr-card-content {
    flex: 1;
    min-width: 0;
}

.abr-card-content strong {
    display: block;
    color: #071832;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abr-card-content em {
    font-style: normal;
    color: #7a879b;
    margin: 0 3px;
}

.abr-card-content small {
    display: block;
    margin-top: 5px;
    color: #60708a;
    font-size: 12px;
}

.abr-card-arrow {
    width: 34px;
    height: 34px;
    border:1px solid #f2630d26;
    border-radius: 50%;
    color: #1557d6;
    display: grid;
    place-items: center;
    font-size: 13px;
    flex: 0 0 auto;
    transition: all .22s ease;
}


.abr-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.abr-empty-box {
    background: #fff;
    border: 1px dashed #cbd7e8;
    border-radius: 22px;
    padding: 45px 20px;
    text-align: center;
}

.abr-empty-box svg {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    background: #eef5ff;
    color: #f2630d;
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    font-size: 28px;
    padding:15px;
}

.abr-empty-box h3 {
    color: #071832;
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 8px;
}

.abr-empty-box p {
    color: #60708a;
    margin: 0;
}

@media (max-width: 1199px) {
    .abr-routes-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .abr-routes-hero h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .abr-routes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .abr-routes-hero {
        padding: 30px 26px;
    }

    .abr-routes-hero:after {
        opacity: .22;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .abr-stats-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 12px 0;
    }

    .abr-stat-item {
        background: #f7faff;
        border: 1px solid #edf2f8;
        border-radius: 12px;
        padding: 10px;
        font-size: 12px;
    }

    .abr-routes-section {
        padding: 28px 0 42px;
    }

    .abr-routes-hero {
        border-radius: 18px;
        padding: 25px 18px;
        margin-bottom: 24px;
    }

    .abr-routes-hero h2 {
        font-size: 25px;
    }

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

    .abr-routes-head {
        align-items: flex-start;
    }

    .abr-head-icon {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

    .abr-routes-head h3 {
        font-size: 19px;
    }

    .abr-routes-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .abr-route-card {
        min-height: 72px;
        padding: 13px;
    }
}


.abr-head-icon svg{
    width: 30px;
    color: #f2630d;
}


.abr-card-icon svg{
        color: #f2630d;
    width: 20px;
}


.abr-card-arrow svg {
    color: #f2630d;
    width: 18px;
}


.abr-stat-item svg{
        width: 15px;
    color: #f2630d;
}



.abr-route-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 18px;
}

.abr-skeleton-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    min-height: 78px;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    overflow: hidden;
}

.abr-skeleton-icon,
.abr-skeleton-arrow,
.abr-skeleton-lines i,
.abr-skeleton-lines b {
    display: block;
    background: linear-gradient(90deg, #eef3f8 25%, #f8fbff 45%, #eef3f8 65%);
    background-size: 300% 100%;
    animation: abrSkeleton 1.15s infinite linear;
}

.abr-skeleton-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    flex: 0 0 auto;
}

.abr-skeleton-lines {
    flex: 1;
}

.abr-skeleton-lines i {
    width: 80%;
    height: 13px;
    border-radius: 8px;
    margin-bottom: 9px;
}

.abr-skeleton-lines b {
    width: 52%;
    height: 10px;
    border-radius: 8px;
}

.abr-skeleton-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex: 0 0 auto;
}

@keyframes abrSkeleton {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.abr-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.abr-load-more-btn {
    border: 0;
    background: linear-gradient(135deg, #004182, #0b73d9);
    color: #fff;
    padding: 13px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    box-shadow: 0 14px 30px rgba(0, 65, 130, .24);
    cursor: pointer;
}

.abr-load-more-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
}

@media (max-width: 1199px) {
    .abr-route-skeleton-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .abr-route-skeleton-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .abr-route-skeleton-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}



.afr-routes-section {
    background: #f4f7fb;
    padding: 42px 0 58px;
}

.afr-routes-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.afr-head-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff0e8;
    color: #ff6b1a;
    display: grid;
    place-items: center;
    font-size: 24px;
    flex: 0 0 auto;
}

.afr-routes-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    color: #071832;
}

.afr-routes-head p {
    margin: 5px 0 0;
    color: #53627a;
    font-size: 14px;
}

.afr-filter-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 24px;
    box-shadow: 0 10px 28px rgba(15, 35, 70, .06);
}

.afr-search-box {
    display: flex;
    align-items: center;
    gap: 11px;
    background: #f7faff;
    border: 1px solid #dfe8f5;
    border-radius: 14px;
    padding: 0 15px;
    height: 48px;
    margin-bottom: 13px;
}

.afr-search-box span {
    color: #ff6b1a;
    font-size: 15px;
}

.afr-search-box input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #071832;
    font-size: 14px;
    font-weight: 600;
}

.afr-alpha-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.afr-alpha-tabs button {
    width: 34px;
    height: 34px;
    border: 1px solid #dfe7f1;
    background: #fff;
    color: #061a3a;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.afr-alpha-tabs button:first-child {
    width: auto;
    padding: 0 14px;
}

.afr-alpha-tabs button.active,
.afr-alpha-tabs button:hover {
    background: #004182;
    color: #fff;
    border-color: #004182;
}

.afr-letter-block {
    margin-bottom: 24px;
}

.afr-letter-block h4 {
    font-size: 18px;
    font-weight: 900;
    color: #53627a;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe7f1;
}

.afr-route-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 18px;
}

.afr-route-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    min-height: 78px;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #071832;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(15, 35, 70, .055);
    transition: all .22s ease;
}

.afr-route-card:hover {
    color: #071832;
    border-color: #ff7a2b;
    box-shadow: 0 16px 36px rgba(15, 35, 70, .12);
    transform: translateY(-3px);
}

.afr-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #fff3ec;
    color: #ff6b1a;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.afr-card-icon svg,
.afr-card-arrow svg {
    width: 18px;
    height: 18px;
}

.afr-card-content {
    flex: 1;
    min-width: 0;
}

.afr-card-content strong {
    display: block;
    color: #071832;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.afr-card-content em {
    font-style: normal;
    color: #7a879b;
    margin: 0 3px;
}

.afr-card-content small {
    display: block;
    margin-top: 5px;
    color: #60708a;
    font-size: 12px;
}

.afr-card-arrow {
    width: 34px;
    height: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    color: #ff6b1a;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.afr-route-card:hover .afr-card-arrow {
    background: #ff6b1a;
    color: #fff;
    border-color: #ff6b1a;
}

.afr-route-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 18px;
}

.afr-skeleton-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    min-height: 78px;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.afr-skeleton-card span,
.afr-skeleton-card i,
.afr-skeleton-card b,
.afr-skeleton-card em {
    display: block;
    background: linear-gradient(90deg, #eef3f8 25%, #f8fbff 45%, #eef3f8 65%);
    background-size: 300% 100%;
    animation: afrSkeleton 1.15s infinite linear;
}

.afr-skeleton-card span {
    width: 40px;
    height: 40px;
    border-radius: 11px;
}

.afr-skeleton-card div {
    flex: 1;
}

.afr-skeleton-card i {
    width: 80%;
    height: 13px;
    border-radius: 8px;
    margin-bottom: 9px;
}

.afr-skeleton-card b {
    width: 52%;
    height: 10px;
    border-radius: 8px;
}

.afr-skeleton-card em {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

@keyframes afrSkeleton {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.afr-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.afr-load-more-btn {
    border: 0;
    background: linear-gradient(135deg, #004182, #0b73d9);
    color: #fff;
    padding: 13px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.afr-empty-box {
    background: #fff;
    border: 1px dashed #cbd7e8;
    border-radius: 20px;
    padding: 36px 20px;
    text-align: center;
}

.afr-empty-box h3 {
    color: #071832;
    font-size: 22px;
    font-weight: 900;
}

.afr-empty-box p {
    color: #60708a;
}

@media (max-width: 1199px) {
    .afr-route-grid,
    .afr-route-skeleton-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .afr-route-grid,
    .afr-route-skeleton-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .afr-routes-section {
        padding: 28px 0 42px;
    }

    .afr-routes-head h3 {
        font-size: 20px;
    }

    .afr-route-grid,
    .afr-route-skeleton-grid {
        grid-template-columns: 1fr;
    }

    .afr-alpha-tabs button {
        width: 31px;
        height: 31px;
        font-size: 12px;
    }
}





@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
}
@media (min-width: 767px) {
    .mainsearch{
        padding:10px 30px !important;
    }
}
