/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@charset "utf-8";

@font-face
{font-family: PoppinsRegular;
src: url('Poppins-Regular.ttf')}

html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
}
body {
  width: 100% !important;
}
html, body {
  -webkit-tap-highlight-color: transparent !important;
}
/* body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, select, span, em, i, button, a {
  font-family: 'PoppinsRegular', 'Poppins', "PingFang SC", "PingFangSC-Regular", "microsoft yahei" !important;
} */

a, button, input, textarea, select, img {
	text-decoration: none !important;
  outline: none !important;
}
a:hover, a:focus, a:active {
  outline: none;
  border: none !important;
}

button:focus, button:hover {
  border: none !important;
}
button:active, button:focus, a:active, a:focus {
  background: transparent !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}

@media (min-width: 1919px) {
   .site-header-focus-item {
     max-width: 1480px !important;
   }
	.custom-footer__inner {
     max-width: 1440px !important;
   }
	.custom-footer__bottom {
     max-width: 1440px !important;
   }
	.ast-header-breadcrumb .ast-container {
     max-width: 1480px;
   }

   .my-home-swiper .swiper-slide-inner {
    padding-left: 240px !important;
   }

   .e-loop-item .elementor-widget-theme-post-excerpt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ast-builder-menu {
    margin-left: 185px !important;
  }
}

#wpadminbar {
  display: none !important;
}

body.admin-bar .dialog-lightbox-widget {
  height: 100vh !important;
}

.dropdown-menu-toggle.ast-header-navigation-arrow {
	display: none;
}
.sub-menu .dropdown-menu-toggle.ast-header-navigation-arrow {
	display: inline-block;
}
.ast-header-break-point .dropdown-menu-toggle {
	display: none !important;
}
.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before, .ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {
	height: 2px;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}
.sub-menu {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(5px);
}
.sub-menu .menu-item  {
  border-bottom: 1px solid rgba(0,0,0,.1);
  overflow: hidden !important;
}
.sub-menu .menu-item:last-child {
  border-radius: 0 0 20px 20px;
}
.sub-menu .menu-item:first-child {
  border-radius: 20px 20px 0 0;
}
.sub-menu .menu-item .menu-link:hover {
  background-color: #00000012 !important;
  overflow: hidden !important;
}
.sub-menu .menu-item .menu-text {
  color: #000 !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 32px !important;
}

/* 移除重复的样式定义，已在下面统一定义 */

/* Header滚动效果样式 */
.site-header {
  outline: none;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  backdrop-filter: blur(0px);
  /* 确保header不占用文档流空间 */
  pointer-events: auto;
}

.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* 确保header内容在透明背景下仍然可见 */
.site-header .ast-header-navigation,
.site-header .ast-header-navigation .menu-item > .menu-link {
  color: inherit;
  transition: color 0.3s ease;
}

.site-header.scrolled .ast-header-navigation .menu-item > .menu-link {
  color: #000;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
  font-weight: 500 !important;
}

/* 确保页面内容不被header遮挡 */
body {
  padding-top: 0 !important; /* 移除之前的padding-top */
  margin-top: 0;
}

/* 为页面内容添加顶部间距，避免被固定header遮挡 */
.site-content,
.entry-content,
.page-content,
main,
#main {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

/* 确保页面内容从顶部开始 */
.site-content > *:first-child,
.entry-content > *:first-child,
.page-content > *:first-child {
  margin-top: 0;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .site-header {
    backdrop-filter: blur(5px);
  }
  
  .site-header.scrolled {
    backdrop-filter: blur(8px);
  }

  .my-contact-us-popus .wpforms-container .wpforms-field-label {
    font-weight: 400 !important;
    margin-bottom: 5px !important;
  }
  
  .my-contact-us-popus .wpforms-container .wpforms-field {
    padding: 5px 0 !important;
  }
}

/* 确保在移动设备上header正确显示 */
@media (max-width: 480px) {
  .site-header {
    position: fixed !important;
    width: 100vw;
    left: 0;
    right: 0;
  }
}

