/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/


/* =========================================
   MARSA - SCROLL TO TOP
   مرسى السيارات التجارية
========================================= */

#ast-scroll-top {

    width: 54px !important;
    height: 54px !important;

    background: linear-gradient(
        135deg,
        #0B1F3A 0%,
        #16365C 100%
    ) !important;

    border: 2px solid #F7941D !important;
    border-radius: 50% !important;

    box-shadow:
        0 8px 22px rgba(11, 31, 58, 0.30),
        0 0 0 5px rgba(247, 148, 29, 0.10) !important;

    color: #ffffff !important;

    left: 25px !important;
    right: auto !important;
    bottom: 25px !important;

    text-align: center !important;
    line-height: 50px !important;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease !important;
}


/* =========================================
   حاوية السهم
========================================= */

#ast-scroll-top .ast-icon {

    width: 100% !important;
    height: 100% !important;

    color: #ffffff !important;

    line-height: 50px !important;
    text-align: center !important;
}


/* =========================================
   سهم Astra
========================================= */

#ast-scroll-top .ast-arrow-svg {

    width: 20px !important;
    height: auto !important;

    fill: #ffffff !important;
    color: #ffffff !important;

    margin: 0 !important;

    vertical-align: middle !important;

    transform:
        translate(0, -2px)
        rotate(180deg) !important;
}


/* =========================================
   HOVER
========================================= */

#ast-scroll-top:hover {

    background: linear-gradient(
        135deg,
        #F7941D 0%,
        #ffad42 100%
    ) !important;

    border-color: #ffffff !important;

    transform: translateY(-5px) !important;

    box-shadow:
        0 12px 28px rgba(247, 148, 29, 0.35),
        0 0 0 6px rgba(247, 148, 29, 0.12) !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    #ast-scroll-top {

        width: 46px !important;
        height: 46px !important;

        left: 15px !important;
        right: auto !important;
        bottom: 18px !important;

        border-width: 2px !important;

        line-height: 42px !important;
    }


    #ast-scroll-top .ast-icon {

        line-height: 42px !important;
    }


    #ast-scroll-top .ast-arrow-svg {

        width: 17px !important;
    }

}

/* =========================================
   MARSA - HIDE ASTRA DEFAULT CAR HEADER
========================================= */

.single-cars .entry-header,
.single-cars .entry-title,
.single-cars .entry-meta {
    display: none !important;
}

/* إزالة المسافة التي يتركها Astra */
.single-cars .site-content .ast-container,
.single-cars .site-main,
.single-cars article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}