/* ==========================================
   HERO SECTION
========================================== */

.hero-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fffafa 48%,
            #f3fcf7 100%
        );
    padding: 40px 0 30px;
    isolation: isolate;
}

.hero-wrapper {
    min-height: 450px;
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    align-items: center;
    gap: 10px;
}


/* ==========================================
   DECORATIVE SHAPES
========================================== */

.hero-shape {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.hero-shape-one {
    width: 450px;
    height: 450px;
    right: -180px;
    top: -180px;
    border-radius: 50%;
    background: rgba(237, 28, 36, 0.045);
}

.hero-shape-two {
    width: 320px;
    height: 320px;
    left: -180px;
    bottom: -170px;
    border-radius: 50%;
    background: rgba(8, 185, 87, 0.05);
}


/* ==========================================
   HERO CONTENT
========================================== */

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
}

.hero-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 10px 7px 7px;
    margin-bottom: 7px;
    border: 1px solid rgba(237, 28, 36, 0.14);
    border-radius: 50px;
    background: #fff;
    color: #444;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 7px 25px rgba(20, 20, 20, 0.05);
}

.badge-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #ed1c24;
    font-size: 13px;
}

.hero-content h1 {
    max-width: 650px;
    margin: 0 0 7px;
    color: #161616;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.8px;
    font-weight: 700;
}

.hero-content h1 span {
    display: block;
    color: #ed1c24;
}

.hero-description {
    max-width: 630px;
    margin: 0 0 7px;
    color: #2d3031;
    font-size: 15px;
    line-height: 1.75;
}


/* ==========================================
   HERO BUTTONS
========================================== */

.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 16px;
}

.hero-btn {
    min-height: 40px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-btn-primary {
    min-width: 120px;
    padding: 0 16px;
    gap: 20px;
    background: #ed1c24;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(237, 28, 36, 0.20);
}

.hero-btn-primary span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.hero-btn-primary > i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.hero-btn-primary:hover {
    background: #c81018;
    transform: translateY(-3px);
    box-shadow: 0 15px 32px rgba(237, 28, 36, 0.28);
}

.hero-btn-primary:hover > i {
    transform: translateX(4px);
}


/* Call Button */

.hero-btn-call {
    gap: 10px;
    padding: 5px 17px 5px 7px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.call-btn-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #ed1c24;
    color: #fff;
    font-size: 13px;
}

.call-btn-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.call-btn-content small {
    color: #8a9293;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.call-btn-content strong {
    color: #171717;
    font-size: 13px;
}

.hero-btn-call:hover {
    border-color: #ed1c24;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.07);
}


/* ==========================================
   TRUST ITEMS
========================================== */

.hero-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.trust-icon {
    width: 39px;
    height: 39px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #effbf4;
    color: #08b957;
    font-size: 13px;
}

.trust-item strong,
.trust-item small {
    display: block;
}

.trust-item strong {
    color: #252525;
    font-size: 14px;
    line-height: 1.3;
}

.trust-item small {
    margin-top: 2px;
    color: #858d8f;
    font-size: 12px;
}


/* ==========================================
   HERO VISUAL
========================================== */

.hero-visual {
    position: relative;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-circle {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(237, 28, 36, 0.10);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.07),
        inset 0 0 0 22px rgba(8, 185, 87, 0.035);
}

.hero-circle::before {
    content: "";
    position: absolute;
    inset: 25px;
    border: 1px dashed rgba(237, 28, 36, 0.16);
    border-radius: 50%;
}


/* ==========================================
   HERO IMAGE
========================================== */

.hero-image-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    width: 100%;
    max-width: 570px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.14));
    animation: ambulanceFloat 5s ease-in-out infinite;
}

@keyframes ambulanceFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}


/* ==========================================
   EMERGENCY CARD
========================================== */

.hero-emergency-card {
    position: absolute;
    z-index: 5;
    top: 92px;
    left: -5px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 11px 15px 11px 10px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 10px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);

    animation: cardFloat 4s ease-in-out infinite;
}

.emergency-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff0f1;
    color: #ed1c24;
}

.emergency-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.emergency-info span {
    color: #7a8182;
    font-size: 13px;
}

.emergency-info strong {
    color: #191919;
    font-size: 14px;
}

.online-dot {
    width: 8px;
    height: 8px;
    margin-left: 4px;
    border-radius: 50%;
    background: #08b957;
    box-shadow: 0 0 0 4px rgba(8, 185, 87, 0.10);
}

@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


/* ==========================================
   MEDICAL CARD
========================================== */

.hero-medical-card {
    position: absolute;
    z-index: 5;
    right: -10px;
    bottom: 90px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 11px 15px 11px 10px;

    background: #fff;
    border: 1px solid #ededed;
    border-radius: 10px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
}

.medical-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #effbf4;
    color: #08b957;
}

.hero-medical-card strong,
.hero-medical-card span {
    display: block;
}

.hero-medical-card strong {
    color: #1c1c1c;
    font-size: 14px;
}

.hero-medical-card span {
    margin-top: 3px;
    color: #858d8f;
    font-size: 13px;
}


/* ==========================================
   MEDICAL PLUS
========================================== */

.medical-plus {
    position: absolute;
    color: #ed1c24;
    opacity: 0.20;
    font-size: 30px;
    font-weight: 300;
}

.plus-one {
    top: 70px;
    right: 65px;
}

.plus-two {
    bottom: 85px;
    left: 55px;
    color: #08b957;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 900px) {

    .hero-section {
        padding: 60px 0;
    }

    .hero-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content {
        max-width: 750px;
        margin: 0 auto;
    }

    .hero-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content h1 {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons,
    .hero-trust {
        justify-content: center;
    }

    .hero-visual {
        height: 500px;
        max-width: 650px;
        width: 100%;
        margin: 10px auto 0;
    }

    .hero-circle {
        width: 430px;
        height: 430px;
    }

    .hero-image {
        max-width: 540px;
    }
}


@media (max-width: 600px) {

    .hero-section {
        padding: 45px 0 50px;
    }

    .hero-wrapper {
        min-height: auto;
    }

    .hero-badge {
        font-size: 10px;
    }

    .badge-icon {
        width: 27px;
        height: 27px;
    }

    .hero-content h1 {
        font-size: 23px;
        line-height: 1.12;
        letter-spacing: -1px;
        margin-bottom: 6px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 10px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-btn-primary {
        min-width: 100%;
    }

    .hero-trust {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 100%;
    }

    .trust-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .trust-item small {
        font-size: 8px;
    }

    .hero-visual {
        height: 360px;
        margin-top: 5px;
    }

    .hero-circle {
        width: 290px;
        height: 290px;
    }

    .hero-circle::before {
        inset: 15px;
    }

    .hero-image {
        width: 100%;
        max-width: 390px;
    }

    .hero-emergency-card {
        top: 25px;
        left: 0;
        padding: 7px 10px 7px 7px;
    }

    .emergency-icon,
    .medical-card-icon {
        width: 34px;
        height: 34px;
    }

    .emergency-info span {
        font-size: 8px;
    }

    .emergency-info strong {
        font-size: 9px;
    }

    .hero-medical-card {
        right: 0;
        bottom: 30px;
        padding: 7px 10px 7px 7px;
    }

    .hero-medical-card strong {
        font-size: 9px;
    }

    .hero-medical-card span {
        font-size: 8px;
    }

    .medical-plus {
        font-size: 22px;
    }

    .plus-one {
        right: 25px;
        top: 25px;
    }

    .plus-two {
        left: 20px;
        bottom: 25px;
    }
}


@media (max-width: 380px) {

    .hero-content h1 {
        font-size: 20px;
    }

    .hero-trust {
        gap: 5px;
    }

    .hero-visual {
        height: 320px;
    }

    .hero-circle {
        width: 255px;
        height: 255px;
    }

    .hero-emergency-card {
        transform: scale(0.85);
        transform-origin: left top;
    }

    .hero-medical-card {
        transform: scale(0.85);
        transform-origin: right bottom;
    }
}
/* ==========================================
   QUICK AMBULANCE REQUEST
========================================== */

.ambulance-request-section {
    position: relative;
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

.ambulance-request-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -260px;
    top: 40px;
    border-radius: 50%;
    background: rgba(8, 185, 87, 0.045);
    pointer-events: none;
}

.ambulance-request-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -220px;
    bottom: -170px;
    border-radius: 50%;
    background: rgba(237, 28, 36, 0.04);
    pointer-events: none;
}

.request-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    align-items: center;
    gap: 70px;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.request-content {
    max-width: 480px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 50px;
    background: #fff2f2;
    border: 1px solid rgba(237, 28, 36, 0.12);
    color: #ed1c24;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.section-tag i {
    font-size: 12px;
}

.request-content > h2 {
    margin: 8px 0 6px;
    color: #151515;
    font-size: 32px;
    line-height: 1.13;
    letter-spacing: -1.2px;
    font-weight: 600;
}

.request-content > h2 span {
    /* display: block; */
    color: #ed1c24;
}

.request-content > p {
    margin: 0;
    max-width: 460px;
    color: #414849;
    font-size: 15px;
    line-height: 1.75;
}


/* ==========================================
   REQUEST POINTS
========================================== */

.request-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 9px;
}

