* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  font-family: 'Open Sans', sans-serif; /* wczesniej byla Georgia */
  height: 100%;
  scroll-behavior: smooth;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* SEKCJA 1 */

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  background: transparent;
  color: #EEEEEE;
}
.logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 20px;
}

.logo-ico {
  font-size: 1.6em;
  margin-right: 0.5em;
  cursor:default;
}

.logo-tex {
  font-weight: bold;
  color: #b58a07;
  font-size: 1.5em;
}
.logo-tex a {
  color:#b58a07;
  text-decoration: none;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5em;
}

.nav-links li a {
  color: #EEEEEE;
  text-decoration: none;
  font-size: 1.3em;
}
.nav-links li a:hover {
  color: #a97f2d;
  text-decoration: underline;
  text-decoration-color: #a97f2d;
}

.hamburger {
  display: none;
  font-size: 2em;
  color: #EEEEEE;
  cursor: pointer;
  z-index: 11;
}

/* HERO SECTION */
.hero {
  position: relative;
  background-image: url('bigben.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #EEEEEE;
  display: flex;
  align-items: center;
  padding: 2em;
}


.hero-text {
  max-width: 720px;
}

.hero-text h1 {
  font-size: 3.5em;
  line-height: 1.3em;
  margin-bottom: 0.2em;
  display: inline-block;
  padding: 0.3em;
  color: #EEEEEE;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;  
  font-weight:bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.hero-text p {
  font-size: 1.8em;
  margin-bottom: 1.5em;
  margin-left: 0.7em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.btn {
  background: #D6B44E;
  color: #EEEEEE;
  border-radius: 30px;
  text-decoration: none;
  margin-left: 0.7em;
  font-size: 1.2em;
  padding: 1em 4em;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #a97f2d;
  color: #EEEEEE;
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
}

@media (max-width: 768px) and (max-width: 1024px) {
  .nav-links {
    display: none;
  }
   .navbar {
    padding: 0;
    margin-right: 1em;
  }

  .hamburger {
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 3em;
    margin-bottom: -30px;
  }
  .hamburger:hover {
    color: #a97f2d;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: #EEEEEE;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 2em 1em;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transform: translateX(20px);
    visibility: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .mobile-menu.show {
    transform:translateX(0);
    visibility: visible;
    opacity: 1;
  }

  .mobile-menu ul {
    list-style: none;
    text-align: center;
  }

  .mobile-menu li {
    margin: 30px 0;
  }

  .mobile-menu a {
    color: #D6B44E;
    font-size: 2em;
    text-decoration: none;
    font-weight: bold;
    padding: 1em 2em;
  }
  .mobile-menu a:hover {
    color: #a97f2d;
    text-decoration: underline;
    text-decoration-color: #a97f2d;
  }
  .logo-ico {
    font-size: 1.4em;
    margin-right: 0.5em;
    margin-top:15px;
  }
  .logo-tex {
    font-weight: bold;
    color: #b58a07;
    font-size: 1.3em;
    margin-top:15px;
  }
  .hero-text h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0.2em;
  }
  .hero-text p {
    font-size: 1.5em;
    width: 320px;
    text-align: center;
    padding: 0.2em;
    margin: 0 auto 1em auto;
  }
  .btn {
    padding: 0.8em 2.5em;
    font-size: 1.2em;
    margin-left: 0;
    margin-top: 1em;
    text-align: center;
    margin: 1em auto 0 auto;
    display: block;
  }
  .hero-text {
    max-width: 100%;
    text-align: center;
    display:flex;
    flex-direction: column;
  }
}


/* DLACZEGO MY */
#dlaczego-my {
  background-color:#eeeeee;
  padding: 80px 20px;
  text-align: center;
}

#dlaczego-my .napis {
  max-width: 1000px;
  margin: 0 auto;
  color:#333;
  font-size: 20px;
}

/* Tytuł */
#dlaczego-my h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #D6B44E;
}

/* Tekst wprowadzający */
#dlaczego-my .intro {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 20px;
}

