body{
    direction: rtl;
    margin: 0;
    padding: 0;
}
header {
    /* background-color: #016969; */
    background: linear-gradient(#004241, #1cb1d0);
    height: 91px;
}
p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}
nav a {
    text-decoration: none;
    padding: 7px;
    color: white;
    font-weight: 900;
}
nav a:hover {
    color: #004947;
    text-shadow: 0px 20px 13px black;
}
.icon-container{
    display: inline-flex;
    cursor: pointer;
    padding-left: 22px;
}
.navicon{
    transition: transform 0.2s ease;
}
.navicon:hover{
    transform:scale(0.9);
}
p.navtext{
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
}
p.navakhari{
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
    margin-right: -10px;
}

.col-2.logo {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        padding-top: 15px !important;
}

.col-6.navmenu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: stretch;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 0;
}
/*فرم جست و جو*/
.col-4.search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
}
.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 5px 10px;
    width: 300px;
    background-color: #f9f9f9;
}
.search-input {
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 5px;
    font-size: 16px;
    border-radius: 25px;
    background: transparent;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.search-button svg {
    fill: none;
    stroke: #333;
    stroke-width: 2;
    transition: stroke 0.3s ease;
}

.search-button:hover svg {
    stroke: #0077cc;
}

.search-button {
    background-image: url('../image/search-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
}

/*فرم جست و جو برای موبایل */
@media (max-width: 600px) {
    form {
        width: 90%;
    }

    .search-input {
        font-size: 14px;
    }
}
/* استایل برای اسلایدر */
.slider-section {
    margin-top: 20px;
  }
  
  .carousel-item img {
    height: 500px; /* ارتفاع اسلایدر */
    object-fit: cover; /* برای اینکه تصویر مناسب فضا پر بشه */
  }
  
  .carousel-caption h5 {
    font-size: 2rem;
    color: white;
  }
  
  .carousel-caption p {
    font-size: 1.2rem;
    color: white;
  }
  /*دسته بندی زیر اسلایدر*/
.logo-container{
    display: flex; /*برای قرارگیری آیتم ها کنار هم*/
    justify-content: center; /*ایتم ها در مرکز قرار بگیرد*/
    align-items: center; /*تنظیم عمودی آیتم ها*/
    gap: 20px; /*فاصله بین لوگو ها*/
    margin-top: 20px; /* فاصله از اسلایدر بالایی */
    padding: 10px; /* کمی فاصله داخلی */
    background-color: #f9f9f9; /* رنگ پس‌زمینه ملایم */
}
.logo-item img{
    width: 100%; /*عرض لوگو*/
    height: auto; /*تناسب عرض و ارتفاع حفظ بشه*/
    object-fit: contain; /*اطمینان از تناسب تصویر*/
    transition: transform 0.3s ease; /*افکت هنگام حرکت موس*/
}
.logo-item img:hover{
    transform: scale(1.1);/*افکت زوم هنگام هاور*/
}
/*بخش چرا مدیریت زمان*/
.why-sheduler {
    padding:2px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 24px;
}
.col-6.items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-right: 30px;
}
.col-4.pic {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.col-4.pic img {
    padding: 30px;
    object-fit: contain; /*اطمینان از تناسب تصویر*/
    transition: transform 0.3s ease; /*افکت هنگام حرکت موس*/

}