/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2026 | 05:24:49 */
/* =========================================================
   NOVOSYS — PREMIUM / ELEGANT WEBSITE CSS
   ========================================================= */

/* ---------- GLOBAL ---------- */

:root {
    --ns-navy: #0d2433;
    --ns-navy-2: #16394a;
    --ns-green: #6d9b78;
    --ns-green-dark: #4f765a;
    --ns-gold: #b99a5b;
    --ns-light: #f5f7f6;
    --ns-white: #ffffff;
    --ns-text: #33434b;
    --ns-muted: #718087;
    --ns-border: rgba(13, 36, 51, 0.10);
    --ns-radius: 20px;
    --ns-shadow: 0 15px 45px rgba(13, 36, 51, 0.09);
    --ns-transition: all .4s cubic-bezier(.22,1,.36,1);
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: var(--ns-text);
    overflow-x: hidden;
}

/* ---------- TYPOGRAPHY ---------- */

h1,
h2,
h3,
h4 {
    color: var(--ns-navy);
    letter-spacing: -0.025em;
}

h1 {
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.05;
    font-weight: 600;
}

h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 600;
}

h3 {
    font-size: clamp(23px, 2.5vw, 32px);
    line-height: 1.2;
}

p {
    line-height: 1.8;
}

/* ---------- HEADER ---------- */

.elementor-location-header {
    position: relative;
    z-index: 999;
}

.ns-header {
    transition: var(--ns-transition);
}

.ns-header.scrolled {
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(13,36,51,.08);
}

/* Elementor sticky header */

.elementor-sticky--effects {
    background: rgba(255,255,255,.94) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(13,36,51,.08);
}

/* ---------- NAVIGATION ---------- */

.elementor-nav-menu--main .elementor-item {
    position: relative;
    transition: var(--ns-transition);
}

.elementor-nav-menu--main .elementor-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: var(--ns-green);
    transform: translateX(-50%);
    transition: var(--ns-transition);
}

.elementor-nav-menu--main .elementor-item:hover:after,
.elementor-nav-menu--main .elementor-item.elementor-item-active:after {
    width: 65%;
}

/* ---------- HERO ---------- */

.ns-hero,
.novosys-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(109,155,120,.16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #f7f9f8 0%,
            #ffffff 65%
        );
}

.ns-hero:before,
.novosys-hero:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(109,155,120,.15);
    right: -180px;
    top: -180px;
    pointer-events: none;
}

.ns-hero img,
.novosys-hero img {
    border-radius: 24px;
    box-shadow: var(--ns-shadow);
    transition:
        transform 1s cubic-bezier(.22,1,.36,1),
        filter .7s ease;
}

.ns-hero:hover img,
.novosys-hero:hover img {
    transform: scale(1.035);
    filter: saturate(1.05);
}

/* ---------- PREMIUM BUTTON ---------- */

.ns-btn .elementor-button,
.novosys-btn .elementor-button,
.elementor-button {
    border-radius: 999px;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: .01em;
    transition: var(--ns-transition);
    position: relative;
    overflow: hidden;
}

.ns-btn .elementor-button:before,
.novosys-btn .elementor-button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.12);
    transition: width .45s ease;
}

.ns-btn .elementor-button:hover:before,
.novosys-btn .elementor-button:hover:before {
    width: 100%;
}

.ns-btn .elementor-button:hover,
.novosys-btn .elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(13,36,51,.18);
}

/* ---------- CARDS ---------- */

.ns-card,
.novosys-card {
    background: #fff;
    border: 1px solid var(--ns-border);
    border-radius: var(--ns-radius);
    box-shadow: 0 5px 25px rgba(13,36,51,.045);
    transition: var(--ns-transition);
    overflow: hidden;
}

.ns-card:hover,
.novosys-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 22px 55px rgba(13,36,51,.12);
    border-color: rgba(109,155,120,.25);
}

/* ---------- IMAGE CARDS ---------- */

.ns-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.ns-image-card img {
    width: 100%;
    transition: transform .8s cubic-bezier(.22,1,.36,1);
}

.ns-image-card:hover img {
    transform: scale(1.08);
}

.ns-image-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(13,36,51,.72),
        transparent 60%
    );
    pointer-events: none;
}

/* ---------- SERVICE CARDS ---------- */

