.elementor-887 .elementor-element.elementor-element-e36bd4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-887 .elementor-element.elementor-element-4ed7e9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-887 .elementor-element.elementor-element-0ef2024{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-887 .elementor-element.elementor-element-c94695c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2b2e4a0 *//* =========================================================
   DRAGON MEDICAL HERO
========================================================= */

.dragon-medical-hero {
    position: relative;
    width: 100%;
    min-height: 600px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-color: #080A1C;

    background-image: url("/wp-content/uploads/2026/08/Dragon-Medical.png");

    background-repeat: no-repeat;
    background-size: cover;

    background-position: 80% center;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* =========================================================
   DARK BRAND OVERLAY
========================================================= */

.dragon-medical-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            #080A1C 0%,
            rgba(8,10,28,.97) 25%,
            rgba(8,10,28,.84) 43%,
            rgba(8,10,28,.45) 61%,
            rgba(8,10,28,.12) 82%,
            rgba(8,10,28,0) 100%
        );

    pointer-events: none;
}


/* =========================================================
   CONTENT CONTAINER
========================================================= */

.dragon-medical-container {
    position: relative;
    z-index: 2;

    width: min(1280px, calc(100% - 70px));

    margin: 0 auto;

    padding: 80px 0 30px;
}


.dragon-medical-content {
    width: 56%;
    max-width: 650px;
}


/* =========================================================
   HEADING
========================================================= */

.dragon-medical-content h1 {
    margin: 0;

    color: #FFFFFF;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size: clamp(44px, 4.7vw, 66px);

    font-weight: 600;

    line-height: 1.02;

    letter-spacing: -.055em;
}