.request-point {
    display: flex;
    align-items: center;
    gap: 13px;
}

.point-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff1f2;
    color: #ed1c24;
    font-size: 15px;
}

.point-icon.green {
    color: #08b957;
    background: #effbf4;
}

.request-point strong,
.request-point a,
.request-point > div > span {
    display: block;
}

.request-point strong {
    margin-bottom: 3px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
}

.request-point a {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s ease;
}

.request-point a:hover {
    color: #c81018;
}

.request-point > div > span {
    color: #7d8586;
    font-size: 11px;
}


/* ==========================================
   FORM BOX
========================================== */

.request-form-box {
    position: relative;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(20, 20, 20, 0.09);
}

.request-form-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(
        90deg,
        #ed1c24 0%,
        #ed1c24 50%,
        #08b957 50%,
        #08b957 100%
    );
}


/* ==========================================
   FORM HEADING
========================================== */

.form-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 12px;
}

.form-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #fff1f2;
    color: #ed1c24;
    font-size: 17px;
}

.form-heading h2 {
    margin: 0 0 4px;
    color: #181818;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}

.form-heading p {
    margin: 0;
    color: #8a9091;
    font-size: 13px;
}


/* ==========================================
   FORM GRID
========================================== */

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 15px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    display: none;
}

.input-box {
    position: relative;
    height: 42px;
}

.input-box > i:first-child {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #ed1c24;
    font-size: 13px;
    pointer-events: none;
}

.input-box input,
.input-box select {
    width: 100%;
    height: 100%;
    padding: 0 14px 0 42px;
    border: 1px solid #e4e7e7;
    border-radius: 7px;
    outline: none;
    background: #fafcfc;
    color: #333;
    font-family: inherit;
    font-size: 12px;
    transition: 0.3s ease;
}

.input-box input::placeholder {
    color: #9ba1a2;
}

.input-box input:focus,
.input-box select:focus {
    border-color: #ed1c24;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.07);
}

.select-box select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.select-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8b9293;
    font-size: 9px;
    pointer-events: none;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.request-submit {
    width: 33%;
    height: 42px;
    margin-top: 7px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ed1c24;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(237, 28, 36, 0.17);
    transition: 0.3s ease;
    margin: auto;
    margin-top: 10px;
}

.request-submit span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.request-submit > i {
    transition: 0.3s ease;
}

.request-submit:hover {
    background: #c81018;
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(237, 28, 36, 0.24);
}

.request-submit:hover > i {
    transform: translateX(4px);
}


/* ==========================================
   FORM NOTE
========================================== */

.form-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 13px;
    color: #2a2f30;
    font-size: 13px;
    line-height: 1.5;
}

.form-note i {
    margin-top: 1px;
    color: #08b957;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1000px) {

    .request-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .request-content {
        max-width: 700px;
    }

    .request-content > p {
        max-width: 650px;
    }

}


@media (max-width: 600px) {

    .ambulance-request-section {
        padding: 60px 0;
    }

    .request-content > h2 {
        font-size: 24px;
    }

    .request-content > p {
        font-size: 14px;
    }

    .request-form-box {
        padding: 23px 18px;
        border-radius: 14px;
    }

    .request-form-box::before {
        left: 20px;
        right: 20px;
    }

    .form-heading {
        align-items: flex-start;
    }

    .form-heading h2 {
        font-size: 18px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .request-points {
        gap: 15px;
    }

    .point-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

}
/* ==========================================
   SERVICE HIGHLIGHTS
========================================== */

.service-highlights {
    position: relative;
    z-index: 5;
    padding: 0 0 80px;
    background: #fff;
}

.highlights-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #e9eeee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(20, 20, 20, 0.07);
    overflow: hidden;
}


/* ==========================================
   HIGHLIGHT ITEM
========================================== */

.highlight-item {
    position: relative;
    min-height: 130px;
    padding: 25px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

.highlight-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 28px;
    width: 1px;
    height: calc(100% - 56px);
    background: #e9eeee;
}

.highlight-item:hover {
    background: #fcfefe;
}


/* ==========================================
   ICON
========================================== */

.highlight-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.red-icon {
    background: #fff0f1;
    color: #ed1c24;
}

.green-icon {
    background: #effbf4;
    color: #08b957;
}

.highlight-item:hover .red-icon {
    background: #ed1c24;
    color: #fff;
    transform: translateY(-3px);
}

.highlight-item:hover .green-icon {
    background: #08b957;
    color: #fff;
    transform: translateY(-3px);
}


/* ==========================================
   CONTENT
========================================== */

.highlight-content h3 {
    margin: 0 0 6px;
    color: #181818;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.highlight-content p {
    max-width: 180px;
    margin: 0;
    color: #7b8384;
    font-size: 14px;
    line-height: 1.55;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1100px) {

    .highlights-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlight-item:nth-child(2)::after {
        display: none;
    }

    .highlight-item:nth-child(-n + 2) {
        border-bottom: 1px solid #e9eeee;
    }

}


@media (max-width: 650px) {

    .service-highlights {
        padding-bottom: 60px;
    }

    .highlights-wrapper {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .highlight-item {
        min-height: auto;
        padding: 20px;
    }

    .highlight-item:not(:last-child)::after {
        display: none;
    }

    .highlight-item:not(:last-child) {
        border-bottom: 1px solid #e9eeee;
    }

    .highlight-content p {
        max-width: none;
    }

}
/* ==========================================
   AMBULANCE LOCATIONS
========================================== */

.ambulance-locations-section {
    position: relative;
    padding: 30px 0;
    background: #f8faf8;
    overflow: hidden;
}

.ambulance-locations-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -300px;
    top: 160px;
    border-radius: 50%;
    background: rgba(8, 185, 87, 0.045);
    pointer-events: none;
}

.ambulance-locations-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -270px;
    bottom: -170px;
    border-radius: 50%;
    background: rgba(237, 28, 36, 0.04);
    pointer-events: none;
}


/* ==========================================
   HEADING
========================================== */

.locations-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 17px;
}

.locations-heading-content {
    max-width: 680px;
}

.location-tag {
    background: #effbf4;
    border-color: rgba(8, 185, 87, 0.13);
    color: #079447;
}

.location-tag i {
    color: #08b957;
}

.locations-heading h2 {
    margin: 3px 0 4px;
    color: #161616;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    font-weight: 600;
}

.locations-heading h2 span {
    color: #ed1c24;
}

.locations-heading p {
    max-width: 610px;
    margin: 0;

    color: #747c7d;
    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================
   VIEW ALL
========================================== */

.view-all-location {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    flex-shrink: 0;

    padding: 13px 17px;

    border: 1px solid #e5e9e8;
    border-radius: 7px;

    background: #fff;
    color: #292929;

    font-size: 11px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.view-all-location i {
    color: #ed1c24;
    font-size: 9px;
    transition: transform 0.3s ease;
}

.view-all-location:hover {
    border-color: #ed1c24;
    color: #ed1c24;
}

.view-all-location:hover i {
    transform: translateX(4px);
}


/* ==========================================
   LOCATION GRID
========================================== */

.locations-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}


/* ==========================================
   LOCATION CARD
========================================== */

.location-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 15px;
    border: 1px solid #e8eceb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20, 30, 25, 0.055);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.location-card:hover {
    transform: translateY(-7px);
    border-color: rgba(237, 28, 36, 0.22);
    box-shadow: 0 20px 45px rgba(20, 30, 25, 0.10);
}


/* ==========================================
   FEATURED PATNA CARD
========================================== */

.featured-location {
    border-color: rgba(237, 28, 36, 0.20);
}

.featured-location::before {
    content: "PRIMARY";
    position: absolute;
    top: 0;
    right: 20px;

    padding: 6px 10px;

    border-radius: 0 0 6px 6px;

    background: #ed1c24;
    color: #fff;

    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.7px;
}


/* ==========================================
   CARD TOP
========================================== */

.location-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.location-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #fff1f2;
    color: #ed1c24;
    font-size: 16px;
    transition: all 0.3s ease;
}

.location-card:hover .location-icon {
    background: #ed1c24;
    color: #fff;
    transform: scale(1.05);
}

.location-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #08a650;
    font-size: 13px;
    font-weight: 600;
}

.location-status i {
    font-size: 5px;
}


