:root {
    --success-color: #00C851;
    --main-color: #779cd5;
    --second-color: #789dd4;
    --accent-color: #b5d166;
    --purple-color: #585fd3;
    --pink-color: #c91888;
    --blue-color: #1499c8;
    --green-color: #96b547;
    --yellow-color: #f59e0b;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, 
.form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

h2, h3,h5 {
    color: #779cd5;
}
.fs-7{
    font-size: 12px;
}
.fs-8{
    font-size: 10px;
}
.form-floating > .form-control-plaintext::placeholder, 
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, 
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.footer .nav-link{
    font-weight: 300;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}


button {
    outline: none !important;
    /*margin-right: 10px;*/
}

.dropdown-toggle::after {
    color: black !important;
}

.btn-group:hover, .btn-group:active {
    border: none !important;
    outline: none !important;
}

.dropdown:hover, .dropdown:active {
    border: none !important;
    outline: none !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-language {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn-default {
    color: white;
    font-weight: 700;
    border-width: 0px;
    background-color: #789dd4;
}
    .btn-default:focus,
    .btn-default:hover,
    .btn-default:active {
        border-width: 0px !important;
        background-color: #6691d0 !important;
        border-color: #6691d0 !important;
        outline: none !important;
        box-shadow: none;
    }
.btn-outline-default {
    border-color: #789dd4;
    color: #789dd4;
    font-weight: 700;
}
    .btn-outline-default:focus,
    .btn-outline-default:hover,
    .btn-outline-default:active {
        background-color: #789dd4 !important;
        border-color: #789dd4 !important;
        outline: none !important;
        box-shadow: none;
        color: white;
    }
.btn-send {
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
}
    .btn-send:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
        color: white;
    }
section#home {
    padding: 100px 0px 50px 0px;
    min-height: 50vh;
    border-bottom: 1px solid #eee;
}
.padding-top-100{
    padding-top: 100px!important;
}
/*section {
    padding: 50px 0;
    min-height: 50vh;
    border-bottom: 1px solid #789dd4;
}*/
.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

    .navbar.scrolled {
        background-color: #fff!important;
        padding: 10px 0;
    }

.nav-link.active {
    font-weight: bold;
    color: #789dd4!important;
}
#home {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/banner2.jpg');
    background-position: center;
    background-size: cover; 
    color: white;
}
#stats {
    
}
#stats .stat-item{
    text-align: center;
}
    #stats .stat-number {
        font-size: 2.8rem;
        font-weight: bold;
        color: #789dd4;
    }

.font-10 {
    font-size: 10px;
}
.font-400{
    font-weight: 400;
}
.wm-150 {
    max-width: 150px;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.text-success{
    color: var(--success-color)!important;
}
.text-info{
    color: var(--main-color)!important;
}
.text-primary {
    color: var(--main-color)!important;
}
.footer {
    background-color: #485156;
    color: #fff; font-weight: 500;
}
.footer a:link, .footer a:visited{
    color: white; text-decoration: none;
}
.form-check-input:checked {
    background-color: #789dd4;
    border-color: #789dd4;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #789dd4;
}

#faq .toggle-container {
    background-color: #e9ecef;
    border-radius: 50px;
    padding: 4px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
}

#faq .toggle-btn {
    border: none;
    background: transparent;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
    transition: all 0.2s ease;
    cursor: pointer;
}

    #faq .toggle-btn:hover {
        color: #495057;
    }

    #faq .toggle-btn.active {
        background-color: #789dd4;
        color: white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

.retailers-icon {
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: white;
}
.customers-icon {
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: white;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.feature-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}
.feature-card .card-header{
    border-bottom: none;
}
    .feature-card .advantage-item{
        padding: 15px 0;
        border-bottom: 1px solid #e5e7eb;
    }
        .feature-card .advantage-item .advantage-icon {
            color: var(--main-color);
            margin-right: 10px;
            font-size: 1.2rem;
        }
.contact-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}
    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

.story-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.value-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid var(--main-color);
}
    .value-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: white;
}
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.icon-box-primary {
    background: var(--main-color);
    color: white;
}

.icon-box-warning {
    background: var(--pink-color);
    color: white;
}

.icon-box-primary-emphasis {
    background: var(--purple-color);
    color: white;
}
.example-box {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-left: 5px solid var(--main-color)!important;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
}
.section-divider {
    height: 4px;
    background: linear-gradient(90deg, var(--main-color), var(--accent-color), var(--success-color));
    border: none;
    margin: 60px auto;
    width: 100px;
    border-radius: 2px;
}

