/* ===== Healthcare Solutions Page ===== */

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

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

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

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

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

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

.healthcare-section .sliders .slider-content .slider-sub-header p { margin: 0; }

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

.healthcare-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;
}

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

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

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

.healthcare-section .logcon-subheading {
    font-size: 20px;
    font-weight: 400;
    color: #7F7F7F;
}

/* Benefit Section */
.healthcare-section .benefit-section {
    padding: 60px 10%;
}

.healthcare-section .benefit-banner {
    background: linear-gradient(135deg, var(--ct-red) 0%, var(--ct-red) 100%);
    border-radius: 16px;
    padding: 40px;
    color: #fff;
}

.healthcare-section .benefit-banner h2 {
    color: #fff !important;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 30px;
}

.healthcare-section .benefit-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.healthcare-section .benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.healthcare-section .benefit-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 75px;
    color: rgba(255,255,255,0.9);
}

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

.healthcare-section .application-accordion { margin-right: 100px; }

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

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

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

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

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

.healthcare-section .application-btn.minus { color: var(--ct-red); display: none; }
.healthcare-section .application-card.opened .application-btn.plus { display: none; }
.healthcare-section .application-card.opened .application-btn.minus { display: block; }

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

.healthcare-section .application-banner {
    width: 100%;
    max-width: 516px;
    border-radius: 16px;
}

.healthcare-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;
}

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

/* Support / Compliance Section */
.healthcare-section .support-section {
    padding: 50px 10%;
    background: #f8f8f8;
    align-items: flex-start;
}

.healthcare-section .support-heading {
    font-size: 32px;
    font-weight: bold;
    color: #353535;
    margin-bottom: 30px;
}

.healthcare-section .support-text {
    font-size: 18px;
    line-height: 28px;
    color: #7F7F7F;
    margin-bottom: 20px;
}

/* Kazt Logistics Chic Section (Specialised) */
.healthcare-section .wift-chic-section {
    padding: 60px 10%;
    background: #fff;
}

.healthcare-section .wift-chic-container {
    max-width: 1440px;
    margin: 0 auto;
}

.healthcare-section .wift-chic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.healthcare-section .wift-chic-text {
    font-size: 18px;
    line-height: 28px;
    color: #353535;
    padding: 12px 0 12px 30px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.healthcare-section .wift-chic-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--ct-red);
}

.healthcare-section .wift-chic-banner {
    max-width: 400px;
    width: 100%;
    border-radius: 16px;
}

/* Healthcare Warehouse Section */
.healthcare-section .healthcare-warehouse-section {
    padding: 60px 10%;
    background: #f8f8f8;
}

.healthcare-section .healthcare-warehouse-title {
    font-size: 32px;
    font-weight: bold;
    color: #353535;
    text-align: center;
    margin-bottom: 15px;
}

.healthcare-section .healthcare-warehouse-description {
    font-size: 18px;
    line-height: 28px;
    color: #7F7F7F;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.healthcare-section .healthcare-warehouse-container {
    max-width: 1200px;
    margin: 0 auto;
}

.healthcare-section .healthcare-warehouse-row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.healthcare-section .healthcare-warehouse-image-col {
    flex: 1;
    min-width: 300px;
}

.healthcare-section .healthcare-warehouse-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 6px 16px rgba(0,0,0,0.1);
}

.healthcare-section .healthcare-warehouse-content-col {
    flex: 1;
    min-width: 300px;
}

.healthcare-section .healthcare-warehouse-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.healthcare-section .healthcare-warehouse-list-item {
    font-size: 16px;
    line-height: 24px;
    color: #7F7F7F;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.healthcare-section .healthcare-warehouse-label {
    font-weight: bold;
    color: #353535;
}

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

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

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

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

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

.healthcare-section .trending-comment-h3 { font-size: 16px; color: var(--ct-red); margin: 0; }
.healthcare-section .trending-comment-p-4 { font-size: 14px; color: #7F7F7F; margin: 0; }

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

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

.healthcare-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;
}

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

.healthcare-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;
}

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

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

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

@media (max-width: 1559px) {
    .healthcare-section .application-accordion { max-width: 728px; margin-right: 0; }
    .healthcare-section .application-banner { max-height: 482px; max-width: 446px; }
}

@media (max-width: 1366px) {
    .healthcare-section .application-section { padding-left: 40px; padding-right: 40px; }
    .healthcare-section .application-accordion { margin-left: 0; }
    .healthcare-section .freight-sol-row { margin: 0 -25px; }
    .healthcare-section .freight-sol-row > * { padding-left: 25px; padding-right: 25px; }
}

@media (max-width: 1199px) {
    .healthcare-section .application-section { padding-left: 30px; padding-right: 30px; padding-top: 30px; }
    .healthcare-section .application-banner { max-width: 378px; }
    .healthcare-section .freight-sol-row { margin: 0 -20px; }
    .healthcare-section .freight-sol-row > * { padding-left: 20px; padding-right: 20px; margin-bottom: 25px; }
}

@media (max-width: 1024px) {
    .healthcare-section .sliders .slider-content { position: relative; top: 0; padding-top: 0; }
    .healthcare-section .sliders .slider-content .slider-sub-header { font-size: 18px; line-height: 26px; max-width: 280px; }
    .healthcare-section .sliders .slider-content .slider-header { font-size: 28px; line-height: 36px; }
    .healthcare-section .slider-section .slider-section-row { min-height: 300px; }
    .healthcare-section .application-banner { max-width: none; max-height: none; margin-top: 50px; }
    .healthcare-section .application-accordion { max-width: none; }
}

@media (max-width: 991px) {
    .healthcare-section .benefit-section { padding: 40px 20px; }
    .healthcare-section .freight-sol-heading { font-size: 24px; line-height: 28px; }
    .healthcare-section .application-section { padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px; }
    .healthcare-section .application-card-title, .healthcare-section .application-btn { font-size: 20px; line-height: 24px; }
    .healthcare-section .support-section { padding: 40px 20px; }
    .healthcare-section .wift-chic-section { padding: 40px 20px; }
    .healthcare-section .healthcare-warehouse-section { padding: 40px 20px; }
    .healthcare-section .trending-container { padding: 40px 20px; }
    .healthcare-section .icon-middle-bottom img { display: none; }
}

@media (max-width: 767px) {
    .healthcare-section .slider-section { padding: 0.5rem 1rem; }
    .healthcare-section .slider-section .sliders .slider-content { margin-bottom: 30px !important; text-align: center; }
    .healthcare-section .slider-section .slider-content { min-height: 150px; padding: 0 0 10px 0; }
    .healthcare-section .slider-section .slider-section-row { min-height: 0; }
    .healthcare-section .sliders .slider-content .slider-sub-header { margin: 0 auto; }
    .healthcare-section .benefit-banner { padding: 25px 20px; }
    .healthcare-section .benefit-text { margin-left: 0; }
    .healthcare-section .application-section { padding-left: 16px; padding-right: 16px; padding-top: 16px; padding-bottom: 16px; margin-bottom: 30px; }
    .healthcare-section .healthcare-warehouse-row { flex-direction: column; }
}

@media (max-width: 575px) {
    .healthcare-section .sliders .slider-content .slider-header { font-size: 24px; line-height: 32px; }
    .healthcare-section .sliders .slider-content .slider-sub-header { font-size: 16px; line-height: 22px; }
    .healthcare-section .pardot-form-section-title { font-size: 24px; }
    .healthcare-section .freight-sol-heading { font-size: 22px; line-height: 28px; }
    .healthcare-section .healthcare-warehouse-title { font-size: 24px; }
}
