/* ============================================================
   tcx-new-sections.css
   Styles for the new homepage sections:
   - End to End Logistics Solutions
   - Industries We Serve
   - Popular Routes
   - Testimonials
   - Client CTA Banner
   Prefix "tcx-" is used throughout to avoid clashing with any
   existing theme / Elementor classes on the page.
   ============================================================ */

:root {
    --tcx-orange: #ff6900;      /* matches the page's existing --wp--preset--color--luminous-vivid-orange */
    --tcx-orange-dark: #e05e00;
    --tcx-navy: #0e2238;
    --tcx-navy-dark: #091625;
    --tcx-text-dark: #1c2b3a;
    --tcx-text-muted: #5c6b7a;
    --tcx-border: #e6e9ed;
    --tcx-bg-alt: #f7f9fb;
}

.tcx-section {
    padding: 50px 20px;
    box-sizing: border-box;
}

.tcx-section * {
    box-sizing: border-box;
}

.tcx-container {
    max-width: 1400px;
    margin: 0 auto;
}




.tcx-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #3b3488;
    margin: 0 0 12px;
    font-family: 'Roboto', sans-serif;
}


.tcx-routes h2.tcx-heading {
    margin-bottom: 40px;
}


.for_dark {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 0px;
    font-family: 'Roboto', sans-serif;
}

.tcx-subheading {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--tcx-text-muted);
    margin: 0 0 40px;
}

/* ---------- End to End Logistics Solutions ---------- */

.tcx-logistics {
    background: #000;
}

.tcx-logistics-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.tcx-logistics-card {
    background: var(--tcx-bg-alt);
    border: 1px solid var(--tcx-border);
    border-radius: 10px;
    padding: 24px 24px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    border: 1px solid #48b7e9;
    border-bottom: 4px solid #5eb1d5;
}

.tcx-logistics-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(14, 34, 56, 0.1);
    background: #ffffff;
}

.tcx-logistics-card .tcx-icon {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 16px;
    background: #383086;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 3px 4px #f7c600;
}

.tcx-logistics-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--tcx-text-dark);
    margin: 0;
    line-height: 1.4;
}

.tcx-cta-icon img {
    width: 100px;
}

/* ---------- Industries We Serve ---------- */

.tcx-industries {
    background: var(--tcx-bg-alt);
}

.tcx-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.tcx-icon img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}


.tcx-industry-card {
    background: #ffffff;
    border: 1px solid var(--tcx-border);
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 10px;
    overflow: hidden;
}

.tcx-industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(14, 34, 56, 0.08);
}

.tcx-industry-card .tcx-icon {
    font-size: 28px;
    color: var(--tcx-navy);
    margin-bottom: 0px;
}

.tcx-industry-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    background: #1b1b1b;
    padding: 15px;
}
/* ---------- Popular Routes ---------- */

.tcx-routes {
    background: #ffffff;
}

.tcx-routes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tcx-route-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--tcx-bg-alt);
    /* border: 1px solid var(--tcx-border); */
    border-radius: 8px;
    padding: 22px 18px;
    font-weight: 600;
    color: var(--tcx-text-dark);
    font-size: 18px;
    border: 1px solid #37b0e7;
    border-bottom: 4px solid #3b3488;
    justify-content: center;
}

.tcx-route-card i.fa-location-dot {
    color: var(--tcx-orange);
    font-size: 14px;
}

.tcx-route-arrow {
    color: var(--tcx-text-muted);
    font-size: 13px;
}

/* ---------- Testimonials ---------- */

.tcx-testimonials {
    background: var(--tcx-bg-alt);
}

.tcx-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tcx-testimonial-card {
    background: #ffffff;
    border: 1px solid var(--tcx-border);
    border-radius: 10px;
    padding: 32px 26px;
    position: relative;
}

.tcx-quote-icon {
    color: var(--tcx-orange);
    font-size: 22px;
    opacity: 0.5;
    margin-bottom: 14px;
    display: block;
}

.tcx-testimonial-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--tcx-text-dark);
    margin: 0 0 16px;
}

.tcx-testimonial-card h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--tcx-text-muted);
    margin: 0;
}

/* ---------- Client CTA Banner ---------- */

.tcx-cta-banner {
    background: linear-gradient(120deg, var(--tcx-navy) 0%, var(--tcx-navy-dark) 100%);
    padding: 30px 20px;
}

.tcx-cta-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.tcx-cta-icon {
    flex: 0 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tcx-cta-icon i {
    font-size: 34px;
    color: var(--tcx-orange);
}

.tcx-cta-text {
    flex: 1 1 320px;
}

.tcx-cta-text h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
}

.tcx-cta-text p {
    color: #c6cdd6;
    font-size: 15px;
    margin: 0;
}

.tcx-cta-buttons {
    flex: 0 0 auto;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tcx-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tcx-btn-solid {
    background: var(--tcx-orange);
    color: #ffffff;
}

.tcx-btn-solid:hover {
    background: var(--tcx-orange-dark);
    color: #ffffff;
}

.tcx-btn-outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.tcx-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

.elementor-50 .elementor-element.elementor-element-e405538, .elementor-50 .elementor-element.elementor-element-b4bccbe, .elementor-50 .elementor-element.elementor-element-e737fae, .elementor-50 .elementor-element.elementor-element-d0a8899 {
    padding: 50px 0 !important;
}

.elementor-50 .elementor-element.elementor-element-597554c{
    padding: 0px !important;
}


/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1024px) {
    .tcx-logistics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tcx-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tcx-routes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tcx-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tcx-section {
        padding: 30px 16px;
    }
    .tcx-heading {
        font-size: 26px;
    }
    .tcx-logistics-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .tcx-industries-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .tcx-routes-grid {
        grid-template-columns: 1fr;
    }
    .tcx-testimonials-grid {
        grid-template-columns: 1fr;
    }
    .tcx-cta-inner {
        justify-content: center;
        text-align: center;
    }
    .tcx-cta-buttons {
        width: 100%;
        justify-content: center;
    }

    .tcx-icon img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}

    h2, .qodef-h2 {
        font-size: 24px !important;
        line-height: 45px;
    }

    .tcx-logistics-card .tcx-icon {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 16px;
    background: #383086;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 3px 4px #f7c600;
}


}

@media (max-width: 480px) {
    .tcx-logistics-grid {
        grid-template-columns: 100%;
    }
    .tcx-industries-grid {
        grid-template-columns: 100%;
    }
    .tcx-route-card {
        font-size: 14px;
    }
    .tcx-cta-text h2 {
        font-size: 21px;
    }

        section.qodef-elementor-content-grid>.elementor-container {
        width: calc(100% - 40px) !important;
    }

    .qodef-content-grid{
        width: calc(100% - 40px) !important;
    }

    #qodef-page-mobile-header .qodef-mobile-header-logo-link {
    padding: 0 0 0 15px !important;
}

#qodef-page-footer-middle-area-inner {
    padding: 30px 0 29px 0 !important;
}

.tcx-btn {
    width: 100%;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}


}
