/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


a {
    color: #0c0c0c;
    font-weight: 400;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #a9a9a9;
    outline: 0;
    text-decoration: none;
}

.entry-content ul li,
p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 400;
}

.btn-main {
    line-height: 2rem;
}

.cta input[type="submit"],
.footer-widget input[type="submit"],
.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #d20000;
    border: 2px solid #ff0000;
    color: #fff;
    border-radius: 0;
    padding: .8rem 1.2rem;
    font-size: 1rem;
    font-weight: 700;
}

.cta input[type="submit"]:hover,
.footer-widget input[type="submit"]:hover,
.entry-content input[type="submit"]:hover,
.btn-main a:hover {
    background: #eb9c34;
    border: 2px solid #b57621;
    color: #0c0c0c;
}



.btn-main a .fa-light {
    padding-left: .5rem;
    color: #fff;
}

.btn-main a:hover .fa-light {
    padding-left: .5rem;
    color: #0c0c0c;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.mastheader {
    position: relative;
    padding: 0;
    z-index: 9999;
    background: #111111
}

.mh-main {
    padding: 2rem 0;
    position: relative;
}

.mh-main .row {
    align-items: center;
}

.logo {
    height: auto;
}

.logo img {
    max-width: 100%;
}

.mhm-btn {
    text-align: right;
}

.mhm-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;

}

.mhm-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: flex-end;
}

.phone {
    text-align: right
}

.phone a {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
}


.phone a .fa-solid {
    margin: 0 1rem 0 0;
    color: #d20000
}

.mhm-contact a .fa-brands {
    color: #fff;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    margin: 0 2rem;
    padding: 0;
    font-size: 1.1rem;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #d20000
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #fff;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open>.nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #d20000
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-toggle::after {
    color: #a9a9a9
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.top {
    position: relative;
    z-index: 9;
}

#slider {}

#slider .item {
    position: relative;
    overflow: hidden;
    padding: 12rem 0 6rem 0;
    min-height: 860px;
}

#slider .box {
    position: relative;
    z-index: 999;
}

#slider .item h2 {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: 4rem;
    color: #fff;
    text-transform: uppercase;
}

#slider .item h3 {
    margin: 0 0 1rem;
    font-weight: 300;
    font-size: 1.4rem;
    color: #d20000;
}

#slider .item h4 {
    margin: 0 0 3rem;
    font-weight: 700;
    font-size: 2rem;
    color: #eb9c34
}

#slider .item .content {
    margin: 0 0 4rem;
    letter-spacing: 0px;
    max-width: 40%;
    color: #f3f3f3
}

#slider .item .content p {
    font-size: 1.1rem;
    font-weight: 300;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}

#slider .mask2 {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(45deg, rgb(0 0 0 / 81%) 0%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}

#slider .more a {
    background: transparent;
    color: #fff;
}

#slider .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 8rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#slider .owl-controls .owl-page span {
    width: 2.2rem;
    height: .4rem;
    margin: 0 .3rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: .2s ease-in-out;
    background: #fff;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    width: 6.2rem;
    transition: .2s ease-in-out;
    opacity: 1;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: 8.5rem;
    right: 7rem;
    z-index: 999;
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #d20000;
    border: 2px solid #ff0000;
    padding: 1rem 1.3rem;
    border-radius: 100%;
}

.scroll-down a:hover {
    background: #eb9c34;
    border: 2px solid #b57621;
    color: #0c0c0c;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.service {
    background: #101010;
    padding: 7rem 0;
}

.section-title {
    text-align: center;
    margin: 0 0 9rem;
}

.section-title h2,
.section-title h1 {
    color: #fff;
    margin: 0 auto 1rem auto;
    max-width: 75%;
    font-weight: 700;
    font-size: 2.8rem;
}

.section-title h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 auto;
    max-width: 75%;
    color: #d20000
}

.four-widgets .container-fluid {
    padding: 0 3rem
}

.four-widgets .row>* {
    display: flex;
    flex-direction: column;
}

