:root {
  --primary-color: #376041;
  --secondary-color: #8b7355;
  --accent-color: #f5f2e8;
  --yellow-color: #efd71e;
  --text-dark: #2c2c2c;
  --text-light: #666;
  --theme-text-color: #2c3e50;
}

body {
  /* font-family: "Noto Sans", sans-serif; */
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 1.9;
  color: var(--theme-text-color);
  margin: 0;
  padding: 0;
}

#top {
  background-color: var(--primary-color);
  height: 32px;
  text-align: right;
}
.container {
  max-width: 1175px;
  margin: auto;
}
.container-wide {
  max-width: 90%;
  margin: auto;
}

.container-medium {
  max-width: 1000px;
  margin: auto;
}

.container-tiny {
  max-width: 830px;
  margin: auto;
}

.container-tiny a, .container-medium a {
  color: var(--yellow-color);
  text-decoration: none;
}
.container-tiny a:hover, .container-medium a:hover {
  color: var(--primary-color);
  transition: color 0.3s ease;
}

@media (max-width:768px){
  .container-tiny {
    max-width: 95%;
  }
  .container-medium {
    max-width: 97%;
  }
}


.ct-icon-container {
  padding: 10px 5px;
}

#social-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

#social-box a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

#social-box svg {
  margin-top: 8px;
  width: 15px;
  height: 15px;
  fill: #ffffff;
}
#social-box a:hover svg {
  fill: #f0e439;
}


li.nav-item {
  padding: 10px;
}
a.nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: var(--theme-text-color);
}
a.nav-link:hover {
  color: var(--primary-color);
}
a.nav-link.active {
  color: var(--primary-color) !important;
}

#booksy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
#booksy .btn-warning {
  background-color: #efd71e;
  color: var(--theme-text-color)
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  padding: 10px 20px;
  border: 0;
}
#booksy .btn-warning:hover {
  background-color: var(--theme-text-color);
  color: #ffffff
}

#hero {
  height: 80vh;
  overflow: hidden;
}

#hero img {
  object-fit: cover;
  height: 100%;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hero-content {
  width: 90%;
  max-width: 800px;
  z-index: 2;
}

.hero-content h1 {
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-content p {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: darken(var(--primary-color), 10%);
  border-color: darken(var(--primary-color), 10%);
}

@media screen and (max-width: 768px) {
  #hero {
    height: 70vh;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }
  
  .button-group .btn {
    margin: 5px;
    display: inline-block;
  }
}

@media screen and (max-width: 999px) {
  #social-box {
    justify-content: center;
  }
  
  #top .container {
    justify-content: center;
  }
}



#media-view .btn.btn-warning {
  color: var(--text-dark);
  border: 0;
  font-size: 13px;
  font-weight: bold;
}
#media-view .btn.btn-warning:hover {
  background-color: var(--primary-color);
  color: var(--accent-color);
}



#offer-details .accordion-button {
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-color)
}
#offer-details .accordion-button.collapsed  {
  color: var(--text-dark)
}
#offer-details .accordion-body {
  font-size: 14px;
  line-height: 23px;
}

#offer-book .btn {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  padding: 10px;
  border: 0;
  border-radius: 4px;
}
#offer-book .btn.btn-primary {
  background-color: var(--theme-text-color);
}
#offer-book .btn.btn-secondary {
  background-color: var(--primary-color);
}
#offer-book .btn:hover {
  background-color: var(--yellow-color);
  color: var(--text-dark);
}

#hero {
  background-image: url('/assets/images/hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 700px;
  position: relative;
}
#hero a.btn {
  padding: 12px 60px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}
#hero a.btn:first-of-type {
  background-color: var(--theme-text-color);
  margin-right: 50px;
}
#hero a.btn:last-of-type {
  background-color: var(--primary-color)
}
#hero a.btn:hover {
  background-color: white
}


#hero .mask {
  height: 100%;
  background: linear-gradient(85deg, 
    rgba(55, 96, 65, 0.7) 0%, 
    rgba(28, 25, 25, 0.7) 100%
  );
}

