/*
	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.6
	Stable tag: 3.4.6
	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,
*/


@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
.text {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
}
:root {
    --gold: #F5B11E;
    --dark: #181612;
    --white: #FFFFFF;
	--font:'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
}
/* Animated Background */
        .bg-canvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
.main-section{
	    padding: 60px 60px;
    position: relative;
    z-index: 10;
}
.main-section1{
	    padding: 50px 60px 60px 60px;
    position: relative;
    z-index: 10;
}
.hero-left {
    padding: 100px 60px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.hero-right {
    padding: 100px 60px 60px 20px;
    
    animation: slideInRight 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s backwards;
}

@keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
.hero-tag
 {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(245, 177, 30, 0.1);
    border: 1px solid rgba(245, 177, 30, 0.3);
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    width: fit-content;
    animation: slideInLeft 1s cubic-bezier(0.23, 1, 0.32, 1);
	 font-family: var(--font);
}
.hero h1 {
            font-size: clamp(50px, 8vw, 120px);
            font-weight: 700;
            line-height: 0.95;
            letter-spacing: -4px;
            margin-bottom: 40px;
            animation: slideInLeft 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s backwards;
	font-family: var(--font);
        }

        .word {
            display: inline-block;
            overflow: hidden;
        }

        .char {
            display: inline-block;
            transform: translateY(100%);
            animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
			color:var(--white);
        }

        @keyframes slideUp {
            to {
                transform: translateY(0);
            }
        }
.gradient-gold {
    background: linear-gradient(135deg, var(--gold) 0%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-left p {
    font-size: 18px !important;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 50px;
    animation: slideInLeft 1s cubic-bezier(0.23, 1, 0.32, 1) 0.4s backwards;
	font-family: var(--font) !important;
}
.bento-card {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 30px;
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .bento-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(245, 177, 30, 0.1) 0%, transparent 100%);
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .bento-card:hover::before {
            opacity: 1;
        }

        .bento-card:hover {
            border-color: rgba(245, 177, 30, 0.3);
            transform: translateY(-5px);
        }

        .bento-large {
            grid-column: span 2;
            height: 250px;
        }

        .bento-small {
            height: 180px;
        }

        .bento-card h3 {
            font-size: 48px !important;
            font-weight: 700;
            color: var(--gold) !important;
            margin-bottom: 10px !important;
			    font-family: var(--font) !important;
        }

        .bento-card p {
            font-size: 13px !important;
            color: rgba(255, 255, 255, 0.6) !important;
            letter-spacing: 1px !important;
            text-transform: uppercase !important;
			    font-family: var(--font) !important;
        }

        .bento-image, .bento-large img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.4;
            transition: all 0.5s ease;
        }

        .bento-card:hover .bento-image {
            opacity: 0.6;
            transform: scale(1.05);
        }
.cta-primary .elementor-button{
    background: var(--gold) !important;
    color: var(--dark) !important;
    padding: 20px 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: var(--font) !important;
}
.cta-primary .elementor-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: var(--white);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .cta-primary .elementor-button:hover::before {
            width: 400px;
            height: 400px;
        }

        .cta-primary .elementor-button span {
            position: relative;
            z-index: 1;
        }

        .cta-secondary .elementor-button{
            background: transparent;
            color: var(--white);
            padding: 20px 50px;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 1px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
			font-family: var(--font) !important;
        }

        .cta-secondary .elementor-button:hover {
            border-color: var(--gold);
            color: var(--gold);
        }
.marquee {
    padding: 60px 0;
    border-top: 1px solid rgba(245, 177, 30, 0.1);
    border-bottom: 1px solid rgba(245, 177, 30, 0.1);
    overflow: hidden;
    position: relative;
}
.marquee-content .elementor-icon-list-items{
            display: flex;
            animation: marquee 30s linear infinite;
        }

        @keyframes marquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .marquee-item, .marquee-content .elementor-icon-list-text {
            font-size: 80px !important;
            font-weight: 700 !important;
            color: rgba(255, 255, 255, 0.05) !important;
            white-space: nowrap;
            padding: 0 40px;
            letter-spacing: -2px;
			font-family: var(--font) !important;
        }
.marquee-content .elementor-icon-list-item, .marquee-content .elementor-icon-list-item a{
	    align-content: center;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}
        .marquee-item.gold, .marquee-content .elementor-icon-list-icon i{
            color: rgba(245, 177, 30, 0.1) !important;
			font-size: 30px !important;
        }
 
        .split-image img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .split-image img:hover {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            transform: scale(1.02);
        }

        .split-content h3 {
            font-size: 36px !important;
            margin-bottom: 30px;
            font-weight: 700;
			color:var(--white) !important;
			font-family: var(--font) !important;
        }

        .split-content p {
            font-size: 18px !important;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.7) !important;
            margin-bottom: 20px;
			font-family: var(--font) !important;
        }
.section-tag {
    font-size: 12px !important;
    letter-spacing: 3px;
    color: var(--gold) !important;
    margin-bottom: 20px;
    text-transform: uppercase;
	font-family: var(--font) !important;
}
.section-title h2{
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -3px;
    max-width: 900px;
}
.gradient-gold {
    background: linear-gradient(135deg, var(--gold) 0%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
 .stagger-card {
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 50px;
            position: relative;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            opacity: 0;
            animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .stagger-card:nth-child(1) { animation-delay: 0.1s; }
        .stagger-card:nth-child(2) { animation-delay: 0.2s; transform: translateY(50px); }
        .stagger-card:nth-child(3) { animation-delay: 0.3s; }
        .stagger-card:nth-child(4) { animation-delay: 0.4s; transform: translateY(50px); }
        .stagger-card:nth-child(5) { animation-delay: 0.5s; }
        .stagger-card:nth-child(6) { animation-delay: 0.6s; transform: translateY(50px); }

        .stagger-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 0;
            background: var(--gold);
            transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .stagger-card:hover::before {
            height: 100%;
        }

        .stagger-card:hover {
            background: rgba(255, 255, 255, 0.05);
            transform: translateX(10px);
        }

        .card-number {
            font-size: 14px;
            color: var(--gold);
            margin-bottom: 20px;
            letter-spacing: 2px;
        }

        .stagger-card h4 {
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 600;
			color: var(--white);
			font-family: var(--font) !important;
        }

        .stagger-card p {
            font-size: 15px;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.6);
			font-family: var(--font) !important;
        }
.timeline-item .elementor-icon-box-content{
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
}
.timeline-item .elementor-icon-box-description, .timeline-item .elementor-icon-box-content > p:empty:last-child{
	display:none;
}
  .timeline-item:last-child::before {
            display: none;
        }

.timeline-item::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 60px;
    bottom: -80px;
    width: 1px;
    background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
}
.timeline-item .elementor-icon-box-title{
    width: 60px;
    height: 60px;
    background: var(--gold);
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: relative;
    z-index: 1;
	font-family: var(--font) !important;
}
.timeline-content h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
	font-family: var(--font) !important;
	color: var(--white);
	    margin-top: 0;
}
.timeline-content p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
	font-family: var(--font) !important;
	    margin: 0;
}
.comparison-item-modern p{
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.3s ease;
	color: rgba(255, 255, 255, 0.4);
	margin:0;
}
.comparison-item-modern.text-white p{
	color: #ffffff;
}
.comparison-item-modern p:hover{
	 padding-left: 20px;
            color: var(--gold);
}
.comparison-divider {
    background: linear-gradient(180deg, transparent, var(--gold), transparent);
}
.founder-section {
    background: linear-gradient(135deg, rgba(245, 177, 30, 0.05) 0%, transparent 100%);
    border-left: 3px solid var(--gold);
}
.founder-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    filter: grayscale(100%);
    transition: all 0.6s ease;
}
.founder-image img:hover {
    filter: grayscale(0%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.founder-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    margin-top: 5px;
}
.quote-mark i{
	    opacity: 0.3;
}
  .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .form-group {
            position: relative;
        }

        .form-group.full-width {
            grid-column: span 2;
        }

        .form-grid label {
            display: block;
            font-size: 12px;
            letter-spacing: 2px;
            color: var(--gold);
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .form-grid input, .form-grid select, .form-grid textarea {
            width: 100%;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--white);
            padding: 18px 20px;
            font-size: 15px;
            font-family: 'Space Grotesk', sans-serif;
            transition: all 0.3s ease;
        }

        .form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus {
            outline: none;
            border-color: var(--gold);
            background: rgba(255, 255, 255, 0.05);
        }

       .form-grid textarea {
            min-height: 150px;
            resize: vertical;
        }

        .form-grid select {
            cursor: pointer;
            appearance: none;
            background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23F5B11E' stroke-width='2'/%3E%3C/svg%3E") #1f1d19 !important;
            background-repeat: no-repeat !important;
            background-position: right 20px center !important;
        }

        .form-grid .submit-btn {
            grid-column: span 2;
            background: var(--gold);
            color: var(--dark);
            padding: 22px;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            border: none;
            cursor: pointer;
            margin-top: 20px;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            overflow: hidden;
        }

        .form-grid .submit-btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: var(--white);
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: width 0.6s, height 0.6s;
        }

        .form-grid .submit-btn:hover::before {
            width: 500px;
            height: 500px;
        }

       .form-grid .submit-btn span {
            position: relative;
            z-index: 1;
        }
