.elementor-kit-1439{--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-1439 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 *//* =========================================================
   ONECLICKSUCESS - GLOBAL STYLES
   ========================================================= */

:root {
    --ocs-orange: #f45116;
    --ocs-orange-dark: #d93d08;
    --ocs-orange-light: #fff0e9;
    --ocs-yellow: #ffbd16;
    --ocs-purple: #7166e8;
    --ocs-green: #39c47a;
    --ocs-black: #171717;
    --ocs-gray: #707070;
    --ocs-light: #fafafa;
    --ocs-border: #ececec;
    --ocs-white: #ffffff;
    --ocs-shadow: 0 12px 35px rgba(20, 20, 20, 0.08);
    --ocs-radius: 18px;
}

/* Reset only inside OneClickSucess */
.ocs-page,
.ocs-page * {
    box-sizing: border-box;
}

.ocs-page {
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ocs-black);
    background: #fff;
}

.ocs-container {
    width: min(1120px, 92%);
    margin: auto;
}

.ocs-section {
    padding: 90px 0;
}

.ocs-orange {
    color: var(--ocs-orange);
}

/* Buttons */

.ocs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 23px;
    border-radius: 8px;
    border: 0;
    background: var(--ocs-orange);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: .3s ease;
    cursor: pointer;
}

.ocs-btn:hover {
    background: var(--ocs-orange-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(244,81,22,.25);
}

.ocs-btn-outline {
    background: transparent;
    border: 1px solid var(--ocs-orange);
    color: var(--ocs-orange) !important;
}

.ocs-btn-outline:hover {
    background: var(--ocs-orange);
    color: #fff !important;
}

/* =========================================================
   HEADER
   ========================================================= */

.ocs-header {
    position: relative;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.ocs-nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ocs-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ocs-black);
    text-decoration: none;
    font-size: 19px;
    font-weight: 800;
}

.ocs-logo-mark {
    width: 30px;
    height: 30px;
    position: relative;
}

.ocs-logo-mark span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--ocs-orange);
    border-radius: 50%;
}

.ocs-logo-mark span:nth-child(1) {
    left: 2px;
    top: 8px;
}

.ocs-logo-mark span:nth-child(2) {
    left: 11px;
    top: 2px;
}

.ocs-logo-mark span:nth-child(3) {
    left: 11px;
    top: 14px;
}

.ocs-logo-mark span:nth-child(4) {
    left: 20px;
    top: 8px;
}

.ocs-menu {
    display: flex;
    align-items: center;
    gap: 34px;
}

.ocs-menu a {
    color: #303030;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: .25s;
}

.ocs-menu a:hover {
    color: var(--ocs-orange);
}

.ocs-nav-btn {
    padding: 10px 20px;
    font-size: 12px;
}

/* =========================================================
   HERO
   ========================================================= */

.ocs-hero {
    min-height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 8% 25%, rgba(244,81,22,.08) 0 3px, transparent 4px),
        radial-gradient(circle at 90% 70%, rgba(244,81,22,.09) 0 4px, transparent 5px),
        #fff;
}

.ocs-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ocs-eyebrow {
    display: inline-block;
    color: var(--ocs-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ocs-hero h1 {
    margin: 0;
    max-width: 580px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -3px;
    font-weight: 850;
}

.ocs-hero h1 span {
    color: var(--ocs-orange);
}

.ocs-hero p {
    max-width: 510px;
    margin: 22px 0 30px;
    color: #777;
    font-size: 16px;
    line-height: 1.75;
}

.ocs-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Hero illustration */

.ocs-hero-art {
    position: relative;
    min-height: 420px;
}

.ocs-art-circle {
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: #fff0e9;
    right: 80px;
    top: 65px;
}

.ocs-person {
    position: absolute;
    width: 145px;
    height: 230px;
    bottom: 35px;
}

.ocs-person-one {
    left: 70px;
}

.ocs-person-two {
    right: 65px;
    transform: scale(.92);
}

.ocs-head {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #efb084;
    top: 15px;
    left: 40px;
    z-index: 3;
}

.ocs-hair {
    position: absolute;
    width: 62px;
    height: 35px;
    border-radius: 50px 50px 20px 20px;
    background: #262626;
    top: 5px;
    left: 40px;
    z-index: 4;
}

.ocs-body {
    position: absolute;
    width: 105px;
    height: 120px;
    background: var(--ocs-orange);
    border-radius: 50px 50px 25px 25px;
    top: 70px;
    left: 20px;
}

.ocs-arm {
    position: absolute;
    width: 85px;
    height: 20px;
    border-radius: 20px;
    background: #efb084;
    top: 105px;
    left: 65px;
    transform: rotate(22deg);
    z-index: 5;
}

.ocs-leg {
    position: absolute;
    width: 85px;
    height: 20px;
    border-radius: 20px;
    background: #253047;
    top: 180px;
    left: 35px;
    transform: rotate(18deg);
}

.ocs-laptop {
    position: absolute;
    width: 80px;
    height: 55px;
    border-radius: 7px;
    background: #333;
    top: 125px;
    left: 48px;
    z-index: 6;
    border: 5px solid #222;
}

.ocs-laptop:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 8px;
    left: -15px;
    bottom: -13px;
    background: #222;
    border-radius: 20px;
}

/* Floating elements */

.ocs-float {
    position: absolute;
    padding: 13px 17px;
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--ocs-shadow);
    font-size: 13px;
    font-weight: 700;
    animation: ocsFloat 4s ease-in-out infinite;
}

