.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==== Global Font & Base Reset ==== */
body {
    font-family: 'Inter', 'Poppins', sans-serif;
    color: #2c3e50;
    background: #f8fcff;
}

/* ==== Page Header ==== */
h1, h2, h3 {
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 24px;
}

h1::after, h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #00a8ff;
    display: block;
    margin: 12px auto 0;
    border-radius: 4px;
}

/* ==== Route Info Box ==== */
.route-info-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    margin: 40px auto;
    max-width: 800px;
    transition: all 0.3s ease;
}

.route-info-box:hover {
    transform: scale(1.01);
}

/* ==== Table Styling ==== */
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

table th {
    background: #0077ff;
    color: white;
    font-size: 16px;
    padding: 14px;
}

table td {
    padding: 14px;
    font-size: 15px;
    border-top: 1px solid #eef1f5;
    text-align: center;
}

/* ==== Hover Row Effect ==== */
table tr:hover {
    background: #f0f8ff;
}

/* ==== Image Style ==== */
img {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.07);
    transition: 0.3s ease;
}

img:hover {
    transform: scale(1.03);
}

/* ==== About Box / Footer Section ==== */
.about-box {
    background: #ecf8ff;
    padding: 25px;
    border-left: 5px solid #00b894;
    border-radius: 12px;
    font-size: 15px;
    margin-top: 50px;
    line-height: 1.7;
    color: #2c3e50;
}

/* ==== Icons / Emojis ==== */
.elementor-icon, .elementor-widget-icon {
    color: #00a8ff !important;
}

/* ==== Responsive Fix ==== */
@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    table th, table td {
        font-size: 13px;
        padding: 10px;
    }

    .route-info-box {
        padding: 20px;
    }
}/* End custom CSS */