.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--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:1140px;}.e-con{--container-max-width:1140px;}.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 *//* ============================================
   GP AUTOMATE - GLOBAL CUSTOM CSS
   ============================================ */

/* ----- CSS Variables ----- */
:root {
    --gpa-light-blue: #00b7f1;
    --gpa-deep-blue: #0059c7;
    --gpa-gradient-full: linear-gradient(90deg, #00b7f1 0%, #0059c7 100%);
    --gpa-gradient-strong: linear-gradient(135deg, #00b7f1 0%, #0059c7 80%);
    --gpa-body-text: #2F2F2F;
    --gpa-muted: #6b7280;
}

/* ----- Section Labels (small text above headings) ----- */
.gpa-section-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #00b7f1 !important;
    margin-bottom: 16px !important;
}

/* ----- Gradient Text ----- */
.gpa-gradient-text {
    background: linear-gradient(90deg, #00b7f1 0%, #0059c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ----- Primary Button Style ----- */
.gpa-btn-primary .elementor-button {
    background: linear-gradient(90deg, #00b7f1 0%, #0059c7 100%) !important;
    border-radius: 10px !important;
    padding: 16px 32px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 89, 199, 0.3) !important;
}

.gpa-btn-primary .elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(0, 89, 199, 0.4) !important;
}

/* ----- Secondary Button Style ----- */
.gpa-btn-secondary .elementor-button {
    background: transparent !important;
    color: #0059c7 !important;
    border: 2px solid #0059c7 !important;
    border-radius: 10px !important;
    padding: 14px 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.gpa-btn-secondary .elementor-button:hover {
    background: #0059c7 !important;
    color: #ffffff !important;
}

/* ----- White Button (for dark backgrounds) ----- */
.gpa-btn-white .elementor-button {
    background: #ffffff !important;
    color: #0059c7 !important;
    border-radius: 10px !important;
    padding: 16px 32px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.gpa-btn-white .elementor-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3) !important;
}

/* ----- Outline White Button ----- */
.gpa-btn-outline-white .elementor-button {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 10px !important;
    padding: 14px 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.gpa-btn-outline-white .elementor-button:hover {
    background: #ffffff !important;
    color: #0059c7 !important;
}

/* ----- Feature Cards ----- */
.gpa-card {
    background: #ffffff;
    border-radius: 20px !important;
    padding: 32px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.gpa-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08) !important;
}

/* ----- Solution Cards with Top Border on Hover ----- */
.gpa-solution-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
}

.gpa-solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00b7f1 0%, #0059c7 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.gpa-solution-card:hover::before {
    transform: scaleX(1);
}

.gpa-solution-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08) !important;
}

/* ----- Stats Numbers Gradient ----- */
.gpa-stat-number {
    background: linear-gradient(90deg, #00b7f1 0%, #0059c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ----- Icon Box Styling ----- */
.gpa-icon-box .elementor-icon {
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%) !important;
    border-radius: 16px !important;
    padding: 16px !important;
}

/* ----- Testimonial Card ----- */
.gpa-testimonial {
    background: #f8fafc !important;
    border-radius: 24px !important;
    padding: 48px !important;
    position: relative;
}

.gpa-testimonial::before {
    content: '"';
    position: absolute;
    top: 24px;
    left: 48px;
    font-size: 120px;
    font-weight: 800;
    background: linear-gradient(90deg, #00b7f1 0%, #0059c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    line-height: 1;
}

/* ----- Header Sticky Style ----- */
.gpa-header {
    transition: all 0.3s ease !important;
}

.gpa-header.elementor-sticky--effects {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05) !important;
}

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

/* ----- Responsive Adjustments ----- */
@media (max-width: 767px) {
    .gpa-btn-primary .elementor-button,
    .gpa-btn-secondary .elementor-button {
        padding: 14px 24px !important;
        font-size: 14px !important;
    }
    
    .gpa-testimonial {
        padding: 32px !important;
    }
    
    .gpa-testimonial::before {
        font-size: 80px;
        left: 32px;
    }
}/* End custom CSS */