body
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #000;
}

h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.1rem;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    flex-basis: 100%;
    width: 100%;
}

@media (max-width: 500px) {
    h1 {
        font-size: 1.8rem;
        padding: 0 15px;
    }
}

@media (max-width: 350px) {
    h1 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.5rem;
}

h3, a {
    text-decoration: none;
    color: #fff;
}

p {
  text-align: center;
  color: white;
  font-size: 1.3rem;
}

button {
    background: none;
    border: none;
}

@media (max-width: 564px) {
   h2 {
    font-size: 1.5rem;
    line-height: 1.3rem;
   } 
   p {
    font-size: 1.2rem;
   }
}

a[href^="tel"],
a[href^="mailto"],
a[href^="sms"] {
  color: inherit !important;
  text-decoration: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}


/* scrollbar */

::-webkit-scrollbar
{
    width: 10px;
}
  
::-webkit-scrollbar-track
{
    background: #000000;
}
  
::-webkit-scrollbar-thumb
{
    background: #363636;
}
  
::-webkit-scrollbar-thumb:hover
{
    background: #4d4d4d;
}

* {
  scrollbar-width: thin;        
  scrollbar-color: rgb(43, 43, 43) rgb(0, 0, 0);   
}



/* nav */

nav
{
    text-decoration: none;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 10000;
    user-select: none;
    background: rgba(31, 31, 31, 0.4); 
    backdrop-filter: blur(20px);         
    -webkit-backdrop-filter: blur(20px);

    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1);
}

.nav-container
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo {
  position: relative;
  width: 202px;
  height: 60px;
  overflow: hidden;
  left: 10px;
}


nav ul.navbar
{
    list-style: none;
    margin: 0;
    position: relative;
    right: 25px;
}

nav ul.navbar li
{
    width: auto;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}

nav ul.navbar li a
{
    font-size: 17px;
    text-decoration: none;
    color: #979797;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
    transition: color 0.2s ease-in-out;
}

nav ul.navbar li a:hover
{
    color: #ffee00;
}


#menu-bar
{
    display: none;
}

nav label
{
    font-size: 20px;
    color: #979797;
    padding: 18px;
    cursor: pointer;
    display: none;
}

nav label:hover svg
{
    fill: #ffee00;
}




@media (max-width: 878px)
{
    nav label
    {
        display: initial;
    }

    .nav-container {
        height: 80px;
    }

    nav ul.navbar
    {
        position: absolute;
        top: 100%; left: 0; right: 0;
        padding: 0;
        margin: 0;
        display: none;
        max-height: 85vh; 
        overflow-y: auto;
        background: rgba(17, 17, 17, 0.8); 
        backdrop-filter: blur(20px);         
        -webkit-backdrop-filter: blur(20px);

        -webkit-box-shadow: 0px 16px 13px -16px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 16px 13px -16px rgba(0, 0, 0, 1);
        box-shadow: 0px 16px 13px -16px rgba(0, 0, 0, 1);
    }
   
    nav ul.navbar li
    {
        width: 100%;
        display: inline-block;
        clear: both;
        height: auto;
    }

    #menu-bar:checked ~ ul.navbar,
    #menu-bar:checked ~ label .close-icon
    {
        display: initial;
    }

    label .close-icon,
    #menu-bar:checked ~ label .menu-icon
    {
        display: none;
    }

}





/* header */ 

