@charset "UTF-8";

/*
Theme Name: Wyceń Swoje Biuro
Version: 1.0
Author: ROXART Agency
Requires PHP: 7.4
*/
*{
    font-family: "basic-sans", sans-serif;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 20px;   
}
body{
    box-sizing: border-box;
}
@media screen and (max-width: 576px){
    html{
        scroll-padding-top: 10px !important; 
    }
}

p{
    margin-bottom: 1.5rem;
}

h2, .h2{
    font-size: 2.25rem;
    line-height: 1.1em;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

h2 span, .h2 span{
    color: #44BE78;
}

h3, .h3{
    font-size: 1.75rem;
    line-height: 1.1em;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

h3 span, .h3 span{
    color: #44BE78;
}

@media(max-width: 767.98px){
    h2, .h2{
        font-size: 1.75rem;
    }
    h3, .h3{
        font-size: 1.5rem;
    }
}
/* Section 16 - Gradient Background */

@media(max-width: 767.98px){
    .section-16-gradient::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, #1D1D1B -10.8%, rgba(29, 29, 27, 0) 110.92%);
        pointer-events: none;
        border-radius: 1.5rem;
        z-index: -1;
    }
}
@media (max-width: 1023.98px) {
    .section-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, #1D1D1B -10.8%, rgba(29, 29, 27, 0) 110.92%);
        pointer-events: none;
        z-index: 1;
    }
}

/* Tooltip Styles */
.tooltip {
    position: relative;
    cursor: help;
}

.tooltip-text {
    position: absolute;
    bottom: calc(100% + 16px);
    left: -19px;
    background-color: #fff;
    color: #1D1D1B;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    width: 280px;
    line-height: 1.4em;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    white-space: normal;
    text-align: justify;
    /* border: 1px solid #00000030; */
    box-shadow: 0px 0px 3.15px 0px #00000004
                ,0px 0px 6.52px 0px #00000007
                ,0px 0px 13px 0px #00000009
                ,0px 0px 25.48px 0px #0000000B
                ,0px 0px 46.85px 0px #0000000E
                ,0px 0px 80px 0px #00000012;
}

.tooltip-text::before{
    content: '';
    position: absolute;
    bottom: -17px;
    left: 9px;
    width: 0;
    height: 0;
   margin: 0 auto;
   border-top: 18px solid #FFFFFF;
   border-left: 12px solid transparent;
   border-right: 12px solid transparent;
}

.tooltip-paragraph:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1599.98px){
    .tooltip-text{
        left: unset;
        right: -19px;
    }

    .tooltip-text::before{
        left: unset;
        right: 9px;
    }
}

@media (max-width: 1023.98px){
    .tooltip-text{
        display: none;
    }
}


/* Section 4 text */
.section-4-text h2 strong{
    color: #44BE78;
    font-weight: 700;
}
.section-4-text p,.section-4-text ul{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
}
.section-4-text p{
    margin-bottom: 24px;
}
.section-4-text ul{
    list-style: disc;
    padding-left: 24px;
}
/* END Section 4 text */

/* Footer */
.flex-col p{    
    margin-bottom: 0px;
}
/* END Footer */