@charset "UTF-8";
/*
Theme Name: Ibne Sina Medical Genetics Center 3
Theme URI: http://ebnsinagenelab.com/
Version: 3.0
Description: Medical Genetics Center.
Author: hafez heydari
Author URI: https://www.hafezheydari.ir
*/
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  font-family: "h_Traffic";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14pt;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-style: collapse;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
html {
  background: url("images/background.webp") no-repeat;
  background-position: top center;
  background-size: cover;
}

body {
  font-size: 14pt;
  font-family: "h_Traffic";
  background: url("images/header_bg.png") repeat-x center top;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0167ab;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
  padding-bottom: 5px;
  color: #2d2d2d;
  line-height: 1em;
  font-family: Century Gothic, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2d2d2d;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  padding-bottom: 10px;
  line-height: 2rem;
}

strong {
  font-weight: bold;
  color: #1c1c1c;
}

cite, em, i {
  font-style: italic;
}

pre, code {
  font-family: Courier New, monospace;
  margin-bottom: 10px;
}

ins {
  text-decoration: none;
}

sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 0.8em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

blockquote {
  margin: 2px 0 13px 40px;
  color: #9e9e9e;
  font-style: italic;
  font-size: 16px;
  font-family: tahoma;
}

blockquote p {
  padding: 0px 0px 0px 20px;
}

input[type=text], input.text, input.title, textarea, select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}

input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
  border-color: #2D3940;
  color: #3e3e3e;
}

input[type=text], input.text, input.title, textarea, select {
  margin: 0.5em 0;
}

textarea {
  padding: 4px;
}

img#about-image {
  float: left;
  margin: 3px 8px 8px 0px;
}

.header-logo-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-left {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  align-content: center;
  justify-content: flex-end;
}

.header-search-date {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}

#header {
  width: 98%;
  margin: auto;
  padding: auto;
  overflow: visible;
}

#header #logo_title {
  font-family: "BYekan";
  src: url("fonts/BYekand41d.eot?#") format("eot"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype"); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  font-style: none;
  text-shadow: 1px 1px 1px #656565;
  color: #101d61;
  font-size: 26px;
  margin: 0;
}

#header #logo_title a:link {
  text-decoration: none;
  color: #fff;
}

#header #logo_title img {
  padding-right: 0px;
  padding-top: 10px;
  position: relative;
}

#header #searchico {
  float: left;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
}

#header #searchbox {
  position: absolute;
  display: none;
  margin-right: -185px;
  margin-top: -8px;
  padding: 0;
  background: url("images/searchbox.png") no-repeat;
  width: 386px;
  height: 30px;
}

#header input#s {
  background: transparent;
  border: 0;
  padding-top: 11px;
  padding-left: 17px;
  margin-top: -6px;
  font-family: tahoma;
  font-style: italic;
  font-size: 1.167em;
  color: #717171;
  height: 20px;
  float: left;
}

#header #logo {
  margin: 6px 25px 6px 3px;
  width: 150px;
}

#header #featured {
  margin: auto;
}

#header #featured #left_arrow { /* float: left; */ /* background: url('images/featured_before.png') no-repeat; */ /* width: 6px; */ /* margin-left: 0px; */ /* height: 275px; */
}

#header #featured #featured_content {
  padding: 25px 0px 0px 0px; /* float: left; */ /* background: url('images/featured_bg.png') no-repeat; */
  background: linear-gradient(45deg, #310436, #530e2e); /* width: 90%; */
  height: 250px;
  color: #a8a8a8;
  font-size: 11pt;
  line-height: 1.6em;
  text-shadow: 1px 1px 1px #000;
  text-align: justify;
  overflow: hidden;
}

#header #featured #featured_content img {
  float: left;
  margin: 0 30px 0 19px;
}

#header #featured #featured_content h1 {
  line-height: 1.2em;
  float: right;
  font-size: 15px;
  margin: 0px 0 10px 0;
  font-family: tahoma;
  font-weight: normal;
  color: #fff;
  text-shadow: -2px -1px 0px #000;
}

#header #featured #featured_content #spotlight1 {
  float: left;
  width: 440px;
  margin-right: 10px;
  margin-left: 10px;
}

.biymeh_slide {
  background: url("images/fr-slideup-bg.png") repeat-y;
  height: 225px;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  font-family: "h_Traffic";
  font-size: 1.4em;
  color: #C2C2C2;
  text-decoration: bold;
}

span.readmore_g {
  margin-left: auto;
  display: block;
  background: url("images/button_grey_left.png") 0 0 no-repeat;
  height: 29px;
  width: 82px;
  padding-left: 14px;
  margin-top: 25px;
  float: left;
}

span.readmore_g a {
  padding-top: 2px;
  font-weight: bolder;
  text-shadow: -1px -1px 1px #000;
  display: block;
  background: url("images/button_grey_right.png") no-repeat top right;
  text-align: center;
  font-size: 0.92em;
  height: 29px;
  color: #fff;
  text-decoration: none;
  padding-right: 14px;
}

span.readmore_b {
  margin-left: -40px;
  display: block;
  background: url("images/button_blue_left.png") 0 0 no-repeat;
  height: 29px;
  padding-left: 14px;
  float: right;
  margin-top: 10px;
}

span.readmore_b a:hover {
  color: white;
}

#header #featured #featured_content #spotlight1 div {
  float: left;
  padding-top: 0px;
}

.order {
  display: none;
}

#header #featured #featured_content #f_menu {
  float: right;
  width: 200px;
}

#header #featured #featured_content #f_menu div {
  cursor: pointer;
}

#header #featured #featured_content #f_menu .featitem {
  line-height: 1em;
  background: url("images/featured_menubg.png") repeat-x;
  width: 167px;
  margin: 0px 0 1px 35px;
  padding: 11px;
  height: 43px;
}

#header #featured #featured_content #f_menu .featitem h2 {
  font-family: tahoma;
  color: #fff;
  font-size: 1.167em;
  font-weight: 600;
  margin: 15px 0 0px 0;
}

#header #featured #featured_content #f_menu .featitem img {
  padding: 5px 5px 5px 5px;
  background: url("images/featured_menuimgbg.gif") no-repeat;
  background-position: center top;
  margin-right: 15px;
}

#header #featured #featured_content #f_menu .featitem .meta {
  color: #888888;
  font-family: tahoma;
  font-style: none;
  font-size: 0.917em;
}

#header #featured #right_arrow { /* float: left; */ /* background: url('images/featured_aftr.png') no-repeat top left; */ /* width: 6px; */ /* height: 275px; */
}

#f_menu .active {
  background: url("images/featured_menu_selected_bg.png") no-repeat !important;
  margin: 0px 0 1px 3px !important;
  width: 178px !important;
  padding-left: 25px !important;
  border-right-style: solid;
  border-right-width: 7px;
  border-right-color: #0084ff;
}

#wrap {
  padding: auto;
  margin: auto;
  overflow: hidden;
  z-index: initial;
  width: 98%;
}

#ContTop {
  margin: auto; /* margin-right:2px; */ /* background: url(images/ContentFrPic.png) repeat-x; */
  background: #310436; /* width: 961px; */
  padding: auto;
  overflow: hidden; /* margin-bottom: 10px; */
}

.fr-content {
  /* margin-left:11px; */
  /* background:url(images/fr-content_bg2.png) repeat-y; */
  background: rgba(255, 255, 255, 0.9490196078);
  overflow: hidden;
  /* margin-bottom: 15px; */
  display: flex !important;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

#ContTop p {
  font-size: 20px;
  font-family: "h_Traffic";
  padding-bottom: 3px;
}

#ContBottom {
  margin: px;
  margin: auto; /* background:url(images/FooterFrPic.png) no-repeat; */
  background: #530b4f;
  height: 39px;
  padding: auto;
  overflow: hidden;
  border-bottom: 3px solid;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#ContBottom p {
  font-family: "h_Traffic";
  padding-top: 2px;
  padding-right: 15px;
  font-size: 14px;
}

#ContLockPic {
  background: rgba(255, 255, 255, 0.8784313725);
  height: 10px;
  border-left: 3px solid #310436;
  border-right: 3px solid #310436;
}

.genepic {
  height: 115px;
}

/* ============================
   پایه‌ی منو
============================ */
.main-nav {
  width: 100%;
  padding: 12px 0;
  position: relative;
  z-index: 999;
}

.sf-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #310436;
  list-style: none;
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 4px 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.sf-menu > li {
  position: relative;
  float: none !important;
}

.sf-menu > li > a {
  font-size: 1rem;
  white-space: nowrap;
  display: block;
  padding: 8px 15px;
  color: #fae1ec;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  position: relative;
}

.sf-menu > li > a:hover {
  color: #fff;
}

/* ============================
   زیرمنوها – نسخه مدرن
============================ */
.sf-menu ul {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 8px 0;
  box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  min-width: 280px;
  width: max-content !important;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 9999;
  border-radius: 10px 0 10px 10px;
}

.sf-menu > li.sfHover > a {
  background: #fff !important;
  color: #310436 !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* نمایش زیرمنو */
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ============================
   زیرمنوی سطح دوم
============================ */
.sf-menu li li ul {
  right: 100%;
  top: 0;
  transform: translateX(10px);
}

.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ============================
   آیتم‌های زیرمنو
============================ */
.sf-menu li ul li {
  float: none !important;
  width: auto !important;
  min-width: 180px;
  background: #fff;
}

.sf-menu li ul li a {
  font-size: 16px !important;
  padding: 8px 12px;
  display: block;
  white-space: nowrap;
  color: #404040;
  text-shadow: none;
  margin: 0 4px;
}

.sf-menu li ul li a:hover {
  background: #f7f7f7 !important;
  color: #98024c;
  font-weight: bold;
  border-top: 1px solid #98024c;
  border-bottom: 1px solid #98024c;
  border-radius: 10px;
}

/* ============================
   فلش زیر آیتم سطح اول (بدون تصویر)
============================ */
.sf-menu > li.sfHover > a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
}

/* ============================
   حذف تصاویر قدیمی
============================ */
.sf-menu li {
  background: none !important;
}

.sf-menu li li {
  background: none !important;
}

.sf-menu li.sfHover li a,
.sf-menu li.sfHover li ul li a,
.sf-menu li.sfHover li ul li ul li a {
  background: none !important;
}

/* ============================
   عناصر اضافی قدیمی
============================ */
ul.sf-menu li.backLava,
.sf-menu li ul li.bottom_bg {
  display: none !important;
}

/* ============================
   رفع تداخل z-index قدیمی
============================ */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  z-index: 9999 !important;
}

/* ============================
        primary button
============================ */
.btn-primary {
  color: #090909;
  padding: 0.1em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: 0.35s ease;
  box-shadow: 3px 3px 6px #c5c5c5, -6px -6px 12px #ffffff;
  background-image: linear-gradient(to right, #310436 0%, #791461 50%, #310436 100%);
  background-size: 0% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-primary:hover {
  color: #fff;
  background-size: 100% 100%; /* باز شدن از وسط */
}

/* ============================
        secondary button
============================ */
.btn-secondary {
  margin: 20px 0;
  color: #000;
  padding: 0.1em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: 0.35s ease;
  box-shadow: 3px 3px 6px #c5c5c5, -6px -6px 12px #ffffff;
  background-image: linear-gradient(90deg, rgb(49, 4, 54), rgb(119, 0, 101), rgb(227, 93, 155));
  background-size: 0% 100%;
  background-position: right;
  background-repeat: no-repeat;
}

.btn-secondary:hover {
  color: #fff;
  background-size: 100% 100%;
  background-position: right;
}

.btn-more-category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

#content {
  margin: auto;
  padding: auto;
  background: whitesmoke;
  border: 3px solid #402130;
  overflow: hidden;
  z-index: initial;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  flex-direction: row-reverse;
}

#content #main {
  width: 100% !important;
  min-height: 1100px;
  float: left;
  overflow: hidden;
  z-index: initial;
  border-right: 2px solid #310436;
  font-size: 14pt;
  background: white;
}

