/* 
Theme Name: Hello Child
Description: sobelz Child Theme
Author: sobelz
Author URI: http://sobelz.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
	

/* chaty */

.chaty {
	font-size: 14px;
    font-family:'iranyekan' !important;
}

.chaty-tooltip:after {
    font-family: 'iranyekan' !important;
}

.chaty-whatsapp-form {
    font-family:'iranyekan' !important;
}
.chaty-whatsapp-message {
    font-family: 'iranyekan' !important;
}

.chaty-whatsapp-message-content p {
    font-family: 'iranyekan' !important;
}

/*پایان */


/* CommentStyle style */
.CommentStyle p.comment-form-comment label {
    display: none !important;
}

.CommentStyle p.comment-form-url {
    display: none !important;
}

.CommentStyle h2.title-comments {
    font-size: 16px;
}

.CommentStyle #comments .children {
    -webkit-padding-start: 8px !important;
            padding-inline-start: 8px !important;
}

.CommentStyle article {
    padding: 0 !important;
    margin-bottom: 25px !important;
}

.CommentStyle h2#reply-title {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.CommentStyle textarea#comment {
    height: 100px;
}

.CommentStyle small a {
    color: #006539 !important;
    font-weight: 600;
}

.CommentStyle .reply a {
    color: #006539 !important;
    font-size: 14px;
    font-weight: 600;
}

.CommentStyle footer.comment-meta:before {
    content: url(https://ragaparsian.com/wp-content/uploads/2024/09/fluent_person2-1.svg);
    padding: 10px 10px 0 10px;
}

.CommentStyle img.avatar.avatar {
    display: none;
}

.CommentStyle b.fn {
    font-weight: 500;
}

.CommentStyle span {
    color: #000000;
}

.CommentStyle time {
    color: #5E5E5E;
    padding: 20px;
}

.CommentStyle #comments .comment-meta {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    -webkit-margin-after: 0 !important;
            margin-block-end: 0 !important;
}

.CommentStyle img.avatar {
    width: 4.5%;
}

.CommentStyle p {
    margin: 0 !important;
}

.CommentStyle .comment-metadata {
    width: max-content !important;
}

.CommentStyle .comment-body {
    border: 0 !important;
}

.CommentStyle p.comment-notes {
    display: none;
}

.CommentStyle p.comment-form-comment {
    width: 100%;
}

.CommentStyle .comment-metadata a time {
    font-size: 10px;
}

.CommentStyle .comment-content {
    background: #ffffffb5;
    border-radius: 12px;
    padding: 10px;
    margin: 10px 0;
}

.CommentStyle p.comment-form-url {
    display: none;
}

.CommentStyle p.comment-form-cookies-consent {
    display: none;
}

.CommentStyle input#submit {
    background: #006539;
    color: white;
    border: 0;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 12px;
}

.CommentStyle input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	background:transparent !important;
    width: 100%;
    border: 1px solid #C1C4C9 !important;
    border-radius: 10px !important;
    padding: 0.5rem 1rem;
    transition: all .3s;
}

/* پایان */
	
/* blockquote */	
	
blockquote{
  	margin: 40px 20px !important;
   background:#C3DFBA;
   padding: 20px 20px 1px 20px;   color:#006539;
   border-radius:5px;
   position:relative;
}

blockquote::before{
	  content:"“";
    color:#006539;
    position:absolute;
    top:-10px;
    scale:3;
    left:0
}
blockquote::after{
	  content:"”";
	  color:#006539;
	   position:absolute;
    scale:3;
    top:-10px;
	  left:initial !important;
    right:0 !important;
}
/* blockquote */	