.ocs-float-one {
    top: 45px;
    right: 20px;
}

.ocs-float-two {
    bottom: 45px;
    left: 0;
    animation-delay: 1s;
}

@keyframes ocsFloat {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

/* =========================================================
   SERVICES
   ========================================================= */

.ocs-services {
    background: #fff;
}

.ocs-heading {
    text-align: center;
    margin-bottom: 48px;
}

.ocs-heading span {
    color: var(--ocs-orange);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ocs-heading h2 {
    margin: 10px 0;
    font-size: clamp(30px,4vw,45px);
    line-height: 1.1;
}

.ocs-heading p {
    max-width: 580px;
    margin: auto;
    color: #777;
    line-height: 1.7;
}

.ocs-services-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.ocs-service {
    position: relative;
    padding: 27px 22px;
    border: 1px solid var(--ocs-border);
    border-radius: 14px;
    background: #fff;
    transition: .35s ease;
}

.ocs-service:hover {
    transform: translateY(-10px);
    box-shadow: var(--ocs-shadow);
    border-color: transparent;
}

.ocs-service-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff1d7;
    margin-bottom: 20px;
    font-size: 20px;
}

.ocs-service:nth-child(2) .ocs-service-icon {
    background: #e8fff0;
}

.ocs-service:nth-child(3) .ocs-service-icon {
    background: #eeebff;
}

.ocs-service:nth-child(4) .ocs-service-icon {
    background: #ffe9e4;
}

.ocs-service h3 {
    margin: 0 0 10px;
    font-size: 17px;
}

.ocs-service p {
    margin: 0;
    color: #777;
    line-height: 1.65;
    font-size: 13px;
}

/* =========================================================
   PROCESS
   ========================================================= */

.ocs-process {
    background: var(--ocs-orange-light);
}

.ocs-process-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.ocs-process-art {
    min-height: 370px;
    position: relative;
}

.ocs-chair {
    position: absolute;
    width: 230px;
    height: 150px;
    background: var(--ocs-orange);
    border-radius: 50% 50% 30px 30px;
    left: 50px;
    bottom: 45px;
}

.ocs-chair:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 25px;
    background: #e23d08;
    bottom: -22px;
    left: 40px;
    border-radius: 20px;
}

.ocs-person-sitting {
    position: absolute;
    left: 90px;
    bottom: 100px;
    width: 120px;
    height: 210px;
}

.ocs-process-content h2 {
    font-size: 42px;
    margin: 0 0 15px;
}

.ocs-process-content > p {
    color: #777;
    line-height: 1.7;
    max-width: 520px;
}

.ocs-steps {
    margin: 30px 0;
    display: grid;
    gap: 17px;
}

.ocs-step {
    display: flex;
    align-items: center;
    gap: 17px;
}

.ocs-step-number {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ocs-orange);
    color: #fff;
    font-weight: 800;
}

.ocs-step h4 {
    margin: 0 0 4px;
}

.ocs-step p {
    margin: 0;
    color: #888;
    font-size: 12px;
}

/* =========================================================
   ABOUT
   ========================================================= */

.ocs-about {
    background: #fff;
}

.ocs-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.ocs-about-content h2 {
    font-size: 43px;
    line-height: 1.1;
    margin: 12px 0 20px;
}

.ocs-about-content p {
    color: #777;
    line-height: 1.8;
    font-size: 15px;
}

