.navbar-nav .nav-link {
    color: #ffffff;
    /* لون الروابط أسود بشكل افتراضي */
    transition: color 0.3s ease;
    /* تغيير اللون بشكل سلس */
    font-weight: 600;
}



.banner-categories {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg-categories.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-categories .categories-content h1 {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    background-color: #051641a2 !important;
}

















.cattecoriesDiv{
    width: 100%;
    padding: 25px;
}
.center-slider div {
    color: #333;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
    max-height: 274px;
}

.slick-prev, .slick-next {
    border-radius: 50%;
    padding: 5px;
    z-index: 5;
    height: 40px;
}

.slick-dots li button:before {
    opacity: 0.7;
    z-index: 5 ;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    font-size: 40px;
    color: #051641;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.center-slider img{
    height: 200px;
}
.cattecoriesDiv h4{
    font-size: 18px !important;
    width: 170px;
    color: #051641;
}
.cattecoriesDiv h2{
    text-align: center;
    padding: 30px 0;
    font-family: "Kanit", sans-serif;
    text-decoration: underline;
}
.cattecoriesDiv .center-slider .contact-1{
    width: 250px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 402px){
    .cattecoriesDiv h2{
        text-align: center;
        padding: 30px 0;
        font-family: "Kanit", sans-serif;
        font-size: 25px;
    }
    .cattecoriesDiv h2::before{
        display: none;
    }
}
















.help{
    width: 100%;
    background-color: #05164131;
    padding: 50px 0;
}
.help-div{
    display: flex;
    align-items: center;
    gap: 15px;
}
.help-div i{
    display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.782);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #302a2a;
	transition: all 0.5s ease;
    font-size: 25px;
}
.help-div p{
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 912px){
    .help .helpDiv{
        flex-direction: column;
    }
    .help .helpDiv .div-chil{
        margin: 15px 0;
    }
}
@media screen and (max-width: 612px){
    .help .help-div .rotatNot{
        font-size: 15px;
    }
}