/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --site-primary-color: #0f172b;
    --site-second-color: #eff6ff;
    --site-third-color: #bedbff;
}

/*-- site navigation content css --*/
.header.has-sticky .header-wrapper.stuck {
    background-color: #ffffff !important; /* Change #ffffff to your preferred solid color */
    opacity: 1 !important;
}

.label-new.menu-item > a::after {
    padding: 4px 8px;
    border-radius: 4px;
    border: solid 1px #bedbff;
    color: #193cb8;
    background: #dbeafe;
}

.logo-left .logo {
    margin-right: 13px;
}

.logo a {
    padding: 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #ffb900;
    display: block;
}

.html_topbar_left a {
    display: block !important;
}

.logo-title,
.logo-subtitle {
    text-transform: uppercase;
    display: block;
}

.logo-title {
    font-size: 1.125rem;
    font-weight: 900;
    color: #0f172b;
    letter-spacing: -.025em;
    line-height: 1;
}

.logo-subtitle {
    font-size: 10px;
    font-weight: 700;
    color: #155dfc;
    letter-spacing: .1em;
    line-height: 1.5;
}

.header-button .button.is-outline {
    padding: 6px 18px;
    border-color: var(--site-third-color) !important;
    background: #ebf4ff;
    display: flex;
    align-items: center;
}

