/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*marquee*/

.setMarquee span {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 31px !important;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    justify-content: space-evenly;
    font-size: 1.6em;
}
.setMarquee label {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0px 0%;
}
.setMarquee {
    height: 72px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
/* nested div inside the container */
.setMarquee div {
    display: flex;
    width: 488%;
    position: absolute;
    overflow: hidden;
    animation: marquee 40s linear infinite;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
}
/* span with text */
.setMarquee span {
    float: left;
    width: 50%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.marqueescreen .vc_column-inner {
    padding: 0 !important;
}
.marqueescreen .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0 !important;
}


.setMarquee span {
    color: #fff;
    font-size: 31px !important;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    justify-content: space-evenly;
    font-size: 1.6em;
}
.setMarquee label {
    display: inline-block;
    width: 107px !important;
    height: 3px;
    background: #fff;
    margin: 0px 0%;
    padding-top: 1px;
    position: relative;
    top: 14px;
    margin-left: 20px !important;!i;!;
    margin-right: 20px !important;!i;!;
}
.setMarquee {
    height: 86px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    border-top: 4px solid #FFEB3B;
    border-bottom: 4px solid #FFEB3B;
    background: #312d2d;
}

.setMarquee p {font-size: 25px;color: #fff;}

/*gallery*/
.jeg-elementor-kit.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap img {
    padding: 6px !important;!i;!;
}

/*bookform*/
section#bannerform {
    width: 100%;
    margin: auto;
    border-radius: 18px;
    padding-left: 30px;
    padding-right: 30px;
}

/*category*/
.elementor-76 .elementor-element.elementor-element-4fde6005 .jeg-elementor-kit.jkit-postblock .jkit-post-category, .elementor-76 .elementor-element.elementor-element-4fde6005 .jeg-elementor-kit.jkit-postblock.postblock-type-3 .jkit-post-category {
    background: #6cb7db !important;!i;!;
    !i;!;
}

.elementor-76 .elementor-element.elementor-element-4fde6005 .jeg-elementor-kit.jkit-postblock .jkit-post-category a {
    color: #fff !important;!i;!;
}

/*testimonial*/
div#testimonialinner .testimonial-box.hover-from-left {
    height: 300px;
    margin-bottom: 36px;
    border-radius: 16px;
}

.jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .profile-info {
    position: absolute;
    bottom: 0;
    top: 80%;
    left: 0;
    right: 0;
}









.airport-table-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #353856;
    border-radius: 16px;
}

.airport-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* One column for the Airport names and four for the locations */
    gap: 10px;
    text-align: center;
    background-color: #343857;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
}

.grid-header {
    font-weight: bold;
    background-color: #4c4f6a;
    padding: 10px;
    border-radius: 5px;
}

.airport-name {
    background-color: #505270;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: left;
    !i;!;
    line-height: 40px;
    padding-left: 16px;
	font-size:14px;
}

.miles-price {
    background-color: #505270;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.miles {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.price {
    font-weight: bold;
    font-size: 1rem;
}

.sub-header {
    DISPLAY: flex;
    justify-content: space-between;
}



.miles {
    background: #fff;
    color: #000;
    padding: 8px;
    border-radius: 7px;
    width: 76px;
    margin-bottom: 0px !important;!i;!;
}


.price {
    background: #fff;
    color: #000;
    padding: 8px;
    border-radius: 7px;
    width: 76px;
    font-weight:500 !important;
}

.miles-header {
    width: 100%;
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: 'Khula' !important;
}

.price-header {
    width: 100%;
    font-size: 15px !important;!i;!;
    font-weight: bold !important;!i;!;
    font-family: 'Khula' !important;!i;!;
}

/*trainandbusschedule*/
.transport-schedule-wrapper {
    background-color: #353856;
    padding: 20px;
    border-radius: 16px;
    margin-top: 10px;
}

.schedule-section h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 26px;
}

.schedule-section p {
    font-weight: bold;
    margin-bottom: -3px;
    position: absolute;
    color: #fff;
    padding-top: 44px;
    padding-left: 3px;
}

.departure-times div {
    background-color: #f5f5f5;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    height: 43px;
    line-height: 36px;
    padding-left: 12px;
}

.departure-times strong {
    display: inline-block;
    width: 150px;
}


.departure-times {
    width: 80%;
    !i;!;
    margin-left: 28px;
}

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

/*pircepermiles*/

.price-table {
                    font-family: Arial, sans-serif;
                    background-color: #363855;
                    border-collapse: collapse;
                    width: 100%;
                    margin: 11px auto;
                    border-radius: 15px;
                }
                .price-table th, .price-table td {
                    padding: 8px 12px;
                    text-align: left;
                    color: #fff;
                }
                .price-table th {
                    background-color: #3c3d57;
                    color: #fff;
                    font-size: 16px;
                    font-weight: bold;
                    border: 1px solid #ffffff1f;
                }
                .price-table td {
                    font-size: 15px;
                    font-weight: 600;
                    border: 1px solid #ffffff21;
                }
                .price-table-header {
                    text-align: center;
                    font-weight: bold;
                    color: #fff;
                    padding: 15px;
                    background-color: #373854;
                    border-radius: 15px;
                    font-size: 38px;
                    border: 0;
					padding-bottom: 0px !important;
                }
                .price-table-row-heading {
                    font-weight: bold;
                }
           


.airport-name:hover , .grid-header:hover {
    background: #5db0d9 !important;!i;!;
}

.airport-name.active ,.grid-header.active  {
    background: #5db0d9 !important;!i;!;
}

div#numberid a:hover {
    color: #9b642b;
}

div#numberid:hover i {
    color: #fff !important;
}


/*slickslider*/

button.slick-prev.slick-arrow {
    position: absolute;
    left: -88px;
    background: #4FAFDB !important;!i;!;
    width: 1%;
    font-size: 0;
    padding-left: 20px;
    padding-right: 33px;
}

.slick-prev:before {
    line-height: 0;
    !i;!;
    background: url(/wp-content/uploads/2024/10/arrow-right-circle.png)no-repeat;
    !i;!;
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    left: 19px;
    right: 0;
    top: 12px;
}

button.slick-next.slick-arrow {
     position: absolute;
    right: -88px;
    background: #4FAFDB !important;!i;!;
    width: 1%;
    font-size: 0;
    padding-left: 20px;
    padding-right: 33px;
}

.slick-next:before {
    line-height: 0;
    background: url(/wp-content/uploads/2024/10/arrow-right-circle-1.png)no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    left: 19px;
    right: 0;
    top: 12px;
}

.elementor-81 .elementor-element.elementor-element-b9e0a8e .elementor-nav-menu .elementor-item {
    padding-left: 9px;
}

#logohome img {
    width: 260px !important;
}