/*-------------------------------------------------------------
theme name: Kancelaria Adwokacka Adwokat Eweliny Lipskiej
theme uri: 
author uri: CubeMatic
version: 1.0.0
text domain: 
-------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");
/* author css */
body {
    margin: 0;
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
	cursor:default;
	text-align:justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
}

p {
    margin-bottom: 10px;
    font-family: "Nunito Sans", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
    outline: none;
}

button {
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

/* accordion */
button.accordion {
    background-color: #bb8e4f;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    letter-spacing: 1px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700;
}

button.accordion.active,
button.accordion:hover {
    background-color: #bb8e4f;
}

button.accordion:after {
    content: "";
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 13px;
    margin-top: 3px;
}

div.panel {
    padding: 0 20px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    margin-bottom: 3px;
}
div.panel .faq-answer {
    padding: 50px 0 20px;
}
div.panel .faq-answer ul {
    margin-bottom: 30px;
}
div.panel .faq-answer ul li {
    list-style: circle;
    margin-left: 20px;
}

/* button */
.primary-btn,
.wpcf7 input[type="submit"] {
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
}
.primary-btn:hover,
.wpcf7 input[type="submit"]:hover {
    color: #ffffff;
    background-color: #bb8e4f;
    border: 1px solid transparent;
}

.secondary-btn {
    color: #bb8e4f;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #bb8e4f;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
}
.secondary-btn:hover {
    color: #ffffff;
    background-color: #bb8e4f;
    border: 1px solid transparent;
}

.third-btn {
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
}
.third-btn:hover {
    color: #ffffff;
    background-color: #bb8e4f;
    border: 1px solid transparent;
}

/* back to topr */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    color: #ffffff;
    background-color: #bb8e4f;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 9999;
    display: none;
}
.back-to-top:hover {
    color: #ffffff;
    background-color: #bb8e4f;
}

/* preloader */
#preloader {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #bb8e4f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #bb8e4f;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* default */
.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}
@media (max-width: 767.98px) {
    .padding-top-100 {
        padding-top: 60px;
    }
}

.padding-top-105 {
    padding-top: 105px;
}
@media (max-width: 767.98px) {
    .padding-top-105 {
        padding-top: 65px;
    }
}

.padding-top-110 {
    padding-top: 110px;
}
@media (max-width: 767.98px) {
    .padding-top-110 {
        padding-top: 70px;
    }
}

.padding-top-115 {
    padding-top: 115px;
}
@media (max-width: 767.98px) {
    .padding-top-115 {
        padding-top: 75px;
    }
}

.padding-top-120 {
    padding-top: 120px;
}
@media (max-width: 767.98px) {
    .padding-top-120 {
        padding-top: 80px;
    }
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}
@media (max-width: 767.98px) {
    .padding-bottom-90 {
        padding-bottom: 50px;
    }
}

.padding-bottom-100 {
    padding-bottom: 100px;
}
@media (max-width: 767.98px) {
    .padding-bottom-100 {
        padding-bottom: 60px;
    }
}

.padding-bottom-105 {
    padding-bottom: 105px;
}
@media (max-width: 767.98px) {
    .padding-bottom-105 {
        padding-bottom: 65px;
    }
}

.padding-bottom-110 {
    padding-bottom: 110px;
}
@media (max-width: 767.98px) {
    .padding-bottom-110 {
        padding-bottom: 70px;
    }
}

.padding-bottom-115 {
    padding-bottom: 115px;
}
@media (max-width: 767.98px) {
    .padding-bottom-115 {
        padding-bottom: 75px;
    }
}

