@font-face {
  font-family: "Ravi";
  src: url("/wp-content/themes/hello-theme-child/fonts/Ravi-VF.woff2");
	font-display: swap;
}

body *{
    font-family: Kahroba-VF, tahoma;
}
@supports (font-variation-settings: normal) {
    body *{
     font-family: 'Ravi', tahoma;
    }
}
 .elementor-nav-menu--dropdown {
    border-radius: 0px 0px 20px 20px !important;
    background-color: #00000080 !important;
    backdrop-filter: blur(30px) !important;
}
/** Mega Menu*/
@media (min-width: 1025px){

  /* =========================
     0) تنظیمات کلی پنل‌ها (مگا + تکی)
  ========================== */

  /* هر dropdown در دسکتاپ: گلس + شادو، بدون بوردر */
  .elementor-nav-menu--main .elementor-nav-menu > li > ul.sub-menu.elementor-nav-menu--dropdown{
    background: rgba(255,255,255,.9) !important;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);

    border: 0 !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.12) !important;
    border-radius: 22px !important;

    padding: 18px 18px !important;
  }

  /* =========================
     1) مگامنو: فعال سازی
  ========================== */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega{
    position: relative;
    padding-bottom: 0;
  }

  /* تعداد ستون‌ها */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega.cols-1 > ul.sub-menu{ --mm-cols: 1; }
  .elementor-nav-menu--main .elementor-nav-menu > li.mega.cols-2 > ul.sub-menu{ --mm-cols: 2; }
  .elementor-nav-menu--main .elementor-nav-menu > li.mega.cols-3 > ul.sub-menu{ --mm-cols: 3; }
  .elementor-nav-menu--main .elementor-nav-menu > li.mega.cols-4 > ul.sub-menu{ --mm-cols: 4; }

  /* پنل مگا: بدون گپ خطرناک (چسبیده به منو) */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega > ul.sub-menu.elementor-nav-menu--dropdown{
    position: absolute !important;
    top: 100% !important;              /* چسبیده */
    inset-inline-end: 0 !important;

    min-width: 920px !important;
    max-width: min(1200px, 96vw) !important;

    max-height: 460px;
    overflow: auto;

    /* فاصله داخلی برای نفس کشیدن */
    padding: 22px 22px !important;

    display: grid !important;
    grid-template-columns: repeat(var(--mm-cols, 3), minmax(220px, 1fr)) !important;
    gap: 16px 26px !important;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    pointer-events: none;
    z-index: 9999;
  }

  /* اندازه‌های منطقی‌تر برای ۱ و ۲ ستون */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega.cols-1 > ul.sub-menu.elementor-nav-menu--dropdown{
    min-width: 340px !important;
    max-width: min(520px, 92vw) !important;
    grid-template-columns: 1fr !important;
  }
  .elementor-nav-menu--main .elementor-nav-menu > li.mega.cols-2 > ul.sub-menu.elementor-nav-menu--dropdown{
    min-width: 680px !important;
    max-width: min(920px, 95vw) !important;
  }

  /* نمایش مگا */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega:hover > ul.sub-menu,
  .elementor-nav-menu--main .elementor-nav-menu > li.mega:focus-within > ul.sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* پل نامرئی بزرگ‌تر برای جلوگیری از پریدن هاور */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega::after{
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 100%;
    height: 26px; /* بزرگ‌تر = امن‌تر */
  }

  /* =========================
     2) داخل مگا: حذف باکس/بوردر از آیتم‌ها
  ========================== */

  /* خود ستون‌ها */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega > ul.sub-menu > li{
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  /* تیتر ستون‌ها (مثل "فیلر صورت") : کلیک‌پذیر + نارنجی، بدون باکس */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega > ul.sub-menu > li > a{
    display: inline-block;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;

    font-weight: 800;
    font-size: 1.02rem;
    line-height: 1.6;

    color: #ff5a00 !important;     /* نارنجی */
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;

    text-decoration: none !important;
  }

  .elementor-nav-menu--main .elementor-nav-menu > li.mega > ul.sub-menu > li > a:hover{
    opacity: .85;
    text-decoration: underline;
    text-underline-offset: 6px;
  }

  /* اگر ساختار ۳ سطحی باشد، زیرمنوی سطح سوم همیشه باز و بدون باکس */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega ul.sub-menu ul.sub-menu{
    position: static !important;
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  /* لینک‌های داخل ستون‌ها: فقط متن (بدون باکس/بوردر) */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega ul.sub-menu ul.sub-menu > li > a,
  .elementor-nav-menu--main .elementor-nav-menu > li.mega > ul.sub-menu > li:not(.menu-item-has-children) > a{
    display: inline-block;
    padding: 0 !important;
    margin: 6px 0 !important;

    font-size: .95rem;
    font-weight: 400;
    line-height: 2;

    color: #2f2f2f !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;

    text-decoration: none !important;
    transition: color .15s ease, transform .15s ease;
  }

  .elementor-nav-menu--main .elementor-nav-menu > li.mega ul.sub-menu ul.sub-menu > li > a:hover,
  .elementor-nav-menu--main .elementor-nav-menu > li.mega > ul.sub-menu > li:not(.menu-item-has-children) > a:hover{
    color: #ff5a00 !important;
    transform: translateX(-2px);
    text-decoration: underline;
    text-underline-offset: 6px;
  }

  /* فلش‌ها/آیکن‌های دراپ‌دان داخل مگا خاموش */
  .elementor-nav-menu--main .elementor-nav-menu > li.mega a:after,
  .elementor-nav-menu--main .elementor-nav-menu > li.mega svg{
    display: none !important;
  }

  /* =========================
     3) منوهای تکی (غیر mega): استایل شبیه مگا + حذف نارنجی قبلی
  ========================== */

  /* فقط آیتم‌های غیرمگا */
  .elementor-nav-menu--main .elementor-nav-menu > li:not(.mega) > ul.sub-menu.elementor-nav-menu--dropdown{
    min-width: 260px;
    max-width: 360px;
  }

  /* لینک‌های داخل dropdown تکی: شبیه تم مینیمال مگا (بدون باکس) */
  .elementor-nav-menu--main .elementor-nav-menu > li:not(.mega) > ul.sub-menu.elementor-nav-menu--dropdown a{
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;

    padding: 10px 8px !important;
    margin: 0 !important;

    color: #2f2f2f !important;
    font-size: .95rem;
    font-weight: 400;
    text-decoration: none !important;
  }

  .elementor-nav-menu--main .elementor-nav-menu > li:not(.mega) > ul.sub-menu.elementor-nav-menu--dropdown a:hover{
    color: #ff5a00 !important;
    text-decoration: underline;
    text-underline-offset: 6px;
  }

  /* =========================
     4) اطمینان: موبایل دست نخورد
     (چون کل کد داخل min-width:1025px است)
  ========================== */
}


p.gform_required_legend {
    display: none;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


mark {
    background: #ffca5a40;
    padding: 0 4px;
    border-radius: 5px;
}



.bodytext:nth-child(odd) h2{
	    background: #fff !important;

}


.bodytext:nth-child(even) h3{
	    background: #f7f7f7 !important;

}


.bodytext:nth-child(odd)
{
	background:#f8f7f3 !important;
	box-shadow:unset !important;
}


.bodymethod h2 {
 background: #f8f7f3;
    padding: 10px 10px;
    border-radius: 50px;
    background-size: 200% 400%;
    position: relative;
    color: #020f2b;
    margin-bottom: 10px;

}

.mysection h2{
background: #f8f7f3;
    padding: 10px 10px;
    border-radius: 50px;
    background-size: 200% 400%;
    position: relative;
    color: #020f2b;
    margin-bottom: 10px;
}

.mysection h1{
    background: #f8f7f3;
    padding: 15px 10px;
    border-radius: 50px;
    background-size: 200% 400%;
    position: relative;
    margin: 0px;
    padding-right: 30px;
    font-weight: 500;
}


.mysection h1:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    display: block;
    border-radius: 10px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* .mysection h2:before {
	display:none;
} */
.mysection img {
    border-radius: 20px;
    margin: 10px auto;
    border: 5px #ff000000 solid;
    box-shadow: 0px 0 0px 1px #ebebeb;
}


.bodymethod h3 {
 
	  background: #f8f7f3;
    padding: 10px 10px;
    border-radius: 50px;
    background-size: 200% 400%;
    position: relative;
    color: #020f2b;
    margin-bottom: 10px;

}


.bodymethod h4 {
	
	  background: #f8f8f8;
    padding: 10px 10px;
    border-radius: 50px;
    background-size: 200% 400%;
    position: relative;
    color: #020f2b;
    margin-bottom: 10px;
	line-height:32px;
	
}


.bodymethod img {
    border-radius: 20px;
}


.bodymethod p a {
		font-weight: 300;
    margin: 0 2px;
    color: #FC6A00;
}


.nostyle img {
    border-radius: unset !important;
    margin: none !important;
    border: none !important;
    box-shadow: unset !important;
}


section.elementor-section.elementor-top-section {
    padding: 0 40px;
}

@media(max-width:991px){
	section.elementor-section.elementor-top-section {
    padding: 0 20px;
}
}
	@media(max-width:767px){
	section.elementor-section.elementor-top-section {
    padding: 0 12px;
		}

		}
		body , html{
	overflow-x:hidden;
}

*{
	    outline: none !important;
}

	@media(min-width:1140px){
		
		.elementor-image-box-wrapper{
	display: flex;
    align-items: center;
    gap: 10px;
}
}

		.locat .elementor-image-box-wrapper{
	display: flex;
    align-items: center;
    gap: 10px;
}



.backdrop{
    backdrop-filter: blur(15px);
}




.gform-button , #gform_submit_button_4{
	    background: #051434 !important;
	  border-radius: 8px !important;
    overflow: hidden;
	    height: 45px !important;
    line-height: 45px !important;
	    width: 100%;

}

.gform-button:hover  , #gform_submit_button_4:hover{
	    background: #1b1a1d !important;

}