.page-header {
    background: linear-gradient( 135deg, var(--main-color) 0%, var(--second-color) 100%);
    color: white;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

    .page-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="1" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        pointer-events: none;
    }
.process-step {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 30px;
    height: 100%;
}
.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.stats-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(135deg, var(--main-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.timeline {
    position: relative;
    padding: 20px 0;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, var(--main-color), var(--second-color));
    }

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

    .timeline-item:nth-child(odd) .timeline-content {
        margin-left: auto;
    }

.timeline-content {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    width: 45%;
    position: relative;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 4px solid var(--main-color);
    z-index: 2;
}

.team-member {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .team-member:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

.team-photo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: white;
}

.team-info {
    padding: 25px;
}
.login-container {
    max-width: 1000px;
}
.login-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.login-left {
    background: linear-gradient(135deg, var(--main-color), rgba(30, 64, 175, 0.95));
    color: white;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-right {
    padding: 60px 40px;
}

.user-type-card {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

    .user-type-card:hover {
        border-color: var(--main-color);
        background: #f0f9ff;
    }

    .user-type-card.active {
        border-color: var(--main-color);
        background: #eff6ff;
    }

.user-type-icon {
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 10px;
}


.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 25px 0;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e5e7eb;
    }

    .divider span {
        padding: 0 15px;
        color: #6b7280;
        font-size: 0.9rem;
    }
.feature-item {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.alert-custom {
    border-color: #779cd5;
    background-color: #eff6ff;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition-duration: 0.5s;
}
    .testimonial-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }
.testimonial-rating {
    color: var(--yellow-color);
    margin-bottom: 15px;
}
.testimonial-author{
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}
.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 15px;
}

.benefit-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid var(--main-color);
}
    .benefit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }
.benefit-icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: white;
}
.posclient-card {
    transition: all 0.3s ease;
}
    .posclient-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }
.step-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
}
.step-card .step-number{
    background: linear-gradient(135deg, var(--pink-color), var(--purple-color));
}

.highlight-box{
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-left: 5px solid var(--yellow-color);
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
}
.calculator-card {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.calculator-slider {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #e5e7eb;
    outline: none;
}
.result-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}
.result-value {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-color);
}
.img-logo {
    max-width: 100px;
    margin-top: -60px;
    margin-bottom: 5px;
    border: 0px solid #fff;
    border-radius: 50%;
}
.card-link a:link, 
.card-link a:visited{
    text-decoration: none;
    color: var(--main-color);
    font-weight: 500;
}

.step-process {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}
    .step-process .step-number {
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--pink-color), var(--purple-color));
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        font-weight: bold;
    }
.comparison-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.comparison-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.comparison-row {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
}

    .comparison-row:last-child {
        border-bottom: none;
    }

.comparison-label {
    flex: 1;
    font-weight: 600;
}

.comparison-traditional {
    flex: 1;
    text-align: center;
    color: #ef4444;
}

.comparison-crowdeasy {
    flex: 1;
    text-align: center;
    color: var(--success-color);
}

.savings-calculator {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.calculator-slider {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #e5e7eb;
    outline: none;
}

    .calculator-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--success-color);
        cursor: pointer;
    }

    .calculator-slider::-moz-range-thumb {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--success-color);
        cursor: pointer;
        border: none;
    }

.result-box {
    background: white;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.result-value {
    font-size: 3rem;
    font-weight: bold;
    color: var(--success-color);
}
.case-study-card {
    background: white;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.case-study-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}
.company-logo {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 15px;
}

.metric-box {
    background: #f0fdf4;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.metric-value {
    font-size: 2rem;
    font-weight: bold;
    color: var(--success-color);
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

    .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

    .pricing-card.featured {
        border: 3px solid var(--main-color);
        position: relative;
    }

.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main-color);
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
}
.price-tag {
    font-size: 3rem;
    font-weight: bold;
    color: var(--main-color);
    margin: 20px 0px 0px 0px;
}
.price-tag-desc{
    margin-top: 0px!important;
    font-weight: 500;
}
.feature-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

    .feature-list li {
        padding: 10px 0;
        border-bottom: 1px solid #e5e7eb;
    }

        .feature-list li:last-child {
            border-bottom: none;
        }

    .feature-list i {
        color: var(--success-color);
        margin-right: 10px;
    }
