/* three column style */

.block{
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  /* -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2); */
}
.block img {
    height: 65px;
    width: auto;
}


/* banner-img style */
.banner-img {
    position: relative;
}
.banner-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.3;
}
.wp-block-cover__inner-container{
  z-index: 5;
}

.banner-img .wp-block-heading {
    color: #f0a763;
    text-shadow: 0 0 5px black;
}
/* Offer section style */
.wp-block-post {
    background: #fff;
        padding: 15px;
    border-radius: 5px;
}

.offer-1 {
    text-align: center;
    margin-top: 0px;

}

.offer-1 ul {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
}

.offer-2 {
    text-align: center;
    padding: 80px 0;
}
.offer-section-wrap {
    margin-top: 80px;
}
.offer-box {
  padding: 40px 30px;
  border-radius: 20px;
  background: linear-gradient(145deg,#ffffff,#f7f7f7);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}


.offer-box::before{
  content:"";
  position:absolute;
  width:200%;
  height:200%;
  top:-50%;
  left:-50%;
  background: radial-gradient(circle at center, rgba(255,160,90,0.25), transparent 60%);
  opacity:0;
  transition:0.4s;
}


.offer-box:hover{
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.12),
    0 5px 20px rgba(0,0,0,0.06);
}

.offer-box:hover::before{
  opacity:1;
}


.offer-box h3,h4{
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 15px;
color: #f0a763 !important;
}

.offer-box p{
  line-height: 1.6;
  color: #555;
  font-size: 18px;
}

.offer-ul {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
}

.offer-ul li::marker {
    content: "\2714 ";
  }
.price{
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
}


.offer-box-middle{
  background: linear-gradient(145deg,#ffb072,#ff914d);
  color: white;
  transform: scale(1.05);
  box-shadow:
    0 20px 60px rgba(255,145,77,0.35);
}

.offer-box-middle h3 {
    color: #fff !important;
}
.offer-box-middle h4 {
    color: #fff !important;
}

.offer-box-middle p{
  color: rgba(255,255,255,0.9);
}


.offer-box-middle .price{
  font-size: 24px;
}


.offer-box-middle::after{
  content:"Najpopularniejszy";
  position:absolute;
  top:20px;
  right:-35px;
  background:white;
  color:#ff914d;
  font-size:12px;
  font-weight:600;
  padding:6px 40px;
  transform:rotate(45deg);
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
}


@media (max-width:900px){
p{
  text-align: center;
}
.section-padding {
    padding: 80px 12px;
}

  .offer-box-middle{
    transform:none;
  }
  .offer-box{
    margin: 0 12px !important;
  }
.fullwidth-section .wp-block-group__inner-container{
  padding: 80px 10px;
}


}
