.mne-tour-explore{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin-top:18px !important;
    padding:13px 15px !important;
    border-radius:9px !important;

    background:#111111 !important;
    
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    font-size:11px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    text-decoration:none !important;
    opacity:1 !important;
    visibility:visible !important;

    transition:.3s !important;
}

.mne-tour-explore span{
    display:block !important;

    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    font-size:11px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    opacity:1 !important;
    visibility:visible !important;
}

.mne-tour-explore:hover{
    background:#b7791f !important;
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    padding-left:18px !important;
}

.mne-tour-explore:hover span{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
}

.mne-tour-explore i{
    color:#e2bd7d !important;
    -webkit-text-fill-color:#e2bd7d !important;

    opacity:1 !important;
    visibility:visible !important;

    transition:.3s !important;
}

.mne-tour-explore:hover i{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
    transform:translateX(4px);
}

/* =========================================================
   MNE MARRAKECH
   WHY CHOOSE US
========================================================= */

.mne-why-marrakech {
    margin: 65px 0 75px;
}


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

.mne-why-marrakech .mne-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 40px;

    margin-bottom: 30px;
}


.mne-why-marrakech
.mne-section-heading > div {
    flex: 1;
}


.mne-why-marrakech
.mne-section-heading > p {
    max-width: 430px;

    margin: 0;

    color: #777;

    font-size: 13px;

    line-height: 1.8;
}


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

.mne-why-marrakech
.mne-small-label {

    display: block;

    margin-bottom: 7px;

    color: #b7791f;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;
}


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

.mne-why-marrakech h3 {

    margin: 0;

    color: #222;

    font-size: 29px;

    line-height: 1.25;

    font-weight: 700;
}


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

.mne-why-grid {

    display: grid;

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

    gap: 15px;
}


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

.mne-why-item {

    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 22px 18px;

    background: #fff;

    border: 1px solid #eeeeee;

    border-radius: 12px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.045);

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


.mne-why-item:hover {

    transform: translateY(-5px);

    border-color:
        rgba(183,121,31,.35);

    box-shadow:
        0 15px 35px rgba(0,0,0,.08);
}


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

.mne-why-icon {

    flex-shrink: 0;

    width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: #faf5ec;

    color: #b7791f;

    font-size: 17px;

    transition:
        background .3s ease,
        color .3s ease;
}


.mne-why-item:hover
.mne-why-icon {

    background: #b7791f;

    color: #fff;
}


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

.mne-why-item h4 {

    margin:
        1px 0 7px;

    color: #222;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 700;
}


.mne-why-item p {

    margin: 0;

    color: #777;

    font-size: 11px;

    line-height: 1.7;
}


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

@media (max-width: 1000px) {

    .mne-why-grid {

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

    }

}


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

@media (max-width: 650px) {

    .mne-why-marrakech {

        margin:
            45px 0 55px;

    }


    .mne-why-marrakech
    .mne-section-heading {

        display: block;

        margin-bottom: 25px;

    }


    .mne-why-marrakech h3 {

        font-size: 25px;

    }


    .mne-why-marrakech
    .mne-section-heading > p {

        margin-top: 12px;

        font-size: 12px;

    }


    .mne-why-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .mne-why-item {

        padding: 18px;

    }

}