/**
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
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@400;700&display=swap');
@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
.reveal {
	opacity: 0;
	&.active {
		opacity: 1;
		animation: view-slideup 1s ease both;
	}
}
@keyframes view-slideup {
	0% {
		opacity: 0;
		transform: translate(0,35px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
.reveal.left {
	opacity: 0;
	&.active {
		opacity: 1;
		animation: view-slidein-l 0.6s ease both;
	}
}
@keyframes view-slidein-l {
	0% {
		opacity: 0;
		transform: translate(35px,0);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}

.reveal.right {
	opacity: 0;
	&.active {
		opacity: 1;
		animation: view-slidein-r 0.6s ease both;
	}
}
@keyframes view-slidein-r {
	0% {
		opacity: 0;
		transform: translate(-35px,0);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
.elementor-editor-active .reveal, .elementor-editor-active .reveal .left, .elementor-editor-active .reveal .right {
	opacity: 1 !important;
}
h1, h2, h3, h4, h5, h6, 
.elementor-heading-title, 
.ast-archive-title,
.main-header-menu a, .main-header-menu span, #footer-site-navigation .menu-link, .en {
    font-family: 'Didot', 'Noto Serif TC', serif !important;
}
body, p, a, span, div, li, td, th, input, button {
    font-family: 'Noto Serif TC', serif !important;
}
.ast-main-header-nav-wrap,
.elementor-button {
    font-family: 'Noto Serif TC', serif !important;
}
body, html {
    margin: 0;
    padding: 0;
}
img {
    /* 停用 iOS Safari 的長按選單 */
    -webkit-touch-callout: none;   
    /* 停用選取反白 */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    /* 停用圖片拖曳 (針對部分瀏覽器) */
    -webkit-user-drag: none;
}
.site-footer .ast-builder-grid-row-container-inner {

}
.site-footer .site-primary-footer-wrap {
    max-width: 1140px !important;   
	width: 100%;
	margin: 0 auto;	
}
.site-footer .site-primary-footer-wrap .ast-builder-grid-row-container-inner {
	margin: 0 50px;
    padding: 30px 15px !important;		
	border-top: 1px solid #444;	
	border-bottom: 1px solid #444;		
}
#custom-site-preloader { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100vw; 
  height: 100vh; 
  background-color: #002e38; 
  z-index: 999999; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  transition: opacity 0.8s ease, visibility 0.8s ease; 
}
#custom-site-preloader.preloader-hidden { 
  opacity: 0; 
  visibility: hidden; 
}
.loader-wrapper { 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: 40px; 
}
#loading-number {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-left: 3px;
  opacity: 0;
  transition: opacity 0.5s ease;
}  
.icon-container { 
  width: 52.5px; 
  height: 105px; 
  position: relative; 
  transition: opacity 0.5s ease; 
}

.layer { 
  position: absolute; 
  transform-origin: top left; 
  transform: skewY(-25deg); 
}
.layer-back { 
  width: 35px; 
  height: 105px; 
  background-color: #c4c8cb; 
  z-index: 1; 
  border: 1px solid #aeb2b5; 
  left: -20px; 
  opacity: 0; 
  transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1); 
}

.layer-front { 
  width: 35px; 
  height: 105px; 
  background-color: rgba(244, 246, 248, 0.85); 
  z-index: 2; 
  border-right: 1px solid #7a8288; 
  border-bottom: 1px solid #7a8288; 
  border-left: 1px solid #dce0e3; 
  border-top: 1px solid #dce0e3; 
  left: 37.5px; 
  opacity: 0; 
  transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1); 
}
.layer-overlap { 
  width: 17.5px; 
  height: 97.5px; 
  background-color: #002e38; 
  z-index: 3; 
  left: 17.5px; 
  top: 0; 
  opacity: 0; 
  transition: opacity 0.5s ease; 
}
.step-merged .layer-back { 
  left: 0; 
  opacity: 1; 
}

.step-merged .layer-front { 
  left: 17.5px; 
  opacity: 1; 
}

.step-4 .layer-overlap { 
  opacity: 1; 
}
@keyframes loaderPulse { 
  0% { 
    opacity: 1; 
    transform: scale(1); 
  } 
  50% { 
    opacity: 0.4; 
    transform: scale(0.95);
  } 
  100% { 
    opacity: 1; 
    transform: scale(1); 
  } 
}

.is-blinking { 
  animation: loaderPulse 1.5s infinite ease-in-out; 
}
.ele-process-row {
    position: relative;
    padding: 30px 0;
}
.ele-process-row::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 114px;
    width: 1px;
    background-color: #444;
    z-index: 0;
}
.ele-process-row:first-of-type::before {
    top: 30px; 
}
.ele-process-row:last-of-type::before {
    bottom: 30px; 
}
.ast-blog-featured-section {
	margin-bottom: 0;
}
.home-slider-content .slick-arrow {
	box-shadow: none;
	margin-top: -45px;
}
.home-slider-content .slick-arrow .fa, .home-slider-content .slick-arrow .fa:hover {
	height: 58px;	
}
.home-slider-content .fa-angle-left {
	background: url("/wp-content/uploads/2026/04/arrow-l.svg") center center no-repeat;
}
.home-slider-content .fa-angle-right {
	background: url("/wp-content/uploads/2026/04/arrow-r.svg") center center no-repeat;
}
.home-slider-content .fa:hover {
	opacity: 0.7;
}
.home-slider-content .slick-arrow .fa:before {
	content: none !important;
}
.process-content h4 {
	font-size: 1.4rem;
}
.process-content h5 {
	font-size: 0.95rem;
}
.process-content p {
	font-size: 1rem;
}
.about-content h1, .about-content h3, .process-content h3 {
	font-size: 2.45rem;
}
.about-content h1 span, .about-content h3 span, .process-content h3 span {
	font-size: 1.18rem;
	margin-left: 5px;
}
.price-content p span {
	width: 130px;
	display: inline-block;
	text-align: right;
}
.about-content p {
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.blog .ast-article-inner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.blog .entry-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    margin: 0 !important;
    box-sizing: border-box;
    z-index: 10;
}
.blog .ast-article-inner:hover .entry-title {
    opacity: 1;
}
.blog .entry-title,
.blog .entry-title a {
    color: #ffffff !important;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 10px;
    font-family: 'Noto Serif TC', serif !important;
    transition: all 0.4s ease;
}
.blog .entry-title a {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .ast-article-inner:hover .entry-title {
    transform: translateY(0);
}
.single-layout-1 {
	padding: 0 30px;
}
.single-layout-1 h1.entry-title {
	margin: 0 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #444;
}
.single .entry-content h4 {
	font-size: 1.1rem;
}
.single .entry-content p {
	font-size: 0.9rem;
}
@media (max-width: 767px) {	
    .ele-process-row::before {
        display: none; 
    }
    .ele-process-row {
        text-align: center;
    }
	.site-footer .site-primary-footer-wrap .ast-builder-grid-row-container-inner {
		margin: 0 10px;
	}	
	.about-content h1 span, .about-content h3 span, .process-content h3 span {
		display: block;
	}
	.price-content p span {
		display: block;
		text-align: left;
	}	
}