.head-container
{
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background-image: url(img/header-background.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
	align-items: end;
    flex-direction: row;
    overflow: hidden;
    gap: 6vw;
    position: relative;
}




.header-photo {
    /* border: red solid 1px; */

    height: calc(100vh - 80px);
    aspect-ratio: 1/1;
    display: block;
    position: relative;
    pointer-events: none;
}
.header-items {
    /* border: orange solid 1px; */
    height: calc(100vh - 80px);
    aspect-ratio: 3/5;
    display: block;
    position: relative;
    pointer-events: none;

}
.header-photo-front {
    position: absolute;
    bottom: 12vh;
    right: 1%;
    z-index: 20;
    object-fit: contain;
    transition: transform 0.4s ease-out;

    height: auto; 
    width: 100%;
}

.header-photo-middle {
    position: absolute;
    bottom: 0;
    z-index: 10;
    object-fit: contain;

    height: 100%; 
    width: 100%;
}

.header-photo-back {
    position: absolute;
    bottom: 57%;
    right: 20%;
    z-index: 5;
    object-fit: contain;
    transition: transform 0.4s ease-out;

    height: auto; 
    width: 70%;
}



.header-item-front {
    position: absolute;
    bottom: 44vh;
    left: 3%;
    z-index: 20;
    object-fit: contain;
    transition: transform 0.1s ease-out;

    height: auto; 
    width: 85%;
}

.header-item-back {
    position: absolute;
    bottom: 24vh;
    left: 27%;
    z-index: 5;
    object-fit: contain;
    transition: transform 0.1s ease-out;

    height: auto; 
    width: 72%;
}

.header-socials {
    width: 330px;
    height: 45px;
    background-color: #ac8d00;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 25px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
    z-index: 1000;
}

.svg_icon {
  width: 30px;
  height: 30px;
  fill: white; 
  transition: fill 0.3s;

}
.svg_icon:hover {
  fill: #feffa8; 
}
.header-socials a {
    font-size: 25px;
    color: #fff;
}

.header-socials a:hover {
    color: #feffa8;
    transition: color 0.2s ease-in-out;
}

.header-arrow
{
    width: 200px;
    position:absolute; bottom: 30px; left: 0; right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
    z-index: 2000;
}

.header-arrow a {
    text-decoration: none;
    color: #979797;
    display: block;
    transition: line-height 0.2s ease-in-out, color 0.2s ease-in-out;
}

.arrow-icon {
  width: 30px;
  height: 30px;
  fill: #979797; 
  transition: fill 0.3s;
  margin-top: -10px;
}

.header-arrow:hover .arrow-icon {
  fill: #f1f1f1;
}

.header-arrow:hover a {
  color: #f1f1f1;
  line-height: 20px;
  cursor: pointer;
}


@media (max-width: 1350px) {
.head-container
{
    gap: 0;
}
.header-items {
    aspect-ratio: 2.4/5;
    margin-right: -5vw;
}
}


@media (max-width: 1100px) {
.header-photo {
    aspect-ratio: 0.8/1;

}

.header-photo-middle {
    height: auto; 
    width: 100%;
}
.header-items {
    aspect-ratio: 2.4/5;
    margin-right: -3vw;
}
.header-photo-front {
    bottom: 14vh;
}
.header-photo-back {
    bottom: 61%;
}
}

@media (max-width: 966px) {
.header-items {
    display: none;
}
.header-photo {
    margin-left: 10vw;
}
.header-arrow
{
    bottom: 8vh; 
}

}

@media (max-width: 674px) {
.header-socials {
    width: 100vw;
    height: 10vh;
    border-radius: 0;
}
.header-photo {
    margin-left: 10vw;
    aspect-ratio: 0.65/1;
    margin-bottom: 10vh;
}
.header-photo-back {
    bottom: 52%;
}
.header-photo-front {
    right: 4%;
}
.header-arrow
{
    bottom: 13vh; 
}
}

@media (max-width: 510px) {
.header-socials {
    height: 15vh;
}
.header-photo {
    aspect-ratio: 0.60/1;
    margin-bottom: 15vh;
}
.header-photo-back {
    bottom: 47%;
}
.header-photo-front {
    right: 10%;
    width: 85%;
}
.header-arrow
{
    bottom: 18vh; 
}
}





@media (max-width: 1199px)
{
    .title
    {
        font-size: 5.2vw;
        line-height: 5vw;
    }

    .title-text 
    {
        font-size: 2vw;
        line-height: 2.2vw;
    }
}    

@media (max-width: 991px)
{


    .title
    {
        font-size: 8vw;
        line-height: 7vw;
        text-align: center;
        margin-top: -32vh;
    }

    .title-text
    {
        font-size: 2.5vw;
        line-height: 2.3vw;
        text-align: center;
    }
}

@media (max-width: 767px)
{   

    .title
    {
        font-size: 10vw;
        line-height: 9vw;
        text-align: center;
    }

    .title-text
    {
        font-size: 3vw;
        line-height: 2.9vw;
        text-align: center;
    }
}

@media (max-width: 575px)
{   


    .title-text
    {
        font-size: 4.7vw;
        line-height: 4.8vw;
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        
    }
   
    .title
    {
        font-size: 11vw;
        line-height: 10.4vw;
    }
}




@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate {
  animation: fadeInUp 1s ease-out forwards;
}

.text-front-wrapper, .text-back-wrapper {
  opacity: 0;
  transform: translateY(20px);
  animation-fill-mode: forwards; 
  animation-timing-function: ease-out;
  animation-duration: 1s;
  animation-delay: 0.2s; 
}


/* ================================================================
=================== information-in-boxes =======================
================================================================ */


.information-in-boxes {
    width: 100%;
    height: auto;

    display:  flex;
    gap: 1vw;

    padding-top: 1vw;
    padding-bottom: 1vw;
    flex-wrap: wrap;
    justify-content: center;
}

.information-in-boxes img {
    width: 100%;
    position: absolute;
    bottom: 0;
    user-select: none;
}

.information-in-boxes-box h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    z-index: 30;
    transition: all 0.5s ease;
    user-select: none;
    width: 80%;  
}

.information-in-boxes-box {
    width: 32vw;
    height: 36vw;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    
}
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, rgba(0,0,0,1), transparent);
  z-index: 20;
  transition: height 0.4s ease;
}

.arrow-icon-iib {
    fill: #fff;
    z-index: 30;
    width: 50px;
    position: absolute;
    bottom: 1.5vw;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transition: transform 0.5s ease;
}



.info-description {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  opacity: 0;
  z-index: 30;
  transition: opacity 0.5s ease;
}

/* --- aktywny stan po kliknięciu --- */


.information-in-boxes-box.active .info-description {
  opacity: 1;
}

.information-in-boxes-box.active .arrow-icon-iib {
  transform: translateX(-50%) rotate(180deg);
}