input#gform_submit_button_3 {
    width: 100%;
    border-radius: 6px;
		    background: #051434 !important;

}

#gform_fields_5{
	    row-gap: 10px;
}

.ginput_container {
    border-radius: 8px !important;
    overflow: hidden !important;
	
}
.ginput_container .large {
    height: 45px !important;
    line-height: 45px !important;
	    border: none !important;
}

.ginput_container.ginput_container_text ,.ginput_container.ginput_container_select ,.ginput_container.ginput_container_textarea{
    border: 1px #e1e0e0 solid;
}

.gform-button:focus {
    box-shadow: none !important;
    border: none !important;
}

.aparatvideo{
	    border-radius: 8px;
    overflow: hidden;
}

.romeo-embed-detail-wrapper{
    display: none !important;
}






.uc-sort-filter-orderdir-wrapper {
    display: none !important;
}


.rank-math-breadcrumb a {
    color: #949494;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
}


.rank-math-breadcrumb span{
    color: #949494;
	padding:2px;
	font-weight:500;
}

.rank-math-breadcrumb p {
		 margin-bottom: 0;

}


.related-post-container {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
    height: 90px;
    position: relative;
    margin: 40px 0px 10px 0px;    justify-content: center;
}

a.related-post-title-link {
    color: #fff;
    font-weight: bold;
	font-size: 20px;
}