/* ==========================================
   CONTENT
========================================== */

.location-content {
    flex: 1;
}

.location-label {
    display: block;
    margin-bottom: 7px;
    color: #08a650;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.location-content h3 {
    margin: 0 0 9px;
    color: #202020;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.location-detail {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 11px;
    color: #727a7b;
    font-size: 13px;
    line-height: 1.1;
}

.location-detail i {
    width: 14px;
    margin-top: 2px;

    flex-shrink: 0;

    color: #ed1c24;
    font-size: 10px;
    text-align: center;
}

.location-detail a {
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease;
}

.location-detail a:hover {
    color: #ed1c24;
}


/* ==========================================
   CARD BOTTOM
========================================== */

.location-card-bottom {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 7px;
    padding-top: 4px;
    border-top: 1px solid #edf0ef;
}

.direction-btn,
.location-call-btn {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.direction-btn {
    border: 1px solid #e2e7e5;
    background: #fff;
    color: #4d5555;
}

.direction-btn i {
    color: #08b957;
}

.direction-btn:hover {
    border-color: #08b957;
    color: #078d44;
    background: #effbf4;
}

.location-call-btn {
    background: #ed1c24;
    color: #fff;
}

.location-call-btn:hover {
    background: #c81018;
    color: #fff;
    transform: translateY(-1px);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-card {
        min-height: 330px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .ambulance-locations-section {
        padding: 12px 0;
    }

    .locations-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .locations-heading h2 {
        font-size: 35px;
    }

    .locations-heading p {
        font-size: 13px;
    }

    .view-all-location {
        width: 100%;
        justify-content: space-between;
    }

    .locations-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .location-card {
        min-height: auto;
        padding: 20px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .locations-heading h2 {
        font-size: 23px;
    }

    .location-card-content h3 {
        font-size: 16px;
    }

    .location-card-bottom {
        grid-template-columns: 1fr 1fr;
    }

}
/* ==========================================
   HEALTHCARE SERVICES SECTION
========================================== */

.health-services-section {
    position: relative;
    padding: 30px 0;
    background: #ffffff;
    overflow: hidden;
}

.health-services-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -250px;
    top: -220px;
    border-radius: 50%;
    background: rgba(8, 185, 87, 0.045);
    pointer-events: none;
}

.health-services-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    left: -280px;
    bottom: -220px;
    border-radius: 50%;
    background: rgba(237, 28, 36, 0.035);
    pointer-events: none;
}


/* ==========================================
   HEADING
========================================== */

.services-heading {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 40px;
    margin-bottom: 42px;
}

.services-heading-left {
    max-width: 650px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 13px;
    border: 1px solid rgba(8, 185, 87, .16);
    border-radius: 50px;
    background: #f0fbf5;
    color: #2b2d2c;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.section-tag i {
    font-size: 11px;
}

.services-heading h2 {
    margin: 5px 0 5px;
    color: #151515;
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.services-heading h2 span {
    /* display: block; */
    color: #ed1c24;
}

.services-heading p {
    max-width: 580px;

    margin: 0;

    color: #70797a;

    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================
   EXPLORE BUTTON
========================================== */

.services-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 7px 14px;
    border: 1px solid #e4e8e7;
    border-radius: 9px;
    background: #ffffff;
    color: #242828;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    transition: all .35s ease;
}

.services-view-btn i {
    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ed1c24;
    color: #fff;

    font-size: 8px;

    transition: transform .35s ease;
}

.services-view-btn:hover {
    color: #ed1c24;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.09);
}

.services-view-btn:hover i {
    transform: translateX(3px);
}


/* ==========================================
   GRID
========================================== */

.services-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 16px;
}


/* ==========================================
   COMMON CARD
========================================== */

.service-card {
    position: relative;

    border: 1px solid #e7ebea;
    border-radius: 16px;

    background: #fff;

    overflow: hidden;

    box-shadow:
        0 10px 28px rgba(20, 35, 28, .055);

    transition:
        transform .45s cubic-bezier(.2,.8,.2,1),
        box-shadow .45s ease,
        border-color .45s ease;
}

.service-card:hover {
    transform: translateY(-7px);

    border-color: rgba(8,185,87,.22);

    box-shadow:
        0 22px 45px rgba(20, 35, 28, .11);
}


/* ==========================================
   PRIMARY AIR AMBULANCE
========================================== */

.service-featured {
    grid-column: span 3;

    min-height: 330px;

    display: grid;
    grid-template-columns: 1fr 1.02fr;

    background:
        linear-gradient(
            120deg,
            #fff8f8 0%,
            #ffffff 65%
        );

    border-color: rgba(237,28,36,.17);
}

.service-featured:hover {
    border-color: rgba(237,28,36,.30);

    box-shadow:
        0 25px 55px rgba(237,28,36,.10);
}


/* ==========================================
   SERVICE NUMBER
========================================== */

.service-number {
    position: absolute;
    z-index: 10;

    top: -1px;
    left: 20px;

    min-width: 48px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 0 0 8px 8px;

    background: #08a957;
    color: #fff;

    font-size: 18px;
    font-weight: 850;

    box-shadow: 0 7px 15px rgba(8,169,87,.20);

    transition: transform .35s ease;
}

.service-card:hover .service-number {
    transform: translateY(3px);
}

.service-featured .service-number {
    background: #ed1c24;

    box-shadow:
        0 7px 15px rgba(237,28,36,.22);
}


/* ==========================================
   FEATURED CONTENT
========================================== */

.featured-service-content {
    position: relative;
    z-index: 3;
    padding: 50px 14px 16px;
}

.service-label {
    display: block;
    margin-bottom: 5px;
    color: #ed1c24;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.featured-service-content h3 {
    margin: 0;
    color: #151515;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}


/* ==========================================
   TITLE LINE
========================================== */

.service-title-line {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 6px 0 6px;
}

.service-title-line span {
    width: 86px;
    height: 2px;

    background: #ed1c24;
}

.service-title-line i {
    color: #ed1c24;

    font-size: 13px;

    animation: heartbeat 2s ease-in-out infinite;
}

.green-line span {
    background: #08b957;
}

.green-line i {
    color: #08b957;
}

@keyframes heartbeat {

    0%, 100% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.2);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.15);
    }

}


/* ==========================================
   FEATURED DESCRIPTION
========================================== */

.featured-service-content > p {
    max-width: 400px;
    margin: 0;
    color: #626b6c;
    font-size: 13px;
    line-height: 1.75;
}


/* ==========================================
   FEATURED POINTS
========================================== */

.featured-points {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 10px;

    margin-top: 21px;
}

.featured-point {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.featured-point > span {
    width: 31px;
    height: 31px;

    min-width: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #f0dddd;
    border-radius: 7px;

    background: #fff;
    color: #ed1c24;

    font-size: 11px;

    box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

.featured-point strong,
.featured-point small {
    display: block;
}

.featured-point strong {
    color: #292d2d;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.featured-point small {
    margin-top: 2px;
    color: #474d4e;
    font-size: 11px;
    line-height: 1.35;
}


/* ==========================================
   FEATURED BUTTON
========================================== */

.featured-learn-btn {
    width: fit-content;
    margin-top: 13px;
    padding: 7px 9px;
    display: inline-flex;
    align-items: center;
    gap: 17px;
    border-radius: 6px;
    background: #ed1c24;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(237,28,36,.17);
    transition: all .35s ease;
}

.featured-learn-btn i {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;

    font-size: 7px;

    transition: transform .35s ease;
}

.featured-learn-btn:hover {
    background: #c81018;
    color: #fff;
    transform: translateY(-2px);
}

.featured-learn-btn:hover i {
    transform: translateX(4px);
}


/* ==========================================
   FEATURED IMAGE
========================================== */

.featured-image {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.featured-image::before {
    content: "";

    position: absolute;
    z-index: 2;

    left: -42px;
    top: -5%;

    width: 85px;
    height: 110%;

    border-right: 7px solid #ed1c24;

    border-radius: 50%;

    transform: rotate(7deg);
}

.featured-image::after {
    content: "";

    position: absolute;
    z-index: 3;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.10),
            transparent 35%
        );

    pointer-events: none;
}

.featured-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .8s cubic-bezier(.2,.8,.2,1);
}

.service-featured:hover .featured-image img {
    transform: scale(1.07);
}


/* ==========================================
   IMAGE SERVICE CARD
========================================== */

.image-service-card {
    grid-column: span 1;
    min-height: 340px;
    display: flex;
    flex-direction: column;
}


/* ==========================================
   IMAGE
========================================== */

.service-image-wrap {
    position: relative;

    height: 164px;

    overflow: hidden;

    background: #edf1ef;
}

.service-image-wrap::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(0,0,0,.08)
        );

    pointer-events: none;
}