@media (max-width: 1360px)
{
    .information-in-boxes-box {
        width: 48.5vw;
        height: 54.5vw;       
    }

    .info-description {
        bottom: 7vw;
    }
}

@media (max-width: 900px)
{
    .information-in-boxes-box {
        width: 70vw;
        height: 79vw;       
    }

    .info-description {
        bottom: 10vw;
    }
}

@media (max-width: 564px)
{
    .information-in-boxes-box {
        width: 96vw;
        height: 108vw;       
    }

    .info-description {
        bottom: 14vw;
    }
}

@media (max-width: 400px)
{
    .info-description {
        bottom: 16vw;
        width: 98%;
    }
}


/* ================================================================
======================= start-cooperation =========================
================================================================ */


.start-cooperation 
{
    width: 100%;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    gap: 70px 20px;
    justify-content: center;
    padding: 100px 3vw;
    box-sizing: border-box;
}



.sc-item {
    width: 300px;
    height: 400px;
    border-radius: 30px; 
    -webkit-box-shadow: 0px 0px 4px 6px rgb(32, 32, 32);
    -moz-box-shadow: 0px 0px 4px 6px rgb(32, 32, 32);
    box-shadow: 0px 0px 4px 6px rgb(32, 32, 32);  
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

h3
{
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.sc-description
{
    color: #a9a9a9;
    font-size: 1.2rem;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sc-item img 
{
    width: 170px;
    
}

.sc-number
{
    position: absolute;
    font-size: 7rem;
    color: #ffe125;
    bottom: -5rem;
    font-family: "bmx-radical", sans-serif;
    font-weight: 700;
}


/* ================================================================
================== contact-form-container =========================
================================================================ */


.contact-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    background-color: #000000;
    padding: 80px 0;
}

.contact-form-container h1 
{
    margin-bottom: 45px;
}

.map-container {
    width: 45vw;
    height: auto;
    background: #e4e4e4;
}

.contact-form {
    width: 45vw;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border: 2px solid #2b2b2b;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
    color: #c9c9c9;
    font-family: "Lato", sans-serif;
    background-color: #000000;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #fff125;
    outline: none;
    color: #fff;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 250px;
}

.checkbox-label {
    display: flex;
    flex-direction: row; 
    cursor: pointer;
    position: relative;
}

.checkbox-label input[type="checkbox"] {
    flex-shrink: 0; 
    width: 30px;
    height: 30px;
    border: 2px solid #fff125; 
    border-radius: 4px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.6);
    transform-origin: 0 0;
}

.checkbox-label input[type="checkbox"]:checked {
    background-color: #fff125; 
    border-color: #fff125;
}

.checkbox-label input[type="checkbox"]:checked::before {
    content: '✔'; 
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 18px;
    font-weight: bold;
}


.checkbox-label span {
    font-size: 1.1rem;
    color: #f3f3f3;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 30px;
    font-weight: 400;
}

.contact-form .submit-btn {
    margin-left: auto;
    margin-right: auto;
}

.submit-btn {
    border: none;
    cursor: pointer;
    display: flex;
    min-height: 45px;
    width: 150px;

    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px; 
    background-color: #fff125;
    transition: background-color 0.3s ease, all 0.3s ease;

    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    font-family: "Lato", sans-serif;
}

.submit-btn:hover {
    background-color: #fff;
}

.submit-btn-facebook:hover {
    background-color: #1877F2;
}

.submit-btn-google:hover {
    background-color: #EA4335;
}


.loader {
  border: 3px solid #222222;
  border-top: 3px solid #222222;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.submit-btn:hover .loader {
    border: 3px solid #ffffff;
    border-top: 3px solid #fff;
}

.contact-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #444;
}

#formMessage {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  margin-top: 0;
  padding: 0;
  border-radius: 6px;
  font-weight: bold;
  width: 100%;
}

#formMessage.show {
  opacity: 1;
  max-height: 100px;
}

.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}

.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}

.map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}


@media (max-width: 1300px) {
    .map-container {
        width: 75vw;
        aspect-ratio: 1/0.6;
        order: 3;
    }

    .contact-form {
        width: 75vw;
    }

}

@media (max-width: 680px) {
    .map-container {
        width: 95vw;
        aspect-ratio: 1/1;
        order: 3;
    }

    .contact-form {
        width: 95vw;
    }
    .checkbox-label span {
        font-size: 1rem;
    }
}

























.container {
    background-color: #000;
    height: 1000px;
    width: 100%;
}






























figure, time, p {
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    height: auto;
    background-color: #000;
}



.opinions-container {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.opinions-container::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 300px; /* poświata tła sekcji */
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  pointer-events: none;
}

.opinions-container h1 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
}

.opinions-container h2 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
  color: #dbdbdb;
}

.opinions {
  width: 100%;
  display: flex;
  background-color: #000000;
  flex-direction: row;
  justify-content: center;
  gap: 0 25px;
}

.opinions-column {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  width: 302px;
}

/* --- Karta opinii --- */
.opinion-slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid #1f1f1f;
  transition: transform 0.3s ease;
}

.opinion-slide:hover { transform: translateY(-10px); }

.opinion-header {
  display: flex;
  flex-direction: row;
  gap: 0 5px;
  flex: 1 0 100%;
}