/* custom-slider-css 

.customSliderContainer .customSlider .swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
    --animationPlayState: running;
}

.customSliderContainer .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    right: 80px;
    top: 55%;
    transform: translateX(0px);
    width: 30% !important;
}
	.customSliderContainer.ltr .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		    left: 80px;
		right:initial;
	}

.customSliderContainer .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span {
    width: 10%;
    height: 5px;
    border-radius: 10px;
    opacity: 1;
    background: #BCC2D1;
    position: relative;
    overflow: hidden;
    --width: 0;
    --anime: none;
}

.customSliderContainer .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: var(--width);
    background: #0872BA;
    border-radius: 10px;
    animation: var(--anime);
    animation-play-state: var(--animationPlayState)
}
.customSliderContainer.ltr .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span::before {
	left:0;
	right:initial;
	}
.customSliderContainer .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    --anime: progress 3s linear forwards;
}

.customSliderContainer .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span:has(~.swiper-pagination-bullet.swiper-pagination-bullet-active) {
    --width: 100%;
}

@keyframes progress {
    from {
        width: 0%
    }

    to {
        width: 100%;
    }
}

.customSliderContainer::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 60%;
    width: 50%;
    background: #fff;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
}
	.customSliderContainer.ltr::before {
		 border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
		 border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	}
.customSliderContainer::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    border-radius: 42px;
    border-top-right-radius: 0px;
}
	.customSliderContainer.ltr::after {
		left:initial;
		right:0;
		  border-top-right-radius: 42px;
		  border-top-left-radius: 0px;
	}
.customSliderContainer .fixedSliderBox {
    max-height: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}
	.customSliderContainer.ltr .fixedSliderBox {
		 right: initial;
		left:0;
	}
.customSliderContainer .fixedSliderBox::before {
    content: "";
    display: block;
    left: -20px;
    background: #fff !important;
    position: absolute;
    opacity: 1;
    border-radius: 0;
    top: -20px;
    width: 50px;
    height: 50px;
    z-index: -1;
}
	.customSliderContainer.ltr .fixedSliderBox::before {
		right: -20px;
    left: initial;
	}
.customSliderContainer .sliderStarsImg {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-77%, -35%)
}
	.customSliderContainer.ltr .sliderStarsImg {
		right: 0;
		left:initial;
    transform: translate(77%, -64%) rotate(180deg);
	}
@media screen and (max-width:767px) {
    .customSliderContainer .customSlider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: static;
        width: 100% !important;
    }

    .customSliderContainer .fixedSliderBox {
        position: relative;
        width: 70%;
    }

    .customSliderContainer::before,
    .customSliderContainer::after {
        display: none;
    }


    .customSliderContainer .customSlider {
        background: #fff;
        border-radius: 32px;
        border-bottom-left-radius: 0;
    }
.customSliderContainer.ltr .customSlider {
	border-bottom-left-radius: 32px;
        border-bottom-right-radius: 0;
    }
    .customSliderContainer .fixedSliderBox::after {
        content: "";
        display: block;
        width: calc(100vw - 100% - 30px);
        height: 100%;
        background: white;
        position: absolute;
        right: calc(100% + 10px);
        top: 0;
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 32px
    }
	.customSliderContainer.ltr .fixedSliderBox::after {
		right:initial;
		left: calc(100% + 10px);
	}
    .customSliderContainer .sliderStarsImg {
        width: 50%;
        transform: translate(-75%, -33%)
    }

    .customSliderContainer>div:first-child {
        padding-bottom: 30px;
    }
}

custom-slider-css */	

/*hero-slider */
.swiperSlider1 .swiper-pagination .swiper-pagination-bullet {
        width: 37px;
        height: 5px;
        border-radius: 10px;
        position: relative;
        background-color: #CCC;
        opacity: 1;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        content: "";
        position: absolute;
        top: 0;
        inset-inline-start: 0;
        height: 100%;
        width: 0;
        background-color: #0872BA;
        border-radius: 16px;
        animation: fill-bar 3s linear forwards;
    }

    .swiperSlider1 .swiper-pagination-bullet.filled {
        background-color: #0872BA;
    }

    .swiperSlider1 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
        background-color: #CCC;
    }

    .swiperSlider1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #CCC;
    }

    .swiper-pagination-bullet.filled:hover {
        background-color: #0872BA;
    }

    @keyframes fill-bar {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }
    @media screen and (max-width : 767px) {
       .swiperSlider1 .swiper-pagination .swiper-pagination-bullet {
            width: 27px;
            height: 4px;
        }   
    }

/*end of hero-slider */




/*  gravity form styles */	

.gf .gform_heading{
		display:none;
	}
	.gf .ginput_container.ginput_container_name input , .gf .ginput_container_text input , .gf .ginput_container_textarea textarea , .gf .ginput_container_select select , .gf .ginput_container_email input{
		    background: #fff;
    border-radius: 8px;
    padding: 10px;
    color: #9F9EAE;
    border: 1px solid #CFD1D3;
	}	
	.gf .gform_button.button{
		   background-color: #213365!important;
    border-radius: 6px;
	}
		.gf .gform_footer.before {
		display: flex;
    justify-content: center;
	}

/*  gravity form styles */	
