@import url('../styles/base.css');

.new-banner-section .box-cover-image {
    padding: 140px 0px 70px 0px;
}

.booking-form-wrapper {
    z-index: 999;
    /* top: 70% !important; */
    transform: translateY(-28%) !important;
    border-radius: 12px !important;
}

.booking-form-wrapper-home {
    transform: unset !important;
}

.booking-form-wrapper .card-header {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.booking-form-wrapper .card-footer {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.services-section {
    padding: 70px 40px 35px 40px;
}

.services-card {
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.services-card .card-body {
    bottom: -148px;
    height: auto;
    transition: 0.3s all ease-in-out;
}

.services-card .card-body h3 {
    /* min-height: 44px !important; */
}

.services-card:hover .card-body {
    bottom: 0px !important;
}

.services-learn-more-btn {
    width: max-content;
    padding: 10px 18px;
    background: #fff;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
}

.our-fleet-section {
    padding: 35px 40px 70px 40px;
}

.our-fleet-section .img-wrapper img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    transform: unset;
}

.operator-section .operator-card {
    padding: 40px;
    border-radius: 24px;
}

.operator-inner-card {
    padding: 24px;
    /* background: #F8CB19; */
    /* background: #2553A2; */
    background: #fff;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.operator-inner-card img {
    max-width: 70%;
    height: 180px;
    border-radius: 8px;
    transform: unset;
}

.airport-transfer-section {
    padding: 70px 0px 35px 0px;
}

.airport-card {
    border-radius: 16px !important;
}

.airport-card .card-footer {
    background: #000 !important;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.airport-card .icon-wrapper {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.partner-booking-section {
    padding: 35px 0px;
}

.booking-partner-card {
    transform: unset !important;
    border-radius: 18px !important;
}

.booking-partner-card img {
    transform: unset !important;
    border-radius: 8px;
}

.seaport-transfer-section {
    padding: 35px 0px;
}

.choice-card .content-wrapper p {
    max-height: 48px;
}

.why-choose-section {
    padding: 35px 0px;
}

.why-choose-card {
    border: 2px dashed #2553A2;
    border-radius: 22px;
}

.why-choose-card .img-wrapper {
    width: 54px;
    height: 54px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 100%;
    border: 1px solid #ddd;
}

.why-choose-card .img-wrapper svg {
    width: 20px;
    height: 20px;
}

.aboutus-section-wrapper {
    padding: 100px 0px 40px 0px;
}

.testimonial-content-wrapper {
    min-height: 150px;
    border-radius: 12px;
    background: #F2F2F2;
}

.testimonial-img-wrapper {
    width: 70px;
    height: 70px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px dotted #2553A2;
    border-radius: 100%;
    margin: auto;
    transform: translateY(-34px);
}

.testimonial-info {
    transform: translateY(-10px);
}

.testimonial-section .owl-carousel .center .testimonial-content-wrapper {
    background: #2553A2;
}

.testimonial-section .owl-carousel .center .testimonial-content-wrapper p {
    color: #fff !important;
}

.testimonial-section .owl-carousel .center .testimonial-img-wrapper {
    border-color: #fff;
}

.testimonial-section .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-section .owl-carousel .owl-nav button svg {
    width: 24px;
    height: 18px;
    color: #2553A2;
    fill: #2553A2;
    transition: 0.3s;
}

/* .testimonial-section .owl-carousel .owl-nav .owl-prev::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url('../assets/imgs/left-arrow.svg') no-repeat;
    background-size: cover;
} */

.testimonial-section .owl-carousel .owl-dots button span {
    border: 1px solid #2553A2 !important;
    background: #F2F2F2 !important;
}

.testimonial-section .owl-carousel .owl-dots .active span {
    width: 30px;
    border: 1px solid #2553A2 !important;
    background: #2553A2 !important;
}

.testimonial-section .owl-carousel .owl-nav button {
    width: 80px;
    height: 40px;
    border: 1px solid #2553A2 !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
}

.testimonial-section .owl-carousel .owl-nav button:hover {
    background: #2553A2;
}

.testimonial-section .owl-carousel .owl-nav button:hover svg {
    color: #fff;
    fill: #fff;
}

.testimonial-section .owl-carousel {
    padding-top: 70px;
}

.limited-offer-section {
    padding: 70px 0px;
}

.faq-section {
    padding: 70px 0px;
}

.faq-section .accordion-item {
    border-radius: 8px !important;
    margin-bottom: 12px !important;
    border: 1px solid #ddd;
}

.accordion-button:not(.collapsed) {
    background: #2553A2 !important;
    color: #fff;
}

.accordion-collapse {
    border: 1px solid transparent !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.faq-section .accordion-item .accordion-button {
    border: 1px solid transparent !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    padding: 18px !important;
    background: #F2F2F2;
    transition: 0.3s all ease-in-out;
}

.faq-section .accordion-button::after {
    width: 30px;
    height: 30px;
    background-image: url('../assets/imgs/template/icons/plus.svg');
    background-size: 30px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url('../assets/imgs/template/icons/minus-circle.svg');
    transform: unset;
}

.how-to-book-section {
    padding: 70px 0px 240px 0px;
    background: #10287e;
}

.work-steps-wrapper {
    width: 100%;
    height: 210px;
    background: url('../assets/imgs/center-stepper.svg') no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 220px;
    position: relative;
}

.work-steps-card {
    width: 22%;
    position: absolute;
    border: 2px dashed #2553A2;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
}

.work-steps-card1 {
    top: -70%;
    left: -10px;
}

.work-steps-card2 {
    bottom: -64%;
    left: 20%;
}

.work-steps-card3 {
    top: -60%;
    right: 30%;
}

.work-steps-card4 {
    bottom: -24%;
    right: 0px;
}

.footer-section {
    padding: 70px 0px 0px 0px;
    background: #2553A2;
}

.footer-logo {
    width: 140px;
}

.footer-icon-wrapper svg {
    width: 18px;
}

.footer-section .container-sub {
    padding: 0px 40px;
}

.aboutus-banner-section .box-cover-image {
    height: 100%;
}

.about-banner-content-wrapper {
    padding: 120px 0px;
    z-index: 999;
}

.cms-content-wrapper h2,
.cms-content-wrapper h2 span {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cms-content-wrapper table {
    width: 100% !important;
    margin-bottom: 16px;
}

.cms-content-wrapper table tbody td {
    padding: 8px 16px !important;
}

.cms-content-wrapper table tbody td p {
    margin-bottom: 0px;
}

.cms-content-wrapper p,
.cms-content-wrapper p span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.cms-content-wrapper ul {
    padding-left: 16px;
}

.cms-content-wrapper ul li,
.cms-content-wrapper ul li span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.breadcrumb-section .box-cover-image {
    padding: 70px 0px;
    height: 400px;
}

.cms-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.cms-section h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 16px;
}

.cms-section ul {
    padding-left: 16px;
}

.cms-section ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.cms-section table tbody td {
    padding: 12px 16px !important;
}

.cms-section table tbody td p {
    margin-bottom: 0px;
}

.cms-section table {
    width: 100% !important;
    margin-bottom: 34px !important;
}

.cms-section table tbody td p span {
    font-size: 14px;
}

.work-card-img-wrapper {
    width: 80px;
    height: 80px;
}

.banner-nav-btn {
    z-index: 999;
}

.key-wrapper li {
    padding-left: 25px;
}

.key-wrapper li::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../assets/imgs/green-checkmark-icon.svg') no-repeat;
    background-size: cover;
}

.cancelation-info-wrapper {
    padding: 16px;
    background-color: #D1F2D6;
}

.step-count-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #F2F2F2;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-wrapper-active {
    background: #10287e;
    color: #fff;
}

.tracking-seperator {
    width: 70%;
    height: 2px;
    background: #ddd;
    margin: auto;
    position: relative;
}

.tracking-seperator::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-car-card {
    border-bottom: 4px solid #10287e;
}

.select-car-card img {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.destination-wrapper{
    background: url('../assets/imgs/Bright-gray-dot.png') repeat-y 12px bottom;
    margin-bottom: 20px;
}

.trip-summary-card .card-body .destination-wrapper li {
    padding-left: 60px;
    padding-bottom: 10px;
}

.trip-summary-card .card-body .destination-wrapper li:first-child {
    /*padding-bottom: 30px;*/
    background: url('../assets/imgs/location-icon.svg') no-repeat 3px 2px;
}

.trip-summary-card .card-body .destination-wrapper li:last-child {
    background: url('../assets/imgs/drop-off-icon.svg') no-repeat 3px 2px;
}

.ticket-card .card-header, .ticket-card .card-body {
    background-color: #F5F5DC;
}

.ticket-cms-section h3 {
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .header-section nav ul li a {
        font-size: 14px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 991px) {
    .banner-content-wrapper {
        top: 14%;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .banner-content-wrapper h1 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .banner-content-wrapper p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .box-pagination-button {
        top: 7%;
        justify-content: center !important;
    }

    .banner-section .swiper-button-prev,
    .banner-section .swiper-button-next {
        background: #fff !important;
        border-radius: 50% !important;
        position: relative;
    }

    .banner-section .swiper-button-prev::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background: url('../assets/imgs/angle-left.svg') no-repeat;
        background-size: cover;
    }

    .banner-section .swiper-button-next::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background: url('../assets/imgs/angle-right.svg') no-repeat;
        background-size: cover;
    }

    .booking-form-wrapper {
        transform: translateY(-14%) !important;
    }

    .services-card .card-body {
        bottom: 0px;
    }

    .box-cover-image {
        padding: 120px 0px 70px 0px !important;
        height: 100%;
    }

    .our-fleet-section {
        padding: 35px 18px;
    }

    .operator-section {
        padding: 40px 0px !important;
    }

    .ready-togo-wrapper h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .ready-togo-wrapper p {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-section {
        margin-bottom: 50px;
    }

    .about-banner-content-wrapper {
        padding: 80px 0px;
    }

    .content-column-wrapper-banner {
        margin-bottom: 40px !important;
    }

    .aboutus-banner-section .box-cover-image {
        padding: 0px !important;
    }

    .steps-wrapper {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }
}