.elementor-kit-1390{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-570a1a67:#4054B2;--e-global-color-7f03cc68:#23A455;--e-global-color-2254b925:#000;--e-global-color-dea8c79:#FFF;--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-1390 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){margin-block-end: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 *//* ===========================================
   DIGITALSELL - GLOBAL DESIGN SYSTEM v1
=========================================== */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* Variabile */
:root{
    --ds-primary:#0057FF;
    --ds-primary-hover:#0045d1;
    --ds-dark:#111827;
    --ds-text:#374151;
    --ds-light:#F8FAFC;
    --ds-border:#E5E7EB;
    --ds-radius:14px;
    --ds-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* Font */
body{
    font-family:'Poppins',sans-serif;
    color:var(--ds-text);
    background:#fff;
}

/* Titluri */
h1,h2,h3,h4,h5,h6{
    color:var(--ds-dark);
    font-weight:700;
    line-height:1.2;
}

/* Linkuri */
a{
    color:var(--ds-primary);
    transition:.25s ease;
    text-decoration:none;
}

a:hover{
    color:var(--ds-primary-hover);
}

/* Buton principal */
.ds-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 32px;
    background:var(--ds-primary);
    color:#fff !important;
    border-radius:var(--ds-radius);
    font-weight:600;
    transition:.25s ease;
    box-shadow:var(--ds-shadow);
}

.ds-btn:hover{
    background:var(--ds-primary-hover);
    transform:translateY(-2px);
}

/* Buton secundar */
.ds-btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 32px;
    border:2px solid var(--ds-primary);
    border-radius:var(--ds-radius);
    color:var(--ds-primary);
    font-weight:600;
    transition:.25s ease;
}

.ds-btn-outline:hover{
    background:var(--ds-primary);
    color:#fff;
}

/* Card */
.ds-card{
    background:#fff;
    border-radius:18px;
    border:1px solid var(--ds-border);
    box-shadow:var(--ds-shadow);
    transition:.3s;
}

.ds-card:hover{
    transform:translateY(-6px);
}

/* Hero */
.ds-hero{
    padding:90px 0;
}

.ds-hero h1{
    font-size:56px;
    margin-bottom:20px;
}

.ds-hero p{
    font-size:20px;
    line-height:1.7;
    max-width:650px;
}

/* Responsive */
@media(max-width:768px){

.ds-hero{
padding:60px 20px;
}

.ds-hero h1{
font-size:38px;
}

.ds-hero p{
font-size:17px;
}

}/* End custom CSS */