/* Zdjęcia obok siebie */
#dlaczego-my .images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

#dlaczego-my .images img {
  width: auto;            
  height: 500px;         
  max-width: 400px;       
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover; 
}

#dlaczego-my .image-with-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

#dlaczego-my .caption {
  margin-top: 10px;
  color: #555;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

/* Przycisk */
#dlaczego-my .cta-btn {
  display: inline-block;
  background-color: #D6B44E;
  color: white;
  padding: 1em 4em;
  font-size: 1em;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#dlaczego-my .cta-btn:hover {
  background-color: #a97f2d;
}

/* Responsywność na telefonach */
@media (max-width: 768px){
  #dlaczego-my .images {
    flex-direction: wrap;
    align-items: center;
  }
  .image-with-caption {
  flex: 1 1 45%; /* dwa zdjęcia obok siebie */
  max-width: 45%;
  text-align: center;
}

  #dlaczego-my .images img {
    width:100%;
    margin-bottom: 20px;
    height: 300px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

  }
  .intro {
    font-size: 1.2em;
    margin-bottom: 20px;
    padding: 0 45px;
  }
}

.section-divider {
  border: none;
  border-top: 3px solid #333;
  width: 100%;
  opacity: 0.75;
  
}

/* ZESPOL */
#zespol {
  background-color: #EEEEEE;
  padding: 80px 20px;
  text-align: center;
}

#zespol h2 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.7em;
}

.zespol-container {
  margin: auto;
  position: relative;
}

.zespol-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth; 
}
.zespol-wrapper::-webkit-scrollbar {
    display: none; /* ukrycie paska przewijania na mobile */
}

.zespol-member { 
  background: white;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  flex: 0 0 auto;
  width: 400px;
}

.zespol-member img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px; /* stała wysokość dla zdjęć */
  object-fit: cover; /* dopasowanie zdjęcia do kontenera */
}

.zespol-member h3 {
  color: #D6B44E;
  font-weight: bold;
  font-size: 1.8em;
}

.zespol-member .rola {
  color: #333;
  font-size: 1.2em;
  margin-top: 8px;
}

.social-icons {
  margin-top: 8px;
}
.social-icons-filip {
  margin-top:35px;
}

.social-icons-filip a {
  color: #D6B44E;
  margin: 0 5px;
  font-size: 1.1em;
  text-decoration: none;
  transition: color 0.3s;
}
.social-icons-filip a:hover {
  color: #a97f2d;
}
.social-icons a {
  color: #D6B44E;
  margin: 0 5px;
  font-size: 1.1em;
  text-decoration: none;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #a97f2d;
}

.scroll-buttons {
  position: absolute;
  left: 0;
  right: 0;
}
.scroll-buttons button {
  background: #D6B44E;
  color: white;
  border: none;
  padding: 10px 12px;
  margin: 0 3px;
  border-radius: 3px;
  font-size: 1.2em;
  cursor: pointer;
}
.scroll-buttons button:hover {
  background: #a97f2d;
}

.member-desc {
  margin-top: 15px;
  font-size: 1.1em;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  color:#333;
}
.zespol-member img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

.member-desc {
  margin-top: 15px;
  font-size: 1.1em;
  margin-left: auto;
  margin-right: auto;
}



/* KONTAKT */

#navbar-kontact {
  background-color: #EEEEEE;
  text-align: center;
}
#contact {
  padding: 80px 20px;
  background-color: #EEEEEE;
}

.container {
    display: flex;
    justify-content: space-between;
    margin-left:0;
}

#contactContainer {
    display: flex;
    justify-content: space-between; 
}

.left {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    color:#333;
    margin-left: 20px;
    padding: 20px;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: 80px;
}

.left h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #D6B44E;
}

.left p {
    font-size: 18px;
    line-height: 1.6;
}

.right {
    flex: 1;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 50px;
}

form {
    display: flex;
    flex-direction: column;
    color: #333;
    max-width: 700px;
    color: #333;
}

label {
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
}

label span {
    font-weight: normal;
    font-size: 14px;
    color: #777;
}

