/* ===== FMCG Logistics Page ===== */

.fmcg-section-wrapper {
    font-family: "Red Hat Display", sans-serif;
    color: #353535;
}

.fmcg-section-wrapper .no-padding { padding: 0 !important; }
.fmcg-section-wrapper .sf-hidden { display: none !important; }

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

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

.fmcg-section-wrapper .sliders .slider-content .slider-header {
    color: var(--ct-red);
    font-weight: 700;
    font-size: 71px;
    height: auto;
    line-height: 85px;
    margin-bottom: 22px;
}

.fmcg-section-wrapper .sliders .slider-content .slider-sub-header {
    font-size: 32px;
    color: #191919;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 375px;
    max-height: 157px;
    overflow: hidden;
}

.fmcg-section-wrapper .slider-img-res {
    max-width: 100%;
    height: auto;
}

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

.fmcg-section-wrapper .btn-getintouch-slider {
    background-color: var(--ct-red);
    color: #FFFFFF;
    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;
    border: none;
    cursor: pointer;
}

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

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

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

.fmcg-section-wrapper .freight-sol-row {
    margin: 0 -30px;
}

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

.fmcg-section-wrapper .freight-sol-card {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
}

.fmcg-section-wrapper .freight-sol-icon {
    height: 72px;
    width: 72px;
    margin-right: 16px;
    flex-shrink: 0;
}

.fmcg-section-wrapper .freight-sol-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

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

/* Collapsing Cards (Challenges) */
.fmcg-section-wrapper .collapsing-card {
    background: #FFFFFF;
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
}

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

.fmcg-section-wrapper .collapsing-card li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.fmcg-section-wrapper .collapsing-card li:last-child {
    margin-bottom: 0;
}

.fmcg-section-wrapper .collapsing-card .icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0;
}

.fmcg-section-wrapper .collapsing-card .icon img {
    width: 100%;
    height: 100%;
}

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

.fmcg-section-wrapper .collapsing-card span > span {
    font-size: 16px;
    line-height: 24px;
    color: #7F7F7F;
    display: block;
}

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

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

.fmcg-section-wrapper .application-card-header {
    padding: 20px 0;
}

.fmcg-section-wrapper .application-card-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #353535;
}

.fmcg-section-wrapper .application-btn {
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    background: none;
    border: none;
    color: #353535;
    cursor: pointer;
    min-width: 20px;
}

.fmcg-section-wrapper .application-card-body {
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #7F7F7F;
}

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

/* Buttons */
.fmcg-section-wrapper .btn-getintouch,
.fmcg-section-wrapper .btn-getintouch.fs-16 {
    background-color: var(--ct-red);
    color: #FFFFFF;
    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;
    border: none;
    cursor: pointer;
}

.fmcg-section-wrapper .btn-getintouch:hover,
.fmcg-section-wrapper .btn-getintouch:focus {
    background-color: #c6251b;
    color: #fff;
}

/* Why Wift / Market Sections */
.fmcg-section-wrapper .why-wift-sections {
    padding: 0 12px 20px 12px;
    max-width: 1440px;
}

.fmcg-section-wrapper .why-wift-sections .freight-sol-heading {
    text-align: center;
    margin-bottom: 20px;
}

.fmcg-section-wrapper .why-wift-sections h4 {
    font-size: 18px;
    line-height: 28px;
    color: #7F7F7F;
    max-width: 800px;
    margin: 0 auto 40px;
}

.fmcg-section-wrapper .full-width-center {
    text-align: center;
    margin-bottom: 15px;
}

.fmcg-section-wrapper .why-wift-img {
    width: 131px;
    height: 131px;
}

.fmcg-section-wrapper .text-content {
    text-align: center;
}

.fmcg-section-wrapper .why-wift-title {
    font-size: 20px;
    font-weight: bold;
    color: #353535;
    display: block;
    margin-bottom: 8px;
}

.fmcg-section-wrapper .why-wift-description {
    font-size: 16px;
    line-height: 24px;
    color: #7F7F7F;
    display: block;
}

/* Customer Services / Stats */
.fmcg-section-wrapper .customer-services {
    text-align: center;
}

.fmcg-section-wrapper .customer-services-heading {
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
    color: #353535;
    margin-bottom: 20px;
}

.fmcg-section-wrapper .customer-services h4 {
    font-size: 18px;
    line-height: 28px;
    color: #7F7F7F;
    max-width: 800px;
    margin: 0 auto 40px;
}

.fmcg-section-wrapper .customer-services-row {
    margin: 0 -20px;
}

.fmcg-section-wrapper .customer-services-row > * {
    padding: 0 20px;
    margin-bottom: 30px;
}

.fmcg-section-wrapper .customer-services-card {
    background: #FFFFFF;
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.fmcg-section-wrapper .customer-services-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.fmcg-section-wrapper .customer-services-card-title {
    font-size: 36px;
    font-weight: bold;
    color: var(--ct-red);
    margin-bottom: 5px;
}

.fmcg-section-wrapper .customer-services-card-text {
    font-size: 16px;
    color: #7F7F7F;
}

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

.fmcg-section-wrapper .amx-form-entry-container { margin-bottom: 15px; }
.fmcg-section-wrapper .amx-form-entry-container label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #353535;
}

