
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: vazir;
    font-size: 1rem;
    list-style-type: none;
}
* a{
    text-decoration: none;
    
}

.main_hero{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 600px;
    border-radius: 15px;
}
.main_hero_bg {
    background: hsla(223, 59%, 25%, 1);

    background: linear-gradient(45deg, hsla(223, 59%, 25%, 1) 50%, rgb(100, 152, 187) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1a2f66", endColorstr="#a6a9ab", GradientType=1 );
    clip-path: polygon(0 0,100% 0,100% calc(100% - 56px),50% 100%,0 calc(100% - 56px));
    height: 100%;
    width: 100%;
}  

.main_hero_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    padding: 110px 16px 0;
    position: absolute;
    width: 100%;
}
.main_hero_search {
    margin-top: 16px;
    max-width: 730px;
    width: 100%;
}
.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}
.main_hero_search>p {
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
    align-items: center;
}
.scroll_bar{
    background-color: #fff;
    width: 90%;
    height: 100px;
    margin-top: 40px;
    border-radius: 20px;
}
/* .swiper {
    width: 60px;
    height: 30px;
  } */
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_d{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.slide_section{
    display: flex;
    flex-direction: column;
    
}
.slide_section>div{
    padding: 50px;
    
}
.slide_section>div>div>div>div{
    padding: 20px 50px 0px 50px;
}
.card_hover{
    border-radius: 30px;
}
.card_hover>img{
    border-radius: 30px 30px 0 0 ;
}
.card_hover:hover{
    border: 2px solid #1A2F66;
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.3);
}
.city_province{
    background-color: #fafafa;
    border:  1px solid rgb(32 108 185 / 17%) ;
    padding: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
    /* max-width: 1200px; */
    
}
.province{
    border-bottom: 1px solid rgba(64,65,66,.17);
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
.items{
    list-style: none;
}
.item a{
    color: #676d73;
    text-decoration: none;
}
.item a:hover{
    color: #1A2F66;
}
.section-body{
    display: flex;
}
.section-body a{
    align-items: center;
    background: #676d73;
    border-radius: 15px;
    color: #fafafa;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 30px;
    justify-content: center;
    margin-bottom: 0.7rem;
    margin-left: 0.7rem;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}
.section-body a:hover{
    color: #1A2F66;
}

.footer_section{
    color: #fafafa;
    background-color: #27448f;
    border:  1px solid rgba(255, 255, 255, 0.17) ;
    padding: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.footer_province{
    border-bottom: 1px solid rgba(255, 255, 255, 0.603);
    padding-bottom: 30px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.footer_province a{
    color: #fff;
    text-decoration: none;
}
.footer_province a:hover {
    color: #676d73;
}
.btn_slider{
    padding: 20px;
}
.btn_slider>button>img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}
.btn_slider>button>p{
    width: 100px;
}
.slider_see_all>a{
    text-decoration: none;
    color: #676d73;
    font-weight: 700;
}
.slider_see_all>a:hover{
    color: #1A2F66;
}
.footer_disc>ul>li{
    width: 100%;
    padding: 5px;
    padding-right: 15px;
}
.footer_disc>ul>h5{
    font-weight: bold;
    color: #000;
}



.footer_icon{
    width: 50%;
    padding: 10px;
}
.footer_icon>div{
    padding: 0 20px;
}
.footer_icon a{
    color: #000;
}
.footer_icon a:hover{
    color: #676d73;
}

.backgrounds{
    background-repeat: no-repeat;
    background-size: cover;
}

/*.container {*/
/*    max-width: 800px;*/
/*    background: white;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
/*    margin: auto;*/
/*    margin-top: 50px;*/
/*}*/

/* نوار پیشرفت */
.progress {
    height: 10px;
}

.progress-bar {
    transition: width 0.3s;
}

.btn-submit {
    display: none;
}

.price-box {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
    display: none;
}



.feature-section {
    padding: 50px 0;
    text-align: center;
}

.feature-box {
    padding: 20px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: #eafaf1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.feature-icon img {
    width: 40px;
}

.feature-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-text {
    font-size: 14px;
    color: #555;
}

.service-count {
    font-size: 24px;
    font-weight: bold;
    color: #f59e0b;
}

.desktop-price-section>:last-child{
    margin-top: 450px;
}
@media (max-width: 768px) {
    .desktop-price-section{
        display: block !important;
        
        
    }

    .desktop-price-section>:first-child {
        height: 55% !important;
        margin-bottom: 0px !important;
    }
    .desktop-price-section>:last-child {
        display: block !important;
        position: relative !important;
        margin: 0px !important;
        width: 100% !important;
        

    }
}
@media (max-width: 970px) {
    .detailed-services-item{
        display: block !important;  
        direction: rtl !important;
    }
    
}
.list_Styl{
    list-style-type: disc !important; 
    color: #0c2461;
}
.list_Styl:hover{
    color: rgb(156, 143, 143);
}