/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/* ----- custom ----- */
:root {
	--wc-red: #dc3232;
}
.cate-list-blog a {
	font-family: var(--Font_Family-Main) !important;
}
body {
	overflow-x: hidden;
}
.back-to-top {
	width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: var(--main-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transform: translateX(30px);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
	z-index: 999999;
}
.back-to-top.btn-to-top {
	visibility: visible;
	transform: translatex(0px);
	opacity: 1;
}
.back-to-top .triangle {
	display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
}
@keyframes BTT {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.d-none {
	display: none !important;
}

/* header */
#height-header {
	transition: all 0.5s;
}
#sec-header-main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#sec-header-main.header-sticky {
	margin-top: 100px;
	top: -100px !important;
    transition: margin 0.6s ease, opacity 0.4s ease;
    position: fixed !important;
/* 	background-color: var(--e-global-color-secondary); */
	background-color: white;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
}

/* form */
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    background: var(--wc-red);
    color: white;
    margin-top: 8px;
    position: absolute;
    bottom: -20px;
    padding: 2px 8px;
    border-radius: 3px;
    width: fit-content;
    max-width: unset;
    z-index: 1;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
}
.wpcf7-not-valid-tip:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    transform: translate(-50%);
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent var(--wc-red);
}

/* decor */

.img-about-left{
	aspect-ratio: 660 / 366;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 13px 0px;
    border-radius: 0px 10px 10px 0px;
}
.img-about-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 767px) {
	.img-about-left {
		transform: translatey(-50%);
	}
}
.img-social-items img {
	width: 30px !important;
	height: 30px !important;
}
.hover-reveal {
	transition: all 0.35s ease;
}
.hover-reveal:hover  {
	transform: translateY(-8px);
	box-shadow: 0 28px 54px -28px rgba(4, 32, 92, .42);
}
.elementor-button:hover {
	transform: translatey(-6px);
}
body:not(.home) .menu-landing {
	display: none !important;
}
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu {
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu>li {
	position: relative;
	cursor: pointer;
}
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu>li.active-landing:before {
	border-color: var(--main-color);
	background-color: #fff;
}
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu>li:before {
	content: '';
	display: block;
    width: 15px;
    height: 15px;
    background-color: var(--main-color);
    border-radius: 9999px;
    border: 3px solid transparent;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}
.menu-landing.hidden-menu,
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu>li>a {
	visibility: hidden;
	opacity: 0;
}
.menu-landing,
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu>li>a.elementor-item-active {
	visibility: visible;
	opacity: 1;
	transition: all 0.35s ease;
}
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu>li>a {
	position: absolute;
    top: 50%;
    left: auto;
    right: -90%;
    white-space: nowrap;
    display: block;
    width: fit-content;
    transform: translate(90%, -50%);
    align-items: unset;
    background-color: var(--e-global-color-secondary);
    color: white !important;
    padding: 5px 8px !important;
    border-radius: 9999px;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 3px 13px 0 rgb(255 255 255 / 15%);
    z-index: 1;
}
.menu-landing .elementor-nav-menu--main>.elementor-nav-menu>li>a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    right: auto;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 7px 7px 7px 0px;
    border-color: transparent var(--e-global-color-secondary) transparent var(--e-global-color-secondary);
    background-color: transparent !important;
    opacity: 1 !important;
    z-index: 0;
}
.hero-banner {
	position: relative;
	overflow: hidden;
}
.hero-banner:before {
	content: '';
	background-image: url(/wp-content/uploads/2026/06/sparkle1.png), url(/wp-content/uploads/2026/06/sparkle2.png);
    animation: sparkle 60s linear infinite;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
	pointer-events: none;
}
@keyframes sparkle {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: -500px -1000px, -400px -400px, 300px 300px;
    }
}
.slide-value-items .elementor-slide-heading {
	color: #fff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(201, 146, 50, 0.8) 50%, rgba(255, 255, 255, 0));
    box-sizing: border-box;
	line-height: 1.7 !important;
    font-size: 32px !important;
    font-weight: 800 !important;
}
.slide-value-items .elementor-swiper-button,
.slide-blog-items .elementor-swiper-button {
	width: 40px;
    height: 40px;
    background-color: var(--main-color);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
	transition: all 0.35s ease;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
}
.slide-value-items .elementor-swiper-button:hover,
.slide-blog-items .elementor-swiper-button:hover {
	background-color: var(--secondary-color);
}

