/* ===== Freight Forwarding Page ===== */

/* Hero / Slider Section */
.freight-section .no-padding {
    padding: 0 !important;
}

.freight-section .container.slider-section {
    background-color: #fff !important;
    max-width: 100% !important;
    padding: 50px 10% 0;
}

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

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

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

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

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

.freight-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;
    line-height: 20px;
    letter-spacing: 0.3px;
    min-width: 179px;
    display: inline-block;
    text-align: center;
    margin-top: 22px;
    border: none;
}

.freight-section .btn.btn-getintouch-slider:hover {
    background-color: var(--ct-red-dark);
    color: #fff;
}

/* First Section - Freight Solutions Cards */
.freight-section .first-section {
    padding: 0 10%;
}

.freight-section .freight-sol-heading {
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    color: #353535;
}

.freight-section .freight-sol-subheading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
    color: #353535;
}

.freight-section .box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
}

.freight-section .box-header {
    margin-bottom: 15px;
}

.freight-section .box-header .col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.freight-section .freight-type-logo {
    width: 50px;
    height: auto;
}

.freight-section .box p {
    font-size: 16px;
    line-height: 24px;
    color: #7F7F7F;
    margin: 0;
}

.freight-section .rounded-btn {
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
}

.freight-section .red-button {
    background-color: var(--ct-red);
    color: #fff !important;
    border: none;
}

.freight-section .red-button:hover {
    background-color: var(--ct-red-dark);
    color: #fff !important;
}

/* Application Section */
.freight-section .application-section {
    margin-bottom: 50px;
    padding: 50px 120px 0;
    width: 100%;
}

/* Collapsing Cards (Benefits) */
.freight-section .collapsing-card {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.freight-section .collapsing-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.freight-section .collapsing-card li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.freight-section .collapsing-card li:last-child {
    border-bottom: none;
}

.freight-section .collapsing-card .icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.freight-section .collapsing-card .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.freight-section .collapsing-card h5 {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    margin-bottom: 5px;
}

.freight-section .collapsing-card li > span > span {
    font-size: 15px;
    line-height: 22px;
    color: #7F7F7F;
}

.freight-section .collapsing-card a {
    color: var(--ct-red);
    text-decoration: none;
}

.freight-section .collapsing-card a:hover {
    text-decoration: underline;
}

/* lg-gutter */
.freight-section .lg-gutter {
    margin: 0 -30px;
}

.freight-section .lg-gutter > div {
    padding: 0 30px;
    margin-bottom: 30px;
}

/* Freight Solution Cards (Value-Added) */
.freight-section .freight-sol-row {
    margin: 0 -30px;
}

.freight-section .freight-sol-row > * {
    padding: 0 30px;
    margin-bottom: 30px;
}

.freight-section .freight-sol-card {
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    height: 100%;
}

.freight-section .freight-sol-icon {
    height: 80px;
    margin-bottom: 15px;
}

.freight-section .freight-sol-icon img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.freight-section .freight-sol-text {
    font-size: 16px;
    line-height: 24px;
    color: #7F7F7F;
}

.freight-section .freight-sol-btn .btn {
    padding: 9px 30px;
    font-weight: normal;
}

.freight-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;
    transition: all 0.2s linear;
}

.freight-section .btn-getintouch:hover {
    background-color: var(--ct-red-dark);
}

/* Application Accordion */
.freight-section .application-accordion {
    margin-right: 100px;
}

.freight-section .application-card {
    border-bottom: 1px solid #7F7F7F;
}

.freight-section .application-card-header {
    padding: 20px 0;
    cursor: pointer;
}

.freight-section .application-card-title,
.freight-section .application-btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.freight-section .application-card-title {
    color: #353535;
}

.freight-section .application-btn {
    padding: 0 !important;
    background: none;
    border: none;
    color: #353535;
}

.freight-section .application-btn.minus {
    color: var(--ct-red);
    display: none;
}

.freight-section .application-card.opened .application-btn.plus {
    display: none;
}

.freight-section .application-card.opened .application-btn.minus {
    display: block;
}

.freight-section .application-card-body {
    padding: 0 30px 20px 0;
}

.freight-section .application-card-body p {
    font-size: 16px;
    line-height: 24px;
    color: #6D7278;
    margin: 0;
}

.freight-section .application-banner {
    width: 100%;
    margin-left: auto;
    max-width: 516px;
    border-radius: 16px;
}

/* Certifications */
.freight-section .certification-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 30px 0;
    flex-wrap: wrap;
}

.freight-section .certification-logos img {
    max-height: 120px;
    width: auto;
}

/* Business Enquiry Form */
.freight-section .business-enquiry-form {
    padding-bottom: 60px;
}

.freight-section .ct-business-enquiry {
    max-width: 1440px;
    margin: 0 auto;
}

