/* ============================================================
   وزارة الصحة - ولاية كسلا
   HOME TOOLS
   News + Search + Important Portals
   ============================================================ */


/* ============================================================
   SECTION
   ============================================================ */

.moh-home-tools {

    position: relative;

    width: 100%;

    padding:
        22px 0 15px;

    background:
        #f7faf8;

}


/* ============================================================
   NEWS BAR
   ============================================================ */

.moh-news-bar {

    min-height: 52px;

    display: flex;

    align-items: center;

    gap: 0;

    overflow: hidden;

    background:
        #ffffff;

    border:
        1px solid #e2ebe6;

    border-radius: 12px;

    box-shadow:
        0 5px 18px rgba(0,0,0,.05);

}


/* ============================================================
   NEWS LABEL
   ============================================================ */

.moh-news-label {

    height: 52px;

    min-width: 145px;

    padding:
        0 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    color:
        #ffffff;

    background:
        linear-gradient(
            135deg,
            #075c35,
            #087f46
        );

    font-size: 12px;

    font-weight: 800;

    white-space: nowrap;

}


.moh-news-icon {

    width: 27px;

    height: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        rgba(255,255,255,.15);

}


/* ============================================================
   NEWS CONTENT
   ============================================================ */

.moh-news-content {

    position: relative;

    flex: 1;

    height: 52px;

    overflow: hidden;

}


.moh-news-text {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    padding:
        0 20px;

    color:
        #385449;

    font-size: 13px;

    font-weight: 600;

    transition:
        opacity .6s ease;

}


.moh-news-text a {

    color:
        #087f46 !important;

    text-decoration: none !important;

}


.moh-news-text a:hover {

    color:
        #064629 !important;

}


/* ============================================================
   NEWS MORE
   ============================================================ */

.moh-news-more {

    height: 52px;

    padding:
        0 18px;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color:
        #087f46 !important;

    background:
        #f3f8f5;

    border-right:
        1px solid #e5ece8;

    text-decoration: none !important;

    font-size: 11px;

    font-weight: 800;

    white-space: nowrap;

    transition:
        all .25s ease;

}


.moh-news-more:hover {

    color:
        #ffffff !important;

    background:
        #087f46;

}


/* ============================================================
   SEARCH BOX
   ============================================================ */

.moh-search-box {

    margin-top: 14px;

    padding:
        16px 18px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        linear-gradient(
            110deg,
            #ffffff,
            #f1f8f4
        );

    border:
        1px solid #dfeae4;

    border-radius: 14px;

    box-shadow:
        0 6px 22px rgba(4,70,42,.06);

}


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

/* ============================================================
   SEARCH AREA
   ============================================================ */

.moh-search-box {

    position: relative;

    margin-top: 18px;

    padding: 24px 28px 32px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    overflow: hidden;

    background:
        linear-gradient(
            115deg,
            #fff8f8 0%,
            #ffffff 55%,
            #fff5f5 100%
        );

    border: 1px solid #f0d9db;

    border-radius: 18px 18px 42px 42px;

    box-shadow:
        0 8px 28px rgba(120, 30, 40, .07);

}


/* خط أحمر جانبي */

.moh-search-box::before {

    content: "";

    position: absolute;

    right: 0;

    top: 0;

    width: 5px;

    height: 100%;

    background:
        linear-gradient(
            180deg,
            #8f1d28,
            #c73a45
        );

}


/* Wave سفلي */

.moh-search-box::after {

    content: "";

    position: absolute;

    left: -5%;

    right: -5%;

    bottom: -30px;

    height: 55px;

    background:
        #f7faf8;

    border-radius:
        50% 50% 0 0 / 100% 100% 0 0;

}


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

.moh-search-heading {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 14px;

}


.moh-search-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #8f1d28,
            #c73a45
        );

    font-size: 17px;

    box-shadow:
        0 7px 16px rgba(143, 29, 40, .20);

}


.moh-search-heading h3 {

    margin: 0;

    color:
        #4b2529;

    font-size: 16px;

    font-weight: 900;

}


.moh-search-heading p {

    margin:
        4px 0 0;

    color:
        #8b777a;

    font-size: 10px;

}


/* ============================================================
   SEARCH FORM
   ============================================================ */

.moh-search-form {

    position: relative;

    z-index: 3;

    flex: 1;

    max-width: 620px;

    display: flex;

    align-items: center;

    gap: 8px;

}


/* ============================================================
   INPUT
   ============================================================ */

.moh-search-input {

    flex: 1;

    height: 46px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding:
        0 15px;

    background:
        #ffffff;

    border:
        1px solid #ead9db;

    border-radius: 12px;

    box-shadow:
        0 4px 12px rgba(80, 20, 30, .04);

    transition:
        border-color .25s ease,
        box-shadow .25s ease;

}


.moh-search-input:focus-within {

    border-color:
        #b4232d;

    box-shadow:
        0 0 0 3px rgba(180, 35, 45, .08);

}


.moh-search-input i {

    color:
        #b4232d;

    font-size: 12px;

}


.moh-search-input input {

    width: 100%;

    height: 100%;

    padding: 0;

    border: 0;

    outline: none;

    background: transparent;

    color:
        #3f3436;

    font-family:
        "Tajawal",
        "Tahoma",
        sans-serif;

    font-size: 12px;

}


.moh-search-input input::placeholder {

    color:
        #a99b9d;

}


/* ============================================================
   SEARCH BUTTON
   ============================================================ */

