/* 
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
*/
.width_fit_content{width:fit-content !important;margin:0 !important}
.hover_boxes{transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;}
.hover_boxes:hover{background: #7c3aed !important;color: #fff !important;box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);cursor:pointer}
/* Add your custom styles here */
body .e-con-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.margin_zero p{margin:0 !important}
body .text_content blockquote {border-left:3px solid #e8a53d;margin:30px 0px ;padding-left:22px;font-style:italic;font-family:'Cormorant Garamond';font-size:22px}
body .custom_margin p{margin:0px !important}
.Nav_Bar {
    position: absolute;
    z-index: 9;
}
.btn_effect{
    transition: transform 0.3s ease;
}
.btn_effect:hover{
    transform: translateY(-5px);
}
.scroll_text{
    display: inline-block;
    animation: floatText 3s ease-in-out infinite;
}
.beliefs li {
    position: relative;
    padding-left: 22px;
    list-style: none;
}
.beliefs .elementor-icon-list-text span{color:#f4ecff;font-family:'Cormorant Garamond';font-weight:600}
.beliefs li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 22%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #E8A53D;
}
.beliefs span.elementor-icon-list-text {
    margin-left: 30px;
}
.form_sec .elementor-button.elementor-size-sm{
    transition: transform 0.3s ease;
}
body .card_hover:hover{box-shadow:0 18px 40px -24px rgba(124,58,237,.5)}
.form_sec .elementor-button.elementor-size-sm:hover{
    transform: translateY(-5px);
}
.form_sec span.elementor-field-option label{
    color: rgb(74, 59, 88) !important;
    font-size: 14px !important;
    line-height: 22px;
}
.form_sec input#form-field-field_29e5915-0 {
    width: 20px;
}
 .icon_list svg{
 padding: 10px;
 background-color: #EBDFFC;
 border-radius: 10px;
 margin-top: 10px;
}
@keyframes floatText{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-8px);
    }
    100%{
        transform: translateY(0);
    }
}
/* Nav bar css */
.Nav_Bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: background-color .35s ease,
                backdrop-filter .35s ease,
                box-shadow .35s ease,
                border-color .35s ease;
}

.Nav_Bar.scrolled{
    background: color-mix(in srgb, #241132 92%, transparent);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
    -webkit-backdrop-filter: blur(14px);
 }


/* Reset Counter */
.Nav_Bar ul {
    counter-reset: menu-counter;
}

/* Increment Counter */
.Nav_Bar ul > li {
    counter-increment: menu-counter;
}

/* Menu Link */
.Nav_Bar ul > li > a {
    display: flex;
    align-items: center;
}

/* Number Always Visible */
.Nav_Bar ul > li > a::before {
    content: counter(menu-counter, upper-roman);
    display: inline-block;
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    font-size: 12px;
    color: #E8A53D;
	margin-top: -20px;
    margin-right: 8px;
}


/* Nav bar css */

/* Hero section color */
.hero-art{
    background:#241132 !important;
    overflow: hidden;
}
.hero-art:before {
    content: "";
    position: absolute;
    background: radial-gradient(38% 55% at 22% 30%, #7c3aed 0%, transparent 60%), radial-gradient(30% 45% at 78% 22%, #e8a53d 0%, transparent 58%), radial-gradient(42% 50% at 68% 72%, #c026d3 0%, transparent 60%), radial-gradient(35% 45% at 30% 80%, #f26d5b 0%, transparent 60%), radial-gradient(50% 60% at 50% 50%, #3b1d6e 0%, transparent 70%);
    filter: blur(30px) saturate(1.05);
    opacity: .9;
    animation: drift 26s cubic-bezier(.2,.7,.2,1) infinite alternate;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}
.hero-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
    color-mix(in srgb, #241132 30%, transparent) 0%, transparent 30%, 
    color-mix(in srgb, #241132 78%, transparent) 100%);
}
.hero-art *{
    z-index: 9;
}
.custom-breadcrumb {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.76rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
	justify-content:center
}

.custom-breadcrumb a {
    color: #f5a623;
    text-decoration: none;
	font-family:"Inter"
}

.custom-breadcrumb span {
    color: #f5a623;
}

.custom-breadcrumb span:last-child {
    color: #ffffff;
}
/* Hero section color */

@media(max-width: 767px){
 .hero_sec_btn  {
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
}
/* .hero_sec_btn textPath{
    font-size: 20px !important;
} */
	.hero_sec_btn svg.arch.anim.d4{
		height: 90px !important;
	}
	.Nav_Bar ul > li > a::before{
		display: none !important;
	}
}