/* 兼容性处理 - 确保backdrop-filter在不支持的浏览器中正常工作 */
@supports not (backdrop-filter: blur(10px)) {
  .site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.98) !important;
  }
}

/* ===================== */
/* Custom Footer         */
/* ===================== */
.custom-footer {
  padding: 60px 20px 20px;
  background: #F3F3F3;
  border-top: 1px solid rgba(0,0,0,.06);
}


.custom-footer__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.custom-footer__logo img { max-height: 36px; }
.custom-footer__logo-link { display: inline-flex; align-items: center; }
.custom-footer__logo-img { height: 24px; width: auto; display: block; }
.custom-footer__site-name { font-weight: 700; font-size: 20px; color: #000; }
.custom-footer__contact { list-style: none; padding: 16px 0 0; margin: 0; }
.custom-footer__contact li { margin: 10px 0; color: #111; line-height: 1.6; }
.custom-footer__contact a { color: #23448c; text-decoration: none; }
.custom-footer__social { display: flex; gap: 12px; margin-top: 16px; }
.social-btn { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: transparent; }
.social-btn img { width: 32px; height: 32px; display: block; border-radius: 50%; }
.custom-footer__title { font-weight: 700; font-size: 22px; margin: 6px 0 16px; }
.custom-footer__links { list-style: none; margin: 0; padding: 0; }
.custom-footer__links li { margin: 12px 0; }
.custom-footer__links a { color: #111; text-decoration: none; }
.custom-footer__links a:hover { color: #23448c; }
.custom-footer__bottom { max-width: 1140px; margin: 24px auto 0; padding-top: 16px; border-top: 1px solid rgba(0,0,0,.06); color: #666; font-size: 14px; }

@media (max-width: 992px) {
  .custom-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .custom-footer__inner { grid-template-columns: 1fr; gap: 24px; }
}
.site-header-section .ast-builder-menu {
  margin-left: 30px;
}
.header-main-layout-1 .ast-main-header-bar-alignment {
  /* height: 54px !important; */
  line-height: 54px !important;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 27px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 26px;
}

.trp-language-switcher {
  height: 36px;
  line-height: 36px;
  border: none;
  background-color: transparent;
  width: 140px !important;
}
.trp-ls-shortcode-current-language {
  width: 100% !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
}
.trp-ls-shortcode-current-language .trp-flag-image {
  /* 隐藏原图片（不占用空间） */
  width: 0 !important;
  height: 0 !important;
  /* 保留尺寸：通过padding撑开容器，值需与新图片尺寸一致 */
  padding: 26px 26px 0 0 !important; /* 高度18px，宽度18px（根据新图片调整） */
  /* 设置新图片 */
  background-image: url("https://ozellemed.com/wp-content/uploads/2025/08/icon_lang.png");
  background-size: cover; /* 图片自适应容器 */
  background-repeat: no-repeat;
  /* 确保背景图显示在正确位置 */
  background-position: center;
  /* 移除原图片可能的边框 */
  border: none;
  display: inline-block;
}
.trp-ls-shortcode-language {
  border: none !important;
  width: 140px !important;
}

.trp-language-switcher > div {
  border: none !important;
  padding: 0 10px !important;
  background-image: url("https://ozellemed.com/wp-content/uploads/2025/08/icon_down.png") !important;
  background-size: 11px 11px !important;
  background-repeat: no-repeat !important;
  background-position: top 12px right 10px !important;
}
.trp-language-switcher > div > a {
  padding: 0px 10px !important;
}
.trp-language-switcher > div > a > img {
  width: 18px !important;
  height: 14px !important;
  margin-top: -2px !important;
  margin: 0 !important;
  display: none;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
	max-height: 500px !important;
}

.ast-header-button-2 .ast-custom-button {
  background: linear-gradient(to right, #205BCD, #EE6F5B);
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 12.5px 40px !important;
  font-weight: 500 !important;
}

.ast-header-button-2 .ast-custom-button:hover {
  background: linear-gradient(to left, #205BCD, #EE6F5B);
}

.elementor-post__title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.elementor-post__excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.elementor-post__read-more {
  font-size: 16px;
  font-weight: 400;
  color: transparent !important;
  background: linear-gradient(45deg, #205BCD, #EE6F5B);
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.elementor-post__read-more:hover {
  background: linear-gradient(45deg, #EE6F5B, #205BCD);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.e-loop-item .elementor-widget-theme-post-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.e-loop-item .elementor-widget-theme-post-excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.e-loop-item .elementor-widget-button .elementor-button {
  background: linear-gradient(to right, #205BCD, #EE6F5B);
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 12.5px 0px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-align: center !important;
  display: inline-block !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.e-loop-item .elementor-widget-button .elementor-button:hover {
  background: linear-gradient(to left, #205BCD, #EE6F5B);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-widget-wrap>.elementor-element {
  overflow: hidden;
}

@media (min-width: 992px) {
  .elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
    background-image: url("https://ozellemed.com/wp-content/uploads/2025/08/idx_40.png") !important;
    background-size: 200px 100% !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    width: 200px !important;
    height: calc(100% - 36px);
    right: 0px;
    top: calc(50% - 18px);
  }
  
  .elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next .fas {
    height: 40px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: -50px !important;
  }
}


/* ===================== */
/* Header Account Icon   */
/* ===================== */
/* 默认（未登录）使用 #205BCD */
.ast-header-account,
.ast-header-account a,
.ast-header-account .ast-account-action-wrap {
  color: #205BCD !important;
}

/* 确保SVG图标跟随文字颜色 */
.ast-header-account svg,
.ast-header-account .ast-icon {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* 强制所有内联 SVG 子元素跟随文字颜色 */
.ast-header-account svg *,
.ast-header-account .ast-icon * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* 登录状态切换为 #EE6F5B */
.logged-in .ast-header-account,
.logged-in .ast-header-account a,
.logged-in .ast-header-account .ast-account-action-wrap {
  color: #EE6F5B !important;
}
.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg:hover {
  opacity: 0.6 !important;
}

/* 移除可能的背景矩形填充，避免出现额外色块 */
.ast-header-account svg rect,
.ast-header-account .ast-icon rect,
.ast-header-account svg polygon[fill="none"],
.ast-header-account .ast-icon polygon[fill="none"] {
  fill: none !important;
}

/* 仅对路径着色，避免给容器和背景形状着色 */
.ast-header-account svg path,
.ast-header-account .ast-icon path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* 显式隐藏标记为空心的路径，避免以描边方式显示成色块 */
.ast-header-account svg path.ast-hf-account-unfill,
.ast-header-account .ast-icon path.ast-hf-account-unfill {
  fill: none !important;
  stroke: none !important;
  display: none !important;
}

/* ===================== */
/* Mobile Popup Drawer   */
/* ===================== */
/* 统一移动端抽屉观感：全屏、半透明磨砂背景、舒适留白与分隔线 */
@media (max-width: 992px) {
  .ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
    padding-left: 100% !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* 覆盖 wrapper：统一遮罩与定位 */
  .ast-header-break-point .ast-mobile-popup-wrapper {
    position: fixed;
    inset: 0;
    z-index: 99998; /* 低于抽屉本体 */
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .ast-header-break-point .ast-mobile-popup-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh !important;
    max-height: 100vh !important;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    height: 100%;
    max-height: 100%;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-content {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0;
  }

  /* 列表项与主菜单层级样式 */
  .ast-header-break-point .ast-mobile-popup-drawer .main-header-menu > .menu-item > .menu-link {
    font-size: 20px;
    line-height: 1.25;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  /* 二级菜单更紧凑一点并与主项区分 */
  .ast-header-break-point .ast-mobile-popup-drawer .main-header-menu .sub-menu .menu-link {
    font-size: 18px;
    padding: 14px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  /* 去掉子级左侧缩进线，保持简洁 */
  .ast-header-break-point .ast-mobile-popup-drawer .main-header-menu .sub-menu {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    background: transparent;
  }

  /* 有子级时右侧预留空间，折叠按钮圆形化 */
  .ast-header-break-point .ast-mobile-popup-drawer .menu-item-has-children > .menu-link {
    position: relative;
    padding-right: 48px;
  }

  /* 抽屉顶部/底部留白与分隔线 */
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: transparent;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* 左上角头像图标 */
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .mobile-account-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .mobile-account-icon svg {
    width: 40px;
    height: 40px;
    fill: #205BCD;
    transition: fill 0.3s ease;
  }

  /* 登录状态：橙色边框和图标 */
  .logged-in .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .mobile-account-icon {
    border-color: #EE6F5B;
  }

  .logged-in .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .mobile-account-icon svg {
    fill: #EE6F5B;
  }

  /* 关闭按钮：更大更易点，统一到右上角 */
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close,
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .ast-mobile-popup-close,
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header button[class*="close"] {
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:hover,
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .ast-mobile-popup-close:hover,
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header button[class*="close"]:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0.2);
  }

  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close svg,
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header .ast-mobile-popup-close svg,
  .ast-header-break-point .ast-mobile-popup-drawer .ast-mobile-popup-header button[class*="close"] svg {
    width: 18px;
    height: 18px;
    fill: #333;
    stroke: #333;
  }
  
  /* 补充其他可能的图标选择器 */
  .ast-header-break-point .ast-mobile-popup-drawer .ast-icon,
  .ast-header-break-point .ast-mobile-popup-drawer .ahfb-svg-iconset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.admin-bar .ast-mobile-popup-drawer, body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    top: 0px !important;
    background-image: url("https://ozellemed.com/wp-content/uploads/2025/09/pro_01.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .ast-builder-menu-1 .main-header-menu, .ast-builder-menu-1 .main-header-menu .sub-menu {
    background-color: transparent !important;
  }
}

/* Mobile Popup Drawer */

body.admin-bar .ast-mobile-popup-drawer, body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {
  top: 0px !important;
}

.ahfb-svg-iconset svg {
  width: 25px;
  height: 25px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 6px !important;
}

.swiper-pagination-bullet-active {
  width: 73px !important;
  height: 12px !important;
  border-radius: 6px !important;
  background-color: #D4D4D4 !important;
  opacity: 0.8 !important;
}

.swiper-pagination-bullet:hover {
  /* background-color: #205BCD !important; */
}

.swiper-pagination-bullet-active:hover {
  /* background-color: #205BCD !important; */
}

#my-video .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50% !important;
}

#my-desktop-news .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50% !important;
}

#my-mobile-news .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50% !important;
}

.history-img-box .history-img {
  overflow: hidden;
  transition: all 0.8s ease;
}

.history-img-box:hover .history-img {
  transform: scale(1.1);
  transition: all 0.8s ease;
}

#FAQ_question_id article {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 80px;
  padding-top: 56px;
  font-weight: 400;
  font-size: 18px;
  color: #202121;
  overflow: visible;
  background: linear-gradient(135deg, rgba(255, 116, 64, 1), rgba(35, 68, 140, 1));
  border-radius: 15px;
  transition: all .6s ease;
}

#FAQ_question_id article::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 14px;
  z-index: 0;
  transition: all .6s ease;
}

#FAQ_question_id article:hover::before {
  background: #EE6F5C;
}

#FAQ_question_id article:hover {
  color: #fff;
  transform: scale(1.01);
  background: #fff;
}

#FAQ_question_id article:hover h3 {
  background: white;
  border: 1px solid #EE6F5C;
}

#FAQ_question_id article:hover h3 a {
  color: black;
}

#FAQ_question_id article > * {
  position: relative;
  z-index: 1;
}

#FAQ_question_id article:last-of-type {
  margin-bottom: 0;
}

#FAQ_question_id p {
  margin-bottom: 0;
}

#FAQ_question_id h3 {
  display: block;
  background: #EE6F5C;
  border-radius: 28px;
  position: absolute;
  top: -85px;
  left: 20px;
  padding: 14px 40px;
  color: #FFFFFF;
  transition: all .6s ease;
  border: 1px solid #EE6F5C;
}

#FAQ_question_id h3 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: white;
  transition: all .6s ease;
}

#FAQ_question_id article:nth-of-type(2n) h3 {
  left: auto;
  right: 20px;
  color: white;
}

@media screen and (max-width: 1024px) {
  #FAQ_question_id article {
    padding-top: 15px;
  }
  #FAQ_question_id h3 {
    height: auto;
    position: relative;
    background: #EE6F5C;
    border-radius: 28px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 14px 40px;
    display: block;
    text-align: center;
  }
  #FAQ_question_id article:nth-of-type(2n) h3 {
    left: auto;
    right: auto;
    color: white;
  }
}

