    :root{
        /** font-style font-weight font-size font-family***/
        --header1-font: normal Bold 1.6rem arial;
        --italic-font: italic Bold 1rem arial;
        /** colors **/
        --brand: #e63946;
        --dark: #111;
        --page-bg: #f8f9fa;
        --card-bg: #ffffff;
        --muted: #6c757d;
        /*icons*/
        /* --edit-action-icon:url('../icons/classic/edit.png'); */
        --webid-size: 1rem; 
    }
    body {
        background: var(--page-bg);
        color: var(--dark);
        font-family: "Poppins", sans-serif;
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    body::-webkit-scrollbar-thumb {
        background-color: var(--page-bg);
    }
    ::-webkit-scrollbar {
        width: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 10px;
    }
    /* Navbar */
    /* .navbar {
        background-color: #111;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .navbar-brand {
        color: #e63946 !important;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .nav-link {
        color: #fff !important;
        margin-left: 10px;
        margin-right: 10px;
        transition: color 0.3s ease;
        position: relative;
    }

    .nav-link:hover {
        color: #e63946 !important;
    }

    إظهار القائمة عند المرور بالماوس
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    } */

    /* .dropdown-menu {
        background-color: #111;
        border: none;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .dropdown-item {
        color: #fff;
        transition: background-color 0.3s ease;
    }

    .dropdown-item:hover {
        background-color: #e63946;
        color: #fff;
    }


    .nav-link:after {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #e63946;
        opacity: 0;
    }

    .nav-link:hover:after {
        width: 100%;
        opacity: 0.8;
        transition: 0.5s;
    }

    .active {
        color: #e63946 !important;
        font-weight: 600;
    }

    .nav-item .btn:hover {
        transform: scale(1.05);
        background-color: #fff !important;
        color: #111 !important;
    } */

    /* Hero */
    .hero {
        background: linear-gradient(rgba(168, 167, 167, 0.5), rgba(0, 0, 0, 0.65)),
            url("../images/cover-photo.jpeg") center/cover;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        position: relative;
        margin-top: 50px;
    }

    .hero h1 {
        font-size: 3rem;
        font-weight: 700;
        animation: fadeInDown 2s ease;
        color: #e63946;
    }

    .hero p {
        font-size: 1.2rem;
        margin: 15px;
        /* animation: fadeInUp 2s ease; */
    }

    .hero .card-desc {
        align-content: center;
        font-size: 13px;
        margin-top: 1px;
        min-height: 60px;
    }

    .hero .btn {
        margin-top: 25px;
        background: #e63946;
        border: none;
        padding: 12px 25px;
        font-size: 1.1rem;
        border-radius: 30px;
        transition: transform 0.3s ease, background 0.3s ease;
        /* animation: zoomIn 2.5s ease; */
        color: #fff;
    }

    .hero .btn:hover {
        background: #c71c2f;
        transform: scale(1.05);
    }

    /* Live Auctions */
    .auction-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
        animation: fadeInUp 1.5s ease;
    }

    .auction-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .auction-card img {
        height: 200px;
        object-fit: cover;
    }

    .countdown {
        font-size: 1rem;
        color: #e63946;
        font-weight: bold;
    }

    /* Features */
    .features i {
        font-size: 2rem;
        color: #e63946;
        margin-bottom: 15px;
        animation: zoomIn 2s ease;
    }

    /* Newsletter */
    .newsletter {
        background: #111;
        color: #fff;
        padding: 50px 0;
        text-align: center;
    }

    .newsletter input {
        border-radius: 25px;
        padding: 12px;
        width: 300px;
        border: none;
        margin-right: 10px;
    }

    .newsletter button {
        border-radius: 25px;
        background: #e63946;
        border: none;
        padding: 12px 20px;
        color: #fff;
    }

    /* Footer */
    footer {
        background: #111;
        color: #fff;
        padding: 40px 0;
    }

    footer a {
        color: #ccc;
        text-decoration: none;
        transition: color 0.3s;
    }

    footer a:hover {
        color: #e63946;
    }

    /* Stats */
    .stats {
        background: #111;
        color: #fff;
        padding: 40px 0;
        text-align: center;
    }

    .stats i {
        font-size: 2.3rem;
        color: #e63946;
        margin-bottom: 15px;
    }

    .stats h3 {
        font-size: 2rem;
        font-weight: bold;
    }

    .hover-scale img {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        height: 200px;
    }

    .hover-scale:hover img {
        transform: scale(1.08);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .animate-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
    }

    .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
    }

    /* Trending Card Smaller */
    .trending .card {
        border-radius: 12px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 250px;
        margin: auto;
    }

    .trending .card img {
        height: 120px;
        /* أصغر شوي */
        object-fit: cover;
    }

    .trending .card-body {
        padding: 0.6rem;
    }

    .trending .card h6 {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }

    .trending .card p {
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
    }

    .trending .card:hover {
        transform: scale(1.04);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    /* Heart icon */
    .trending .fa-heart {
        color: #e63946;
        font-size: 0.9rem;
    }

    /* Flag icon */
    .trending .card-body img {
        width: 14px;
        height: 10px;
        object-fit: cover;
        border-radius: 2px;
    }

    /* Swiper controls */
    .swiper-button-next,
    .swiper-button-prev {
        color: #333;
        transition: color 0.3s ease;
    }


    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        color: #e63946;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #ccc;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

    .swiper-pagination-bullet-active {
        background: #e63946;
        opacity: 1;
        transform: scale(1);
    }

    .swiper-pagination {
        position: relative !important;
        margin-top: 20px !important;
        bottom: 0 !important;
    }

    .trending .swiper-pagination {
        position: relative !important;
        margin-top: 10px !important;
    }

    .closing-soon .swiper-pagination {
        position: relative;
        margin-top: 10px !important;
    }

    /* Title decoration */
    .trending h2,
    .closing-soon h2,
    .suggested-auctions h2,
    .suggested-auctions h2 {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 700;
    }

    .trending h2::before,
    .trending h2::after,
    .closing-soon h2::after,
    .closing-soon h2::before,
    .suggested-auctions h2::after,
    .suggested-auctions h2::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 40px;
        height: 2px;
        background: #e63946;
    }

    .trending h2::before,
    .closing-soon h2::before,
    .suggested-auctions h2::before {
        left: -50px;
    }

    .trending h2::after,
    .closing-soon h2::after,
    .suggested-auctions h2::after {
        right: -50px;
    }

    @media (max-width: 768px) {

    /* اجعل النص في المنتصف */
    .trending h2,
    .closing-soon h2,
    .suggested-auctions h2 {
        text-align: center;
        display: inline-block;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    /* الخط اليسار */
    .trending h2::before,
    .closing-soon h2::before,
    .suggested-auctions h2::before {
        left: -60px;   /* ابعده أكثر */
        top: 50%;
        transform: translateY(-50%);
    }

    /* الخط اليمين */
    .trending h2::after,
    .closing-soon h2::after,
    .suggested-auctions h2::after {
        right: -60px;  /* ابعده أكثر */
        top: 50%;
        transform: translateY(-50%);
    }
}


    /* Properties You May Like */
    /* Fix equal card height */
    .recommended .card {
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Fix image height */
    .recommended .card img {
        height: 200px;
        /* ثابت لكل الصور */
        object-fit: cover;
        width: 100%;
    }

    /* Make body take remaining space */
    .recommended .card-body {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    /* Animations */
    @keyframes fadeInDown {
        from {
            transform: translateY(-50px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes fadeInUp {
        from {
            transform: translateY(50px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes zoomIn {
        from {
            transform: scale(0.8);
            opacity: 0;
        }

        to {
            transform: scale(1);
            opacity: 1;
        }
    }
    html[dir="rtl"] body {
        direction: rtl;
        text-align: right;
    }
    /* notify */
    .notification {
        position: fixed;
        display: flex;
        font-size: 1.3rem;
        gap: 1.75rem;
        top: 0;
        right: 0;
        margin: 2rem;
        width: 24rem;
        background-color: white;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
        border-radius: 0.5rem;
        max-width: calc(100% - 6rem);
        z-index: 1060;/*should be higher than header z-index*/
        padding: 1.75rem 1.25rem 1.25rem;
        overflow: clip;
        transform: translateX(calc(100% + 2rem));
        animation: slideInOut 4s cubic-bezier(0.33, 0, 0.66, 1.33);
        animation-play-state: var(--animation-play-state);        
    }
    .notification:hover {
        --animation-play-state: paused;
    }
    .notification:before {
        content: "";
        display: block;
        inset: 0 0 auto;
        height: 0.5rem;
        transform-origin: left;
        position: absolute;
        animation: countdown 5s linear;
        animation-play-state: var(--animation-play-state);
    }
    .notification-text {
        margin: 0.3rem 0 0;
    }
    .notification-header {
        color: black;
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .notification-body{
        width: 95%;
        align-content: center;
    }
    .notification-icon {
        border-radius: 50%;
        aspect-ratio: 1;
        align-content: center;
        text-align: center;
        width: 3.4rem;
        height: 3.4rem;
    }
    .notification-success:before{
        background-color: #49a87d;
    }
    .notification-error:before{
        background-color: #e63946;
    }
    .notification-icon-success {
        background-color: #49a87d;
    }
    .notification-icon-err {
        background-color: #e63946;
    }
    .notification-close-btn {
        color: gray;
    } 
    .notification-icon i{
        font-size: 1.5rem;
        color: #fff;
    }
    @keyframes slideInOut {
        15%,
        66% {
            transform: translateX(0);
        }
    }
    @keyframes countdown {
        66%,
        100% {
            transform: scaleX(0);
        }
    }
    .form-message {
        display: none;
        margin-top: 15px;
        color: var(--bs-danger);
    }
    .btn-download,
    .btn-export {
        background-color: #e63946;
        border: none;
        color: #fff;
        font-weight: 600;
        border-radius: 8px;
        padding: 0.6rem 1rem;
        margin: 2px 0;
    }
    .btn-download:hover,
    .btn-export:hover {
        background-color: #c92f3a;
        transform: translateY(-2px);
    }
    .btn-download {
        font-size: 0.8rem;
    }
    .btn-export {
        margin-bottom: 1rem;
    }
    .btn-download.disabled,
    .btn-export.disabled {
        border-color: #e63946;
        background-color: #e63946;
        opacity: 0.65;;
    }
    .badge {
        padding: 0.6rem 1rem;
    }
    .pagination {
        justify-content: center;
        margin-top: 1rem;
    }
    .loading {
        width: 100%;
        height: 750px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .loading .bar{
        height: 20px;
        width: 20px;
        border: 3px solid gray;
        border-radius: 100%;
        animation: ball 2s infinite linear;
    }
    .loading .bar:nth-child(2n) {
        animation-delay: 0.2s;
    }
    .loading .bar:nth-child(3n) {
        animation-delay: 0.4s;
    }
    .loading .bar:nth-child(4n) {
        animation-delay: 0.6s;
    }
    @keyframes ball {
        0%   { 
            transform: scale(0.5);
            background: white;
        }
        50%   { 
            transform: scale(1);
            background: transparent;
        }
        100% { 
            transform: scale(0.5);
            background: white;
        }
    }
    .dialog {
        position: fixed;
        z-index: 100000;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        /* background-color: rgb(0, 0, 0); */
        background-color: rgba(0, 0, 0, .4);
    }
    
    .confirm-dialog{
        align-content: center;
        background: white;
        padding: 1%;
        position: absolute;
        min-width: 90%;
        min-height: 25%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 15px;
        border: 2px solid #eee;
        box-shadow: 0 0 10px gray;
        text-align: right;
    }
    @media (min-width: 992px) {
        .confirm-dialog {
            min-width: 30%;
        }
    }
    .confirm-dialog-btn{
        font-size: 20px;
        color: white;
        padding: 2% 8%;
        margin: 10px 5px;
        border-radius: 5px;
        cursor: pointer;
        background: #ddd;
        border: 1px solid #ccc;
    }
    .confirm-dialog-btn:hover {
        transform: translateY(-2px);
    }
    .confirm-dialog-yes{
        background-color: #298b61;
    }
    .confirm-dialog-no{
        background-color: #e63946;
    }
    .confirm-dialog p {
        text-align: center;
        margin-top: 15px;
        font-size: 20px;
    }
    .spinner-icon{
        position: absolute;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        font-size: 50px;
        color: #3b3b3b;
    }
    .page-link .disabled{
        background-color: #dcdcdc;
    }
     /* WhatsApp Floating Button */
        .whatsapp-btn {
            position: fixed;
            bottom: 80px;
            right: 25px;
            background-color: #25d366;
            color: #fff;
            font-size: 24px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: 0.3s;
        }

        .whatsapp-btn:hover {
            background-color: #1ebe5c;
            transform: scale(1.1);
        }
        /* service modal */
        #service-modal .modal-header {
            background: #e63946;
            color: #fff;
        }
        .service-options {
            margin-top: 1rem;
        }
        #service-modal .btn-submit {
            background: #e63946;
            color: #fff;
            border: none;
            padding: 0.5rem 1.2rem;
            border-radius: 8px;
        }
        /* page loading div*/
        /* #page-loading{
            position: absolute;
            z-index: 100000;
            top: 50%;
            bottom: 50%;
            left: 49%;
            right: 50%;
        }
        #page-loading li{
            position: relative;
            color: #3b3b3b;
            font-size: 50px;
        } */

        #profile-menu li a,
        #mobile-profile-menu  li a{
            text-align: justify;
        }
        @media (min-width: 992px) {
            #navbarNav {
                display: flex !important;
                justify-content: end;
            }
        }
        /* hides swiper till it's loaded and initialized */
        .swiper {
            display: none !important;
        }
        .swiper.initialized {
            display: block !important;
        }