.elementor-547 .elementor-element.elementor-element-ac2790a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS for html, class: .elementor-element-5ca90ea *//* TRANSPORT SECTION */
.transport-section{
    padding:80px 20px;
    background: linear-gradient(135deg,#1e293b,#0f766e);
    color:#fff;
    text-align:center;
}

/* CONTAINER */
.transport-container{
    max-width:1000px;
    margin:auto;
}

/* TITLE */
.transport-container h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:10px;
    background:linear-gradient(90deg,#38bdf8,#22c55e);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* HIGHLIGHT */
.highlight{
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
    color:#a7f3d0;
}

/* DESCRIPTION */
.description{
    font-size:16px;
    line-height:1.8;
    opacity:0.95;
    margin-bottom:15px;
}

/* FEATURES */
.transport-features{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:15px;
}

/* FEATURE BOX */
.feature{
    background:rgba(255,255,255,0.1);
    padding:15px;
    border-radius:10px;
    backdrop-filter: blur(8px);
    transition:0.3s;
}

.feature:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,0.2);
}

/* RESPONSIVE */
@media(max-width:768px){
    .transport-container h1{
        font-size:30px;
    }

    .highlight{
        font-size:18px;
    }
}/* End custom CSS */