/* ===== Express Services Page ===== */

.express-section .no-padding { padding: 0 !important; }

/* Hero / Slider Section */
.express-section .container.slider-section {
    background-color: #fff !important;
    max-width: 100% !important;
    padding: 50px 10% 0;
}

.express-section .slider-section .slider-section-row { min-height: 400px; }

.express-section .sliders .slider-content { position: relative; padding-top: 70px; }

.express-section .sliders .slider-content .slider-header {
    color: var(--ct-red); font-weight: 700; font-size: 36px; line-height: 46px; margin-bottom: 22px;
}

.express-section .sliders .slider-content .slider-sub-header {
    font-size: 20px; color: #191919; line-height: 30px; max-width: 375px;
}

.express-section .slider-img-res { width: 70% !important; height: auto !important; }

.express-section .btn.btn-getintouch-slider {
    background-color: var(--ct-red); color: #fff; border-radius: 30px; text-decoration: none;
    padding: 9.5px 20px; font-weight: 500; font-size: 16px; min-width: 179px;
    display: inline-block; text-align: center; margin-top: 22px; border: none;
}

.express-section .btn.btn-getintouch-slider:hover { background-color: #c6251b; color: #fff; }

/* Tabs Section */
.express-section .parent-tab-sections { background-color: #fff; }

.express-section .tabs-sections {
    max-width: 1200px; margin: 0 auto; padding: 0 15px;
}

.express-section .ship-details-tabs {
    position: relative; top: -77px; z-index: 10;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.express-section .ship-details-tabs .nav-tabs {
    border: none !important;
    justify-content: space-around;
    gap: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 8px 8px 0 0;
    flex-wrap: nowrap;
}

.express-section .ship-details-tabs .nav-tabs .nav-item {
    list-style: none;
    flex: 1;
    text-align: center;
    position: relative;
}

.express-section .ship-details-tabs .nav-tabs .nav-item .border-top-tabs {
    height: 4px;
    background: transparent;
    border-radius: 4px 4px 0 0;
    transition: background 0.2s;
}

.express-section .ship-details-tabs .nav-tabs .nav-item .border-top-tabs.active-border {
    background: var(--ct-red);
}

.express-section .ship-details-tabs .nav-tabs .nav-item a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px 15px;
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: color 0.2s;
}

.express-section .ship-details-tabs .nav-tabs .nav-item a:hover { color: var(--ct-red); }
.express-section .ship-details-tabs .nav-tabs .nav-item a.active { color: var(--ct-red); }

.express-section .ship-details-tabs .nav-tabs .nav-item a .tab-icon {
    margin-bottom: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.express-section .ship-details-tabs .nav-tabs .nav-item a .tab-icon svg {
    width: auto;
    height: 30px;
}

.express-section .ship-details-tabs .nav-tabs .nav-item a .tab-icon svg path,
.express-section .ship-details-tabs .nav-tabs .nav-item a .tab-icon svg rect,
.express-section .ship-details-tabs .nav-tabs .nav-item a .tab-icon svg circle {
    fill: #353535;
    transition: fill 0.2s;
}

.express-section .ship-details-tabs .nav-tabs .nav-item a:hover .tab-icon svg path,
.express-section .ship-details-tabs .nav-tabs .nav-item a:hover .tab-icon svg rect,
.express-section .ship-details-tabs .nav-tabs .nav-item a:hover .tab-icon svg circle,
.express-section .ship-details-tabs .nav-tabs .nav-item a.active .tab-icon svg path,
.express-section .ship-details-tabs .nav-tabs .nav-item a.active .tab-icon svg rect,
.express-section .ship-details-tabs .nav-tabs .nav-item a.active .tab-icon svg circle {
    fill: var(--ct-red);
}

.express-section .ship-details-tabs .nav-tabs .nav-item a .tab-label {
    font-size: 16px;
    font-weight: 500;
}

.express-section .tab-content {
    padding: 30px 40px 35px;
    background: #fff;
}

/* Track Input */
.express-section .track-input-row {
    display: flex;
    gap: 15px;
    align-items: stretch;
    margin-bottom: 20px;
}

.express-section .track-input-group {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.express-section .track-input-group:focus-within {
    border-color: var(--ct-red);
}

.express-section .track-input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #f8f8f8;
    height: 50px;
    border-right: 1px solid #e0e0e0;
}

.express-section .track-input-icon svg path { fill: var(--ct-red); }

.express-section .track-input-text {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 15px !important;
    font-size: 16px !important;
    flex: 1;
    height: 50px;
}

.express-section .track-input-text:focus { box-shadow: none !important; }

.express-section .track-btn-submit {
    background-color: var(--ct-red);
    color: #fff;
    border-radius: 6px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: 52px;
    min-width: 120px;
    transition: background 0.2s;
}

.express-section .track-btn-submit:hover { background-color: #c6251b; color: #fff; }

.express-section .tracking-option-footer { margin-top: 15px; }
.express-section .tracking-option {
    font-size: 14px; color: #7F7F7F; line-height: 22px; font-weight: 400;
}
.express-section .tracking-option a { color: var(--ct-red); text-decoration: none; }
.express-section .tracking-option a:hover { text-decoration: underline; }

.express-section .rate-calc-placeholder p { font-size: 18px; color: #7F7F7F; margin-bottom: 20px; }

/* Help Section */
.express-section .help-section-wrapper { background-color: #fff; padding: 0 10%; }

.express-section .help-heading {
    font-size: 32px; font-weight: bold; color: #353535; text-align: center;
}

.express-section .industry-subheading {
    font-size: 18px; color: #7F7F7F; text-align: center; max-width: 800px; margin: 0 auto 30px; line-height: 28px;
}

/* Industry Cards */
.express-section .industry-container { max-width: 1200px; margin: 0 auto; padding-bottom: 40px; }

.express-section .industry-card {
    padding: 25px; background: #fff; box-shadow: 0px 6px 16px rgba(232,232,232,0.72);
    border-radius: 8px; height: 100%; transition: transform 0.2s;
}

.express-section .industry-card:hover { transform: translateY(-3px); }

.express-section .industry-icon { height: 90px; display: flex; align-items: center; margin-bottom: 15px; }
.express-section .industry-card-title { font-size: 18px; font-weight: bold; color: #353535; margin-bottom: 8px; }
.express-section .industry-card-text { font-size: 15px; line-height: 22px; color: #7F7F7F; }

/* Industry CTA */
.express-section .industry-cta-buttons {
    background: #f8f8f8; border-radius: 12px; padding: 30px; height: 100%;
    display: flex; flex-direction: column; justify-content: center;
}

.express-section .industry-cta-icon { margin-bottom: 15px; }
.express-section .industry-heading { font-size: 22px; font-weight: bold; color: #353535; }
.express-section .industry-btn-outline, .express-section .industry-btn-contained { margin-top: 10px; }

.express-section .btn-redborder {
    display: inline-block; border: 2px solid var(--ct-red); color: var(--ct-red); border-radius: 24px;
    padding: 8px 20px; font-size: 14px; font-weight: 600; text-decoration: none;
}

.express-section .btn-redborder:hover { background: var(--ct-red); color: #fff; }

.express-section .industry-btn-contained .btn-getintouch {
    background-color: var(--ct-red); color: #fff; border-radius: 24px; padding: 8px 20px;
    font-size: 14px; font-weight: 600; text-decoration: none; display: inline-block; border: none;
}

.express-section .industry-btn-contained .btn-getintouch:hover { background-color: #c6251b; }

.express-section .first-card { margin-bottom: 20px; }
.express-section .odd-card, .express-section .even-card { margin-bottom: 20px; }
.express-section .industry-cta-cards .row > div { margin-bottom: 20px; }

/* Shop & Ship Banner */
.express-section .homepage-shop-ship-section { padding: 40px 10%; }

.express-section .homepage-shop-ship {
    background: linear-gradient(90deg, #FFFFFF 20%, rgba(255,255,255,0) 75%), url('/images/express-shopship-bg.png');
    border-radius: 16px; background-size: cover; background-repeat: no-repeat; background-position: top right;
}

.express-section .homepage-shop-ship h2 { color: #000 !important; font-size: 25px !important; font-weight: 700; }
.express-section .homepage-shop-ship p { color: #666; line-height: 21px; font-size: 18px; }

.express-section .rounded-btn { color: #fff; border-radius: 24px; padding: 10px 20px; font-size: 14px; font-weight: 400; text-decoration: none; }
.express-section .red-button { background-color: var(--ct-red); }
.express-section .red-button:hover { background-color: var(--ct-red-dark); color: #fff; }

/* Domestic & International Solutions */
.express-section .domestic-solution-section { padding: 40px 10%; background: #fff; }

.express-section .domestic-banner-img { max-height: 400px; width: 100%; object-fit: cover; display: block; }

.express-section .domestic-heading {
    font-size: 32px; font-weight: bold; color: #353535; margin-top: 30px;
}

.express-section .domestic-title a { color: var(--ct-red); font-size: 20px; font-weight: bold; text-decoration: none; }
.express-section .domestic-title a:hover { text-decoration: underline; }

.express-section .domestic-text { font-size: 16px; line-height: 24px; color: #7F7F7F; margin-top: 10px; }

.express-section .btn-getintouch {
    background-color: var(--ct-red); color: #fff; border-radius: 30px; padding: 10px 30px;
    font-size: 16px; font-weight: 700; border: none; cursor: pointer; text-decoration: none; display: inline-block;
}

.express-section .btn-getintouch:hover { background-color: #c6251b; color: #fff; }

/* Value Added Services */
.express-section .service-section { background-color: #FAFAFA; margin-bottom: 100px; padding: 0; }
.express-section .service-container { width: 100%; max-width: 1366px; padding: 50px 98px; margin: 0 auto; }
.express-section .service-banner { width: 100%; max-height: 565px; border-radius: 16px; object-fit: cover; }
.express-section .service-content-wrapper { padding-left: 30px; }
.express-section .service-heading { font-size: 32px; line-height: 43px; font-weight: bold; color: #353535; text-align: center; margin-bottom: 30px; }
.express-section .service-text { font-size: 21px; line-height: 31px; color: #7F7F7F; max-width: 425px; margin-bottom: 30px; }
.express-section .service-btn-wrapper { text-align: center; }

/* Sales & Press */
.express-section .sales-section { background: #fff; padding-top: 0; }
.express-section .sales-row.bg-gradient { background: var(--ct-red) !important; background-image: linear-gradient(125deg, var(--ct-red) 28%, #0d5bb5 93%) !important; }
.express-section .sales-row { border-radius: 8px; padding: 54px 56px; margin: 0 0 100px; }
.express-section .sales-inner-row { align-items: center; }

.express-section .sales-img { max-height: 202px; max-width: 202px; border-radius: 100px; border: 3px solid #FFFFFF; object-fit: contain; }

.express-section .sales-heading { font-size: 32px; line-height: 43px; font-weight: bold; color: #fff; margin-bottom: 15px; }
.express-section .sales-text { font-size: 18px; line-height: 25px; color: #fff; max-width: 302px; margin-bottom: 20px; }
.express-section .sales-btn-wrapper { text-align: left; }
.express-section .btn-sales { background: #fff; color: var(--ct-red); box-shadow: 0px 3px 6px #00000029; min-width: 142px; }
.express-section .btn-sales:hover { background: #f0f0f0; color: var(--ct-red); }

/* App Review */
.express-section .app-view-container { width: 100%; padding: 80px 123px 112px; background-color: #fff; }
.express-section .app-review-section-1 { max-width: 606px; }

.express-section .app-review-topic { margin-bottom: 60px; display: flex; align-items: center; justify-content: center; }
.express-section .app-review-topic img { margin-right: 15px; }
.express-section .app-review-heading { font-size: 32px; line-height: 43px; color: #353535; text-align: center; margin-bottom: 0; font-weight: bold; }

.express-section .app-review-icon { margin-bottom: 16px; }
.express-section .app-review-icon img { display: block; }
.express-section .app-review-label { max-width: 252px; min-height: 75px; }
.express-section .app-review-label br { display: none; }
.express-section .app-review-title { font-size: 18px; line-height: 25px; color: #353535; font-weight: bold; display: block; }
.express-section .app-review-subtitle { font-size: 18px; line-height: 25px; color: #6D7278; display: block; }

.express-section .app-review-rating { align-items: center; margin-right: auto; margin-left: auto; max-width: 284px; text-align: center; margin-bottom: 31px; margin-top: 48px; display: block; }
.express-section .app-review-rating img { margin-right: 10px; max-width: 284px; max-height: 34px; display: block; margin-left: auto; }
.express-section .app-review-rating-number { color: #1B1F27; font-size: 20px; line-height: 24px; margin-top: 15px; }

.express-section .app-review-btn-group { display: flex; align-items: center; margin-left: 30px; justify-content: center; }
.express-section .app-review-btn-group a:first-child { margin-right: 15px; }
.express-section .app-review-btn-group a:nth-child(2) { margin-right: 10px; }
.express-section .new-app-apps img { height: auto; }
.express-section .img-store { max-height: 40px; }

.express-section .app-review-img { text-align: center; position: relative; max-width: 516px; }
.express-section .app-review-img img { display: block; z-index: 5; position: relative; width: 485px; max-width: 100%; margin: 0 auto; }

/* Trending / Blog */
.express-section .trending-container { padding: 60px 10%; background: #fff; }
.express-section .trending-header-title { text-align: center; margin-bottom: 40px; }
.express-section .trending-header-title label { font-size: 32px; font-weight: 700; color: #353535; }
.express-section .whats-post-img { width: 100%; height: auto; border-radius: 12px; object-fit: cover; }
.express-section .trending-text-title-4 { font-size: 18px; font-weight: bold; color: #353535; margin-top: 15px; line-height: 24px; }
.express-section .trending-comment-h3 { font-size: 16px; color: var(--ct-red); margin: 0; }
.express-section .trending-comment-p-4 { font-size: 14px; color: #7F7F7F; margin: 0; }

/* Business Enquiry Form */
.express-section .business-enquiry-form { padding-bottom: 60px; }
.express-section .amx-business-enquiry { max-width: 1440px; margin: 0 auto; }
.express-section .pardot-form-section-title { font-size: 32px; font-weight: 700; color: #353535; }

.express-section .amx-form-entry-container { margin-bottom: 15px; }
.express-section .amx-form-entry-container label { display: block; margin-bottom: 5px; font-size: 16px; color: #353535; }
.express-section .amx-label-asterisk { color: var(--ct-red); }

.express-section .amx-form-entry-container .form-control {
    border: none; border-bottom: 1px solid #ccc; border-radius: 0; padding: 10px 0; font-size: 16px; box-shadow: none;
}

.express-section .amx-form-entry-container .form-control:focus { border-color: var(--ct-red); box-shadow: none; }

.express-section .amx-cp-form-select {
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DC291E' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat; background-position: right 0 center; background-size: 16px; padding-right: 24px;
}

.express-section .icon-middle-bottom img { width: 100%; max-width: 543px; height: auto; }
.express-section .terms { color: var(--ct-red); text-decoration: none; }
.express-section .terms:hover { text-decoration: underline; }

.express-section .sf-hidden { display: none !important; }

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

@media (max-width: 1199px) {
    .express-section .help-section-wrapper { padding: 0 30px; }
    .express-section .domestic-solution-section { padding: 30px; }
    .express-section .trending-container { padding: 40px 30px; }
    .express-section .homepage-shop-ship-section { padding: 30px; }
}

@media (max-width: 991px) {
    .express-section .sliders .slider-content { padding-top: 0; }
    .express-section .ship-details-tabs { top: 0; }
    .express-section .help-heading { font-size: 24px; }
    .express-section .industry-cta-cards .row > div { margin-bottom: 15px; }
    .express-section .service-container { padding: 30px 30px; }
    .express-section .service-text { font-size: 18px; line-height: 25px; max-width: none; }
    .express-section .service-heading { margin-top: 20px; margin-bottom: 20px; }
    .express-section .service-content-wrapper { padding-left: 0; }
    .express-section .sales-row { padding: 25px; margin-bottom: 50px; }
    .express-section .sales-text { font-size: 16px; line-height: 22px; max-width: none; }
    .express-section .sales-heading { font-size: 25px; line-height: 30px; margin-bottom: 20px; }
    .express-section .sales-img { max-height: 175px; max-width: 175px; }
    .express-section .app-view-container { padding: 30px 30px 60px; }
    .express-section .app-review-section-1 { max-width: none; margin-bottom: 40px; }
    .express-section .app-review-section-1 > * { margin-bottom: 20px; }
    .express-section .app-review-section-1 .row > * { margin-bottom: 46px; }
    .express-section .app-review-label { max-width: 258px; }
    .express-section .app-review-rating { margin-top: 5px; margin-left: auto; margin-right: auto; }
    .express-section .app-review-img img { width: 100%; max-width: 424px; margin-left: auto; margin-right: auto; }
    .express-section .app-review-img { max-width: none; }
    .express-section .app-review-btn-group { margin-left: 0; }
    .express-section .app-review-heading { font-size: 24px; line-height: 28px; margin-bottom: 20px; }
    .express-section .app-review-rating-number { font-size: 24px; line-height: 37px; }
    .express-section .app-review-topic { justify-content: center; margin-top: 20px; }
    .express-section .app-review-title { font-size: 20px; line-height: 24px; }
    .express-section .app-review-subtitle { font-size: 16px; line-height: 24px; }
}

@media (max-width: 767px) {
    .express-section .slider-section { padding: 0.5rem 1rem; }
    .express-section .sliders .slider-content { text-align: center; padding: 0 0 20px 0; }
    .express-section .sliders .slider-content .slider-sub-header { margin: 0 auto; }
    .express-section .ship-details-tabs { top: 0; }
    .express-section .ship-details-tabs .nav-tabs { flex-wrap: wrap; }
    .express-section .ship-details-tabs .nav-tabs .nav-item { flex: 1 1 33%; }
    .express-section .ship-details-tabs .nav-tabs .nav-item a { padding: 12px 8px 10px; }
    .express-section .ship-details-tabs .nav-tabs .nav-item a .tab-label { font-size: 13px; }
    .express-section .track-input-row { flex-direction: column; }
    .express-section .track-btn-submit { width: 100%; height: 48px; }
    .express-section .tab-content { padding: 20px 15px 25px; }
    .express-section .help-section-wrapper { padding: 0 16px; }
    .express-section .domestic-solution-section { padding: 20px 16px; }
    .express-section .trending-container { padding: 30px 16px; }
    .express-section .homepage-shop-ship-section { padding: 20px 16px; }
    .express-section .homepage-shop-ship { background-size: unset; background-position: unset; }
    .express-section .service-container { padding: 20px 20px; }
    .express-section .service-heading { font-size: 22px; }
    .express-section .service-text { font-size: 16px; line-height: 22px; max-width: none; text-align: center; }
    .express-section .service-btn-wrapper { text-align: center; }
    .express-section .sales-row { padding: 20px; }
    .express-section .sales-heading { margin-top: 10px; margin-bottom: 10px; text-align: center; }
    .express-section .sales-text { text-align: center; }
    .express-section .sales-btn-wrapper { text-align: center; }
    .express-section .app-view-container { padding: 20px 20px 60px; }
    .express-section .app-review-topic { margin-top: 20px; margin-bottom: 63px; flex-direction: column; }
    .express-section .app-review-topic img { margin-right: 0; margin-bottom: 14px; }
    .express-section .app-review-icon { margin-bottom: 15px; }
    .express-section .app-review-icon img { margin: 0 auto; }
    .express-section .app-review-label { text-align: center; max-width: 252px; margin: 0 auto; }
    .express-section .app-review-img { margin-top: 40px; }
    .express-section .app-review-img img { margin: 0 auto; }
    .express-section .app-review-btn-group { flex-direction: column; margin-bottom: 20px; margin-left: 0; }
    .express-section .app-review-btn-group a:first-child { margin-right: 0; order: 2; margin-top: 15px; }
    .express-section .app-review-btn-group a:nth-child(2) { margin-right: 0; margin-bottom: 15px; }
    .express-section .app-review-rating img { max-width: 268px; }
    .express-section .app-review-heading { margin-bottom: 0; }
}

@media (max-width: 575px) {
    .express-section .sliders .slider-content .slider-header { font-size: 24px; line-height: 32px; }
    .express-section .sliders .slider-content .slider-sub-header { font-size: 16px; line-height: 22px; }
    .express-section .pardot-form-section-title { font-size: 24px; }
    .express-section .help-heading { font-size: 22px; }
    .express-section .domestic-heading { font-size: 24px; }
    .express-section .service-heading { font-size: 22px; }
    .express-section .trending-header-title label { font-size: 24px; }
}