.opinion-stars {
  color: #facc15;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  margin: -8px 0 2px 0;
}

.opinion-avatar {
  background-color: #000000;
  height: 50px;
  border-radius: 50%;
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.opinion-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.opinion-text {
  display: flex;
  flex-direction: column;
  min-height: 50px;
}

.opinion-nickname {
  font-size: 0.9rem;
  font-weight: 700;
  color:#e7e7e7;
}

.opinion-date {
  color: #a0a0a0;
  font-size: 0.85rem;
}

/* --- Treść + fade + przycisk --- */
.opinion-content-wrap {
  /* konfig */
  --btn-space: 2.6em;   /* miejsce na przycisk */
  --fade-height: 3.2em; /* wysokość wygaszenia */
  position: relative;
  padding-bottom: var(--btn-space);
  isolation: isolate;   /* własny stacking context */
}

.opinion-content {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color:#8d8d8d;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
  will-change: max-height;
}

/* gradient nad treścią, ale nie nachodzi na przycisk */
.opinion-content-wrap::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: var(--btn-space);
  height: var(--fade-height);
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  opacity: 1;
  transition: opacity 220ms ease;
  pointer-events: none;
  z-index: 1;
}

/* po rozwinięciu wygaszenie znika */
.opinion-content-wrap.is-expanded::after { opacity: 0; }

/* przycisk nad gradientem */
.opinion-read-more {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #dadada;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease;
  padding: 0;
}
.opinion-read-more:hover { 
    transform: translateY(-1px); 
    opacity: 0.9; 
    color: #fff;
}

/* ukrywanie przycisku, gdy JS doda hidden */
.opinion-read-more[hidden] { display: none !important; }

/* --- Logo źródła --- */
.opinion-google-logo {
  display: block;
  width: 40px; height: 40px;
  margin: 0 auto 0;
}

.opinions-buttons-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 60px 0 5px 0;
}

/* --- Responsive --- */
@media (max-width: 1299px) {
  #column-3 { display: none; }
}

@media (max-width: 991px) {
  #column-4 { display: none; }
  .opinions-column { width: initial; flex: 0 1 calc(50% - 50px); }
  .opinions-container h2 { padding: 0 80px; }
}

@media (max-width: 767px) {
  .opinions { flex-direction: column; margin: 0 20px; }
  .opinions-column { flex: initial; width: calc(100% - 40px); }
  .opinion-content { margin: 5px 0 20px; }
  .opinion-stars { font-size: 1.8rem; }
  /* na mobile zwiększ delikatnie fade: */
  .opinion-content-wrap { --fade-height: 4em; }
}










/* Ogólna klasa */
.animate-in {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Widoczność po wejściu w viewport */
.animate-in.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Typy animacji */
.fade-left {
    transform: translateX(-40px);
}
.fade-right {
    transform: translateX(40px);
}
.fade-up {
    transform: translateY(40px);
}






footer {
    height: auto;
    width: 100%;
    
}

.footer-bottom {
    width: 100%;
    min-height: 70px;
    padding: 10px 10%;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #383838;
    position: relative;
}
footer h2 {
    text-align: right;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    color: #757575;
    text-transform: none;
}

footer a {
    text-decoration: none;
    color: #8a8a8a;
    text-align: right;
    transition: color 0.3s;
}

footer a:hover {
    color: #fff125;
}

footer p {
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 1rem;
    color: #8a8a8a;
    text-decoration: none;
}

.footer-top {
    width: 100%;
    min-height: 200px;
    padding: 20px 10% 20px 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;


}

.footer-menu {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: right;
    
}

.footer-menu-wraper {
    display: flex;
    height: 100%;
    gap: 70px;
    margin-right: 0;
    margin-left: auto;
}

.footer_svg_icon {
  width: 20px;
  height: 20px;
  fill: white; 
  transition: fill 0.3s;

}
.footer_svg_icon:hover {
  fill: #fff125; 
}

.footer-top img {
    height: auto;
    width: 350px;
}

.footer-bottom img {
    height: auto;
    width: 140px;
    position: absolute;
    left: 2%;
    display: none;
}

@media (max-width: 1590px) {
    .footer-top {
        padding: 20px 2% 20px 2%;
    }
    .footer-bottom {
        padding: 10px 2%;
    }
}

@media (max-width: 1040px) {
    .footer-bottom img {
        display: block;
    }
    .footer-top img {
        display: none;
    }
}

@media (max-width: 682px) {
    .footer-bottom img {
        display: block;
        position: initial;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-menu-wraper {
        flex-wrap: wrap;
    }
    .footer-menu {
        width: 100%;
        height: auto;
        text-align: center;
        
    }

    footer h2, footer a, .footer-bottom, footer p {
        text-align: center;
    }
}


.dietetics-slider .slide {
    min-width: 600px;
    height: 500px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    background-color: #000000;
    align-items: center;
}
@media (max-width: 682px) {
   .dietetics-slider .slide {
        min-width: 360px;
        height: 300px;
        padding-top: 0;
        display: flex;
        justify-content: center;
        background-color: #000000;
        align-items: center;
    } 
}

.certificates-container, .dietetics-slider {
    width: 100vw;
    overflow: hidden;
    padding: 50px 0;
    background-color: #000;
    position: relative;
}
.dietetics-slider {
    padding: 20px 0 !important;
}
.certificates-container .slide {
    min-width: 400px;
    height: 250px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    background-color: #000000;
    align-items: center;
}
.carousel-track.right .slide img {
    transform: scaleX(-1);
}
.certificates-container .slide::after {
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}


.before-and-after-container {
    width: 100vw;
    overflow: hidden;
    padding: 50px 0;
    background-color: #000;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
}

.before-and-after-container h1,
.certificates-container h1 {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}

.carousel-track {
    display: flex;
    gap: 20px;
    will-change: transform;
}

/* Twój oryginalny styl */
.slide {
    min-width: 450px;
    height: 390px;
    position: relative; 
    overflow: hidden;
    padding-top: 60px;
    background-color: #1d1d1d;
    transition: filter 0.3s ease;
}
/* startowo ukryte */
.fade-in:not([data-loaded="true"]) {
  opacity: 0;
}
.fade-in {
  transition: opacity .6s ease;
  display: block; /* bez skoku layoutu */
}

@media (prefers-reduced-motion: reduce) {
  .fade-in { transition: none; }
}
.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: opacity .6s ease; /* dostrój czas jak chcesz */
}

/* po wczytaniu */
.slide img.is-loaded {
  opacity: 1;
}
.slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 2;
}