/* svg>* {
    transition: none;
}
path[Attributes Style] {
    opacity: 0.33;
    d: path("M 473 67.3 c -203.9 88.3 -263.1 -34 -320.3 0 C 66 119.1 0 59.7 0 59.7 V 0 h 1000 v 59.7 c 0 0 -62.1 26.1 -94.9 29.3 c -32.8 3.3 -62.8 -12.3 -75.8 -22.1 C 806 49.6 745.3 8.7 694.9 4.7 S 492.4 59 473 67.3 Z");
} */
.shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
}
.shape-fill {
  fill: #ffffff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.shape svg {
  width: calc(100% + 1.3px);
  height: 54px;
  margin-bottom: -2px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}



main h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
}
main h2 a {
  color: var(--theme-text-color);
  text-decoration: none;
}
main h2 a:hover {
  color: var(--primary-color);
}



.offer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.offer .item {
  flex: 1 1 30%;
  max-width: 32%;
  background: #fff;
  /* border-radius: 12px; */
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.07); */

  --background-transition: 0.3s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #d0e2d6;
  padding: 10px;


  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer .item a {
  text-decoration: none;
}

.offer .item:hover {
  transform: translateY(-5px) scale(1.03);
}

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

.offer .item h3 {
  /* background: #e6f2ea;
  color: #376041; */

  background: var(--theme-text-color);
  color: #ffffff;
  margin: 0;
  margin-top: 8px;
  padding: 10px 0;
  width: 100%;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  border-top: 1px solid #d0e2d6;
}


@media (max-width: 1000px) {
  .offer {
    flex-direction: column;
    gap: 20px;
  }
  .offer .item {
    max-width: 100%;
    width: 100%;
  }
}


#main-workshops img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);

  /* max-width: 80%;
  margin-left: 30px; */
}


#main-workshops img.img-fluid {
  max-width: 80%;
  margin-left: 30px;
}
#main-workshops img.img-fluid:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
#main-workshops .btn-success {
  background-color: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  padding: 10px 20px;
  border: 0;
}
#main-workshops .btn-success:hover {
  background-color: color-mix(in srgb, var(--primary-color) 80%, black 20%);
  color: #ffffff;
}

@media screen and (max-width: 999px) {
  #main-workshops img.img-fluid {
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  #main-workshops img.img-fluid:hover {
    transform: none;
    transition: none
  }
}




#main-goals {
  background-color: var(--theme-text-color);
  padding-top: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 auto;
}
#main-goals h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
#main-goals p {
  font-size: 16px;
  line-height: 25px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.icon-circle i {
  color: var(--theme-text-color);
  font-size: 24px;
}
.icon-circle:hover {
  background: var(--yellow-color);
  color: #fff;
  transition: background 0.5s, color 0.3s;
}





#maps-booking {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

#maps-booking .item {
  flex: 1 1 48%;
  max-width: 48%;
  background: #fff;

  --background-transition: 0.3s;
  border: 1px solid transparent;
  padding: 10px;

  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#maps-booking .item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #d0e2d6;
  transform: translateY(-5px) scale(1.03);
}

#maps-booking .item .btn {
  color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  padding: 10px 0;
}
#maps-booking .item div {
  height:300px;
  overflow:hidden;
  border: solid 1px #808080;
  box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
#maps-booking .item:first-child .btn {
  background-color: var(--theme-text-color);
}
#maps-booking .item:first-child .btn:hover {
  background-color: color-mix(in srgb, var(--theme-text-color) 80%, black 20%);
}
#maps-booking .item:last-child .btn {
  background-color: var(--primary-color);
}
#maps-booking .item:last-child .btn:hover {
  background-color: color-mix(in srgb, var(--primary-color) 80%, black 20%);
}

@media screen and (max-width: 999px) {
  #maps-booking .item {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  #maps-booking .item:first-child {
    margin-bottom: 0;
  }
}










#maps-contact .item {
  margin-bottom: 30px;
  transition: transform 0.2s;
}
#maps-contact iframe {
  display: block;
  height: 300px;
}
#maps-contact p {
  font-size: 14px;
  line-height: 19px;
}
#maps-contact strong {
  display: block;
  margin-bottom: 5px;
}


#maps-contact a {
  color: var(--primary-color);
  text-decoration: none;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

#maps-contact a:hover {
  color: var(--yellow-color);
}



