/*
Theme Name: Nexux Child
Theme URI: https://wpriverthemes.com/nexux/
Template: nexux
Author: WordPressRiver
Author URI: https://themeforest.net/user/wordpressriver
Description: Introducing a WordPress theme tailored for Business Consulting WordPress Theme
Tags: e-commerce,blog,portfolio
Version: 1.0.0.1746270223
Updated: 2025-05-03 11:03:43

*/

/* GeniusFlow Landing Page Styles */

/* Global Styles */
.geniusflow-landing {
    font-family: inherit;
    color: #ffffff;
    overflow-x: hidden;
    background-color: #070B1F;
}

.geniusflow-landing section {
    padding: 80px 0;
    background-color: #070B1F;
}

.geniusflow-landing .section-header {
    margin-bottom: 60px;
}

.geniusflow-landing .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.geniusflow-landing .section-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 0.01em;
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: #070B1F;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.hero-text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.key-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}

.hero-cta {
    display: flex;
    gap: 15px;
}

.hero-cta .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-cta .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0px 10px 25px rgba(13, 110, 253, 0.3));
}

/* Features Section */
.features-section {
    background-color: #070B1F;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}

.feature-icon {
    margin-bottom: 20px;
    font-size: 48px;
    color: #0d6efd;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.feature-item p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    letter-spacing: 0.01em;
}

/* Integration Section */
.integration-section {
    background-color: #08102B;
    position: relative;
}

.integration-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.diagram-container {
    max-width: 900px;
    margin: 0 auto 50px;
    filter: drop-shadow(0px 10px 20px rgba(13, 110, 253, 0.2));
}

.integration-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.integration-feature {
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    flex: 1 1 300px;
    max-width: 400px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.integration-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.integration-feature h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.integration-feature p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #070B1F;
}

.testimonial-carousel {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.carousel-container {
    display: flex;
    overflow: hidden;
}

.testimonial-item {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.testimonial-content {
    flex: 3;
}

.testimonial-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
}

.client-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.client-info p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
    margin: 0;
}

.client-logo {
    flex: 1;
    text-align: center;
}

.client-logo img {
    max-width: 150px;
    height: auto;
    filter: brightness(0.9) invert(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.testimonial-item:hover .client-logo img {
    opacity: 1;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.carousel-controls button {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-controls button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: -0.02em;
}

.cta-content p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.01em;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-buttons .btn {
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 6px;
    font-size: 18px;
}

/* Contact Section */
.contact-section {
    background-color: #06091A;
    padding: 100px 0;
}

.contact-form {
    background-color: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    height: auto;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(13, 110, 253, 0.3);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

.contact-form textarea.form-control {
    min-height: 150px;
}

.contact-form .btn {
    min-width: 200px;
    margin-top: 10px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-text {
        font-size: 18px;
    }
    
    .key-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .integration-feature {
        flex: 1 1 45%;
    }
    
    .testimonial-item {
        flex-direction: column;
        padding: 30px;
    }
    
    .client-logo {
        margin-top: 20px;
    }
    
    .contact-form {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .geniusflow-landing section {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 30px;
    }
    
    .hero-title {
        font-size: 30px;
    }
    
    .feature-item {
        flex: 0 0 100%;
    }
    
    .integration-feature {
        flex: 1 1 100%;
    }
    
    .cta-content h2 {
        font-size: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-form {
        padding: 20px;
    }
}

.nav-list .item a span {
	font-size: 14px;
}

/* Footer Logo Size */
.site-footer .footer-logo img {
    max-width: 200px;
    height: auto;
}

/* Integration Diagram Arrows */
.integration-diagram .diagram-container {
    position: relative;
    padding: 0 60px;
}

.integration-diagram .arrow-left,
.integration-diagram .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #0d6efd;
    width: 40px;
    height: 40px;
    background: rgba(13, 110, 253, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-diagram .arrow-left {
    left: 0;
}

.integration-diagram .arrow-right {
    right: 0;
}

/* Ensure diagram is centered and balanced */
.integration-diagram .diagram-container img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    position: relative;
}

/* Add arrow connectors */
.integration-diagram .connector {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #0d6efd;
}

.integration-diagram .connector.left {
    left: 40px;
}

.integration-diagram .connector.right {
    right: 40px;
}

/* Tutorial Documentation Styles */
.tutorials-documentation {
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tutorials-content h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
}

.tutorials-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 30px;
}

.tutorials-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tutorials-section-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tutorials-section-link:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #0061ff;
    transform: translateY(-2px);
    text-decoration: none;
    color: #ffffff;
}

.tutorials-section-link i {
    font-size: 24px;
    color: #0061ff;
}

.tutorials-section-link span {
    font-size: 16px;
    font-weight: 500;
}

.tutorials-resources {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
}

.tutorials-resources h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

.tutorials-resources ul li {
    margin-bottom: 12px;
}

.tutorials-resources ul li:last-child {
    margin-bottom: 0;
}

.tutorials-resources ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.tutorials-resources ul li a:hover {
    color: #0061ff;
    text-decoration: none;
}

.tutorials-resources ul li i {
    color: #0061ff;
    font-size: 16px;
}

/* Resources Section Typography */
.section-header[data-subtitle] {
    margin-bottom: 60px;
}

.section-header[data-subtitle]:before {
    content: attr(data-subtitle);
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0061ff;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 30px;
}

.section-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.section-header .lead {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
    word-spacing: 4px;
}

/* Resource Cards */
.resource-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.resource-card h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 3px;
    line-height: 1.6;
    margin-bottom: 25px;
    word-spacing: 4px;
}

.resource-card p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 30px;
    word-spacing: 3px;
}

/* Tab Navigation */
.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 20px 30px;
    text-transform: uppercase;
}

/* Section Links */
.tutorials-section-link span {
    letter-spacing: 1px;
    line-height: 1.8;
}

.tutorials-resources ul li a {
    letter-spacing: 0.8px;
    line-height: 2;
    padding: 12px 0;
}

/* Featured Resource Card */
.featured-resource {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 60px;
}

.featured-resource .badge {
    display: inline-block;
    background: #0061ff;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-transform: none;
}

.featured-resource h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.featured-resource .resource-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.featured-resource .resource-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    letter-spacing: 0.2px;
}

.featured-resource .resource-meta i {
    color: #0061ff;
}

.featured-resource p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 800px;
}

