/*==================================================
=                 اسلایدر صفحه اصلی                =
==================================================*/

.home-slider{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
    margin-bottom:20px;
}

.home-slider img{
    width:100%;
    height:220px;
    object-fit:cover;
}

/*==================================================
=                 کارت‌های صفحه اصلی               =
==================================================*/

.home-card{
    background:#fff;
    border:none;
    border-radius:16px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    transition:.2s;
    height:100%;
}

.home-card:hover{
    transform:translateY(-4px);
}

/*==================================================
=                    کارت پست                      =
==================================================*/

.post-card{
    background:#fff;
    border-radius:16px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    margin-bottom:20px;
    overflow:hidden;
}

/*==================================================
=                 صفحه خوش آمدگویی                 =
==================================================*/

.hero-box{
    background:linear-gradient(90deg,#d7e4c7,#95d5b2);
    color:#fff;
    padding:10px;
    border-radius:20px;
    box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.hero-box h1{
    font-size:2.4rem;
}

.info-card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.info-card .card-body{
    padding:10px;
}

.card-about{
    background:linear-gradient(135deg,#eef6ff,#ffffff);
}

.card-gallery{
    background:linear-gradient(135deg,#fff7ec,#ffffff);
}

.card-map{
    background:linear-gradient(135deg,#eefaf0,#ffffff);
}

.card-facility{
    background:linear-gradient(135deg,#f8f0ff,#ffffff);
}

.facility-badge{
    padding:10px;
    border-radius:30px;
    font-size:14px;
    margin:4px;
}



/*==================================================
=                    اسلایدر                       =
==================================================*/

#mainSlider{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
}

#mainSlider img{
    width:100%;
    max-width:325px;
    height:150px;
    object-fit:contain;
    margin:auto;
    background:#f8f9fa;
}

.carousel-caption{
    bottom:5px;
}

.carousel-caption div{
    display:inline-block;
}