@media only screen and (max-width: 600px) {
	.related-post-container {
height:100px;
	}
	a.related-post-title-link{
		font-size:18px;
	}
}


p.related-post-maintext {
    color: #fff !important;
    font-size: 14px;
	    margin: 0;
}

.related-post-container:before {
content: "همچنین بخوانید";
    position: absolute;
    top: -28px;
    left: 10px;
    border-radius: 8px 8px 0px 0px;
    background: #020f2b;
    padding: 0 8px;
    color: #fff;
    font-size: 13px;

}
.related-posti{
    padding: 10px 0;
}

a.related-post-title-link:hover {
    color: #00C2CE;
}

.myrate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e7e6e0;
    padding: 10px 20px;
    border-radius: 50px;
}

p#rating-title {
margin: 0;
    color: #000000;
}

.submit_rate{

     background: #ffffff;
    color: #ff5a00;
    border: 0;
    border-radius: 50px;
}

.ic-theme--circle .image-choices-choice-image-wrap{
	    box-shadow: 0px 0px 3px 0 rgb(40 39 39 / 25%);
}


.image-choices-choice .gform-field-label {
    margin: 5px 0 !important;
}

.gfield_description {
	    text-align: center;
	color:red !important;
}

span.image-choices-choice-text{
	    font-family: inherit !important;
	font-weight:bold !important;
}


.nav-links{
 text-align: center;
}

	@media(max-width:767px){


.gfield_radio{
	 display: flex;
   flex-direction: row !important;
   align-items: center;
	    flex-wrap: wrap;
}

.gchoice {
	flex: 0 1 30% !important;
}

}
.imagebox a{

    display: flex;
}

.info .elementor-image-box-wrapper{
	display:flex;
	    gap: 10px;
    align-items: center;
}


/* ------------comments---------------- */


#comments .comment .comment-body, #comments .pingback .comment-body{
	    background: #e7e6e0;
    margin: 10px;
    padding: 20px 15px;
    border-radius: 30px;
    border: unset;
}

 .comment-body .comment-meta{
background:#fff;
	 padding:10px;
	 border-radius:20px;
}

.comment-metadata a{
	color:red;
}


.children .comment-body{
	
	background:#f8f7f3 !important
}
	

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before{
		background: #f8f7f3;
    padding: 10px;
    border-radius: 50px;
    color: #000000;
	  right: -10px;
		top:20px;
	
}

.reply , p.form-submit{
	text-align:left;
}

a.comment-reply-link {
    background: #ff5a00;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
}

input#submit {
    background: #ff5a00;
    border-radius: 50px;
    border: unset;
    color: #fff;
    padding: 10px 30px;
}

section#comments {
    display: flex;
    flex-direction: column-reverse;
}

h2#reply-title {
    display: none;
}

form#commentform{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

p.comment-form-author{
	 order: 1;
	    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

p.comment-form-email{
	 order: 2;	
		    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

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

p.comment-form-cookies-consent {
    order: 4;
}

p.form-submit{
	order:5;
}

h3.title-comments {
    display: none;
}

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 {
    
    transition: all .3s;
    background: #f7f7f7;
    border: unset;
    border-radius: 10px;
}

/* ------------End-comments---------------- */

a.elementor-post-info__terms-list-item{
background: #ff5a00;
    padding: 4px 10px;
    border-radius: 20px;
    color: #fff !important;
}


#gform_fields_11 .ic-theme--circle .image-choices-choice .gform-field-label:after {
	    width: 30px !important;
    height: 30px !important;
	background-size:15px;
}

#gform_fields_11 .image-choices-choice{
	filter: grayscale(1);
}

#gform_fields_11 .image-choices-choice-selected{
		filter: grayscale(0);

}

		#gform_fields_11 .ic-theme--circle .image-choices-choice .gform-field-label:after{
			display:none;
		}

