:root
{
    --main-color:#900759;
}
body, h1, h2, h3, h4, h5, h6, p, input, select, a, li , span , div, textarea{
    font-family: PeydaWeb, sans-serif !important;
}

li a {
    font-family: PeydaWeb, sans-serif !important;
}
a{
    color:#900759;
}

/** home blog **/
.ahoura-latest-posts
{
    --bs-gutter-x: 1.95rem;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card
{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.ahoura-latest-posts .ahoura-post-item-latest img
{
    height: 420px;
    object-fit: cover;
}
.ahoura-latest-posts .ahoura-post-item-latest .thumbnail::after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s
    ease-out;
    width: 100%;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover
{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover .elementor-post__text {
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
    padding-top: 50px;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover .elementor-post__meta-data {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top:1px solid rgb(147 147 147 / 40%)  !important;
    padding: 15px 30px;
    font-size: 12px;
    display: flex;
    gap: 15px;
    z-index: 77;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover .elementor-post__meta-data *
    , .ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover .elementor-post__excerpt
    , .ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover h3 a
{
    color:#544f52 !important;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover .elementor-post__excerpt
  , .ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover h3 a

{
    display: block;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover .readmore{
    display: flex  ;
    justify-content: flex-end;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card:hover .readmore a:hover
{
    color:#900759;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card  .elementor-post__excerpt
{
    display: none;
    font-size: 12px ;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card  h3.ahoura-latest-post-title a
{
        min-height: 70px;
        color:#fff;
    font-size: 21px;
    line-height: 2;
    font-weight: 600;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card .elementor-post__text{
    position: absolute;
    bottom: 65px;
    transition: .5s all;
    padding: 0 30px
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card  .elementor-post__meta-data {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 30px;
    font-size: 12px;
    display: flex;
    gap: 15px;

}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card  .readmore
{
    font-size: 13px;
    display: none;
}
.ahoura-latest-posts .ahoura-post-item-latest .ahoura-latest-post-card  .elementor-post__meta-data *
{
    color:#fff;
}
    /*.home-blog .elementor-post__card{*/
/*    position:relative;*/
/*    border-radius: 15px;*/
/*}*/
/*.home-blog .elementor-post__card .elementor-post__excerpt,*/
/*.home-blog .elementor-post__card .elementor-post__read-more {*/
/*    display:none;*/
/*}*/
/*.home-blog .elementor-post__card  h3.elementor-post__title{*/
/*    min-height: 70px;*/
/*    color:#fff;*/
/*}*/
/*.home-blog .elementor-post__card  h3.elementor-post__title a{*/
/*    color:#fff;*/
/*}*/
/*.home-blog .elementor-post__card .elementor-post__text{*/
/*    position: absolute;*/
/*    bottom: 65px;*/
/*    transition: .5s all;*/
/*}*/
/*.home-blog .elementor-post__card .elementor-post__meta-data{*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    width:100%;*/
/*    border-top:1px solid rgba(255,255,255,0.4);*/

/*}*/
/*.home-blog .elementor-post__card .elementor-post__meta-data span{*/
/*    color:#fff;*/
/*}*/
/*.home-blog .elementor-post__card:hover .elementor-post__text{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    background-color: #fff;*/
/*    z-index:10;*/
/*    width:100%;*/
/*    height:100%;*/
/*    margin-top:0 !important;*/
/*    padding-top:50px;*/
/*}*/
/*.home-blog .elementor-post__card:hover .elementor-post__excerpt*/
/*{*/
/*    display:block;*/
/*    transform: translateY(0);*/
/*}*/
/*.home-blog .elementor-post__card:hover .elementor-post__excerpt p*/
/*{*/
/*    color:#515151;*/

/*}*/
/*.home-blog .elementor-post__card:hover .elementor-post__read-more {*/
/*    display:block;*/
/*}*/
/*.home-blog .elementor-post__card:hover a.elementor-post__read-more{*/
/*    color:#900759 !important;*/
/*    text-align: left;*/
/*}*/
/*.home-blog .elementor-post__card:hover .elementor-post__meta-data span{*/
/*    color:#515151;*/
/*}*/
/*.home-blog .elementor-post__card:hover h3.elementor-post__title a{*/
/*    color:#515151 !important;*/
/*    font-size: 24px !important;*/
/*}*/
/*.home-blog .elementor-post__card:hover h3.elementor-post__title{*/
/*    margin-bottom: 10px;*/
/*    min-height: 70px;*/
/*}*/
/*.home-blog .elementor-post__card:hover .elementor-post__meta-data{*/
/*    bottom: 20px;*/
/*    width:100%;*/
/*    border-top:1px solid rgba(0,0,0,0.4);*/
/*    z-index: 10;*/
/*    margin-top: 15px;*/

/*}*/




.my-why-active .elementor-widget-container
{
    background: #900759 !important;
    color:#fff !important;
}
.my-why-active .elementor-widget-container *
{
    color:#fff !important;
}
.my-why-active .elementor-widget-container svg
{
    fill: #fff !important;
    stroke: #fff !important;
}
.my-why-active .elementor-widget-container svg path
{
    stroke: #fff !important;
}


.blog-carousel div.elementskit-blog-block-post{
    padding:0 15px !important;
    box-shadow: unset !important;
}
.blog-carousel h2.entry-title a{
    font-size:18px;
    font-weight: 500;
    text-shadow: none !important;
}
.blog-carousel div.elementskit-blog-block-post div.order-1{
    max-width:100% !important;
    padding: 0 !important;

}
.blog-carousel div.elementskit-blog-block-post div.order-1 a{

    border-radius: 0 !important;
    margin-right:0 !important;
}
.blog-carousel div.elementskit-blog-block-post div.order-2{
    height: 100%;
    max-width: 100% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    color:#fff;
    z-index: 20;
    width: 100%;
    padding: 10px 20px;
    /* max-height: 150px; */
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.blog-carousel div.elementskit-blog-block-post div.order-2 *
{
    color:#fff !important;
}
.blog-carousel div.elementskit-blog-block-post .row{
    flex-direction: column !important;
    position: relative;
}
.blog-carousel .elementskit-post-body .post-meta-list{
    margin-bottom:0 !important;
}
.blog-carousel h2.entry-title{
    margin-bottom: 0 !important;
}
.blog-carousel .elementskit-post-body .post-meta-list span.meta-date{
    margin-right: 0;
}
.blog-carousel img
{
    height: 460px !important;
    object-fit: cover;
}

/****************Home-blog********************/
.home-blog .elementor-posts__hover-gradient .elementor-post__card
.elementor-post__thumbnail__link:after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 75%);
}
.home-blog .elementor-post__card .elementor-post__thumbnail{
    width: 500px !important;
    height: 400px !important;
    object-fit: cover !important;
}
.home-blog .elementor-post__card{
    position:relative;
    border-radius: 15px;
}
.home-blog .elementor-post__card .elementor-post__excerpt,
.home-blog .elementor-post__card .elementor-post__read-more {
    display:none;
}
.home-blog .elementor-post__card  h3.elementor-post__title{
    min-height: 70px;
    color:#fff;
}
.home-blog .elementor-post__card  h3.elementor-post__title a{
    color:#fff;
}
.home-blog .elementor-post__card .elementor-post__text{
    position: absolute;
    bottom: 45px;
    transition: .5s all;
}
.home-blog .elementor-post__card .elementor-post__meta-data{
    position: absolute;
    bottom: 0px;
    width:100%;
    border-top:1px solid rgba(255,255,255,0.4);

}
.home-blog .elementor-post__card .elementor-post__meta-data span{
    color:#fff;
}
.home-blog .elementor-post__card:hover .elementor-post__text{
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index:10;
    width:100%;
    height:100%;
    margin-top:0 !important;
    padding-top:50px;
}
.home-blog .elementor-post__card:hover .elementor-post__excerpt
{
    display:block;
    transform: translateY(0);
}
.home-blog .elementor-post__card:hover .elementor-post__excerpt p
{
    color:#515151;

}
.home-blog .elementor-post__card:hover .elementor-post__read-more {
    display:block;
}
.home-blog .elementor-post__card:hover a.elementor-post__read-more{
    color:#900759 !important;
    text-align: left;
}
.home-blog .elementor-post__card:hover .elementor-post__meta-data span{
    color:#515151;
}
.home-blog .elementor-post__card:hover h3.elementor-post__title a{
    color:#515151 !important;
    font-size: 24px !important;
}
.home-blog .elementor-post__card:hover h3.elementor-post__title{
    margin-bottom: 10px;
    min-height: 70px;
}
.home-blog .elementor-post__card:hover .elementor-post__meta-data{
    bottom: 0px;
    width:100%;
    border-top:1px solid rgba(0,0,0,0.4);
    z-index: 10;
    margin-top: 15px;

}
.single-post-meta .elementor-post-info__item{
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: self-start !important;
}
.single-post-meta .elementor-icon-list-items
{
    justify-content: space-around !important;
}
.blog-card .elementor-post__text {
    position: relative;
    z-index: 10;
    background: url(../images/blog_card_bg.png) no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: -88px !important;
    box-shadow: drop-shadow(-2px -1px 5px rgba(2, 69, 122, 0.04)) drop-shadow(-9px -4px 10px rgba(2, 69, 122, 0.03)) drop-shadow(-19px -10px 13px rgba(2, 69, 122, 0.02)) drop-shadow(-35px -17px 15px rgba(2, 69, 122, 0.01)) drop-shadow(-54px 27px 17px rgba(2, 69, 122, 0)) !important;
    border-radius: 0 0 15px 15px;
    padding: 64px 24px 0px 24px!important
}
.blog-card .elementor-post__read-more
{
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-card .elementor-post__read-more-wrapper
{
    display: flex;
    justify-content: flex-end;
}

ul.faq-tabs
{
    background: #f5f5f5;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}
ul.faq-tabs a.nav-link
{
    padding: 13px 40px 13px 10px;
    border-radius: 30px;
    color:#505050;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}
ul.faq-tabs a.nav-link::after
{
    content: " ";
    position: absolute;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    background-size: 70%;
    background-color: #fff;
    left:12px;
    top:10px;
    transform: rotate(-145deg);
    border-radius: 50%;
    visibility: hidden;
    transition: 0s ;
}
ul.faq-tabs a.nav-link.active , ul.faq-tabs a.nav-link:hover
{
    background: #900759;
    color:#fff;
}
ul.faq-tabs li
{

    margin-top: 3px;
}
ul.faq-tabs a.nav-link.active::after , ul.faq-tabs a.nav-link:hover::after
{
    visibility: visible;
    transform: rotate(-180deg);
    transition: .8s all;
}
.ahoura-acc
{
    margin-bottom: 10px !important;
    border-top-left-radius:10px !important;
    border-top-right-radius: 10px !important;
    border:1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.ahoura-acc button
{
    border-radius: 10px !important;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #20296E1A;
    font-weight: bold;
    position: relative;
}
.ahoura-acc button::after
{
    top: 20px;
    left: 20px;
    position: absolute;
}
.ahoura-acc.active
{
    border:1px solid #20296E1A;
}
.accordion-button:not(.collapsed)
{
    box-shadow: none;
}
.ahoura-acc .accordion-collapse.collapse.show{
 background: #f6f6f8;
 border: 1px solid #eee;
border-radius:  0 0 10px 10px;
}
.ahoura-acc .accordion-button:not(.collapsed){
    background: #fbdddf ;
    color:#505050 ;
    border-radius: 10px 10px 0 0 !important;
}
.accordion-button:not(.collapsed)::after{
   background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")
}
.accordion-button:focus
{
    border-color: #20296E1A;
}
.random-grid-image
{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 140px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.random-grid-image .grid-item:nth-child(1)  { grid-area: 1 / 3 / 3 / 4; }
.random-grid-image .grid-item:nth-child(2)  { grid-area: 3 / 3 / 5 / 4; }
.random-grid-image .grid-item:nth-child(3)  { grid-area: 5 / 3 / 7 / 4; }
.random-grid-image .grid-item:nth-child(4)  { grid-area: 2 / 2 / 4 / 3; }
.random-grid-image .grid-item:nth-child(5)  { grid-area: 4 / 2 / 6 / 3; }
.random-grid-image .grid-item:nth-child(6)  { grid-area: 3 / 1 / 5 / 2; }
.random-grid-image .grid-item:nth-child(7)  { grid-area: 2 / 4 / 4 / 5; }
.random-grid-image .grid-item:nth-child(8)  { grid-area: 4 / 4 / 6 / 5; }
.random-grid-image .grid-item:nth-child(9)  { grid-area: 3 / 5 / 5 / 6; }


.random-grid-image-theme-2
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 65px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.random-grid-image-theme-2 .grid-item:nth-child(1)  { grid-area: 1 / 1 / 5 / 2; }
.random-grid-image-theme-2 .grid-item:nth-child(2) { grid-area: 5 / 1 / 9 / 2; }
.random-grid-image-theme-2 .grid-item:nth-child(3) { grid-area: 1 / 2 / 4 / 3; }
.random-grid-image-theme-2 .grid-item:nth-child(4) { grid-area: 4 / 2 / 9 / 3; }
.random-grid-image-theme-2 .grid-item:nth-child(5) { grid-area: 1 / 3 / 6 / 4; }
.random-grid-image-theme-2 .grid-item:nth-child(6) { grid-area: 6 / 3 / 9 / 4; }
.random-grid-image-theme-2 .grid-item:nth-child(7) { grid-area: 1 / 4 / 5 / 5; }
.random-grid-image-theme-2 .grid-item:nth-child(8) { grid-area: 5 / 4 / 9 / 5; }



.random-grid-image-theme-2  .grid-item figure
{
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 5px #686767;
    background: #686767;
}
.random-grid-image-theme-2 .grid-item img
{
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 5px #686767;
    background: #686767;
    object-position: center;
    transition:.1s all;
}
.zoomFade {
    animation: zoomFade 0.8s ease forwards;
}
@keyframes zoomFade {
    0%   { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

.treatment > div > .elementor-element
{
    position: relative;
}
.treatment > div > .elementor-element::after
{
    content: " ";
    width: 100px;
    height: 6px;
    background: #fbdddf;
    position: absolute;
    top: -5px;
    right: 15px;
}
.treatment > div > .elementor-element .elementor-icon-box-wrapper{
    position: relative;
    z-index: 10;
}





.owl-carousel .owl-item {
    opacity: 1;
    transition: opacity 0.5s;
}

.owl-carousel .owl-item.active.center {
    opacity: 1;

}

.testimonial-card {
    border: 1px solid;
    padding: 35px 20px;
    text-align: center;
    margin: 10px;
    color:#212529;
}
.owl-carousel .owl-item.active.center .testimonial-card {
    background: #fbdddf !important;
    color:#fff;
}
.testimonial-card img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.testimonial-card h3 {
    margin: 0 0 5px;
    font-size: 1.2em;
}

.testimonial-card p {
    margin: 0;
}
.testimonial-card .card-title
{
    border-bottom:1px solid #fff;
}
.testimonial-card .content
{
    position: relative;
    z-index: 5;
    background-image: url("../images/q.svg");
    background-size: 30px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

@keyframes fillUp {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

/*.treatment > div > .elementor-element:hover*/
/*{*/
/*    background: #8b014f;*/
/*    color:#fff;*/
/*}*/
/*.treatment > div > .elementor-element:hover  **/
/*{*/
/*    color:#fff;*/
/*}*/

.elementor-popup-modal .dialog-close-button {
    display: block !important;     /* حتما نمایش داده بشه */
    opacity: 1 !important;         /* شفاف باشه */
    pointer-events: auto !important; /* کلیک‌پذیر باشه */
    z-index: 99999 !important;     /* بالاتر از همه لایه‌ها */
    top: 15px !important;          /* فاصله از بالا */
    right: 15px !important;        /* فاصله از راست */
}

@media all and (max-width: 768px)
{
    .mysearch
    {
        width:100% !important;
    }
    .mysearch .e-search-input
    {
        width: 100% !important;
    }
    .certificate .eael-tm{
        display: flex;
        flex-direction: column;
    }
    .certificate .eael-tm-image{
        width:100% !important;
    }
    .certificate .eael-tm-content{
        padding:20px 30px;
    }
    .random-grid-image-theme-2
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, 65px);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .equipment
    {
        height: auto;
    }
    .service_list_ahoura .service_item
    {
        min-height: 425px;
    }
    .home span.navbar-toggler-icon
    {
        filter:invert(1);
    }
    .home .navbar-toggler
    {
        border-color: #fff;
    }

}
@media all and (max-width: 1024px) and (min-width: 768px)
{
    .equipment
    {
        height: auto;
    }
    .random-grid-image-theme-2
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, 65px);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .myservices .service_list_ahoura div.col:nth-child(12) .elementor-icon svg g *,
    .myservices .service_list_ahoura div.col:nth-child(13) .elementor-icon svg g *,
    .myservices .service_list_ahoura div.col:nth-child(14) .elementor-icon svg g *
    {
        stroke: #900759 !important;
        stroke-width: 15 !important;
    }
    .myservices .service_list_ahoura div.col:nth-child(12):hover .elementor-icon svg g *,
    .myservices .service_list_ahoura div.col:nth-child(13):hover .elementor-icon svg g *,
    .myservices .service_list_ahoura div.col:nth-child(14):hover .elementor-icon svg g *
    {
        stroke: #fff !important;
    }


}

.myservices .service_list_ahoura div.col:nth-child(12) .elementor-icon svg g *,
.myservices .service_list_ahoura div.col:nth-child(14) .elementor-icon svg g *,
.myservices .service_list_ahoura div.col:nth-child(16) .elementor-icon svg g *
{
    stroke: #900759 !important;
    stroke-width: 15 !important;
}
.myservices .service_list_ahoura div.col:nth-child(12):hover .elementor-icon svg g *,
.myservices .service_list_ahoura div.col:nth-child(14):hover .elementor-icon svg g *,
.myservices .service_list_ahoura div.col:nth-child(16):hover .elementor-icon svg g *
{
    stroke: #fff !important;
}
.service_item.redmorebtn:hover *
{
    color:#fff;
}

.ahoura-acc.main-header .accordion-button:not(.collapsed)
{
    background: #900759;
    color:#fff;
}

