/*!
Theme Name: Sepide Genetics
Theme URI: http://bytegroup.org/
Author: bytegroup
Author URI: http://bytegroup.org/
Description: website development by ByteGroup including:     - UI/UX And Responsive Design     - optimized backend development using frameworks     - SEO optimized coding
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sepidegenetics

*/
@font-face {
  font-family: 'yekan';
  src: url('fonts/IRANYekanLight.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'yekan';
  src: url('fonts/IRANYekanBold.ttf') format('truetype');
  font-weight: bold;
}
html{
  direction: rtl;
  text-align: right;
}
body{
  font-family: 'yekan';
  text-align: right;
  font-size: 1rem;
  position: relative;
  width: 100%;
  line-height: 2rem;
}
html.translated-ltr body{
  direction: ltr;
  line-height: 1.5rem;
  font-size: 1rem;
}
.text-end{
  text-align: end;
}
.main_menu_container{
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  width: 100%;
  z-index: 1000;
}
html.translated-ltr .nav-link{
  font-size: 0.9rem;
}
.navbar-nav .nav-link{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar .container-fluid , .navbar .navbar-collapse{
  height: 100%;
}
.main_menu_col{
  justify-content: center;
}
.glassEffect{
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.glassEffectLow{
  /* From https://css.glass */
  background: rgb(255 255 255 / 52%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border: 2px solid rgb(255 255 255 / 54%);
}
.main_menu{
  padding: 10px 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0px 0px;
  height: 60px;
  width: max-content;
}
.change_lang{
  color: #3fbb7d;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  height: 60px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.change_lang svg path{
  fill: #3fbb7d;
}
.header_dna_video{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/7;
}

/* Show desktop video by default, hide mobile video */
.header_dna_video_desktop {
  display: block;
}

.header_dna_video_mobile {
  display: none;
}
.arrow_down::before {
  content: url("data:image/svg+xml,%3Csvg fill='%23000000' height='10px' width='10px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.011 512.011' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  vertical-align: middle;
  margin: 0px 5px;
  display: inline-block;
}
.main_menu_nav ul{
  list-style: none
}
/* Dropdown Menu Styles */
.has_dropdown {
  position: relative;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 20px 0;
  background: linear-gradient(180deg, #f8fdf9 0%, #ffffff 20%);
  width: max-content;
}
.white_btn{
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 10px;
  color: #444444;
  font-weight: normal;
  border: none;
  font-size: 1rem;
  transition: all 0.2s ease;
  display: inline-block;
  box-shadow: 0px 0px 15px 0px #00000026;
}
.white_btn.green{
  background-color: #3fbb7d;
  color: #ffffff;
}
.white_btn svg{
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}
.white_btn:hover{
  background-color: #3fbb7b;
  color: #ffffff;
  transform: scale(1.1);
}
.white_btn.green:hover{
  background-color: #288e5b;
  color: #ffffff;
}
.white_btn:hover svg{
  animation: arrowBounceDown 0.7s ease-in-out forwards;
}
@keyframes btnHoverSvgFloat {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(0.9) translateY(-4px);
  }
  100% {
    transform: scale(1) translateY(0px);
  }
}
.white_btn.fill_hover:hover svg{
  fill: #ffffff;
}
.white_btn.stroke_hover:hover svg{
  stroke: #ffffff;
}
.header_dna_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  align-items: center;
}
.top_sec h1{
  font-weight: bold;
  font-size: 4rem;
  line-height: 100px;
  color: #3fbb7b;
  margin-top: 20px;
  -webkit-text-stroke: 5px #ffffff;
  paint-order: stroke fill;
}
.top_sec{
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
}
.top_sec h2{
  font-weight: bold;
  font-size: 4rem;
  text-align: center;

  -webkit-text-stroke: 9px #ffffff;
  paint-order: stroke fill;
}
.header_dna_inline{
  position: absolute;
  top: 9%;
  left: 51%;
  transform: translateX(-50%);
  width: 53px;
}

/* Two-column dropdown layout */
.dropdown_menu.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-width: 500px;
  padding: 20px 0;
}

.dropdown_menu.two-columns .dropdown_item {
  padding: 8px 20px;
  border-bottom: none;
}

.has_dropdown:hover .dropdown_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown_item {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  transition: background-color 0.2s ease;
  position: relative;
}

.dropdown_item::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-left: 8px;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}

.dropdown_item.green::before {
  background-color: #9de7bd;
}

.dropdown_item:hover {
  background-color: rgba(63, 187, 125, 0.05);
}
.dropdown_item:hover:before {
  transform: rotate(45deg) scale(0.8);
}
.from_left{
  right: unset;
  left: -100%;
}

.dropdown_item a {
  color: #333333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.dropdown_item:hover a {
  color: #3fbb7d;
}

.main_menu_nav ul li.has_dropdown:hover{
  border-top: 2px solid #3fbb7d;
}
.main_menu_nav ul li.has_dropdown:last-child:hover{
  border:none;
}
.main_menu_nav ul li{
  margin: 0px 10px;
}

.main_menu_nav ul li{
  height: 100%;
  display: flex;
  align-items: center;
}
.tr{
  direction: ltr;
}
.main_menu_nav ul li.login-nav-item{
  background: linear-gradient(90deg, #fff 0%, #f0faf5 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  margin-left: 0px;
  color: #3fbb7d;
  padding: 0px 20px;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.main_menu_nav ul li.login-nav-item a{
  color: #3fbb7d;
}
.main_menu_nav ul li.login-nav-item:hover{
  background-position: 100% 0%;
}
.main_menu_container .logo{
  width: 200px;
  display: inline-block;
  margin-left: 10px;
  object-fit: contain;
}
a{
  color: #000000;
  transition: all 0.2s ease-in-out;
  border-bottom: 0px dashed #288e5b8f;
  display: inline-block;
  cursor: pointer;
}
a:hover{
  color: #3fbb7d;
  text-decoration: none;
  border-bottom-width: 1px;
}
a:hover .arrow_down::before{
  content: url("data:image/svg+xml,%3Csvg fill='%233fbb7d' height='10px' width='10px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512.011 512.011' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  animation: arrowBounceDown 0.5s ease-in-out forwards;
}
.home_sec1{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.home_sec3{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 150px;
}


/* Arrow bounce animations */
@keyframes arrowBounceDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  45% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.top_sec2{
  font-size: 1.7rem;
  color: #333333;
}
.top_sec2 .text-left, .top_sec2 .text-right{
  -webkit-text-stroke: 7px #ffffff;
  paint-order: stroke fill;
}

.top_sec2_green{
  color: #3fbb7d;
  font-size: 3rem;
  font-weight: bold;

  -webkit-text-stroke: 7px #ffffff;
  paint-order: stroke fill;
}

/* Floating Button */
.floating_btn{
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: radial-gradient(#3cb282, #38a18a);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 0px 6px #e2f2eb;
  border: 3px solid #ffffff;
  animation: floatingBtnAnim 2s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

@keyframes floatingBtnAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.floating_btn:hover{
  transform: scale(1.1);
  box-shadow: 0px 0px 5px 6px #e2f2eb;
  border-width: 0px;
}

.floating_btn svg{
  width: 25px;
  height: 25px;
  fill: #ffffff;
}

.home_sec2{
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #ffffff;
  padding: 60px 20px 20px 20px;
  box-shadow: 0px 0px 40px 0px #0000001a;
  z-index: 999;
  position: relative;
  margin-bottom: 1200px;
}
.home_sec2::after{
  content: "";
  background-color: #3cb979;
  width: 50%;
  display: block;
  bottom: -15px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  z-index: -1;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0px 0px 10px 0px #0000001a;
}

/* Theme Title with Decorative Lines */
.theme_title {
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
  margin: 40px 0;
  padding: 0 20px;
  display: inline-block;
}

.theme_title::before,
.theme_title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  transform: translateY(-50%);
}

.theme_title::before{
  background: linear-gradient(90deg, #3fbb7d, #ffffff);
}
.theme_title::after{
  background: linear-gradient(270deg, #3fbb7d, #ffffff);
}

.theme_title::before {
  right: 100%;
  margin-right: -5px;
}

.theme_title::after {
  left: 100%;
  margin-left: -5px;
}
.bg-moshavere {
  width: 50px;
  aspect-ratio: 1/1;
  background: url('images/moshavere.png');
  background-size: contain;
}
.bg-peygiri {
  width: 50px;
  aspect-ratio: 1/1;
  background: url('images/peygiri.png');
  background-size: contain;
}
.bg-pezeshkan {
  width: 50px;
  aspect-ratio: 1/1;
  background: url('images/pezeshkan.png');
  background-size: contain;
}
.bg-protocol {
  width: 50px;
  aspect-ratio: 1/1;
  background: url('images/protocol.png');
  background-size: contain;
}
.service_icon{
  background: #eaf4f4;
  border-radius: 10px;
  padding: 10px;
}
.service_item{
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}
.service_item h3{
  font-weight: bold;
  font-size: 1.5rem;
}

/* Responsive Slider Component */
.slider_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}

.image_stack {
  position: relative;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

.card_image {
  position: absolute;
  width: 80%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  opacity: 0.7;
  z-index: 1;
  filter: blur(2px);
  border: 4px solid #ffffffc2;
}

.card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.card_image.active {
  opacity: 1;
  filter: blur(0px) !important;
  z-index: 5 !important;
  transform: translateY(0) rotate(0deg) scale(0.9) !important;
  box-shadow: 0 20px 40px rgba(63, 187, 125, 0.3);
}

.card_image:nth-child(1) {
  transform: translateY(-10px) rotate(-5deg) scale(0.9);
  z-index: 4;
}

.card_image:nth-child(2) {
  transform: translateY(-5px) rotate(3deg) scale(0.95);
  z-index: 3;
}

.card_image:nth-child(3) {
  transform: translateY(5px) rotate(-2deg) scale(0.9);
  z-index: 2;
}

.card_image:nth-child(4) {
  transform: translateY(10px) rotate(4deg) scale(0.85);
  z-index: 1;
}

.card_image:nth-child(5) {
  transform: translateY(15px) rotate(-3deg) scale(0.8);
  z-index: 0;
}

.slider_navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.dot_indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.dot:hover {
  background-color: #3fbb7d;
  transform: scale(1.2);
}

.dot.active {
  background-color: #3fbb7d;
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(63, 187, 125, 0.3);
}

.nav_buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.nav_btn {
  width: 45px;
  height: 45px;
  border: 2px solid #3fbb7d;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #3fbb7d;
}

.nav_btn:hover {
  background: #3fbb7d;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(63, 187, 125, 0.3);
}

.nav_btn:active {
  transform: scale(0.95);
}

.nav_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.theme_btn{
  background: linear-gradient(90deg, #44d97e, #318a98) !important;
  background-size: 100%;
  color: #ffffff !important;
  padding: 5px 20px;
  border-radius: 15px;
  border: 3px solid #ffffff;
  font-size: 1rem;
  transition: all 0.2s ease;
  display: inline-block;
  box-shadow: 0px 0px 15px 0px #3fbb7b94;
  width: max-content;
}
.honor_text{
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}
.theme_btn svg{
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
  fill: #ffffffcf;
}
.theme_btn:hover svg{
  animation: arrowBounceDown 0.7s ease-in-out forwards;
}
.theme_btn:hover, .theme_btn:active{
  box-shadow: 0px 0px 15px 0px #3fbb7bea;
  background-size: 200%;
  color: #ffffff;
  border-color: #44d97e;
}
.image_radius_low{
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #2066423b;
}
.number_bg{
  background-color: #3cb979;
  padding: 5px;
  border-radius: 11px;
  margin-top: 15px;
  color: #ffffff;
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 30px;
  text-align: center;
  font-weight: bold;
}
.home_sec3 .thumb{
  width: 85%;
  display: inline-block
}
.home_sec4{
  margin-top: 100px;
}
.grad_bg{
  background: linear-gradient(0deg, #ffffff, #e1f7f4, #ffffff);
  height: 300%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -70%;
  right: 0;
  bottom: 0;
  z-index: -3;
}
.comment_card.empty{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.comment_card .image{
  width: 85px;
  display: inline-block;
  padding: 10px;
  margin-left: 20px;
  fill: #576d60;
}
.comment_card .top{
  font-weight: bold;
}
.comment_card .name{
  font-size: 1.4rem;
  margin-bottom: 11px;
}
.comment_card .disease{
  font-size: 1 rem;
}
.comment_card{
  background-color: white;
  border-radius: 25px;
  padding: 10px 50px 50px 50px;
  display: flex;
  flex-direction: column;
}
.hr{
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #3fbb7d, #ffffff);
  width: 100%;
  margin: 10px 0px;
}

/* Testimonials Carousel Styling */
#testimonialsCarousel {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: #3fbb7d;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 15px rgba(63, 187, 125, 0.3);
}

.carousel-control-prev {
  left: -25px;
}

.carousel-control-next {
  right: -25px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(63, 187, 125, 0.4);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: none;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev svg,
.carousel-control-next svg {
  color: #ffffff;
  width: 20px;
  height: 20px;
}

/* Articles Carousel Styling */
#articlesCarousel {
  position: relative;
}
#articlesCarousel .carousel-inner{
  padding: 60px 30px;
}

.article_card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.article_card:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(63, 187, 125, 0.15);
}

.article_image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.article_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article_card:hover .article_image img {
  transform: scale(1.05);
}

.article_date {
  text-align: center;
  color: #666666;
  font-size: 0.9rem;
  margin: 15px 0 10px 0;
  font-weight: 500;
}

.article_title {
  text-align: center;
  color: #333333;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Articles Carousel Controls */
#articlesCarousel .carousel-control-prev,
#articlesCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #3fbb7d;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 15px rgba(63, 187, 125, 0.3);
}

#articlesCarousel .carousel-control-prev {
  left: -60px;
}

#articlesCarousel .carousel-control-next {
  right: -60px;
}

#articlesCarousel .carousel-control-prev:hover,
#articlesCarousel .carousel-control-next:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(63, 187, 125, 0.4);
}

#articlesCarousel .carousel-control-prev svg,
#articlesCarousel .carousel-control-next svg {
  color: #ffffff;
  width: 20px;
  height: 20px;
}


.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0px;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.carousel-indicators li:hover {
  background-color: #3fbb7d;
  transform: scale(1.2);
}

.carousel-indicators li.active {
  background-color: #3fbb7d;
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(63, 187, 125, 0.3);
}
.cooperate_circle{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 45px 0 rgb(180 255 219 / 49%);
  display: flex;
  flex-direction: column;
  padding: 70px;
  justify-content: center;
  background: linear-gradient(0deg, #ffffff, transparent);
  font-size: 1.2rem;
  gap: 20px;
}
.cooperate_dna{
  width: 100%;
  object-fit: cover;
}
a.green{
  color: #3fbb7d;
  border-bottom: 0px dashed #288e5b8f;
}
a.green:hover{
  color: #288e5b;
  border-bottom-width: 1px;
}
.green{
  color: #3fbb7d;
}
.cooperate_circle_parent{
  width: 500px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.cooperate_circle_parent .bgShadow{
  width: 95%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff00;
  border-radius: 50%;
  z-index: -3;
  box-shadow: 0px -40px 50px 0px #70c4a87d;
  animation: bgShadowAnim 5s linear infinite;
}

@keyframes bgShadowAnim {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home_sec7 .static{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  gap: 5px;
  background: radial-gradient(#ffffff 50%, transparent 80%);
  padding: 70px !important;
  border-radius: 50%;
}
.home_sec7 .static .sepide_research{
  width: 200px;
}
.home_sec7{
  margin-top: -50px;
}
.footer_bg{
  background-color: #eaf4f4;
  padding: 50px 50px 20px 50px;
  border: 6px solid #ffffffc7;
  border-radius: 30px;
}
footer .center{
  margin-top: -160px;
  padding: 30px;
  text-align: center;
}
footer .center img{
  width: 200px;
}
.footer_title{
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}
footer .top_sec2{
  font-size: 1.5rem;
}
footer .top_sec2 .top_sec2_green{
  font-size: 2rem;
}
footer input{
  background: #fff;
  border: none;
  padding: 10px;
  border-radius: 7px;
  text-align: left;
  direction: ltr;
  width: 100%;
}
.footer_bg .left svg{
  width: 30px;
  height: 30px;
  margin: 10 20px;
}
svg .fill,svg.fill{
  fill: #328e95;
}
svg .stroke, svg.stroke{
  stroke: #328e95;
}
.footerBtn{
  border-radius: 8px;
  position: absolute;
  right: 0px;
  margin-right: 0px;
}
footer .grad_bg{
  bottom: 0px;
  top: unset;
  background: linear-gradient(0deg, #f0fdfb, #e1f7f4, #ffffff);
  height: 200%;
}
footer .container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(#b2f2cf, #e6f8f600 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
footer{
  margin-top: 200px;
}
.service_description{
  text-align: justify;
}
h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}

/* Contact Us Page */
.page_title_row{
  margin-top: 100px;
}
.page_title_row h1{
  font-weight: bold;
  margin-top: -10px;
  color: #000000;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.page_title_row .top_title_img{
  width: 129px;
  z-index: 1;
  position: relative;
  opacity: 0.7;
}
.breadcrumb{
  background: none;
  text-align: center;
  justify-content: center;
  margin-top: -10px;
}
.title_borders{
  overflow: hidden;
  background: radial-gradient(#3ebb7c70, #e6f8f600 70%);
  position: absolute;
  top: 0px;
  left: 50%;
  width: 80%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 700px;
  pointer-events: none;
}
.title_borders .roundBorder{
  position: absolute;
  top: 50%;
  left: 50%;
}
.title_borders .roundBorder:nth-child(1){
  animation: rotateInfinite 15s ease-in-out infinite;
}
.title_borders .roundBorder:nth-child(2){
  animation: rotateInfinite 20s ease-in-out infinite;
}
@keyframes rotateInfinite {
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page_title_row svg.downArrow{
  width: 20px;
  height: auto;
  fill: #3ebb7c;
  opacity: 0.5;
}
.breadcrumb-separator{
  margin: 0px 10px;
}
.navbar-toggler{
  border:none
}
.nav-menu{
  transition: all 0.2s ease-in-out;
}
.nav-menu.show{
  opacity: 1;
  position: absolute;
  top: 58px;
  width: max-content;
  background-color: #ffffff;
  height: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0px 5px 10px 0px #00000038;
}
.home_sec6{
  min-height: 800px;
  display: flex;
  align-items: center;
}
.main_menu_container a:hover{
  border-bottom: none;
}
.page_title_container{
  margin-bottom: 280px;
}
.contact_info_row a.map_img_link{
  position: absolute;
  width: 100%;
  height: 80%;
}
.contact_info_row .map_img{
  width: 100%;
  border-radius: 40px;
  height: 100%;
  object-fit: cover;
}
.contact_info_row{
  position: relative;
  justify-content: end;
  margin-bottom: 100px;
  align-items: center;
}
.contact_info_wrapper{
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.contact_info_wrapper svg{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.contact_info_wrapper svg path{
  fill: #3ebb7c;
}
.contact_info_wrapper.consult_page{
  background: none;
  box-shadow: none;
  padding: 0px;
}
.faq_container {
  max-width: 800px;
  margin: 0 auto;
}

.faq_item {
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq_item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.faq_question {
  padding: 15px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.faq_question:hover {
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
}

.faq_question h4 {
  margin: 0;
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  padding-right: 10px;
  position: relative;
}
.faq_question h4:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 3px;
  height: 130%;
  background-color: #d1d1d1;
  transform: translateY(-50%);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.faq_item.active .faq_question h4:before{
  background-color: #27ae60;
  width: 5px;
}
.faq_item .faq_answer .hr{
  margin-top: -10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  height: 0px;
  display: none;
}
.faq_item.active .faq_answer .hr{
  opacity: 1;
  height: 2px;
  display: block;
}

.faq_icon {
  width: 35px;
  height: 35px;
  color: #27ae60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}

.faq_item.active .faq_icon {
  transform: rotate(45deg);
}

.faq_answer {
  max-height: 0;
  transition: all 0.4s ease;
  background: #ffffff;
}

.faq_item.active .faq_answer {
  max-height: 1000px;
  padding: 0px 20px 20px 20px;
}

.faq_answer p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.faq_answer ul, .faq_answer ol {
  margin: 15px 0;
  list-style: none;
  padding-right: 20px;
}

.faq_answer li {
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.faq_answer ul li {
  position: relative;
}

.faq_answer ul li::before {
  content: "•";
  color: #27ae60;
  font-weight: bold;
  position: absolute;
  right: -15px;
}

.contact_form_container .contact_info{
  position: absolute;
  top: 55%;
  left: 25%;
  transform: translate(-25%, -55%);
  background: #ffffff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  text-align: right;
  z-index: 1;
  margin-top: 140px;
}
.social_icons a{
  margin: 0px 10px;
}

/* Contact Form Styles */
.contact_form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'yekan', sans-serif;
}

.contact_form {
  direction: rtl;
}

.form_group {
  margin-bottom: 2px;
}

form label {
  display: block !important;
  margin-bottom: 0px !important;
  color: #333 !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  font-family: 'yekan', sans-serif;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
  padding: 2px 9px;
  font-size: 0.8rem;
  border-radius: 8px;
  border-color: #f2c7c6;
}

form input,
form select,
form textarea {
  width: 100% !important;
  padding: 2px 12px !important;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.9rem !important;
  font-family: 'yekan', sans-serif;
  background: #f8f9fa;
  color: #333;
  transition: all 0.3s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #3fbb7d;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(68, 217, 126, 0.1);
}

form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 40px;
}

.captcha_group {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}

.captcha_box {
  background: #44d97e;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.9rem;
  min-width: 100px;
  text-align: center;
  font-family: 'yekan', sans-serif;
}

.captcha_input {
  flex: 1;
}

.captcha_input label {
  margin-bottom: 8px;
}

form textarea {
  resize: vertical;
  min-height: 120px;
}

.form_submit {
  text-align: center;
  margin-top: 30px;
}
.mb-100{
  margin-bottom: 100px;
}
.form-check-input{
  position: relative;
  margin: 0px !important;
}
.form_submit .theme_btn {
  padding: 5px 35px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'yekan', sans-serif;
}

.contact_form_row .support_img{
  position: absolute;
  width: 100%;
  border-radius: 40px;
  height: 80%;
  object-fit: cover;
}
.contact_form_row{
  position: relative;
  justify-content: end;
  margin-top: 100px !important;
  align-items: center;
}
.theme_card{
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0px 20px 0px #288e5b26;
  padding: 30px;
}
.mt-10{
  margin-top: 150px;
}
.register_overlay{
  background-image: url('images/login_bg.webp');
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 5;
  border-radius: 25px;
  position: absolute;
  height: 120%;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
}
.register_overlay .register_txt, .register_overlay .login_txt{
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  cursor: pointer;
}
.signin_container .login_form, .signin_container .register_form{
  transition: all 0.3s ease-in-out;
}




.signin_container.loginShow .register_form{
  opacity: 0 !important;
  visibility: hidden;
  transform: translateX(50%);
}
.signin_container.loginShow .login_form{
  opacity: 1 !important;
  visibility: visible;
  transform: translateX(0);
}
.signin_container.loginShow .theme_card{
  justify-content: end;
}
.signin_container.loginShow .register_txt{
  opacity: 1 !important;
  visibility: visible;
}
.signin_container.loginShow .login_txt{
  opacity: 0 !important;
  visibility: hidden;
}
.signin_container.loginShow .register_overlay{
  right: 5%;
}




.signin_container.registerShow .theme_card{
  justify-content: star;
}
.signin_container.registerShow .register_form{
  opacity: 1 !important;
  visibility: visible;
  transform: translateX(0);
}
.signin_container.registerShow .login_form{
  opacity: 0 !important;
  visibility: hidden;
  transform: translateX(-50%);
}
.signin_container.registerShow .register_txt{
  opacity: 0 !important;
  visibility: hidden;
}
.signin_container.registerShow .login_txt{
  opacity: 1 !important;
  visibility: visible;
}
.signin_container.registerShow .register_overlay{
  right: 45%;
}
.aspect_1_1{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.aspect_16_9{
  aspect-ratio: 16 / 9;
}
.radius_25{
  border-radius: 25px;
  overflow: hidden;
}
.insto_img{
  aspect-ratio: 16 / 6;
  object-fit: cover;
}
.absolute_title{
  width: max-content;
  padding: 30px 40px;
  border-radius: 20px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f7f7f7;
  box-shadow: 0px 11px 30px 0px #3fbb7c29;
  font-weight: bold;
  font-size: 2rem;
  z-index: 1;
}
.border_left_right{
  position: relative;
  padding: 0px 20px;
}
.border_left_right::before{
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  border-radius: 10px;
  height: 100%;
  background: #3fbb7d;
  z-index: -1;
}
.border_left_right::after{
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 10px;
  border-radius: 10px;
  height: 100%;
  background: #3fbb7d;
  z-index: -1;
}
#teamCarousel .teamImage{
  width: 200px;
  height: 200px;
  object-fit: cover;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  display: inline-block;
  border-radius: 25px;
}
.theme_title_bg{
  background-color: #e8f4ed;
  padding: 20px 30px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 0px #2e6e4c1a;
  color: #000000;
  display: block;
  width: max-content;
  margin: 17px auto;
}
.subtitle_bg{
  background-color: #d5f9e4;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 0px #2e6e4c1a;
  color: #000000;
  display: block;
  width: max-content;
  margin: 17px 10px;
}
.subtitle_bgContainer{
  width: max-content;
  margin: 0 auto;
}
.intro_doctor_bg{
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 10%, #ffffff 90%), url(images/doctor_bg.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 300px;
}
.margin-top-minus-200{
  margin-top: -200px;
}
.centers_cat{
  background-color: #e3edec;
  display: inline-block;
  color: #050f0f;
  padding: 12px 15px;
  font-weight: bold;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  margin: 8px 4px;
  box-shadow: 0 0.2rem 0.5rem 0rem rgb(0 0 0 / 10%);
}
.centers_cat.active{
  background-color: #3ebb7c;
  color: #ffffff;
}
.centers_cat:hover{
  background-color: #3ebb7c;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 0.4rem 0.7rem 0rem rgb(0 0 0 / 10%)
}
.no_hover:hover{
  border: none !important;
  text-decoration: none !important;
}
.svgFillGreen{
  fill: #3ebb7c;
}
.object-fit_cover{
  object-fit: cover;
}
.post_card{
  margin-top: 10px;
  margin-bottom: 10px;
}
.post_card .card-title{
  height: 50px;
}
.post_content{
  margin-top: 70px;
}
.post_content .wp-block-image{
  text-align: center;
}
.post_content .wp-block-image img{
border-radius: 35px;
}
.user_profile_sidebar{
  position: absolute;
  height: 100vh;
  width: 300px;
  right: 60px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px #00000008;
  padding: 30px 0px;
}
.user_profile_page{
  background: linear-gradient(120deg, #f7f7f7 0%, #eafaf3 100%);
  animation: userProfileBgAnim 10s ease-in-out infinite alternate;
}

@keyframes userProfileBgAnim {
  0% {
    background: linear-gradient(120deg, #f7f7f7 0%, #eafaf3 100%);
  }
  50% {
    background: linear-gradient(120deg, #eafaf3 0%, #f7f7f7 100%);
  }
  100% {
    background: linear-gradient(120deg, #f7f7f7 0%, #eafaf3 100%);
  }
}
.user_profile_sidebar ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.user_profile_sidebar ul li{
  position: relative;
}
.user_profile_sidebar ul li a svg{
  display: inline-block;
  width: 25px;
}

svg.fillWhite path, svg.fillWhite g{
  fill: #ffffff;
}
svg.stroke path, svg.stroke g{
  stroke: #b7b7b7;
}
svg.fill path, svg.fill g{
  fill: #b7b7b7;
}

svg.strokeGrey path, svg.strokeGrey g{
  stroke: #9f9f9f;
}

svg.fillGrey path, svg.fillGrey g{
  fill: #9f9f9f;
}

.user_profile_sidebar ul li.active svg.fill path, .user_profile_sidebar ul li.active svg.fill g,
.user_profile_sidebar ul li:hover svg.fill path, .user_profile_sidebar ul li:hover svg.fill g
{
  fill: #171818;
}
.user_profile_sidebar ul li.active svg.stroke path, .user_profile_sidebar ul li.active svg.stroke g,
.user_profile_sidebar ul li:hover svg.stroke path, .user_profile_sidebar ul li:hover svg.stroke g{
  stroke: #171818;
}

.user_panel_bottom_menu ul li.active svg.fillGrey path, .user_panel_bottom_menu ul li.active svg.fillGrey g,
.user_panel_bottom_menu ul li:hover svg.fillGrey path, .user_panel_bottom_menu ul li:hover svg.fillGrey g
{
  fill: #171818;
}
.user_panel_bottom_menu ul li.active svg.strokeGrey path, .user_panel_bottom_menu ul li.active svg.strokeGrey g,
.user_panel_bottom_menu ul li:hover svg.strokeGrey path, .user_panel_bottom_menu ul li:hover svg.strokeGrey g{
  stroke: #171818;
}
/* .user_profile_sidebar ul li a:hover svg path,.user_profile_sidebar ul li a:hover svg g,.user_profile_sidebar ul li.active a svg path,.user_profile_sidebar ul li.active a svg g{
  fill: #171818;
} */
.user_profile_sidebar ul li a{
  font-weight: bold;
  color: #777777;
  padding: 10px 20px;
  display: block;
}
.user_profile_sidebar ul li.active a{
  color: #171818;
}
.user_profile_sidebar ul li a:hover{
  color: #171818;
}
.user_profile_sidebar ul li.active:before{
  color: #171818;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  width: 6px;
  border-radius: 3px;
  height: 60%;
  background: #3fbb7d;
}
.user_dashboard_content{
  padding: 10px;
  margin-right: 360px;
  z-index: 44;
  position: relative;
}
.user_profile_top_nav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: -25px 0px 25px 0px #00000008;
  margin: 0px 10px 10px 10px;
  border-radius: 25px;
}
.user_panel_bottom_menu{
  z-index: 50;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 75px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
}
.user_panel_bottom_menu >ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.user_panel_bottom_menu >ul >li{
  margin: 0px 0px;
  display: inline-block;
  width: 32%;
}
.user_panel_bottom_menu >ul >li svg{
  display: block;
  margin: 0 auto;
  margin-bottom: -13px;
  width: 30px;
  margin-top: 5px;
}
.user_panel_bottom_menu >ul >li >a{
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #8a8a8a;
}
.user_panel_bottom_menu >ul >li.active >a{
  color: #171818;
}
.user_panel_bottom_menu >ul >li:hover >a{
  color: #171818;
}
.user_profile_top_nav .right{
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-content: center;
  align-items: center;
}
.user_profile_top_nav .right h2{
  font-size: 1.5rem;
  font-weight: bold;
  color: #171818;
  width: max-content;
  white-space: nowrap;
  padding: 15px 20px;
  margin-bottom: 0px;
}
.user_profile_top_nav .left_menu{
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(90deg, #fff, #f0faf5);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.user_profile_top_nav .left_menu:hover .submenu{
  display: block;
}
.user_profile_top_nav .left_menu .submenu{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  top:100%;
  width: max-content;
  max-width: 300px;
  left: 0;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.user_profile_top_nav .left_menu .submenu li{
  padding: 10px 20px;
}
.user-profile-container{
  padding: 10px;
  min-height: 100vh;
}
.table-responsive{
  background: #fff;
  border: 1px solid #c5dfd2;
  border-radius: 25px;
  overflow-x: scroll;
}
.table thead th{
  border-color: #58db9a;
  color: #e7fff6;
  border-top: none;
  border-bottom: none;
  background-color: #3fbb7c;
}
.table-bordered td, .table-bordered th{
  border: 1px solid #d1e8dc;
  vertical-align: middle;
}
.table{
  margin: 0px;
}
.table tr td:first-child,
.table tr th:first-child {
  border-right: none !important;
}
.table tr td:last-child,
.table tr th:last-child {
  border-left: none !important;
}
.table tr:last-child td {
  border-bottom: none !important;
}
ul.page-numbers{
  list-style: none;
  text-align: center;
  margin-top: 15px;
}
ul.page-numbers li{
  display: inline-flex;
}
ul.page-numbers li .page-numbers{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 15px 0px #00000026;
  border-radius: 7px;
  padding: 0px 15px;
  margin: 0px 5px;
}
ul.page-numbers li .page-numbers:hover{
  background: #3fbb7d;
  color: #ffffff;
}
ul.page-numbers li .page-numbers.current{
  background: #3fbb7d;
  color: #ffffff;
}
.message-header-info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.message-header-info h3{
  color: #222f2a;
}
.message-item{
  padding: 15px 25px;
  border-radius: 25px;
  width: 80%;
  margin: 10px 0px;
}
.message-item.user-message{
  background: #d3d3d3;
  border-top-right-radius: 0px;
  justify-self: start;
}
.message-item.admin-message{
  background: #d7e8d6;
  border-top-left-radius: 0px;
  justify-self: end;
  box-shadow: 0px 0px 20px 0px #0000001a;
}
.message-header{
  justify-content: space-between;
  display: flex;
}
.message-header .message-author{
  font-weight: bold;
  font-size: 1.7rem;
  color: #00000099;
}
.message-content{
  font-size: 1.2rem;
  margin-top: 10px;
}
.gf_step {
  gap: 5px !important;
}
.gf_step_active .gf_step_label{
  color: #6aae7c !important;
  font-size: 20px !important;
}
.gf_step_active .gf_step_number{
  background: #d5f2dd !important;
  width: 50px !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  font-size: 20px !important;
  color: #8ebba0 !important;
}
.gform-theme--framework .gf_step_completed .gf_step_label{
  color: #3ba263 !important;
}
.gform-theme--framework .gf_step_completed .gf_step_number::after{
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #54bb7c !important;
  border-color: #54bb7c !important;
}
.gform-theme--framework .gf_step_completed .gf_step_number{
  background: #54bb7c !important;
  border-color: #54bb7c !important;
}
.ltr{
  direction: ltr;
}
.change_lang #google_language_translator{
  display: none;
}
#flags{
  position: absolute;
  top: 100%;
  border-radius: 10px !important;
  padding: 0px 10px 15px 10px;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  width: 100% !important;
  margin-top: 1px;
}
#flags li{
  display: block;
  transform: scale(1.5);
  margin: 20px 10px;
}
#flags{
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.change_lang:hover #flags{
  opacity: 1;
  visibility: visible;
}
.footer_bg .top_sec2 .text-right,
.footer_bg .top_sec2 .top_sec2_green,
.footer_bg .top_sec2 .text-left{
  -webkit-text-stroke: 0px
}







































@media (max-width: 1450px) {
  .header_dna_video{
    aspect-ratio: 16/9;
  }
}

@media (max-width: 1100px) {
  .header_dna_video{
    aspect-ratio: 16/11;
  }
}


/* Mobile Responsive */
@media (max-width: 991px) {
  .contact_info_row .map_img{
    height: 60%;
  }
  
  .contact_info_wrapper {
    padding: 25px;
    margin-top: 20px;
  }

  .contact_form_container .contact_info{
    top: 80%;
    left: 50%;
    transform: translate(-50%, -40%);
  }

  .contact_form_container .map_img{
    aspect-ratio: 16 / 9;
  }
  
  .contact_form_wrapper {
    padding: 25px;
    margin: 20px;
  }

  /* FAQ Responsive Styles */
  .faq_question {
    padding: 20px 15px;
  }

  .faq_question h4 {
    font-size: 16px;
    padding-right: 15px;
  }

  .faq_icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .faq_item.active .faq_answer {
    padding: 0 15px 20px 15px;
  }

  .faq_answer ul, .faq_answer ol {
    padding-right: 15px;
  }
  
  .captcha_group {
    flex-direction: column;
    gap: 10px;
  }
  
  .captcha_box {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .user_dashboard_content{
    margin-right: 0px;
  }
  .top_sec h1{
    font-size: 3.5rem;
  }
  .nav-menu .nav-item{
    display: inline-block;
    width: max-content;
    margin: 5px 0px;
  }
  .navbar-nav{
    padding: 15px !important;
  }

  .nav-menu li.login-nav-item{
    width: 100%;
    margin: 0px;
    border-radius: 25px;
    color: #288e5b;
    text-align: center;
    padding: 10px !important;
  }
  .nav-menu li.login-nav-item a{
    color: #288e5b !important;
    font-weight: bold;
  }
  .dropdown_menu.two-columns{
    grid-template-columns: 1fr;
  }
  .dropdown_menu.from_left{
    left: unset;
    width: max-content;
    min-width: max-content;
  }
  .main_menu{
    padding: 0px 5px;
  }
  .slide_title {
    font-size: 1.2rem;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .header_dna_inline{
    margin-top: 23px;
    width: 30px;
  }

  .carousel-control-prev {
    left: 10px;
  }
  
  .carousel-control-next {
    right: 10px;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  .footer_bg{
    padding: 50px 15px 20px 15px;
  }
}


/* Mobile responsive for articles carousel */
@media (max-width: 768px) {
  .top_sec h2{
    font-size: 3rem;
  }
  .header_dna_video_mobile{
    aspect-ratio: 14/16;
    display: block;
  }
  #articlesCarousel .carousel-control-prev {
    left: 10px;
  }
  
  #articlesCarousel .carousel-control-next {
    right: 10px;
  }
  
  #articlesCarousel .carousel-control-prev,
  #articlesCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  
  .article_image {
    height: 150px;
  }
  
  .article_title {
    font-size: 1rem;
    margin: 0 15px 15px 15px;
  }
  
  .slider_container {
    flex-direction: column;
    gap: 20px;
  }
  
  .slider_content {
    order: 2;
    padding: 15px;
  }
  
  .slide_title {
    font-size: 1.3rem;
  }
  
  .slide_description {
    font-size: 0.9rem;
    max-width: 100%;
  }
  
  .nav_btn {
    width: 40px;
    height: 40px;
  }






  
  .header_dna_video_desktop {
    display: none;
  }
  .slide_description {
    font-size: 0.85rem;
  }
  .theme_title{
    font-size: 1.2rem;
  }
  .theme_title::before{
    left: -35px;
    right: unset;
  }
  .theme_title::after{
    right: -35px;
    left: unset;
  }
  .theme_title::before, .theme_title::after{
    width: 50px
  }
  .home_sec3 .thumb{
    width: 100%
  }
  .top_sec h1{
    font-size: 1.7rem;
  }
  /* 
  .top_sec{
    margin: 0 auto
  }
  .top_sec h1{
    font-size: 1.6rem;
    text-align: center !important;
    width: 100%;
    margin: 0px;
    line-height: normal;
  }
  .top_sec h2{
    font-size: 1.5rem;
    margin-top: 13px;
  }
  .header_dna_overlay{
    padding: 0rem 0.1rem 0.1rem 0.1rem !important;
  }
  .header_dna_inline{
    width: 30px;
    margin-top: -5px;
  }
  .header_dna_video {
    /* transform: rotate(90deg);
    height: 180vw;
    width: 85vh;
    object-fit: contain;
    margin-right: -42vw; *//*
  }
  
  .top_sec_inner{
    padding: 15px;
    background-color: #ffffffa6;
    backdrop-filter: blur(5px);
    margin: 5px auto;
    border-radius: 20px;
    box-shadow: 0px 0px 21px 0px #00000021;
    width: 100%;
  }
  .white_btn{
    margin: 0px;
    font-size: 0.8rem;
    padding: 10px 10px;
  }
  .home_sec2{
    margin-top: 550px !important;
  }
  .header_dna_overlay .text-left .top_sec2_green{
    font-size: 2rem;
  }
  .top_sec2{
    width: 100%;
  }
  .header_dna_overlay .top_sec2_outer{
    background-color: #ffffffa6;
    backdrop-filter: blur(5px);
    margin: 5px auto;
    border-radius: 20px;
    box-shadow: 0px 0px 21px 0px #00000021;
    padding: 10px;
    width: 88%;
    margin-top: 19px;
  }
  .main_menu_container{
    left: unset;
    right: unset;
  } */
   .header_dna_overlay .white_btn{
    margin: 0px;
    font-size: 0.8rem;
    padding: 10px 5px;
   }
}

@media (max-width: 480px) {
.dropdown_menu{
  max-width: 350px;
}
  .centers_cat{
    width: 45%;
    vertical-align: top;
  }
  .theme_title_bg{
    max-width: 100%;
    font-size: 1.7rem;
    text-align: center;
  }
  .absolute_title{
    font-size: 1.5rem;
    max-width: 90% !important;
    text-align: center;
    bottom: -100px;
    transform: translate(-50%, 0);
    line-height: 2.5rem;
    padding: 20px;
  }
  .title_borders{
    width: 170%;
  }
  .page_title_row .top_title_img{
    display: none;
  }
  .title_borders_container{
    position: absolute;
    top: -100px;
    overflow: hidden;
    height: 350px;
    padding-top: 120px;
    left: 0px;
    right: 0px;
  }
  .signin_container{
    margin-bottom: 300px;
  }
  .signin_container.mt-10{
    margin-top: 100px;
  }
  .register_overlay{
    height: auto;
    right: 0 !important;
    bottom: -160px;
    top: unset;
    transform: none;
    padding: 40px;
  }
  .loginShow .register_overlay .login_txt{
    display: none !important;
  }
  .registerShow .register_overlay .register_txt{
    display: none !important;
  }
  .loginShow .register_form{
    display: none !important;
  }
  .registerShow .login_form{
    display: none !important;
  }
  .home_sec7 .static{
    padding: 40px !important;
  }
  .home_sec7 .static span.title{
    font-size: 1.5rem;
  }
  .home_sec7 .static .sepide_research{
    width: 120px;
  }
  .cooperate_circle{
    font-size: 1rem;
  }
  .cooperate_circle{
    padding: 20px;
    gap: 0px
  }
  .header_dna_overlay{
    padding: 10px !important;
  }
  .main_menu_container{
    left: unset;
    right:unset;
  }
  .home_sec6{
    min-height: 600px;
    overflow: hidden;
  }

  .top_sec2{
    font-size: 1.5rem;
  }
  .top_sec2_green{
    font-size: 2rem;
  }

  .header_dna_video_mobile{
    aspect-ratio: 9/16;
  }
  .line_height_responsive{
    line-height: 2rem;
  }
  /* Hide desktop video and show mobile video on mobile devices */
}

/* Canvas styling for cooperation logos */
#logosCanvas {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    object-fit: contain;
    min-height: 500px;
}
