:root {
	--black: #000;
	--white: #fff;
	--white-op46: #ffffff75;
	--secondary: #000;
	--primary: #000;
	--text: #00000080;
	--orange: #ff9800;
	--gray-cd: #CDCDCD;
	--radius-10: 10px;
	--radius-15: 15px;
	--radius-20: 20px;
	--radius-50: 50px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", Sans-serif!important;
}
/* Header */
/* Sticky Header */
.header_bar {
/* 	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 3; */
}
}
.header_bar.sticky {
	position: fixed!important;
	width: 100%;
	background-color: var(--primary)!important;
	animation: stickyMenuAnimation 0.7s;
	box-shadow: 0 0 5px 0 #778591;
	left:0;
	right:0;
	top:0;
	z-index: 999;
}
@keyframes stickyMenuAnimation {
    from {
        top: -200px;
    }
    to {
       top: 0px;
    }
}

/* General */
/* btn-theme */
.btn-theme .elementor-button {
    padding: 0 15px 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: var(--radius-50);
    color: var(--primary);
    background-color: var(--orange);
}
.btn-theme .elementor-button-icon {
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-50);
    margin-left: 10px
}
.btn-theme .elementor-button-content-wrapper {
    justify-content: center;
    align-items: anchor-center;
}
.btn-theme.white-hover .elementor-button:hover {
    color: var(--primary);
    background-color: var(--white)!important;
}
.btn-theme.white-hover .elementor-button:hover .elementor-button-icon svg {
    filter: brightness(1) invert(0)!important;
    fill: var(--primary) !important;
}
.btn-theme .elementor-button:hover {
    color: var(--white);
    background-color: var(--primary)!important;
}
.btn-theme .elementor-button:hover .elementor-button-icon {
    background-color: var(--orange);
}
/* btn-theme white */
.btn-theme.white .elementor-button {
    color: var(--primary);
    background-color: var(--white)!important;
}
.btn-theme.white .elementor-button:hover {
    color: var(--primary);
    background-color: var(--orange)!important;
}
.btn-theme.white .elementor-button-icon {
    background-color: var(--orange);
}
.btn-theme.white .elementor-button-icon svg {
    fill: var(--primary);
}
.btn-theme.white .elementor-button:hover .elementor-button-icon svg {
    fill: var(--white);
}
.btn-theme.white .elementor-button:hover .elementor-button-icon {
    background-color: var(--primary);
}
/*  */
.banner {
    background-color: var(--primary);
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .elementor-heading-title {
    color: var(--white)!important;
}
/*  */
._heading .elementor-heading-title {
    font-weight: 100;
}
._heading .elementor-heading-title strong {
    font-weight: 500;
}
.sub-head {
    position: relative;
    padding-left: 45px;
}
.sub-head .elementor-heading-title { font-size: 16px!important; color: var(--orange); }
.sub-head:before {
    content: '';
    position: absolute;
    background-color: var(--orange);
    height: 2px;
    width: 25px;
    left: 10px;
    top: 5px;
}
.sub-head:after {
    content: '';
    position: absolute;
    background-color: var(--orange);
    height: 2px;
    width: 35px;
    left: 0;
    bottom: 5px;
}
.choose-box {
border: 1px solid var(--white-op46);
    padding: 20px 15px;
    border-radius: var(--radius-10);
    height: 100%;
}
.choose-box:hover {
    background-color: var(--orange)
}
.choose-box:hover .elementor-icon-box-title, .choose-box:hover .elementor-icon-box-description {
    color: var(--primary)!important;
}
.choose-box .elementor-icon-box-icon {
    background-color: var(--orange);
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-10);
    margin: 0 0 25px!important
}
.choose-box:hover .elementor-icon-box-icon {
    background-color: var(--white);
} 
/* Single post */
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    font-size: 22px !important;
    margin-bottom: 10px;
}
.post-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.post-content li {
    position: relative;
    padding-left: 25px;
}
.post-content li:before {
    content: '';
    position: absolute;
    background-image: URL('https://klaseo.net/wp-content/uploads/2025/07/dot.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    left: 0;
    top: 8px;
}
.ast-container {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
/* Price table */
.price_table .elementor-price-table__footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.price_table .elementor-price-table__footer .elementor-price-table__additional_info {
    margin: 0!important;
}
.price_table .elementor-price-table__footer .btn {
    color: var(--primary);
    border-radius: 50px 50px 50px 50px;
    padding: 18px 30px 18px 30px;
    background-color: var(--orange);
    font-weight: 500;
    margin-left: 14px;
}
.price_table .elementor-price-table__footer .btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