.padding-bottom-120 {
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .padding-bottom-120 {
        padding-bottom: 80px;
    }
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.padding-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .padding-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-10 {
    margin: 10px 0;
}

.margin-20 {
    margin: 10px 0;
}

.margin-30 {
    margin: 10px 0;
}

.margin-40 {
    margin: 10px 0;
}

.margin-50 {
    margin: 10px 0;
}

.margin-60 {
    margin: 10px 0;
}

.margin-70 {
    margin: 10px 0;
}

.margin-80 {
    margin: 10px 0;
}

.margin-90 {
    margin: 10px 0;
}

.margin-100 {
    margin: 10px 0;
}

/* theme */
.header-area {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
body:not(.home) .header-area {
    background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-area {
        padding: 10px 0;
    }
}
@media (max-width: 767.98px) {
    .header-area {
        padding: 10px 0;
        background-color: #fff;
    }
    .header-area .main-logo {
        display: none!important;
    }
    .header-area .main-logo.sticky-logo {
        display: block!important;
    }
}
.header-area.sticky-menu {
    background-color: #ffffff; border-bottom:1px dotted #f2f2f2;
	box-shadow: 0 8px 8px 0px rgba(116,116,116,.1);
}
.header-area.sticky-menu .main-logo {
    display: none;
}
.header-area.sticky-menu .main-logo.sticky-logo {
    display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-area.sticky-menu .menu-toggle-bar {
        top: 25px;
    }
}
@media (max-width: 767.98px) {
    .header-area.sticky-menu .menu-toggle-bar {
        top:30px;
    }
}
@media (max-width: 360px) {
    .header-area.sticky-menu .menu-toggle-bar {
        top: 15px;
    }
}
.header-area.sticky-menu .main-menu li a {
    padding: 42px 15px 0 15px;
	color:#000000;
}
.header-area.sticky-menu .lang-icon a .white-icon {
    display: none;
}
.header-area.sticky-menu .lang-icon a .sticky-icon {
    display: block;
}
.header-area.sticky-menu .lang-icon .hover-state {
    padding: 40px 20px 10px;
    top: -32px;
}
/* Menu styles for non-home pages */
body:not(.home) .header-area .main-menu li a {
    color: #131313;
}

body:not(.home) .header-area .main-menu li.active a {
    color: #bb8e4f;
}

body:not(.home) .header-area .main-menu li:hover a {
    color: #bb8e4f;
}

body:not(.home) .header-area .main-menu li:hover a::after {
    background-color: #bb8e4f;
}

body:not(.home) .header-area .main-menu li.active a::after {
    background-color: #bb8e4f;
}

/* Logo change for non-home pages */
body:not(.home) .header-area .main-logo {
    display: none;
}

body:not(.home) .header-area .main-logo.sticky-logo {
    display: block;
}
.header-area .main-logo {
    width: 90%;
    height: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media (min-width: 992px) {
    .header-area .main-logo {
        max-width: 320px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-area .main-logo {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .header-area .main-logo {
        width: 60%;
    }
}
@media (max-width: 575.98px) {
    .header-area .main-logo {
        width: 240px;
    }
}
.header-area .main-logo.sticky-logo {
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 10px 0px;
}

.header-area .main-logo.sticky-logo .main-logo {
        max-width: 320px;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-area .main-logo.sticky-logo {
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .header-area .main-logo.sticky-logo {
        margin-bottom: 0;
    }
}
.header-area .menu-toggle-bar {
    background-color: #bb8e4f;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-area .menu-toggle-bar {
        display: block;
        top: 15px;
    }
}
@media (max-width: 767.98px) {
    .header-area .menu-toggle-bar {
        display: block;
        top: 30px;
    }
}
@media (max-width: 360px) {
    .header-area .menu-toggle-bar {
        top: 15px;
    }
}
.header-area .menu-toggle-bar.active .bar-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}
.header-area .menu-toggle-bar.active .bar-2 {
    opacity: 0;
    visibility: hidden;
}
.header-area .menu-toggle-bar.active .bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px;
}
.header-area .menu-toggle-bar .custom-bars {
    padding-top: 5px;
    padding-left: 8px;
}
.header-area .menu-toggle-bar .custom-bars .custom-bar {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}
.header-area .menu-toggle-bar .custom-bars .custom-bar .bar-1 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.header-area .menu-toggle-bar .custom-bars .custom-bar .bar-3 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.header-area .main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-area .main-menu {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .header-area .main-menu {
        display: none;
    }
}
.header-area .main-menu li {
    display: inline-block;
}
.header-area .main-menu li a {
    font-size: 16px;
    font-weight: 700;
    padding: 100px 20px 20px;
    margin-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    position: relative;
    transition: color 0.2s ease;
}

/* linia podkreÅ›lenia */
.header-area .main-menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease, left 0.3s ease;
}

/* efekt po najechaniu */
.header-area .main-menu li a:hover::after {
    width: 100%;
    left: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-area .main-menu li a {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-area .main-menu li a {
        font-size: 11px;
    }
}
.header-area .main-menu li.active a {
    color: #bb8e4f;
    background-color: #ffffff;
}
.header-area .main-menu li.contact {
    margin-right: 50px;
}
.header-area .mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 30px 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
@media (min-width: 992px) {
    .header-area .mobile-menu {
        display: none;
    }
}
.header-area .mobile-menu.active {
    height: 100vh;
    opacity: 1;
    visibility: visible;
}
.header-area .mobile-menu li {
    position: relative;
    margin-bottom: 30px;
}
.header-area .mobile-menu li a {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 2px 10px;
    display: inline-block;
}
.header-area .mobile-menu li.active a {
    color: #bb8e4f;
    background-color: #ffffff;
}
.header-area .mobile-menu .lang-icon {
    top: 20px;
    right: 90px;
}
.header-area .lang-icon {
    position: absolute;
    bottom: 45px;
    right: 0;
}
.header-area .lang-icon a {
    padding: 0 !important;
}
.header-area .lang-icon a .white-icon {
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header-area .lang-icon a .sticky-icon {
    position: absolute;
    top: -12px;
    right: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
}
.header-area .lang-icon:hover .hover-state {
    opacity: 1;
    visibility: visible;
}
.header-area .lang-icon .hover-state {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}
.header-area .lang-icon .hover-state .green-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.header-area .lang-icon .hover-state .languages {
    margin-top: 55px;
}
.header-area .lang-icon .hover-state .languages div {
    margin-bottom: 15px;
}
.header-area .lang-icon .hover-state .languages div a {
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #bb8e4f;
    padding-left: 40px !important;
    text-decoration: none;
}
.header-area .lang-icon a {
    padding: 90px 15px 20px;
}
.header-area .lang-icon img {
    width: auto;
    position: absolute;
}

.hero-area {
    padding: 540px 0 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}



@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-area {
        padding: 160px 0 120px;
    }
}
@media (max-width: 767.98px) {
    .hero-area {
        padding: 100px 0 80px;
        background-attachment: scroll;
    }
}
.hero-area .hero-content {
    text-align: center;
}
.hero-area .hero-content h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-area .hero-content h4 {
        text-shadow: inherit;
    }
}
@media (max-width: 767.98px) {
    .hero-area .hero-content h4 {
        font-size: 24px;
        text-shadow: inherit;
    }
}
.hero-area .hero-content h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-area .hero-content h1 {
        text-shadow: inherit;
    }
}
@media (max-width: 767.98px) {
    .hero-area .hero-content h1 {
        text-shadow: inherit;
        font-size: 48px;
    }

    .hero-area .hero-content .hero-btn {
        margin-top: 35px;
    }
}
.hero-area .hero-content .hero-btn {
    margin-top: 50px;
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .office-area .about-left {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .office-area .about-left {
        margin-bottom: 50px;
    }
}
.office-area .about-left h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #bb8e4f;
}
@media (max-width: 575.98px) {
    .office-area .about-left h2 {
        font-size: 42px;
    }
}
.office-area .about-left h2 .text-style {
    position: relative;
    z-index: 1;
}
.office-area .about-left h2 .text-style::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 15px;
    background-color: #f0f0f0;
    z-index: -1;
}
.office-area .about-left p {
    font-size: 19px;
    margin: 40px 0 30px;
}
@media (min-width: 992px) {
    .office-area .about-right {
        margin-left: 30px;
    }
}
.office-area .about-right p {
    margin-bottom: 30px;
}
.office-area .about-right p.semi-bold {
    font-weight: 700;
}