.moh-search-btn {

    height: 46px;

    min-width: 100px;

    padding:
        0 17px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    border: 0;

    border-radius: 12px;

    color:
        #ffffff;

    background:
        linear-gradient(
            135deg,
            #8f1d28,
            #c73a45
        );

    font-family:
        "Tajawal",
        "Tahoma",
        sans-serif;

    font-size: 11px;

    font-weight: 800;

    cursor: pointer;

    box-shadow:
        0 7px 18px rgba(143, 29, 40, .20);

    transition:
        all .25s ease;

}


.moh-search-btn:hover {

    transform:
        translateY(-2px);

    background:
        linear-gradient(
            135deg,
            #771722,
            #b4232d
        );

    box-shadow:
        0 10px 22px rgba(143, 29, 40, .26);

}



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

@media (max-width: 991px) {

    .moh-search-box {

        align-items: stretch;

        flex-direction: column;

        gap: 14px;

    }


    .moh-search-form {

        width: 100%;

        max-width: none;

    }


    .moh-portals-grid {

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

    }


    .moh-portal-card {

        min-height: 145px;

        flex-direction: column;

        text-align: center;

    }


    .moh-portal-content {

        width: 100%;

    }


    .moh-portal-content p {

        font-size: 9px;

    }


    .moh-portal-arrow {

        display: none;

    }

}


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

@media (max-width: 767px) {

    .moh-home-tools {

        padding:
            15px 0 10px;

    }


    .moh-home-tools .container-fluid {

        padding-left: 12px !important;

        padding-right: 12px !important;

    }


    /* News */

    .moh-news-bar {

        min-height: 48px;

    }


    .moh-news-label {

        min-width: 105px;

        height: 48px;

        padding:
            0 10px;

        font-size: 10px;

    }


    .moh-news-icon {

        width: 23px;

        height: 23px;

        font-size: 9px;

    }


    .moh-news-content {

        height: 48px;

    }


    .moh-news-text {

        height: 48px;

        padding:
            0 10px;

        font-size: 10px;

    }


    .moh-news-more {

        display: none;

    }


    /* Search */

    .moh-search-box {

        padding:
            13px;

    }


    .moh-search-heading h3 {

        font-size: 13px;

    }


    .moh-search-heading p {

        font-size: 9px;

    }


    .moh-search-icon {

        width: 36px;

        height: 36px;

        min-width: 36px;

        font-size: 13px;

    }


    .moh-search-form {

        gap: 6px;

    }


    .moh-search-btn {

        min-width: 70px;

    }


    /* Portals */

    .moh-portals-heading {

        align-items: flex-start;

        flex-direction: column;

        gap: 3px;

    }


    .moh-portals-heading h2 {

        font-size: 17px;

    }


    .moh-portals-heading p {

        font-size: 9px;

    }


    .moh-portals-grid {

        grid-template-columns:
            1fr;

        gap: 8px;

    }


    .moh-portal-card {

        min-height: 95px;

        padding:
            12px;

        flex-direction: row;

        text-align: right;

    }


    .moh-portal-icon {

        width: 44px;

        height: 44px;

        min-width: 44px;

        border-radius: 12px;

        font-size: 16px;

    }


    .moh-portal-content h3 {

        font-size: 12px;

    }


    .moh-portal-content p {

        font-size: 9px;

    }


    .moh-portal-arrow {

        display: flex;

    }

}

/* ============================================================
   MAIN FEATURE AREA
   SLIDER + MINISTRY PORTALS
   ============================================================ */

.moh-feature-area {

    position: relative;

    padding:
        12px 0 25px;

    background:
        #f7faf8;

}


/* ============================================================
   MAIN GRID
   ============================================================ */

.moh-feature-grid {

    display: grid;

    grid-template-columns:
        minmax(0, 1.75fr)
        minmax(300px, .75fr);

    gap: 16px;

    align-items: stretch;

}


/* ============================================================
   SLIDER AREA
   ============================================================ */

.moh-main-slider {

    min-width: 0;

}


.moh-slider-heading {

    margin-bottom: 8px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}


.moh-slider-heading span {

    display: block;

    margin-bottom: 2px;

    color:
        #087f46;

    font-size: 9px;

    font-weight: 700;

}


.moh-slider-heading h2 {

    margin: 0;

    color:
        #263f33;

    font-size: 19px;

    font-weight: 900;

}


.moh-slider-heading a {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    color:
        #087f46 !important;

    text-decoration: none !important;

    font-size: 10px;

    font-weight: 800;

    transition:
        transform .25s ease;

}


.moh-slider-heading a:hover {

    transform:
        translateX(-3px);

}


/* ============================================================
   SLIDER FRAME
   ============================================================ */

.moh-slider-frame {

    position: relative;

    height: 370px;

    overflow: hidden;

    border-radius:
        18px;

    background:
        #163c2c;

    box-shadow:
        0 12px 30px rgba(0,0,0,.10);

}


/* Bootstrap carousel */

.moh-slider-frame .carousel,
.moh-slider-frame .carousel-inner,
.moh-slider-frame .carousel-item {

    height: 100%;

}


.moh-slider-frame .carousel-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}


/* ============================================================
   SLIDER OVERLAY
   ============================================================ */

.moh-slider-frame .carousel-item::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(3,38,24,.82) 0%,
            rgba(3,38,24,.30) 45%,
            rgba(3,38,24,.02) 75%
        );

    pointer-events: none;

}


/* ============================================================
   SLIDER CAPTION
   ============================================================ */

.moh-slider-caption {

    position: absolute;

    right: 28px;

    bottom: 30px;

    left: 28px;

    z-index: 3;

    color:
        #ffffff;

}