.my-contact-us-popus button {
  background: linear-gradient(90deg, #205BCD, #EE6F5B);
  color: #fff;
  border: none;
  border-radius: 30px;
  width: 120px;
  height: 40px;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.my-contact-us-popus button:hover {
  background: linear-gradient(90deg, #EE6F5B, #205BCD);
}

.my-contact-us-popus .wpforms-container .wpforms-submit-container {
  text-align: right;
}
.my-contact-us-popus .elementor-widget-wpforms {
  width: 100%;
}

.my-contact-us-popus .wpforms-field-medium {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
}

.my-contact-us-popus  .wpforms-field-label {
  font-weight: 400 !important;
  margin-bottom: 10px;
}

#solution_exp_id .e-con-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 70px;
  gap: 80px 20px;
  perspective: 2000px;
}

#solution_exp_id .e-con-inner > .e-child {
  background: linear-gradient(135deg, rgba(255, 116, 64, 1), rgba(35, 68, 140, 1));
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  padding: 0;
  --rx: 0;         /* rotateX (deg) */
  --ry: 0;         /* rotateY (deg) */
  --gx: 50%;       /* glare x% */
  --gy: 50%;       /* glare y% */
  transform-style: preserve-3d;
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .15s ease-out, box-shadow .2s ease-out;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
  will-change: transform;
  cursor: pointer;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(3n - 1) {
  /* transform: translateY(-40px); */
  top: -20px;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n - 1) .e-child:nth-of-type(1) {
  height: 240px;
  flex: none;
  padding: 1px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  margin-right: 0;
  min-height: 0;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n - 1) .e-child:nth-of-type(1) .elementor-widget-image {
  height: 100%;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n - 1) .e-child:nth-of-type(1) img {
  width: 100%;
  height: 100%;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n - 1) .e-child:nth-of-type(2) {
  flex: 1;
  padding: 20px 20px 13px 20px;
  min-height: 0;
  gap: 10px;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n - 1) .e-child:nth-of-type(2) h2 {
  font-weight: 600;
  font-size: 30px;
  color: #202121;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n - 1) .e-child:nth-of-type(2) p {
  font-weight: 400;
  font-size: 18px;
  color: #202121;
  margin-bottom: 0;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n) .e-child:nth-of-type(1) {
  flex: 1;
  padding: 20px 20px 13px 20px;
  min-height: 0;
  gap: 10px;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n) .e-child:nth-of-type(1) h2 {
  font-weight: 600;
  font-size: 30px;
  color: #202121;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n) .e-child:nth-of-type(1) p {
  font-weight: 400;
  font-size: 18px;
  color: #202121;
  margin-bottom: 0;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n) .e-child:nth-of-type(2) {
  height: 240px;
  flex: none;
  padding: 1px;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  margin-left: 0;
  min-height: 0;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n) .e-child:nth-of-type(2) .elementor-widget-image {
  height: 100%;
}

#solution_exp_id .e-con-inner > .e-child:nth-of-type(2n) .e-child:nth-of-type(2) img {
  width: 100%;
  height: 100%;
}

#solution_exp_id .e-con-inner > .e-child img {
  border-radius: 0;
}