.ocs-about-art {
    min-height: 390px;
    position: relative;
}

.ocs-dashboard {
    position: absolute;
    width: 350px;
    height: 230px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    box-shadow: var(--ocs-shadow);
    right: 30px;
    top: 60px;
    padding: 22px;
}

.ocs-dashboard-top {
    height: 20px;
    width: 120px;
    background: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 30px;
}

.ocs-bars {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    height: 125px;
}

.ocs-bars span {
    width: 35px;
    background: var(--ocs-orange);
    border-radius: 6px 6px 0 0;
}

.ocs-bars span:nth-child(1) { height: 50%; }
.ocs-bars span:nth-child(2) { height: 75%; }
.ocs-bars span:nth-child(3) { height: 95%; }
.ocs-bars span:nth-child(4) { height: 65%; }

.ocs-about-card {
    position: absolute;
    background: var(--ocs-orange);
    color: #fff;
    padding: 20px;
    border-radius: 16px;
    left: 20px;
    bottom: 20px;
    box-shadow: var(--ocs-shadow);
}

.ocs-about-card strong {
    display: block;
    font-size: 27px;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */

.ocs-testimonials {
    background: #fafafa;
}

.ocs-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.ocs-testimonial {
    background: #fff;
    padding: 28px;
    border: 1px solid #eee;
    border-radius: 15px;
    transition: .3s;
}

.ocs-testimonial:hover {
    transform: translateY(-6px);
    box-shadow: var(--ocs-shadow);
}

.ocs-stars {
    color: #ffad00;
    letter-spacing: 3px;
    margin-bottom: 17px;
}

.ocs-testimonial p {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}

.ocs-client {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.ocs-avatar {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: linear-gradient(135deg,#ffb58e,#f45116);
}

.ocs-client strong {
    display: block;
    font-size: 14px;
}

.ocs-client span {
    color: #999;
    font-size: 12px;
}

/* =========================================================
   CTA
   ========================================================= */

.ocs-cta {
    padding: 35px 0;
}

.ocs-cta-box {
    background: var(--ocs-orange);
    color: #fff;
    border-radius: 12px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ocs-cta-box h2 {
    margin: 0 0 6px;
    font-size: 25px;
}

.ocs-cta-box p {
    margin: 0;
    opacity: .85;
}

.ocs-cta .ocs-btn {
    background: #fff;
    color: var(--ocs-orange) !important;
}

.ocs-cta .ocs-btn:hover {
    background: #222;
    color: #fff !important;
}

/* =========================================================
   FOOTER
   ========================================================= */

.ocs-footer {
    background: #fff0e9;
    padding: 65px 0 25px;
}

.ocs-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 45px;
}

.ocs-footer h4 {
    margin: 0 0 20px;
    font-size: 14px;
}

.ocs-footer p,
.ocs-footer a {
    color: #777;
    font-size: 13px;
    line-height: 1.9;
}

.ocs-footer a {
    display: block;
    text-decoration: none;
}

.ocs-footer a:hover {
    color: var(--ocs-orange);
}

.ocs-footer-bottom {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.08);
    text-align: center;
    color: #999;
    font-size: 12px;
}

/* =========================================================
   SCROLL REVEAL STYLE
   ========================================================= */

.ocs-reveal {
    animation: ocsReveal .9s ease both;
}

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

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width: 900px) {

    .ocs-menu {
        gap: 16px;
    }

    .ocs-menu a {
        font-size: 12px;
    }

    .ocs-hero-content,
    .ocs-process-grid,
    .ocs-about-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ocs-hero {
        padding: 70px 0;
    }

    .ocs-hero-art {
        max-width: 550px;
        width: 100%;
        margin: auto;
    }

    .ocs-services-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ocs-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .ocs-footer-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 650px) {

    .ocs-container {
        width: 90%;
    }

    .ocs-section {
        padding: 65px 0;
    }

    .ocs-menu {
        display: none;
    }

    .ocs-nav-btn {
        display: none;
    }

    .ocs-hero h1 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .ocs-hero-art {
        transform: scale(.85);
        margin-left: -5%;
        width: 110%;
    }

    .ocs-services-grid {
        grid-template-columns: 1fr;
    }

    .ocs-process-content h2,
    .ocs-about-content h2 {
        font-size: 35px;
    }

    .ocs-cta-box {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ocs-footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ocs-about-art {
        transform: scale(.8);
        margin-left: -10%;
        width: 120%;
    }
}/* End custom CSS */