.header-button .button.is-outline::before {
    margin-right: 6px;
    content: '';
    width: 16px;
    height: 16px;
    background: url('images/icon-call.png') no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

.header-button .button.is-outline:hover,
.header-button .button.is-outline:focus {
    color: #155dfc;
}
/*-- end site navigation content css --*/

/*-- site home page content css --*/
.trademark-content-wrapper {
    background: url('images/bg-about.jpg');
}

.trademark-content-left .subtitle {
    margin-bottom: 16px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    width: auto;
    border-radius: 30px;
    border: solid 1px var(--site-third-color);
    text-transform: uppercase;
    color: #1c398e;
    background: var(--site-second-color);
    display: inline-flex;
    align-items: center;
}

.trademark-content-left .subtitle .icon-box-img,
.trademark-content-left .subtitle .icon,
.trademark-content-left .subtitle .icon-inner {
    width: 14px !important;
    height: 14px;
    display: inline-flex;
    align-items: center;
}

.trademark-content-left .subtitle img,
.trademark-content-list img {
    padding-top: 0;
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.trademark-content-left h1 {
    font-size: 60px;
    font-weight: 800;
    color: var(--site-primary-color);
}

.trademark-content-left h1 span {
    background-image: linear-gradient(to right, #1448e7, #0083d2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.trademark-content-left .description {
    font-size: 18px;
}

.trademark-content-list-wrapper {
    margin-bottom: 16px;
}

.trademark-content-list-wrapper .col {
    padding-bottom: 8px;
}

.trademark-content-list .icon-box-img,
.trademark-content-list .icon,
.trademark-content-list .icon-inner {
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trademark-content-list {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.trademark-content-list .icon {
    width: 20px !important;
    height: 20px;
    background: #dbeafe;
}

.trademark-content-list .icon-box-text {
    padding-left: .5rem !important;
}

.btn-trademark-wrapper .col-inner {
    display: flex;
    justify-content: space-between;
}

.btn-category,
.btn-advise {
    width: 49%;
    padding: 16px 21px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}

.btn-category .subtitle .icon-box-img,
.btn-category .subtitle .icon,
.btn-category .subtitle .icon-inner,
.btn-advise .subtitle .icon-box-img,
.btn-advise .subtitle .icon,
.btn-advise .subtitle .icon-inner {
    width: 16px !important;
    height: 16px;
    display: inline-flex;
    align-items: center;
}

.btn-category img,
.btn-advise img {
    padding-top: 0;
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.btn-category .icon-box-text,
.btn-advise .icon-box-text {
    padding-left: .25rem !important;
}

.btn-category {
    background: #155dfc;
}

.btn-advise {
    background: var(--site-primary-color);
}

.endow-text {
    top: -16px;
    right: -16px;
    position: absolute;
}

.endow-text p {
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    background: #e7000b;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        background-color: rgb(231, 0, 11, .4); /* 20% opacity */
    }
    50% {
        background-color: rgb(231, 0, 11); /* 80% opacity */
    }
    100% {
        background-color: rgb(231, 0, 11, .4); /* 20% opacity */
    }
}

.trademark-img-wrapper {
    position: relative;
}

.trademark-img-wrapper img,
.trademark-img-wrapper .box-image,
.trademark-img-wrapper .box-text {
    border-radius: 16px;
}

.trademark-img-wrapper img {
    transition: .5s;
}

.trademark-img-wrapper:hover img {
    transform: scale(1.1);
}

.trademark-img-wrapper .box-text {
    padding: 16px;
    left: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top in oklab, oklch(0.129 0.042 264.695) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.trademark-img-wrapper .box-text-inner {
    margin: 0;
    text-align: left;
}

.trademark-img-1 {
    margin-bottom: 16px;
}

.trademark-img-1 h4,
.trademark-img-1 p {
    font-weight: 700;
}

.trademark-img-1 p {
    font-size: 10px;
    color: #00bcff;
    text-transform: uppercase;
}

.trademark-img-2-wrapper {
    padding-bottom: 0;
}

.trademark-img-2 p {
    font-size: 12px;
}

.trademark-stat-content-wrapper {
    padding: 20px;
    border-radius: 16px;
    border: solid 1px #e8edf3;
    background: #fefeff;
    box-shadow:
        0 10px 30px rgba(30, 64, 120, 0.06),
        0 20px 50px rgba(57, 120, 180, 0.05);
}

.trademark-stat-content-wrapper .col {
    padding: 0;
}

.trademark-stat-content-wrapper .text p {
    margin-bottom: 0;
}

.stat-number p {
    font-size: 36px;
    font-weight: 800;
    color: #1c398e;
}

.stat-title p {
    font-size: 14px;
    font-weight: 600;
    color: #90a1b9;
    text-transform: uppercase;
}

.benefits-content-wrapper {
    margin-top: 50px;
}

.benefit-content {
    padding-bottom: 0;
}

.benefit-content .featured-box .icon-inner {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-content .featured-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.benefit-content .featured-box h3 {
    font-size: 18px;
    color: var(--site-primary-color);
}

.benefit-content .featured-box p {
    font-size: 14px;
    color: #45556c;
}

.about-content-wrapper .subtitle p {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #155dfc;
    border-radius: 30px;
    background: #eff6ff;
    display: inline-block;
}

.content-title-1 h1,
.content-title-1 h2,
.content-title-2 h1,
.content-title-2 h2 {
    padding-bottom: 16px;
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

.content-title-1 h1,
.content-title-1 h2 {
    color: #0f172b;
}

.content-title-2 h1,
.content-title-2 h2 {
    color: #fff;
}

.content-title-1 h1::after,
.content-title-1 h2::after,
.content-title-2 h1::after,
.content-title-2 h2::after {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 64px;
    height: 4px;
    background: #155dfc;
    position: absolute;
}

.about-content {
    padding-bottom: 0;
}

.about-content .icon-box:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #ebeff5;
}

.about-content h3 {
    font-size: 18px;
    color: #0f172b;
}

.nav-category .nav li a {
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 8px;
    text-transform: inherit;
    color: #314158;
    background: #f1f5f9;
}

.nav-category .nav li a:hover {
    background: #e2e8f0;
}

.nav-category .nav li.active a {
    color: #fff;
    background: #155dfc;
}

.nav-category .nav li a::before {
    background: none;
}

.product-content {
    height: 100%;
    border-radius: 16px;
    border: solid 1px #e8edf3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.product-content:hover {
    transform: translateY(-4px);
    box-shadow: 
    0 15px 30px -5px rgba(0, 0, 0, 0.08),
    0 30px 45px -10px rgba(0, 0, 0, 0.12);
}

.hover-img-wrapper {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.product-content .hover-img-wrapper {
    border-radius: 16px 16px 0 0;
}

.product-content:hover .hover-img {
    transform: scale(1.1);
}

.badge-wrapper {
    top: 16px;
    left: 16px;
    position: absolute;
}

.badge-banchay-wrapper {
    margin-bottom: 6px;
}

.badge-sale-wrapper {
    margin-bottom: 0;
}

.badge-banchay,
.badge-sale {
    padding: 4px 12px;
    min-width: 115px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.badge-banchay {
    background: #fe9a00;
}

.badge-sale {
    background: #ec003f;
}

.icon-badge {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.product-thumb {
    width: 100%;
    height: 286px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

.product-content-info {
    padding: 24px;
}

.product-category {
    font-size: 12px;
    font-weight: 700;
    color: #90a1b9;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.product-title {
    font-size: 18px;
    color: #0f172b;
    height: 61px;
    overflow: hidden;
    transition: .5s;
}

.product-content:hover .product-title {
    color: #155dfc;
}

.product-excerpt {
    font-size: 14px;
    color: #45556c;
    height: 70px;
    overflow: hidden;
}

.product-content-info .info {
    margin-top: 24px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.product-content-info .info span {
    padding: 6px 10px;
    width: 49%;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    border: solid 1px #f1f5f9;
    color: #62748e;
    background: #f8fafc;
}

.product-content-info .info span strong {
    color: #1d293d;
}

.product-bottom {
    margin-top: 24px;
    padding-top: 24px;
    border-top: solid 1px #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-price-wrapper span {
    display: block;
}

.main-price,
.contact-price {
    font-weight: 700;
    color: #155dfc;
}

.main-price {
    font-size: 20px;
}

.strike-price {
    font-size: 14px;
    color: #90a1b9;
    text-decoration: line-through;
}

.contact-price {
    font-size: 18px;
}

.btn-detail {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    border: solid 1px #e2e8f0;
    display: flex;
    align-items: center;
}

.btn-detail:hover {
    border-color: #bedbff;
    color: #155dfc;
    background: #f7faff;
}

.icon-detail {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.btn-detail:hover .icon-detail path {
    fill: #155dfc;
}

.category-content-wrapper .description,
.calculate-content-wrapper .description,
.assistant-content-wrapper .description {
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    max-width: 100%;
    font-size: 18px;
}

.calculate-content-wrapper .subtitle .icon-box-img,
.calculate-content-wrapper .subtitle .icon,
.calculate-content-wrapper .subtitle .icon-inner,
.assistant-content-wrapper .subtitle .icon-box-img,
.assistant-content-wrapper .subtitle .icon,
.assistant-content-wrapper .subtitle .icon-inner {
    width: 14px !important;
    height: 14px;
    display: inline-flex;
    align-items: center;
}

.calculate-content-wrapper .subtitle,
.assistant-content-wrapper .subtitle {
    margin-bottom: 12px;
    padding: 6px 14px;
    width: auto;
    border-radius: 30px;
    border: solid 1px #2b7fff;
    background: #122241;
    display: inline-flex;
    align-items: center;
}

.calculate-content-wrapper .subtitle img,
.assistant-content-wrapper .subtitle img {
    padding-top: 0;
}

.calculate-content-wrapper .subtitle .icon-box-text,
.assistant-content-wrapper .subtitle .icon-box-text {
    padding-left: .5em;
}

.calculate-content-wrapper .subtitle p,
.assistant-content-wrapper .subtitle p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-content-left .subtitle p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-content-left-description {
    margin-bottom: 32px;
}

.contact-content-left-description p {
    margin-bottom: 0;
    font-size: 18px;
}

.contact-content:not(:last-child) {
    margin-bottom: 16px;
}

.contact-content .icon-inner {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    border: solid 1px #1d293d;
    background: #0f172b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-content .icon-inner img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-content h3,
.contact-content p {
    margin-bottom: 0 !important;
}

.contact-content h3 {
    font-size: 16px;
    font-weight: 600;
}

.contact-content .tel p {
    font-size: 16px;
    font-weight: 700;
}

.contact-content.tel-wrapper .tel a,
.contact-content.tel-wrapper .tel a:hover,
.contact-content.tel-wrapper .tel a:focus,
.contact-content.tel-wrapper .tel a:visited {
    color: #51a2ff;
}

.contact-content.tel-wrapper .description {
    font-size: 12px;
}

.contact-content.mail-wrapper .mail p {
    font-size: 14px;
}

.contact-content.mail-wrapper .mail a,
.contact-content.mail-wrapper .mail a:hover,
.contact-content.mail-wrapper .mail a:focus,
.contact-content.mail-wrapper .mail a:visited {
    color: #cad5e2;
}

.contact-content.location-wrapper .description p {
    font-size: 14px;
}

.contact-content-left .notice {
    margin-top: 48px;
    padding: 16px;
    border-radius: 12px;
    border: solid 1px #1d293d;
    background: #090f22;
}

.contact-content-left .notice p {
    margin-bottom: 0;
    font-size: 12px;
}

.contact-content-right h3 {
    margin-bottom: 4px;
    font-size: 20px;
}

.contact-content-right .description {
    font-size: 14px;
}
/*-- end site home page content css --*/


/*-- site contact form 7 content css --*/
.wpcf7-form {
    margin-bottom: 0;
}

.wpcf7 .col {
    padding-bottom: 0;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
    margin-bottom: 12px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 12px !important;
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
    background-color: #f8fafc !important;
}

.wpcf7 strong {
    margin-bottom: 6px;
    font-size: 12px;
    color: #62748e;
    text-transform: uppercase;
    display: inline-block;
}

.wpcf7-text,
.wpcf7-select {
    height: auto !important;
}

.wpcf7-submit {
    margin: 0 !important;
    padding: 4px !important;
    width: 100%;
    border-radius: 12px !important;
    text-transform: initial;
    color: #fff;
    background: #155dfc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wpcf7-icon-submit {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-response-output {
    margin: 16px 0 0 0 !important;
    text-align: center;
}
/*-- end site contact form 7 content css --*/


/*-- site footer content css --*/
.float-contact-wrapper {
	margin: 0;
	padding: 0;
	right: 16px;
	bottom: 60px;
	position: fixed;
	z-index: 9999;
}

.float-contact-wrapper li {
	margin-bottom: 20px;
	list-style: none;
}

.icon-float-contact-wrapper,
.icon-float-contact-wrapper,
.icon-contact-background,
.icon-float-contact {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
}

.icon-float-contact-wrapper {
	position: relative;
	display: inline-block;
}

.icon-contact-background {
	top: 0;
	left: 0;
	content: '';
	border-radius: 50%;
	box-shadow: 0 0 5px 2px rgba(255,255,255, .5);
	animation: backgroundZoomInOut 3s ease infinite;
	position: absolute;
}

.icon-float-contact {
	object-fit: cover;
	position: relative;
	z-index: 1;
	animation: calltrap_spin 3s infinite linear;
}

@keyframes backgroundZoomInOut {
    0% {
        transform: scale(1); /* Original size (100%) */
    }
    50% {
        transform: scale(1.3); /* Zoom in to 120% */
    }
    100% {
        transform: scale(1); /* Return to original size (100%) */
    }
}

@keyframes calltrap_spin {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	30% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	33% {
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	36% {
		-moz-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	39% {
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	42% {
		-moz-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	45% {
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	48% {
		-moz-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 1
	}
	51% {
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	54% {
		-moz-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	57% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.footer-content-title {
    font-weight: 800;
    text-transform: uppercase;
}

.footer-content .icon-box {
    display: flex;
    align-items: center;
}

.footer-content .icon-box h3,
.footer-content .icon-box p {
    margin-bottom: 0;
}

.logo-content {
    margin-bottom: 24px;
    align-items: center;
}

.logo-content .icon-inner {
    padding: 10px;
    border-radius: 50%;
    border: solid 2px #ffb900;
    background: #fff;
}

.logo-content h3,
.logo-content p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.logo-content h3 {
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #fff;
}

.logo-content p {
    font-size: 10px;
    font-weight: 700;
    color: #8ec5ff;
    letter-spacing: .1em;
}

.footer-content-right .icon-box:not(:last-child) {
    margin-bottom: .25em;
}

.footer-content a {
    font-weight: 600;
}

.footer-content a:hover,
.footer-content a:focus {
    color: #51a2ff;
}

.absolute-footer {
    padding: 0;
}

.footer-primary {
    padding-top: 24px;
    padding-bottom: 50px;
    font-size: .75rem;
    border-top: solid 1px var(--site-primary-color);
    color: var(--site-third-color);
}
/*-- end site footer content css --*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}