.team-area {
    padding: 120px 0 90px;
    background-color: #f7f7f7;
}
.team-area .section-title {
    margin-bottom: 50px;
}
.team-area .section-title h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}
.team-area .single-item {
    margin-bottom: 30px;
}
.team-area .single-item .item-image {
    overflow: hidden;
}
.team-area .single-item .item-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-area .single-item .item-image img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.team-area .single-item .item-content {
    text-align: center;
    margin-top: 20px;
}
.team-area .single-item .item-content h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin-bottom: 5px;
}
.team-area .single-item .item-content span {
    color: #bb8e4f;
}

.activities-area {
    padding: 120px 0;
    background-image: url("../images/offer_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
   background-size: cover;
    color: #000000;
}
.activities-area .section-title {
    margin-bottom: 60px;
}
.activities-area .section-title h2 {
    color: #be9253;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
	text-align:center;
}
.activities-area .left-content p {
    font-size: 20px;
    font-weight: 300;
}
.activities-area .left-content ul {
    margin-top: 40px;
}
.activities-area .left-content ul li {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 15px;
}
.activities-area .left-content ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .activities-area .right-content {
        margin-top: 60px;
    }
}
@media (max-width: 767.98px) {
    .activities-area .right-content {
        margin-top: 60px;
    }
}
.activities-area .right-content p {
    margin-bottom: 30px;
    font-weight: 300;
}
.activities-area .right-content p a {
    color: #ffffff;
}
.activities-area .right-content .third-btn {
    margin-top: 10px;
}