.moh-slider-caption-line {

    width: 42px;

    height: 3px;

    margin-bottom: 8px;

    border-radius: 10px;

    background:
        #78dba3;

}


.moh-slider-caption h3 {

    max-width: 720px;

    margin:
        0 0 12px;

    color:
        #ffffff;

    font-size: 23px;

    font-weight: 900;

    line-height: 1.45;

    text-shadow:
        0 2px 10px rgba(0,0,0,.25);

}


.moh-slider-read {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding:
        8px 14px;

    color:
        #ffffff !important;

    background:
        rgba(255,255,255,.13);

    border:
        1px solid rgba(255,255,255,.30);

    border-radius: 20px;

    text-decoration: none !important;

    backdrop-filter:
        blur(6px);

    font-size: 10px;

    font-weight: 700;

    transition:
        all .25s ease;

}


.moh-slider-read:hover {

    background:
        #ffffff;

    color:
        #087f46 !important;

}


/* ============================================================
   SLIDER CONTROLS
   ============================================================ */

.moh-slider-control {

    width: 38px !important;

    height: 38px;

    top: 50%;

    margin-top: -19px;

    opacity: 0;

    border-radius: 50%;

    background:
        rgba(0,0,0,.25);

    transition:
        opacity .25s ease,
        background .25s ease;

}


.moh-slider-frame:hover .moh-slider-control {

    opacity: 1;

}


.moh-slider-control:hover {

    background:
        rgba(8,127,70,.85);

}


/* ============================================================
   INDICATORS
   ============================================================ */

.moh-slider-frame .carousel-indicators {

    z-index: 5;

    right: 25px;

    left: auto;

    bottom: 12px;

    margin: 0;

    justify-content: flex-start;

}


.moh-slider-frame .carousel-indicators [data-bs-target] {

    width: 7px;

    height: 7px;

    margin:
        0 3px;

    border: 0;

    border-radius: 50%;

    background:
        rgba(255,255,255,.55);

    opacity: 1;

}


.moh-slider-frame .carousel-indicators .active {

    width: 22px;

    border-radius: 10px;

    background:
        #78dba3;

}


/* ============================================================
   PORTALS PANEL
   ============================================================ */

.moh-portals-panel {

    position: relative;

    min-height: 370px;

    padding:
        20px;

    overflow: hidden;

    background:
        linear-gradient(
            150deg,
            #064b2d 0%,
            #075c35 55%,
            #087f46 100%
        );

    border-radius:
        18px;

    box-shadow:
        0 12px 30px rgba(4,70,42,.16);

}


.moh-portals-panel::before {

    content: "";

    position: absolute;

    width: 210px;

    height: 210px;

    left: -110px;

    bottom: -120px;

    border:
        1px solid rgba(255,255,255,.10);

    border-radius: 50%;

}


.moh-portals-panel::after {

    content: "";

    position: absolute;

    width: 150px;

    height: 150px;

    right: -85px;

    top: -80px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 50%;

}


/* ============================================================
   PANEL HEADER
   ============================================================ */

.moh-portals-panel-head {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 11px;

}


.moh-panel-icon {

    width: 42px;

    height: 42px;

    min-width: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 13px;

    color:
        #075c35;

    background:
        #ffffff;

    font-size: 15px;

}


.moh-portals-panel-head span {

    display: block;

    color:
        #9de6bc;

    font-size: 8px;

    font-weight: 700;

}


.moh-portals-panel-head h2 {

    margin:
        2px 0 0;

    color:
        #ffffff;

    font-size: 19px;

    font-weight: 900;

}


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

.moh-panel-description {

    position: relative;

    z-index: 2;

    margin:
        15px 0;

    padding-bottom:
        13px;

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

    border-bottom:
        1px solid rgba(255,255,255,.14);

    font-size: 10px;

    line-height: 1.8;

}


/* ============================================================
   PORTAL LINKS
   ============================================================ */

.moh-portal-link {

    position: relative;

    z-index: 2;

    min-height: 76px;

    margin-bottom: 8px;

    padding:
        10px;

    display: flex;

    align-items: center;

    gap: 10px;

    color:
        #ffffff !important;

    background:
        rgba(255,255,255,.08);

    border:
        1px solid rgba(255,255,255,.10);

    border-radius:
        12px;

    text-decoration: none !important;

    transition:
        background .25s ease,
        transform .25s ease,
        border-color .25s ease;

}


.moh-portal-link:hover {

    color:
        #ffffff !important;

    background:
        rgba(255,255,255,.15);

    border-color:
        rgba(255,255,255,.22);

    transform:
        translateX(-4px);

}


/* ============================================================
   PORTAL ICON
   ============================================================ */

.moh-portal-link-icon {

    width: 39px;

    height: 39px;

    min-width: 39px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 11px;

    color:
        #ffffff;

    background:
        rgba(255,255,255,.14);

    font-size: 14px;

}


.portal-info .moh-portal-link-icon {

    background:
        rgba(120,219,163,.18);

    color:
        #8ee5b0;

}


.portal-it .moh-portal-link-icon {

    background:
        rgba(100,170,235,.18);

    color:
        #9ac9ef;

}


.portal-health .moh-portal-link-icon {

    background:
        rgba(255,255,255,.16);

    color:
        #baf2d1;

}


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

.moh-portal-link-content {

    flex: 1;

    min-width: 0;

}


.moh-portal-link-content span {

    display: block;

    margin-bottom: 2px;

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

    font-family:
        Arial,
        sans-serif;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 1px;

}


.moh-portal-link-content strong {

    display: block;

    overflow: hidden;

    color:
        #ffffff;

    font-size: 11px;

    font-weight: 800;

    text-overflow: ellipsis;

    white-space: nowrap;

}


