/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


body {
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden !important;
}

body a {
    text-decoration: none !important;
}

body ul li {
    list-style: none !important;
}

.header-icon-btn a#icon-btn {
    padding: 14px 20.5px !important;
}

.header-icon-btn a#icon-btn svg {
    width: 25px !important;
    height: 25px !important;
}

.header-icon-btn a#icon-btn span.elementor-button-content-wrapper {
    align-items: center !important;
    gap: 10px !important;
}

.bg-line-class h2.elementor-heading-title span {
    position: relative;
    z-index: 9;
}

.bg-line-class h2.elementor-heading-title span::after {
    content: '';
    background: #D29EAB;
    position: absolute;
    width: 100%;
    height: 17px;
    left: 0px;
    bottom: 8px;
    z-index: -1;
    right: 0px;
    margin: 0 auto;
}

.price-boxes .jkit-icon-box-wrapper .icon-box .icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 34px !important;
}

.price-boxes .jkit-icon-box-wrapper .icon-box .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}


.price-boxes .jkit-icon-box-wrapper .icon-box h3.title {
    color: #262626 !important;
    font-size: 36px !important;
    padding-bottom: 0 !important;
}

.price-boxes .jkit-icon-box-wrapper .icon-box h3.price {
    margin: 0 !important;
    color: #47566A !important;
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
}

.price-boxes .jkit-icon-box-wrapper .icon-box ul {
    padding: 0 !important;
    margin: 28px 0px 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.price-boxes .jkit-icon-box-wrapper .icon-box ul li {
    color: #666666 !important;
    font-size: 16.8px !important;
    line-height: 16.8px !important;
    font-family: 'Poppins';
    font-weight: 600;
    position: relative;
}

.price-boxes .jkit-icon-box-wrapper .icon-box ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 15px;
    height: 15px;
    left: -24px;
    top: 2px;
    font-size: 15px;
}

/* --------- Section Icons */
.sec01 {
    position: relative;
}

.sec01::after {
    content: '';
    background: url(/wp-content/uploads/2024/12/about-us-right.png);
    position: absolute;
    width: 120px;
    height: 122px;
    top: 5%;
    right: 0.4%;
    background-size: auto;
    background-repeat: no-repeat;
    animation: sina-bounce-anim 12s infinite ease-in-out;
}

.sec01::before {
    content: '';
    background: url(/wp-content/uploads/2024/12/about-left.png);
    position: absolute;
    width: 85px;
    height: 100%;
    top: 82% !important;
    left: 1%;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    background-size: auto;
    background-repeat: no-repeat;
}

.sec01 .inner-about-heart {
    position: relative;
}

