.reviews-section {
    margin: 32px auto;
    display: flex;
    justify-content: space-between;
    width: 98%;
    padding: 50px 64px;
  }
  
  .review-column {
    width: 35%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    height: 640px;
}
  
  .first-review-column {
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
    max-height: 400px;
    width: 33%;
    padding-left: 70px;
  }

  
 
  .rating-large {
    font-family: 'Poppins', sans-serif;
    font-size: 103px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    line-height: 1;
  }
  
  .rating-text {
    font-family: 'Poppins', sans-serif;
    font-size: 84px;
    font-weight: 300;
    color: #FFAB00;
    line-height: 1;
  }
  
  .review-count {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    margin-top: auto;
  }
  
 
  .testimonial {
    position: relative;
  }
  
  .google-logo {
    position: absolute;
    top: 0px;
    right: 31px;
    width: 100px;
    height: 100px;
    transition: transform 0.3s ease;
}

.google-logo:hover {
    transform: translateY(-55px);
}


  .testimonial-bg {
    backdrop-filter: blur(10px);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-size: auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 85%;
    --r: 40px; 
    --s: 80px; 

    aspect-ratio: 1;
    background: rgba(232, 232, 232, 0.5); 
    border-radius: var(--r);
    --_m:/calc(2*var(--r)) calc(2*var(--r))
      radial-gradient(#000 70%,#0000 72%) no-repeat;
    mask:
      calc(var(--s) + var(--r)) bottom var(--_m),
      bottom calc(var(--s) + var(--r)) left 0 var(--_m),
      radial-gradient(var(--s) at 0 100%,#0000 99%,#000 101%) 
       var(--r) calc(-1*var(--r)) no-repeat,
      conic-gradient(from 180deg at calc(var(--s) + 2*var(--r)) calc(100% - var(--s) - 2*var(--r)),
       #0000 25%,#000 0);
}

.testimonial-wrapper {
    width: 81%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 111px;
}
  
  .quote-icon {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
  }
  
  .testimonial-text {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    text-align: left;
  }
  
  .client-img {
    position: absolute;
    bottom: 11%;
    left: 12%;
    width: 70px;
    height: 70px;
  }
  




@media (max-width: 1560px) {
   
    .reviews-section {
        margin: 24px auto;
        padding: 16px 16px;
        width: 96%;
    }

   
    .review-column {
        width: 32%;
        height: 580px;
    }

    .first-review-column {
        width: 30%;
        padding-left: 8px;
        max-height: 360px;
    }

   
    .rating-large {
        font-size: 85px;
        margin-bottom: 12px;
    }

    .rating-text {
        font-size: 72px;
    }

    .review-count {
        font-size: 22px;
        margin-top: 8px;
    }

   
    .testimonial-wrapper {
        width: 75%;
        margin-bottom: 90px;
    }

   
    .testimonial-bg {
        --r: 35px;
        --s: 70px;
        height: 75%;
    }

   
    .google-logo {
        width: 90px;
        height: 90px;
        top: 28px;
        right: 20px;
        transform: translateY(0);
    }

   
    .testimonial-text {
        font-size: 22px;
        line-height: 1.5;
        text-align: center;
    }

   
    .client-img {
        width: 60px;
        height: 60px;
        bottom: 16%;
        left: 4%;
    }

   
    .quote-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }
}








  @media (max-width: 768px) {
   
    .reviews-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 24px 0;
        padding: 20px 0;
    }

   
    .review-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        height: auto;
    }

    .first-review-column {
        width: 100%;
        padding: 0;
        max-height: auto;
    }

   
    .rating-large {
        font-size: 48px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 8px;
        line-height: 1;
    }

    .rating-text {
        font-size: 36px;
        color: #FFAB00;
        margin-bottom: 8px;
    }

    .review-count {
        font-size: 18px;
        color: #333333;
        margin-bottom: 16px;
    }

    .testimonial-wrapper {
        width: 96%;
    }

   
    .testimonial {
        width: 100%;
        padding: 16px;
        text-align: left;
    }

    .testimonial-bg {
        backdrop-filter: blur(6px);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        padding: 16px;
        text-align: left;
    }

   
    .google-logo {
        width: 60px;
        height: 60px;
        margin-top: -15px;
        transform: translateY(0);
    }

    
    .google-logo:hover {
        transform: translateY(0);
    }


   
    .testimonial-text {
        font-size: 16px;
        line-height: 1.4;
        text-align: right;
        margin: 0;
    }

   
    .client-img {
        width: 50px;
        height: 50px;
        margin-top: 12px;
        bottom: 14%;
        left: 12%;
    }

   
    .quote-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
}