.moh-portal-link-content small {

    display: block;

    margin-top: 2px;

    overflow: hidden;

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

    font-size: 8px;

    text-overflow: ellipsis;

    white-space: nowrap;

}


/* ============================================================
   ARROW
   ============================================================ */

.moh-portal-link-arrow {

    width: 25px;

    height: 25px;

    min-width: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

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

    background:
        rgba(255,255,255,.07);

    font-size: 8px;

    transition:
        all .25s ease;

}


.moh-portal-link:hover .moh-portal-link-arrow {

    color:
        #075c35;

    background:
        #ffffff;

}


/* ============================================================
   PANEL FOOTER
   ============================================================ */

.moh-panel-footer {

    position: relative;

    z-index: 2;

    margin-top: 10px;

    padding-top: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

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

    border-top:
        1px solid rgba(255,255,255,.10);

    font-size: 8px;

}


.moh-panel-footer i {

    font-size: 8px;

}


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

@media (max-width: 991px) {

    .moh-feature-grid {

        grid-template-columns:
            1fr;

    }


    .moh-slider-frame {

        height: 380px;

    }


    .moh-portals-panel {

        min-height: auto;

    }


    .moh-portal-link {

        min-height: 70px;

    }

}


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

@media (max-width: 767px) {

    .moh-feature-area {

        padding:
            8px 0 18px;

    }


    .moh-feature-area .container-fluid {

        padding-left: 12px !important;

        padding-right: 12px !important;

    }


    .moh-slider-heading h2 {

        font-size: 16px;

    }


    .moh-slider-heading a {

        font-size: 9px;

    }


    .moh-slider-frame {

        height: 270px;

        border-radius:
            14px;

    }


    .moh-slider-caption {

        right: 17px;

        bottom: 25px;

        left: 17px;

    }


    .moh-slider-caption h3 {

        font-size: 15px;

        line-height: 1.5;

    }


    .moh-slider-read {

        padding:
            6px 10px;

        font-size: 8px;

    }


    .moh-slider-control {

        opacity: 1;

        width: 32px !important;

        height: 32px;

    }


    .moh-slider-frame .carousel-indicators {

        right: 15px;

        bottom: 8px;

    }


    .moh-portals-panel {

        padding:
            15px;

        border-radius:
            14px;

    }


    .moh-portals-panel-head h2 {

        font-size: 16px;

    }


    .moh-panel-description {

        font-size: 9px;

    }


    .moh-portal-link {

        min-height: 68px;

        margin-bottom: 7px;

    }

}

/* ============================================================
   FEATURED NEWS
   أبرز أخبار الوزارة
   ============================================================ */

.moh-featured-news {

    position: relative;

    padding:
        38px 0 42px;

    background:
        #f7faf8;

}


/* ============================================================
   SECTION HEADER
   ============================================================ */

.moh-news-section-head {

    margin-bottom: 18px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}


.moh-news-heading {

    display: flex;

    align-items: center;

    gap: 12px;

}


.moh-news-heading-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius:
        14px;

    color:
        #ffffff;

    background:
        linear-gradient(
            135deg,
            #064b2d,
            #0b8b4d
        );

    box-shadow:
        0 7px 18px rgba(6,75,45,.16);

    font-size: 16px;

}


.moh-news-heading span {

    display: block;

    margin-bottom: 2px;

    color:
        #087f46;

    font-size: 9px;

    font-weight: 800;

}


.moh-news-heading h2 {

    margin: 0;

    color:
        #263a30;

    font-size: 21px;

    font-weight: 900;

}


.moh-news-heading p {

    margin:
        3px 0 0;

    color:
        #718078;

    font-size: 9px;

}


/* ============================================================
   ALL NEWS BUTTON
   ============================================================ */

.moh-news-all {

    min-height: 36px;

    padding:
        0 15px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    color:
        #087f46 !important;

    background:
        #ffffff;

    border:
        1px solid #dce9e2;

    border-radius:
        20px;

    text-decoration: none !important;

    font-size: 10px;

    font-weight: 800;

    box-shadow:
        0 4px 12px rgba(0,0,0,.04);

    transition:
        all .25s ease;

}


.moh-news-all:hover {

    color:
        #ffffff !important;

    background:
        #087f46;

    border-color:
        #087f46;

    transform:
        translateY(-2px);

}


/* ============================================================
   NEWS GRID
   ============================================================ */

.moh-news-grid {

    display: grid;

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

    gap: 16px;

}


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

.moh-news-card {

    position: relative;

    overflow: hidden;

    background:
        #ffffff;

    border:
        1px solid #e6eee9;

    border-radius:
        17px;

    box-shadow:
        0 7px 22px rgba(27,65,47,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.moh-news-card:hover {

    transform:
        translateY(-6px);

    box-shadow:
        0 15px 32px rgba(27,65,47,.12);

}


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

.moh-news-card-featured {

    border-color:
        #d7e9df;

}


/* ============================================================
   IMAGE
   ============================================================ */

.moh-news-image {

    position: relative;

    height: 215px;

    overflow: hidden;

    background:
        #dfe9e4;

}


.moh-news-card-featured .moh-news-image {

    height: 230px;

}


.moh-news-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .7s cubic-bezier(.2,.7,.2,1);

}


.moh-news-card:hover .moh-news-image img {

    transform:
        scale(1.07);

}


/* ============================================================
   IMAGE OVERLAY
   ============================================================ */

.moh-news-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(3,38,24,0) 35%,
            rgba(3,38,24,.70) 100%
        );

    pointer-events: none;

}


