﻿
    ol li strong{
        font-weight:600;
    }
    a {
        text-decoration: none;
    }
.category{
    margin:30px 0;
}
.mobileMenuBox ul{
    margin:0;
}
#header-sec{
    position:sticky;
    top:0;
}
.blog-cont-sec {
    padding: 20px;
    border: 1px solid #E8EAEF;
    border-radius: 12px;
    margin-bottom: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    margin-top: 25px;
}
    .blog-cont-sec ol, .blog-cont-sec ul {
        padding-left: 22px;
        font-size: 14px;
        margin: 15px 0;
    }
    .blog-cont-sec .post-title {
        position: relative;
        padding: 0 0 0 14px;
    }
    .blog-cont-sec .post-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 6px;
        background: linear-gradient(180deg, #EB6B27 0%, #9933D5 48.08%, #0A4896 100%);
        border-radius: 8px;
    }
    .blog-cont-sec h2{
        font-size: 26px;
        font-weight: 700;
        margin: 24px 0;
        padding: 0 0 0 14px;
        position: relative;
        color: #1a1a2e;
        letter-spacing: -0.5px;
    }
        .blog-cont-sec h2::before, .blog-cont-sec h3::before, .blog-cont-sec h4::before, .blog-cont-sec h5::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 6px;
            background: linear-gradient(180deg, #EB6B27 0%, #9933D5 48.08%, #0A4896 100%);
            border-radius: 8px;
        }
    .blog-cont-sec h3 {
        font-size: 22px;
        font-weight: 700;
        margin: 24px 0;
        padding: 0 0 0 14px;
        position: relative;
        color: #1a1a2e;
        letter-spacing: -0.5px;
    }
    .blog-cont-sec h4 {
        font-size: 18px;
        font-weight: 700;
        margin: 24px 0;
        padding: 0 0 0 14px;
        position: relative;
        color: #1a1a2e;
        letter-spacing: -0.5px;
    }
    .blog-cont-sec h5 {
        font-size: 16px;
        font-weight: 700;
        margin: 24px 0;
        padding: 0 0 0 14px;
        position: relative;
        color: #1a1a2e;
        letter-spacing: -0.5px;
    }
    .blog-cont-sec .recent {
        font-size: 24px;
        font-weight: 600;
        margin: 24px 0;
        padding: 0 0 0 14px;
        position: relative;
        color: #1a1a2e;
        letter-spacing: -0.5px;
    }
        .blog-cont-sec .recent:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 6px;
            background: linear-gradient(180deg, #EB6B27 0%, #9933D5 48.08%, #0A4896 100%);
            border-radius: 8px;
        }
    .blog-cont-sec ul li {
    position: relative;
    font-size: 14px;
    list-style: disc;
    margin-left: 0;
    margin-bottom: 5px;
}

    .blog-cont-sec table thead {
        background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 50%, #FDF2F8 100%);
    }
.faq-question:before{
    display:none;
}
.card-image img{
    width:100%;
}
/*-----------------blog form--------------------*/
.blog-form.sticky-lg-top {
    z-index: 1;
    top: 50px;
}

.blog-form .call-form {
    max-width: 380px;
    padding: 30px;
    border-radius: 10px;
    color: #101828;
    box-sizing: border-box;
    background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 50%, #FDF2F8 100%);
    margin: 20px 0;
}

    .blog-form .call-form h2 {
        margin: 0 0 2px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
    }

.blog-form .form-subtitle {
    margin: 0 0 20px;
    font-size: 14px;
    color: #4A5565;
}

.blog-form .form-group {
    margin-bottom:20px;
}

    .blog-form .form-group label {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        color: #364153;
    }

    .blog-form .form-group input,
    .blog-form .form-group textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #E5E7EB;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.10);
        font-size: 14px;
        outline: none;
        box-sizing: border-box;
    }


    .blog-form .form-group textarea {
        height: 91px;
        resize: none;
    }

        .blog-form .form-group input::placeholder,
        .blog-form .form-group textarea::placeholder {
            color: #aeb6c8;
        }

        .blog-form .form-group input:focus,
        .blog-form .form-group textarea:focus {
            border-color: #86b7fe;
            box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        }

.quata-error-field, .quata-error-field {
    border-color: #ff5252 !important;
}


.blog-form .error-msg {
    display: none;
    margin-top: 5px;
    color: #ff8585;
    font-size: 11px;
}

.blog-form .form-group.error .error-msg {
    display: block;
}

