.elementor-kit-3614{--e-global-color-primary:#FF6B47;--e-global-color-secondary:#2D3748;--e-global-color-text:#F8F9FA;--e-global-color-accent:#FF8A6B;--e-global-color-ef1642f:#20B2AA;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-3614 button,.elementor-kit-3614 input[type="button"],.elementor-kit-3614 input[type="submit"],.elementor-kit-3614 .elementor-button{background-color:var( --e-global-color-secondary );}.elementor-kit-3614 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3614 a{font-family:"Open Sans", Sans-serif;text-transform:capitalize;}.elementor-kit-3614 input:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea,.elementor-kit-3614 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#DDDDDD;transition:0ms;}.elementor-kit-3614 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea:focus,.elementor-kit-3614 .elementor-field-textual:focus{color:#000000;accent-color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );}.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 */.process-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    margin-bottom: 3rem;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #ff6b47;
    position: relative;
}

.timeline-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.timeline-item p {
    color: #64748b;
    line-height: 1.6;
}

.timeline-marker {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #ff6b47;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 2px #e2e8f0;
    z-index: 10;
}
/* Global Button Styles */
.elementor-button,
.cta-button,
.submit-btn,
.learn-more,
button[type="submit"] {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 40px !important;
    border-radius: 50px !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

/* Primary Button Style */
.elementor-button-primary,
.cta-button {
    background: linear-gradient(135deg, #ff6b47, #ff8a65) !important;
    color: white !important;
    box-shadow: 0 10px 30px rgba(255, 107, 71, 0.3) !important;
}

/* Secondary Button Style */
.elementor-button-secondary,
.learn-more {
    background: transparent !important;
    color: #ff6b47 !important;
    border: 2px solid #ff6b47 !important;
}

/* Button Hover Effects */
.elementor-button:hover,
.cta-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 40px rgba(255, 107, 71, 0.4) !important;
}

/* Global Card Styles */
.service-card,
.service-detail-card,
.result-card,
.team-member {
    background: white !important;
    padding: 3rem 2rem !important;
    border-radius: 20px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.service-card:hover,
.service-detail-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Global Section Padding */
.elementor-section {
    padding: 6rem 0 !important;
}

/* Global Container Styling */
.elementor-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Bordered Containers */
.bordered-container {
    border: 3px solid #e2e8f0 !important;
    background: #fafbfc !important;
    padding: 4rem 2rem !important;
}

/* Global Form Styling */
.elementor-form input,
.elementor-form select,
.elementor-form textarea {
    padding: 1rem !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-family: 'Open Sans', sans-serif !important;
}

/* Global Badge/Pill Styling */
.hero-badge,
.category-badge {
    background: rgba(255, 107, 71, 0.1) !important;
    color: #ff6b47 !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 1px solid rgba(255, 107, 71, 0.2) !important;
}
/* Orange Checkmarks for Digital Services Lists */
.digital-services {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.digital-services li {
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
}

.digital-services li::before {
    content: '✓';
    color: #ff6b47;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 2px;
}

.digital-services li strong {
    color: #ff6b47;
    font-weight: 600;
}/* End custom CSS */