.wpcf7 form .wpcf7-response-output{
	color:#fff;
}
.header_new {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: rgba(24, 22, 18, 0.7);
    backdrop-filter: blur(30px);
    border-bottom: 1px solid rgba(245, 177, 30, 0.1);
}
.nav-cta .elementor-button{
    background: transparent !important;
    color: var(--gold);
    padding: 12px 30px;
    border: 1px solid var(--gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
 .nav-cta .elementor-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: var(--gold) !important;
            transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            z-index: -1;
        }

        .nav-cta .elementor-button:hover {
            color: var(--dark);
        }

        .nav-cta .elementor-button:hover::before {
            left: 0;
        }
.page-id-9980 .elementor-location-footer{
	display:none;
}
/* Responsive */
        @media (max-width: 1200px) {
			.main-section1 {
    		padding: 0px 40px 60px 40px;
			}
			.hero-left{
				padding:90px 0px 0px 0px;
			}
			.hero-right {
    padding: 0;
			}
			.main-section {
    padding: 40px 40px;
			}
}
@media (max-width: 768px) {
	.header_new{
		padding:15px 15px;
	}
	.main-section {
    padding: 40px 20px;
			}
	.main-section1 {
    		padding: 0px 20px 60px 20px;
			}
	.marquee-item, .marquee-content .elementor-icon-list-text {
    font-size: 50px !important;
	}
	.marquee {
    padding: 40px 0;
	}
	.split-image img {
    width: 100%;
    height: 400px;
	}
	.section-title h2 {
    font-size: clamp(34px, 6vw, 80px);
	}
	.stagger-card{
		padding:30px;
	}
	.timeline-item .elementor-icon-box-content{
		gap:20px;
	}
	.timeline-content h4 {
    font-size: 22px;
	}
	.founder-section {
   
    border-left: 0;
	}
	 .form-grid {
                grid-template-columns: 1fr;
		     gap: 14px;
            }

            .form-group.full-width {
                grid-column: span 1;
            }
	.nav-cta .elementor-button{
		    font-size: 12px;
		    padding: 12px 10px;
	}
}