/* Add custom CSS styles below */ 
.navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.navbar-brand img {
    max-height: 40px !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 40px !important;
    }
}

.top-navbar {
    display: none !important;
}


.header__main-row {
    min-height: 120px !important;
    height: 120px !important;
}






/* شكل الزر - زوايا حادة */
.about-us-custom-button .s-button-element {
    border-radius: 0 !important;
}

/* النص والسهم */
.about-us-custom-button .custom-pos-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    overflow: visible !important;
}

.about-us-custom-button .custom-pos-text {
    font-weight: 700 !important;
}

/* السهم */
.about-us-custom-button .custom-pos-arrow {
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    position: relative !important;
    left: 0 !important;
    transition: left 0.25s ease !important;
}

/* تحريك السهم فقط */
.about-us-custom-button salla-button:hover .custom-pos-arrow {
    left: -4px !important;
}


.about-us-custom-button .custom-pos-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
    overflow: visible !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.about-us-custom-button .custom-pos-arrow {
    display: inline-block !important;
    position: relative !important;
    left: 0 !important;
    padding: 3px 5px !important;
    margin: -3px -5px !important;
    line-height: 1 !important;
    transition: left 0.25s ease !important;
}

.about-us-custom-button salla-button:hover .custom-pos-arrow {
    left: -4px !important;
}