.service-image-wrap img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .65s cubic-bezier(.2,.8,.2,1);
}

.image-service-card:hover .service-image-wrap img {
    transform: scale(1.09);
}


/* ==========================================
   IMAGE CARD NUMBER
========================================== */

.image-service-card .service-number {
    top: 0;
    left: 15px;

    min-width: 43px;
    height: 43px;

    font-size: 16px;
}


/* ==========================================
   IMAGE CARD CONTENT
========================================== */

.image-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 12px 11px;
}

.image-card-content h3 {
    min-height: 12px;
    margin: 0;
    color: #1c2321;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.image-card-content .service-title-line {
    margin: 5px 0 5px;
}

.image-card-content .service-title-line span {
    width: 65px;
}

.image-card-content p {
    margin: 0;
    color: #474e4e;
    font-size: 12px;
    line-height: 1.65;
}


/* ==========================================
   LEARN MORE LINK
========================================== */

.service-learn-link {
    width: fit-content;
    margin-top: auto;
    padding-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #079b4d;
    font-size: 13px;
    font-weight: 600;
    transition: color .3s ease;
}

.service-learn-link i {
    width: 23px;
    height: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #08b957;
    border-radius: 50%;

    font-size: 7px;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}

.service-learn-link:hover {
    color: #ed1c24;
}

.service-learn-link:hover i {
    background: #08b957;
    color: #fff;
    transform: translateX(4px);
}


/* ==========================================
   BOTTOM CTA
========================================== */
.services-bottom-cta {
    position: relative;
    z-index: 2;
    margin-top: 13px;
    min-height: 65px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 13px;
    border: 1px solid rgba(237,28,36,.13);
    border-radius: 14px;
    background: linear-gradient(
            100deg,
            #fff7f7,
            #ffffff 55%,
            #f5fcf8
        );
    box-shadow: 0 8px 25px rgba(0,0,0,.035);
}

/* CTA PHONE ICON */

.cta-phone-icon {
    width: 47px;
    height: 47px;

    min-width: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 4px solid #fff;

    border-radius: 50%;

    background: #ed1c24;
    color: #fff;

    font-size: 15px;

    box-shadow:
        0 0 0 1px rgba(237,28,36,.18),
        0 8px 20px rgba(237,28,36,.20);

    animation: phonePulse 2.5s infinite;
}

@keyframes phonePulse {

    0% {
        box-shadow:
            0 0 0 1px rgba(237,28,36,.18),
            0 8px 20px rgba(237,28,36,.20);
    }

    50% {
        box-shadow:
            0 0 0 7px rgba(237,28,36,.06),
            0 10px 25px rgba(237,28,36,.22);
    }

    100% {
        box-shadow:
            0 0 0 1px rgba(237,28,36,.18),
            0 8px 20px rgba(237,28,36,.20);
    }

}


/* CTA TEXT */

.cta-text {
    flex: 1;
}

.cta-text strong,
.cta-text span {
    display: block;
}
.cta-text strong {
    color: #222725;
    font-size: 14px;
    font-weight: 600;
}

.cta-text span {
    margin-top: 4px;

    color: #747c7d;

    font-size: 9px;
}


/* CALL BUTTON */
.cta-call-btn {
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 13px;
    border-radius: 8px;
    background: #ed1c24;
    color: #fff;
    box-shadow: 0 8px 20px rgba(237,28,36,.16);
    transition: all .35s ease;
    font-size: 14px;
}
.cta-call-btn > i {
    font-size: 13px;
}

.cta-call-btn span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    font-size: 14px;
    font-weight: 600;
}

.cta-call-btn small {
    margin-bottom: 2px;

    font-size: 9px;
    font-weight: 600;
    opacity: .85;
}

.cta-call-btn:hover {
    background: #c81018;
    color: #fff;
    transform: translateY(-2px);
}


/* TRUSTED */

.cta-trusted {
    display: flex;
    align-items: center;
    gap: 9px;

    min-width: 160px;
    padding-left: 15px;

    border-left: 1px dashed #e4caca;
}

.cta-trusted > span {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff0f1;
    color: #ed1c24;

    font-size: 12px;
}

.cta-trusted strong,
.cta-trusted small {
    display: block;
}

.cta-trusted strong {
    color: #292d2c;

    font-size: 14px;
    font-weight: 600;
}