.freight-section .pardot-form-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #353535;
}

.freight-section .ct-form-entry-container {
    margin-bottom: 15px;
}

.freight-section .ct-form-entry-container label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #353535;
}

.freight-section .ct-label-asterisk {
    color: var(--ct-red);
}

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

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

.freight-section .ct-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='%23063C87' 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;
}

.freight-section .icon-middle-bottom img {
    width: 100%;
    max-width: 543px;
    height: auto;
}

.freight-section .terms {
    color: var(--ct-red);
    text-decoration: none;
}

.freight-section .terms:hover {
    text-decoration: underline;
}

/* Trending / Blog Section */
.freight-section .trending-container {
    padding: 60px 10%;
    background: #f8f8f8;
}

.freight-section .trending-header-title {
    text-align: center;
    margin-bottom: 40px;
}

.freight-section .trending-header-title label {
    font-size: 32px;
    font-weight: 700;
    color: #353535;
}

.freight-section .whats-post-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.freight-section .trending-text-title-4 {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    margin-top: 15px;
    line-height: 24px;
}

.freight-section .trending-comment-h3 {
    font-size: 16px;
    color: var(--ct-red);
    margin: 0;
}

.freight-section .trending-comment-p-4 {
    font-size: 14px;
    color: #7F7F7F;
    margin: 0;
}

/* sf-hidden helper */
.freight-section .sf-hidden {
    display: none !important;
}

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

@media (max-width: 1559px) {
    .freight-section .application-accordion {
        max-width: 728px;
        margin-right: 0;
    }

    .freight-section .application-banner {
        max-height: 482px;
        max-width: 446px;
    }
}

@media (max-width: 1366px) {
    .freight-section .application-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .freight-section .application-accordion {
        margin-left: 0;
    }

    .freight-section .freight-sol-row {
        margin: 0 -25px;
    }

    .freight-section .freight-sol-row > * {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 1199px) {
    .freight-section .application-section {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .freight-section .application-banner {
        max-width: 378px;
    }

    .freight-section .freight-sol-row {
        margin: 0 -20px;
    }

    .freight-section .freight-sol-row > * {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 25px;
    }

    .freight-section .freight-sol-card {
        padding: 24px 20px;
    }
}

@media (max-width: 1024px) {
    .freight-section .sliders .slider-content {
        position: relative;
        top: 0;
        padding-top: 0;
    }

    .freight-section .sliders .slider-content .slider-sub-header {
        font-size: 18px;
        line-height: 26px;
        max-width: 280px;
    }

    .freight-section .sliders .slider-content .slider-header {
        font-size: 28px;
        line-height: 36px;
    }

    .freight-section .slider-section .slider-section-row {
        min-height: 300px;
    }

    .freight-section .application-banner {
        max-width: none;
        max-height: none;
        margin-top: 50px;
    }

    .freight-section .application-accordion {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .freight-section .first-section {
        padding: 0 20px;
    }

    .freight-section .freight-sol-heading {
        font-size: 24px;
        line-height: 28px;
    }

    .freight-section .freight-sol-subheading {
        font-size: 18px;
        line-height: 26px;
    }

    .freight-section .freight-sol-text {
        font-size: 16px;
        line-height: 24px;
    }

    .freight-section .freight-sol-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .freight-section .freight-sol-row > * {
        padding-left: 15px;
        padding-right: 15px;
    }

    .freight-section .application-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .freight-section .application-card-title,
    .freight-section .application-btn {
        font-size: 20px;
        line-height: 24px;
    }

    .freight-section .icon-middle-bottom img {
        display: none;
    }

    .freight-section .collapsing-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .freight-section .slider-section {
        padding: 0.5rem 1rem;
    }

    .freight-section .slider-section .sliders .slider-content {
        margin-bottom: 30px !important;
        text-align: center;
    }

    .freight-section .slider-section .slider-content {
        min-height: 150px;
        padding: 0 0 10px 0;
    }

    .freight-section .slider-section .slider-section-row {
        min-height: 0;
    }

    .freight-section .sliders .slider-content .slider-sub-header {
        margin: 0 auto;
    }

    .freight-section .first-section {
        padding: 0 16px;
    }

    .freight-section .freight-sol-row > * {
        margin-bottom: 10px;
    }

    .freight-section .application-section {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }

    .freight-section .trending-container {
        padding: 40px 16px;
    }

    .freight-section .certification-logos {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .freight-section .sliders .slider-content .slider-header {
        font-size: 24px;
        line-height: 32px;
    }

    .freight-section .sliders .slider-content .slider-sub-header {
        font-size: 16px;
        line-height: 22px;
    }

    .freight-section .pardot-form-section-title {
        font-size: 24px;
    }

    .freight-section .freight-sol-heading {
        font-size: 22px;
        line-height: 28px;
    }
}
