/* =====================================
   MOROCCO TOUR DESIGN
===================================== */

.mtd-tour #mtd-container{
    max-width:1200px;
    margin:auto;
    padding:30px 15px;
    font-family:inherit;
}


/* ===============================
   TITRES GENERAUX
=============================== */


.mtd-tour #mtd-container h2{

    position:relative;
    margin:45px 0 25px;
    padding:18px 25px;

    font-size:32px;
    font-weight:800;

    color:#1f2937;

    background:
    linear-gradient(
        135deg,
        #fff7ed,
        #ffffff
    );

    border-left:6px solid #c27a25;

    border-radius:12px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

}



.mtd-tour #mtd-container h2:before{

    content:"\f5a0";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    color:#c27a25;

    margin-right:15px;

}




/* ===============================
   H3
=============================== */


.mtd-tour #mtd-container h3{

    margin-top:35px;

    padding:15px 20px;

    font-size:25px;

    font-weight:700;

    color:#374151;

    background:#f8fafc;

    border-radius:10px;

    border-bottom:3px solid #d97706;

}



.mtd-tour #mtd-container h3:before{

    content:"\f5b0";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    color:#d97706;

    margin-right:12px;

}



/* ===============================
   H4 INCLUDED / EXCLUDED
=============================== */


.mtd-tour #mtd-container h4{

    display:flex;

    align-items:center;

    gap:12px;

    margin-top:30px;

    padding:15px 20px;

    font-size:22px;

    border-radius:12px;

}



/* Included */

.mtd-tour #mtd-container h4.included{

    color:#15803d;

    background:#dcfce7;

}


.mtd-tour #mtd-container h4.included:before{

    content:"\f00c";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

}



/* Excluded */


.mtd-tour #mtd-container h4.excluded{

    color:#b91c1c;

    background:#fee2e2;

}


.mtd-tour #mtd-container h4.excluded:before{

    content:"\f00d";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

}



/* ===============================
   H5
=============================== */


.mtd-tour #mtd-container h5{

    margin-top:25px;

    font-size:19px;

    color:#92400e;

    padding-left:15px;

    border-left:4px solid #f59e0b;

}





/* ===============================
   LISTES
=============================== */


.mtd-tour #mtd-container ul{

    margin:20px 0;

    padding:20px 25px;

    background:#fff;

    border-radius:12px;

    box-shadow:
    0 8px 25px rgba(0,0,0,.06);

}


.mtd-tour #mtd-container li{

    list-style:none;

    margin:12px 0;

    padding-left:30px;

    position:relative;

}


.mtd-tour #mtd-container li:before{

    content:"\f058";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    position:absolute;

    left:0;

    color:#c27a25;

}




/* ===============================
   PARAGRAPHES
=============================== */


.mtd-tour #mtd-container p{

    line-height:1.8;

    font-size:17px;

    color:#4b5563;

}



/* ===============================
   IMAGES
=============================== */


.mtd-tour #mtd-container img{

    border-radius:18px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.15);

}





/* ===============================
   MOBILE
=============================== */


@media(max-width:768px){


.mtd-tour #mtd-container{

    padding:20px 10px;

}


.mtd-tour #mtd-container h2{

    font-size:25px;

}


.mtd-tour #mtd-container h3{

    font-size:21px;

}


.mtd-tour #mtd-container h4{

    font-size:19px;

}


}