.cta-trusted small {
    margin-top: 3px;

    color: #808787;

    font-size: 11px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-featured {
        grid-column: span 2;
    }

    .image-service-card {
        grid-column: span 1;
    }

    .cta-trusted {
        display: none;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .health-services-section {
        padding: 21px 0;
    }

    .services-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;

        margin-bottom: 30px;
    }

    .services-heading h2 {
        font-size: 35px;
        letter-spacing: -.8px;
    }

    .services-heading p {
        font-size: 13px;
    }

    .services-view-btn {
        width: 100%;
        justify-content: space-between;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-featured {
        grid-column: span 1;

        display: flex;
        flex-direction: column;

        min-height: auto;
    }

    .featured-service-content {
        padding: 55px 21px 24px;
    }

    .featured-service-content h3 {
        font-size: 24px;
    }

    .featured-points {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .featured-image {
        order: -1;

        height: 230px;
        min-height: 230px;
    }

    .featured-image::before {
        display: none;
    }

    .image-service-card {
        grid-column: span 1;

        min-height: 345px;
    }

    .service-image-wrap {
        height: 190px;
    }

    .image-card-content {
        padding: 20px;
    }

    .image-card-content h3 {
        font-size: 17px;
    }

    .services-bottom-cta {
        align-items: flex-start;
        flex-wrap: wrap;

        padding: 15px;
    }

    .cta-text {
        min-width: calc(100% - 65px);
    }

    .cta-call-btn {
        width: 100%;
        min-width: 0;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .services-heading h2 {
        font-size: 21px;
    }

    .featured-service-content h3 {
        font-size: 22px;
    }

    .service-image-wrap {
        height: 175px;
    }

}
/* ==========================================
   HOW IT WORKS
========================================== */

.how-work-section {
    position: relative;
    padding: 30px 0;
    background: #fbfaf8;
    overflow: hidden;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.how-work-bg-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.how-circle-one {
    width: 480px;
    height: 480px;

    right: -270px;
    top: -250px;

    border: 1px solid rgba(8, 185, 87, .07);
}

.how-circle-two {
    width: 350px;
    height: 350px;

    left: -230px;
    bottom: -200px;

    border: 1px solid rgba(237, 28, 36, .06);
}


/* ==========================================
   HEADING
========================================== */

.how-work-heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 80px;
    margin-bottom: 20px;
}

.how-heading-left {
    max-width: 600px;
}

.how-heading-left h2 {
    margin: 4px 0 0;
    color: #171b1a;
    font-size: 32px;
    line-height: 1.07;
    font-weight: 600;
    /* letter-spacing: -1.7px; */
}

.how-heading-left h2 span {
    color: #ed1c24;
}

.how-heading-right {
    padding-top: 5px;
}

.how-heading-right > p {
    margin: 0;
    color: #707a78;
    font-size: 13px;
    line-height: 1.8;
}


/* ==========================================
   EMERGENCY LINE
========================================== */

.how-emergency-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 7px;
}

.how-emergency-line > span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ebf8ee;
    color: #369a1a;
    font-size: 12px;
}

.how-emergency-line small,
.how-emergency-line strong {
    display: block;
}

.how-emergency-line small {
    margin-bottom: 3px;

    color: #89908f;

    font-size: 8px;

    text-transform: uppercase;
    letter-spacing: .7px;
}

.how-emergency-line strong {
    color: #222827;

    font-size: 14px;
    font-weight: 850;
}


/* ==========================================
   MEDICAL PROCESS
========================================== */

.medical-process {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}


/* ==========================================
   CONNECTING LINE
========================================== */

.process-line {
    position: absolute;

    top: 104px;
    left: 9%;
    right: 9%;

    height: 2px;

    background: #dce7e2;

    z-index: 0;
}

.process-line::before,
.process-line::after {
    content: "";

    position: absolute;

    top: 50%;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #dce7e2;

    transform: translateY(-50%);
}

.process-line::before {
    left: 0;
}

.process-line::after {
    right: 0;
}

.process-line-progress {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    transform-origin: left;

    background:
        linear-gradient(
            90deg,
            #ed1c24,
            #08b957
        );

    animation: processLineMove 4s ease-in-out infinite;
}

@keyframes processLineMove {

    0% {
        transform: scaleX(0);
        opacity: .4;
    }

    45% {
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(1);
        opacity: .4;
    }

}


/* ==========================================
   PROCESS STEP
========================================== */

.process-step {
    position: relative;
    z-index: 2;

    text-align: center;
}


/* ==========================================
   STEP NUMBER
========================================== */

.process-top {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.process-small-label {
    color: #3a413e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.process-top strong {
    color: #1d2622;
    font-size: 25px;
    font-weight: 700;
}


/* ==========================================
   ICON
========================================== */

.process-icon-wrap {
    position: relative;

    width: 72px;
    height: 72px;

    margin: 13px auto 27px;
}

.process-icon {
    position: relative;
    z-index: 3;

    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 7px solid #f8fbf9;

    border-radius: 50%;

    background: #ffffff;

    color: #ed1c24;

    font-size: 21px;

    box-shadow:
        0 8px 25px rgba(20,35,28,.09),
        0 0 0 1px rgba(237,28,36,.16);

    transition:
        transform .45s ease,
        background .45s ease,
        color .45s ease,
        box-shadow .45s ease;
}

.process-step:nth-child(even) .process-icon {
    color: #08a957;

    box-shadow:
        0 8px 25px rgba(20,35,28,.09),
        0 0 0 1px rgba(8,185,87,.16);
}

.process-step:hover .process-icon {
    transform: scale(1.1) rotate(-5deg);

    background: #ed1c24;
    color: #fff;

    box-shadow:
        0 12px 30px rgba(237,28,36,.22),
        0 0 0 1px #ed1c24;
}

.process-step:nth-child(even):hover .process-icon {
    background: #08a957;

    box-shadow:
        0 12px 30px rgba(8,185,87,.22),
        0 0 0 1px #08a957;
}


/* ==========================================
   PULSE
========================================== */

.process-pulse {
    position: absolute;

    inset: 1px;

    border-radius: 50%;

    border: 1px solid rgba(237,28,36,.20);

    animation: processPulse 2.5s infinite;
}

.process-step:nth-child(even) .process-pulse {
    border-color: rgba(8,185,87,.20);
}

@keyframes processPulse {

    0% {
        transform: scale(.9);
        opacity: .8;
    }

    70% {
        transform: scale(1.45);
        opacity: 0;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }

}


/* ==========================================
   CONTENT
========================================== */

.process-content {
    max-width: 230px;
    margin: 0 auto;
}

.process-content h3 {
    min-height: 23px;
    margin: 0 0 8px;
    color: #1d2422;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}

.process-content p {
    margin: 0;
    color: #333938;
    font-size: 13px;
    line-height: 1.7;
}


/* ==========================================
   BOTTOM
========================================== */

.process-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 21px;
    padding-top: 15px;
    border-top: 1px solid #e1e9e5;
}

.process-bottom-left {
    display: flex;
    align-items: center;

    gap: 12px;
}

.bottom-check {
    width: 31px;
    height: 31px;

    min-width: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #08b957;
    color: #fff;

    font-size: 9px;
}

.process-bottom-left p {
    margin: 0;
    color: #78817f;
    font-size: 14px;
}

.process-bottom-left strong {
    color: #262d2a;
    font-weight: 700;
}


.process-bottom-right {
    display: flex;
    align-items: center;

    gap: 10px;
}

.process-bottom-right > span {
    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff0f1;
    color: #ed1c24;

    font-size: 10px;
}

.process-bottom-right small {
    color: #222625;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.process-bottom-right b {
    color: #ed1c24;

    margin: 0 3px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .how-work-heading {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 19px;
    }

    .how-heading-right {
        padding-top: 0;

        max-width: 650px;
    }

    .medical-process {
        gap: 25px;
    }

    .process-content h3 {
        font-size: 14px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

    .how-work-section {
        padding: 16px 0;
    }

    .how-heading-left h2 {
        font-size: 35px;
        letter-spacing: -.9px;
    }

    .how-heading-right > p {
        font-size: 12px;
    }

    .medical-process {
        display: block;

        padding-left: 30px;
    }


    /* Vertical Line */

    .process-line {
        top: 35px;
        bottom: 35px;

        left: 64px;
        right: auto;

        width: 2px;
        height: auto;
    }

    .process-line-progress {
        width: 100%;
        height: 100%;

        transform-origin: top;

        animation: processVerticalLine 4s ease-in-out infinite;
    }

    @keyframes processVerticalLine {

        0% {
            transform: scaleY(0);
        }

        50% {
            transform: scaleY(1);
        }

        100% {
            transform: scaleY(1);
        }

    }


    .process-line::before,
    .process-line::after {
        left: 50%;

        top: 0;

        transform: translateX(-50%);
    }

    .process-line::after {
        top: auto;
        bottom: 0;
    }


    /* Step */

    .process-step {
        min-height: 103px;
        display: grid;
        grid-template-columns: 70px 1fr;
        column-gap: 20px;
        text-align: left;
    }


    .process-top {
        position: absolute;
        left: -14px;
        top: 1px;
        width: 50px;
        height: auto;
        display: block;
        text-align: center;
    }

    .process-small-label {
        display: block;
        font-size: 10px;
    }

    .process-top strong {
        font-size: 17px;
    }


    .process-icon-wrap {
        grid-column: 1;
        grid-row: 1;

        width: 58px;
        height: 58px;

        margin: 42px 0 0;
    }

    .process-icon {
        width: 58px;
        height: 58px;

        border-width: 5px;

        font-size: 17px;
    }


    .process-content {
        grid-column: 2;
        grid-row: 1;
        max-width: none;
        padding-top: 34px;
    }

    .process-content h3 {
        min-height: auto;

        margin-bottom: 7px;

        font-size: 15px;
    }

    .process-content p {
        max-width: 320px;

        font-size: 10px;
    }


    .process-bottom {
        align-items: flex-start;
        flex-direction: column;

        gap: 18px;

        margin-top: 20px;
    }

    .process-bottom-right {
        padding-left: 43px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .how-heading-left h2 {
        font-size: 23px;
    }

    .medical-process {
        padding-left: 20px;
    }

    .process-line {
        left: 54px;
    }

    .process-step {
        grid-template-columns: 56px 1fr;
        column-gap: 6px;
    }

    .process-icon-wrap {
        width: 54px;
        height: 54px;
    }

    .process-icon {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }

}
/* ==========================================
   EMERGENCY CTA SECTION
========================================== */

.emergency-cta-section {
    position: relative;

    padding: 25px 0;

    background: #ffffff;

    overflow: hidden;
}


/* ==========================================
   MAIN CTA
========================================== */
.emergency-cta {
    position: relative;
    /* min-height: 167px; */
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 13px 24px;
    border-radius: 22px;
    background: linear-gradient(
            105deg,
            #b90f18 0%,
            #ed1c24 45%,
            #d81720 100%
        );
    box-shadow: 0 25px 60px rgba(237, 28, 36, .18);
    overflow: hidden;
    isolation: isolate;
}


/* ==========================================
   RED INNER GLOW
========================================== */

.emergency-cta::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    left: 22%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.12),
            transparent 68%
        );

    pointer-events: none;

    z-index: -2;
}


/* ==========================================
   RIGHT GREEN GLOW
========================================== */

.emergency-cta::after {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    right: -100px;
    bottom: -160px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(8, 185, 87, .25),
            transparent 68%
        );

    pointer-events: none;

    z-index: -2;
}


/* ==========================================
   FLOATING GLOW
========================================== */

.emergency-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    z-index: -1;
}

.emergency-glow-one {
    width: 170px;
    height: 170px;

    right: 26%;
    top: -100px;

    border: 1px solid rgba(255,255,255,.10);

    animation:
        emergencyFloat
        7s
        ease-in-out
        infinite;
}

.emergency-glow-two {
    width: 110px;
    height: 110px;

    left: 42%;
    bottom: -75px;

    border: 1px solid rgba(255,255,255,.08);

    animation:
        emergencyFloat
        9s
        ease-in-out
        infinite
        reverse;
}

@keyframes emergencyFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }

}


/* ==========================================
   ECG
========================================== */

.emergency-ecg {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: .08;

    pointer-events: none;

    z-index: -1;
}

.emergency-ecg svg {
    width: 100%;
    height: 100%;
}

.emergency-ecg path {
    fill: none;

    stroke: #ffffff;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    stroke-dasharray: 15 10;

    animation:
        emergencyECG
        15s
        linear
        infinite;
}

@keyframes emergencyECG {

    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -500;
    }

}


/* ==========================================
   EMERGENCY ICON
========================================== */

.emergency-icon-box {
    position: relative;

    width: 92px;
    height: 92px;

    min-width: 92px;

    display: flex;
    align-items: center;
    justify-content: center;
}
/* 
.emergency-icon {
    position: relative;
    z-index: 3;

    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 6px solid rgba(255,255,255,.20);

    border-radius: 50%;

    background: rgba(255,255,255,.13);

    color: #ffffff;

    font-size: 27px;

    backdrop-filter: blur(8px);

    box-shadow:
        0 12px 35px rgba(0,0,0,.15);

    animation:
        ambulanceFloat
        3s
        ease-in-out
        infinite;
} */