.doccuments-area {
    padding: 160px 0;
	background: url("../images/faq_bg.jpg") bottom center no-repeat;
	background-size: 100% auto;
}
.doccuments-area .section-title {
    margin-bottom: 50px;
    text-align: center;
}
.doccuments-area .section-title h2 {
    font-size: 50px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.contact-area .contact-top {
    background-color: #ffffff;
}
.contact-area .contact-top .google-map {
    overflow: hidden;
}
.contact-area .contact-top .google-map iframe {
    width: 100%;
    height: 720px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-area .contact-top .google-map iframe {
        height: 670px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-area .contact-top .google-map iframe {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    .contact-area .contact-top .google-map iframe {
        height: 300px;
    }
}
.contact-area .contact-top .right-content {
    padding: 120px 0;
    margin-left: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .contact-area .contact-top .right-content {
        margin-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-area .contact-top .right-content {
        margin-left: 10px;
    }
}
@media (max-width: 575.98px) {
    .contact-area .contact-top .right-content {
        margin-left: 0;
    }
}
.contact-area .contact-top .right-content .title-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575.98px) {
    .contact-area .contact-top .right-content .title-group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.contact-area .contact-top .right-content .title-group img {
    width: 40px;
    margin-right: 15px;
    margin-top: 5px;
}
@media (max-width: 575.98px) {
    .contact-area .contact-top .right-content .title-group img {
        margin-top: 10px;
    }
}
.contact-area .contact-top .right-content .title-group h3 {
    font-size: 35px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #bb8e4f;
}
.contact-area .contact-top .right-content ul {
    margin-top: 30px;
    margin-left: 50px;
}
@media (max-width: 575.98px) {
    .contact-area .contact-top .right-content ul {
        margin-left: 0;
    }
}
.contact-area .contact-top .right-content ul li {
    font-size: 20px;
    font-weight: 500;
}
.contact-area .contact-top .right-content ul li b {
    color: #bb8e4f;
}
.contact-area .contact-top .right-content ul li.small-text {
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 500;
}
.contact-area .contact-top .right-content ul li a {
    color: #000000;
}

.contact-area .contact-bottom {
    padding: 80px 0 50px;
}
.contact-area .contact-bottom p {
    margin-bottom: 30px;
}
.contact-area .contact-bottom .left-part p {
    color: #6e6e6e;
    font-size: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-area .contact-bottom .right-part {
        margin-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .contact-area .contact-bottom .right-part {
        margin-top: 20px;
    }
}
.contact-area .contact-bottom .right-part p {
    color: #000000;
    font-size: 18px;
}

.background-area .image-slider .slide-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.background-area .image-slider .slide-image.image-1 {
    background-image: url("../images/bg_motto.jpg");
}
.background-area .image-slider .slide-image .small-text {
    font-size: 20px;
    font-weight: 400;
    color: #bb8e4f;
    text-align: center;
}
.background-area .image-slider .slide-image h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .background-area .image-slider .slide-image {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    .background-area .image-slider .slide-image {
        height: 300px;
    }
    .background-area .image-slider .slide-image h2 {
        font-size: 30px;
		padding:0 20px
    }
    .background-area .image-slider .slide-image .small-text {
        font-size: 16px;
    }
}

.form-area {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
@media (max-width: 575.98px) {
    .form-area {
        padding: 120px 0;
    }
}
.form-area .form-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.form-area .form-title::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 370px;
    height: 2px;
    background-color: #e0e0e0;
}
@media (max-width: 575.98px) {
    .form-area .form-title::before {
        width: 280px;
        top: -40px;
    }
}
.form-area .form-title h2 {
    font-size: 50px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: #000000;
}
.form-area form input,
.form-area form textarea,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    color: #000000;
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 5px solid #e0e0e0;
}
.form-area .form-group {
    margin-bottom: 30px;
}
.form-area .form-group label.error-label {
    padding-top: 5px;
    cursor: pointer;
}
.form-area form textarea {
    height: 120px;
}
.form-area form ::-webkit-input-placeholder {
    color: #000000;
}
.form-area form :-ms-input-placeholder {
    color: #000000;
}
.form-area form ::-ms-input-placeholder {
    color: #000000;
}
.form-area form ::placeholder {
    color: #000000;
}
.form-area form .form-group.form-group--checkbox {
    display: block;
}
.form-area form .form-group.form-group--checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-area form .form-group.form-group--checkbox label.checkbox-label,
.wpcf7-list-item-label {
    position: relative;
    color: #717171;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer;
    margin-left: 40px;
	text-align:justify;
	line-height:12px;
}
.wpcf7-list-item-label a {
    color: #717171;
}
.wpcf7-acceptance input{
	width:50px !important;
}
.wpcf7-acceptance label{
	display:flex;
	width: 100%;
}
.form-area form .form-group .wpcf7-list-item input {
    content: "";
    background-color: transparent;
    -webkit-box-shadow: 0 0 5px 5px rgba(113, 113, 113, 0.1);
    box-shadow: 0 0 5px 5px rgba(113, 113, 113, 0.1);
    border: 1px solid transparent;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 0px;
}
.form-area form .form-group.form-group--checkbox input.error-label + label.checkbox-label:before {
    border-color: red;
}
.form-area form .form-group.form-group--checkbox input:checked + label.checkbox-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -34px;
    width: 6px;
    height: 10px;
    border: solid #bb8e4f;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-area form button {
    margin-top: 30px;
    width: 100%;
}
.form-area form button:hover {
    border: 1px solid #bb8e4f;
}

/* Global Form Styles - Applies to all forms (Contact Form 7, Forminator, etc.) */
/* Contact Form 7 Styles */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 5px solid #e0e0e0;
    font-family: "Nunito Sans", sans-serif;
}

.wpcf7-form textarea {
    height: 120px;
    resize: vertical;
}

.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"] {
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
    cursor: pointer;
    margin-top: 30px;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover {
    color: #ffffff;
    background-color: #bb8e4f;
    border: 1px solid transparent;
}

.wpcf7-form ::-webkit-input-placeholder {
    color: #000000;
}

.wpcf7-form :-ms-input-placeholder {
    color: #000000;
}

.wpcf7-form ::-ms-input-placeholder {
    color: #000000;
}

.wpcf7-form ::placeholder {
    color: #000000;
}

.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 15px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.wpcf7-form .wpcf7-radio input[type="radio"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-radio label {
    position: relative;
    color: #717171;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    margin-left: 20px;
    display: block;
}

.wpcf7-form .wpcf7-checkbox label:before,
.wpcf7-form .wpcf7-radio label:before {
    content: "";
    background-color: transparent;
    -webkit-box-shadow: 0 0 5px 5px rgba(113, 113, 113, 0.2);
    box-shadow: 0 0 5px 5px rgba(113, 113, 113, 0.2);
    border: 1px solid transparent;
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: -40px;
    border-radius: 0;
}

.wpcf7-form .wpcf7-radio label:before {
    border-radius: 50%;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + label:after,
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -34px;
    width: 6px;
    height: 10px;
    border: solid #bb8e4f;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + label:after {
    width: 8px;
    height: 8px;
    border: none;
    background-color: #bb8e4f;
    border-radius: 50%;
    top: 9px;
    left: -36px;
}

.wpcf7-response-output {
    padding: 15px;
    margin: 20px 0;
    font-weight: 500;
}

.wpcf7-mail-sent-ok {
    background: rgba(0, 68, 112, 0.81);
    color: #fff;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-spam,
.wpcf7-validation-errors {
    background: rgba(220, 53, 69, 0.84);
    color: #fff;
}

/* Forminator Styles */
.forminator-form input[type="text"],
.forminator-form input[type="email"],
.forminator-form input[type="tel"],
.forminator-form input[type="url"],
.forminator-form input[type="number"],
.forminator-form textarea,
.forminator-form select {
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 5px solid #e0e0e0;
    font-family: "Nunito Sans", sans-serif;
}

.forminator-form textarea {
    height: 120px;
    resize: vertical;
}

.forminator-form .forminator-button-submit,
.forminator-form button[type="submit"] {
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
    cursor: pointer;
    margin-top: 30px;
    width: 100%;
}

.forminator-form .forminator-button-submit:hover,
.forminator-form button[type="submit"]:hover {
    color: #ffffff;
    background-color: #bb8e4f;
    border: 1px solid transparent;
}

.forminator-form ::-webkit-input-placeholder {
    color: #000000;
}

.forminator-form :-ms-input-placeholder {
    color: #000000;
}

.forminator-form ::-ms-input-placeholder {
    color: #000000;
}

.forminator-form ::placeholder {
    color: #000000;
}

.forminator-form .forminator-field {
    margin-bottom: 20px;
}

.forminator-form .forminator-checkbox,
.forminator-form .forminator-radio {
    margin-bottom: 15px;
}

.forminator-form .forminator-checkbox input[type="checkbox"],
.forminator-form .forminator-radio input[type="radio"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.forminator-form .forminator-checkbox label,
.forminator-form .forminator-radio label {
    position: relative;
    color: #717171;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    margin-left: 20px;
    display: block;
}

.forminator-form .forminator-checkbox label:before,
.forminator-form .forminator-radio label:before {
    content: "";
    background-color: transparent;
    -webkit-box-shadow: 0 0 5px 5px rgba(113, 113, 113, 0.2);
    box-shadow: 0 0 5px 5px rgba(113, 113, 113, 0.2);
    border: 1px solid transparent;
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: -40px;
    border-radius: 0;
}

.forminator-form .forminator-radio label:before {
    border-radius: 50%;
}

.forminator-form .forminator-checkbox input[type="checkbox"]:checked + label:after,
.forminator-form .forminator-radio input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -34px;
    width: 6px;
    height: 10px;
    border: solid #bb8e4f;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.forminator-form .forminator-radio input[type="radio"]:checked + label:after {
    width: 8px;
    height: 8px;
    border: none;
    background-color: #bb8e4f;
    border-radius: 50%;
    top: 9px;
    left: -36px;
}

.forminator-form .forminator-response-message {
    padding: 15px;
    margin: 20px 0;
    font-weight: 500;
    color: #fff;
}

.forminator-form .forminator-response-message.forminator-success {
    background: rgba(0, 68, 112, 0.81);
}

.forminator-form .forminator-response-message.forminator-error {
    background: rgba(220, 53, 69, 0.84);
}

/* Generic form styles for any other forms */
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) input[type="text"],
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) input[type="email"],
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) input[type="tel"],
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) input[type="url"],
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) input[type="number"],
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) textarea,
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) select {
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 5px solid #e0e0e0;
    font-family: "Nunito Sans", sans-serif;
}

