/* 
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 */

.text-para p {
    font-size: 14px !important;
	font-weight: 500 !important;
}
ul#menu-header_menu li.current-menu-item a {
/*     font-family: 'Jumping Chick'; */
    font-weight: 600;
}
ul#menu-header_menu li a {
    font-weight: 500;
}
.faq-content .elementskit-card a.elementskit-btn-link.collapsed span.ekit-accordion-title {
    font-weight: 400;
}
.faq-content .elementskit-card.active a.elementskit-btn-link.collapsed span.ekit-accordion-title {
    font-weight: 600;
}
.orange-border .elementor-widget-container {
    position: relative;
}
.blue-box {
    position: relative;
}
.blue-box:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 80%;
    background: url(/wp-content/uploads/2025/01/arrow-one.png)no-repeat center;
    width: 105px;
    height: 40px;
}
.orange-box {
    position: relative;
}
.orange-box:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 80%;
    background: url(/wp-content/uploads/2025/01/arrow-two.png)no-repeat center;
    width: 105px;
    height: 40px;
}
.orange-border .elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #FF9545;
    content: '';
    border-radius: 50%;
    border-right: 2px solid #FF9545;
    border-left: 2px solid #FF9545;
    animation: rotate-border 5s linear infinite;
}
.blue-border .elementor-widget-container {
    position: relative;
}
.blue-border .elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 3px solid #41BEC3;
    content: '';
    border-radius: 50%;
    border-right: 3px solid #41BEC3;
    border-left: 3px solid #41BEC3;
    animation: rotate-border 5s linear infinite;
}
.yellow-border .elementor-widget-container {
    position: relative;
}
.yellow-border .elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 3px solid #FFE8A9;
    content: '';
    border-radius: 50%;
    border-right: 3px solid #FFE8A9;
    border-left: 3px solid #FFE8A9;
    animation: rotate-border 5s linear infinite;
}
.black-border .elementor-widget-container {
    position: relative;
}
.black-border .elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 3px solid #333333;
    content: '';
    border-radius: 50%;
    border-right: 3px solid #333333;
    border-left: 3px solid #333333;
    animation: rotate-border 5s linear infinite;
}
@keyframes rotate-border {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
div#copyright p a {
    color: #41BEC3;
    font-weight: 400;
}
a.elementskit-btn, .story-btn a, div#header-btn a.elementor-button {
    position: relative !important;
    border: 3px solid #333 !important;
    box-shadow: 0 0 0 4px #fff;
}
a.elementskit-btn:before, .story-btn a:before, div#header-btn a.elementor-button:before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: 70% !important;
    width: 25px !important;
    height: 3px !important;
    background: #fff;
    opacity: 1 !important;
    z-index: 1 !important;
}
a.elementskit-btn:after, .story-btn a:after, div#header-btn a.elementor-button:after {
    content: '' !important;
    position: absolute !important;
    bottom: -3px !important;
    left: 30% !important;
    width: 45px !important;
    height: 3px !important;
    background: #fff;
    opacity: 1 !important;
    z-index: 1 !important;
}
.no-border a.elementskit-btn {
    box-shadow: unset;
    border: unset !important;
}
.no-border a.elementskit-btn:before, .no-border a.elementskit-btn:after {
    display: none;
}
section#newsletter-sec {
    position: relative;
    box-shadow: 0 0 0 10px #ffffff;
}
section#newsletter-sec:before {
    content: '';
    position: absolute !important;
    top: -3px !important;
    left: 70% !important;
    width: 100px !important;
    height: 3px !important;
    background: #fff;
    opacity: 1 !important;
    z-index: 1 !important;
}
section#newsletter-sec:after {
    content: '';
    position: absolute !important;
    bottom: -3px !important;
    left: 30% !important;
    width: 200px !important;
    height: 3px !important;
    background: #fff;
    opacity: 1 !important;
    z-index: 1 !important;
}
ul.ekit_social_media li a {
    position: relative;
    box-shadow: 0 0 0 4px #ffffff;
    border: 2px solid #333;
}
ul.ekit_social_media li a:before {
    content: '';
    position: absolute !important;
    top: -2px !important;
    left: 40% !important;
    width: 9px !important;
    height: 2px !important;
    background: #fff;
    opacity: 1 !important;
    z-index: 1 !important;
}
.faq-content .elementskit-card.active a {
    border: 2px solid #333 !important;
    position: relative !important;
}
.faq-content .elementskit-card.active a:before {
    content: '';
    position: absolute !important;
    top: -3px !important;
    left: 70% !important;
    width: 25px !important;
    height: 3px !important;
    background: #fff;
    opacity: 1 !important;
    z-index: 1 !important;
}
.faq-content .elementskit-card.active a:after {
    content: '';
    position: absolute !important;
    bottom: -3px !important;
    left: 30% !important;
    width: 45px !important;
    height: 3px !important;
    background: #fff;
    opacity: 1 !important;
    z-index: 1 !important;
}
.height-box .elementskit-infobox {
    height: 280px;
}
.headingLine h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.headingLine h2:after {
    content: "";
    width: 100px;
    height: 4px;
    background: #393939;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
div.hoverInnerWhite:hover h3,div.hoverInnerWhite:hover p {
    color: #fff !important;
}
@media (max-width:600px){
	div#copyright p a {
    font-size: 14px;
}
	
.orange-border img {
    width: 140px !important;
    height: 140px !important;
}

.orange-border .elementor-widget-container::before {
    height: 140px !important;
    width: 140px !important;
}

.orange-border  .elementor-widget-container {
    width: 140px !important;
    margin: 0 auto 20px !important;
}

.box-img .elementor-widget-container img {
    width: 135px;
    height: 135px;
    object-fit: contain !important;
}	
.headingLine h2:after {
    left: 0px;
	right:0px;
	margin:0 auto;
}
	.humburgurmenumobile li i.icon {
    border: unset;
    padding: 0px !important;
	padding-left: 15px !important;
		padding-right:40px !important;
		padding-top:3px !important;
		padding-bottom:3px !important;
}
	.humburgurmenumobile ul#menu-header_menu li a {
    font-size: 16px;
}
.humburgurmenumobile ul#menu-header_menu li {
    border-bottom: 1px solid #eaeaea91;
}
}