@keyframes ambulanceFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

}


/* ==========================================
   ICON PULSE
========================================== */

.emergency-icon-pulse {
    position: absolute;

    width: 88px;
    height: 88px;

    border: 1px solid rgba(255,255,255,.45);

    border-radius: 50%;

    animation:
        emergencyPulse
        2.2s
        ease-out
        infinite;
}

@keyframes emergencyPulse {

    0% {
        transform: scale(.75);
        opacity: .8;
    }

    70% {
        transform: scale(1.25);
        opacity: 0;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }

}


/* ==========================================
   CONTENT
========================================== */

.emergency-cta-content {
    position: relative;
    z-index: 3;

    flex: 1;

    max-width: 570px;
}


/* ==========================================
   BADGE
========================================== */

.emergency-badge {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 9px;

    color: rgba(255,255,255,.78);

    font-size: 8px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.emergency-badge span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #6cffad;

    box-shadow:
        0 0 0 5px rgba(108,255,173,.10);

    animation:
        onlinePulse
        1.8s
        infinite;
}

@keyframes onlinePulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .35;
    }

}


/* ==========================================
   HEADING
========================================== */
.emergency-cta-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.15;
    /* letter-spacing: -.8px; */
    font-weight: 600;
}
.emergency-cta-content h2 span {
    color: #ffffff;

    position: relative;
}

.emergency-cta-content h2 span::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: -5px;

    height: 2px;

    background: rgba(255,255,255,.25);

    transform: scaleX(.5);
    transform-origin: left;

    transition: transform .4s ease;
}

.emergency-cta:hover
.emergency-cta-content h2 span::after {
    transform: scaleX(1);
}


.emergency-cta-content p {
    max-width: 510px;

    margin: 12px 0 0;

    color: rgba(255,255,255,.73);

    font-size: 10px;
    line-height: 1.7;
}


/* ==========================================
   ACTIONS
========================================== */

.emergency-actions {
    position: relative;
    z-index: 4;

    display: flex;
    flex-direction: column;

    gap: 9px;

    min-width: 205px;
}


/* CALL */

.emergency-call-btn {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 10px;

    border: 1px solid rgba(255,255,255,.15);
    border-radius: 9px;

    background: rgba(255,255,255,.13);

    color: #fff;

    backdrop-filter: blur(8px);

    transition:
        transform .35s ease,
        background .35s ease;
}

.emergency-call-btn:hover {
    color: #fff;

    background: rgba(255,255,255,.20);

    transform: translateY(-3px);
}


.call-icon {
    width: 38px;
    height: 38px;

    min-width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #ffffff;
    color: #ed1c24;

    font-size: 11px;
}

.call-content {
    flex: 1;
}

.call-content small,
.call-content strong {
    display: block;
}
/* 
.call-content small {
    margin-bottom: 2px;

    color: rgba(255,255,255,.68);

    font-size: 7px;
}

.call-content strong {
    color: #fff;

    font-size: 14px;
    font-weight: 850;
}

.call-arrow {
    margin-right: 5px;

    font-size: 9px;

    transition: transform .35s ease;
} */

.emergency-call-btn:hover .call-arrow {
    transform: translateX(4px);
}


/* BOOK */
.emergency-book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    border-radius: 8px;
    background: #08b957;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,0,0,.13);
    transition: transform .35s ease,
        background .35s ease;
}

.emergency-book-btn:hover {
    background: #079d4a;
    color: #fff;

    transform: translateY(-3px);
}

.emergency-book-btn i {
    font-size: 10px;
}


/* ==========================================
   TRUST
========================================== */

.emergency-trust {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;

    gap: 8px;

    min-width: 125px;

    padding-left: 15px;

    border-left: 1px solid rgba(255,255,255,.16);
}

.emergency-trust > span {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.12);

    color: #6cffad;

    font-size: 10px;
}

.emergency-trust strong,
.emergency-trust small {
    display: block;
}
.emergency-trust strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.emergency-trust small {
    margin-top: 3px;

    color: rgba(255,255,255,.58);

    font-size: 12px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {

    .emergency-cta {
        gap: 22px;

        padding: 28px;
    }

    .emergency-icon-box {
        width: 75px;
        min-width: 75px;
    }

    .emergency-icon {
        width: 62px;
        height: 62px;

        font-size: 22px;
    }

    .emergency-icon-pulse {
        width: 75px;
        height: 75px;
    }

    .emergency-trust {
        display: none;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 700px) {

    .emergency-cta-section {
        padding: 35px 0;
    }

  .emergency-cta {
    display: block;
    padding: 19px 11px;
    border-radius: 18px;
}

    .emergency-icon-box {
        margin-bottom: 20px;
    }

    .emergency-cta-content {
        max-width: none;
    }

    .emergency-cta-content h2 {
        font-size: 27px;
    }

    .emergency-cta-content p {
        font-size: 10px;
    }

    .emergency-actions {
        margin-top: 22px;

        width: 100%;
    }

    .emergency-call-btn,
    .emergency-book-btn {
        width: 100%;
    }

    .emergency-ecg {
        opacity: .05;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .emergency-cta-content h2 {
        font-size: 24px;
    }

    .emergency-icon-box {
        width: 68px;
        height: 68px;
    }

    .emergency-icon {
        width: 58px;
        height: 58px;
    }

}
/* ==========================================
   WHY CHOOSE US
========================================== */

.why-trust-section {
    position: relative;
    padding: 30px 0;
    background: #e0f6e099;
    overflow: hidden;
    isolation: isolate;
}


/* ==========================================
   BACKGROUND CIRCLES
========================================== */

.why-bg-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    z-index: -1;
}

.why-bg-circle-1 {
    width: 520px;
    height: 520px;

    top: -330px;
    right: -230px;

    border: 1px solid rgba(237, 28, 36, .08);

    background:
        radial-gradient(
            circle,
            rgba(237, 28, 36, .035),
            transparent 70%
        );

    animation: whyFloat 9s ease-in-out infinite;
}

.why-bg-circle-2 {
    width: 420px;
    height: 420px;

    bottom: -280px;
    left: -220px;

    border: 1px solid rgba(8, 185, 87, .08);

    background:
        radial-gradient(
            circle,
            rgba(8, 185, 87, .035),
            transparent 70%
        );

    animation:
        whyFloat 11s ease-in-out infinite reverse;
}


@keyframes whyFloat {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -18px);
    }

}


/* ==========================================
   DOT PATTERN
========================================== */

.why-grid-pattern {
    position: absolute;

    top: 0;
    right: 0;

    width: 45%;
    height: 100%;

    background-image:
        radial-gradient(
            rgba(8, 185, 87, .16) 1px,
            transparent 1px
        );

    background-size: 24px 24px;

    opacity: .28;

    mask-image:
        linear-gradient(
            to left,
            black,
            transparent
        );

    -webkit-mask-image:
        linear-gradient(
            to left,
            black,
            transparent
        );

    pointer-events: none;

    z-index: -1;
}


/* ==========================================
   MAIN LAYOUT
========================================== */

.why-trust-layout {
    display: grid;

    grid-template-columns:
        minmax(300px, .72fr)
        minmax(500px, 1.28fr);

    gap: 75px;

    align-items: start;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.why-trust-content {
    position: sticky;

    top: 100px;
}

.why-section-tag {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 8px 12px;

    border: 1px solid rgba(237, 28, 36, .10);

    border-radius: 50px;

    background: #fff;

    color: #ed1c24;

    font-size: 8px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1px;

    box-shadow:
        0 7px 22px rgba(20, 40, 30, .04);
}

.why-section-tag i {
    font-size: 10px;
}


.why-trust-content h2 {
    margin: 9px 0 9px;
    color: #18201d;
    font-size: 32px;
    line-height: 1.04;
    letter-spacing: -1.7px;
    font-weight: 600;
}

.why-trust-content h2 span {
    /* display: block; */
    color: #ed1c24;
}


.why-intro {
    max-width: 500px;
    margin: 0;
    color: #444a47;
    font-size: 12px;
    line-height: 1.85;
}


/* ==========================================
   PROMISE BOX
========================================== */

.why-promise {
    position: relative;
    display: flex;
    gap: 14px;
    margin-top: 14px;
    padding: 20px;
    border-left: 3px solid #08b957;
    background: rgba(255,255,255,.72);
    box-shadow:
        0 15px 35px rgba(25,40,32,.045);
    backdrop-filter: blur(10px);
}

.why-promise-icon {
    width: 42px;
    height: 42px;

    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eafaf1;

    color: #08a957;

    font-size: 14px;
}

.why-promise strong {
    display: block;

    margin-bottom: 5px;

    color: #222926;

    font-size: 12px;

    font-weight: 850;
}

.why-promise p {
    max-width: 330px;

    margin: 0;

    color: #7b8581;

    font-size: 9px;

    line-height: 1.65;
}


/* ==========================================
   CALL LINK
========================================== */

.why-call-link {
    display: flex;
    align-items: center;

    gap: 11px;

    margin-top: 25px;

    color: #202724;

    transition: .35s ease;
}

.why-call-link:hover {
    color: #ed1c24;

    transform: translateX(4px);
}

.why-call-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ed1c24;

    color: #fff;

    font-size: 10px;

    box-shadow:
        0 7px 18px rgba(237,28,36,.18);
}