/* ============================================================
   PLACEHOLDER
   ============================================================ */

.moh-news-placeholder {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    color:
        #087f46;

    background:
        linear-gradient(
            135deg,
            #eaf6ef,
            #dceee4
        );

    font-size: 38px;

}


/* ============================================================
   FEATURED BADGE
   ============================================================ */

.moh-news-featured-badge {

    position: absolute;

    top: 13px;

    right: 13px;

    z-index: 3;

    min-height: 28px;

    padding:
        0 10px;

    display: inline-flex;

    align-items: center;

    gap: 5px;

    color:
        #ffffff;

    background:
        #087f46;

    border:
        1px solid rgba(255,255,255,.25);

    border-radius:
        15px;

    box-shadow:
        0 5px 12px rgba(0,0,0,.15);

    font-size: 8px;

    font-weight: 800;

}


.moh-news-featured-badge i {

    color:
        #a8edc5;

    font-size: 8px;

}


/* ============================================================
   READ ICON
   ============================================================ */

.moh-news-read-icon {

    position: absolute;

    left: 14px;

    bottom: 14px;

    z-index: 4;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color:
        #087f46 !important;

    background:
        #ffffff;

    text-decoration: none !important;

    box-shadow:
        0 5px 15px rgba(0,0,0,.16);

    opacity: 0;

    transform:
        translateX(-8px);

    transition:
        all .3s ease;

}


.moh-news-card:hover .moh-news-read-icon {

    opacity: 1;

    transform:
        translateX(0);

}


.moh-news-read-icon:hover {

    color:
        #ffffff !important;

    background:
        #087f46;

    transform:
        translateX(0) scale(1.08) !important;

}


/* ============================================================
   IMAGE INFO
   ============================================================ */

.moh-news-image-info {

    position: absolute;

    right: 14px;

    bottom: 14px;

    z-index: 3;

}


.moh-news-date {

    display: inline-flex;

    align-items: center;

    gap: 5px;

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

    font-size: 8px;

    font-weight: 600;

}


.moh-news-date i {

    color:
        #8de1af;

}


/* ============================================================
   NEWS CONTENT
   ============================================================ */

.moh-news-content {

    min-height: 145px;

    padding:
        16px;

    display: flex;

    gap: 12px;

}


.moh-news-number {

    padding-top: 2px;

    color:
        #d9e7df;

    font-family:
        Arial,
        sans-serif;

    font-size: 24px;

    font-weight: 900;

    line-height: 1;

}


.moh-news-text {

    flex: 1;

    min-width: 0;

}


.moh-news-text h3 {

    margin:
        0 0 7px;

    line-height: 1.55;

}


.moh-news-text h3 a {

    display: -webkit-box;

    overflow: hidden;

    color:
        #263a30 !important;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 900;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}


.moh-news-text h3 a:hover {

    color:
        #087f46 !important;

}


.moh-news-text p {

    display: -webkit-box;

    overflow: hidden;

    margin:
        0 0 9px;

    color:
        #77837d;

    font-size: 9px;

    line-height: 1.8;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}


/* ============================================================
   READ MORE
   ============================================================ */

.moh-news-more {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    color:
        #087f46 !important;

    text-decoration: none !important;

    font-size: 9px;

    font-weight: 800;

}


.moh-news-more i {

    font-size: 8px;

    transition:
        transform .25s ease;

}


.moh-news-more:hover i {

    transform:
        translateX(-4px);

}


/* ============================================================
   EMPTY STATE
   ============================================================ */

.moh-news-empty {

    grid-column:
        1 / -1;

    min-height: 220px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    color:
        #77837d;

    background:
        #ffffff;

    border:
        1px dashed #d7e5dc;

    border-radius:
        17px;

}


.moh-news-empty i {

    margin-bottom: 10px;

    color:
        #087f46;

    font-size: 32px;

}


.moh-news-empty h3 {

    margin:
        0 0 4px;

    color:
        #33463c;

    font-size: 15px;

    font-weight: 800;

}


.moh-news-empty p {

    margin: 0;

    font-size: 10px;

}


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

@media (max-width: 991px) {

    .moh-news-grid {

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

    }


    .moh-news-card-featured {

        grid-column:
            1 / -1;

    }


    .moh-news-card-featured .moh-news-image {

        height: 260px;

    }

}


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

@media (max-width: 767px) {

    .moh-featured-news {

        padding:
            28px 0 32px;

    }


    .moh-featured-news .container-fluid {

        padding-left: 12px !important;

        padding-right: 12px !important;

    }


    .moh-news-section-head {

        align-items: center;

        margin-bottom: 14px;

    }


    .moh-news-heading {

        gap: 9px;

    }


    .moh-news-heading-icon {

        width: 40px;

        height: 40px;

        min-width: 40px;

        border-radius: 12px;

        font-size: 13px;

    }


    .moh-news-heading h2 {

        font-size: 16px;

    }


    .moh-news-heading p {

        font-size: 8px;

    }


    .moh-news-all {

        min-height: 32px;

        padding:
            0 10px;

        font-size: 8px;

    }


    .moh-news-grid {

        grid-template-columns:
            1fr;

        gap: 12px;

    }


    .moh-news-card-featured {

        grid-column:
            auto;

    }


    .moh-news-image,
    .moh-news-card-featured .moh-news-image {

        height: 210px;

    }


    .moh-news-content {

        min-height: 135px;

        padding:
            13px;

    }


    .moh-news-number {

        font-size: 20px;

    }


    .moh-news-text h3 a {

        font-size: 13px;

    }


    .moh-news-text p {

        font-size: 8px;

    }


    .moh-news-read-icon {

        opacity: 1;

        transform:
            translateX(0);

    }

}


/* ============================================================
   NEWS TICKER
   شريط الأخبار
   ============================================================ */

.moh-news-ticker {

    position: relative;

    width: 100%;

    min-height: 50px;

    margin:
        12px 0 10px;

    padding:
        0 12px;

    display: flex;

    align-items: center;

    overflow: hidden;

    direction: rtl;

    background:
        #ffffff;

    border:
        1px solid #dce9e2;

    border-radius:
        14px;

    box-shadow:
        0 5px 16px rgba(25,70,48,.06);

}


/* العنوان */

.moh-news-ticker-label {

    position: relative;

    z-index: 3;

    min-width: 125px;

    height: 36px;

    padding:
        0 14px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    flex-shrink: 0;

    color:
        #ffffff;

    background:
        linear-gradient(
            135deg,
            #087f46,
            #075c35
        );

    border-radius:
        9px;

    font-size: 11px;

    font-weight: 800;

    box-shadow:
        0 4px 10px rgba(8,127,70,.16);

}


.moh-news-ticker-label i {

    color:
        #a8edc5;

    font-size: 11px;

}


/* منطقة الخبر */

.moh-news-ticker-content {

    position: relative;

    flex: 1;

    min-width: 0;

    height: 40px;

    display: flex;

    align-items: center;

    overflow: hidden;

}


/* الخبر */

.moh-news-ticker-content #newsFade {

    position: absolute;

    inset:
        0 12px;

    display: flex;

    align-items: center;

    overflow: hidden;

    color:
        #405148;

    font-size: 11px;

    font-weight: 700;

    white-space: nowrap;

    text-overflow: ellipsis;

    transition:
        opacity .6s ease;

}


