/* ========================================================
*          MOBILE_PORTFOLIO.CSS               VALID CSS3 OK
* Template: AM WEB DESIGN TP
* Version: 3             color: 2BCDC1 - RGB: 43 205 193 
* Author:  Anastasi Michelangelo cell. 347 4830468
* Email:   m.anastasi@amwebdesign.tp.it
* Date:       12 AGOSTO 2026
==========================================================*/


/*  RIPRISTINO CONTENITORI GENERALI  */
body.custom-cursor .slider-container {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
    max-height: unset !important;
    display: block !important;
    overflow: hidden !important;
    background-color: transparent !important;
}

body.custom-cursor .slider {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    display: block !important;
}

/*  GESTIONE DELLE SLIDE NATIVE JS */
body.custom-cursor .slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important; 
}

/*  LATO SINISTRO - FOTO MONITOR DELL */
body.custom-cursor .slide-image-wrapper {
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    overflow: hidden !important;
    position: relative !important;
    background-color: #FFF !important;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
}

body.custom-cursor .slide-image-wrapper img {
    width: 90% !important;
    max-width: 420px !important;
    min-width: 280px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
}

/*   LATO DESTRO     */
body.custom-cursor .slide-content-wrapper {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    padding: 15px 15px 30px 15px !important;
    box-sizing: border-box !important;
}

/* BOX SFONDO NERO DETTAGLI CON SCROLL INTERNO */
body.custom-cursor .project-details-scroll {
    height: 140px !important; 
    min-height: 140px !important;
    max-height: 140px !important;
    overflow-y: auto !important; 
    background-color: #111 !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
    display: block !important;
}

body.custom-cursor .project-pages-list li {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/*     AREA PREZZO E PULSANTE AFFIANCATI  */
body.custom-cursor .price-action-box {
    display: flex !important;
    flex-direction: row !important; 
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
    padding-top: 15px !important;
    margin-top: 10px !important;
    width: 100% !important;
}

body.custom-cursor .price-tag {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

body.custom-cursor .price-amount {
    font-size: 1.2rem !important;
    padding: 4px 10px !important;
}

body.custom-cursor .slide-content .btn-portfolio {
    font-size: 0.85rem !important;
    padding: 8px 12px !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 160px !important; 
    white-space: nowrap !important;
}

/*    POSIZIONAMENTO FRECCE: BLINDATE AI LATI DEL TITOLO   */
body.custom-cursor .nav-btn {
    position: absolute !important;  
    top: 210px !important; 
    width: 40px !important;
    height: 44px !important;
    z-index: 99999 !important;     
    background: rgba(0, 0, 0, 0.8) !important; 
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Freccia sinistra sul bordo sinistro del pannello */
body.custom-cursor .prev-btn {
    left: 1px !important;
    right: auto !important;
    bottom: auto !important;
}

/* Freccia destra sul bordo destro del pannello  */
body.custom-cursor .next-btn {
    right: 1px !important;
    left: auto !important;
    bottom: auto !important;
}
/*   PULIZIA */
body.custom-cursor .slider-dots,
body.custom-cursor .zoom-notice {
    display: none !important;
}