.name-fields {
    display: flex;
    gap: 15px;
    margin-top: 5px;
    color: #333;
}

.name-fields div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

input, textarea, select {
    border: 1px solid #777;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    margin-top: 5px;
    color: #333;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='none' stroke='%23777' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}
.wybor {
    color:#333;
    font-size: 16px;
    margin-top: 5px;
}
.TELEFON-KONTAKT{
  margin-top: 10px;
  text-decoration: underline;
}

@media (max-width: 768px) and (max-width: 1024px){
    .select {
        width: 100%;
    }
    .wybor{
      font-size:10px;
    }
}
input:hover, textarea:hover {
    background-color: #f0f0f0;
}
select:hover {
    background-color: #f0f0f0;
} 

textarea {
    border-radius: 15px;
    min-height: 100px;
    resize: vertical;
}

button {
    margin-top: 30px;
    padding: 15px 40px;
    font-size: 18px;
    background-color: #D6B44E;
    color: #EEEEEE;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease;
    max-width: 180px;

}

button:hover {
    background-color: #a97f2d;
}

.kontakt-socials {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    color:#D6B44E;
    font-size: 25px;
    transition: color 0.3s;
}
.kontakt-socials a {
    color: #D6B44E;
    text-decoration: none;
    transition: color 0.3s;
}
.kontakt-socials a:hover {
    color: #a97f2d;
}


@media (max-width: 768px) and (max-width: 1024px){
    #contact .container {
        flex-direction: column;
        padding: 0;
        margin-top: -100px;

    }
    .left {
        max-width: 100%;
        margin-left: -10px;
        margin-bottom: 20px;
    }

    .left h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .left p {
        font-size: 16px;
        line-height: 1.4;
    }
    .right {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    form { 
        max-width: 100%;
    }

    .name-fields {
        flex-direction: column;
        gap:10px;
    }

    .container::before {
      display: none;
    }

    #contactContainer {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border-left: none;
    }
    .kontakt-socials {
      justify-content: left;
      font-size: 22px;
    }
    
  }

  /* FOOTER */
  footer {
    background-color: #333;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap:wrap;
}
.footer-bottom {
  display: flex;
  justify-content: flex-end; /* przesuwa dane na prawo */
  margin-top: 0;
}
#footer-dane {
  color: #EEEEEE;
  font-size: 15px;
  text-align: right;
}

.footer-right {
    display: flex;
    gap: 80px; /* odstęp między "O firmie" a "Kontakt" – można zmieniać */
}
.footer-kontakt{
  margin-right: 25px;

}
.footer-ofirmie p,
.footer-kontakt p {
    color: #EEEEEE;
    margin-top: 8px;
}
.footer-ofirmie a{
    color: #EEEEEE;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}
.footer-ofirmie a:hover {
    color: #a97f2d;
} 

.log {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.logo-icon {
    font-size: 28px;
    margin-right: 10px;
}

.logo-text {
    font-weight: bold;
    font-size: 26px;
    color: #b58a07;
}
.logo-text a {
    color: #b58a07;
    text-decoration: none;
}

footer h3 {
    font-size: 20px;
    color: #D6B44E;
    margin-bottom: 10px;
}

.socials {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.socials a {
    color: #EEEEEE;
    transition: color 0.3s;
}
.socials a:hover {
    color: #a97f2d;
}
#footer-imie{
    color: #b58a07;
    font-size: 20px;
    margin-left: -197px;
    font-weight: bold;
}
@media (max-width: 768px) and (max-width: 1024px){
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-right {
        gap: 60px; /* zmniejszony odstęp między sekcjami */
    }
    .log {
        margin-bottom: 40px;
        margin-right: 20px;
    }
    .footer-ofirmie {
        margin-right: 0;
    }
    .footer-kontakt {
        margin-right: 0;
    }
}

/*COOKIES*/

.cookie-banner {
  position: fixed;
  bottom: 0; /* ukryty na start */
  left: 0;
  width: 100%;
  background: #333;
  color: #eeeeee;
  padding: 15px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
  transition: bottom 0.5s ease;
  z-index: 10000;
  transform:translateY(100%);
  transition:transform 0.5s ease;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-banner p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  color: #EEEEEE;
}

.cookie-banner a {
  color: #D6B44E;
  text-decoration: underline;
}
.cookie-banner a:hover {
  color: #a97f2d;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-buttons button {
  padding: 5px 12px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.cookie-buttons button:hover {
  opacity: 0.8;
}

#accept-cookies {
  background: #28a745;
  color: #EEEEEE;
  border-radius: 10px;
}

#close-cookies {
  background: transparent;
  color: white;
  font-size: 20px;

}

@media (max-width: 768px) and (max-width: 1024px){
    .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    padding: 20px 15px;
  }
  .cookie-banner p {
    flex: none;
    margin-bottom: 10px;
  }
  .cookie-buttons {
    flex: none;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .cookie-buttons button {
    min-width: 45%;
    font-size: 14px;
    padding: 8px 0;
  }
  .cookie-buttons button#closeBanner {
    font-size: 24px;
    padding: 0 8px;
  }
}