.moh-news-ticker-content #newsFade a {

    overflow: hidden;

    color:
        #405148 !important;

    text-decoration: none !important;

    text-overflow: ellipsis;

    white-space: nowrap;

}


.moh-news-ticker-content #newsFade a:hover {

    color:
        #087f46 !important;

}


/* النقطة */

.moh-news-ticker-content #newsFade::before {

    content:
        "";

    width: 6px;

    height: 6px;

    min-width: 6px;

    margin-left: 8px;

    border-radius: 50%;

    background:
        #087f46;

}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 767px) {

    .moh-news-ticker {

        min-height: 46px;

        margin:
            9px 0 8px;

        padding:
            0 8px;

        border-radius:
            11px;

    }


    .moh-news-ticker-label {

        min-width: 92px;

        height: 32px;

        padding:
            0 9px;

        gap: 5px;

        border-radius:
            8px;

        font-size: 9px;

    }


    .moh-news-ticker-content {

        height: 36px;

    }


    .moh-news-ticker-content #newsFade {

        inset:
            0 7px;

        font-size: 9px;

    }


    .moh-news-ticker-content #newsFade::before {

        width: 5px;

        height: 5px;

        min-width: 5px;

        margin-left: 6px;

    }

}


/* ============================================================
   HEALTH PROGRAMS
   ============================================================ */

.moh-programs-section {

    position: relative;

    padding:
        38px 0 45px;

    background:
        #ffffff;

}


/* ============================================================
   HEADER
   ============================================================ */

.moh-programs-header {

    margin-bottom: 20px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}


.moh-programs-title {

    display: flex;

    align-items: center;

    gap: 12px;

}


.moh-programs-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #075c35,
            #0aa05a
        );

    box-shadow:
        0 8px 20px rgba(7,92,53,.16);

    font-size: 17px;

}


.moh-programs-title span {

    display: block;

    color:
        #087f46;

    font-size: 9px;

    font-weight: 800;

}


.moh-programs-title h2 {

    margin:
        2px 0;

    color:
        #263a30;

    font-size: 21px;

    font-weight: 900;

}


.moh-programs-title p {

    margin: 0;

    color:
        #77837d;

    font-size: 9px;

}


/* ============================================================
   ALL PROGRAMS
   ============================================================ */

.moh-programs-all {

    min-height: 36px;

    padding:
        0 15px;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color:
        #087f46 !important;

    background:
        #f5faf7;

    border:
        1px solid #dce9e2;

    border-radius:
        20px;

    text-decoration: none !important;

    font-size: 10px;

    font-weight: 800;

    transition:
        all .25s ease;

}


.moh-programs-all:hover {

    color:
        #ffffff !important;

    background:
        #087f46;

    border-color:
        #087f46;

    transform:
        translateY(-2px);

}


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

.moh-programs-grid {

    display: grid;

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

    gap: 16px;

}


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

.moh-program-card {

    position: relative;

    overflow: hidden;

    background:
        #ffffff;

    border:
        1px solid #e5eee9;

    border-radius:
        18px;

    box-shadow:
        0 7px 22px rgba(24,70,48,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.moh-program-card:hover {

    transform:
        translateY(-7px);

    box-shadow:
        0 17px 35px rgba(24,70,48,.13);

}


/* ============================================================
   IMAGE
   ============================================================ */

.moh-program-image {

    position: relative;

    height: 190px;

    overflow: hidden;

    background:
        #dfeae4;

}


.moh-program-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .7s cubic-bezier(.2,.7,.2,1);

}


.moh-program-card:hover .moh-program-image img {

    transform:
        scale(1.09);

}


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

.moh-program-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(3,40,25,.04) 15%,
            rgba(3,40,25,.12) 45%,
            rgba(3,40,25,.78) 100%
        );

}


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