#gform_fields_11 .image-choices-choice-selected .image-choices-choice-image-wrap{
	border-color:#d51d33;
}

#gform_fields_11 .image-choices-choice-image-wrap{
	    border: 2px solid #fff;
	padding:10px;
}

	@media(max-width:767px){

#gform_fields_11 .gchoice {
	flex: 0 1 15% !important;
}
		

		
	#gform_fields_11	span.image-choices-choice-text{
			font-size:12px;
		}
		
		#gform_fields_11 legend.gfield_label.gform-field-label{
			    font-size: 14px;
    font-weight: bold;
}
		
		#gform_fields_11 .image-choices-use-images{
			    border: 1px #d7d7d7 solid;
    padding: 10px;
    border-radius: 8px;
		}
		#gform_fields_11 legend.gfield_label.gform-field-label{
		    background: #f3f1f1;
    padding: 4px;
    border-radius: 7px;
		}
		
		#gform_fields_11{
			    row-gap: 20px !important;
		}

}

p.comment-notes {
    width: 100%;
}


/* aparat services video */
.aparatvideo_inline {
    padding: 1.1em;
}


/* doctor text box */


.doctor-text-box {
    padding: 10px;
    margin: 20px 0;
    border: 2px dashed #ddd;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 10px;
	  flex-direction: row;
    gap: 10px;
    }
    
    .doctor-box-img img {
        max-width: 100%; 
        height: auto;
			    margin: 0;

    }

.doctor-box-img{
    margin: 0;
    flex: 0 0 140px;
    background: #d51d33;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ededed;
    color: #fff;
}

.doctor2dark{
	    background: #020f2b;

}

p.doctorimg{
	font-size:13px;
}

.doctorname{
	font-weight:bold;
}
.doctortext{
    padding: 20px;
	font-style: italic;
}
    .doctor-text-box p {
        margin: 0;
    }


.gform_confirmation_wrapper {
    background: #ebebeb;
    padding: 10px;
    border-radius: 10px;
}
@media(max-width:600px){
	.doctor-text-box {
		flex-direction:column;
	}
	.doctor-box-img img{
		max-width:30%;
	}
}

.elementor-toc__body{
scrollbar-color: #fc6a01 #ffffff;
    scrollbar-width: thin;
}
.blurp > div{
    backdrop-filter:blur(20px);
}

a#popup-header-lead{
    width: 150px;
    height: 65px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#glassbtn{
    height: 65px;
	    width: 65px;

	   padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



.wpd-comment-wrap.wpd-blog-guest {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 30px;
	margin:10px 0;
}

.wpd-comment-label ,.wpd-follow-link.wpd_not_clicked.wpd-follow  {
    display: none !important;
}

.wpd-reply.wpd_comment_level-2{
	    background: #f8f7f3;
	    padding: 20px;
    border-radius: 30px;

}

div#comments * {
    letter-spacing: 0 !important;
}

.wpd-comment-author {
    color: #ff5a00;
}
/* @media (max-width: 767px) {
.elementor-element.elementor-element-1b1b7e1.e-con-full.e-flex.e-con.e-child {
        background: #ffffff8f;
        backdrop-filter: blur(20px);
}
} */
.elementor-21 .elementor-element.elementor-element-3a7ae3a .ue_post_grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    text-align: center; !important
}
@media(max-width:600px){
	.elementor-21 .elementor-element.elementor-element-3a7ae3a .ue_post_grid {
		grid-template-columns: repeat(2, 1fr);
    text-align: center; !important
}
span.ue_taxonomy_item_title {
	font-size:11px !important;
}
 #uc_table_service_elementor_1df3e0e td, #uc_table_service_elementor_1df3e0e th {
        font-size: 0.9em;
        padding: 8px;
        white-space: normal !important;
    }
.owl-nav {
    display: flex
;
    justify-content: center;
    margin-top: 20px;
	gap:40px;
}
	button.owl-next,button.owl-prev {
    width: 50px;
    height: 50px;
    background: white;
    box-shadow: 0 0 15px #00000040;
    border-radius: 50%;
}	
}

@media (max-width: 767px) {
    .gfield_radio {
        display: flex !important
;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width: 767px) {
  [data-settings*="animation"],
  .elementor-animated {
    animation: none !important;
    transition: none !important;
  }
.img-table:first-of-type {
  display: none;
}

}

  @media (max-width: 780px) {
        .aparat-video-wrapper {
        height: 230px !important;
        min-height: 230px;
        max-height: 230px;
            }
.popup-content iframe {
    height: 155px !important;
}
		
		#raychat_widget {
    bottom: 85px;
}
    }


span.highlighted-section {
    border-bottom: none !important;
	margin-bottom:0px !important;
	padding: 0px 15px 0px 15px !important;
	background:transparent !important;
}
@media (max-width: 767px) {
  .elementor-14887 .elementor-element.elementor-element-33fd42b3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
  }

  .elementor-14887 .elementor-element.elementor-element-33fd42b3 > .elementor-widget:nth-child(5) {
    grid-column: span 2;
  }
}


