/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (1) ***!
  \*****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (2) ***!
  \*****************************************************************************************************************/

@font-face {
  font-family: "icomoon";
  src: url(../js/a5bb1e65ea5eab8f51ee.eot?qzpw2n);
  src: url(../js/a5bb1e65ea5eab8f51ee.eot?qzpw2n#iefix) format("embedded-opentype"),
    url(../js/47cfef85ed248e28169b.ttf?qzpw2n) format("truetype"),
    url(../js/0877118ed1b355aa8330.woff?qzpw2n) format("woff"),
    url(../js/0768dd1afc096c65e24c.svg?qzpw2n#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.home [class^="icon-"],
body.home [class*=" icon-"] {
  display: none;
}

.icon-icon3:before {
  content: "\e900";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon2:before {
  content: "\e901";
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon11:before {
  content: "\e902";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon4:before {
  content: "\e903";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon1:before {
  content: "\e904";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

/* WCAG Bar Styles */
body.single-post .post-thumbnail {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}

body.single-post .post-thumbnail img {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* Zmienione z 100% */
  min-height: 100%;
  /* Dodane aby obraz zawsze pokrył div */
  object-fit: cover;
  /* Zmienione z contain */
  transition: transform 0.1s ease-out;
}

.high-contrast {
  filter: contrast(150%);
}

.high-contrast:not(.mui-button) {
  background-color: white !important;
}

.high-contrast * {
  color: black !important;
}

.high-contrast *:not(.mui-button) {
  background-color: white !important;
}

.high-contrast .mui-button i {
  background-color: transparent !important;
}

.high-contrast a {
  color: #0000ee !important;
}

.high-contrast button {
  border: 2px solid black !important;
}

.wcag-bar {
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa !important;
}

.wcag-bar button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #6c757d;
  border-radius: 4px;
  background-color: white;
  color: #212529;
  transition: all 0.2s ease-in-out;
}

.wcag-bar button:hover {
  background-color: #6c757d;
  color: white;
}

/* Mobile Menu Styles */
.navbar-toggler {
  padding: 0.5rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.text-decoration-off {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .menu_container {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100vw;
    width: auto;
    min-width: 200px;
    background: white;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-left: auto;
  }

  .menu_container .menu-item {
    display: block;
    margin: 0.5rem 0;
    text-align: right;
  }

  .menu_container .menu-item a {
    display: block;
    padding: 0.5rem 0;
    color: #212529;
    text-decoration: none;
  }

  .menu_container .menu-item a:hover {
    color: #0d6efd;
  }
}

@media (min-width: 991px) {
  .navbar-toggler {
    display: none !important;
  }

  .menu_container {
    display: flex !important;
    gap: 1rem;
  }

  .menu_container .menu-item {
    margin: 0;
  }
}

.md-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.md-list-item {
  padding: 12px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.md-list-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.md-list-item-thumbnail {
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.md-list-item-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.md-list-item-date {
  color: #5f6368;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.md-list-item-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}

.md-list-item-link {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
  text-align: left;
  height: auto !important;
  min-height: unset !important;
  padding: 8px 16px !important;
  line-height: 1.5 !important;
}

.md-list-item-link:hover {
  color: #174ea6;
}

@media (max-width: 768px) {
  .md-list {
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "icomoon";
  src: url(../js/a5bb1e65ea5eab8f51ee.eot?qzpw2n);
  src: url(../js/a5bb1e65ea5eab8f51ee.eot?qzpw2n#iefix) format("embedded-opentype"),
    url(../js/47cfef85ed248e28169b.ttf?qzpw2n) format("truetype"),
    url(../js/0877118ed1b355aa8330.woff?qzpw2n) format("woff"),
    url(../js/0768dd1afc096c65e24c.svg?qzpw2n#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.home [class^="icon-"],
body.home [class*=" icon-"] {
  display: none;
}

.icon-icon3:before {
  content: "\e900";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon2:before {
  content: "\e901";
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon11:before {
  content: "\e902";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon4:before {
  content: "\e903";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.icon-icon1:before {
  content: "\e904";
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

.card-title a {
  color: var(--maincolor);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root,
:host {
  --_container-color: var(--maincolor);
  --main-color: var(--maincolor);
  --md-filled-tonal-button-container-color: var(--maincolor);
  --md-filled-tonal-button-label-text-color: #fff;
  --md-filled-tonal-button-hover-state-layer-color: #fff;
  --md-filled-tonal-button-pressed-state-layer-color: #fff;
  --md-filled-tonal-button-hover-label-text-color: #ffffff;
  --md-filled-tonal-button-focus-label-text-color: #ffffff;
  --md-filled-tonal-button-pressed-label-text-color: #ffffff;
}

md-filled-tonal-button {
  display: flex;
  align-items: center;
}

body {
  font-family: "Arial", sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: white;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

body #page {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  text-align: center;
  color: white;
  background-color: var(--maincolor);
}

.mainnav {
  width: 100%;
  background-color: white;
  position: relative;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

.mainnav .navbar-toggler {
  width: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .mainnav {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 100%;
    background-color: transparent;
    flex-direction: column;
  }
}

.mainnav .wcag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 1200px) {
  .mainnav .wcag {
    display: none;
  }
}

.mainnav .wcag button {
  border: none;
}

.mainnav .wcag .minus {
  color: transparent;
  font-size: 1px;
  position: relative;
  transform: scale(0.7);
  margin-right: -35px;
  margin-top: 10px;
}

.mainnav .wcag .minus:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzMSAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjEwNTcxIDBWNy4xMDUyN0gxMi4wNTI3VjM1LjUyNjNIMTkuMTU4VjcuMTA1MjdIMzFWMEgwLjIxMDU3MVoiIGZpbGw9IiMzOTlCMzEiLz4KPC9zdmc+Cg==);
}

.mainnav .wcag .plus {
  color: transparent;
  font-size: 1px;
  position: relative;
}

.mainnav .wcag .plus:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzMSAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjEwNTcxIDBWNy4xMDUyN0gxMi4wNTI3VjM1LjUyNjNIMTkuMTU4VjcuMTA1MjdIMzFWMEgwLjIxMDU3MVoiIGZpbGw9IiMzOTlCMzEiLz4KPC9zdmc+Cg==);
}

.mainnav .wcag .contrast {
  color: transparent;
  font-size: 1px;
  position: relative;
}

.mainnav .wcag .contrast:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjUgMEM3LjgyODI0IDAgMCA3LjgyNjk0IDAgMTcuNUMwIDI3LjE3MTggNy44MjY5NCAzNSAxNy41IDM1QzI3LjE3MTggMzUgMzUgMjcuMTczMSAzNSAxNy41QzM1IDcuODI4MjQgMjcuMTczMSAwIDE3LjUgMFpNMTguODY3MiAzMi4yMDI3VjIuNzk3MzNDMjYuMzM3NSAzLjQ3ODc0IDMyLjI2NTYgOS43NTUxNiAzMi4yNjU2IDE3LjVDMzIuMjY1NiAyNS4yNDM3IDI2LjMzODUgMzEuNTIxMiAxOC44NjcyIDMyLjIwMjdaIiBmaWxsPSIjMzk5QjMxIi8+Cjwvc3ZnPgo=);
}

.site-header {
  padding: 1rem 0;
}

.site-header #masthead .main-navigation a {
  color: black;
}

.site-header .site-branding {
  text-align: center;
}

.site-header .site-branding .site-title {
  color: var(--maincolor);
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.site-header .site-branding .site-description {
  color: #060606;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.main-navigation ul li a {
  color: #333;
  text-decoration: none;
}

.main-navigation ul li a:hover {
  color: var(--maincolor);
}

@media (min-width: 1201px) {
  .site-content {
    padding: 0;
  }
}

.site-footer {
  background-color: var(--maincolor) !important;
  padding: 2rem 0;
  text-align: center;
  margin-top: 2rem;
  color: white;
}

.site-footer h3 {
  text-align: left;
  font-size: 1em;
  padding: 0;
  font-weight: 700;
}

.site-footer ul {
  padding: 0;
  list-style-type: none;
}

.site-footer ul li {
  text-align: left;
  padding-left: 0.8em;
  text-indent: -0.4em;
}

.site-footer ul li.footer-text-item {
  margin-top: 10px;
}

.site-footer ul li a {
  text-decoration: none;
  color: white;
  font-size: 0.9em;
}

.site-footer ul li a::before {
  content: "•";
  margin-right: 0.6em;
  text-decoration: none;
  display: inline-block;
}

.site-footer ul li a:hover {
  text-decoration: underline;
}

.site-footer ul li a:hover::before {
  text-decoration: none;
}

#content {
  flex: 1;
}

.wp-block-image .aligncenter,
.wp-block-image .size-full {
  display: block;
  margin-bottom: 40px;
}

.wp-block-image .size-full img {
  width: 100%;
}

@media (max-width: 1200px) {
  .top-bar {
    padding-top: 10px;
  }

  .top-bar .wminus h1 {
    margin-bottom: 0;
  }

  .top-bar .wminus p {
    font-size: 1em;
  }
}

.top-bar .menu_container {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
  border-radius: 10px;
  display: flex;
  flex: 0;
  margin-bottom: 0;
}

.top-bar .menu_container li a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.top-bar .menu_container li.active a {
  color: var(--maincolor);
}

@media (max-width: 1200px) {
  .top-bar .menu_container {
    display: none;
  }

  .top-bar .menu_container li {
    text-align: center;
  }
}

.top-bar .menu_container.show {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  margin-top: 10px;
  position: static;
  flex: 1;
}

.top-bar h1 {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  color: #666666;
}

@media (max-width: 1200px) {
  .top-bar h1 h1 {
    margin-bottom: 0 !important;
  }
}

.top-bar .logo {
  min-width: 100%;
  max-width: 100px;
  width: 100px;
  flex-shrink: 1;
}

.top-bar .logo p {
  font-size: 2rem;
}

.top-bar p {
  font-size: 1.5rem;
}

.top-bar a {
  color: black;
}

.top-bar .contact-area-wrapper {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .top-bar .contact-area-wrapper {
    margin-bottom: 0;
    margin-top: 0 !important;
  }
}

.top-bar .contact-area {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
  border-bottom-right-radius: 15px;
  padding-right: 30px;
  padding-left: 100px;
  padding-bottom: 0 !important;
  width: auto;
  flex: 0 1 auto;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .top-bar .contact-area {
    width: 100%;
    padding-left: 0 !important;
  }
}

.top-bar .contact-area a {
  color: #666666;
}

.top-bar .contact-area .email {
  position: relative;
  display: flex;
  align-items: center;
}

.top-bar .contact-area .email:before {
  margin-right: 10px;
  margin-top: 5px;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwM18xNjEpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi41IDBDMzQuOTI2NCAwIDQ1IDEwLjA3MzYgNDUgMjIuNUM0NSAzNC45MjY0IDM0LjkyNjQgNDUgMjIuNSA0NUMxMC4wNzM2IDQ1IDAgMzQuOTI2NCAwIDIyLjVDMCAxMC4wNzM2IDEwLjA3MzYgMCAyMi41IDBaTTM2Ljc4MjIgMzEuMjIyNFYxNC41TDI4LjQyMDYgMjIuODYxMUwzNi43ODIyIDMxLjIyMjRaTTEwLjAwNDEgMzEuNTYzSDM0Ljk5NjVMMjcuMzU4MSAyMy45MjQ2TDI0LjQ0NjkgMjYuODM1NEMyNC4zMDU3IDI2Ljk3NjIgMjQuMTE0NSAyNy4wNTUyIDIzLjkxNTEgMjcuMDU1MUgyMS4wODVDMjAuOTg2MyAyNy4wNTUyIDIwLjg4ODUgMjcuMDM1OCAyMC43OTczIDI2Ljk5ODFDMjAuNzA2IDI2Ljk2MDQgMjAuNjIzMSAyNi45MDUxIDIwLjU1MzIgMjYuODM1NEwxNy42NDIxIDIzLjkyNDZMMTAuMDA0MSAzMS41NjNaTTguMjE3NzcgMTQuNDk5NVYzMS4yMjI4TDE2LjU3OTQgMjIuODYxMUw4LjIxNzc3IDE0LjQ5OTVaTTM1LjcxOTMgMTMuNDM3SDkuMjgxMjVMMjEuMzk2NCAyNS41NTIySDIzLjYwNEwzNS43MTkzIDEzLjQzN1oiIGZpbGw9IiMzOTlCMzEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMDNfMTYxIj4KPHJlY3Qgd2lkdGg9IjQ1IiBoZWlnaHQ9IjQ1IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}

.top-bar .contact-area .phone {
  position: relative;
  display: flex;
  align-items: center;
}

.top-bar .contact-area .phone:before {
  margin-right: 10px;
  margin-top: 5px;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwM18xNDApIj4KPHBhdGggZD0iTTM4LjQwNzQgNi41ODc2QzI5LjYxOTMgLTIuMTk3ODYgMTUuMzczIC0yLjE5NTc1IDYuNTg3NTggNi41OTI0NEMtMi4xOTc4OCAxNS4zODA2IC0yLjE5NTc3IDI5LjYyNjggNi41OTI0MSAzOC40MTIzQzE1LjM4MDYgNDcuMTk3NyAyOS42MjY4IDQ3LjE5NTYgMzguNDEyMiAzOC40MDc0QzQyLjYzMTUgMzQuMTg2OCA0NS4wMDEyIDI4LjQ2MyA0NC45OTk5IDIyLjQ5NTFDNDQuOTk4NyAxNi41MjgyIDQyLjYyNzMgMTAuODA2MiAzOC40MDc0IDYuNTg3NlpNMzQuMDc1NCAzMS4zNDIyQzM0LjA3NDQgMzEuMzQzMSAzNC4wNzM0IDMxLjM0NDIgMzQuMDcyNCAzMS4zNDUyVjMxLjMzNzdMMzIuOTMyNCAzMi40NzAyQzMxLjQ1OCAzMy45NjMyIDI5LjMxMDcgMzQuNTc3NCAyNy4yNjk4IDM0LjA5MDJDMjUuMjEzNiAzMy41Mzk4IDIzLjI1ODkgMzIuNjYzNyAyMS40Nzk5IDMxLjQ5NTJDMTkuODI3IDMwLjQzODggMTguMjk1MiAyOS4yMDQgMTYuOTEyNCAyNy44MTI3QzE1LjY0IDI2LjU0OTYgMTQuNDk2OSAyNS4xNjI3IDEzLjQ5OTggMjMuNjcyN0MxMi40MDkzIDIyLjA2OTQgMTEuNTQ2MSAyMC4zMjI4IDEwLjkzNDggMTguNDgyNkMxMC4yMzQxIDE2LjMyMDkgMTAuODE0OCAxMy45NDg4IDEyLjQzNDkgMTIuMzU1MkwxMy43Njk4IDExLjAyMDJDMTQuMTQxIDEwLjY0NzQgMTQuNzQ0MSAxMC42NDYgMTUuMTE2OCAxMS4wMTcyQzE1LjExNzggMTEuMDE4MiAxNS4xMTg5IDExLjAxOTEgMTUuMTE5OCAxMS4wMjAyTDE5LjMzNDggMTUuMjM1MkMxOS43MDc2IDE1LjYwNjMgMTkuNzA4OSAxNi4yMDk0IDE5LjMzNzggMTYuNTgyMkMxOS4zMzY4IDE2LjU4MzEgMTkuMzM1OCAxNi41ODQxIDE5LjMzNDggMTYuNTg1MkwxNi44NTk4IDE5LjA2MDJDMTYuMTQ5NiAxOS43NjI2IDE2LjA2MDMgMjAuODc4OCAxNi42NDk4IDIxLjY4NTJDMTcuNTQ1IDIyLjkxMzcgMTguNTM1NiAyNC4wNjk4IDE5LjYxMjQgMjUuMTQyN0MyMC44MTI5IDI2LjM0ODQgMjIuMTE3OSAyNy40NDUyIDIzLjUxMjMgMjguNDIwMkMyNC4zMTggMjguOTgyMiAyNS40MTAzIDI4Ljg4NzUgMjYuMTA3MyAyOC4xOTUyTDI4LjQ5OTggMjUuNzY1MkMyOC44NzA5IDI1LjM5MjQgMjkuNDc0IDI1LjM5MTEgMjkuODQ2OCAyNS43NjIzQzI5Ljg0NzcgMjUuNzYzMiAyOS44NDg3IDI1Ljc2NDIgMjkuODQ5OCAyNS43NjUyTDM0LjA3MjMgMjkuOTk1MkMzNC40NDUyIDMwLjM2NjMgMzQuNDQ2NSAzMC45NjkzIDM0LjA3NTQgMzEuMzQyMloiIGZpbGw9IiMzOTlCMzEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMDNfMTQwIj4KPHJlY3Qgd2lkdGg9IjQ1IiBoZWlnaHQ9IjQ1IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
}

@media (max-width: 1200px) {
  .top-bar .contact-area {
    clip-path: none;
    flex-grow: 1;
    -webkit-clip-path: none;
    border-left: 1px solid white;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .home .top-bar .contact-area {
    margin-bottom: 0;
  }

  .top-bar .contact-area .bip {
    display: none;
  }
}

.header-image {
  width: 100%;
}

.images-section {
  margin-top: 70px;
  margin-bottom: 2rem;
}

@media (max-width: 1199px) {
  .images-section {
    margin-top: 30px;
  }
}

.row-of-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.row-of-buttons .col-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-of-buttons .col-3 .mui-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  font-size: 1.2rem;
  padding: 1em;
}

:root {
  /* Zmiana kolorystyki dla tonal buttons */
  --md-sys-color-secondary-container: $primary-color;
  /* jasny bursztyn */
  --md-sys-color-on-secondary-container: #000000;
  /* czarny tekst */
}

.wp-block-buttons {
  gap: 2em;
  align-items: stretch;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .wp-block-buttons {
    gap: 1em;
  }
}

body.home .wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 40px;
}

.wp-block-buttons .wp-block-button .wp-element-button {
  background-color: var(--maincolor);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 20px;
}

.wp-block-buttons .wp-block-button .wp-element-button img {
  height: 30px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .wp-block-buttons .wp-block-button:not(.noflex) {
    flex: 1 1 0;
    width: 0;
  }
}

@media (max-width: 1200px) {
  .wp-block-buttons {
    flex-wrap: wrap !important;
  }

  .wp-block-buttons .wp-block-button {
    flex: 1 0 60%;
  }
}

.mui-button {
  border: 2px solid white;
  transition: all 0.3s ease;
  white-space: normal;
  padding: 1em 1.5em;
  background-color: #e3ddd7;
  text-align: center;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.mui-button:hover {
  background-color: rgb(42.75, 116.25, 36.75);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mui-button .button {
  display: flex;
  align-items: center;
}

@media (max-width: 599px) {
  .wp-block-latest-posts.is-grid li {
    margin-right: 0;
  }
}

.wp-block-latest-posts__list li {
  background-color: transparent;
  border: 1px solid #666666;
  padding: 0;
  border-radius: 10px;
  padding-bottom: 20px;
}

.wp-block-latest-posts__list li a {
  display: block;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%;
}

.wp-block-latest-posts__list li img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-date,
.wp-block-latest-posts__list li .wp-block-latest-posts__post-title,
.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
  margin-left: 20px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  color: var(--maincolor);
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
}

.mui-button {
  height: 100%;
  position: relative;
}

.mui-button [class^="icon-"],
.mui-button [class*=" icon-"] {
  position: absolute;
  left: 20px;
  top: 0%;
}

.mui-button.mui-button-contained {
  border: 2px solid white;
  transition: all 0.3s ease;
  background-color: #e3ddd7;
  font-size: 0.9rem;
  min-width: 100px;
  margin: 0;
  line-height: 1;
  font-weight: 300;
}

.mui-button.mui-button-contained.mui-button-primary:hover {
  background-color: rgb(42.75, 116.25, 36.75);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mui-button.mui-button-contained.mui-button-secondary:hover {
  background-color: black;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mui-button.mui-button-contained.mui-button-success:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mui-button.mui-button-contained.mui-button-info:hover {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.row:first-of-type .col-3 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.bip {
  width: 20px;
  flex: 0 1 auto;
  width: 70px;
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .bip {
    margin: 0 auto;
  }
}

body.category .post {
  border-radius: 10px;
}

body.category .wp-post-image {
  display: block;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/*# sourceMappingURL=main.min.css.map*/


.custom-menu-container.desktop-menu {
  margin: 0 auto;
}

body {
  background-image: url(../../imgs/bgc-karniewo.png);
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;

  @media(min-width:1400px) {

    &::before,
    &::after {
      content: "";
      position: fixed;
      top: 60%;
      left: 0;
      height: 100%;
      background-image: url(../../imgs/bg-body.svg);
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1;
      width: 80px;
      height: 270px;
      ;
    }

    &::after {
      left: auto;
      right: 0;
      transform: scaleX(-1);
    }
  }

}

.top-bar .row.justify-content-center {
  background-color: #fff;
  border-radius: 20px;
}

#content h1 {
  color: #25283e;
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;

  text-align: center;
}

.wp-block-heading {
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

#content ul,
.mobile-menu-overlay ul {

  /* li::before {
    content: "::before";
    background: lightgray;
    border-radius: 1ch;
    padding-inline: 1ch;
    margin-inline-end: 1ch;
  } */
  li {
    display: list-item;
    list-style-type: "";
    padding-inline-start: 0px;

    &::before {
      content: "";
      background-color: var(--maincolor);
      font-size: inherit;
      width: 1ch;
      height: 1ch;
      left: -10px;
      display: inline-block;
      position: relative;
    }
  }

}

.mobile-menu-overlay.open {
  z-index: 999999;
}

.search-modal-overlay {
  z-index: 999999999999999 !important;
}

body .mobile-menu-overlay {
  background-image: url(../../imgs/bgc-karniewo.png);
  background-size: cover;
  background-position: top;
  /* background-color: rgba(255, 255, 255, 0.6); */
  /* background-blend-mode: lighten; */

  ul {
    padding-left: 25px;

    li {
      margin: 0;

      >a:not(.sub-menu a) {
        font-weight: bold;
      }

      a {
        font-size: 16px;
      }

      &:last-child {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border: #5e5e5e87;
      }
    }
  }
}

/* #content:has .wp-block-image as second child then display none h1*/
#content:has(.wp-block-image:nth-child(2)) h1 {
  display: none;
}

.wp-block-image img {
  border-radius: 20px;
}

.mobile-header {
  .main-title {
    @media(max-width:376px) {
      font-size: 16px;
    }
  }

  .subtitle {
    @media(max-width:376px) {
      font-size: 14px;
    }
  }
}

/* RESPONSYWNE MENU */
.hamburger-btn {
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.mobile-menu-overlay.open {
  display: flex;
}

.close-mobile-menu {
  align-self: flex-end;
  font-size: 2rem;
  background: none;
  border: none;
  /* margin-bottom: 2rem; */
  cursor: pointer;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  width: 100%;
}

.mobile-menu-list li {
  margin: 1rem 0;
}

.mobile-menu-list a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #000;
}

.mobile-contact p {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 1rem;
}

@media (min-width: 992px) {

  .mobile-header,
  .hamburger-btn,
  .mobile-menu-overlay {
    display: none !important;
  }


}

.logo_close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.searchandfilter input[type="submit"] {
  margin-top: 10px
}

.search-modal-overlay {
  z-index: 999999999999999;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;

  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  /* zawsze flex, kontrolujemy widoczność przez opacity */
}

/* Widoczny stan */
.mobile-menu-overlay.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.youtube-videos-container {
  @media(max-width: 1200px) {
    display: flex ! important;
    flex-direction: column ! important;
    align-items: center ! important;
    flex-wrap: wrap ! important;
  }

  .video-item {
    background-color: #ffffff99;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;

    .title {
      font-family: "Baloo 2", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
    }
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #389B31;
  --bs-btn-border-color: #389B31;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #22641d;
  --bs-btn-hover-border-color: #1d5a19;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1d5a19;
  --bs-btn-active-border-color: #1d5a19;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.main-title-wrapper {
  color: var(--bs-heading-color);

  h1 {
    color: var(--bs-heading-color);
  }
}

.createdby {
  transition: all 0.3s ease;

  img {
    transition: all 0.3s ease;
  }

  &:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
}

#content {
  .wp-block-latest-posts__list.is-grid.columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .wp-block-latest-posts.columns-2 li {
    width: 100% !important;
  }

  .wp-block-latest-posts__list.is-grid li {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .wp-block-latest-posts__list.is-grid li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }

  .wp-block-latest-posts__featured-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .wp-block-latest-posts__post-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin: 16px 20px 8px;
    display: block;
  }

  .wp-block-latest-posts__post-title:hover {
    color: var(--maincolor);
  }

  .wp-block-latest-posts__post-date {
    font-size: 0.875rem;
    color: #888;
    margin: 0 20px 8px;
    display: block;
  }

  .wp-block-latest-posts__post-excerpt {
    font-size: 0.95rem;
    color: #555;
    margin: 0 20px 20px;
    line-height: 1.5;
    flex-grow: 1;
  }

  .wp-block-buttons {
    margin-top: 40px;
    text-align: center;
  }

  .wp-block-button__link {
    background-color: var(--maincolor);
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
  }

  .wp-block-button__link:hover {
    background-color: var(--secondcolor);
  }
}

.site-footer ul li a::before {
  content: unset;
}

.footer-text-item {
  padding: unset !important;
}

.site-footer li {
  padding: unset !important;
}

.site-footer ul li {
  text-indent: unset !important;
}

.topbar {
  color: white;
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.search-toggle-btn {
  font-size: 22px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 10px;
}

.search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.search-modal-content {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeInUp 0.3s ease-out;
  text-align: center;
}

.search-modal-content h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.close-search-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

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

.searchandfilter input[type="search"] {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
}

.searchandfilter input[type="submit"] {
  background: var(--maincolor);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

input[name="ofsearch"] {
  width: 100%;
  max-width: 500px;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 10px;
  transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

input[name="ofsearch"]:focus {
  border-color: #dc9749;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(220, 151, 73, 0.2);
}

@media (max-width: 768px) {
  #content {
    .wp-block-latest-posts__list.is-grid.columns-2 {
      grid-template-columns: repeat(1, 1fr);
      padding: 20px !important;
    }
  }
}

#menu-menu li {
  font-size: 20px !important;
  font-weight: bold;
  margin: 0px 10px;
  text-decoration: unset !important;

  a {
    text-decoration: unset !important;
  }
}

.menu_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.topbar,
.site-footer {
  background-color: #2d3e50 !important;
}

.home .menu_wrap {
  display: none;
}



@media (max-width:768px) {
  .topbar {
    font-size: 12px;
  }

  .mobile-header h1 {
    font-size: 20px;
  }
}

.text-end a {
  text-decoration: none;

}

.text-end i {
  margin-right: 5px;
}

.topbar .container-fluid {
  max-width: 1300px;
}

.topbar .fb {
  float: right;
  width: 30px;
  height: 30px;
  background-color: var(--maincolor);
  border-radius: 100%;
  margin-top: -3px;

}

.topbar .topbar i {
  color: white;
}

.desktop-menu .menu-item-has-children>a::after {
  content: "\f107";
  /* Font Awesome - strzałka w dół */
  font-family: "FontAwesome";
  margin-left: 6px;
  font-weight: normal;
  color: var(--maincolor);
  font-size: 0.85em;
  transition: transform 0.2s;
}

.desktop-menu .menu-item-has-children:hover>a::after {
  transform: rotate(180deg);
}

.site-content a {
  color: var(--maincolor);
}

.home .hamburger-btn {
  display: none;
}

.mobile-contact {
  width: 100%;
}

.mobile-contact a {
  text-align: left;
  color: var(--maincolor);
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: bold;
}

.site-footer {
  padding-bottom: 20px !important;
}

@media (max-width:768px) {
  .topbar {
    font-size: 11px;
  }

  .topbar .fb {
    float: right;
    width: 25px;
    height: 25px;
    background-color: var(--maincolor);
    border-radius: 100%;
  }

  .topbar i {
    color: white;
  }
}

.wp-block-buttons .wp-block-button .wp-element-button img {
  height: 40px !important;
}


/* 

*/



/* === ACF CONTACT SECTION STYLES === */

.acf-contact-section {
  padding: 4rem 1rem;
  font-family: 'Segoe UI', sans-serif;
  color: #2D3E50;
  max-width: 1200px;
  margin: 0 auto;
}

.acf-contact-section .row {
  margin-bottom: 2rem;
}

.wpcf7 label,
.wpcf7 p {
  width: 100%;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  gap: 2rem;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.contact-box img {
  width: 140px;
  height: 140px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
}

.contact-box .contact-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-box h5 {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.contact-box p {
  margin: 0.25rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-box a {
  color: var(--maincolor);
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

.address-box {
  background: #fff;
  border-left: 4px solid #2D3E50;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.address-box h6 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.address-box p {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.address-box a {
  color: #2D3E50;
  text-decoration: none;
}

.address-box a:hover {
  text-decoration: underline;
}

.form-wrapper {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
  width: 100%;
  padding: 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.form-wrapper input[type="submit"] {
  background: #2D3E50;
  color: #fff;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.form-wrapper input[type="submit"]:hover {
  background: #1b2735;
}

.map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 450px;
  margin-top: 4rem;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* === Responsive Design === */

@media (max-width: 991px) {
  .contact-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }

  .contact-box .contact-content {
    width: 100%;
  }

  .form-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .acf-contact-section {
    padding: 2rem 1rem;
  }

  .address-box,
  .form-wrapper {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .contact-box {
    padding: 1.5rem;
  }

  .contact-box h5 {
    font-size: 1.5rem;
  }

  .form-wrapper input[type="submit"] {
    width: 100%;
  }
}

/* === Utility Classes === */
.acf-contact-section .row:not(:last-child) {
  margin-bottom: 3rem;
}

.acf-contact-section hr {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 2rem 0;
}

.acf-contact-section h2,
.acf-contact-section h3,
.acf-contact-section h4,
.acf-contact-section h5,
.acf-contact-section h6 {
  color: #2D3E50;
  font-weight: 600;
  margin-bottom: 1rem;
}

.text-muted {
  color: #6c757d;
}


.bg-white {
  background-color: #fff !important;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.rounded {
  border-radius: .25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}


/* === DESKTOP MENU STYLES === */
.desktop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.sub-menu li {
  width: 100% !important;
}

.desktop-menu li {
  position: relative;
}

.desktop-menu>ul>li>a {
  padding: 12px 18px;
  display: block;
  color: var(--maincolor);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  border-radius: 8px;
}

.desktop-menu>ul>li:hover>a {
  background: #e8ecef;
  color: #000;
}

.desktop-menu ul ul {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  display: none;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  min-width: 220px;
  border-radius: 8px;
  padding: 0.5rem 0;
}

.desktop-menu li:hover>ul {
  display: flex;
}

.desktop-menu ul ul li a {
  padding: 10px 20px;
  color: var(--maincolor);
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.desktop-menu ul ul li a:hover {
  background-color: #f3f3f3;
  color: #000;
}

/* === MOBILE MENU === */
@media (max-width: 991px) {
  .desktop-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #ffffff;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 2rem 1rem;
    z-index: 1000;
  }

  .desktop-menu.open {
    left: 0;
  }

  .desktop-menu ul {
    flex-direction: column;
    gap: 0.5rem;
  }

  .desktop-menu ul ul {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
  }

  .desktop-menu ul ul li a {
    padding: 8px 16px;
  }

  .menu-toggle-btn {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1100;
    background: var(--maincolor);
    color: white;
    padding: 10px 14px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}


.menu-col {
  .list-unstyled {
    img {
      max-width: 30px;
      height: auto;
      margin-right: 10px;
    }
  }
}