.caption,
.before-after {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff125;
    font-family: "bmx-radical", sans-serif;
    font-weight: 700;
    font-size: 2.3rem;
    width: 100%;
    padding: .9rem 12.5%;
    box-sizing: border-box;
}

.caption { bottom: 0; }
.before-after { top: 0; color: #cecece; }

/* Efekt saturacji */
.carousel-track.is-hovering .slide{
  filter: saturate(.5) brightness(.45); /* dostrój: .65–.85 */
}

/* Slajd pod kursorem – normalne kolory i jasność */
.carousel-track.is-hovering .slide.is-hovered{
  filter: saturate(1) brightness(1);
}


























.blog-articles {
    width: 100vw;
    height: auto;
    /* background-color: #1f1f1f; */
    display: flex;
    gap: 25px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background: url(img/blog-articles-background.webp) center / cover no-repeat;
    padding: 70px 0;
}
.blog-articles h1 {
    margin-bottom: 40px;
}
.articles {
    width: 400px;
    height: 500px;
    box-sizing: border-box;
}

.articles-photo {
    height: 50%;
    width: 100%;
    overflow: hidden;
    background-color: #2c2c2c;
    border: 1px solid #313131;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articles-text {
    height: 50%;
    width: 100%;
    border: 1px solid #313131;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    background-color: #000;
    text-align: center;
}

.articles h2 {
    color: #fff125;
    text-transform: none;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    line-clamp: 2;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles a {
    color: #d6d6d6;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.articles a:hover {
    color: #fff;
}

.article-date {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #bebebe;
    font-size: 1.1rem;
}

.article-description {
  color: #ababab;
  font-size: 1.2rem;
  line-height: 23px;
  max-height: 115px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;  
  line-clamp: 4;  
  overflow: hidden;
  text-overflow: ellipsis;
}



@media (max-width: 1270px) {
    .blog-articles .articles:last-child {
        display: none;
    }
}
@media (max-width: 824px) {
    .blog-articles .articles:last-child {
        display: initial;
    }
}


@media (max-width: 620px) {
    .blog-articles {
        background: #000;
        padding: 10px 0;
    }
}

@media (max-width: 420px) {
    .articles {
        max-width: 300px;
        min-width: 200px;
        min-height: 500px;
        box-sizing: border-box;
    }
}





/* ============================================================
============================================================
========================= offer.php ========================
============================================================
============================================================ */


.products-header {
    width: 100vw;
    height: 500px;
    background-image: url(img/products-header-photo.webp);
    display: flex;
    align-items: end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;        
    background-position: center bottom;
}

.products-header-photo {
    height: 420px;
    width: 320px;
}



.products-header-text {
    width: 30vw;
    height: 300px;
    color: #bebebe;
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center;
    font-size: 1.1rem;
    box-sizing: content-box;
    padding-bottom: 100px;
}

@media (max-width: 1166px) {
    .products-header-text {
        width: 50vw;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .products-header-text {
        width: 100vw;
        height: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        box-sizing: border-box;
        padding: 100px 20px 15px 20px;
    }

    .products-header-photo {
        height: auto;
        width: 90vw;
        margin-bottom: -20px;
    }
    .products-header {
        width: 100vw;
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
        overflow: hidden;
    }
}

.products-header-photo img,
.articles-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.products {
    max-width: 1300px;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin: 50px auto 100px auto;
}

.product {
    width: 400px;
    height: 650px;
    border: #2b2b2b 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
}

.product-image {
    width: 370px;
    height: 290px;
    background-color: #111111;
    margin: 15px 0;
}

.product-price {
    width: 100%;
    height: auto;
    text-align: center;
}

.price {
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
}
.price-other {
    color: rgb(158, 158, 158);
    font-weight: 600;
    font-size: 1.3rem;
      position: relative;
  display: inline-block;             /* kontrola nad boxem */
  --strike-h: 2px;                   /* grubość linii */
  --strike-offset: 0.65em;           /* wysokość względem topu – dostrój */
    
}

.price-other::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--strike-offset);
  height: var(--strike-h);
  background: currentColor;
  pointer-events: none;
}

.product h3,
.product-summary h3 {
    color: #fff125;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0 15px;
    box-sizing: content-box;
}
.product-summary h3 {
    font-size: 1.8rem;
    font-weight: 700;
}
.char {
    color: #fff125;
    font-size: .9rem;
    margin-right: 2px;
}

.short-product-description {
    width: 100%;
    height: 150px;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: scroll;
}

.short-product-description .product-description {
    color: #ccc;
    font-size: 1rem;
}

.discount,
.discount-badge {
    position: absolute;
    text-transform: uppercase;
    background-color: #fff125;
    width: 100px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 800;
    top: 50px;
    right: -10px;
    color: #1a1a1a;
    font-size: 0.9rem;
}
.discount-badge{
    width: 150px;
    height: 40px;
    top: 20px;
    left: 20px;
    font-size: 1.3rem;
    line-height: 40px;
}

.product-image img,
.product-main-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}
@media (max-width: 430px) {
.product {
    width: 350px;
    height: 650px;
    border: #2b2b2b 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
}
.product-image {
    width: 320px;
    height: 240px;
    background-color: #111111;
    margin: 15px 0;
}
}
/* ============================================================
============================================================
========================= product.php ========================
============================================================
============================================================ */
.product-hero {
    width: 100vw;
    height: auto;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
}