.four-widgets .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    background: #0b0b0b;
    padding: 6rem 1.75rem;
    text-align: center;
    border-radius: 1rem;
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid #202020;
}

.four-widgets .box:hover {
    box-shadow: 0 0rem 1rem rgb(135 116 74 / 10%)
}

.four-widgets .box__icon {
    font-size: 3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #202020;
    border: 2px solid #202020;
    border-radius: 100%;
    margin-top: -10rem;
    margin-bottom: 3rem;
}

.four-widgets .box h3 {
    margin: 0 0 .5rem;
}

.four-widgets .box h3 a {
    font-weight: 700;
    font-size: 1.4rem;
    transition: 0.3s ease-in-out;
    color: #fff;
}

.four-widgets .box h3 a:hover {
    text-decoration: underline;
}

.four-widgets .box .box__content .txt {
    font-weight: 300;
    font-size: .9rem;
    color: #777777
}

.four-widgets .box .box__content .btn-small {
    margin-top: 3rem;
}


.four-widgets .box .box__content .btn-small a {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    padding: .5rem 1rem;
    transition: 0.3s ease-in-out;
    border: 2px solid #d20000
}

.four-widgets .box .box__content .btn-small a:hover {
    color: #fff;
    background: #87754c;
    border: 2px solid #87754c
}

