.elementor-708 .elementor-element.elementor-element-3044417b:not(.elementor-motion-effects-element-type-background), .elementor-708 .elementor-element.elementor-element-3044417b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 25%, #EE0C4647 100%);}.elementor-708 .elementor-element.elementor-element-3044417b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:180px 20px 100px 20px;}.elementor-708 .elementor-element.elementor-element-3044417b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-708 .elementor-element.elementor-element-3044417b > .elementor-shape-bottom svg{width:calc(201% + 1.3px);height:207px;}.elementor-bc-flex-widget .elementor-708 .elementor-element.elementor-element-427b56c4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-708 .elementor-element.elementor-element-427b56c4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-708 .elementor-element.elementor-element-427b56c4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 40px 0px 0px;}.elementor-708 .elementor-element.elementor-element-4d88165{--display:flex;}.elementor-708 .elementor-element.elementor-element-92cdbc4{text-align:center;font-family:"Raleway", Sans-serif;font-size:14px;color:#000000;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-708 .elementor-element.elementor-element-3044417b{margin-top:0px;margin-bottom:0px;padding:150px 30px 100px 30px;}}@media(max-width:767px){.elementor-708 .elementor-element.elementor-element-3044417b{margin-top:0px;margin-bottom:0px;padding:150px 20px 100px 20px;}.elementor-708 .elementor-element.elementor-element-427b56c4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:60px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-31d482d *//* Raleway */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

.quick-links {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;

    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;

    font-family: 'Raleway', sans-serif;
}

.quick-card {
    flex: 1;
    max-width: 340px;

    text-align: center;
    padding: 25px 20px;

    background: #ffffff;
    border-radius: 16px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;
}

.quick-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.icon {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1;
}

.quick-card a {
    display: inline-block;

    color: #B50F24;
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;

    text-decoration: none;
    margin-bottom: 12px;
}

.quick-card a:hover {
    text-decoration: underline;
}

.quick-card p {
    margin: 0;

    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

/* Planšetės */
@media (max-width: 992px) {
    .quick-links {
        gap: 20px;
    }

    .quick-card a {
        font-size: 1.5rem;
    }

    .quick-card p {
        font-size: 0.95rem;
    }
}

/* Telefonai */
@media (max-width: 768px) {
    .quick-links {
        flex-direction: column;
        align-items: center;
    }

    .quick-card {
        width: 100%;
        max-width: 450px;
    }
}/* End custom CSS */