.product-gallery {
    width: 770px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-main-image {
    width: 100%;
    aspect-ratio: 77/58;
    overflow: hidden;
    position: relative;
}

 

.product-thumbs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
}
.product-thumbs .thumb{
  flex: 0 0 150px;  
  min-width: 150px; 
  aspect-ratio: 15/11;
  border: 1px solid #2b2b2b;
  cursor: pointer;
  transition: border-color .25s ease;
  overflow: hidden;
}
.product-thumbs .thumb:hover,
.product-thumbs .thumb:focus-visible{
  border-color: #fff125;
  outline: none;
}
.product-thumbs .thumb img{
  width: 100%; 
  object-fit: cover;
  overflow: hidden;
}
.product-thumbs button {
    margin: 0;
    padding: 0;
}


.product-summary {
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    box-sizing: content-box;
}

.product-features {
    color: #ccc;
    font-size: 1rem;
    list-style: none;
    line-height: 1.8rem;
    padding-bottom: 50px;
}

.product-summary .product-price {
    padding: 30px 0 20px 0;
}

.long-product-description h2 {
    margin: 0;
    padding: 10px 0 50px 0;
}

.long-product-description {
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0 100px 0;
}

.description-content {
    max-width: 1270px;
    font-size: 1.2rem;
    text-align: justify;
    color: #e7e7e7;
}

@media (max-width: 1330px) {
    .description-content {
        padding: 0 30px;
        box-sizing: content-box;
    }
    .product-gallery {
        width: 500px;
    }
    .product-thumbs .thumb{
        flex: 0 0 100px;  
        min-width: 100px; 
        aspect-ratio: 15/11;
        border: 1px solid #2b2b2b;
        cursor: pointer;
        transition: border-color .25s ease;
        overflow: hidden;
    }
    .product-summary {
        width: 370px;
    }
}

@media (max-width: 930px) {
    .description-content {
        text-align: left;
    }
    
    .product-gallery {
        width: 90%;
    }
    .product-hero {
        flex-wrap: wrap;
    }
    .product-summary {
        width: 90%;
    }
}

@media (max-width: 440px) {
    .discount-badge{
        line-height: 25px;
        width: 100px;
        height: 25px;
        font-size: 0.9rem;
        top: 10px;
        left: 10px;
    }
    .product-summary {
        width: 100%;
    }
    .product-features {
        padding-right: 30px;
        box-sizing: content-box;
    }
}


/* ============================================================
============================================================
========================= contact.php ========================
============================================================
============================================================ */

.contact-container {
    width: 100vw;
    height: auto;
    display: flex;
    margin-top: 80px;
    flex-direction: row;
    overflow: hidden;
}