.blog-form .call-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(95deg, #EF6C23 0%, #9630DA 50%, #105598 100%);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0px 4px 30px 0px rgba(239, 108, 35, 0.25);
}

    .blog-form .call-btn span {
        margin-right: 5px;
        font-size: 17px;
    }

    .blog-form .call-btn:hover {
        background: linear-gradient(90.17deg, #BE4C0C 0.68%, #7D1FBC 50%, #01305E 99.32%);
    }



/*--------------FAQ section----------------*/

.faq-box {
    max-width: 832px;
    margin: auto;
}

.faq-item {
    border: 1px solid #D9D9D9;
    border-radius:5px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
    .faq-item.active {
        border-color: #8FC5FF;
    }
.faq-item .faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #101828;
    margin: 0;
}
.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .faq-icon i {
        font-size: 18px;
        color: #6A7282;
        transition: transform 0.3s ease;
    }
.faq-item.active .faq-icon i {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.faq-answer-content {
    padding: 0 20px 20px;
    color: #4A5565;
    font-size: 14px;
    line-height: 1.5;
}

.detail-sec table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #283044;
    background: #fff;
    margin: 20px 0;
}

    .detail-sec table p {
        margin-bottom: 0;
        text-align: left;
    }

    .detail-sec table thead {
        background: linear-gradient(270deg, #2563EB 0%, #1E3A5F 100%);
    }

    .detail-sec table thead th {
        padding: 16px 13px;
        text-align: left;
        font-weight: 500;
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, 0.6);
    }

        .detail-sec table thead th:last-child {
            border-right: none;
        }

    .detail-sec table td {
        padding: 14px 13px;
        border-right: 1px solid #d8d8d8;
        font-size:14px;
    }

        .detail-sec table td:last-child {
            border-right: none;
        }

    .detail-sec table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .detail-sec table tbody tr:nth-child(even) {
        background-color: #f1f1f3;
    }

    .detail-sec table thead tr:first-child th:first-child {
        border-top-left-radius: 10px;
    }

.detail-sec tablethead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.detail-sec tabletbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.detail-sec table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.blog-note {
    background: #FFF4E6;
    color: #8D3608;
    font-size:12px;
    font-weight:400;
    border-radius:5px;
    padding:15px;
    margin-bottom:20px;
}
    .blog-note strong{
        font-weight:700;
    }

.conclusion {
    background: #E8EFFF;
    color: #26303F;
    padding: 20px 15px;
    font-size: 14px;
    border-radius: 10px;
    border-bottom: 3px solid #2563EB;
    margin-bottom:20px;
}
    .conclusion .tit{
        font-size:20px;
        font-weight:600;
        margin-bottom:15px;
    }


.model-tit {
    color: rgba(255, 255, 255, 0.7);
}
.post-list li {
    padding-left: 0 !important;
}
.post-list li:before{
display:none;
}

ul.breadcrumb li{
padding-left:0;
}

.see-more {
    color: #004b92;
    padding: 8px 15px;
    margin-top: 20px;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1224px;
    }
}
.font_15 {
    font-size: 15px;
}



.category .heading{
    margin: 0;
    padding:15px 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-black);
}

.thum-box{
    border: 1px solid #dce0e0;
    position: relative;
    margin-bottom: 30px;
    border-radius:22px;
}

.thum-box a{
    color:var(--color-black);
    height: 100%;
    text-decoration: none;
    
}
.thum-box img{
    width:100%;
    min-height: 230px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}