.moh-program-number {

    position: absolute;

    left: 13px;

    top: 13px;

    z-index: 3;

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

    font-family:
        Arial,
        sans-serif;

    font-size: 22px;

    font-weight: 900;

    line-height: 1;

    text-shadow:
        0 2px 6px rgba(0,0,0,.25);

}


/* ============================================================
   BADGE
   ============================================================ */

.moh-program-badge {

    position: absolute;

    right: 13px;

    top: 13px;

    z-index: 3;

    min-height: 26px;

    padding:
        0 9px;

    display: inline-flex;

    align-items: center;

    gap: 5px;

    color:
        #ffffff;

    background:
        rgba(7,92,53,.82);

    border:
        1px solid rgba(255,255,255,.20);

    border-radius:
        14px;

    backdrop-filter:
        blur(5px);

    font-size: 8px;

    font-weight: 800;

}


.moh-program-badge i {

    color:
        #8fe3af;

    font-size: 5px;

}


/* ============================================================
   IMAGE BUTTON
   ============================================================ */

.moh-program-image-btn {

    position: absolute;

    left: 14px;

    bottom: 14px;

    z-index: 4;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color:
        #087f46 !important;

    background:
        #ffffff;

    text-decoration: none !important;

    box-shadow:
        0 5px 14px rgba(0,0,0,.18);

    opacity: 0;

    transform:
        translateX(-8px);

    transition:
        all .3s ease;

}


.moh-program-card:hover .moh-program-image-btn {

    opacity: 1;

    transform:
        translateX(0);

}


.moh-program-image-btn:hover {

    color:
        #ffffff !important;

    background:
        #087f46;

    transform:
        translateX(0) scale(1.08);

}


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

.moh-program-content {

    min-height: 145px;

    padding:
        15px 16px 13px;

}


.moh-program-content h3 {

    margin:
        0 0 7px;

    line-height: 1.5;

}


.moh-program-content h3 a {

    display: -webkit-box;

    overflow: hidden;

    color:
        #263a30 !important;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 900;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}


.moh-program-content h3 a:hover {

    color:
        #087f46 !important;

}


.moh-program-content p {

    display: -webkit-box;

    overflow: hidden;

    margin:
        0;

    color:
        #78847e;

    font-size: 9px;

    line-height: 1.8;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

}


/* ============================================================
   FOOTER
   ============================================================ */

.moh-program-footer {

    margin-top: 12px;

    display: flex;

    align-items: center;

    gap: 10px;

}


.moh-program-more {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    flex-shrink: 0;

    color:
        #087f46 !important;

    text-decoration: none !important;

    font-size: 9px;

    font-weight: 800;

}


.moh-program-more i {

    font-size: 8px;

    transition:
        transform .25s ease;

}


.moh-program-more:hover i {

    transform:
        translateX(-4px);

}


.moh-program-line {

    flex: 1;

    height: 1px;

    background:
        #e5eee9;

}


/* ============================================================
   PLACEHOLDER
   ============================================================ */

.moh-program-placeholder {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    color:
        #087f46;

    background:
        linear-gradient(
            135deg,
            #eaf6ef,
            #dceee4
        );

    font-size: 40px;

}


/* ============================================================
   EMPTY
   ============================================================ */

.moh-program-empty {

    grid-column:
        1 / -1;

    min-height: 220px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    background:
        #f8fbf9;

    border:
        1px dashed #d7e5dc;

    border-radius:
        18px;

}


.moh-program-empty i {

    margin-bottom: 10px;

    color:
        #087f46;

    font-size: 32px;

}


.moh-program-empty h3 {

    margin:
        0 0 4px;

    color:
        #33463c;

    font-size: 15px;

    font-weight: 800;

}


.moh-program-empty p {

    margin: 0;

    color:
        #77837d;

    font-size: 10px;

}


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

@media (max-width: 1100px) {

    .moh-programs-grid {

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

    }

}


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

@media (max-width: 767px) {

    .moh-programs-section {

        padding:
            28px 0 32px;

    }


    .moh-programs-section .container-fluid {

        padding-left: 12px !important;

        padding-right: 12px !important;

    }


    .moh-programs-header {

        align-items: center;

        margin-bottom: 14px;

    }


    .moh-programs-title {

        gap: 9px;

    }


    .moh-programs-icon {

        width: 40px;

        height: 40px;

        min-width: 40px;

        border-radius: 12px;

        font-size: 13px;

    }


    .moh-programs-title h2 {

        font-size: 16px;

    }


    .moh-programs-title p {

        font-size: 8px;

    }


    .moh-programs-all {

        min-height: 32px;

        padding:
            0 10px;

        font-size: 8px;

    }


    .moh-programs-grid {

        grid-template-columns:
            1fr;

        gap: 12px;

    }


    .moh-program-image {

        height: 210px;

    }


    .moh-program-image-btn {

        opacity: 1;

        transform:
            translateX(0);

    }


    .moh-program-content {

        min-height: 135px;

    }

}

/* ============================================================
   HEALTH PARTNERS
   ============================================================ */

.moh-partners-section {

    position: relative;

    padding:
        38px 0 34px;

    background:
        #f7faf8;

}


/* ============================================================
   HEADER
   ============================================================ */

.moh-partners-header {

    margin-bottom: 18px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}


.moh-partners-title {

    display: flex;

    align-items: center;

    gap: 12px;

}


.moh-partners-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    color:
        #ffffff;

    background:
        linear-gradient(
            135deg,
            #064b2d,
            #0b8b4d
        );

    box-shadow:
        0 8px 20px rgba(6,75,45,.15);

    font-size: 17px;

}