.featured-resource .resource-highlights {
    margin: 30px 0;
    list-style: none;
    padding: 0;
}

.featured-resource .resource-highlights li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 2;
    margin-bottom: 12px;
}

.featured-resource .resource-highlights li i {
    color: #0061ff;
    font-size: 16px;
}

.featured-resource .btn {
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-right: 15px;
}

.featured-resource .btn i {
    margin-right: 8px;
}

#wpforms-5015 label,
#wpforms-5323 label {
	color: #fff;
}
#wpforms-5015 .wpforms-submit-container,
#wpforms-5323 .wpforms-submit-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
legend {
	color:#fff !important;
}
#wpforms-5015 .form-control input,
#wpforms-5323 .form-control input,
#wpforms-5015 .form-control select,
#wpforms-5323 .form-control select,
#wpforms-5015 .form-control textarea,
#wpforms-5323 .form-control textarea {
	padding: 24px 30px;
    background: linear-gradient(180deg, rgba(7, 7, 38, 0.5) 0%, rgba(18, 24, 102, 0.5) 100%);
    color: var(--White);
    border-color: transparent;
	border: 1px solid #4a90e2;
}

.btn-enquiry {
	border-radius: 100px !important;
	backdrop-filter: blur(16px);
  	background-color: #3a3ea5 !important;         /* Blue background */
  	color: white;                      /* White text */
  	border: none;
  	padding: 10px 60px 10px 60px !important;
  	font-size: 16px;
  	font-weight: bold;
  	border-radius: 8px;
  	cursor: pointer;
  	transition: all 0.3s ease;
  	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  	letter-spacing: 0.5px;
    min-height: 60px;
}

.btn-enquiry:hover {
	color: white;
  background-color: #3a3ea5 !important;         /* Darker on hover */
  transform: translateY(-2px);       /* Slight lift */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


.diagram-container {
	max-width: 1200px !important;
}

.diagram-container img {
	border-radius: 20px;
}