.thum-box .post-intery-cont{
    padding: 17px;
}

    .thum-box .post-intery-cont .post-titile {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.post-meta {
    color: #6A7282;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-weight: 500;
}
.post-date{
display: inline-flex;
grid-gap:5px;
}
.author {
    color: #155DFC;
}
/* Detail Page Css*/
.detail-banner img {
    border-radius: 20px;
    width: 100%;
}

.content-wrap {
    margin: 0px;
    height: auto;
    width: 100%;
    bottom: 0px;

    padding-bottom: 30px;
}

.post-title{
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 32px;
}

.single-post-meta-wrapper {
    color: var(--color-white);
    font-size: 14px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

.divide{
    position: relative;
    margin: 0 5px;
}
.divide:after {
    position: relative;
    top: 3px;
    left: 0px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    margin-right: 4px;
    background: #ddd;
    display: inline-block;
    transform: rotate(25deg);
}

ul.breadcrumb {
    padding:0;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    background: none;
    font-weight: 500;
    margin-bottom: 0px;
    gap: 20px;
    border-bottom:none;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    position:relative;
}
    ul.breadcrumb li a {
        color: #ffffff;
        text-decoration: none;
    }
ul.breadcrumb li:first-child:before{
display:none;
}
    ul.breadcrumb li + li:before {
        padding: 0 8px;
        color: rgba(38, 48, 63, 0.7);
        content: "";
        position: absolute;
        top: 4px;
        left: -18px;
        background: url(/Images/blog-arrow.svg) no-repeat;
        width: 14px;
        height: 14px;
    }

.autor-info {
    display: inline-flex;
    flex-direction: column;
    grid-gap: 5px;
    font-size: 13px;
    font-weight: 700;
    padding-left:0px;
    position: relative;
    color: #26303F;
    line-height: 1;
}

    .autor-info .post-date {
        font-weight:normal;
    }
/* Recent Post section Css */
.recent-post
{
    position: sticky;
    top:60px;
}

.recent-post .title{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}

.post-list li{
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.post-list li a{
    display: flex;
    grid-gap: 15px;
    align-items: flex-start;
    text-decoration: none;

}
.post-list li .title{
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: var(--color-black);
    margin-bottom: 15px;
    padding: 0;
}
.post-list li img{
    width: 125px;
    transition: all 0.4s ease 0s;
    height:80px;
}

.post-list .post-meta{
    justify-content: initial;
    grid-gap: 15px;
}



/* Content */
.card-content {
    padding-top: 17px;
}

    .card-content h3 {
        margin: 0;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 500;
        letter-spacing: -0.15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .card-content h5 {
        letter-spacing: -0.15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

        .card-content h5 a {
            color: #1E1E1E;
            text-decoration: none;
            font-size: 14px;
            padding: 0 5px 0 13px;
            display: inline-flex;
            letter-spacing: -0.15px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .card-content h5 a:hover {
                color: #e47d19;
            }

/* Meta */
.card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
    color: #2E2A2580;
    font-size: 11px;
    white-space: nowrap;
    padding:0 15px;
    margin-bottom:15px;
    justify-content:space-between;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:16px;
}

.travel-section {
    width: 100%;
    padding: 10px 0 10px;
    overflow: hidden;
}

.travel-slider {
    width: 100%;
    position: relative;
}

    /* Slick spacing */
    .travel-slider .slick-list {
        margin: 0 -12px;
        overflow: hidden;
    }

    .travel-slider .slick-track {
        display: flex;
    }

    .travel-slider .slick-slide {
        height: auto;
        padding: 0 12px;
    }

        .travel-slider .slick-slide > div {
            height: 100%;
        }
.travel-card{
    height:auto !important;
    box-shadow:none;
}
.travel-card::after {
    display: none;
}

/* Slick arrows */
.travel-slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #222;
    font-size: 0;
    cursor: pointer;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12) !important;
    transition: 0.2s ease;
}

    /*.travel-slider .slick-arrow:hover {
        background: #fff;
        transform: scale(1.05);
    }*/

.travel-slider .slick-prev {
    left: 15px;
}

.travel-slider .slick-next {
    right: 15px;
}

.travel-slider .slick-prev::before {
    content: "\f284";
    font-size: 28px;
    line-height: 1;
    font-family: bootstrap-icons;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.travel-slider .slick-next::before {
    content: "\F285";
    font-size: 28px;
    line-height: 1;
    font-family: bootstrap-icons;
}

.travel-slider .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}



.travel-sidebar {
    max-width: 380px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px #0000001A;
    margin-top: 30px;
}





/* Call to action */
.cta {
    background: linear-gradient(95deg, #EF6C23 0%, #9630DA 50%, #105598 100%);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    color: #fff;
}


.phone-icon{
    margin-bottom:15px;
}


.cta-label {
    font-size: 13px;
    margin-bottom: 5px;
}

.phone-number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.availability {
    font-size: 13px;
    margin-bottom: 15px;
}

.quote-btn {
    width: 100%;
    height: 41px;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #2563EB;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .quote-btn:hover {
        background: #f2f2f2;
        transform: translateY(-1px);
    }

/* Why choose us */
.why-us {
    margin-top: 16px;
}

.why-title {
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.benefits {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

    .benefits li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #333;
        line-height: 1.2;
    }

.check {
    width: 16px;
}
/* Mobile */
@media (max-width: 350px) {
    .travel-card {
        width: calc(100% - 30px);
    }
}



@media (max-width: 1200px) {
    .travel-slider .slick-slide {
        padding: 0 10px;
    }

    .travel-slider .slick-list {
        margin: 0 -10px;
    }


    .phone-number {
        font-size: 20px;
    }

    .travel-sidebar{
        padding:20px;
    }
    .benefits li {
        align-items: flex-start;
    }
    .blog-form .call-form{
        padding:20px;
    }
}


/* Tablet */
@media (max-width:991px) {
    .post-title{
        font-size:22px;
    }
    .blog-cont-sec h2, .blog-cont-sec h3{
        font-size:18px;
    }
    .blog-cont-sec .recent{
        font-size:18px;
    }
    .footer .col-12 {
        margin-top: 20px;
        padding: 0;
    }

    .head-call-btn {
        display: inline-flex;
        margin-right: 42px;
        float: right;
    }
   
}

@media (max-width: 992px) {

    .travel-sidebar {
        margin-bottom: 50px;
    }
    .blog-form .call-form {
        max-width: 100%;
    }


    .travel-sidebar {
        max-width: 100%;
    }

    .card-image {
        height: 190px;
    }

    .card-content h3 {
        font-size: 16px;
    }

    .travel-slider .slick-slide {
        padding: 0 9px;
    }

    .travel-slider .slick-list {
        margin: 0 -9px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .detail-banner img{
        border-radius:10px;
    }

    .detail-sec table {
        display: block;
        overflow-x: auto;
    }

 

    .detail-sec table td {
        font-size: 12px;
    }

    .detail-banner{
        margin-top:16px;
    }

    ul.breadcrumb {
        display: none;
    }


    .travel-slider .slick-list {
        margin: 0 -8px;
    }

    .travel-slider .slick-slide {
        padding: 0 8px;
    }

    .card-image {
        height: 190px;
    }

    .card-content {
        padding-top: 14px;
    }

        .card-content h3 {
            font-size: 16px;
            line-height: 1.4;
        }

    .card-meta {
        margin-top: 12px;
        font-size: 12px;
        gap: 10px;
    }

    .travel-slider .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .card-image {
        height: 185px;
    }

    .image-label.bali {
        left: 55px;
    }

    .image-label.hawaii {
        left: 110px;
    }
}


@media(max-width: 992px) {
    .home-banner{
        height:200px;
    }
    .footer-title {
        font-size: 17px;
        font-weight: 500;
    }
    .offerBox-mobile {
        padding: 0 10px;
        background: #f8d630;
        font-size: 14px;
        color: var(--color-black);
        display: flex;
        font-weight: 500;
        justify-content: space-between;
        align-items: center;
    }




/* Banner css start */


.home-banner .banner-titile, .content-wrap .post-title{
    font-size: 25px;
    line-height: normal;
}

.category .heading{
    font-size: 20px;
}

/*.paginations{
    margin-bottom: 20px;
}*/

ul.breadcrumb{
    padding: 10px 0;
}

ul.breadcrumb li + li:before{
    padding: 0 3px;
}
.detail-sec h3 {
    font-size: 20px;
}

    .detail-sec .card-content h3{
        font-size:14px;
    }

    .recent-post {
        margin-top: 20px;
    }
    .agency-logo ul {
        flex-flow: wrap;
        grid-gap: 10px;
        padding: 0;
        margin: 0;
    }
    .agency-logo li a.tln-logo {
        background-position: 0px -52px;
        width: 351px;
        background-size: 100%;
    }

}

/* Pagenation*/

.paginationNav {
    font-size: 1.2em;
    display: inline-block;
    background: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 5px;
    padding:10px 20px;
}


    .paginationNav a {
        display: inline-block;
        color: #aaaaaa;
        height: 30px;
        width: 30px;
        margin-right: 10px;
        text-align: center;
        line-height: 25px;
        padding: 3px;
        background: #eaeaea;
        border-radius: 50%;
    }
        .paginationNav a.prev i {
            margin-right: 2px;
        }

        .paginationNav a.next i {
            margin-left: 2px;
        }

        .paginationNav a.active {
            background-color: var(--color-blue);
            color: var(--color-white);

        }

    .paginationNav span {
        padding: 0 10px;
        color: #aaaaaa;
        display: inline-block;
    }


.know-stat {
    background: #ffffff;
    font-size: 14px;
    position: absolute;
    border-radius: 23px;
    padding: 4px 8px;
    top: 180px;
    left: 20px;
    font-weight: 500;
    color: #000000;
}

.agency-logo {
    padding: 10px 0;
    clear: both;
}

    .agency-logo ul {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
    }

    .agency-logo li {
        display: inline-block;
        margin: 0 5px;
    }

        .agency-logo li a {
            display: block;
            background-size: 100%;
            background: url(/images/sprit-foot.png) 0 0 no-repeat;
        }

            .agency-logo li a.arc-logo {
                background-position: 0 0px;
                width: 95px;
                height: 45px;
            }

            .agency-logo li a.iata-logo {
                background-position: -91px 0px;
                width: 95px;
                height: 45px;
            }

            .agency-logo li a.asta-logo {
                background-position: -183px 0px;
                width: 205px;
                height: 45px;
            }

            .agency-logo li a.tln-logo {
                background-position: 15px -52px;
                width: 420px;
                height: 45px;
            }
            .agency-logo li a.godaddy-logo {
                background-position: -128px -105px;
                width: 170px;
                height: 45px;
            }