.moh-partners-title span {

    display: block;

    color:
        #087f46;

    font-size: 9px;

    font-weight: 800;

}


.moh-partners-title h2 {

    margin:
        2px 0;

    color:
        #263a30;

    font-size: 21px;

    font-weight: 900;

}


.moh-partners-title p {

    margin: 0;

    color:
        #77837d;

    font-size: 9px;

}


/* ============================================================
   CONTROLS
   ============================================================ */

.moh-partners-controls {

    display: flex;

    align-items: center;

    gap: 6px;

}


.moh-partners-controls button {

    width: 34px;

    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #dce9e2;

    border-radius: 50%;

    color:
        #087f46;

    background:
        #ffffff;

    cursor: pointer;

    font-size: 10px;

    transition:
        all .25s ease;

}


.moh-partners-controls button:hover {

    color:
        #ffffff;

    background:
        #087f46;

    border-color:
        #087f46;

    transform:
        translateY(-2px);

}


/* ============================================================
   SLIDER
   ============================================================ */

.moh-partners-wrapper {

    position: relative;

    padding:
        2px 4px;

}


.mohPartnersSwiper {

    width: 100%;

    overflow: hidden;

}


.mohPartnersSwiper .swiper-slide {

    height: auto;

}


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

.moh-partner-card {

    position: relative;

    min-height: 125px;

    padding:
        15px;

    display: flex;

    align-items: center;

    gap: 13px;

    overflow: hidden;

    color:
        #263a30 !important;

    background:
        #ffffff;

    border:
        1px solid #e2ebe6;

    border-radius:
        16px;

    text-decoration: none !important;

    box-shadow:
        0 6px 18px rgba(27,65,47,.05);

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

}


.moh-partner-card::before {

    content: "";

    position: absolute;

    right: 0;

    top: 0;

    width: 3px;

    height: 100%;

    background:
        #087f46;

    transform:
        scaleY(0);

    transform-origin:
        center;

    transition:
        transform .3s ease;

}


.moh-partner-card:hover {

    color:
        #263a30 !important;

    border-color:
        #c9ddd2;

    transform:
        translateY(-5px);

    box-shadow:
        0 13px 27px rgba(27,65,47,.10);

}


.moh-partner-card:hover::before {

    transform:
        scaleY(1);

}


/* ============================================================
   LOGO
   ============================================================ */

.moh-partner-logo {

    width: 72px;

    height: 72px;

    min-width: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #edf2ef;

    border-radius:
        14px;

    background:
        #fafcfb;

    transition:
        transform .3s ease,
        background .3s ease;

}


.moh-partner-logo img {

    width: 58px;

    height: 58px;

    object-fit: contain;

}


.moh-partner-card:hover .moh-partner-logo {

    background:
        #f0f8f3;

    transform:
        scale(1.04);

}


/* ============================================================
   PARTNER INFO
   ============================================================ */

.moh-partner-info {

    flex: 1;

    min-width: 0;

}


.moh-partner-info strong {

    display: -webkit-box;

    overflow: hidden;

    color:
        #30443a;

    font-size: 11px;

    font-weight: 900;

    line-height: 1.5;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}


.moh-partner-info span {

    display: block;

    margin-top: 4px;

    color:
        #98a49e;

    font-family:
        Arial,
        sans-serif;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .5px;

}


/* ============================================================
   ARROW
   ============================================================ */

.moh-partner-arrow {

    width: 26px;

    height: 26px;

    min-width: 26px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color:
        #087f46;

    background:
        #eef7f1;

    font-size: 8px;

    transition:
        all .25s ease;

}


.moh-partner-card:hover .moh-partner-arrow {

    color:
        #ffffff;

    background:
        #087f46;

    transform:
        translateX(-3px);

}


/* ============================================================
   BOTTOM NOTE
   ============================================================ */

.moh-partners-note {

    margin-top: 16px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    color:
        #718078;

    font-size: 9px;

}


.moh-partners-note i {

    color:
        #087f46;

    font-size: 10px;

}


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

@media (max-width: 991px) {

    .moh-partner-card {

        min-height: 115px;

        padding:
            12px;

    }


    .moh-partner-logo {

        width: 62px;

        height: 62px;

        min-width: 62px;

    }


    .moh-partner-logo img {

        width: 50px;

        height: 50px;

    }

}


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

@media (max-width: 767px) {

    .moh-partners-section {

        padding:
            28px 0 30px;

    }


    .moh-partners-section .container-fluid {

        padding-left: 12px !important;

        padding-right: 12px !important;

    }


    .moh-partners-header {

        align-items: center;

        margin-bottom: 14px;

    }


    .moh-partners-title {

        gap: 9px;

    }


    .moh-partners-icon {

        width: 40px;

        height: 40px;

        min-width: 40px;

        border-radius: 12px;

        font-size: 13px;

    }


    .moh-partners-title h2 {

        font-size: 16px;

    }


    .moh-partners-title p {

        font-size: 8px;

    }


    .moh-partners-controls button {

        width: 30px;

        height: 30px;

        font-size: 8px;

    }


    .moh-partner-card {

        min-height: 105px;

        padding:
            10px;

        gap: 9px;

        border-radius:
            13px;

    }


    .moh-partner-logo {

        width: 55px;

        height: 55px;

        min-width: 55px;

        border-radius:
            11px;

    }


    .moh-partner-logo img {

        width: 44px;

        height: 44px;

    }


    .moh-partner-info strong {

        font-size: 10px;

    }


    .moh-partner-arrow {

        display: none;

    }


    .moh-partners-note {

        font-size: 8px;

        text-align: center;

    }

}

