.arrow-down {
    left: calc(50% - 30px);
}

.swiper-slide > .group {
    margin: auto;
}

#clients {
    max-height: 675px;
}

.navbar-home {
    background-color: transparent;
}

/* حالت اسکرول شده (سفید) */
.navbar-scrolled {
    background-color: white !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

    /* تغییر رنگ متن‌ها در حالت اسکرول */
    .navbar-scrolled a,
    .navbar-scrolled button {
        color: #991b1b !important; /* قرمز تیره */
    }

/* افکت فیلتر سفید برای لوگو در صفحه اول */
.navbar-home img {
    filter: brightness(0) invert(1);
}

/* استایل لینک‌ها */
.nav-link {
    position: relative;
    padding: 10px 16px;
    transition: color 0.3s ease;
}
    /* رنگ متن در حالت هاور و اکتیو */
    .nav-link:hover, .nav-link.active {
        color: #991b1b; /* قرمز تیره */
    }
/* رنگ متن در حالت هاور و اکتیو */
.navbar-home .nav-link:hover, .navbar-home .nav-link.active {
    color: #fff; /* قرمز تیره */
}

.navbar-home #nav-indicator {
    background: #fff;
}
/* مدیریت خط زیرین */
#nav-indicator {
    height: 3px;
    border-radius: 2px;
    bottom: 0px; /* تنظیم فاصله از منو */
}

.p-relative {
    position: relative;
}