.owl-nav {
    display: flex
;
    justify-content: center;
    margin-top: 20px;
	gap:40px;
}
	button.owl-next,button.owl-prev {
    width: 50px;
    height: 50px;
    background: white;
    box-shadow: 0 0 15px #00000040;
    border-radius: 50%;
}	
.bodymethod p a {
    font-family: Ravi !important;
    color: #FF5A00 !important;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #FF5A00;
}
#uc_ue_side_menu_elementor_ff8970d .uc-close-side-menu {
    position: absolute;
    left: none !important;
    right: -50px;
    cursor: pointer !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.uc-ajax-search__items.uc-items-wrapper {
    top: 90px !important;
}

@media only screen and (max-width: 600px) {
    #uc_post_magazine_grid_elementor_3a29b61,div#uc_post_magazine_grid_elementor_b61aa1a {
			        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
}

.elementor-2629 .elementor-element.elementor-element-964f25d:not(.elementor-motion-effects-element-type-background) {
    background-color:transparent !important;
}
.h_iframe-aparat_embed_frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}



.spantitle span::before {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-inline-end: 5px;
   background-image: url("data:image/svg+xml,%3Csvg width='169' height='296' viewBox='0 0 169 296' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.936 215.283C152.746 215.283 168.806 199.219 168.806 179.403C168.806 164.339 161.453 152.477 148.371 144.918C139.751 139.937 128.139 137.071 119.916 130.156C107.859 120.016 102.027 101.47 101.883 86.0651L101.277 19.6772C101.263 18.1107 99.9817 16.8528 98.4156 16.8673C96.8496 16.8818 95.5921 18.1633 95.6066 19.7298C96.0911 72.956 96.5774 126.182 97.0619 179.408C97.2434 199.223 113.122 215.287 132.932 215.287L132.936 215.283Z' fill='%23A94800'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M116.343 233.349C111.429 224.772 102.408 215.406 97.0331 207.437C91.6581 199.469 89.8054 192.927 89.1575 186.699C88.5097 180.471 88.4135 176.432 88.4135 168.85L87.2395 2.83711C87.2395 1.27062 85.9692 0 84.4032 0C82.8371 0 81.5669 1.27062 81.5669 2.83711L80.3837 168.85C80.3837 176.434 80.2839 180.615 79.6579 186.699C79.0318 192.783 77.1573 199.469 71.7823 207.437C66.4073 215.406 57.3867 224.772 52.4727 233.349C47.5586 241.925 46.7493 249.711 46.5007 254.323C46.4172 255.861 46.3973 257.046 46.4299 258.008C46.7312 278.73 63.6164 295.435 84.4032 295.435C105.09 295.435 121.914 278.89 122.373 258.307C122.422 257.295 122.405 256.024 122.315 254.323C122.066 249.711 121.257 241.924 116.343 233.349Z' fill='%23F15A25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.8737 215.287C55.6842 215.287 71.5641 199.223 71.7438 179.408C72.2283 126.182 72.7146 72.956 73.1991 19.7298C73.2136 18.1633 71.9561 16.8818 70.39 16.8673C68.824 16.8528 67.5429 18.1107 67.5283 19.6772L66.9222 86.0651C66.7789 101.47 60.9466 120.016 48.8901 130.156C40.668 137.071 29.0561 139.939 20.4347 144.918C7.35294 152.477 0 164.339 0 179.403C0 199.219 16.0596 215.283 35.8701 215.283L35.8737 215.287Z' fill='%23FFCF26'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}



.bluring .dialog-widget-content , .glassing {
    background: linear-gradient(135deg, rgb(237 235 228 / 23%) 10%, rgb(237 235 228 / 37%) 90%);

  border: 1.5px solid rgba(255,255,255,0.24);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.bluring .dialog-widget-content::before , .glassing::before{
  content: "";
  position: absolute;
  left: 10%;
  top: 5%;
  width: 80%;
  height: 50%;
  background: linear-gradient(120deg, rgba(255,255,255,0.45) 40%, rgba(120,210,255,0.1) 100%);
  opacity: 0.65;
  filter: blur(14px);
  border-radius: 40%;
  pointer-events: none;
}

.bluring .dialog-widget-content::after , .glassing::after  {
  content: "";
  position: absolute;
  right: 15%;
  bottom: 5%;
  width: 70%;
  height: 35%;
  background: linear-gradient(90deg, rgba(255,255,255,0.19) 20%, rgba(120,210,255,0.09) 100%);
  opacity: 0.6;
  filter: blur(12px);
  border-radius: 50%;
  pointer-events: none;
}




.glass-btn-orange a {
  position: relative;
  display: inline-block;
  padding: 0.75em 2em;
  font-size: 1.08rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(110deg, rgba(255,90,0,0.84) 0%, rgba(255,180,90,0.26) 90%);
  border: 1.5px solid rgba(255,255,255,0.32) !important;
  cursor: pointer;
  transition: background 0.24s, box-shadow 0.18s, transform 0.15s;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  outline: none;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
	
}


.glass-btn a{
    background: linear-gradient(135deg, rgb(237 235 228 / 23%) 10%, rgb(237 235 228 / 37%) 90%);
}

.glass-btn-orange a::before {
  content: "";
  position: absolute;
  left: 14%;
  top: 10%;
  width: 72%;
  height: 48%;
  background: linear-gradient(120deg, rgba(255,255,255,0.44) 30%, rgba(255,90,0,0.09) 100%);
  opacity: 0.45;
  filter: blur(12px);
  border-radius: 70% 70% 80% 60%;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.20s;
}

.glass-btn-orange a::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 14%;
  width: 40%;
  height: 20%;
  background: linear-gradient(90deg, rgba(255,255,255,0.19) 30%, rgba(255,90,0,0.05) 100%);
  opacity: 0.24;
  filter: blur(8px);
  border-radius: 60% 80% 80% 80%;
  pointer-events: none;
  z-index: 2;
}

.glass-btn-orange a:hover, .glass-btn-orange a:focus {
  background: linear-gradient(110deg, rgba(255,90,0,0.97) 0%, rgba(255,180,90,0.34) 90%);
  box-shadow: 0 6px 40px 0 rgba(255,90,0,0.25), 0 2px 10px 0 rgba(255,255,255,0.12) inset;
  transform:  scale(1.045);
  text-decoration: none;
}

.glass-btn-orange a:active {
  background: linear-gradient(110deg, rgba(255,90,0,0.82) 0%, rgba(255,180,90,0.21) 100%);
  box-shadow: 0 2px 12px 0 rgba(255,90,0,0.18), 0 1.5px 3px 0 rgba(255,255,255,0.06) inset;
  transform: translateY(1px) scale(0.98);
}

.glass-btn-orange a span {
  position: relative;
  z-index: 3;
}
@media(max-width:600px){
	.elementor-author-box {
    align-items: center;
    display: flex;
    flex-direction: column;
}
	.elementor-author-box__bio {
    text-align: justify;
}
	a.elementor-author-box__avatar {
    margin-left: 0 !important;
}
}

.nav-links {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

input#ff_5_5_phone{
	direction:rtl;
}
.bg-iamge{
	 background-color:#fff;
    background-image: url(https://dev.fakhraei.clinic/wp-content/uploads/2024/04/Layer-2-1-1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.gray-white{
	    background: #FFFFFF73;
}

.benefits-list {
  margin: 0;
  padding-top: 20px;
	padding-bottom: 20px;
  list-style: disc inside;
	font-weight: 400;
	padding-right:10px;
}

.benefits-list li {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .benefits-list li {
    font-size: 14px;
    line-height: 1.4;
    margin: 0; 
    letter-spacing: 0; 
		
  }
}

.custom-font span {
  font-family: "Safira March Personal Use Only", sans-serif !important;
}
.tick-p p strong {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: justify;
    position: relative;
    color: #1E1E1E;
    padding-right: 23px;
}

.tick-p p strong::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 17px;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
    background-image: url("https://dev.fakhraei.clinic/wp-content/uploads/2025/09/Vector-21-Stroke.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media(max-width:600px){
	.tick-p p strong {
font-weight: 500;
font-size: 12px;
line-height: 32px;
letter-spacing: 0%;
text-align: justify;
    color: #1E1E1E;
    padding-right: 23px;
}

.tick-p p strong::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
}
}

/*booknicet style*/

div#booknetic_theme_9 {
    border-radius: 30px;
    overflow: hidden;
}

button#page-gam-bady {
    border-radius: 20px;
}

