body{
    background-color:#f4f4f4 !important;
}
.services-icons {
    text-align: center;
}
.services-icons i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}
.career-link {
    text-align: center;
    padding: 1rem;
    background-color: #f8f9fa;
}
/* navbar icon*/
.cw{
    width: 35%; height: 35%;
}
/* fonts*/
.font-regular {
    font-family: 'Raleway', sans-serif;
    font-weight: 400; /* Regular معادل 400 */
}

.font-semibold {
    font-family: 'Raleway', sans-serif;
    font-weight: 600; /* Regular معادل 800 */
}

.font-bold {
    font-family: 'Raleway', sans-serif;
    font-weight: 700; /* Regular معادل 800 */
}
.color-blue-custom{
    color:#171491;
}

/* playfair font*/
/* Regular */
.playfair-regular-text {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

/* Semi-Bold */
.playfair-semi-bold-text {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* Bold */
.playfair-bold-text {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .cw{
        width: 58% !important; height: 58% !important;
    }
}
@media (max-width: 768px) {
    .cw{
        width: 58% !important; height: 58% !important;
    }
}


@media (max-width: 576px) {

    .cw {
        width: 58% !important;
        height: 58% !important;
    }
}

/* menu mobile icon*/
@media (max-width: 991px) {
    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 30 30%22 width=%2230%22 height=%2230%22%3E%3Cpath stroke=%22%23ffffff%22 stroke-linecap=%22round%22 stroke-width=%222%22 d=%22M5 7h20M5 15h20M5 23h20%22/%3E%3C/svg%3E') !important;
    }
}


/* icon bar*/
.icon-bar {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}
.icon-bar a {
    background-color: #d19102;
    color: white;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
.icon-bar a:hover {
    background-color: #171491;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* breadcrumb */
.breadcrumb {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}


/* icon services header page*/

.my-section {
    padding-top: 60px; /* فاصله بالای بخش */
}

.icon-container img {
    max-width: 80px; /* حداکثر عرض آیکون */
    height: auto; /* حفظ تناسب اندازه */
}