.why-call-link small,
.why-call-link strong {
    display: block;
}

.why-call-link small {
    margin-bottom: 2px;
    color: #4f5755;
    font-size: 14px;
}

.why-call-link strong {
    font-size: 14px;
    font-weight: 700;
}

.why-call-link > i {
    margin-left: 7px;

    font-size: 9px;

    transition: .35s ease;
}

.why-call-link:hover > i {
    transform: translateX(5px);
}

/* ==========================================
   WHY TRUST CUSTOM SLIDER
========================================== */

.why-trust-slider {
    position: relative;

    width: 100%;

    min-width: 0;
}


/* ==========================================
   VIEWPORT
========================================== */

.why-slider-viewport {
    width: 100%;

    overflow: hidden;

    padding: 10px 5px 25px;
}


/* ==========================================
   TRACK
========================================== */

.why-slider-track {
    display: flex;

    flex-wrap: nowrap;

    margin: 0 -7px;

    will-change: transform;

    transition:
        transform .65s cubic-bezier(.77, 0, .18, 1);
}


/* ==========================================
   SLIDE
========================================== */

.why-trust-slide {
    flex: 0 0 50%;

    width: 50%;

    padding: 0 7px;

    box-sizing: border-box;
}


/* ==========================================
   CARD
========================================== */

.why-trust-item {
    position: relative;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    padding: 15px 23px 17px;
    border: 1px solid #e5ebe8;
    border-radius: 14px;
    background: rgba(255,255,255,.90);
    overflow: hidden;
    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
    box-shadow:
        0 8px 25px rgba(25,45,35,.025);
}

.why-trust-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 0;
    height: 3px;

    background: #ed1c24;

    transition: width .45s ease;
}

.why-trust-item:hover::before {
    width: 100%;
}

.why-green-item::before {
    background: #08b957;
}

.why-trust-item:hover {
    transform: translateY(-7px);

    border-color: rgba(237,28,36,.15);

    box-shadow:
        0 20px 45px rgba(25,45,35,.08);
}

.why-green-item:hover {
    border-color: rgba(8,185,87,.16);
}


/* ==========================================
   NUMBER
========================================== */

.why-item-number {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #dce4e0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .35s ease;
}

.why-trust-item:hover .why-item-number {
    color: rgba(237,28,36,.35);
}

.why-green-item:hover .why-item-number {
    color: rgba(8,185,87,.35);
}


/* ==========================================
   ICON
========================================== */

.why-item-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff0f1;
    color: #ed1c24;
    font-size: 14px;
    transition:
        transform .4s ease,
        background .4s ease,
        color .4s ease;
}

.why-green-item .why-item-icon {
    background: #eafaf1;

    color: #08a957;
}

.why-trust-item:hover .why-item-icon {
    transform: scale(1.08) rotate(-5deg);

    background: #ed1c24;

    color: #fff;
}

.why-green-item:hover .why-item-icon {
    background: #08b957;

    color: #fff;
}


/* ==========================================
   CONTENT
========================================== */

.why-item-content {
    padding-right: 15px;
}

.why-item-content h3 {
    margin: 0 0 8px;
    color: #222926;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.why-item-content p {
    margin: 0;
    color: #555a58;
    font-size: 12px;
    line-height: 1.7;
}


/* ==========================================
   ARROW
========================================== */

.why-item-arrow {
    position: absolute;

    right: 18px;
    bottom: 17px;

    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f5f7f6;

    color: #9ba39f;

    font-size: 8px;

    transition: .4s ease;
}

.why-trust-item:hover .why-item-arrow {
    background: #fff0f1;

    color: #ed1c24;

    transform: translate(3px, -3px);
}

.why-green-item:hover .why-item-arrow {
    background: #eafaf1;

    color: #08a957;
}


/* ==========================================
   CONTROLS
========================================== */

.why-slider-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 12px;

    margin-top: 5px;
}


/* ==========================================
   BUTTON
========================================== */