span.booknetic_service_duration_span {
    color: rgb(69 44 12);
    background-color: #D0B393;
}

.booknetic_service_card.demo.booknetic_fade {
    background-color: #FFFFFF;
    border-radius: 20px;
}

button#page-bazgsht {
    border: 1px solid #D0B393;
    border-radius: 20px;
}
.booknetic_card.booknetic_fade {
    border-radius: 20px;
}

@media only screen and (max-width: 1000px) {
    .rtl .booknetic_appointment_steps_body {
        display: flex;
        justify-content: center;
    }
}

.booknetic_times,div#booknetic_calendar_area{
    border-radius: 20px;
}
/*rp style short ocde*/

 .article-wrapper {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 1000px;
        background: white;
        padding: 11px;
        box-sizing: border-box;
        gap: 16px;
        border-radius: 20px;
        box-shadow: 0 0px 15px #00000015;
        direction: ltr;
        transition: transform .2s ease, box-shadow .3s ease;
        cursor: pointer;
		margin-bottom: 40px;
    margin-top: 20px;
    }
    .article-wrapper:hover,
    .article-wrapper:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,.10);
        outline: 0;
    }
    .article-wrapper:focus-visible {
        outline: 3px solid #FF6A14;
        outline-offset: 3px;
    }

    .article-image {
        width: 40%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 137px;
        border-radius: 16px;
        display: block;
        box-shadow: none;
        margin: 0;
        border: none;
    }

    .article-content {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        direction: rtl;
    }

    .related-articles{
        width: 100%;
        display: flex;
        position: relative;
        font-family: Ravi, serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
    }
    span.related-articles::before {
        position: absolute;
        content: "";
        top: 10px;
     right: 18%;
    width: 75%;
        height: 13%;
        border-radius: 50px;
        background: #FF6A14;
    }

    .related-post-title{
        font-family: Ravi, serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        text-align: right;
        color: black;
        text-transform: uppercase;
        text-decoration: none;
        /* ظاهر لینک برای فهم انکر تکست */
    }
    .article-wrapper:hover .related-post-title,
    .article-wrapper:focus-visible .related-post-title {
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 2px;
        cursor: pointer;
    }

    .related-post-button{
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        background: #282828;
        padding: 8px 14px;
        border-radius: 37px;
        color: white;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        gap: 10px;
        text-transform: uppercase;
        max-width: max-content;
        pointer-events: none;  /* کلیک‌های این ناحیه به سکشن والد برسد */
        user-select: none;
        text-decoration: none;
    }

    /* افکت‌های دکمه، همان قبلی */
    .related-post-button {
        position: relative;
        overflow: hidden;
        transition: transform .2s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
        will-change: transform;
    }
    .related-post-button::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,106,20,.18) 50%, rgba(255,255,255,0) 100%);
        transform: translateX(-120%);
        transition: transform .6s ease;
        pointer-events: none;
        color:#fff;
    }
    .related-post-button svg { transition: transform .25s ease, opacity .25s ease; }
    .article-wrapper:hover .related-post-button {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,.08);
        background: #1f1f1f;
        color: #ffffff;
    }
    .article-wrapper:hover .related-post-button::before { transform: translateX(120%); }
    .article-wrapper:hover .related-post-button svg { transform: translateX(4px); }

    @media (prefers-reduced-motion: reduce) {
        .related-post-button,
        .related-post-button::before,
        .related-post-button svg,
        .article-wrapper { transition: none !important; transform: none !important; }
    }
    .related-post-button span{
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
    }
    .mobile-article{ display: none; }
	