/* blog */
.tags-list-blog {
	flex-direction: row;
    flex-wrap: wrap;
	gap: 10px;
}
.tags-list-blog li {
	display: flex;
}
.tags-list-blog a {
	background-color: #fec1101f;
    padding: 5px 10px;
    border-radius: 9999px;
    color: var(--main-color);
	transition: all 0.35s ease;
}
.tags-list-blog a:hover {
	background-color: var(--main-color);
	color: white;
	transform: translatey(-4px);
}
.cate-list-blog,
.tags-list-blog {
	list-style: none;
    padding: 0;
    display: flex;
}
.cate-list-blog {
	flex-direction: column;
}
.cate-list-blog li {
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.cate-list-blog li:before {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	transition: all 0.35s ease;
	left: 0;
	top: 100%;
	background-color: var(--main-color);
}
.cate-list-blog li:hover:before {
	width: 100%;
}
.cate-list-blog a {
	transition: all 0.35s ease;
    color: var(--secondary-color);
    font-size: 14px;
}
.cate-list-blog a:hover {
	color: var(--main-color);
}
.img-post-items {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 15px;
}
.img-post-items a,
.img-post-items img {
	display: block;
	width: 100%;
	height: 100%;
}
.img-post-items img {
	object-fit: cover;
}
.slide-blog-items .elementor-swiper-button {
	
}
.date-post-items {
	
}
.title-post-items {
	-webkit-line-clamp: 2;
}
.excerpt-post-items {
	-webkit-line-clamp: 3;
}
.title-post-items,
.excerpt-post-items {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-post-items a:hover {
	color: var(--e-global-color-primary);
}

/* contact */
.cform-contact input,
.cform-contact textarea {
	background-color: #fff9e8;
    border: 1px solid transparent;
    outline: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 15px;
    color: var(--e-global-color-secondary);
}
.cform-contact input:hover,
.cform-contact textarea:hover,
.cform-contact input:focus,
.cform-contact textarea:focus {
	border-color: var(--e-global-color-primary);
}
.cform-contact textarea {
	height: 120px;
}
.cform-contact .col-button input {
	width: 100%;
    background-color: var(--e-global-color-primary);
    border: none;
    outline: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 13px 24px;
	text-transform: uppercase;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.35s ease;
}
.cform-contact .col-button input:hover {
	transform: translateY(-6px);
	box-shadow: 0 3px 13px 0 rgb(0 0 0 / 15%);
}

/* footer */
.form-footer-items .col-input input {
	border: none;
	background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: white;
	outline: none;
}
.form-footer-items .col-input input::placeholder {
	color: rgba(255, 255, 255, .5);
}
.form-footer-items .wpcf7-submit {
	background-color: var(--e-global-color-primary);
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border-color: var(--e-global-color-primary);
	transition: all 0.35s ease;
}
.form-footer-items .wpcf7-submit:hover {
	transform: translatey(-5px);
}
.col-button {
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
.form-footer-items .wpcf7-form.submitting .wpcf7-submit {
	pointer-events: none;
	opacity: 0.75;
}

/* tablet */
@media (max-width: 1024px) {
	/* decor */
	.slide-value-items .elementor-slide-heading {
		font-size: 28px !important;
	}
}

/* mobile */
@media (max-width: 768px) {
	.pum-container {
		width: 90% !important;
	}
	.p-relative-mb {
		position: relative !important;
	}
	.slide-value-items .elementor-slide-heading {
		font-size: 24px !important;
	}
	.img-social-items img {
		width: 30px;
		height: 30px;
	}
	.dialog-type-lightbox {
		z-index: 999999;
	}
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: var(--e-global-color-primary);
}