.fmcg-section-wrapper .amx-label-asterisk { color: var(--ct-red); }

.fmcg-section-wrapper .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;
}

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

.fmcg-section-wrapper .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;
}

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

/* Trending / Blog */
.fmcg-section-wrapper .container.trending-container {
    background: #fff;
    width: 100%;
    max-width: 100%;
    padding: 48px 70px 100px 70px;
}

.fmcg-section-wrapper .TrendingBgcolor-White { background-color: #fff; }

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

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

.fmcg-section-wrapper .whats-post-img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.fmcg-section-wrapper .trending-text-title-4 {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    padding-top: 10px;
    line-height: 25px;
}

.fmcg-section-wrapper .trending-comment-h3 {
    font-size: 18px;
    color: #808284;
    padding: 0;
    margin: 0;
}

.fmcg-section-wrapper .trending-comment-p-4 {
    font-size: 14px;
    margin: 0;
}

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

@media (max-width: 1366px) {
    .fmcg-section-wrapper .application-section { padding: 50px 60px; }
    .fmcg-section-wrapper .application-accordion { margin-right: 50px; }
}

@media (max-width: 1199px) {
    .fmcg-section-wrapper .application-section { padding: 40px 30px; }
    .fmcg-section-wrapper .application-accordion { margin-right: 30px; }
    .fmcg-section-wrapper .application-banner { max-width: 378px; }
}

@media (max-width: 1024px) {
    .fmcg-section-wrapper .sliders .slider-content { position: relative; top: 0; padding-top: 0; }
    .fmcg-section-wrapper .sliders .slider-content .slider-sub-header { font-size: 24px; line-height: 30px; max-width: 230px; }
    .fmcg-section-wrapper .sliders .slider-content .slider-header { font-size: 45px; height: auto; line-height: 65px; }
    .fmcg-section-wrapper .slider-section .slider-section-row { min-height: 300px; }
}

@media (max-width: 991px) {
    .fmcg-section-wrapper .application-section { padding: 30px 20px; }
    .fmcg-section-wrapper .application-accordion { margin-right: 0; margin-left: 0; max-width: none; }
    .fmcg-section-wrapper .application-banner.for-desktop { display: none; }
    .fmcg-section-wrapper .freight-sol-heading { font-size: 25px; line-height: 30px; margin-bottom: 20px; }
    .fmcg-section-wrapper .pardot-form-section-title { font-size: 25px; }
    .fmcg-section-wrapper .freight-sol-card { padding: 24px 20px; }
    .fmcg-section-wrapper .freight-sol-icon { width: 48px; height: 48px; margin-right: 16px; }
    .fmcg-section-wrapper .collapsing-card { padding: 20px; }
    .fmcg-section-wrapper .customer-services-card-title { font-size: 28px; }
    .fmcg-section-wrapper .why-wift-sections { padding: 0 20px 20px; }
}

@media (max-width: 767px) {
    .fmcg-section-wrapper .slider-section { padding: 0.5rem 1rem; }
    .fmcg-section-wrapper .sliders .slider-content { text-align: center; margin-bottom: 30px !important; }
    .fmcg-section-wrapper .sliders .slider-content .slider-sub-header { margin: 0 auto; }
    .fmcg-section-wrapper .slider-section .slider-section-row { min-height: 0; }
    .fmcg-section-wrapper .application-section { padding: 30px 16px; }
    .fmcg-section-wrapper .freight-sol-card { flex-direction: column; text-align: center; padding: 20px 16px; }
    .fmcg-section-wrapper .freight-sol-icon { margin-right: 0; margin-bottom: 10px; }
    .fmcg-section-wrapper .freight-sol-text { text-align: center; }
    .fmcg-section-wrapper .collapsing-card { padding: 16px; }
    .fmcg-section-wrapper .collapsing-card li { flex-direction: column; }
    .fmcg-section-wrapper .collapsing-card .icon { margin-right: 0; margin-bottom: 10px; }
    .fmcg-section-wrapper .pardot-form-section-title { font-size: 22px; text-align: center; }
    .fmcg-section-wrapper .icon-middle-bottom img { margin: 0 auto; }
    .fmcg-section-wrapper .container.trending-container { padding: 30px 16px; }
    .fmcg-section-wrapper .why-wift-sections { padding: 0 16px 20px; }
}

@media (max-width: 575px) {
    .fmcg-section-wrapper .sliders .slider-content .slider-header { font-size: 32px; line-height: 40px; }
    .fmcg-section-wrapper .sliders .slider-content .slider-sub-header { font-size: 18px; line-height: 24px; }
    .fmcg-section-wrapper .freight-sol-heading { font-size: 22px; }
    .fmcg-section-wrapper .trending-header-title label { font-size: 24px; }
    .fmcg-section-wrapper .customer-services-heading { font-size: 24px; }
}