.article-wrapper:hover .title-wrapper-article .related-post-title,
.article-wrapper:focus-visible .title-wrapper-article .related-post-title{
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  cursor: pointer;
}


    @media screen and (max-width: 600px) {
        .article-wrapper{
            flex-direction: column;
            padding: 16px 26px;
        }
        .article-image,.article-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            direction: rtl;
        }
        .related-articles{ display: none; }
        .mobile-article{
            display: block;
            margin-bottom: 12px;
        }
        span.related-articles::before {
            right: 36%;
            height: 7%;
            width: 64%;
        }
        .related-post-button{
            max-width:100%;
            justify-content:space-between;
        }
    }

.wpdiscuz-item.wc_email-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* پاراگراف‌های داخل المان بلاگ */
.blog-tick p {
  position: relative;
  padding-inline-start: 1.6em; /* جا برای آیکن در ابتدای خط (RTL/‌LTR اوکی) */
}

/* آیکن قبل از هر p */
.blog-tick p::before {
  content: "\f00c"; /* آیکن تیک در Font Awesome */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900; /* برای نمایش آیکن سولید */
  position: absolute;
  inset-inline-start: 0; /* ابتدای خط (با RTL سازگار) */
  top: 0.35em;           /* کمی تراز عمودی خوشگل‌تر */
  color: #16a34a;        /* سبز */
  font-size: 1em;     /* اندازه متناسب با متن */
  line-height: 1;
}

/* اگر پاراگراف خالی بود، آیکن نیاد */
.blog-tick p:empty::before {
  content: none;
}

/* حالتFallback اگر Font Awesome لود نشد (✓ یونیکد) */
@supports not (font-variation-settings: normal) { /* هک خفیف برای جداسازی؛ می‌تونی حذف کنی */
  .blog-tick p::before {
    font-family: inherit;
    font-weight: inherit;
    content: "✓";
  }
}
/* پاراگراف‌های داخل المان بلاگ (وارنینگ) */
.blog-warning p {
  position: relative;
  padding-inline-start: 1.6em; /* جا برای آیکن در ابتدای خط (RTL/‌LTR اوکی) */
}

/* آیکن قبل از هر p */
.blog-warning p::before {
  content: "\f071"; /* آیکن اخطار در Font Awesome (exclamation-triangle) */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900; /* برای نمایش آیکن سولید */
  position: absolute;
  inset-inline-start: 0; /* ابتدای خط (با RTL سازگار) */
  top: 0.35em;           /* کمی تراز عمودی خوشگل‌تر */
  color: #f59e0b;        /* نارنجی */
  font-size: 1em;        /* اندازه متناسب با متن */
  line-height: 1;
}

.blog-warning p:empty::before {
  content: none;
}

@supports not (font-variation-settings: normal) { 
  .blog-warning p::before {
    font-family: inherit;
    font-weight: inherit;
    content: "⚠";
  }
}
.blog-error p {
  position: relative;
  padding-inline-start: 1.6em; */
}