.ns-service-card {
    padding: 35px;
    background: #fff;
    border: 1px solid var(--ns-border);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    transition: var(--ns-transition);
}

.ns-service-card:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(109,155,120,.10);
    top: -25px;
    right: -25px;
    transition: var(--ns-transition);
}

.ns-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ns-shadow);
}

.ns-service-card:hover:before {
    transform: scale(2.5);
    background: rgba(109,155,120,.07);
}

/* ---------- ICON BOX ---------- */

.ns-icon-box .elementor-icon {
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(109,155,120,.12);
    color: var(--ns-green-dark);
    transition: var(--ns-transition);
}

.ns-icon-box:hover .elementor-icon {
    transform: rotate(-5deg) scale(1.08);
    background: var(--ns-green);
    color: #fff;
}

/* ---------- SECTION LABEL ---------- */

.ns-eyebrow {
    color: var(--ns-green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* ---------- DIVIDER ---------- */

.ns-divider {
    width: 65px;
    height: 2px;
    background: var(--ns-green);
    margin: 20px 0;
}

/* ---------- CTA ---------- */

.ns-cta,
.novosys-cta {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(109,155,120,.35),
            transparent 35%
        ),
        var(--ns-navy);
    color: #fff;
}

.ns-cta h2,
.ns-cta h3,
.novosys-cta h2,
.novosys-cta h3 {
    color: #fff;
}

.ns-cta:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    right: -100px;
    bottom: -150px;
}

/* ---------- PROCESS / TIMELINE ---------- */

.ns-process-item {
    position: relative;
    padding-left: 80px;
}

.ns-process-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ns-navy);
    color: #fff;
    font-weight: 700;
    transition: var(--ns-transition);
}

.ns-process-item:hover .ns-process-number {
    background: var(--ns-green);
    transform: scale(1.1);
}

/* ---------- TESTIMONIAL ---------- */

.ns-testimonial {
    background: var(--ns-light);
    padding: 40px;
    border-radius: 24px;
    border: 1px solid var(--ns-border);
    position: relative;
}

.ns-testimonial:before {
    content: "“";
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 100px;
    line-height: 1;
    color: rgba(109,155,120,.18);
    font-family: Georgia, serif;
}

/* ---------- REVEAL ANIMATION ---------- */

.ns-reveal,
.novosys-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.22,1,.36,1);
}

.ns-reveal.is-visible,
.novosys-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- DELAY CLASSES ---------- */

.ns-delay-1 {
    transition-delay: .1s;
}

.ns-delay-2 {
    transition-delay: .2s;
}

.ns-delay-3 {
    transition-delay: .3s;
}

.ns-delay-4 {
    transition-delay: .4s;
}

/* ---------- FLOATING EFFECT ---------- */

.ns-float {
    animation: nsFloat 5s ease-in-out infinite;
}

@keyframes nsFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* ---------- IMAGE PARALLAX ---------- */

.ns-parallax img {
    transition: transform 1.2s cubic-bezier(.22,1,.36,1);
}

/* ---------- FORM ---------- */

.ns-form input,
.ns-form textarea,
.ns-form select {
    border: 1px solid rgba(13,36,51,.14);
    border-radius: 12px;
    padding: 15px 18px;
    background: #fff;
    transition: var(--ns-transition);
}

.ns-form input:focus,
.ns-form textarea:focus,
.ns-form select:focus {
    border-color: var(--ns-green);
    box-shadow: 0 0 0 4px rgba(109,155,120,.10);
    outline: none;
}

/* ---------- WHATSAPP ---------- */

.ns-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    transition: var(--ns-transition);
}

.ns-whatsapp:hover {
    transform: translateY(-5px) scale(1.05);
}

/* ---------- SCROLL PROGRESS ---------- */

.ns-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--ns-green);
    z-index: 10000;
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    .ns-card,
    .novosys-card {
        border-radius: 17px;
    }

    .ns-service-card {
        padding: 25px;
    }

    .ns-cta,
    .novosys-cta {
        border-radius: 20px;
    }

    .ns-process-item {
        padding-left: 68px;
    }

    .ns-whatsapp {
        width: 52px;
        height: 52px;
        right: 16px;
        bottom: 16px;
    }
}

/* ---------- REDUCED MOTION ---------- */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .ns-reveal,
    .novosys-reveal {
        opacity: 1;
        transform: none;
    }
}