form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) textarea {
    height: 120px;
    resize: vertical;
}

form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) input[type="submit"],
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) button[type="submit"] {
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
    cursor: pointer;
    margin-top: 30px;
    width: 100%;
}

form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) input[type="submit"]:hover,
form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) button[type="submit"]:hover {
    color: #ffffff;
    background-color: #bb8e4f;
    border: 1px solid transparent;
}

form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) ::-webkit-input-placeholder {
    color: #000000;
}

form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) :-ms-input-placeholder {
    color: #000000;
}

form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) ::-ms-input-placeholder {
    color: #000000;
}

form:not(.form-area form):not(.wpcf7-form):not(.forminator-form) ::placeholder {
    color: #000000;
}


.form-area .form__result {
    display: none;
    padding: 15px;
    color: #fff;
}

.form-area .form__result--active {
    display: block;
    margin: 40px 0 20px 0;
    font-weight: 500;
}

.form-area .form__result--success {
    background: rgba(0, 68, 112, 0.81);
}

.form-area .form__result--error {
    background: rgba(220, 53, 69, 0.84);
}

.form-area .form--loading {
    position: relative;
}
.form-area .form--loading::before {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 999;
    width: calc(100% + 10px);
    height: calc(100% + 30px);
    left: -5px;
    top: -15px;
    box-sizing: border-box;
}