/* آیکن قبل از هر p */
.blog-error p::before {
  content: "\f00d"; /* آیکن ضربدر در Font Awesome (times/xmark) */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900; /* برای نمایش آیکن سولید */
  position: absolute;
  inset-inline-start: 0; /* ابتدای خط (با RTL سازگار) */
  top: 0.35em;           /* کمی تراز عمودی خوشگل‌تر */
  color: #ef4444;        /* قرمز */
  font-size: 1em;        /* اندازه متناسب با متن */
  line-height: 1;
}

/* اگر پاراگراف خالی بود، آیکن نیاد */
.blog-error p:empty::before {
  content: none;
}

/* حالت Fallback اگر Font Awesome لود نشد (✕ یونیکد) */
@supports not (font-variation-settings: normal) { /* هک خفیف برای جداسازی؛ می‌تونی حذف کنی */
  .blog-error p::before {
    font-family: inherit;
    font-weight: inherit;
    content: "✕";
  }
}

.cell-content img{
	width:150px  !important;
}

#uc_content_grid2_elementor_8b765f7 .ue-item {
    position: relative;
    overflow: hidden;
    background: white;
}

#uc_table_service_copy_elementor_6e49153 .cell-content .icon {
    max-width: 85px;
    margin-right: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .elementor-239916 .elementor-element.elementor-element-9a3c6d1 .owl-carousel .owl-nav .owl-next, .elementor-239916 .elementor-element.elementor-element-9a3c6d1 .owl-carousel .owl-nav .owl-prev
Specificity: (0,6,0)
 {
        top: 379px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}

@media (max-width: 767px){
  #uc_justified_image_carousel_elementor_9a3c6d1,
  #uc_justified_image_carousel_elementor_9a3c6d1-wrapper,
  #uc_justified_image_carousel_elementor_9a3c6d1 .owl-stage-outer,
  #uc_justified_image_carousel_elementor_9a3c6d1 .owl-stage,
  #uc_justified_image_carousel_elementor_9a3c6d1 .owl-item,
  #uc_justified_image_carousel_elementor_9a3c6d1 .ue-item,
  #uc_justified_image_carousel_elementor_9a3c6d1 .item{
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #uc_justified_image_carousel_elementor_9a3c6d1 img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: none !important; /* اگر افزونه scale داده باشد */
  }

  #uc_justified_image_carousel_elementor_9a3c6d1 .ue-item{ overflow: visible !important; }
}
.elementor-heading-title {
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
    color: var(--e-global-color-d8e02db);
}
.fk-ar-qa.arabic-label-box-desktop-wrapper {
  display: flex;
  background-color: #FF5A00;
  border-radius: 30px;
  padding: 20px 0 0 20px;
  margin: 40px 0;
  direction: rtl;
  gap: 10px;
}

.fk-ar-qa .arabic-content-box { display: grid; gap: 20px; }

.fk-ar-qa span.question-title {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

.fk-ar-qa p.arabic-question-answer {
  color: #fff !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  text-align: start;
  margin-top: 20px;
}

.fk-ar-qa p.arabic-question-answer a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 500;
}
.fk-ar-qa p.arabic-question-answer a:hover { color: #fff176 !important; }

.fk-ar-qa .image-box img {
  max-width: 165px;
  display: block;
  margin: 0 auto !important;
  border: none !important;
  box-shadow: none !important;
}

.fk-ar-qa .image-box { margin-top: -52px; display: flex; }

.fk-ar-qa.arabic-label-box-mobile-wrapper { display: none; }

@media (max-width: 600px) {
  .fk-ar-qa.arabic-label-box-desktop-wrapper { display: none; }
  .fk-ar-qa.arabic-label-box-mobile-wrapper { display: block; max-width: 600px; margin: 60px 0 20px; border-radius: 30px; direction: rtl; }

  .fk-ar-qa .arabic-header-box {
    display: flex; align-items: center; justify-content: space-between;
    padding-left: 19px; padding-right: 10px;
    background-color: #ff5a00;
    border-top-left-radius: 30px; border-top-right-radius: 30px;
    direction: rtl; flex-direction: row-reverse; gap: 10px;
  }

  .fk-ar-qa .question-mobile-title {
    color: #fff; font-size: 16px; font-weight: 400; line-height: 30px; letter-spacing: -0.02em;
  }

  .fk-ar-qa .image-box {
    margin-top: -59px;
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto !important;
  }

  .fk-ar-qa .image-box img { max-width: 100px; display: block; padding-bottom: 0; }

  .fk-ar-qa .arabic-content-box {
    padding: 20px; background-color: #f5f3f0;
    border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;
  }

  .fk-ar-qa p.arabic-question-answer {
    color: #0c0d0e !important; font-size: 13px; font-weight: 400; line-height: 28px; text-align: justify; margin-top: 0;
  }

  .fk-ar-qa p.arabic-question-answer a { color: #fff !important; text-decoration: underline; }
}
.video-player{
    border-radius: 22px;
    height: 360px !important;
}
.video-player::before{
    background-color: #367755;
    border-radius: 21px;
    bottom: 0;
    content: "";
    height: 100%;
    opacity: .5;
    position: absolute;
    right: 20px;
    transform: rotate(-3.5deg);
    width: 90%;
    z-index: -1
}
.main-footer{
         background-color: #EDEBE4;
}