.why-slider-btn {
    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dfe7e3;

    border-radius: 50%;

    background: #fff;

    color: #26302c;

    font-size: 10px;

    cursor: pointer;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.why-slider-btn:hover {
    border-color: #ed1c24;

    background: #ed1c24;

    color: #fff;

    transform: translateY(-2px);
}

.why-slider-btn:disabled {
    opacity: .35;

    cursor: not-allowed;

    transform: none;
}


/* ==========================================
   DOTS
========================================== */

.why-slider-dots {
    display: flex;

    align-items: center;

    gap: 5px;
}

.why-slider-dot {
    width: 6px;
    height: 6px;

    padding: 0;

    border: 0;

    border-radius: 20px;

    background: #d7e0dc;

    cursor: pointer;

    transition:
        width .35s ease,
        background .35s ease;
}

.why-slider-dot.active {
    width: 20px;

    background: #ed1c24;
}

.why-slider-dot:nth-child(even).active {
    background: #08b957;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

    .why-trust-layout {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .why-trust-content {
        position: static;

        max-width: 650px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

    .why-slider-viewport {
        padding-left: 2px;
        padding-right: 2px;
    }

    .why-trust-slide {
        flex: 0 0 100%;

        width: 100%;
    }

    .why-trust-item {
        min-height: 151px;
        padding: 18px 13px;
    }

    .why-item-content h3 {
        font-size: 17px;
    }

    .why-item-content p {
        font-size: 13px;
    }

    .why-slider-controls {
        justify-content: center;

        margin-top: 8px;
    }
.why-trust-content h2 {
   
    font-size: 22px;
 
}
}
/* ==========================================
   TESTIMONIAL SECTION
========================================== */

.testimonial-section {
    position: relative;
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

.testimonial-section::before {
    /* content: ""; */
    /* position: absolute; */
    width: 350px;
    height: 350px;
    right: -180px;
    top: -180px;
    /* border-radius: 50%; */
    /* background: rgba(237, 28, 36, .035); */
}


/* ==========================================
   HEADING
========================================== */

.testimonial-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.section-mini-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ed1c24;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-mini-tag i {
    font-size: 10px;
}

.testimonial-heading h2 {
    margin: 9px 0 0;
    color: #1c2521;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -.8px;
}

.testimonial-heading > p {
    max-width: 400px;
    margin: 0;
    color: #282c2a;
    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================
   GRID
========================================== */

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}


/* ==========================================
   CARD
========================================== */

.testimonial-card {
    position: relative;
    padding: 18px 17px 15px;
    border: 1px solid #e4ebe7;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.testimonial-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 2px;

    background: #ed1c24;

    transition: width .4s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);

    border-color: rgba(237, 28, 36, .15);

    box-shadow:
        0 18px 40px rgba(20, 40, 30, .07);
}

.testimonial-card:hover::before {
    width: 100%;
}


/* ==========================================
   TOP USER
========================================== */

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-avatar {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff0f1;
    color: #ed1c24;

    font-size: 12px;
    font-weight: 800;
}

.testimonial-avatar.green {
    background: #eaf9f0;
    color: #08a957;
}

.testimonial-user {
    flex: 1;
}

.testimonial-user h3 {
    margin: 0 0 2px;
    color: #252d29;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.testimonial-user span {
    color: #89918e;
    font-size: 13px;
}


/* ==========================================
   QUOTE
========================================== */

.testimonial-quote {
    width: 29px;
    height: 29px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #f7f8f8;

    color: #d5dcda;

    font-size: 10px;

    transition: .35s ease;
}

.testimonial-card:hover .testimonial-quote {
    background: #fff0f1;
    color: #ed1c24;
}


/* ==========================================
   STARS
========================================== */

.testimonial-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 11px;
}

.testimonial-stars i {
    color: #f3b51b;
    font-size: 12px;
}

.testimonial-stars span {
    margin-left: 4px;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
}


/* ==========================================
   REVIEW
========================================== */

.testimonial-text {
    margin: 10px 0 0;
    color: #66716c;
    font-size: 14px;
    line-height: 1.65;
}


/* ==========================================
   FEATURED CARD
========================================== */

.testimonial-featured {
    border-color: rgba(8, 185, 87, .14);

    box-shadow:
        0 10px 30px rgba(8, 185, 87, .045);
}

.testimonial-featured::before {
    background: #08b957;
}

.testimonial-featured:hover {
    border-color: rgba(8, 185, 87, .25);
}

.testimonial-featured:hover .testimonial-quote {
    background: #eaf9f0;
    color: #08a957;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 850px) {

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-card:last-child {
        grid-column: 1 / -1;
    }

    .testimonial-heading {
        align-items: start;
        flex-direction: column;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .testimonial-section {
        padding: 20px 0;
    }

    .testimonial-heading {
        margin-bottom: 16px;
    }

    .testimonial-heading h2 {
        font-size: 22px;
    }

    .testimonial-heading > p {
        font-size: 13px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .testimonial-card:last-child {
        grid-column: auto;
    }

    .testimonial-card {
        padding: 18px;
    }

}
/* ==========================================
   FAQ SECTION
========================================== */

.faq-section {
    position: relative;
    padding: 30px 0;
    background: #ede9d94f;
    overflow: hidden;
    isolation: isolate;
}


/* ==========================================
   BACKGROUND EFFECT
========================================== */

.faq-bg-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    z-index: -1;
}

.faq-bg-circle-1 {
    width: 420px;
    height: 420px;

    left: -270px;
    top: 40px;

    border: 1px solid rgba(237, 28, 36, .06);

    background:
        radial-gradient(
            circle,
            rgba(237, 28, 36, .035),
            transparent 70%
        );

    animation: faqFloat 8s ease-in-out infinite;
}

.faq-bg-circle-2 {
    width: 300px;
    height: 300px;

    right: -180px;
    bottom: -160px;

    border: 1px solid rgba(8, 185, 87, .07);

    background:
        radial-gradient(
            circle,
            rgba(8, 185, 87, .035),
            transparent 70%
        );

    animation:
        faqFloat 10s ease-in-out infinite reverse;
}

@keyframes faqFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

}


/* ==========================================
   LAYOUT
========================================== */

.faq-layout {
    display: grid;

    grid-template-columns:
        minmax(280px, .72fr)
        minmax(500px, 1.28fr);

    gap: 70px;

    align-items: start;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.faq-intro {
    position: sticky;

    top: 100px;
}

.faq-tag {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: #ed1c24;

    font-size: 8px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-tag i {
    font-size: 10px;
}


.faq-intro h2 {
    margin: 10px 0 10px;
    color: #202825;
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -1.2px;
    font-weight: 600;
}

.faq-intro h2 span {
    /* display: block; */
    color: #ed1c24;
}

.faq-intro > p {
    max-width: 420px;
    margin: 0;
    color: #484f4c;
    font-size: 14px;
    line-height: 1.8;
}


/* ==========================================
   EMERGENCY BOX
========================================== */

.faq-emergency-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 13px;
    padding: 14px;
    border: 1px solid #e7ece9;
    border-radius: 10px;
    background: #f8fbfa;
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.faq-emergency-box:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(25,45,35,.07);
}

.faq-emergency-icon {
    width: 38px;
    height: 38px;

    min-width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #ed1c24;

    color: #fff;

    font-size: 11px;

    animation: faqPhonePulse 2s infinite;
}

@keyframes faqPhonePulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(237,28,36,.18);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(237,28,36,0);
    }

}

.faq-emergency-content {
    flex: 1;
}

.faq-emergency-content small,
.faq-emergency-content strong,
.faq-emergency-content a {
    display: block;
}

.faq-emergency-content small {
    margin-bottom: 3px;
    color: #8a9390;
    font-size: 15px;
}

.faq-emergency-content strong {
    color: #26302c;
    font-size: 15px;
    font-weight: 600;
}

.faq-emergency-content a {
    margin-top: 2px;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 600;
}

.faq-box-arrow {
    color: #aab3af;

    font-size: 8px;
}


/* ==========================================
   FAQ LIST
========================================== */

.faq-list {
    display: flex;

    flex-direction: column;

    gap: 8px;
}


/* ==========================================
   FAQ ITEM
========================================== */

.faq-item {
    position: relative;

    border: 1px solid #e6ece9;

    border-radius: 9px;

    background: #fff;

    overflow: hidden;

    transition:
        border-color .3s ease,
        box-shadow .3s ease;
}

.faq-item:hover {
    border-color: rgba(237,28,36,.18);
}

.faq-item.active {
    border-color: rgba(237,28,36,.20);

    box-shadow:
        0 8px 25px rgba(25,45,35,.055);
}


/* ==========================================
   QUESTION
========================================== */

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 7px 14px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.faq-number {
    color: #c5ceca;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .5px;

    transition: color .3s ease;
}

.faq-item.active .faq-number {
    color: #ed1c24;
}

.faq-question-text {
    font-weight: 6;
    flex: 1;
    color: #2a332f;
    font-size: 15px;
    font-weight: 600;
    font-weight: 600;
}

.faq-item.active .faq-question-text {
    color: #ed1c24;
}


/* ==========================================
   TOGGLE
========================================== */

.faq-toggle {
    width: 25px;
    height: 25px;

    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f3f6f4;

    color: #68736e;

    font-size: 8px;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);

    background: #fff0f1;

    color: #ed1c24;
}


/* ==========================================
   ANSWER
========================================== */

.faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .45s cubic-bezier(.4, 0, .2, 1);
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 34px 0;
    color: #393f3d;
    font-size: 13px;
    line-height: 1.65;
    opacity: 0;
    transform: translateY(-5px);
    transition:
        opacity .3s ease,
        transform .3s ease,
        padding .4s ease;
}

.faq-item.active .faq-answer-inner {
    padding-bottom: 10px;
    opacity: 1;
    transform: translateY(0);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .faq-intro {
        position: static;

        max-width: 650px;
    }

    .faq-intro h2 span {
        display: inline;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .faq-section {
        padding: 20px 0;
    }

    .faq-intro h2 {
        font-size: 24px;
        letter-spacing: -.8px;
    }

    .faq-intro > p {
        font-size: 14px;
    }

    .faq-question {
        padding: 9px 9px;
        gap: 9px;
    }

    .faq-question-text {
        font-size: 14px;
    }

    .faq-answer-inner {
        padding-left: 29px;
        padding-right: 20px;
        font-size: 13.5px;
    }

}
/* ==========================================
   FINAL CONTACT CTA
========================================== */
.final-contact-section {
    position: relative;
    padding: 25px 0 0;
    background: #f8fbfa;
    margin-bottom: 20px;
}


.final-contact-box {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 35px;

    padding: 30px 35px;

    border-radius: 15px;

    background:
        linear-gradient(
            110deg,
            #ed1c24,
            #c91018
        );

    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(237,28,36,.15);
}


/* Background glow */

.final-contact-glow {
    position: absolute;

    width: 350px;
    height: 350px;

    right: 15%;
    top: -260px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.12);

    box-shadow:
        0 0 0 40px rgba(255,255,255,.025),
        0 0 0 80px rgba(255,255,255,.02);
}


/* Content */

.final-contact-content {
    position: relative;
    z-index: 2;

    max-width: 650px;
}


.final-contact-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.75);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.final-contact-content h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.7px;
    font-weight: 600;
}


.final-contact-content h2 span {
    color: #fff;
}


.final-contact-content p {
    max-width: 570px;
    margin: 9px 0 0;
    color: rgba(255,255,255,.70);
    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================
   CTA BUTTONS
========================================== */

.final-contact-actions {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;

    gap: 8px;

    flex-shrink: 0;
}


.final-call-btn {
    display: flex;
    align-items: center;

    gap: 9px;

    padding: 8px 13px 8px 8px;

    border-radius: 8px;

    background: #fff;

    color: #202825;

    transition: .35s ease;
}


.final-call-btn:hover {
    color: #ed1c24;

    transform: translateY(-3px);
}


.final-call-btn > span {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #fff0f1;
    color: #ed1c24;
    font-size: 9px;
}


.final-call-btn small,
.final-call-btn strong {
    display: block;
}


.final-call-btn small {
    color: #8a9290;
    font-size: 11px;
}


.final-call-btn strong {
    margin-top: 2px;
    font-size: 13px;
    font-weight: 600;
}


.final-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 8px;
    background: #08b957;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    transition: .35s ease;
}


.final-whatsapp-btn:hover {
    color: #fff;

    background: #079f4b;

    transform: translateY(-3px);
}


.final-whatsapp-btn i {
    font-size: 14px;
}

.img-img {
    width: 100%;
    min-height: 600px;
    background-image: url("../../images/AMBULANCECI.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .img-img {
        min-height: 280px;
    }
}

@media (max-width: 480px) {
    .img-img {
        min-height: 220px;
    }
}