@media (max-width: 450px) {
    .phone-text-wrap-fix {
        display: none;
    }
    .phone-text-wrap-fix::after {
        content: ".";
    }
}
























.about-us-section {
    padding: 0;

}

.section-unique {
    padding: 64px 64px;
    box-sizing: border-box;
    border-radius: 40px;
    height: 820px;
    margin: 32px;
    margin-top: 128px;
    display: flex;
    align-items: flex-end;
    margin-top: 0px;
}


.container-unique {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 100%;
}


.first-column-unique {
    flex-basis: 35%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    position: relative;
}

.first-column-unique::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    background-image: url("/static/images/hi5prezentuje/warszawa.webp");
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    z-index: -1;
    transition: transform 0.3s ease;
}

.first-column-unique:hover::before {
    transform: scale(1.02);
}

.glassmorphic-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    transform: translate3d(0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 64px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    color: #ffffff;
}


.second-column-unique {
    flex-basis: 63%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.about-card-right {
    width: 50%;
}

.about-header-unique {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 16px;
}

.about-text-small-unique {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 32px;
}


.about-row-unique {
    display: flex;
    gap: 32px;
    align-items: flex-end;
    height: 100%;
}


.about-card-unique {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #000000;
    border-radius: 40px;
    box-sizing: border-box;
    align-items: stretch;
    padding: 64px;
    height: 340px;
    padding-top: 36px;
}


.about-number-large-unique, .about-number-medium-unique {
    font-family: 'Poppins', sans-serif;
}

.about-number-large-unique {
    font-size: 100px;
    font-weight: 400;
    color: #ffffff;
}

.about-text-large-unique {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
}

.about-number-medium-unique {
    font-size: 90px;
    font-weight: 400;
    color: #000000;
}

.about-text-medium-unique {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    line-height: 1.1;
}






@media (max-width: 1580px) {
   
    .about-us-section {
        padding: 0;
    }

   
    .section-unique {
        padding: 48px 24px;
        border-radius: 30px;
        height: 700px;
        margin: 24px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

   
    .container-unique {
        height: 100%;
    }

   
    .first-column-unique {
        flex-basis: 40%;
        padding-bottom: 16px;
    }

    .first-column-unique::before {
        left: 16px;
        right: 16px;
        border-radius: 24px;
    }

   
    .glassmorphic-card {
        border-radius: 30px;
        padding: 48px;
    }

   
    .second-column-unique {
        flex-basis: 58%;
        padding-bottom: 16px;
    }

   
    .about-header-unique {
        font-size: 48px;
        margin-bottom: 12px;
    }

   
    .about-text-small-unique {
        font-size: 18px;
        margin-bottom: 24px;
    }

   
    .about-row-unique {
        gap: 24px;
    }

   
    .about-card-unique {
        padding: 48px;
        border-radius: 30px;
        height: 263px;
    }

   
    .about-number-large-unique {
        font-size: 85px;
    }

    .about-number-medium-unique {
        font-size: 78px;
    }

   
    .about-text-large-unique,
    .about-text-medium-unique {
        font-size: 18px;
    }
}








@media (max-width: 768px) {
    .about-us-section {
        padding: 0 16px;
    }

    .section-unique {
        padding: 32px 16px;
        border-radius: 20px;
        height: auto;
        margin: 24px 0;
    }

    .container-unique {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .first-column-unique {
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }

    .first-column-unique::before {
        left: -6px;
        right: -6px;
        border-radius: 20px;
    }

    .glassmorphic-card {
        padding: 32px 20px;
        border-radius: 20px;
        text-align: left;
    }

    .second-column-unique {
        flex-basis: 100%;
        width: 100%;
        align-items: left;
        padding-bottom: 20px;
    }

    .about-card-right {
        width: 100%;
    }

    .about-header-unique {
        font-size: 28px;
        text-align: left;
        margin: 18px auto 4px;
    }

    .about-text-small-unique {
        font-size: 16px;
        text-align: left;
        margin-bottom: 24px;
    }

    .about-row-unique {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .about-card-unique {
        padding: 32px 20px;
        border-radius: 20px;
        height: auto;
        margin-top: 250px;
    }

    .about-card-right {
        margin-top:10px;
    }
    
    .about-number-large-unique {
        font-size: 48px;
    }

    .about-text-large-unique, .about-text-medium-unique {
        font-size: 16px;
    }

    .about-number-medium-unique {
        font-size: 48px;
    }
}



