/* SEKCJA O NAS */
#onas {
  background-color: #EEEEEE;
  padding: 150px 20px 80px 20px;
}

.onas-container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  align-items: center;
}

.onas-text {
  flex: 1;
  color: #333;
}

.onas-text h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #D6B44E;
}

.onas-text p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.onas-img {
  flex: 1;
}

.onas-img img {
  width: 100%;
  height: 900px; 
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  object-fit: cover;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 768px) and (max-width: 1024px) {
  .onas-container {
    flex-direction: column;
    text-align: center;
  }

  .onas-text h1 {
    font-size: 2.2em;
    margin-bottom: 30px;
  }

  .onas-text p {
    font-size: 1.2em;
  }
  .onas-img img {
    display: none; /* zmniejszenie wysokości obrazu na mniejszych ekranach */
  }
}



/* SEKCJA ZAPISY */
#header-zapisy {
  position: relative;
}


.signup-section {
  display: flex;
  margin: 0 auto;
  background-color: #EEEEEE;
  overflow: hidden;
}

.signup-image {
  flex: 1;
}

.signup-image img {
  width: 80vh;
  height: 130vh;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid #777;
  border-radius: 100px 100px 0px 0px;
}

.signup-form {
  flex: 1;
  padding: 60px;
}

.signup-form h1 {
  font-weight: 700;
  font-size: 2.9rem;
  margin-bottom: 10px;
  color:#D6B44E;
}

.signup-form p {
  margin-bottom: 30px;
  color: #333;
  font-size: 1.2rem;  
}

.name-fields {
  display: flex;
  gap: 10px;
}

.signup-form input,
.signup-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #777;
  border-radius: 20px;
  font-size: 1rem;
}

.signup-form textarea {
  resize: vertical;
  min-height: 100px;
}

.signup-form button {
  background-color: #D6B44E;
  color: #EEEEEE;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;
}

.signup-form button:hover {
  background-color: #a97f2d;
}

@media (max-width: 768px) and (max-width: 1024px){
  .signup-section {
    flex-direction: column;
    border-radius: 0;
  }
  .signup-image img {
    border-radius: 0;
    display: none;
  }
  .signup-form {
    padding: 30px;
  }
  .signup-form h1 {
    font-size: 2.5rem;
  }
  .signup-form p {
    font-size: 1.1rem;
  }
  .signup-form input,
  .signup-form textarea {
    font-size: 0.9rem;
  }
}
.wyborr {
  text-align: center;
}
.rodzaj-zapisu {
  display: flex;;
  color: #333;
  justify-content: space-evenly;
}
.rodzaj-zapisu label {
  font-size: 18px;
  color:#333;
}
.rodzaj-zapisu, #rodzajtekst {
  font-size: 15px;
}
.signup-form label {
  display: block;
}

.signup-form .name-fields {
  display: flex;
  width: 100%;
}