.contact-information {
    width: 50vw;
    height: 100%;
    padding: 45px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.contact-information-box {
    min-width: 40%;
    max-width: 50%; 
}

.contact-send-mail {
    width: 50vw;
    height: 100%;
    padding: 45px;
    box-sizing: border-box;
}

.contact-send-mail .contact-form {
    width: 100%;
}

.contact-send-mail .contact-form textarea {
    min-height: 170px;
    max-height: 270px;
}


.contact-information h1,
.contact-send-mail h1 {
    text-align: left;
    font-size: 2.4rem;
    height: 60px;
    flex-basis: initial;
    width: 100%;
}

.contact-information h2 {
    text-align: left;
    font-size: 1.3rem;
    color: #b3b3b3;
    margin: 25px 0 0 0;
}

.contact-information h3 {
    font-size: 1.3rem;
    text-align: left;
}

.contact-map {
    width: 100%;
    height: 350px;
    margin: 25px 0 0 0;
    padding: 0;
    border: none;
    display: block;
    border-radius: 25px;
}


@media (max-width: 1550px) {
    .contact-information-box {
        min-width: initial;
        max-width: initial; 
        width: 50%;
    }
}

@media (max-width: 1300px) {
    .contact-information h3 {
        font-size: 1.1rem;
    }
    .contact-information {
        padding: 20px;
    }
    
    .contact-send-mail {
        padding: 20px;
    }
    .contact-map {
        height: 450px;
    }
}

@media (max-width: 1000px) {
    .contact-container {
        flex-direction: column-reverse;
    }
    .contact-information {
        width: 100vw;
        padding: 50px;
        padding-bottom: 0;
    }
    .contact-send-mail {
        width: 100vw;
        padding: 50px;
        padding-bottom: 0;
    }
}

@media (max-width: 600px) {
    .contact-information-box {
        width: 100%;
    }
    .contact-information h1,
    .contact-information h2,
    .contact-information h3,
    .contact-send-mail h1  {
        text-align: center;
        height: auto;
    }
    .contact-information,
    .contact-send-mail {
        padding: 15px;
        padding-bottom: 0;
    }
}


/* ============================================================
============================================================
========================= blog.php ========================
============================================================
============================================================ */
:root {
    --blog-accent: #fff125;
    --blog-dark: #000000;
}

/* Kontener filtrów (wyszukiwarka + kategorie) */
.blog-filters {
    margin: 0 0 2.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 18px;
    background: var(--blog-dark);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

/* Wyszukiwarka – stylistyka jak input w formularzu kontaktowym */
.blog-search {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    width: 100%;
    max-width: 420px;
}

.blog-search input[type="text"] {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #2b2b2b;
    background-color: #000000;
    color: #c9c9c9;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
    outline: none;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.blog-search input[type="text"]::placeholder {
    color: #777777;
}

.blog-search input[type="text"]:focus {
    border-color: var(--blog-accent);
    background-color: #050505;
    color: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 241, 37, 0.25);
}

/* Przycisk „Szukaj” w klimacie submit-btn */
.blog-search button {
    border: none;
    cursor: pointer;
    display: flex;
    min-height: 45px;
    padding: 0 1.4rem;

    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: var(--blog-accent);
    transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.3s ease;

    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    white-space: nowrap;
}

.blog-search button:hover {
    background-color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
    transform: translateY(-1px);
}

.blog-search button:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Lista kategorii nad wpisami */
.blog-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    max-width: 100%;
}

.blog-categories span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--blog-accent);
    font-weight: 700;
    margin-right: 0.25rem;
}

/* Kafle kategorii – jak małe submit-btn'y */
.blog-categories a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 36px;
    padding: 0 0.9rem;
    border-radius: 8px;
    border: 1px solid #2b2b2b;
    background-color: #111111;

    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #f3f3f3;
    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.1s ease;
}

