.elementor-4267 .elementor-element.elementor-element-65c565e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for html, class: .elementor-element-38e9575 *//* GLOBAL WRAPPER */
.transit-wrapper { background: #ffffff; overflow-x: hidden; }

.transit-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: 'Lato', sans-serif;
}

/* HERO BANNER */
.transit-hero {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

/* GRID LAYOUT */
.transit-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 80px;
}

/* HEADERS & ACCENTS */
.transit-eyebrow {
    color: #a3051e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}

.transit-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1.1;
}

.transit-accent-bar {
    width: 60px;
    height: 4px;
    background: #a3051e;
    margin: 25px 0 45px;
}

/* TYPOGRAPHY - LATO 400 16/29 BLACK */
.transit-text-body p {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 29px !important;
    color: #000000 !important;
    margin-bottom: 25px;
}

.transit-lead {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    border-left: 4px solid #a3051e;
    padding-left: 30px;
    margin-bottom: 40px !important;
}

/* ACTION BUTTONS */
.transit-link-area {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.transit-btn {
    display: inline-block;
    padding: 16px 30px;
    background: #a3051e;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s ease;
}

.transit-btn-outline {
    display: inline-block;
    padding: 16px 30px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s ease;
}

.transit-btn:hover, .transit-btn-outline:hover {
    transform: translateY(-3px);
    opacity: 0.9;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* SIDEBAR & VISIBLE NUMBERS */
.transit-sticky { position: sticky; top: 40px; }

.tod-card {
    background: #ffffff;
    padding: 40px 25px;
    border: 1px solid #eee;
    border-top: 4px solid #a3051e;
}

.tod-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 30px;
    text-align: center;
}

.tod-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fdfcfc;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}

.tod-num {
    font-size: 24px;
    font-weight: 900;
    color: #cccccc;
    transition: 0.3s;
}

.tod-info strong { display: block; font-size: 15px; color: #000; transition: 0.3s; }
.tod-info span { font-size: 12px; color: #666; display: block; }

/* HOVER EFFECTS */
.tod-item:hover {
    background: #fff;
    border-color: #eee;
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(163, 5, 30, 0.05);
}

.tod-item:hover .tod-num, .tod-item:hover .tod-info strong { color: #a3051e; }

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .transit-grid { grid-template-columns: 1fr; }
    .transit-hero { height: 320px; }
    .transit-sidebar { margin-top: 40px; }
    .transit-container { padding: 40px 20px; }
    .transit-link-area { flex-direction: column; }
}/* End custom CSS */