.signup-form select, .signup-form input, .signup-form textarea {
  display: block;
  width: 100%;
}

/* Usuwamy przypadkowe ustawienie inline-block odziedziczone z kontaktu */
.signup-form select {
  appearance: none;
}

/* KURSY */


.courses {
  padding: 50px 20px;
  background-color: #EEEEEE;
}

.courses-header {
  text-align: center;
  margin-bottom: 40px;
}

.courses-header h1 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: #a97f2d;
}

.courses-header h2 {
  font-size: 1.7rem;
  color: #333;
  margin-bottom: 10px;
}
.courses-header p {
  font-size: 1.1rem;
  color: #333;
}

.courses-header #h1-dwa {
  color: #D6B44E;
  margin-top: 30px;
  font-size: 2.5rem;
}
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.course-card {
  background-color: #D6B44E;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.course-card img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.course-card h2 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color:#333;
}

.course-card a {
  display: inline-block;
  color: black;
  text-decoration: underline;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.course-card p {
  color: #fdfbbe;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}

.course-card button {
  background-color: #333;
  color: #EEEEEE;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.course-card button:hover {
  background-color: #a97f2d;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) and (max-width: 1024px){
   .courses-container {
    position: relative;
  }
  .courses-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 50px;
    padding: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .courses-grid::-webkit-scrollbar {
      display: none;
  }

  .course-card {
    flex: 0 0 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: white;
    padding: 15px;
    scroll-snap-align: start;
    gap: 0;
    padding: 0;
    margin: 0;
    margin: 0;
    background-color: #D6B44E;
  }
  .scroll-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .courses-grid > .course-card + .course-card {
    margin-left: 0;
  }
  .course-card img {
    margin-top: 20px;
  }
  .course-card button {
    margin-bottom: 20px;
  }
  
}
.course-mode {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.course-mode label {
  margin: 0 15px;
  cursor: pointer;
}

/* POLITYKA*/
.cookies-section {
  padding: 50px 20px;
  background-color: #EEEEEE;
}

.cookies-wrapper {
  background-color: #EEEEEE;
  max-width: 100%;
  margin: auto;
  padding: 70px;
}

.cookies-wrapper h1 {
  font-size: 2rem;
  color: #D6B44E;
  margin-bottom: 20px;
}

.cookies-wrapper h2 {
  font-size: 1.3rem;
  margin-top: 25px;
  color: #333;
}

.cookies-wrapper p {
  color: #444;
  line-height: 1.6;
  margin-top: 10px;
}

.privacy-section {
  padding: 50px 20px;
  background-color: #EEEEEE;
}

.privacy-wrapper {
  background-color: #EEEEEE;
  max-width: 100%;
  margin: auto;
  padding: 70px;
}

.privacy-wrapper h1 {
  font-size: 2rem;
  color: #D6B44E;
  margin-bottom: 20px;
}

.privacy-wrapper h2 {
  font-size: 1.3rem;
  margin-top: 25px;
  color: #333;
}

.privacy-wrapper p {
  color: #444;
  line-height: 1.6;
  margin-top: 10px;
}

/* REGULAMIN */
.regulamin-section {
  padding: 50px 20px;
  background-color: #EEEEEE;
}

.regulamin-wrapper {
  background-color: #EEEEEE;
  max-width: 100%;
  margin: auto;
  padding: 70px;
}

.regulamin-wrapper h1 {
  font-size: 2rem;
  color: #D6B44E;
  margin-bottom: 20px;
}

.regulamin-wrapper h2 {
  font-size: 1.3rem;
  margin-top: 25px;
  color: #333;
}

.regulamin-wrapper p {
  color: #444;
  line-height: 1.6;
  margin-top: 10px;
}

/*PHONE BAR*/
.phone-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width:90%;
  max-width:400px;
  text-align: center;
}

.call-button {
  background: #D6B44E;
  color: #EEEEEE;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
  width:100%;
  max-width:300px;
  box-sizing: border-box;
}

.call-button:hover {
  background: #a97f2d;
  cursor:default;
}