#content #main .new_post {
  clear: both;
  margin: 8px;
  border: 2px solid #310436;
  border-radius: 10px;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#content #main .new_post h2.title, #content #main .new_post h1#post-title {
  padding: 8px 10px 10px 10px;
  font-family: h_Traffic;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#content #main .new_post {
  color: #000;
  line-height: 1.94em;
}

#content #main .new_post .post_img {
  float: left;
  margin: 0 33px 0 0px;
  background: #dbdbdb;
  padding: 8px;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  -moz-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.15);
}

#content #main .new_post .post_info {
  font-size: 10pt;
  color: #717171;
  text-shadow: 1px 1px 1px #fff;
  background: linear-gradient(90deg, #e6d4e2, #fff, #fff);
  height: 32px;
  margin-bottom: 8px;
  text-align: left;
}

#content #main .new_post .post_info img {
  position: relative;
  background: transparent;
  top: 5px;
  margin: 0 5px;
}

#content #main .new_post .post_info a {
  color: #010101;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
}

#content #main table {
  border-style: collapse;
  background-color: #eee;
  padding: 1px;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}

#content #main td {
  border: 1px solid #fff;
  padding: 5px;
  vertical-align: middle;
}

#main ul {
  list-style-type: disc;
  margin: 10px 0px 10px 20px;
}

#main ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 10px 0px 10px 2px;
}

#main ul li ul, #main ul li ol {
  margin: 2px 0px 2px 20px;
}

#main ol li ul, #main ol li ol {
  margin: 2px 0px 2px 35px;
}

#pagenav {
  padding: 14px 0 43px 56px;
  height: 20px;
}

#pagenav .page a {
  float: left;
  margin-right: 7.6px;
  color: #000;
  display: block;
  width: 30px;
  text-align: center;
  padding: 10px 0 0 0;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  border-color: #d4d4d4;
  background: #efefef;
}

#sidebar {
  float: right;
  overflow: hidden;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-rightradius: 10px;
  margin: 0 auto;
}

#sidebar .block {
  margin: 10px 3px 10px 3px;
  color: #471c30;
  overflow: hidden;
}

/*#sidebar .block p { margin-top: 13px; padding-left: 53px; 
: 172px; }*/
#sidebar .block h2 {
  background: url("images/sidebar_block_h2.png") no-repeat;
  text-align: center;
  min-height: 32px;
  width: 230px;
  font-family: tahoma;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  padding: 9px 0 0 0;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  overflow: hidden;
}

#sidebar .block .divider {
  margin-left: 0px;
  width: 240px;
  text-align: center;
  overflow: hidden;
}

#sidebar .block ul {
  margin: 10px 20px 0 0;
  overflow: hidden;
}

#sidebar .block ul li {
  color: #0196ff;
  margin: 0 0 15px 0;
  background: url("images/list_w.png") no-repeat;
  background-position: top right;
  padding: 0 20px 0 0;
  overflow: hidden;
  font-weight: bold;
  border-bottom: 1px lightgray solid;
}

#sidebar .block ul li:hover {
  color: #0196ff;
  margin: 0 0 15px 0;
  background: url("images/list_w2.png") no-repeat;
  background-position: top right;
  padding: 0 0 0 0px;
  padding-right: 20px;
  overflow: hidden;
}

#sidebar .block ul li a:hover {
  color: #0196ff;
  overflow: hidden;
  font-style: normal;
}

#sidebar .adwrap {
  margin-left: -17px;
  width: 253px;
  overflow: hidden;
}

#footer_widgets {
  clear: both;
  padding-top: 0px;
  height: 20px;
  overflow: hidden;
}

#footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#footer {
  color: #727171;
  font-size: 10pt;
  margin: 20px auto;
  padding-top: 0px;
  text-align: center;
  font-weight: lighter;
  clear: both;
}

#footer a {
  color: #acacac;
  text-decoration: none;
  font-size: 0.917em;
}

.activeSlide {
  background: red;
}

.content-wrap {
  float: left;
}

#header #featured img.featured_img {
  border: 1px solid #151515;
  border-color: #151515 #474747 #474747 #151515;
  background: #28101b;
  padding: 8px;
}

div.slide {
  height: 220px;
}

.wp-pagenavi, div.pagination {
  padding: 3px 0 3px 0px !important;
  overflow: hidden;
  background-color: #7a495f;
}

.wp-pagenavi, div.pagination a {
  color: #e5d0da;
  text-decoration: none;
}

.wp-pagenavi, div.pagination a:hover {
  color: #fff;
  text-decoration: none;
}

.wp-pagenavi span.current {
  background: none repeat scroll 0 0 #0099E6 !important;
  border: 1px solid #007CBB !important;
  color: #FFFFFF !important;
  display: block !important;
  float: left !important;
  height: 20px !important;
  margin-right: 7.6px !important;
  padding: 10px 0 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 30px !important;
}

.wp-pagenavi span, .wp-pagenavi a {
  float: left;
}

.wp-pagenavi a {
  background: none repeat scroll 0 0 #EFEFEF !important;
  border: 1px solid #D4D4D4 !important;
  color: #000000 !important;
  display: block !important;
  height: 20px !important;
  margin-right: 7.6px !important;
  padding: 10px 0 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 30px !important;
}

.wp-pagenavi span.pages {
  border: none !important;
  padding: 12px 10px 0 0 !important;
}

#sidebar a {
  text-decoration: none;
  color: #530b4f;
  overflow: hidden;
}

#sidebar a:hover, #footer_widgets a:hover {
  color: #402130;
}

div.postcontent {
  padding: 5px 20px;
  direction: rtl;
  text-align: justify;
}

div.new_post h2.title a {
  text-decoration: none;
  color: #310436;
}

div.new_post h2.title a:hover {
  color: #530b4f;
}

h1#error {
  margin-top: 30px;
}

a.post-edit-link {
  font-weight: bold;
}

#sidebar {
  width: 20vw;
}

#sidebar, #footer_widgets {
  line-height: 18px;
  overflow: hidden;
}

.block_b ul li ul {
  margin-top: 10px;
  overflow: hidden;
}

.home_link {
  color: #5a5a5a;
}

.home_link:hover {
  color: #0072ff;
  text-decoration: none;
}

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/
#comment-section {
  clear: both;
  float: right;
  margin-top: 35px;
}

p#comments {
  color: #1e1e1e;
  font-size: 21px;
  padding-bottom: 0px;
  font-family: Times New Roman;
  font-weight: bold;
}

#main #comment-section ol.commentlist {
  padding: 34px 39px 35px 0px;
  float: right;
  margin: 55px 10px -95px;
  list-style-type: none;
}

.comment, .comment-body {
  float: right;
}

li.comment {
  margin-bottom: 10px;
}

.comment-author {
  float: right;
  margin: -90px 0px 0px -30px;
  z-index: 1;
  position: relative;
}

#main .comment-author img.avatar {
  border: 1px solid #DBDBDB;
  padding: 5px;
  background: #EDEDED;
  float: right;
  margin-left: 10px;
}

.comment-info {
  float: right;
  padding: 3px 0px 0px 13px;
  font-size: 12px;
  font-family: Times New Roman;
}

cite.fn, span.says, #main cite.fn a {
  color: #0072ff;
}

span.says, div.commentmetadata {
  font-style: none;
}

#main div.commentmetadata, #main div.commentmetadata a {
  color: #cacaca;
  margin-top: 2px;
}

.comment-top, .comment-bottom, .comment-content {
  float: right;
}

.comment-top {
  background: url(images/comment-top.png) no-repeat;
  height: 25px;
  margin-top: -12px;
}

.comment-content {
  padding-bottom: 10px;
  clear: both;
  width: 99%;
}

.comment-bottom-main {
  float: right;
}

.comment-bottom-left {
  background: url(images/comment-bottom-left.jpg) no-repeat;
  position: absolute;
  bottom: 0px;
  left: -1px;
  width: 8px;
  height: 37px;
}

.comment-bottom-right {
  background: url(images/comment-bottom-right.jpg) no-repeat;
  position: absolute;
  bottom: 0px;
  right: -1px;
  width: 8px;
  height: 37px;
}

.comment-body p {
  line-height: 28px;
  font-family: tahoma;
  color: #000;
  font-size: 12px;
}

#main ol.commentlist .children {
  float: right;
  clear: both;
  padding-bottom: 30px;
  width: 96%;
  margin: 0px;
}

#main ol.commentlist .children .comment-body {
  padding-top: 10px;
  width: 99%;
}

#main .commentlist .children li {
  padding: 0px 3% 3%;
  width: 97%;
  margin: 0px;
  float: right;
  background: #ffffff url(images/inner-comment-bottom-main.jpg) repeat-x bottom left;
  border-left: 1px solid #d1d1c2;
  border-right: 1px solid #d1d1c2;
  position: relative;
}

#main .commentlist .children li .comment-top-main {
  background: url("images/inner-comment-top-main.jpg") repeat-x top left;
  width: 100%;
  float: right;
  height: 6px;
}

#main ul.children li {
  background: none;
}

#main img.wp-smiley {
  border: none;
  padding: 0px;
}

.comment-top-left, .comment-top-right, .comment-top-main {
  height: 24px;
}

.comment-top-left {
  background: url("images/comment-top-left.jpg") no-repeat top left;
  width: 40px;
  left: -1px;
  top: 0px;
  position: absolute;
}

.comment-top-right {
  background: url("images/comment-top-right.jpg") no-repeat top right;
  width: 40px;
  right: -1px;
  top: 0px;
  position: absolute;
}

.comment-top-main {
  background: url("images/comment-top-main.jpg") repeat-x top left;
  width: 100%;
  float: right;
}

.bubble {
  background: url("images/bubble-top.png") no-repeat;
  width: 18px;
  height: 17px;
  top: -16px;
  right: 50px;
  z-index: 10;
  position: absolute;
  float: right;
}

.commentlist li {
  background: #F7F7F7 url(images/comment-bottom-main.jpg) repeat-x bottom left;
  border-left: 1px solid #DFDFD7;
  border-right: 1px solid #DFDFD7;
  position: relative;
  padding: 0px 30px 50px;
  margin: 0px 0px 60px;
  width: 500px;
  display: block;
  float: right;
}

.reply-container {
  position: absolute;
  bottom: 19px;
  left: 30px;
  z-index: 20;
  background: url("images/reply-right-bg.png") no-repeat left bottom;
  padding-left: 11px;
}

#main a.comment-reply-link {
  padding: 6px 15px;
  background: #0072ff;
  color: #feffff;
  font-style: none;
  font-weight: bold;
  display: block;
}

.children .comment-top-left {
  background: url("images/inner-comment-top-left.jpg") no-repeat top left;
  width: 15px;
  left: -1px;
  top: 0px;
  position: absolute;
}

.children .comment-author {
  float: right;
  margin: 0px;
  width: 100%;
  z-index: 1;
}

.children .bubble {
  display: none;
}

.children .comment-top-right {
  background: url("images/inner-comment-top-right.jpg") no-repeat top right;
  width: 15px;
  right: -1px;
  top: 0px;
  position: absolute;
}

.children .comment-bottom-left {
  background: url(images/inner-comment-bottom-left.jpg) no-repeat scroll 0 0;
  height: 7px;
  position: absolute;
  width: 15px;
}

.children .comment-bottom-right {
  background: url(images/inner-comment-bottom-right.jpg) no-repeat scroll 0 0;
  height: 7px;
  position: absolute;
  width: 15px;
}

.children .reply-container {
  bottom: -10px;
  left: 30px;
}

.nocomments div#respond {
  margin-top: 0px;
}

div#respond h3 {
  font-size: 21px;
  margin: 5px 0px 7px;
  color: #303030;
  font-weight: bold;
}

div.navigation, div#respond {
  float: right;
  width: 595px;
}

div#respond {
  padding: 10px 0px 0px 0px;
  width: 100%;
}