#solution_exp_id .e-con-inner > .e-child::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  border-radius: 14px;
  z-index: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

#solution_exp_id .e-con-inner > .e-child > * {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  #solution_exp_id .e-con-inner {
    gap: 20px;
  }
  #solution_exp_id .e-con-inner > .e-child {
    width: 100%;
  }
  #solution_exp_id .e-con-inner > .e-child:nth-of-type(3n - 1) {
    transform: translateY(0);
  }
  #solution_exp_id .e-con-inner > .e-child > * {
    margin-top: 0;
  }
}

.my-contact-us-popus button {
  background: linear-gradient(90deg, #205BCD, #EE6F5B);
  color: #fff;
  border: none;
  border-radius: 30px;
  width: 120px;
  height: 40px;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.my-contact-us-popus button:hover {
  background: linear-gradient(90deg, #EE6F5B, #205BCD);
}

.my-contact-us-popus .wpforms-container .wpforms-submit-container {
  text-align: right;
}

.my-contact-us-popus .elementor-widget-wpforms {
  width: 100%;
}

.my-contact-us-popus .wpforms-field-medium {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
}


.main-header-bar {
  border: none !important;
}

.ast-header-breadcrumb {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  height: 40px;
}
.ast-header-breadcrumb a {
  color: #000;
}
.ast-header-breadcrumb a:hover {
  color: #205BCD;
}

@media (max-width: 1024px) {
  .ast-header-breadcrumb {
    display: none !important;
  }

  body.admin-bar .dialog-type-lightbox {
      height: 100vh;
      position: fixed !important;
      top: 0 !important;
  }
}

.elementor-swiper .eicon-chevron-left {
	color: #ededed !important;
	opacity: 0.2;
}

.elementor-swiper .eicon-chevron-left:hover {
	color: #333 !important;
	opacity: 0.4;
	transition: all 0.3s ease;
}


.elementor-swiper .eicon-chevron-right {
	color: #ededed !important;
	opacity: 0.2;
}

.elementor-swiper .eicon-chevron-right:hover {
	color: #333 !important;
	opacity: 0.4;
	transition: all 0.3s ease;
}

.require-demo-model {
  cursor: pointer !important;
}

.wpforms-submit-spinner {
  display: none !important;
}

.slogan_gradient {
  background: linear-gradient(to right, #EE6F5B ,#205BCD);
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.slogan_gradient h2 {
  font-weight: 600 !important;
  font-size: 20px !important;
}

@-webkit-keyframes fadeInDownDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-150px);
		-ms-transform: translateY(-150px);
		transform: translateY(-150px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownDown {
	-webkit-animation-name: fadeInDownDown;
	animation-name: fadeInDownDown;
	animation-duration: 1.8s;
  animation-fill-mode: forwards;
}


@-webkit-keyframes fadeInIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px) scale(0.7);
		transform: translateX(-200px) scale(0.7);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
	}
}

@keyframes fadeInIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px) scale(0.7);
		transform: translateX(-200px) scale(0.7);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
	}
}

.fadeInIn {
	-webkit-animation-name: fadeInIn;
	animation-name: fadeInIn;
	animation-duration: 1.8s;
  animation-fill-mode: forwards;
}

.elementor .elementor-background-slideshow__slide__image {
  background-repeat: no-repeat !important;
}

.three_card_box {
  perspective: 2000px;
}

.three_card {
  --rx: 0;         /* rotateX (deg) */
  --ry: 0;         /* rotateY (deg) */
  --gx: 50%;       /* glare x% */
  --gy: 50%;       /* glare y% */
  transform-style: preserve-3d;
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .15s ease-out, box-shadow .2s ease-out;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
  will-change: transform;
  cursor: pointer;
}