.dragon-medical-content h1 span {
    color: #A89AFF;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.dragon-medical-content p {
    max-width: 600px;

    margin: 20px 0 0;

    color: rgba(255,255,255,.68);

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .dragon-medical-hero {
        min-height: 500px;

        background-position: 70% center;
    }


    .dragon-medical-container {
        width: calc(100% - 50px);

        padding: 45px 0;
    }


    .dragon-medical-content {
        width: 60%;

        max-width: 570px;
    }


    .dragon-medical-content h1 {
        font-size: 50px;
    }


    .dragon-medical-content p {
        margin-top: 16px;

        font-size: 14px;

        line-height: 1.58;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dragon-medical-hero {

        /* REDUCED MOBILE HEIGHT */

        height: 48vh;
        min-height: 48vh;

        display: flex;

        align-items: flex-end;

        background-size: cover;

        background-position: 78% center;
    }


    /* =====================================================
       MOBILE OVERLAY
    ===================================================== */

    .dragon-medical-overlay {

        background:
            linear-gradient(
                180deg,
                rgba(8,10,28,.05) 0%,
                rgba(8,10,28,.12) 28%,
                rgba(8,10,28,.48) 48%,
                rgba(8,10,28,.88) 68%,
                #080A1C 100%
            );
    }


    /* =====================================================
       MOBILE CONTENT
    ===================================================== */

    .dragon-medical-container {

        width: 88%;

        margin: 0 auto;

        /* MINIMAL BOTTOM SPACE */

        padding: 0 0 15px;
    }


    .dragon-medical-content {

        width: 100%;

        max-width: 100%;
    }


    /* =====================================================
       MOBILE HEADING
    ===================================================== */

    .dragon-medical-content h1 {

        font-size: 39px;

        line-height: 1.04;

        letter-spacing: -.045em;
    }


    /* =====================================================
       MOBILE DESCRIPTION
    ===================================================== */

    .dragon-medical-content p {

        margin-top: 14px;

        font-size: 14px;

        line-height: 1.58;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dragon-medical-hero {

        height: 48vh;

        min-height: 48vh;

        background-position: 80% center;
    }


    .dragon-medical-container {

        width: 87%;

        /* EVEN LESS BOTTOM SPACE */

        padding: 0 0 12px;
    }


    .dragon-medical-content h1 {

        font-size: 36px;

        line-height: 1.04;

        letter-spacing: -.045em;
    }


    .dragon-medical-content p {

        margin-top: 12px;

        font-size: 13.5px;

        line-height: 1.58;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c30a1a5 *//* =========================================================
   DRAGON MEDICAL DIRECT — WORKSTATION SECTION
========================================================= */

.dragon-workstation-section {
    width: 100%;
    margin: 0;
    padding: 65px 0;

    background: #FFFFFF;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* =========================================================
   CONTAINER
========================================================= */

.dragon-workstation-container {
    width: min(1280px, calc(100% - 70px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        0.9fr 1.1fr;

    gap: 65px;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.dragon-workstation-content {
    max-width: 520px;
}


/* EYEBROW */

.dragon-workstation-eyebrow {
    display: block;

    margin-bottom: 16px;

    color: #7275FE;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .16em;

    line-height: 1;
}


/* =========================================================
   HEADING
========================================================= */

.dragon-workstation-content h2 {
    margin: 0;

    color: #080A1C;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size: clamp(
        42px,
        4.5vw,
        62px
    );

    font-weight: 600;

    line-height: 1.02;

    letter-spacing: -.055em;
}


.dragon-workstation-content h2 span {
    color: #7275FE;
}


/* =========================================================
   TEXT
========================================================= */

.dragon-workstation-content p {
    margin: 19px 0 0;

    max-width: 500px;

    color: #62677C;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.65;
}


.dragon-workstation-content p + p {
    margin-top: 12px;
}


/* =========================================================
   VIDEO
========================================================= */

.dragon-workstation-video {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    border-radius: 16px;

    background: #080A1C;

    box-shadow:
        0 20px 55px rgba(8, 10, 28, .12);
}


.dragon-workstation-video iframe {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    border: 0;

    display: block;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .dragon-workstation-section {
        padding: 55px 0;
    }


    .dragon-workstation-container {
        width: calc(100% - 50px);

        grid-template-columns:
            1fr 1fr;

        gap: 40px;
    }


    .dragon-workstation-content h2 {
        font-size: 46px;
    }


    .dragon-workstation-content p {
        font-size: 14px;

        line-height: 1.6;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dragon-workstation-section {
        padding: 45px 0;
    }


    .dragon-workstation-container {
        width: 88%;

        display: flex;

        flex-direction: column;

        gap: 25px;

        align-items: stretch;
    }


    .dragon-workstation-content {
        max-width: 100%;
    }


    .dragon-workstation-eyebrow {
        margin-bottom: 14px;

        font-size: 8px;
    }


    .dragon-workstation-content h2 {
        font-size: 40px;

        line-height: 1.04;
    }


    .dragon-workstation-content p {
        margin-top: 17px;

        font-size: 14px;

        line-height: 1.6;
    }


    .dragon-workstation-content p + p {
        margin-top: 11px;
    }


    .dragon-workstation-video {
        aspect-ratio: 16 / 9;

        border-radius: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dragon-workstation-section {
        padding: 38px 0;
    }


    .dragon-workstation-container {
        width: 87%;

        gap: 22px;
    }


    .dragon-workstation-content h2 {
        font-size: 36px;
    }


    .dragon-workstation-content p {
        font-size: 13.5px;

        line-height: 1.58;
    }


    .dragon-workstation-video {
        border-radius: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3719f72 *//* =========================================================
   DRAGON MEDICAL DIRECT — BENEFITS
========================================================= */

.dragon-benefits-section {

    width: 100%;

    margin: 0;

    padding: 65px 0;

    background: #F7F7FB;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* =========================================================
   CONTAINER
   SAME WIDTH AS PREVIOUS SECTIONS
========================================================= */

.dragon-benefits-container {

    width: min(
        1280px,
        calc(100% - 70px)
    );

    margin: 0 auto;
}


/* =========================================================
   INTRO
========================================================= */

.dragon-benefits-intro {

    max-width: 850px;

    margin-bottom: 38px;
}


/* =========================================================
   EYEBROW
========================================================= */

.dragon-benefits-eyebrow {

    display: block;

    margin-bottom: 16px;

    color: #7275FE;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .17em;

    line-height: 1;
}


/* =========================================================
   HEADING
========================================================= */

.dragon-benefits-intro h2 {

    margin: 0;

    color: #080A1C;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size:
        clamp(
            42px,
            4.4vw,
            62px
        );

    font-weight: 600;

    line-height: 1.04;

    letter-spacing: -.055em;
}


.dragon-benefits-intro h2 span {

    color: #7275FE;

}


/* =========================================================
   INTRO TEXT
========================================================= */

.dragon-benefits-intro > p {

    max-width: 720px;

    margin: 19px 0 0;

    color: #62677C;

    font-size: 15px;

    line-height: 1.65;
}


/* =========================================================
   BENEFITS GRID
========================================================= */

.dragon-benefits-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 16px;
}


/* =========================================================
   CARD
========================================================= */

.dragon-benefit-card {

    position: relative;

    min-height: 270px;

    padding: 27px 28px 30px;

    background: #FFFFFF;

    border: 1px solid rgba(
        8,
        10,
        28,
        .06
    );

    border-radius: 14px;

    overflow: hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


/* =========================================================
   TOP ACCENT
========================================================= */

.dragon-benefit-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #C892E7,
            #7275FE
        );

    opacity: .75;
}


/* =========================================================
   HOVER
========================================================= */

.dragon-benefit-card:hover {

    transform: translateY(-5px);

    border-color:
        rgba(
            114,
            117,
            254,
            .16
        );

    box-shadow:
        0 18px 50px
        rgba(
            8,
            10,
            28,
            .08
        );
}


/* =========================================================
   NUMBER
========================================================= */

.dragon-benefit-number {

    display: block;

    margin-bottom: 24px;

    color: #A7A9BA;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .12em;
}


/* =========================================================
   TITLE
========================================================= */

.dragon-benefit-card h3 {

    margin: 0 0 12px;

    color: #080A1C;

    font-size: 21px;

    font-weight: 600;

    line-height: 1.2;

    letter-spacing: -.025em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.dragon-benefit-card p {

    margin: 0;

    color: #6A6F82;

    font-size: 13.5px;

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .dragon-benefits-section {

        padding: 55px 0;

    }


    .dragon-benefits-container {

        width: calc(100% - 50px);

    }


    .dragon-benefits-intro {

        margin-bottom: 32px;

    }


    .dragon-benefits-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 14px;

    }


    .dragon-benefit-card {

        min-height: 250px;

        padding: 25px;

    }


    .dragon-benefit-card h3 {

        font-size: 20px;

    }


    .dragon-benefit-card p {

        font-size: 13.5px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dragon-benefits-section {

        padding: 45px 0;

    }


    .dragon-benefits-container {

        width: 88%;

    }


    .dragon-benefits-intro {

        margin-bottom: 28px;

    }


    .dragon-benefits-eyebrow {

        margin-bottom: 14px;

        font-size: 8px;

    }


    .dragon-benefits-intro h2 {

        font-size: 39px;

        line-height: 1.05;

        letter-spacing: -.045em;

    }


    .dragon-benefits-intro > p {

        margin-top: 17px;

        font-size: 14px;

        line-height: 1.6;

    }


    .dragon-benefits-grid {

        display: flex;

        flex-direction: column;

        gap: 12px;

    }


    .dragon-benefit-card {

        min-height: auto;

        padding: 23px 22px 25px;

        border-radius: 12px;

    }


    .dragon-benefit-number {

        margin-bottom: 19px;

    }


    .dragon-benefit-card h3 {

        margin-bottom: 10px;

        font-size: 20px;

    }


    .dragon-benefit-card p {

        font-size: 13.5px;

        line-height: 1.65;

    }


    .dragon-benefit-card:hover {

        transform: none;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dragon-benefits-section {

        padding: 38px 0;

    }


    .dragon-benefits-container {

        width: 87%;

    }


    .dragon-benefits-intro {

        margin-bottom: 25px;

    }


    .dragon-benefits-intro h2 {

        font-size: 36px;

    }


    .dragon-benefits-intro > p {

        margin-top: 15px;

        font-size: 13.5px;

    }


    .dragon-benefit-card {

        padding: 21px 20px 23px;

    }


    .dragon-benefit-card h3 {

        font-size: 19px;

    }


    .dragon-benefit-card p {

        font-size: 13px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c81d591 *//* =========================================================
   DRAGON MEDICAL DIRECT — FEATURES
========================================================= */

.dragon-features-section {

    width: 100%;
    margin: 0;

    padding: 65px 0;

    background: #F7F7FB;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* =========================================================
   CONTAINER
   SAME WIDTH AS PREVIOUS SECTIONS
========================================================= */

.dragon-features-container {

    width: min(
        1280px,
        calc(100% - 70px)
    );

    margin: 0 auto;
}


/* =========================================================
   INTRO
========================================================= */

.dragon-features-intro {

    max-width: 850px;

    margin-bottom: 38px;
}


/* =========================================================
   EYEBROW
========================================================= */

.dragon-features-eyebrow {

    display: block;

    margin-bottom: 16px;

    color: #7275FE;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .17em;

    line-height: 1;
}


/* =========================================================
   HEADING
========================================================= */

.dragon-features-intro h2 {

    margin: 0;

    color: #080A1C;

    font-size:
        clamp(
            42px,
            4.4vw,
            62px
        );

    font-weight: 600;

    line-height: 1.04;

    letter-spacing: -.055em;
}


.dragon-features-intro h2 span {

    color: #7275FE;

}


/* =========================================================
   INTRO TEXT
========================================================= */

.dragon-features-intro p {

    max-width: 720px;

    margin: 19px 0 0;

    color: #62677C;

    font-size: 15px;

    line-height: 1.65;
}


/* =========================================================
   FEATURES GRID
========================================================= */

.dragon-features-list {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    border-top:
        1px solid
        rgba(
            8,
            10,
            28,
            .10
        );
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.dragon-feature-item {

    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 18px;

    padding: 27px 30px 27px 0;

    border-bottom:
        1px solid
        rgba(
            8,
            10,
            28,
            .10
        );

}


/* =========================================================
   VERTICAL DIVIDER
========================================================= */

.dragon-feature-item:nth-child(even) {

    padding-left: 30px;

    border-left:
        1px solid
        rgba(
            8,
            10,
            28,
            .10
        );

}


/* =========================================================
   NUMBER
========================================================= */

.dragon-feature-number {

    padding-top: 3px;

    color: #7275FE;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .12em;

}


/* =========================================================
   TITLE
========================================================= */

.dragon-feature-content h3 {

    margin: 0 0 11px;

    color: #080A1C;

    font-size: 21px;

    font-weight: 600;

    line-height: 1.2;

    letter-spacing: -.025em;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.dragon-feature-content p {

    margin: 0;

    color: #6A6F82;

    font-size: 13.5px;

    font-weight: 400;

    line-height: 1.65;

}


/* =========================================================
   HOVER
========================================================= */

.dragon-feature-item {

    transition:
        border-color .3s ease;
}


.dragon-feature-item:hover
.dragon-feature-number {

    color: #C892E7;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .dragon-features-section {

        padding: 55px 0;

    }


    .dragon-features-container {

        width: calc(100% - 50px);

    }


    .dragon-features-intro {

        margin-bottom: 32px;

    }


    .dragon-features-intro h2 {

        font-size: 48px;

    }


    .dragon-feature-item {

        padding: 24px 22px 24px 0;

    }


    .dragon-feature-item:nth-child(even) {

        padding-left: 22px;

    }


    .dragon-feature-content h3 {

        font-size: 19px;

    }


    .dragon-feature-content p {

        font-size: 13px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .dragon-features-section {

        padding: 45px 0;

    }


    .dragon-features-container {

        width: 88%;

    }


    .dragon-features-intro {

        margin-bottom: 28px;

    }


    .dragon-features-eyebrow {

        margin-bottom: 14px;

        font-size: 8px;

    }


    .dragon-features-intro h2 {

        font-size: 39px;

        line-height: 1.05;

        letter-spacing: -.045em;

    }


    .dragon-features-intro p {

        margin-top: 17px;

        font-size: 14px;

        line-height: 1.6;

    }


    /* =====================================================
       SINGLE COLUMN
    ===================================================== */

    .dragon-features-list {

        display: flex;

        flex-direction: column;

    }


    .dragon-feature-item {

        grid-template-columns: 35px 1fr;

        gap: 13px;

        padding: 22px 0;

    }


    .dragon-feature-item:nth-child(even) {

        padding-left: 0;

        border-left: 0;

    }


    .dragon-feature-number {

        font-size: 9px;

    }


    .dragon-feature-content h3 {

        margin-bottom: 10px;

        font-size: 19px;

    }


    .dragon-feature-content p {

        font-size: 13.5px;

        line-height: 1.62;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dragon-features-section {

        padding: 38px 0;

    }


    .dragon-features-container {

        width: 87%;

    }


    .dragon-features-intro {

        margin-bottom: 25px;

    }


    .dragon-features-intro h2 {

        font-size: 36px;

    }


    .dragon-features-intro p {

        font-size: 13.5px;

    }


    .dragon-feature-item {

        grid-template-columns: 30px 1fr;

        gap: 11px;

        padding: 20px 0;

    }


    .dragon-feature-content h3 {

        font-size: 18px;

    }


    .dragon-feature-content p {

        font-size: 13px;

    }

}/* End custom CSS */