form#commentform {
  float: right;
  width: 99%;
  position: relative;
  z-index: 10;
}

form#commentform textarea {
  width: 96%;
  border: 1px solid #D1D1C2;
  padding: 3px;
}

form#commentform textarea:focus {
  width: 96%;
  border: 1px solid #0000ff;
  padding: 3px;
  color: #0000ff;
  background-color: #fff;
}

.cancel-comment-reply {
  padding-bottom: 12px;
}

#comment-section li.comment div#respond {
  margin-top: 0px;
  padding: 0px;
}

#comment-section div.navigation div.alignleft {
  padding-left: 35px;
}

#comment-section div#trackbacks {
  float: left;
  padding: 34px 39px 10px 35px;
}

div#trackbacks h3 {
  color: #1E1E1E;
  font-size: 14px;
  margin-bottom: 7px;
}

ol.pinglist li {
  margin-bottom: 3px;
}

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
  empty-cells: show;
  margin: 10px 20px 0 0;
  width: 219px;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #a20c3d;
}

#wp-calendar a:hover {
  text-decoration: underline;
}

#wp-calendar caption {
  text-decoration: none;
  font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
  padding: 3px 5px;
}

#wp-calendar td#today {
  color: #ffffff;
}

#sidebar #wp-calendar td#today {
  color: #0042ff;
  font-weight: bold;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding: 3px 5px;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
div.post .new-post .aligncenter, .aligncenter { /*display: block*/
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
}

.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.wp-pagenavi a.last {
  width: 46px !important;
}

.wp-pagenavi a.first {
  width: 50px !important;
}

.wp-pagenavi .extend {
  background: none repeat scroll 0 0 #EFEFEF !important;
  border: 1px solid #D4D4D4 !important;
  color: #000000 !important;
  display: block !important;
  height: 20px !important;
  margin-right: 7.6px !important;
  padding: 10px 0 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 30px !important;
}

/*------------------------------------------------*/
.no_sidebar #content {
  background-image: url("images/content_bg-full.png") !important;
}

.no_sidebar #main {
  width: 912px !important;
}

.et_pt_gallery_entry {
  margin: 0 0 32px 72px !important;
}

.sitemap-col ul {
  list-style: none outside none !important;
  margin-left: 0px !important;
}

.sitemap-col ul ul {
  margin-left: 20px !important;
}

/* CONTAINER */
div.orbit {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: relative;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: url("orbit/loading.gif") no-repeat center center;
}

div.orbit img {
  position: absolute;
  top: 0;
  left: 0;
}

/* TIMER */
div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.6;
  cursor: pointer;
  z-index: 1000;
}

span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("orbit/rotator-black.png") no-repeat;
  z-index: 3;
}

span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

span.rotator.move {
  left: 0;
}

span.mask.move {
  width: 40px;
  left: 0;
  background: url("orbit/timer-black.png") repeat 0px 0px;
}

span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0px;
  background: url("orbit/pause-black.png") no-repeat;
  z-index: 4;
  opacity: 0;
}

div.timer:hover span.pause,
span.pause.active,
div.timer:hover span.pause.active {
  opacity: 1;
}

/* CAPTIONS */
div.caption {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 1000;
  position: absolute;
  bottom: -50px;
  color: #fff;
}

div.caption p {
  padding: 8px 10px 8px;
  font-size: 12px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
  margin: 0;
}

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav {
  display: block;
}

div.slider-nav {
  display: none;
}

div.slider-nav span {
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  position: absolute;
  z-index: 1000;
  top: 190px;
  cursor: pointer;
}

div.slider-nav span.right {
  background: url("orbit/right-arrow.png");
  right: 10px;
}

div.slider-nav span.left {
  background: url("orbit/left-arrow.png");
  left: 10px;
}

/* -------------------------------------------------------------------------------- pagination */
/*====================================================
    GENLAB Premium Pagination
=====================================================*/
.genlab-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 60px auto 30px;
  direction: ltr;
}

.genlab-pagination .page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #310436;
  background: #ffffff;
  border: 1px solid rgba(89, 24, 54, 0.15);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover */
.genlab-pagination .page-numbers:hover {
  color: #fff;
  background: #8d0585;
  border-color: #310436;
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(89, 24, 54, 0.35);
}

/* Active */
.genlab-pagination .current {
  color: #fff;
  background: linear-gradient(135deg, #8d0585, #310436);
  border: none;
  transform: scale(1.15);
  box-shadow: 0 18px 40px rgba(89, 24, 54, 0.35);
}

/* Prev & Next */
.genlab-pagination .prev,
.genlab-pagination .next {
  width: 53px;
  height: 48px;
  border-radius: 30px;
  font-size: 22px;
  top: 0;
  padding-top: 5px;
}

/* Dots */
.genlab-pagination .dots {
  width: auto;
  border: none;
  background: none;
  box-shadow: none;
  pointer-events: none;
  color: #999;
}

/* Ripple */
.genlab-pagination .page-numbers::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(89, 24, 54, 0.12);
  transform: scale(0.8);
  opacity: 0;
  transition: 0.35s;
}

.genlab-pagination .page-numbers:hover::after {
  transform: scale(1.3);
  opacity: 1;
}

/* ------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "BYekan";
  src: url("fonts/BYekand41d.eot?#") format("eot"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype"); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  font-display: swap;
}
@font-face {
  font-family: "h_Jadid";
  src: url("fonts/sjadidbd-webfont.eot");
  src: url("fonts/sjadidbd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sjadidbd-webfont.woff") format("woff"), url("fonts/sjadidbd-webfont.ttf") format("truetype"), url("fonts/sjadidbd-webfont.svg#2__jadidbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "h_Traffic";
  src: url("fonts/straffic-webfont.eot");
  src: url("fonts/straffic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/straffic-webfont.woff") format("woff"), url("fonts/straffic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "h_Badr";
  src: url("fonts/sbadr-webfont.eot");
  src: url("fonts/sbadr-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sbadr-webfont.woff") format("woff"), url("fonts/sbadr-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "h_Mitra";
  src: url("fonts/mmitrabdmrt1-webfont.eot");
  src: url("fonts/mmitrabdmrt1-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/mmitrabdmrt1-webfont.woff") format("woff"), url("fonts/mmitrabdmrt1-webfont.ttf") format("truetype"), url("fonts/mmitrabdmrt1-webfont.svg#2__mitra_1_mrtbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, li {
  margin: 0;
  padding: 0;
}

li {
  direction: rtl;
  text-align: right;
  list-style: none;
  font-family: h_Traffic;
  font-size: 12pt;
  line-height: 2rem;
}

a {
  color: #0042ff;
  text-decoration: none;
  font-family: h_Traffic;
  font-size: 12pt;
  line-height: 20pt;
}

a:hover {
  color: #b20e53;
}

img {
  border: none;
}

input, textarea, select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #FFF none repeat scroll 0 0;
  border: 1px solid #BBB;
  font-size: 11px;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  font-family: Tahoma, Geneva, sans-serif;
}

input[type=file] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #FFF none repeat scroll 0 0;
  border: 1px solid #BBB;
  font-size: 11px;
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  font-family: Tahoma, Geneva, sans-serif;
}

body {
  font-family: tahoma, Geneva, sans-serif;
  font-size: 11px;
  text-align: right;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 18px;
  overflow: auto;
}

.base {
  width: 100%;
  float: right;
  background: url(images/base.jpg) repeat-x;
  min-height: 148px;
  overflow: auto;
}

.middle {
  /* width: 974px; */
  margin: auto;
  direction: rtl;
  overflow: hidden;
  position: relative;
  border-right: 3px solid #310436;
  border-left: 3px solid #310436;
  /* margin-bottom: 15px; */
}

.date {
  font-size: 14px;
  font-family: "BYekan";
  margin: 0;
  padding-right: 40px;
  height: 25px;
  color: #310436;
  text-align: center;
}

.NewsTricker { /*color:#ebdfe5; */
  color: #ffcb5a;
  height: 20px; /* width:961px; */
  background-color: #7b4e63; /* float: left; */
  padding: 0 0 0 0;
  position: relative; /* margin-top: 20px; */
}

.NewsTricker a {
  color: #ccf389;
}

.NewsTricker a:hover {
  color: #baff00;
}

.GeneticPic {
  color: #ebdfe5;
  height: 300px;
  width: 100%;
  background-image: url("images/header.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
}

/* تبلت */
@media (max-width: 992px) {
  .GeneticPic {
    height: 350px; /* ارتفاع کمتر */
    background-size: cover; /* تصویر طبیعی */
  }
}
/* موبایل */
@media (max-width: 576px) {
  .GeneticPic {
    height: 250px; /* خیلی کمتر */
    background-size: cover;
  }
}
.genpic {
  position: relative;
  display: flex;
  justify-content: start;
  z-index: 0;
  border-left: 3px solid #310436;
  border-right: 3px solid #310436;
  clear: both;
  overflow: hidden;
}

.genpic-overlay {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}

.genpic-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  direction: rtl;
}

.genpic-brand img {
  width: 100px;
  height: auto;
}

.genpic-brand h1 {
  margin: 0;
}

.genpic-brand p {
  margin: 8px 0 0;
}

.rotate {
  -moz-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
}

