.top{
    background: url('/themes/warehouse/assets/img/bgTop_2.png') no-repeat;
    background-size: cover;
      background-position: center;
      min-height: 500px;
      max-width: 1000px;
      margin: auto;
      position: relative;
    }

    .contentBottomBanner{
      position: absolute;
      bottom: 16px;
      color: #fff; 
      font-size: 24px;
      margin-left: 32px;
    }

    .contentBottomBanner > p > p{
      font-weight: bold;
    }

    .contentTopBanner{
      max-width: 300px;
      padding-top: 50px;
      padding-left: 44px; 
    }

    .contentTopBanner h1{
      color: #fff;
    }

    .contentTopBanner p{
      color: #fff;
      font-size: 18px;
      line-height: 27px;
      margin-top: 14px;
    }

    .contentTopBanner button{
    font-size: 20px;
      padding: 10px;
      max-width: 250px;
      width: 100%;
      border-radius: 23px;
      border: 0;
      margin-top: 24px;
      cursor: pointer;
    }

    .form-container button{
      font-size: 20px;
        padding: 10px;
        max-width: 250px;
        width: 100%;
        border-radius: 23px;
        border: 0;
        margin-top: 24px;
        cursor: pointer;
      }

    .horeca-section {
      background: white;
      padding: 40px 20px;
      max-width: 1000px;
      margin: auto;
    }

    .contentBottom{
      font-size: 20px;
      line-height: 29px;
    }

    .content {
      display: flex;
      flex-direction: column;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      line-height: 28px;
    }

    .left p {
      margin-bottom: 20px;
      font-size: 18px;
    }

    .left strong {
      font-weight: 700;
    }

    .right {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
    }

    .green-box {
      background-color: #007a33;
      color: white;
      padding: 25px;
      border-radius: 5px;
      text-align: left;
      max-width: 360px;
      z-index: 1;
    }

    .green-box p {
      font-size: 17px;
      line-height: 1.5;
      font-weight: bold;
    }

    .girl-img {
      position: absolute;
      bottom: -20px;
      right: -20px;
      z-index: 0;
      max-width: 300px;
    }

    .girl-img img {
      width: 100%;
      height: auto;
    }

    .catalog-section {
      background: white;
      padding: 40px 20px;
      margin-top: 130px;
    }

    .catalog-section .content {
      display: flex;
      flex-direction: column;
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .catalog-left p {
      font-size: 18px;
      margin-bottom: 20px;
    }

    .catalog-left strong {
      font-weight: 700;
    }

    .catalog-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .catalog-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .catalog-logo {
      width: 180px;
      height: auto;
      margin-bottom: 10px;
    }

    .catalog-img {
      width: 100%;
      max-width: 280px;
      height: auto;
      border-radius: 5px;
    }

    .catalog-button {
      margin-top: 10px;
      font-weight: 600;
      color: #000;
      text-decoration: none;
    }

    .catalog-button:hover {
      text-decoration: underline;
    }

    .containerBottom{
        display: block;
        margin: 0 auto;
        overflow: hidden;
        margin: auto;
        margin-top: 40px;
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .containerBottom h2{
      font-size: 21px;
    }

    .containerDlaczegoWarto{
      max-width: 1270px;
      margin: auto;
      overflow: unset;
      box-shadow: none;
      display: flex;
    }

    .wpcf7 label {
      display: block;
      margin-bottom: -13px !important;
    }

    form > .wpcf7-form-control-wrap {
      margin-bottom: -10.7px;
    }

    .image-section {
    flex: 1;
    background-image: url('/themes/warehouse/assets/img/obraczki.png');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    max-width: 200px;
    }

    .content-section {
    flex: 1;
    padding: 60px 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
    }

    .benefit {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    }

    .check-icon {
    margin-right: 12px;
    color: #222;
    font-weight: bold;
    min-width: 24px;
    font-size: 25px;
    }

    .content-section h2{
      margin-bottom: 40px;
      font-size: 20px;
    }

    .benefit-text {
    font-size: 19px;
    line-height: 1.5;
    }

    .highlight {
    font-weight: bold;
    }

    .greenBg{
        background: #007a33;
        padding: 18px;
        color: #fff;
        text-align: center;
        margin-top: 48px;
    }

    /* Responsive styles */
    @media (max-width: 900px) {
    .container {
        flex-direction: column;
    }

    .image-section {
        min-height: 300px;
    }

    .content-section {
        padding: 40px 30px;
    }
    }

    @media (max-width: 600px) {
    h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .content-section {
        padding: 30px 20px;
    }

    .benefit {
        margin-bottom: 20px;
    }

    .benefit-text {
        font-size: 14px;
    }
    }

    @media (min-width: 768px) {
      .content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
      }

      .left {
        flex: 2;
        padding-right: 40px;
      }

      .right {
        flex: 1;
        align-items: flex-start;
      }

      .green-box {
        max-width: 100%;
      }

      .girl-img {
        position: absolute;
        bottom: -160px;
        right: -30px;
        max-width: 250px;
        z-index: 999;
      }
        .catalog-section .content {
        flex-direction: row;
        justify-content: space-between;
      }

      .catalog-left {
        flex: 2;
        padding-right: 40px;
      }

      .catalog-right {
        flex: 1;
        align-items: flex-start;
      }
    }

    @media (max-width: 767px) {
      .girl-img {
        position: static;
        margin-top: 20px;
        max-width: 200px;
      }

      .green-box {
        text-align: center;
      }

      .green-box p {
        font-size: 16px;
      }
      .catalog-section{
        margin-top: -30px;
      }

      .containerBottom{
        margin-bottom: 40px;
      }
      .contentBottomBanner{
        font-size: 20px;
        line-height: 22px;
      }
    }

    @media (max-width: 600px) {
    .top{
      background: url('/themes/warehouse/assets/img/baner_wesela_mobile.png') no-repeat;
      background-size: cover;
        background-position: center;
        min-height: 500px;
        max-width: 1000px;
        margin: auto;
        position: relative;
      }
      .contentTopBanner {
        max-width: 300px;
        padding-top: 120px;
        padding-left: 34px;
      }
      .contentTopBanner h1 {
        color: #fff;
        font-size: 23px;
        margin-top: 39px;
        text-shadow: 1px 1px 1px #000;
      }
      .contentTopBanner p {
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        margin-top: 14px;
        text-shadow: 1px 1px 1px #000;
      }
    }

    @media (max-width: 400px) {
      .top{
        background: url('/themes/warehouse/assets/img/baner_wesela_mobile_400.png') no-repeat;
        background-size: cover;
          background-position: center;
          min-height: 500px;
          max-width: 1000px;
          margin: auto;
          position: relative;
        }
        .contentTopBanner {
          max-width: 300px;
          padding-top: 120px;
          padding-left: 34px;
        }
        .contentTopBanner h1 {
          color: #fff;
          font-size: 23px;
          margin-top: 39px;
          text-shadow: 1px 1px 1px #000;
        }
        .contentTopBanner p {
          color: #fff;
          font-size: 18px;
          line-height: 27px;
          margin-top: 14px;
          text-shadow: 1px 1px 1px #000;
        }
        .contentTopBanner button {
          font-size: 20px;
          padding: 10px;
          max-width: 250px;
          width: 100%;
          border-radius: 23px;
          border: 0;
          margin-top: 51px;
          cursor: pointer;
        }
      }