﻿@font-face {
    font-family: 'Almarai';
    src: url('../webfonts/Almarai-Regular.ttf'), url('../Fonts/Almarai-Bold.ttf');
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: 'Almarai', sans-serif;
    font-size: 15px;
   /* line-height: 1.5;*/
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;

}

@font-face {
    font-family: 'Almarai';
    src: url('../webfonts/Almarai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
    .myul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ff0000;
}

.dropdown-menu-mine {
    font-family: 'Cairo';
    font-size: 17.5px;
}

.myul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

    .myul li a:hover {
        background-color: #111111;
    }

.reqmssg {
    font-size: 12px;
    color: red;
}



.drplist {
    direction: rtl !important;
    width: 300px !important;
}

/*Social media aside bar*/

.icon-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 6px;
    border-radius: 30px 0px 0px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
   /* background: rgb(144,224,149);*/
   
}

    /* Individual icon container */
    .icon-bar a {
        display: block;
        width: 42px;
        text-align: center;
        padding: 6px;
        margin: 15px 0;
        transition: all 0.3s ease;
        color: #333;
        border-radius: 8px;
        transition: width 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth animation for width */
    }

        /* Hover effect for icons */
        .icon-bar a:hover {
            width: 42px;
            transform: translateY(5px);
            right: 50px;
            border-bottom: solid 2px #41dd1d;
            border-top: solid 2px #41dd1d;
        }

        .icon-bar a.active {
            background-color: #007bff;
            color: white;
        }


.icon-bar-left {
    position: fixed;
    top: 50%;
    left: 0; /* Position from right instead of left */
    transform: translateX(50%); /* Move to the right by its width */
    background: rgba(255, 255, 255, 0.95);
    padding: 6px;
    border-radius: 0px 30px 0 0; /* Adjust border radius for RTL */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    /*background: rgb(144,224,149);*/
}

    .icon-bar-left a {
        display: block;
        width: 42px;
        text-align: center;
        padding: 6px;
        margin: 15px 0;
        transition: all 0.3s ease;
        color: #333;
        border-radius: 8px;
        transition: width 0.3s ease, transform 0.3s ease, background-color 0.3s ease; /* Smooth animation for width */

    }
        .icon-bar-left a:hover {
            width: 42px;
            transform: translateY(5px);
            right: 50px;
            border-bottom: solid 2px #41dd1d;
            border-top: solid 2px #41dd1d;
        }
        icon-bar-left a.active {
            background-color: #007bff;
            color: white;
        }

/* Optional: Dark mode support */
@media (prefers-color-scheme: dark) {
    .icon-bar {
        background: rgba(30, 30, 30, 0.95);
    }

        .icon-bar a {
            color: #fff;
        }

            .icon-bar a:hover {
                background-color: #333;
            }
}



/*End social media  side bar */

/*Modal Animation*/
@keyframes swalBounceIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    45% {
        transform: scale(1.05);
        opacity: 0.7;
    }

    80% {
        transform: scale(0.95);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.modal.show .modal-dialog {
    animation: swalBounceIn 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
}



/* Category Card Style */
.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.aqua-gradient {
    background: linear-gradient(180deg, rgba(246,230,63,0.5116247182466737) 37%, rgba(79,170,6,1) 100%) !important;
}

.testimonial-card .avatar {
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
}
/* Category Card Style */
/*.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}*/

.p-style {
    font-family: cairo;
    font-weight: 500;
}

.zoomIn {
    transition: transform 0.5s ease; /* Add a smooth transition */
}

    .zoomIn:hover {
        transform: scale(1.3); /* Scale up the card on hover */
    }

.socialicons {
    font-size: 32px;
}