.rotate:hover {
  -moz-transform: rotate(70deg);
  -moz-transition: 300ms ease-in;
  -ms-transform: rotate(360deg);
  -ms-transition: 600ms ease-in;
  -webkit-transform: rotate(70deg);
  -webkit-transition: 600ms ease-in;
  -o-transform: rotate(70deg);
  -o-transition: 600ms ease-in;
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.adviser_addressPos {
  width: 0px;
  float: left;
  height: 10px;
  margin: 5 0 0 0;
  /* position:absolute; */
}

.adviser_address {
  height: 25px;
  background-color: #471c30;
  float: left;
  margin: 5px 0 0 0px;
}

.arrow_address {
  width: 110px;
  height: 25px;
  float: right;
  background: url(images/arrow.jpg) no-repeat 99% 0px;
  margin: 0px 0px 0 0;
  transition-property: width;
  transition-duration: 2s;
  -moz-transition-property: width;
  -moz-transition-duration: 2s;
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  -o-transition-property: width;
  -o-transition-duration: 2s;
  overflow: hidden;
  text-align: center;
}

.arrow_address:hover {
  width: 370px;
  padding-right: 30px;
  margin-right: 3px;
}

.arrow_address img {
  margin: 0 25px 0 0;
}

.arrow_address:hover img {
  margin: 0 30px 0 0;
}

.adviser {
  height: 25px;
  background-color: #471c30;
  float: left;
  margin: 35px 0 0 0px;
}

.arrow {
  width: 110px;
  height: 25px;
  float: right;
  background: url(images/arrow.jpg) no-repeat 99% 0px;
  margin: 0px 0px 0 0;
  transition-property: width;
  transition-duration: 2s;
  -moz-transition-property: width;
  -moz-transition-duration: 2s;
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  -o-transition-property: width;
  -o-transition-duration: 2s;
  overflow: hidden;
  text-align: center;
}

.arrow:hover {
  width: 300px;
  padding-right: 30px;
  margin-right: 3px;
}

.arrow img {
  margin: 0 25px 0 0;
}

.arrow:hover img {
  margin: 0 30px 0 0;
}

.header_line {
  width: 635px;
  height: 2px;
  float: left;
  background: url(images/header_line.jpg) no-repeat;
  position: absolute;
  top: 55px;
  left: 25px;
}

.topmenu {
  height: 85px;
  width: 635px;
  float: left;
  margin: 27px 0 0 25px;
}

.portal {
  height: 45px;
  float: right;
  position: absolute;
  top: 143px;
  right: 342px;
  z-index: 1;
}

.portal_right {
  width: 102px;
  height: 45px;
  float: right;
  background: url(images/portal_right.png) no-repeat;
}

.portal_body {
  height: 45px;
  float: right;
  background: url(images/portal_bg.png) repeat-x;
  width: 500px;
  display: none;
}

.portal_body input {
  margin: 10px 9px 5px 5px;
  outline: none;
  padding: 3px !important;
}

.portal_body input.button {
  cursor: pointer;
  background: #3b3b3b;
  color: #c0c0c0;
  -moz-transition-property: background, color, border;
  -moz-transition-duration: 2s;
  -webkit-transition-property: background, color, border;
  -webkit-transition-duration: 2s;
  transition-property: background, color, border;
  transition-duration: 2s;
  -o-transition-property: background, color, border;
  -o-transition-duration: 2s;
  border: 1px solid #e2e2e2;
}

.portal_body input.button:hover {
  background: #e2e2e2;
  border: #000 1px solid;
  color: #000;
}

.portal_key {
  width: 40px;
  height: 45px;
  float: right;
  background: url(images/portal_key.png) no-repeat 0px 0px;
}

.active {
  background-position: 0px -45px;
}

.help {
  width: 620px;
  float: left;
  background: url(images/help.png) repeat-x;
  height: 25px;
  margin: 0px 0 0 22px;
  margin-left: 60px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -o-border-radius-topleft: 5px;
  -o-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #5a5a5a;
  text-shadow: 1px 1px #f1f1f1;
  padding: 0 15px 0 0;
}

.help p {
  padding: 0 15px 0 0;
}

.slider_line {
  width: 1000px;
  height: 16px;
  float: right;
  background: url(images/slider_line.jpg) no-repeat;
}

.slider {
  width: 1000px;
  float: right;
  position: relative;
}

.center_box {
  width: 100%;
  float: right;
  background: url(images/center_box.png) repeat;
  margin: 85px 0 0 0;
}

.center_box_shadow {
  width: 100%;
  float: right;
  background: url(images/center_box_shadow.jpg) repeat;
  height: 12px;
}

.news {
  width: 315px;
  float: right;
  margin: 0 25px 0 0;
  background: url(images/news_bg.jpg) no-repeat left center;
  height: 285px;
}

.news h3 {
  width: 315px;
  float: right;
  background: url(images/news_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #5a5a5a;
  text-shadow: 2px 2px #fff;
  margin: 15px 0 0 0;
}

.news_body {
  width: 271px;
  float: right;
  margin: 5px 0 0 0;
  color: #4f4f4f;
  text-shadow: 2px 2px #fff;
  position: relative;
}

.news_body p {
  float: right;
}

.up_s {
  float: right;
  margin: 10px 0 0 0;
}

.news_box {
  width: 270px;
  float: right;
  height: 58px;
  margin: 0 0 10px 0;
  overflow: visible !important;
}

.news_body .date {
  width: 58px;
  height: 58px;
  float: right;
  text-align: center;
  line-height: 55px;
  color: #fff;
  text-shadow: 1px 1px #ae2020;
  font-size: 25px;
  position: relative;
}

.news_body .datebg {
  width: 58px;
  height: 58px;
  float: right;
  text-align: center;
  line-height: 55px;
  color: #fff;
  text-shadow: 1px 1px #ae2020;
  font-size: 25px;
  background: url(images/date.jpg) no-repeat 0px 0px;
  position: absolute;
}

.news_body .datehover {
  width: 58px;
  height: 58px;
  float: right;
  text-align: center;
  line-height: 55px;
  color: #fff;
  text-shadow: 1px 1px #ae2020;
  font-size: 25px;
  background: url(images/date.jpg) no-repeat 0px -58px;
  position: absolute;
}

.news_body .text {
  width: 200px;
  height: 58px;
  float: right;
  margin: 0 5px 0 0;
  color: #2b2b2b;
  text-shadow: 1px 1px #fff;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  text-align: justify;
}

.news_body .text p {
  width: 170px;
  float: right;
  margin: 7px 15px 0 0;
  position: absolute;
}

.news_body .textbg {
  width: 200px;
  height: 58px;
  float: right;
  background: url(images/news_text.png) repeat;
  position: absolute;
}

.news_body .texthover {
  width: 200px;
  height: 58px;
  float: right;
  background: url(images/news_text_hover.png) repeat;
  position: absolute;
}

.next {
  width: 17px;
  height: 19px;
  float: right;
  background: url(images/arrow.png) no-repeat 0px 0px;
  position: absolute;
  top: -35px;
  left: 10px;
  cursor: pointer;
}

.nexthover {
  width: 17px;
  height: 19px;
  float: right;
  background: url(images/arrow.png) no-repeat 0px -19px;
  position: absolute;
  top: -35px;
  left: 10px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.previous {
  width: 17px;
  height: 19px;
  float: right;
  background: url(images/arrow.png) no-repeat -19px 0px;
  position: absolute;
  top: -35px;
  left: 40px;
  cursor: pointer;
}

.previoushover {
  width: 17px;
  height: 19px;
  float: right;
  background: url(images/arrow.png) no-repeat -19px -19px;
  position: absolute;
  top: -35px;
  left: 40px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.welcome {
  width: 630px;
  float: right;
}

.welcome h3 {
  width: 630px;
  float: right;
  background: url(images/welcome_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #5a5a5a;
  text-shadow: 2px 2px #fff;
  margin: 15px 0 0 0;
  direction: rtl;
}

.welcome_body {
  width: 630px;
  float: right;
  color: #5a5a5a;
  text-shadow: 1px 1px #fff;
  margin: 15px 0 0 0;
  line-height: 24px;
}

.welcome_body img {
  width: 160px;
  height: 163px;
  float: right;
  margin: 0 0 10px 10px;
}

.center_box_shadow_bottom {
  width: 100%;
  float: right;
  background: url(images/center_box_shadow_bottom.jpg) repeat;
  height: 12px;
}

.technology_box {
  padding: 0;
  overflow: hidden;
  border-bottom: solid 3px #c9c9c9;
  width: 45%;
  height: 260px;
  float: right;
  /* margin: auto; */
  transition-property: background, box-shadow, border-radius;
  transition-duration: 2s;
  -moz-transition-property: background, box-shadow, border-radius;
  -moz-transition-duration: 2s;
  -webkit-transition-property: background, box-shadow, border-radius;
  -webkit-transition-duration: 2s;
  -o-transition-property: background, box-shadow, border-radius;
  -o-transition-duration: 2s;
  -moz-box-shadow: inset 0 0 1px #eae9e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  font-size: 10pt;
  /*background: #f7f7f7;*/
  border: 2px #f5f5f5 solid;
  margin-bottom: 8px !important;
  margin-top: 2px !important;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.technology_box:hover {
  background: rgba(255, 255, 255, 0.8784313725);
  -moz-box-shadow: inset 0 0 1px #888;
  -webkit-box-shadow: inset 0 0 1px #888;
  -o-box-shadow: inset 0 0 1px #888;
  box-shadow: inner 0 0 1px #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.technology_box:hover li:hover {
  background: #fff;
  color: #0072ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-size: 16px;
}

.technology_box .text {
  width: 80%;
  t: right;
  color: #7b7b7b;
  text-shadow: 1px 1px #fff;
  margin: 20px 100px 0 0;
  line-height: 22px;
  text-align: justify;
}

.technology_box .icon {
  width: 88px;
  float: right;
  margin: 10px 0 0 5px;
}

.webdesign {
  height: 91px;
  background: url(images/technology_icons.png) no-repeat 0px 0px;
}

.graphic {
  height: 94px;
  background: url(images/technology_icons.png) no-repeat 0px -91px;
}

.programing {
  height: 91px;
  background: url(images/technology_icons.png) no-repeat 0px -185px;
}

.hosting {
  height: 90px;
  background: url(images/technology_icons.png) no-repeat 0px -276px;
}

.domain {
  height: 87px;
  background: url(images/technology_icons.png) no-repeat 0px -366px;
}

.sms {
  height: 95px;
  background: url(images/technology_icons.png) no-repeat 0px -453px;
}

.technology_box h2 {
  width: 222px;
  float: right;
  background: url(images/technology_h2.png) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #5a5a5a;
  text-shadow: 1px 1px #fff;
  margin: 10px 15px 0 0;
}

.more {
  width: 99px;
  height: 35px;
  float: right;
  background: url(images/more.png) no-repeat 0px 0px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  -o-transition: background 2s;
  -webkit-transition: background 2s;
  -moz-transition: background 1s;
  transition: background 2s;
  display: block;
}

.more:hover {
  background-position: 0 -35px;
}

.DL-Button {
  float: right;
  width: 180px;
  height: 70px;
  border: 0px;
  margin: 0 200 0 0;
  background: url(images/DL0.gif) no-repeat 0px 0px;
  position: relative;
  -o-transition: background 2s;
  -webkit-transition: background 2s;
  -moz-transition: background 1s;
  transition: background 2s;
  display: block;
  clear: both;
}

.DL-Button:hover {
  background: url(images/DL1.png) no-repeat 0px 0px;
  background-position: -3px 3px;
}

.DL-Button-l {
  float: left;
  width: 180px;
  height: 70px;
  border: 0px;
  margin: 0 200 0 0;
  background: url(images/DL0.gif) no-repeat 0px 0px;
  position: relative;
  -o-transition: background 2s;
  -webkit-transition: background 2s;
  -moz-transition: background 1s;
  transition: background 2s;
  display: block;
  clear: both;
}

.DL-Button-l:hover {
  background: url(images/DL1.png) no-repeat 0px 0px;
  background-position: -3px 3px;
}

.dlsharayet {
  float: left;
  width: 180px;
  height: 53px;
  border: 0px;
  background: url(images/DL-Sharayet1.png) no-repeat 0px 0px;
  background-position: 2px 0px;
  position: relative;
  -o-transition: background 2s;
  -webkit-transition: background 2s;
  -moz-transition: background 1s;
  transition: background 2s;
  display: block;
  clear: both;
}

.TSharayet {
  background: #a1d032;
  height: 0px;
  width: 0px;
  border: 1px green solid;
  border-radius: 5px;
  opacity: 0;
}

.btnShClose {
  float: left;
  width: 90px;
  height: 30px;
  border: 0px;
  background: url(images/btnShClose.png) no-repeat 0px 0px;
  background-position: 2px 0px;
  position: relative;
}

.img_border {
  border: 3px solid #4c4e4d;
  border-color: #e9e7e7 #b9b9b9 #b9b9b9 #e9e7e7;
  width: 50vw;
}

.img_border:hover {
  position: 0 -200;
}

.bottom {
  width: 100%;
  height: 102px;
  float: right;
  background: url(images/bottom.jpg) repeat-x;
}

.customer h3 {
  width: 225px;
  float: right;
  background: url(images/customers_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #5a5a5a;
  text-shadow: 1px 1px #fff;
  margin: 15px 85px 0 0;
}

.qoute {
  width: 48px;
  height: 23px;
  background: url(images/author.jpg) no-repeat;
  position: absolute;
  bottom: 39px;
  left: 130px;
}

.articles {
  width: 540px;
  float: right;
  direction: ltr;
  margin: 25px 0 0 0;
  position: relative;
}

.articles h3 {
  width: 540px;
  float: right;
  background: url(images/articles_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #5a5a5a;
  text-shadow: 1px 1px #fff;
  margin: 15px 0 10px 0;
  direction: rtl;
}

.articles .text {
  width: 540px;
  float: right;
  color: #5d5d5d;
  text-shadow: 1px 1px #f9f9f9;
  margin: 10px 0 0 0;
  direction: rtl;
  line-height: 20px;
}

.articles .text img {
  width: 218px;
  height: 218px;
  float: right;
  margin: 0 0 10px 10px;
}

.article_more {
  width: 95px;
  height: 35px;
  float: left;
  background: url(images/more_article.png) no-repeat 0px 0px;
  -o-transition: background 2s;
  -webkit-transition: background 2s;
  -moz-transition: background 1s;
  transition: background 2s;
  margin: 10px 0 0 10px;
}

.article_more:hover {
  background-position: 0px -35px;
}

.bottom_box {
  width: 1000px;
  float: right;
  margin: 13px 0 0 0;
}

.contact {
  width: 330px;
  height: 285px;
  float: right;
  background: url(images/bottoom_bg.jpg) no-repeat left top;
  color: #c7c7c7;
  text-shadow: 1px 1px #090a09;
}

.contact h3 {
  width: 330px;
  float: right;
  background: url(images/contact_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #f7f7f7;
  text-shadow: 1px 1px #111;
  margin: 15px 0 10px 0;
  direction: rtl;
}

.contact h4 {
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #151515;
  padding: 4px;
  margin: 10px 0 0 0;
}

.contact p {
  float: right;
  width: 85%;
}

.contact p.left {
  text-align: left;
}

.mail_form {
  width: 400px;
  height: 285px;
  float: right;
  background: url(images/bottoom_bg.jpg) no-repeat left top;
  color: #c7c7c7;
  text-shadow: 1px 1px #090a09;
}

.mail_form h3 {
  width: 330px;
  float: right;
  background: url(images/contact_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #f7f7f7;
  text-shadow: 1px 1px #111;
  margin: 15px 0 10px 0;
  direction: rtl;
}

.mail_form input, .mail_form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: url(images/input_bg.png) repeat;
  border: 1px solid #4c4e4d;
  font-size: 11px;
  margin: 5px 5px 5px 0;
  padding: 8px 5px 8px 5px;
  font-family: Tahoma, Geneva, sans-serif;
  width: 320px;
  color: #474747;
  text-shadow: 1px 1px #181818;
  transition-property: border, color, background;
  transition-duration: 2s;
  -moz-transition-property: border, color, background;
  -moz-transition-duration: 2s;
  -webkit-transition-property: border, color, background;
  -webkit-transition-duration: 2s;
  -o-transition-property: border, color, background;
  -o-transition-duration: 2s;
}

.mail_form input:focus, .mail_form textarea:focus {
  color: #fff;
  border: 1px solid #9f2b2c;
}

.mail_form textarea {
  height: 100px;
  width: 320px;
}

input.wpcf7-submit {
  width: 110px;
  float: left;
  background: url(images/btns.png) no-repeat 0 -64px;
  height: 32px;
  cursor: pointer;
  margin: 10px 0 0 60px;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

input.wpcf7-submit:hover {
  background-position: 0 -96px;
}

.newsletter {
  width: 230px;
  height: 285px;
  float: right;
  color: #c7c7c7;
  text-shadow: 1px 1px #090a09;
}

.newsletter h3 {
  width: 230px;
  float: right;
  background: url(images/newsletter_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #f7f7f7;
  text-shadow: 1px 1px #111;
  margin: 15px 0 10px 0;
  direction: rtl;
}

.newsletter li {
  float: right;
  width: 233px;
  margin: 5px 0 0 0;
  height: 30px;
  background: url(images/article_li.jpg) no-repeat 0 0;
  line-height: 27px;
}

.newsletter li:hover {
  background: url(images/article_li.jpg) no-repeat 0 -30px;
}

.newsletter li a {
  float: right;
  width: 203px;
  padding: 0 30px 0 0;
  height: 30px;
  color: #757575;
  transition: color 1s;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -ms-transition: color 1s;
}

.newsletter li a:hover {
  color: #fff;
}

#designer-profile {
  color: #6c6b6b;
  font-size: 9pt;
  transition: color 0.3s ease;
}

#designer-profile:hover {
  color: #0196ff;
}

.footer {
  width: 961px;
  float: right;
  background: url(images/FooterFrPic.png) no-repeat center;
  min-height: 51px;
  margin: 0px 195px 0 0;
  color: #606060;
  text-align: center;
  text-shadow: 1px 1px #151515;
}

.links {
  float: right;
  width: 1000px;
  margin: 25px 0 0 0;
}

.links a {
  color: #606060;
  text-shadow: 1px 1px #151515;
  transition-property: text-shadow, color;
  transition-duration: 2s;
  -moz-transition-property: text-shadow, color;
  -moz-transition-duration: 1s;
  -webkit-transition-property: text-shadow, color;
  -webkit-transition-duration: 2s;
  -o-transition-property: text-shadow, color;
  -o-transition-duration: 2s;
}

.links a:hover {
  color: #fff;
  text-shadow: 0 0 10px #fff;
}

.copyright {
  float: right;
  width: 1000px;
  margin: 15px 0 0 0;
}

/*Single*/
.bottom_s {
  width: 100%;
  height: 449px;
  float: right;
  background: url(images/bottom_s.jpg) repeat-x;
}

.center_box_s {
  width: 100%;
  float: right;
  background: url(images/center_box.png) repeat;
}

.sidebar {
  width: 290px;
  float: right;
  margin: 0 0 15px 0;
  background: url(images/sidebar.jpg) no-repeat left center;
  padding: 0 0 0 25px;
  min-height: 1847px;
  overflow: hidden;
}

.menu {
  width: 264px;
  float: right;
  margin: 10px 0 0 0;
}

.menu h3 {
  width: 264px;
  float: right;
  background: url(images/menu_h3.jpg) no-repeat bottom right;
  padding: 0 0 15px 0;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #5a5a5a;
  text-shadow: 2px 2px #fff;
  margin: 15px 0 0 0;
}

.menu .text {
  width: 262px;
  float: right;
  margin: 3px 1px 2px 0;
  text-align: justify;
}

.menu .text li {
  width: 262px;
  float: right;
  background: url(images/menu_li.png) no-repeat 0px 0px;
  height: 31px;
  line-height: 24px;
  margin: 3px 0 2px 0;
}

.menu .text li:hover {
  background-position: 0px -31px;
}

.menu .text li a {
  width: 242px;
  float: right;
  height: 31px;
  line-height: 24px;
  padding: 0 20px 0 0;
  color: #5e5e5e;
  text-shadow: 1px 1px #fff;
}

.menu .text li a:hover {
  color: #fff;
  text-shadow: 1px 1px #0a7290;
}

.menu .text .shortcut_box {
  width: 262px;
  float: right;
  position: relative;
  height: 67px;
  margin: 0 0 8px 0;
}

.menu .text .shortcut {
  width: 262px;
  float: right;
  background: url(images/shortcut.png) repeat 0px 0px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
}

.menu .text .shortcut_hover {
  background: url(images/shortcut_h.png) repeat;
  border: 1px solid #e8e8e8;
  width: 262px;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  opacity: 0;
}

.menu .text .shortcut h4 {
  color: #d34141;
  text-shadow: 1px 1px #fff;
  font-family: tahoma;
  font-size: 13px;
  text-align: center;
  margin: 8px 0 0 0;
  float: right;
  width: 189px;
}

.menu .text .shortcut_box p {
  color: #5e5e5e;
  text-shadow: 1px 1px #fff;
  font-size: 11px;
  text-align: center;
  margin: 5px 0 0 0;
  float: right;
  width: 189px;
}

.menu .text .shortcut_hover h4 {
  color: #999;
  text-shadow: 1px 1px #fff;
  font-family: tahoma;
  font-size: 13px;
  text-align: center;
  margin: 8px 0 0 0;
  float: right;
  width: 189px;
}

.menu .text .shortcut .question {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat 0px 0px;
}

.menu .text .shortcut_hover .question {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat 0px -57px;
}

.menu .text .shortcut .time {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -70px 0px;
}

.menu .text .shortcut_hover .time {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -70px -57px;
}

.menu .text .shortcut .security {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -140px 0px;
}

.menu .text .shortcut_hover .security {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -140px -57px;
}

.menu .text .shortcut .consent {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -210px 0px;
}

.menu .text .shortcut_hover .consent {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -210px -57px;
}

.menu .text .shortcut .moshaver {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -280px 0px;
}

.menu .text .shortcut_hover .moshaver {
  width: 70px;
  float: right;
  height: 57px;
  background: url(images/menu_icons.png) no-repeat -280px -57px;
}

.posts {
  width: 636px;
  float: right;
  margin: 0 25px 0 0;
}

.post {
  width: 636px;
  float: right;
  margin: 0 0 15px 0;
}

#post-title {
  color: #ffffff;
  background: linear-gradient(45deg, #791461, #ab2b8d, #530b4f, #530b4f);
  border-top: 2px solid #310436;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#post-title h1 {
  color: #fff;
}

#article-post-title {
  display: flex;
  align-items: center;
  height: 39px;
  padding-right: 10px;
  background: url(images/post-title.jpg) repeat-x;
  color: #310436;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.post-title {
  height: 39px;
  background: url(images/post-title.jpg) repeat-x;
  border-top: 2px solid #310436;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #5a5a5a;
}

.post_title h1 {
  float: right;
  font-family: BYekan, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #5a5a5a;
  text-shadow: 2px 2px #fff;
}

.post_title .icons {
  width: 25px;
  float: left;
}

.post_title .icons img {
  margin: 3px 9px 0 0;
  float: right;
}

.post_text {
  width: 636px;
  float: right;
  margin: 10px 0 0 0;
  text-align: justify;
  font-size: 12px;
  color: #5a5a5a;
  text-shadow: 1px 1px #fff;
  line-height: 25px;
}

.form_input {
  width: 69%;
  float: right;
  margin: 0 1% 10px 0;
}

.form_label {
  width: 29%;
  float: right;
  margin: 0 1% 10px 0;
}

.capcha {
  width: 99%;
  float: right;
  margin: 0 1% 0 0;
}

.capcha img, .capcha span {
  float: right;
}

.post_text input, .post_text textarea, .post_text select {
  transition-property: box-shadow, background;
  transition-duration: 1s;
  -moz-transition-property: box-shadow, background;
  -moz-transition-duration: 1s;
  -webkit-transition-property: box-shadow, background;
  -webkit-transition-duration: 1s;
  -o-transition-property: box-shadow, background;
  -o-transition-duration: 1s;
}

.post_text select {
  font-family: tahoma;
}

.post_text input:focus, .post_text textarea:focus {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  -o-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}

div.wpcf7 {
  position: relative;
}

div.wpcf7-validation-errors {
  background: url(images/error.png) no-repeat center center #2a2a2a;
  height: 250px;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  position: absolute;
  right: -25px;
  top: 40px;
  width: 345px;
  text-align: justify;
  color: #909090;
  text-shadow: none !important;
  border: 1px solid #d41e1e !important;
}

div.wpcf7-mail-sent-ok {
  background: url(images/ok.png) no-repeat center center #2a2a2a;
  height: 250px;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  position: absolute;
  right: -25px;
  top: 40px;
  width: 345px;
  text-align: justify;
  color: #909090;
  text-shadow: none !important;
  border: 2px solid #398F14 !important;
}

.wpcf7-not-valid-tip-no-ajax {
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 10;
  text-shadow: none !important;
  color: #ffa800 !important;
  font-size: 11px !important;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
  float: left;
}

.window {
  position: absolute;
  display: none;
  z-index: 9999;
  padding: 20px;
  text-align: right;
  background: #fff;
  width: 350px;
  height: 120px;
}

.window img {
  float: right;
  margin: 0 0 10px 10px;
}

.close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  color: #6fa5fd;
  font-weight: 700;
}

.project div {
  width: 250px;
  min-height: 33px;
  float: right;
  background: url(images/project_li.png) repeat;
  line-height: 33px;
  border: 1px #d1d1d1 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 0 0;
}

.project div:hover {
  background: url(images/project_li_h.png) repeat;
}

.project div.titles span {
  width: 210px;
  min-height: 33px;
  float: right;
  background: url(images/blackarrow.png) no-repeat 98% 14px;
  padding: 0 20px 0 0;
}

.project div.titles span:hover {
  background: url(images/redarrow.png) no-repeat 98% 14px;
}

.ticker {
  width: 100%;
  overflow: hidden;
  direction: rtl;
  margin: 6px 0 0 0;
}

.ticker__move {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker 40s linear infinite;
  font-size: 16px;
}

@keyframes ticker {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* --- Spotlight Wrapper --- */
#spotlight {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

/* --- MetaSlider inside Spotlight --- */
#spotlight .metaslider,
#spotlight .metaslider .flexslider,
#spotlight .metaslider .slides {
  border-radius: 6px;
  overflow: visible;
}

/* --- Slide Title (مثل قبل) --- */
#spotlight .caption-wrap {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.4;
  border-radius: 0 0 6px 6px;
}

/* Fix Spotlight container for MetaSlider */
#spotlight {
  position: relative;
  overflow: visible !important;
}

/* Allow FlexSlider to calculate height */
#spotlight .flexslider,
#spotlight .flexslider .slides,
#spotlight .flexslider .slides li {
  height: auto !important;
}

/* Fix hidden slides */
#spotlight .flexslider .slides li {
  display: block !important;
}

.update-notice {
  font-size: 22px;
  font-weight: bold;
  color: #ffcc00;
  text-align: center;
  margin: 20px 0;
  animation: updatePulse 2.2s ease-in-out infinite;
}

@keyframes updatePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.update-slide {
  width: 450px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #f98c00;
  border-radius: 6px;
  margin: 5px auto;
  text-align: center;
  animation: slideLoop 6s ease-in-out infinite;
}

@keyframes slideLoop {
  0% {
    transform: translateX(-110%);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(110%);
    opacity: 0;
  }
}
/*=============================================
                wp-blocks
=============================================== */
.wp-block-list {
  list-style: none;
  padding-right: 25px;
  margin: 20px 0;
  direction: rtl;
}

.wp-block-list li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #310436;
}

.wp-block-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #591836;
  border-radius: 50%;
}

/*============================================= */
/* ----------------------------------------------------------------------------- */ /* section divider */
.section-divider {
  background: #310436;
  background: linear-gradient(90deg, transparent, #4e1a6d, transparent);
  height: 10px;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */ /* section varibles */
#section-title {
  font-family: "h_Jadid";
  text-align: center;
  margin: 8px;
  font-weight: bold;
  color: #4e1a6d;
}

#section-subtitle {
  margin: 8px;
  color: #a1d032;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

/* ----------------------------------------------------------------------------- */ /* بخش خدمات ما یا همون مسیر سلامت ژنتیکی */
/* مسیرهای سلامت ژنتیکی – کارت‌ها */
.genpath-section {
  margin: 8px;
  width: 100%;
}

.genpath-cards-grid {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 10px;
}

.genpath-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.genpath-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.genpath-card-icon img {
  padding: 3px;
}

.genpath-card-title {
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.genpath-card-short {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #333;
}

.genpath-card-more {
  color: #090909;
  padding: 0.1em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.35s ease;
  box-shadow: 3px 3px 6px #c5c5c5, -6px -6px 12px #ffffff;
  background-image: linear-gradient(to right, #310436 0%, #791461 50%, #310436 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.genpath-card-more:hover {
  border: 1px solid white;
  color: #fff;
  background-size: 100% 100%;
  font-weight: bold;
}

.genpath-card-more:active {
  transform: scaleX(0.9);
  box-shadow: 4px 4px 12px #c5c5c5, -4px -4px 12px #ffffff;
}

/* مسیرهای سلامت ژنتیکی – صفحه اختصاصی */
.genpath-single-wrapper {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
}

.genpath-content {
  background: none;
}

.genpath-content h2 {
  color: #0196ff;
  font-size: 18px;
  font-weight: bold;
  font-family: "BYekan";
}

.genpath-single-header {
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.genpath-single-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

.genpath-single-main-image {
  float: left;
  align-items: center;
  margin: 25px 0;
}

.genpath-main-img {
  margin: 0 15px 10px 0;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  border: 3px solid rgba(49, 4, 54, 0.1215686275);
  padding: 6px;
  box-shadow: inset 0 6px 14px rgba(0, 0, 0, 0.35), inset 0 -6px 10px rgba(255, 255, 255, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.genpath-main-img:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 6px 16px rgba(0, 0, 0, 0.4), inset 0 -6px 12px rgba(255, 255, 255, 0.22), 0 10px 22px rgba(0, 0, 0, 0.3);
}

.genpath-single-content {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */ /*technologies cpt card */
.technologies-section {
  margin: 8px;
  width: 100%;
}

.technology-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.technology-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.technology-card .technology-icon img {
  padding: 3px;
}

.technology-card .technology-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.technology-card .technology-short {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: black;
}

.technology-card .technology-more {
  color: #090909;
  padding: 0.1em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 3px 3px 6px #c5c5c5, -6px -6px 12px #ffffff;
}

.technology-card .technology-more:hover {
  border: 1px solid white;
  color: #fff;
}

.technology-card .technology-more:hover svg {
  filter: brightness(0) invert(1);
}

.technology-card .technology-more:active {
  box-shadow: 4px 4px 12px #c5c5c5, -4px -4px 12px #ffffff;
}

.technologies-grid {
  display: grid;
  justify-content: space-around;
  /*  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.technologies-grid .grid-item {
  min-height: 280px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
}

/* ----------------------------------------------------------------------------- */
.Btn-Container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 40%;
  text-decoration: none;
  background-color: #1d2129;
  color: #fff;
  overflow: hidden;
}

/* متن */
.Btn-Container .text {
  position: relative;
  z-index: 2;
  font-size: 1em;
  letter-spacing: 1px;
  transform: translateX(0);
}

/* دایره + فلش */
.icon-Container {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0);
}

/* برعکس کردن جهت فلش */
.icon-Container svg {
  transform: scaleX(-1);
}

/* ---------- زمینه ---------- */
.Btn-Container::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(90deg, rgb(49, 4, 54), rgb(119, 0, 101), #791461);
  transform: translateX(100%);
  z-index: 1;
}

/* ---------- hover ---------- */
.Btn-Container:hover .icon-Container {
  animation: icon-sweep 0.6s ease-out forwards;
}

.Btn-Container:hover::before {
  animation: bg-sweep 0.6s ease-out forwards;
}

.Btn-Container:hover .text {
  animation: text-sweep 0.6s ease-out forwards;
}

/* ---------- active ---------- */
.Btn-Container:active {
  background: #310436;
}

.Btn-Container:active .icon-Container {
  animation: none;
  transform: translateX(0);
}

.Btn-Container:active::before {
  animation: none;
  transform: translateX(100%);
}

.Btn-Container:active .text {
  animation: none;
  transform: translateX(0);
}

/* ---------- keyframes ---------- */
/* فلش به سمت راست */
@keyframes icon-sweep {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40%);
  }
}
/* پس زمینه: راست ← چپ */
@keyframes bg-sweep {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* متن کمی به سمت چپ */
@keyframes text-sweep {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10%);
  }
}
/* ------------------------------------- */
.all-technology-button {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.all-technologies-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
  color: #ddccff;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: fit-content;
  font-weight: bold;
  font-size: 14pt;
  background: radial-gradient(ellipse at 18% 30%, rgba(213, 71, 255, 0.38) 0%, rgba(213, 71, 255, 0.12) 25%, transparent 48%), radial-gradient(ellipse at 82% 22%, rgba(70, 115, 255, 0.42) 0%, rgba(70, 115, 255, 0.12) 28%, transparent 50%), radial-gradient(ellipse at 55% 85%, rgba(0, 190, 255, 0.25) 0%, transparent 45%), linear-gradient(135deg, #08051c 0%, #170833 22%, #35106a 48%, #243d91 72%, #07152d 100%);
}

.all-technology-button .all-technologies-btn:hover .all-technologies-icon svg {
  stroke: #fff;
  fill: #fff;
}

/* متن */
.all-technologies-text {
  font-size: 0.95em;
  letter-spacing: 0.5px;
}

/* آیکن سمت راست */
.all-technologies-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover: فقط scale افقی */
.all-technologies-btn:hover {
  transform: scaleX(1.06);
  color: #fff;
}

/* Active: فقط رنگ پس‌زمینه پررنگ‌تر */
.all-technologies-btn:active {
  transform: scaleX(1);
  background-color: #5f032d;
}

/* ------------------------------------- */
/* ----------------------------------------------------------------------------- single-technology */
.single-technology-wrapper {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
}

.single-technology-header {
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.single-technology-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.single-technology-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.single-technology-short {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
}

.single-technology-main-image img {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  margin-bottom: 40px;
}

.single-technology-content {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

.technology-main-image-single {
  float: left;
  align-items: center;
  margin: 25px 0;
}

.technology-main-img {
  margin: 0 15px 10px 0;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  border: 3px solid rgba(49, 4, 54, 0.1215686275);
  padding: 6px;
  box-shadow: inset 0 6px 14px rgba(0, 0, 0, 0.35), inset 0 -6px 10px rgba(255, 255, 255, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.technology-main-img:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 6px 16px rgba(0, 0, 0, 0.4), inset 0 -6px 12px rgba(255, 255, 255, 0.22), 0 10px 22px rgba(0, 0, 0, 0.3);
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- single-tests */
/* ----------------------------- */
/* استایل‌های فعلی شما (بدون تغییر) */
/* ----------------------------- */
.test-icon-single img {
  width: 80px;
  height: 80px;
  margin: 8px;
  border: 3px solid lightgray;
  border-radius: 50%;
  float: right;
}

.test-short-single {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.test-main-image-single img {
  float: left;
  margin: 0 15px 10px 0;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  border: 3px solid rgba(49, 4, 54, 0.1215686275);
  padding: 6px;
  box-shadow: inset 0 6px 14px rgba(0, 0, 0, 0.35), inset 0 -6px 10px rgba(255, 255, 255, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.test-main-image-single img:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 6px 16px rgba(0, 0, 0, 0.4), inset 0 -6px 12px rgba(255, 255, 255, 0.22), 0 10px 22px rgba(0, 0, 0, 0.3);
}

.test-card {
  position: relative; /* مهم برای انیمیشن جدید */
  padding: 25px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden; /* جلوگیری از بیرون‌زدگی انیمیشن */
}

.test-icon img {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
}

.test-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.test-short {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.test-more {
  display: inline-block;
  padding: 8px 20px;
  background: #0073aa;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.test-more:hover {
  background: #005f8d;
}

.test-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.test-breadcrumb a {
  color: #0073aa;
  text-decoration: none;
}

.test-breadcrumb a:hover {
  text-decoration: underline;
}

.test-info-box {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
}

.test-info-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.test-more {
  display: inline-block;
  padding: 6px 14px;
  background: #0073aa;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.test-more:hover {
  background: #005f8d;
}

.tests-sections {
  padding: 8px;
  width: 100%;
  overflow: hidden;
}

.tests-sections-cards {
  display: flex;
  gap: 30px;
  margin: 15px 0;
  justify-content: center;
}

.test-section-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.test-section-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.test-section-icon img {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
  float: none !important;
}

.test-section-card h2 {
  color: #310436;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.test-section-card p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #444;
  font-weight: bold;
}

.test-section-link {
  display: inline-block;
  padding: 3px 20px;
  color: #ddccff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  z-index: 1;
  transition: color 0.3s ease, transform 0.3s ease;
  transform-origin: center;
  background: radial-gradient(ellipse at 18% 30%, rgba(213, 71, 255, 0.38) 0%, rgba(213, 71, 255, 0.12) 25%, transparent 48%), radial-gradient(ellipse at 82% 22%, rgba(70, 115, 255, 0.42) 0%, rgba(70, 115, 255, 0.12) 28%, transparent 50%), radial-gradient(ellipse at 55% 85%, rgba(0, 190, 255, 0.25) 0%, transparent 45%), linear-gradient(135deg, #08051c 0%, #170833 22%, #35106a 48%, #243d91 72%, #07152d 100%);
}

.test-section-link:hover {
  color: #fff;
  transform: scaleX(1.08);
}

.tests-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.test-row {
  display: flex;
  margin-top: 15px;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.test-row-icon img {
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 2px solid lightgray;
  border-radius: 50%;
  padding: 3px;
}

.test-row-info {
  flex: 1;
}

.test-row-info h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.test-row-link a {
  display: inline-block;
  padding: 6px 14px;
  background: #a1d032;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  margin: 8px;
}

.test-row-link a:hover {
  background: #89bf0a;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

#category-title {
  padding: 8px;
  font-size: 18pt;
  font-weight: bolder;
  color: #310436;
}

/* ----------------------------- */
/* 🎬 انیمیشن تیتراژ متحرک */
/* ----------------------------- */
.test-titles-marquee {
  display: flex;
  justify-content: center;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.22;
  z-index: 1;
}

.titles-wrapper {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.title-item {
  font-family: "BYekan";
  font-size: 18px;
  color: #6f6f6f;
  margin-bottom: 18px;
  padding: 4px 12px;
  word-break: break-word;
  opacity: 0.9;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  letter-spacing: 4px;
  transition: transform 0.25s ease;
}

.test-section-card > *:not(.test-titles-marquee) {
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- achievements */
.achievements-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #530b4f;
  padding: 20px 10px;
  border-radius: 0;
  color: #fff;
  width: 100%;
  z-index: 1;
}

.achievement-card {
  flex: 1 1 200px;
  max-width: 220px;
  text-align: center;
  margin: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.achievement-icon img {
  max-width: 64px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
  float: none !important;
}

.achievement-info h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #FFD700;
}

.achievement-info p {
  font-size: 16px;
  opacity: 0.9;
}

/* ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- doctors */
.doctors-section {
  padding: 8px;
  width: 100%;
}

.doctors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

.doctor-card {
  flex: 0 0 45%;
  max-width: 45%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.doctor-photo {
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
  border-radius: 20px;
  margin-left: 20px;
  border: 3px solid lightgray;
}

.doctor-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.doctor-info p {
  color: black;
  font-weight: bold;
}

.doctor-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #310436;
}

.doctor-specialty {
  font-size: 16px;
  margin: 0 0 12px 0;
  opacity: 0.85;
  color: #222;
}

/* ----------------------------- */
/* رزومه انیمیشنی  */
/* ----------------------------- */
.doctor-titles-wrapper {
  min-height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
}

.doctor-titles {
  width: 100%;
}

.doctor-title-line {
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  opacity: 0;
  transform: translateX(-45px) scale(0.95);
  filter: blur(4px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.doctor-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  margin-top: 10px;
  flex-direction: column-reverse;
}

/* ----------------------------- */
/* ایمیل پزشک */
/* ----------------------------- */
.doctor-email {
  font-size: 15px;
  margin: 0;
  color: #222;
  display: flex;
  align-items: center;
  min-width: 0;
}

.doctor-email .email-icon {
  margin-right: 6px;
}

.doctor-email a {
  color: #cad5dc;
  paint-order: stroke fill;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 2px;
  text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  transform-origin: left;
}

.doctor-email a:hover {
  text-shadow: none;
  transform: scaleX(1.25);
}

/* ----------------------------- */
/* دکمه مشاهده رزومه              */
/* ----------------------------- */
.doctor-more {
  flex-shrink: 0;
  display: inline-block;
  padding: 3px 16px;
  background: #e8e8e8;
  color: #555;
  border-radius: 6px;
  text-decoration: none;
  transform-origin: left center;
  font-weight: bold;
  transition: color 0.35s ease, transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 3px 3px 6px #c5c5c5, -6px -6px 12px #ffffff;
}

.doctor-more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #791461 0%, #791461 50%, #310436 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), background-position 0.8s ease;
  z-index: -1;
}

.doctor-more:hover {
  color: #fff;
  transform: scaleX(1.08);
}

.doctor-more:hover::before {
  transform: scaleX(1);
  background-position: 0% 0;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------- test steps */
.steps-section {
  text-align: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.steps-section strong {
  color: #373737 !important;
}

.steps-grid {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.step-card {
  flex: 0 0 22%;
  max-width: 22%;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  text-align: center;
  position: relative;
}
.step-card .step-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-color: #4e1a6d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-card .step-icon i {
  font-size: 32px;
  color: #fff;
}
.step-card .step-icon .step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #bb0782;
  color: #310436;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddccff;
}
.step-card .step-icon img {
  width: 48px;
  height: 48px;
  filter: invert(1);
}
.step-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #310436;
}
.step-card p {
  font-size: 14px;
  opacity: 0.85;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  border-top: 2px dotted #310436;
  z-index: 0;
}

/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------- articles */
/* =========================================================
   ARTICLES SECTION
   ========================================================= */
.articles-section {
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 15px;
  direction: rtl;
}

/* =========================================================
   ARTICLE CARD
   ========================================================= */
.article-card {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  direction: rtl;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover */
.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* =========================================================
   ARTICLE IMAGE
   ========================================================= */
.article-image {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin: 0 0 0 10px;
}

.article-image img {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid lightgray;
  object-fit: cover;
  border-radius: 6px;
}

/* =========================================================
   ARTICLE INFO
   ========================================================= */
.article-info {
  flex: 1;
  min-width: 0;
  display: grid;
  /*
     ستون اول:
     عنوان + توضیح

     ستون دوم:
     دکمه >>
  */
  grid-template-columns: minmax(0, 1fr) 32px;
  grid-template-rows: auto auto;
  column-gap: 6px;
  align-items: center;
  direction: rtl;
  text-align: right;
}

/* =========================================================
   ARTICLE TITLE
   ========================================================= */
.article-title {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #310436;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================================================
   ARTICLE EXCERPT
   ========================================================= */
.article-excerpt {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  margin: 1px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #555;
  opacity: 0.85;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================================================
   ARTICLE DATE
   ========================================================= */
.article-date {
  display: none;
}

/* =========================================================
   MORE BUTTON
   ========================================================= */
.article-more {
  grid-column: 2;
  grid-row: 1/3;
  /*
     این قسمت مهم است:
     دکمه در کل ارتفاع دو ردیف قرار می‌گیرد
     و با flex دقیقاً وسط می‌شود.
  */
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #310436;
  text-decoration: none;
  border: none;
  font-size: 0;
}

/* علامت >> */
.article-more::before {
  content: "⟫";
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #310436;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* Hover دکمه */
.article-more:hover {
  background: transparent;
}

.article-more:hover::before {
  color: #7a2150;
  transform: translateX(-3px);
}

/* =========================================================
   ALL ARTICLES BUTTON
   ========================================================= */
.articles-all {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.articles-all .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
  color: #ddccff;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: fit-content;
  font-weight: bold;
  font-size: 14pt;
  background: radial-gradient(ellipse at 18% 30%, rgba(213, 71, 255, 0.38) 0%, rgba(213, 71, 255, 0.12) 25%, transparent 48%), radial-gradient(ellipse at 82% 22%, rgba(70, 115, 255, 0.42) 0%, rgba(70, 115, 255, 0.12) 28%, transparent 50%), radial-gradient(ellipse at 55% 85%, rgba(0, 190, 255, 0.25) 0%, transparent 45%), linear-gradient(135deg, #08051c 0%, #170833 22%, #35106a 48%, #243d91 72%, #07152d 100%);
}

.articles-all .button:hover {
  transform: scaleX(1.06);
  color: #fff;
  background-color: #310436;
  opacity: 1;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
/* Tablet */
@media (max-width: 900px) {
  .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Mobile */
@media (max-width: 600px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .article-card {
    min-height: 62px;
  }
  .article-title {
    font-size: 14px;
  }
  .article-excerpt {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- contact */
.contact-section {
  padding: 8px;
  width: 45%;
}
.contact-section h2 {
  color: #310436;
}
.contact-section p {
  color: black;
  text-align: center;
}

.contact-line-card {
  min-height: 0;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 12px;
  padding: 0;
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.contact-line-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.12);
}

.contact-line-card:hover .contact-icon svg {
  stroke: #FFD700;
}

.contact-part {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.contact-part .contact-icon {
  border-radius: 50%;
  background-color: #310436;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  padding: 5px;
}
.contact-part .contact-icon img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}
.contact-part .contact-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  transition: stroke 0.3s ease;
}
.contact-part .contact-info {
  flex: 1;
}
.contact-part .contact-info p {
  font-size: 16px;
  margin: 0;
  color: #000;
  text-decoration: none;
  text-align: right;
}
.contact-part .contact-info a {
  font-size: 16px;
  margin: 0;
  color: #00b4ff;
  text-align: right;
  font-weight: bold;
}
.contact-part .contact-info .contact-link {
  color: #00b4ff;
  font-weight: bold;
  font-size: 14px;
}

#address-p {
  color: black;
  font-weight: bold;
  font-size: 16px;
}

.cont-divider {
  height: 2px;
  background: linear-gradient(260deg, transparent, rgba(49, 4, 54, 0.3294117647), transparent);
}

.row-divider {
  height: 2px;
  background: linear-gradient(260deg, transparent, rgba(49, 4, 54, 0.3294117647), transparent);
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------- counseling */
.consultation-contact-section {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
}

.consultation-section {
  text-align: center;
  padding: 8px;
  width: 45%;
}
.consultation-section h2 {
  color: #310436;
}
.consultation-section p {
  font-size: 12pt;
  margin-bottom: 15px;
  color: #000;
  opacity: 0.9;
  font-weight: bold;
}

.consultation-card {
  background: rgba(255, 255, 255, 0.36);
  border-radius: 12px;
  padding: 25px;
  /*max-width: 600px;*/
  margin-top: 8px;
  text-align: right;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.consultation-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.consultation-card ul {
  list-style: none;
  padding: 0;
}
.consultation-card ul li {
  font-size: 15px;
  margin: 8px 0;
  padding-right: 20px;
  position: relative;
  color: #000;
}
.consultation-card ul li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: #FFD700;
  font-size: 18px;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ cards */
.consultation-contact-section {
  width: 100%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 10px 0;
}

.cards-grid {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: stretch;
}

.cards-grid .card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 291px;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 12px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cards-grid .card h2 {
  font-size: 22px;
  color: #310436;
  margin-bottom: 15px;
  text-align: center;
}
.cards-grid .card p {
  font-size: 15px;
  margin: 5px 0;
  color: #000;
  opacity: 0.9;
}
.cards-grid .card ul {
  list-style: none;
  padding: 0;
}
.cards-grid .card ul li {
  font-size: 14px;
  margin: 6px 0;
  padding-right: 18px;
  position: relative;
  color: #000;
}
.cards-grid .card ul li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: #a1d032;
  font-size: 18px;
}

.cards-grid .card .contact-line-card {
  flex: 1;
}

#cons-title {
  color: #a1d032;
  font-weight: bold;
  padding-top: 10px;
}

/* ----------------------------- ساعت کاری -----------------------------------*/
.working-hours {
  margin: 4px 0;
  text-align: center;
}
.working-hours h2 {
  font-size: 24px;
  color: #310436;
  margin-bottom: 20px;
}
.working-hours table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.working-hours table th, .working-hours table td {
  padding: 12px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #c5a6c4;
  text-align: center;
  border-bottom: 1px solid rgba(49, 4, 54, 0.0705882353);
}
.working-hours table th {
  background: rgba(255, 255, 255, 0.12);
  color: #530b4f;
  font-weight: bold;
  font-size: 18px;
}

#doc-shifts {
  color: #a1d032;
  font-size: 16px;
  font-weight: bold;
}

#p-holiday {
  color: red;
  font-weight: bold;
}

/* --------------------------------------------------------------------------*/
.consultation-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.consultation-image {
  width: 128px;
  height: 128px;
  margin-left: 20px;
}

.consultation-text {
  flex: 1;
  text-align: right;
}
.consultation-text strong {
  display: block;
  margin-bottom: 10px;
  color: #310436;
}
.consultation-text ul {
  list-style: none;
  padding: 0;
}
.consultation-text ul li {
  margin: 0 !important;
  color: #fff;
  position: relative;
  padding-right: 18px;
  font-size: 16px !important;
  font-weight: bold;
}
.consultation-text ul li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: #FFD700;
}

/* ------------------------------------------------------------------------------------------ */
.postcontent {
  text-align: justify;
}
.postcontent h1 {
  text-align: right;
  font-size: 1.2rem;
  color: #310436;
  font-weight: bolder;
  padding: 12px 0;
}
.postcontent h2 {
  text-align: right;
  margin: 30px 0 8px 0;
  border-bottom: 1px solid lightgray;
  overflow: hidden;
  padding: 1px;
  color: #0196ff;
}
.postcontent h2 strong {
  text-align: right;
  font-weight: bold;
  font-size: 1.1rem;
  color: #0196ff;
}
.postcontent h3 {
  color: black;
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 0;
}

/* ------------------------------------------------------------------------------------------ */ /* times */
.times-section {
  width: 100%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  background: #530b4f;
}

.contact-title-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  flex-direction: column;
}

#times-title-svg-title {
  font-family: "h_Jadid";
  color: #fff;
  text-align: center;
  margin: 8px;
}

#contact-title-svg-title {
  font-family: "h_Jadid";
  color: #bb0782;
  text-align: center;
  margin: 8px;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */ /* footer map */
#realmap-section {
  position: relative;
  width: 100%;
  height: 400px;
}

#realmap {
  position: absolute;
  inset: 0;
  z-index: 1;
  filter: hue-rotate(320deg) saturate(1.3) brightness(0.9);
}

.contact-info-panel {
  position: absolute;
  left: 50px;
  top: 40px;
  width: 500px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  padding: 25px;
  border-radius: 12px;
  z-index: 2;
}

#realmap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(49, 4, 54, 0.45), rgba(119, 0, 101, 0.45), rgba(121, 20, 97, 0.45));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 5;
}

@media (max-width: 768px) {
  #realmap {
    height: 350px;
  }
}
/* --------------------------------------------- */
.contact-info-onmap p,
.contact-info-onmap a {
  color: #a1d032;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.contact-info-onmap a:hover {
  color: purple;
}

#address-p-onmap {
  color: #530b4f !important;
  text-align: right;
}

.contact-link-onmap {
  color: #00b4ff !important;
}

.contact-link-onmap:hover {
  color: purple !important;
}

#webmail-icon {
  color: #000 !important;
}

#webmail-icon a {
  color: #00b4ff !important;
}

#webmail-icon a:hover {
  color: purple !important;
}

.emoji {
  color: pink;
}

/* --------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
/* ================================
   Custom Leaflet Popup
================================ */
.leaflet-popup-content-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #00ff2b 100%);
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(45, 20, 40, 0.16);
  padding: 0;
}

.leaflet-popup-content {
  margin: 0;
  padding: 18px 20px;
  direction: rtl;
  text-align: center;
  font-family: inherit;
  min-width: 140px;
}

.leaflet-popup-tip {
  background: #ffffff;
  box-shadow: none;
}

/* دکمه بستن */
.leaflet-popup-close-button {
  color: #530b4f !important;
  font-size: 20px !important;
  font-weight: normal;
  top: 30% !important;
  left: 8px !important;
  right: auto !important;
  transition: all 0.2s ease;
}

.leaflet-popup-close-button:hover {
  color: #b28a3b !important;
}

/* عنوان */
.map-popup-title {
  color: #530b4f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(89, 24, 54, 0.12);
}

/* آدرس */
.map-popup-address {
  color: #555;
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

/* تلفن */
.map-popup-phone {
  display: inline-block;
  margin-top: 8px;
  color: #530b4f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.map-popup-phone:hover {
  color: #b28a3b;
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ==========================================================================
   Genetic Consultation Section
   ========================================================================== */
.genetic-consultation-section {
  width: 100%;
  margin: 8px 0;
}

/* --------------------------------------------------------------------------
   Heading
   -------------------------------------------------------------------------- */
.genetic-consultation-heading {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.genetic-consultation-heading h2 {
  margin: 0 0 8px;
  color: #530b4f;
  font-size: 26px;
  font-weight: 700;
}

.genetic-consultation-heading p {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   Cards Container
   -------------------------------------------------------------------------- */
.genetic-consultation-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Consultation Card
   -------------------------------------------------------------------------- */
.genetic-consultation-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 8px;
  direction: rtl;
  gap: 15px;
  transition: background-color 0.3s ease, padding-right 0.3s ease;
}

/* --------------------------------------------------------------------------
   Icon
   -------------------------------------------------------------------------- */
.genetic-consultation-icon {
  flex: 0 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.genetic-consultation-icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* --------------------------------------------------------------------------
   Title
   -------------------------------------------------------------------------- */
.genetic-consultation-title {
  flex: 0 0 190px;
  padding: 0 12px;
  color: #6748d6;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  white-space: nowrap;
  min-width: 220px;
  max-width: 220px;
}

/* --------------------------------------------------------------------------
   Short Description
   -------------------------------------------------------------------------- */
.genetic-consultation-short {
  color: #35189d;
}

.genetic-consultation-subtitle {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
}

/* --------------------------------------------------------------------------
   Hover
   -------------------------------------------------------------------------- */
.genetic-consultation-card:hover {
  background: rgba(89, 24, 54, 0.025);
}

.genetic-consultation-card:hover .genetic-consultation-icon img {
  transform: scale(1.08);
}

/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */ /* Genetic Consultation Carousel */
/* =========================================================
   Genetic Consultation
   Luxury Infinite Carousel
   ========================================================= */
/* =========================================================
   MAIN CONTAINER
   ========================================================= */
.genetic_consultation {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.genetic-consultation-section {
  width: 100%;
  position: relative;
}

/* =========================================================
   CAROUSEL
   ========================================================= */
.genetic-consultation-grid {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
}

/* =========================================================
   CARDS
   ========================================================= */
.genetic-consultation-grid > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-150%, -50%) scale(0.94);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.7s ease, visibility 0.7s ease;
  will-change: transform, opacity;
}

/* =========================================================
   ACTIVE CARD
   ========================================================= */
.genetic-consultation-grid > *.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  z-index: 5;
}

/* =========================================================
   LEAVING CARD
   ========================================================= */
.genetic-consultation-grid > *.is-leaving {
  opacity: 0;
  visibility: hidden;
  transform: translate(150%, -50%) scale(0.94);
  z-index: 4;
}

/* =========================================================
   PAUSED / HOVER
   ========================================================= */
.genetic-consultation-grid.is-paused > *.is-active {
  transform: translate(-50%, -50%) scale(1.015);
}

/* =========================================================
   BOTTOM NAVIGATION
   ========================================================= */
.genetic-carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  direction: rtl;
}

/* =========================================================
   PREVIOUS / NEXT BUTTONS
   ========================================================= */
.genetic-carousel-btn {
  flex: 0 0 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #530b4f;
  transition: transform 0.3s ease, font-weight, color 0.3s ease;
  background: none;
  border: none;
}

.genetic-carousel-btn:hover {
  transform: scale(1.08);
  color: #791461;
  font-weight: bold;
}

.genetic-carousel-btn:active {
  transform: scale(0.94);
}

/* =========================================================
   DOTS WRAPPER
   ========================================================= */
.genetic-carousel-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   DOTS
   ========================================================= */
.genetic-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  direction: rtl;
}

.genetic-carousel-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #530b4f;
  cursor: pointer;
  transition: width 0.35s ease, background 0.35s ease, transform 0.35s ease;
}

.genetic-carousel-dot:hover {
  transform: scale(1.2);
}

.genetic-carousel-dot.is-active {
  width: 22px;
  border-radius: 10px;
  background: #791461;
}

/* =========================================================
   PROGRESS BAR
   ========================================================= */
.genetic-carousel-progress {
  width: 180px;
  height: 2px;
  margin: 10px auto 0;
  overflow: hidden;
  background: rgba(89, 24, 54, 0.08);
  border-radius: 10px;
}

.genetic-carousel-progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #530b4f, #a816a0, #791461);
  transform-origin: right center;
  transition: width linear;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 768px) {
  .genetic-consultation-grid {
    min-height: 300px;
    padding: 8px 0;
  }
  .genetic-consultation-grid > * {
    width: calc(100% - 44px);
  }
  .genetic-carousel-navigation {
    gap: 14px;
  }
  .genetic-carousel-btn {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 18px;
  }
  .genetic-carousel-progress {
    width: 140px;
  }
}
/* =========================================================
   SMALL MOBILE
   ========================================================= */
@media (max-width: 420px) {
  .genetic-consultation-grid {
    min-height: 320px;
  }
  .genetic-carousel-navigation {
    gap: 10px;
  }
  .genetic-carousel-btn {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 17px;
  }
  .genetic-carousel-dots {
    gap: 5px;
  }
  .genetic-carousel-dot {
    width: 6px;
    height: 6px;
  }
  .genetic-carousel-dot.is-active {
    width: 18px;
  }
}
/* =========================================================
   ACCESSIBILITY
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .genetic-consultation-grid > * {
    transition: none;
  }
  .genetic-carousel-btn,
  .genetic-carousel-dot {
    transition: none;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */ /* header-title-boxes  */
.head-title-boxes {
  position: abslute;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.head-consulting-icon {
  width: 30px;
  height: 30px;
  border: 3px #79187d solid;
  border-radius: 50%;
  margin-left: 12px;
  flex-shrink: 0;
  background: url("images/headbox-consulting.webp") no-repeat;
  background-size: cover;
}

.head-equipment-icon {
  width: 30px;
  height: 30px;
  border: 3px #79187d solid;
  border-radius: 50%;
  margin-left: 12px;
  flex-shrink: 0;
  background: url("images/headbox-equipments.webp") no-repeat;
  background-size: cover;
}

.head-results-icon {
  width: 30px;
  height: 30px;
  border: 3px #79187d solid;
  border-radius: 50%;
  margin-left: 12px;
  flex-shrink: 0;
  background: url("images/headbox-results.webp") no-repeat;
  background-size: cover;
}

.head-title-boxes__text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0;
  color: #fff;
  font-family: "h_Traffic";
}

.head-title-boxes__text p {
  font-size: 14px;
  margin: 0;
  color: #6a6f85;
}

.head-title-boxes__text span {
  font-size: 14px;
  margin: 0;
  color: #f4ce83;
  padding: 0;
}

.consulting-box {
  --r: 15px;
  line-height: 1.8;
  padding-inline: 0.5em;
  border-left: var(--r) solid rgba(0, 0, 0, 0);
  border-radius: calc(2 * var(--r)) var(--r) 0 0/var(--r) var(--r) 0 0;
  mask: radial-gradient(var(--r) at 0 0, rgba(0, 0, 0, 0) 98%, #000 101%) 0 100%/var(--r) var(--r) no-repeat, conic-gradient(#000 0 0) padding-box;
  background: linear-gradient(0deg, #310436, #791461) border-box;
  width: 220px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.equipment-box {
  --r: 15px;
  line-height: 1.8;
  padding-inline: 0.5em;
  border-inline: var(--r) solid rgba(0, 0, 0, 0);
  border-radius: calc(2 * var(--r)) calc(2 * var(--r)) 0 0/var(--r);
  mask: radial-gradient(var(--r) at var(--r) 0, rgba(0, 0, 0, 0) 98%, #000 101%) calc(-1 * var(--r)) 100%/100% var(--r) repeat-x, conic-gradient(#000 0 0) padding-box;
  background: linear-gradient(0deg, #310436, #791461) border-box;
  width: 220px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.results-box {
  --r: 15px;
  line-height: 1.8;
  padding-inline: 0.5em;
  border-right: var(--r) solid rgba(0, 0, 0, 0);
  border-radius: var(--r) calc(2 * var(--r)) 0 0/var(--r);
  mask: radial-gradient(var(--r) at 100% 0, rgba(0, 0, 0, 0) 98%, #000 101%) 100% 100%/var(--r) var(--r) no-repeat, conic-gradient(#791461 0 0) padding-box;
  background: linear-gradient(0deg, #310436, #791461) border-box;
  width: 220px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

/* ------------------------------------------------------------------------------------------ */ /*  */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */ /*  */
/* ------------------------------------------------------------------------------------------ */