.sec01 .inner-about-heart::after {
    content: '';
    background: url(/wp-content/uploads/2024/12/about-center-heart.png);
    position: absolute;
    top: 26%;
    left: -5%;
    right: 0;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    margin: 0 auto;
    height: 260.23px;
    width: 260.23px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.sec02 {
    position: relative;
}

.sec02::before {
    content: '';
    background: url(/wp-content/uploads/2024/12/testimonials-heart.png);
    position: absolute;
    width: 220px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    height: 220px;
    top: 66% !important;
    left: 10%;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec03 {
    position: relative;
}

.sec03::before {
    content: '';
    background: url(/wp-content/uploads/2024/12/ser-left.png);
    position: absolute;
    width: 116.35px;
    height: 226.28px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    top: 0% !important;
    left: 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec03::after {
    content: '';
    background: url(/wp-content/uploads/2024/12/ser-right.png);
    position: absolute;
    width: 207.65px;
    height: 227.91px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    top: 83%;
    right: -3%;
    background-size: contain;
    background-repeat: no-repeat;
}


.sec05 {
    position: relative;
}

.sec05::before {
    content: '';
    background: url(/wp-content/uploads/2024/12/price-left.png);
    position: absolute;
    width: 200px;
    height: 200px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    top: 0% !important;
    left: 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec05::after {
    content: '';
    background: url(/wp-content/uploads/2024/12/price-right.png);
    position: absolute;
    width: 207.65px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    height: 227.91px;
    top: 83%;
    right: -3.8%;
    background-size: contain;
    background-repeat: no-repeat;
}

.price-inner {
    position: relative;
}

.price-inner::before {
    content: '';
    background: url(/wp-content/uploads/2024/12/price-bottom.png);
    position: absolute;
    width: 45px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    height: 45px;
    top: 100% !important;
    left: -10%;
    background-size: contain;
    background-repeat: no-repeat;
}

.price-inner::after {
    content: '';
    background: url(/wp-content/uploads/2024/12/price-top.png);
    position: absolute;
    width: 61px;
    height: 55px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    top: -28px;
    right: -48px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec06 {
    position: relative;
}

.sec06::after {
    content: '';
    background: url(/wp-content/uploads/2024/12/heart-right.png);
    position: absolute;
    width: 195.23px;
    height: 204.95px;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    top: 54%;
    right: 18%;
    background-size: contain;
    background-repeat: no-repeat;
}


.sec07 {
    position: relative;
}

.sec07::before {
    content: '';
    background: url(/wp-content/uploads/2024/12/blog-left.png);
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0% !important;
    left: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    animation: sina-bounce-anim 12s infinite ease-in-out;
}

.sec07::after {
    content: '';
    background: url(/wp-content/uploads/2024/12/blog-right.png);
    position: absolute;
    width: 195.23px;
    height: 204.95px;
    top: 75%;
    right: -3.5%;
    background-size: contain;
    animation: sina-bounce-anim 12s infinite ease-in-out;
    background-repeat: no-repeat;
}
/* --------- Section Icons */

@keyframes sina-bounce-anim {
    0% {
        transform: translate(0, -5px) rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: translate(0, 5px) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        transform: translate(0, -5px) rotate(0deg);
        opacity: 1;
    }
    75% {
        transform: translate(0, 5px) rotate(0deg);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, -5px) rotate(0deg) scale(1);
        opacity: 1;
    }
}


.jkit-post-category a {
    pointer-events: none !important;
}

.text-class p {
    font-size: 15px !important;
    font-weight: 400;
}

.text-class h5 {
    margin: 8px 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff1f5;
    font-size: 20px;
    color: #000000;
}

.same-height .jkit-icon-box-wrapper {
    min-height: 354px;
    position: relative !important;
}


.same-height .jkit-icon-box-wrapper p.icon-box-description {margin: 0 !important;min-height: 120px;}

.same-height .jkit-icon-box-wrapper .icon-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: space-between !important;
}

.same-height .jkit-icon-box-wrapper .icon-box h3.title {
    font-size: 25px !important;
    width: 70%;
}

.same-height .jkit-icon-box-wrapper .icon-box a.icon-box-link {
    font-size: 17px !important;
}


div.wpforms-container-full .wpforms-field select {
    height: 48px !important;
    border-radius: 10px !important;
    border: 1px solid rgb(177 177 177) !important;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    color: grey;
}

div.wpforms-container-full .wpforms-field input {
    height: 48px !important;
    border-radius: 10px !important;
    border: 1px solid rgb(177 177 177) !important;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    color: grey;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px;
    color: #262626;
    font-weight: 500 !important;
    font-family: 'Poppins';
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-bottom: 18px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    border-radius: 10px !important;
    border: 1px solid rgb(177 177 177) !important;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    color: grey;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    border-radius: 10px !important;
    border: 1px solid rgb(177 177 177) !important;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    color: grey;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 17px 38px !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #eed0d8 !important;
    border-radius: 12px;
    background: #e0b1bd !important;
    color: #2d2d2d;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #0000 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: red !important;
    margin: 4px 5px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label span.wpforms-required-label {
    font-size: 12px;
}

.wpforms-recaptcha-container {
    margin: -12px 0 !important;
}


	li#menu-item-956 {
    display: none;
}


@media only screen and (max-width: 860px) {
    
.wpforms-field {
    width: 100% !important;
    margin: 0 !important;
}

div.wpforms-container-full .wpforms-field select {
    height: 42px !important;
    font-size: 14px;
}

div.wpforms-container-full .wpforms-field input {
    height: 42px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-bottom: 10px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 13px !important;
}

	div.wpforms-container-full .wpforms-form button[type=submit] { 
		
	}

.banner-section {
    padding-top: 71px !important;
}

div#header-id {
    margin-bottom: -160px;
}

	li#menu-item-956 {
    display: block !important;
}

.sec06::after {
    display: none;
}

.jkit-menu-wrapper {
    background: #fff !important;
}
.jkit-nav-identity-panel .jkit-nav-site-title img {
    max-width: 120px !important;
    margin: 0 10px 0 15px !important;
}

li#menu-item-956 a {
    background: #e0b1bb !important;
    display: inline-block !important;
    padding: 14px 24px !important;
    color: #000 !important;
    border-radius: 12px;
    margin-top: 18px;
}
	
}