#maps-contact .item .btn {
  color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  padding: 10px 0;
}
#maps-contact .item:first-child .btn {
  background-color: var(--theme-text-color);
}
#maps-contact .item:first-child .btn:hover {
  background-color: color-mix(in srgb, var(--theme-text-color) 80%, black 20%);
}
#maps-contact .item:last-child .btn {
  background-color: var(--primary-color);
}
#maps-contact .item:last-child .btn:hover {
  background-color: color-mix(in srgb, var(--primary-color) 80%, black 20%);
}

@media screen and (max-width: 999px) {
  #maps-contact .item {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}





























footer {
  background-color: var(--theme-text-color);
  color: #ffffff;
}
footer .container {
  padding: 30px 0 20px 0;
}
footer p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}
footer h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
footer .row {
  margin: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
footer ul li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  text-align: center;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer ul li a:hover {
  color: var(--yellow-color);
}
footer .fs-6 {
  border: solid 1px #ffffff;
  padding: 1px 10px;
}
footer .fs-6:hover {
  border-color: var(--yellow-color);
  transition: border-color 0.3s;
}
footer .fs-6:hover i {
  color: var(--yellow-color);
  transition: color 0.3s;
}
footer .bottom {
  background-color: var(--primary-color);
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
  font-size: 14px;
}










#training {
  background-color: #f8f9fa;
  padding: 50px 0;
}
#training .btn.btn-primary {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
#training .btn.btn-primary:hover, .service-wrapper:hover .btn.btn-primary {
  background-color: var(--text-dark);
  color: #ffffff;
}












.feature-box-1 {
  padding: 30px 30px 20px 30px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 a {
  text-decoration: none;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 h5 {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 15px;
}
.feature-box-1 p {
  margin: 0;
  font-size: 13px;;
  line-height: 22px;
}
.feature-box-1 a p {
  color: var(--text-dark);
}
.feature-box-1 a:hover h5 {
  color: var(--yellow-color);
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  /* background: #20247b; */
  background: var(--theme-text-color);
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.feature-box-1 .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.feature-box-1 .btn-bar {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: var(--primary-color);
}
.feature-box-1 a:hover .btn-bar {
  color: var(--yellow-color);
}













.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.card h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
}
.card a {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  text-decoration: none;
}
.card a {
  color: var(--primary-color);
}
.card a:hover {
  color: var(--yellow-color);
  text-decoration: none;
}
.card .card-body p {
  line-height: 20px;
  font-size: 13px;
  text-align: justify;
}
.card-footer {
  border: 0;
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
}
.card-footer span {
  font-weight: bold;
  color: var(--yellow-color);
}











.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: var(--primary-color);
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 30px;
  font-size: 13px;
  font-weight: bold;
}
.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
}
.blog-grid .blog-info h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.blog-grid .blog-info p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 10px;
  text-align: right;
}
.blog-grid .blog-info .btn-bar a {
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  text-align: right;
  display: inline-block;
}

.blog-grid .blog-info a {
  color: var(--primary-color);
  text-decoration: none;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.blog-grid .blog-info a:hover {
  color: var(--yellow-color);
}




form#contact label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: var(--theme-text-color);
  cursor: pointer;
}
form#contact .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  margin-bottom: 15px;
}
form#contact .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(55, 96, 65, 0.5);
}
form#contact .btn {
  background-color: var(--yellow-color);
  border: 0;
  padding:  10px 15px;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 13px;;
}
form#contact .btn:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}






/* stara strona oferta */
/*



.card::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
    content: '';
    z-index: -1;
}
a.card {
  text-decoration: none;
}

.card {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
    box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
}
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.card h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.card p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}


.card .btn-bar {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.card h5 {
  color: var(--primary-color);
  text-decoration: none;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.card:hover h5, .card:hover .btn-bar {
  color: var(--yellow-color);
}
*/










#about .btn {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  padding: 10px;
  border: 0;
  border-radius: 0;
}
#about .btn-primary {
  background-color: var(--theme-text-color);
}
#about .btn-secondary {
  background-color: var(--primary-color);
}
#about .btn:hover {
  background-color: var(--yellow-color);
  color: var(--theme-text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: bold;
}

#team {
  background-color: var(--theme-text-color);
  padding: 20px 0;
  color: #ffffff;
}