.footer-area {
    padding: 50px 0;
    background-color: #000000;
	color:#ffffff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-area .footer-icon {
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (max-width: 767.98px) {
    .footer-area .footer-icon {
        text-align: center;
        margin-bottom: 10px;
    }
}
.footer-area .footer-icon li {
    display: inline;
    margin-right: 20px;
    font-size: 13px;
}
.footer-area .footer-icon li a {
    color: #ffffff;

}
.footer-area .footer-copyright {
    text-align: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-area .footer-copyright {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .footer-area .footer-copyright {
        text-align: center;
    }
}
.footer-area .footer-copyright p {
    margin-bottom: 0;
    font-size: 15px;
}
.footer-area .footer-copyright p span {
    font-weight: 600;
    color: #bb8e4f;
}


.error-label {
    color: #dc3545; font-size:11px; padding-left:10px;
}

/* BLOG */
#blog h3 { font-weight: 300; margin:30px 0;  }
.blog h1 { font-weight: 300; margin:40px 0;  }
.blog p { margin-bottom:30px; text-align:justify; }

/* mobile conf */
@media (min-width: 768px) {
.hero-area {
	background-image: url("../images/hero-bg.jpg?v=1714");
}
.office-area {
    padding: 160px 0 120px;
}
}

@media (max-width: 767.98px) {
body { font-display: swap }
.hero-area {
	background: url("../images/hero-bg.jpg?v=18615") #bb8e4f; padding: 150px 0 30px;
}
.office-area {
    padding: 30px 0 120px;
}
.office-area .about-left h2 { font-size:28px }

.hero-area .hero-content h4 { font-size:13px }
.hero-area .hero-content h1 { font-size:34px }
.hero-area .hero-content h4 { font-size:16px }
.office-area .about-left  { margin-bottom:25px; }
.office-area .about-left p { font-size: 15px; margin: 20px 0 20px;}
.hero-area .hero-content .hero-btn { margin-top: 25px; }

}

/* Page Banner (for non-home pages) */
.page-banner {
    position: relative;
    padding: 50px 0;
    margin-top: 105px;


    overflow: hidden;
    max-height: 350px;
    height: 250px;
    display: flex;

}

.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
}

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-banner-title {
    color: #ffffff;
    font-size: 64px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5), 0 0 60px rgba(0, 0, 0, 0.3);
}

