.elementor-kit-6{--e-global-color-primary:#2C5282;--e-global-color-secondary:#C53030;--e-global-color-text:#2D3748;--e-global-color-accent:#38A169;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-text-font-family:"Source Serif Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   GENERATEPRESS + ELEMENTOR PRO CUSTOM CSS
   Add this to Appearance > Customize > Additional CSS
   ========================================= */

/* System Font Stack Override */
body, button, input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

/* Header Enhancements */
.main-navigation {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.main-navigation .main-nav ul li a {
    transition: all 0.3s ease;
    position: relative;
}

.main-navigation .main-nav ul li a:hover {
    transform: translateY(-1px);
}

/* Enhanced Buttons */
.wp-block-button__link,
.elementor-button,
button,
.button,
input[type="submit"],
input[type="button"] {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(229, 62, 62, 0.3) !important;
}

.wp-block-button__link:hover,
.elementor-button:hover,
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(229, 62, 62, 0.4) !important;
    background: linear-gradient(135deg, #c53030 0%, #a02626 100%) !important;
}

/* Content Containers */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.separate-containers .inside-page-header {
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
}

.separate-containers .inside-article:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Typography Improvements */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
}

h1 { font-size: 2.8rem !important; }
h2 { font-size: 2.2rem !important; }
h3 { font-size: 1.8rem !important; }
h4 { font-size: 1.5rem !important; }
h5 { font-size: 1.3rem !important; }
h6 { font-size: 1.1rem !important; }

@media (max-width: 768px) {
    h1 { font-size: 2rem !important; }
    h2 { font-size: 1.7rem !important; }
    h3 { font-size: 1.5rem !important; }
}

/* Links */
a {
    color: #2c5282;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #1a365d;
    text-decoration: underline;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="url"],
select,
textarea {
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #2c5282 !important;
    box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.1) !important;
    outline: none !important;
}

/* Elementor Specific Enhancements */
.elementor-section {
    position: relative;
    overflow: hidden;
}

/* Hero Section Gradient */
.hero-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Service Cards */
.service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    border-color: #2c5282;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Statistics Cards */
.stat-card {
    text-align: center;
    padding: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Problem/Solution Boxes */
.problem-box {
    background: #fed7d7;
    border-left: 4px solid #e53e3e;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.problem-box h3 {
    color: #c53030 !important;
    margin-bottom: 0.5rem !important;
}

.solution-box {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.solution-box h3,
.solution-box p {
    color: #ffffff !important;
}

/* Testimonial Styling */
.testimonial {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin: 2rem 0;
}

.testimonial::before {
    content: '"';
    font-size: 4rem;
    color: #2c5282;
    position: absolute;
    top: -10px;
    left: 20px;
    line-height: 1;
}

.testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: #2d3748;
}

.testimonial-author {
    font-weight: 600;
    color: #2c5282;
}

/* FAQ Styling */
.faq-item {
    background: #f8fafc;
    border-left: 4px solid #2c5282;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.faq-question {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.faq-answer {
    color: #4a5568;
    line-height: 1.7;
}

/* Process Steps */
.step-item {
    text-align: center;
    padding: 2rem 1rem;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2c5282 0%, #1a365d 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem auto;
    box-shadow: 0 4px 15px rgba(44, 82, 130, 0.3);
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .separate-containers .inside-article,
    .separate-containers .comments-area {
        margin-bottom: 1rem;
    }
    
    .elementor-column {
        margin-bottom: 2rem;
    }
    
    .service-card,
    .testimonial,
    .faq-item {
        margin-bottom: 1.5rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animations */
.elementor-widget {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

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

/* Micro Interactions */
.elementor-button,
.service-card,
.step-item,
.faq-item {
    cursor: pointer;
}

/* Back to Top Button Enhancement */
#generate-back-to-top {
    background: linear-gradient(135deg, #2c5282 0%, #1a365d 100%) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0 4px 15px rgba(44, 82, 130, 0.3) !important;
    transition: all 0.3s ease !important;
}

#generate-back-to-top:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(44, 82, 130, 0.4) !important;
}

/* Widget Styling */
.sidebar .widget {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
}

.sidebar .widget-title {
    border-bottom: 2px solid #2c5282;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* Footer Enhancements */
.site-footer {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
}

/* Print Styles */
@media print {
    .elementor-section {
        break-inside: avoid;
    }
}/* End custom CSS */