.blog-categories a:hover {
    background-color: rgba(255, 241, 37, 0.12);
    border-color: rgba(255, 241, 37, 0.7);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.blog-categories a.active {
    background-color: var(--blog-accent);
    color: #000000;
    border-color: var(--blog-accent);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}

/* Tagi kategorii przy pojedynczym artykule */
.article-categories {
    margin: 0.6rem 0 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.article-category-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0.25rem 0.75rem;
    border-radius: 8px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;

    background: #000000;
    color: var(--blog-accent);
    border: 1px solid rgba(255, 241, 37, 0.7);
    text-decoration: none;

    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease,
        transform 0.1s ease;
}

.article-category-tag:hover {
    background: var(--blog-accent);
    color: #000000;
    border-color: var(--blog-accent);
    transform: translateY(-1px);
}

/* Odrobina responsywności */
@media (max-width: 768px) {
    .blog-filters {
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 1.1rem;
        gap: 1.25rem;
    }

    .blog-search {
        max-width: 100%;
    }

    .blog-categories {
        gap: 0.4rem;
    }
}
.blog {
    max-width: 1400px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 100px auto 100px auto;
    padding: 0 50px 0 50px;
    box-sizing: border-box;
}


/* ============================================================
============================================================
========================= article.php ========================
============================================================
============================================================ */



.blog-post {
    max-width: 1100px;
    margin: 100px auto 50px auto;
    color: #e0e0e0;
    padding: 0 20px;
    background: #000;
}

.blog-post h1 {
    color: #fff125;
    font-size: 2rem;
    text-align: center;
}

.post-date {
    text-align: center;
    color: #bcbcbc;
    margin-bottom: 20px;
}

.post-image {
    display: block;
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    margin-bottom: 30px;
}

.post-content {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.post-caption {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #fff;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
}

.back-link {
    display: block;
    text-align: center;
    margin: 10px auto 50px auto;
    color: #d6d6d6;
    text-decoration: none;
}
.back-link:hover {
    color: #fff;
}

.video-wrap
{
    position:relative; 
    width:100%; 
    max-width:900px; 
    margin: 50px auto;
}
.video-wrap::before
{
    content:""; 
    display:block; 
    padding-top:56.25%;
}
.video-wrap iframe
{
    position:absolute; 
    inset:0; 
    width:100%; 
    height:100%;
}




.mirror {
    flex-direction: row-reverse;
}   

.company-information:first-of-type {
    margin-top: 80px;
}

.company-information {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #000000;    
    gap: 4vw;
    justify-content: center;
    padding: 30px 0;
    position: relative;
    overflow: hidden;

}


.information-photo {
    flex: 0 1 30%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.information-photo img {
    border-radius: 30% 0 30% 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.information-text
{
    flex: 0 1 40%;
    box-sizing: border-box;

    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 20px;
    padding: 20px 0 50px 0;
}

.information-text p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #aaaaaa;
    text-align: justify;
}

@media (max-width: 1399px)
{
    .information-photo {
        flex: 0 1 40%;
    }

    .information-text {
        flex: 0 1 50%;
    }
    .information-text p {
        font-size: 1.2rem;
    }
}    

@media (max-width: 991px)
{
    .information-photo {
        flex: 0 1 40%;
        align-items: baseline;
    }
    .information-text {
        flex: 0 1 50%;
    }
    .information-text p {
        font-size: 1.1rem;
    }
    .company-information {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px)
{   
    .information-photo {
        flex: 0 1 90%;
        padding: 0 20%;
    }

    .information-text {
        flex: 0 1 90%;
        padding: 0 30px;
    }
    .company-information {
        flex-direction: column-reverse;
        padding: 35px 0 0 0;
        margin-bottom: 80px;
    }
}

@media (max-width: 575px)
{  
    .information-photo {
        flex: 0 1 90%;
        padding: 0 30px;
    }

    .information-text {
        flex: 0 1 90%;
        padding: 0 30px;
    }
    .information-text p {
        font-size: 1.2rem;
    }
}










.statistics {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 100px 0;
}

.statistics h1 {
    padding-bottom: 50px;
}

.statistics-box {
    width: 350px;
    height: auto;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.statistics-box p {
    margin: 0;
    padding: 0;
}

.statistics-text {
    color: #fff125;
    text-align: center;
    font-size: 3.4rem;
    line-height: 3.4rem;
    font-weight: 900;
}

.statistics-text-small {
    margin-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
}






.youtube-gallery {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 50px 0;
}

.youtube-gallery .video-wrap
{
    max-width:700px; 
    margin: 0;
}


.privacy-policy {
    color: #fff;
    max-width: 1200px;
    margin: 80px auto;
    padding: 30px;
    box-sizing: border-box;
}

.privacy-policy p {
    text-align: left;
    font-size: 1.2rem;
}




.sporting-successes {
    width: 100vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.sporting-successes-text {
    font-size: 1.3rem;
    font-weight: 400;
    color: #aaaaaa;
    text-align: justify;
    width: 75%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.sporting-successes .company-information {
    padding: 30px 0;
}
.sporting-successes .company-information:first-of-type {
    margin-top: 10px;
}
.sporting-successes .company-information:last-of-type {
    margin-bottom: 50px;
}

.sporting-successes a {
    color: #eee;
}
.sporting-successes a:hover {
    color: #fff;
}
.sporting-successes .information-text
{
    justify-content: center;
}

.sporting-successes h2 {
    padding: 10px 30px;
}

@media (max-width: 1088px)
{  
    .sporting-successes-text {
        text-align: center;
        width: 100%;
        padding: 10px 30px;
    }
    .sporting-successes .information-text
    {
        justify-content:flex-start;
    }
    .sporting-successes .company-information {
        padding: 0;
    }
}






.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(9, 9, 9, 0.95);
    color: #fff;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 1.5;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.cookie-banner--visible {
    transform: translateY(0);
}

.cookie-banner-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cookie-banner-inner p {
    text-align: center;
}

.cookie-banner a {
    color: #ccc;
    text-decoration: underline;
}

.cookie-banner-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-btn {
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 4px;
}

.cookie-btn-accept {
    background: #fff125;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 35px;
    width: 150px;
}

.cookie-btn-decline {
    background: transparent;
    border: 1px solid #fff125;
    color: #fff125;
    font-weight: 600;
    text-transform: uppercase;
}

.cookie-btn-decline:hover {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff; 
}










.nutrition-list {
    list-style: disc;
    padding-left: 25px;
    color: #aaaaaa;
    font-size: 1.15rem;
    line-height: 1.7rem;
    margin: 10px 0 25px 0;
    width: 95%;
}

.nutrition-list li + li {
    margin-top: 4px;
}

@media (max-width: 767px) {
    .nutrition-list {
        font-size: 1.05rem;
    }
}

.dietetics-wrapper {
    width: 100vw;
    height: auto;
    padding: 80px 15px 50px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
}

.dietetics{
    max-width:1350px;
    color: #aaaaaa;
}

.dietetics .information-text .submit-btn {
    max-width: 240px;
    text-align: center;
}    

.dietetics .information-text {
    padding: 0px 15px;
    box-sizing: border-box;
}