.page-banner-divider {
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    margin: 15px auto 20px;
}

.page-banner-subheading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}

.breadcrumb-item a:hover {
    opacity: 0.8;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.breadcrumb-separator {
    display: inline-block;
    margin: 0 4px;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-banner {
        padding: 160px 0 100px;
        margin-top: -160px;
    }
    .page-banner-title {
        font-size: 48px;
    }
    .page-banner-subheading {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-banner {
        background-attachment: scroll;
        margin-top: 80px;
        height: 160px;
    }
    .page-banner-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .page-banner-divider {
        margin-bottom: 0px;
    }
    .page-banner-subheading {
        font-size: 18px;
    }
    .breadcrumb-item a,
    .breadcrumb-item.active {
        font-size: 14px;
    }
    .breadcrumb-separator {
        font-size: 14px;
        margin: 0 8px;
    }
}

/* Services Grid Area Styles - Matching activities-area */
.services-grid-area {
    padding: 120px 0;
    background-image: url("../images/offer_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #000000;
}

.services-grid-area .section-title {
    margin-bottom: 60px;
    text-align: center;
}

.services-grid-area .section-title h2 {
    color: #be9253;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
    margin-bottom: 0;
}

.services-grid-item {
    background-color: #ffffff;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #bb8e4f;
    cursor: pointer;
}
.services-grid-item:hover .services-grid-divider {
    background-color: #ffffff;
}
.services-grid-item:hover .services-grid-title {
    color: #ffffff;
}
.services-grid-item:hover .services-grid-text {
    color: #ffffff;
}
.services-grid-item:hover .services-grid-button {
    color: #ffffff;
}
.services-grid-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #000000;
    margin-bottom: 20px;
}


.services-grid-divider {
    width: 60px;
    height: 2px;
    background-color: #bb8e4f;
    margin: 0 auto 25px;
}

.services-grid-text {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 25px;
    min-height: 80px;
}

.services-grid-button {
    display: inline-block;
    color: #bb8e4f;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
    padding: 10px 0;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.services-grid-button:hover {
    color: #bb8e4f;
    border-bottom-color: #bb8e4f;
    text-decoration: none;
}

/* Responsive Styles for Services Grid */
@media (min-width: 768px) and (max-width: 991.98px) {
    .services-grid-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
	
	#zakres-uslug .offerbox {
		margin-bottom:30px;
	}
    .services-grid-item {
        margin-bottom: 25px;
    }
    .services-grid-area {
        padding: 50px 0;
    }
    .services-grid-area .section-title h2 {
        font-size: 30px;
    }
    .services-grid-area .section-title {
        margin-bottom: 30px;
    }
    .services-grid-title {
        font-size: 25px;
    }
    .services-grid-text {
        font-size: 14px;
    }
    .doccuments-area {
        padding: 50px 0;
    }
    .doccuments-area .section-title h2 {
        font-size: 30px;
    }
    .doccuments-area .section-title {
        margin-bottom: 30px;
    }
    .form-area{
        padding: 50px 0;
    }
    .form-area .form-title {
        margin-bottom: 30px;
    }
    .form-area .form-title h2{
        font-size: 30px;
    }
    .form-area .form-title::before {
        width: 50px;
        height: 2px;
    }
    .contact-area .contact-top {
        padding: 30px 0;
    }
    .contact-area .contact-top .google-map iframe {
        height: 300px;
    }
    .contact-area .contact-top .right-content {
        padding: 30px 0;
    }
    .contact-area .contact-bottom {
        padding: 30px 0;
    }
    .contact-area .contact-bottom .left-part {
        margin-bottom: 30px;
    }
    .contact-area .contact-bottom .right-part {
        margin-bottom: 30px;
    }
    .contact-area .contact-bottom .right-part p {
        font-size: 14px;
    }
    .contact-area .contact-bottom .right-part ul li {
        font-size: 14px;
    }
    .contact-area .contact-bottom .right-part ul li b {
        font-size: 14px;
    }
    .contact-area .contact-bottom .right-part ul li.small-text {
        font-size: 14px;
    }
    .contact-area .contact-bottom .right-part ul li a {
        font-size: 14px;
    }
    .contact-area .contact-bottom .right-part ul li.small-text a {
        font-size: 14px;
    }
    .contact-area .contact-bottom .right-part ul li.small-text a:hover {
        font-size: 14px;
    }
	.contact-area .contact-top .right-content .title-group h3 {
		font-size: 24px; margin-top:10px;
	}
	.contact-area .contact-top .right-content ul {
		padding:20px; border:1px solid #f5f5f5; box-shadow: 0 5px 5px 0px rgba(217,217,217,.1);
	}
	.contact-area .contact-top .right-content ul li {
		font-size:17px; line-height:28px;
	}
	.contact-area .contact-top .right-content ul li b {
		font-size:14px;
	}

}

/* Pricing Section Styles */
.pricing-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pricing-content {
    background-color: #ffffff;
    padding: 0 40px 40px 40px;
}

.pricing-content p {
		line-height:1.7;
		font-size:18px;
		margin-bottom:30px;
}

.pricing-main-text {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pricing-subheading {
    font-size: 18px;
    font-weight: 600;
    color: #bb8e4f;
    margin-bottom: 25px;
    font-family: "Nunito Sans", sans-serif;
}

.pricing-list {
    margin: 0 0 40px 20px;
    padding: 0;
    list-style: decimal;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
}

.pricing-list li {
    margin-bottom: 15px;
    padding-left: 10px;
}

.consultation-cost-box {
    border: 1px solid #bb8e4f;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

.consultation-cost-box p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}

/* Pricing Sidebar */
.pricing-sidebar {
    background-color: #f3ebe1;
}

.pricing-sidebar-menu {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 40px 30px 0 0;
}

.pricing-sidebar-menu li {
    margin-bottom: 5px;
    
}

.pricing-sidebar-menu li a {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    border-left: 6px solid transparent;
    padding-left: 30px;
    transition: color 0.3s ease;
}

.pricing-sidebar-menu li a:hover {
    color: #bb8e4f;
    border-left: 6px solid #bb8e4f;
}

.pricing-sidebar-menu li.current_page_item a::after {
  content: "→";
  font-size:10px;
  margin-left:10px;
  color: #bb8e4f;
}

/* Contact Box */
.contact-box {
    background-color: #bb8e4f;
    padding: 16px 25px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.contact-box-icon {
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
    margin: auto 0;
	background: url(../images/phone.svg);
	background-size: 45px 45px;
	transform:scale(-1,1);
}

.contact-box-icon i {
    font-size: 18px;
    color: #ffffff;
}

.contact-box-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}

.contact-box-number {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s ease;
}

.contact-box-number:hover {
    opacity: 0.8;
    color: #ffffff;
}

/* Responsive Styles for Pricing Section */
@media (max-width: 991.98px) {
    .pricing-content {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
	.main-logo { max-width:240px }
}

@media (max-width: 767.98px) {
    .pricing-section {
        padding: 60px 0;
    }
    
    .pricing-content {
        padding: 25px 15px;
    }
    
    .pricing-main-text {
        font-size: 15px;
    }
    
    .pricing-subheading {
        font-size: 16px;
    }
    
    .pricing-list {
        font-size: 15px;
        margin-left: 15px;
    }
    
    .contact-box {
        padding: 25px 20px;
    }
}



.wpcf7-not-valid-tip { padding: 15px 0; font-size:12px !important;  }
.wpcf7-response-output { padding: 15px; border:none !important; color:#ff7200; font-size:15px; text-align:center }

#description { padding-right:40px }