.about {
    padding: 0 0 7rem 0;
    position: relative;
    background: linear-gradient(to bottom, #101010 0px, #101010 260px, #eb9c34 260px, #eb9c34 100%)
}

.about .box {}

.about .box h1 {
    color: #fff;
    margin: 0rem 0 1rem 0;
    font-weight: 700;
    max-width: 80%;
    font-size: 4rem;
}

.about .box h2 {
    margin: 0 0 7rem;
    font-weight: 700;
    font-size: 2rem;
    color: #eb9c34;
}

.about .box p {
    max-width: 95%;
}

.about .box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.about .box ul li {
    font-size: 1.1rem;
    margin-bottom: .75rem
}

.about .box ul li::before {
    font: var(--fa-font-solid);
    display: inline-block;
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #d20000;
    font-weight: 300;
}

.about__right {}

.about__right img {
    max-width: 100%;
    border-radius: 1rem;
}

.realizations {
    padding: 0 0 7rem 0;
    position: relative;
    background: linear-gradient(to bottom, #eb9c34 0px, #eb9c34 640px, #fff 640px, #fff 100%);

}

.realizations .section-title {
    margin-bottom: 3rem
}

.realizations .section-title h2 {
    color: #0c0c0c;
}

.realizations .single-gallery-image img {
    transition: .2s ease-in-out;

}

.realizations .single-gallery-image img:hover {
    opacity: .85
}

.realizations .btn-main {
    margin-top: 3rem;
    text-align: center;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.page-title {
    position: relative;
    padding: 3rem 0 3rem;
    text-align: center;
    background: #0c0c0c;
}

.page-title .container-mid {
    position: relative;
    z-index: 999;
}

.page-title h1 {
    margin: 0 0 0rem;
    font-weight: 300;
    font-size: 1.8rem;
    color: #fff;
}
.page-title h3 {
    margin: 0 0 0rem;
    font-weight: 300;
    font-size: 1.2rem;
    color: #d20000
}

.page-wrapper {
    margin: 3rem 0;
}

body.product-template-default #main,
.entry-page {
    padding: 3rem;
    border-radius: 1rem;
}

.entry-content {}

.entry-content h2 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 2rem;
    color: #d20000
}


.entry-content h3 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
    color: #d20000
}

.entry-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.entry-content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #d20000;
    font-weight: 300;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content label {
    width: 100%;
}

.entry-content input,
.entry-content textarea {
    border-radius: 0;
    border: 2px solid #ddd;
}

.entry-content textarea {
    margin-top: 1.5rem;
}

.entry-content .wpcf7 label {
    font-weight: 700;
    margin: 1rem 0 0 0;
}

.entry-content .cf-agree {
    margin-bottom: 1rem;
}

.entry-content .wpcf7 .wpcf7-radio label {
    font-weight: 400;
    margin-top: .5rem;
}

.entry-content .wpcf7 .wpcf7-radio .first {
    margin: 0;
}

.entry-content .form-control:focus {
    border-color: #c5aa5c;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: .7rem;
    font-weight: normal;
    display: block;
    padding: 0 0 0 .5rem;
}

.wpcf7 form .wpcf7-response-output {
    padding: .5rem 1rem;
    font-size: .75rem;
    color: #fff;
}

.wpcf7-not-valid-tip {
    color: #ffc900;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.thumb-img img {
    max-width: 100%;
    transition: .25s ease-in-out;
    min-height: 220px;
    object-fit: cover;
}

.thumb-img img:hover {
    opacity: .85
}

.blog article,
.pw-archive article {
    margin: 0 0 6rem 0;
    text-align: center;
}

.blog h2.entry-title,
.pw-archive h2.entry-title {
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem 0;
}

.blog h2.entry-title a,
.pw-archive h2.entry-title a {
    color: #111;
    font-weight: 400;
}

.pwa-box .text {
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.btn-small {
    margin-top: 2rem;
}

.btn-small a {
    color: #0c0c0c;
    font-size: .9rem;
    font-weight: 700;
    padding: .5rem 1rem;
    transition: 0.3s ease-in-out;
    border: 2px solid #d20000
}

.btn-small a:hover {
    color: #fff;
    background: #d20000;
    border: 2px solid #d20000
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.cta {
    padding: 7rem 0 7rem 0;
    background: url(https://www.dwsheet.pl/wp-content/uploads/2025/04/cta.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    color: #888;
}

.cta a {
    color: #fff;
}

.cta p {
    color: #888;
}

.cta .section-title {
    margin-bottom: 3rem;
}

.cta input,
.cta textarea {
    background: transparent;
    border: 2px solid #eb9c343b;
    border-radius: 0;
}

.cta textarea {
    max-height: 120px;
}

.cta input:focus,
.cta textarea:focus {
    color: #fff;
    background: transparent;
    border: 2px solid #eb9c34;
    outline: 0;
}

.cta input::placeholder,
.cta textarea::placeholder {
    color: #fff;
}

.gmap iframe {
    filter: grayscale(100%);

}

#kontakt {
    margin-top: -9px;
    background: #0c0c0c;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-widget {
    position: relative;
    background: url(https://www.dwsheet.pl/wp-content/uploads/2025/04/fw-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-widget .row>*:nth-child(2) {
    padding-left: 6rem
}

#first-col-fw {
    padding: 3rem;
    background: #18181800;
    color: #fff;
    border: 3px solid #eb9c34;
}

#first-col-fw p {
    color: #ffffff
}

#first-col-fw p a {
    color: #fff
}

#block-6 p {
    font-size: 1.4rem;
    margin: 3rem 0 0 0;
}

#block-7 p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 1.5rem 0 -.5rem 0;
}

#block-10 p,
#block-11 p {
    color: #888
}

#block-11 p {
    margin-bottom: 2.5rem;
}

.footer-widget {
    padding: 7rem 0 7rem 0;
}

.footer-widget h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.footer-widget .widget {}

.footer-widget a {
    color: #fff;
    font-weight: 700;
}

.footer-widget p {
    font-size: 1rem;
    margin-bottom: .75rem;
}

.footer-bottom {
    padding: 3rem 0;
    font-size: .8rem;
    background: #eb9c34;
    position: relative;
    color: #0c0c0c;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .footer-author {
    text-align: center;

}

.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 700;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    position: absolute;
    bottom: 6.5rem;
    right: 3rem;
}


.scroll-top a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #d20000;
    border: 2px solid #ff0000;
    padding: 1rem 1.3rem;
    border-radius: 100%;
}

.scroll-top a:hover {
    background: #eb9c34;
    border: 2px solid #b57621;
    color: #0c0c0c;