/*
Theme Name: IDSI
Author: hokito
Version: 1.0
*/

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color:#18395f; /* Tutaj wpisujesz konkretny kolor */
}

  *{
      box-sizing: border-box;
  }
body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color:#3d3d3d;
}

header {
    width: 100%;
    display: block;
    /* position: absolute; */
    /* z-index: 99999; */
    float: left;
}

.strip-mini {
    background: var(--primary-color);
    width: 100%;
    float: left;
    padding: 15px 0;
}



container {
    max-width: 1320px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

div#striptop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin: 25px 0;
}


.strip-mini li {
    float: left;
    margin-right: 30px;
}

.strip-mini li a {
    font-size: 14px;
}
.strip-mini .contact {
    float: right;
    margin-right: 120px;
}

.strip-mini .contact li {
    margin-left: 40px;
    margin-right: 0;
}



.logo img {
    max-width: 200px;
}

nav ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    align-items: center;
    float: left;
}

a { 
    color: inherit;
    text-decoration: none;
}

ul li a{
  font-size: 14px;
  color:#fff;
} 
.hero {
    background: #f9f9f9;
    float: left;
    width: 100%;
}

.hero-container {
    display: flex;
    min-height: calc(100vh - 183px);
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* LEWA STRONA */
.content-side {
    flex-wrap: wrap;
    /* flex: 1; */
    padding: 0;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    position: relative;
    background-color: #f9f9f9;
    width: 45%;
    /* max-width: 1100px; */
    /* margin: 0 auto; */
    z-index: 999;
    display: flex;
    /* height: calc(100vh - 135px); */
    align-items: center;
    align-content: center;
    padding: 70px 0;
    min-height: 700px;
}

/* Stylizowany napis nad nagÅ‚Ã³wkiem */
.subtitle {
    font-size: 0.85rem;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: underline;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 40px;
    max-width: 500px;
    font-weight: 500;
}

.highlight {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Przycisk */
.btn-apply {
    display: inline-block;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: sans-serif; /* Przycisk czÄ™sto lepiej wyglÄ…da bezszeryfowo */
    transition: background 0.3s ease;
}

.btn-apply:hover {
    background-color: transparent;
    color: var(--primary-color);
}

/* Nagrody na dole */
.awards {
    margin-top: auto;
    display: flex;
    gap: 30px;
    opacity: 0.6;
    margin-top: 100px;
}

.awards img {
    height: 50px;
    filter: grayscale(100%);
}

/* PRAWA STRONA */
.image-side {
    /* flex: 1; */
    overflow: hidden;
    width: 60%;
    /* position: absolute; */
    right: 0;
    /* max-height: unset; */
    /* min-height: 700px; */
    flex: 1;
    position: relative;
  /* Kluczowy trik: ujemny margines prawy wyciÄ…ga obrazek do krawÄ™dzi ekranu */
    margin-right: calc(-50vw + 50%);
    right: 10px;
}

.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ZdjÄ™cie wypeÅ‚nia caÅ‚Ä… prawÄ… stronÄ™ */
    position: relative;
    min-height: calc(100vh - 183px);
}

.text-wrapper h1 {
    width: 100%;
    max-width: unset;
    font-family: Prata;
    color: #3d3d3d;
    margin-top: 0px;
    font-weight: 600;
}

nav ul li a {
    color: #3d3d3d;
    font-weight: 600;
    font-size: 14px;
}




nav li {
    margin-left: 45px;
}

a.see-categories {
    /* display: inline-block; */
    background-color: unset;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: sans-serif;
    transition: background 0.3s ease;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn {
    float: left;
    margin-left: 40px;
}

a.see-categories:hover{
    color: #fff;
    background-color: var(--primary-color);
    
}.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 100px 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Sekcja ZdjÄ™Ä‡ */
.image-grid {
    position: relative;
    /* flex: 1; */
    width: 60%;
}

.main-images {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.img-top {
    width: 60%;
    height: auto;
    /* border-radius: 4px; */
}

.img-bottom {
    width: 60%;
    height: auto;
    margin-top: 210px;
    margin-left: -140px; /* Efekt nachodzenia */
    /* border-radius: 4px; */
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.1); */
    border: 6px solid #fff;
}

.badge-seal {
    position: absolute;
    top: -20px;
    right: 10%;
    width: 120px;
}

/* Sekcja TreÅ›ci */
.content-area {
    /* flex: 1; */
    width: 60%;
    margin-left: 70px;
}

.since-tag {
    font-size: 12px;
    font-weight: bold;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 2px;
}


.highlight {
    color: var(--primary-color);
    text-decoration: underline;
}

.description {
    font-size: 16px;
    color:  #666;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
    margin-top: 40px;
}

.quote {
    border-left: 3px solid var(--primary-color);
    padding-left: 20px;
    /* font-style: italic; */
    font-size: 1rem;
    margin: 0 0 40px 0;
    color: #3d3d3d;
    font-weight: 500;
    padding-left: 20px;
    margin-top: 30px;
}

/* Stopka i Podpis */
.footer-signature {
    display: flex;
    align-items: center;
    gap: 40px;
}

.founder-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.details .phone {
    display: block;
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: bold;
}

.details .name {
    font-weight: bold;
    font-size: 1.1rem;
}

.sig-placeholder {
    font-family: 'Herr Von Muellerhoff'; /* MoÅ¼esz uÅ¼yÄ‡ Google Fonts np. "Dancing Script" */
    font-size: 45px;
    color: var(--primary-color);
    /* opacity: 0.7; */
}
.content-area h2 {
    font-family: "Prata", serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
    font-size: 48px;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.categories .container {
    display: grid;
    /* Tworzy 4 kolumny o rÃ³wnej szerokoÅ›ci */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1320px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Karta */
.card {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.contact .card:hover {
    box-shadow:unset;
}

/* Ikona */
.icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}

.icon img {
    width: 100%;
    /* filter: sepia(1) saturate(5) hue-rotate(-50deg); */ /* Nadaje bordowy odcieÅ„ ikonie */
}

/* NagÅ‚Ã³wek */
.card h3 {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Tekst */
.card p {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1; /* Pcha przycisk na dÃ³Å‚, jeÅ›li tekstu jest maÅ‚o */
}

/* Przycisk READ MORE */
.read-more {
    text-decoration: none;
    color: #3d3d3d;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 12px 20px;
    width: fit-content;
    transition: background 0.3s;
}

.read-more span {
    margin-left: 8px;
    font-size: 14px;
}

.read-more:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}


span.categories-tag {
    max-width: 1320px;
    margin: 0 auto;
    display: block;
    font-family: "Prata", serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
    font-size: 48px;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
}

section.categories {
    margin-top: 20px;
    border-top: 1px solid #f9f9f9;
    padding: 80px;
}
.categories-section {
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}

.categories-track {
	display: flex;
	width: max-content;
	animation: scroll 90s linear infinite;
}

.categories-track p {
	margin: 0 50px;
	object-fit: contain;
	user-select: none;
	pointer-events: none;
	font-size: 100px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: var(--primary-color);
}

.categories-track p:after {width: 20px;content: '';height: 20px;float: left;display: block;background: var(--primary-color);border-radius: 100%;margin-left: 80px;}

.categories-track p:nth-child(odd) {
    color: transparent;              /* brak wypeÅ‚nienia */
    -webkit-text-stroke: 2px var(--primary-color);  /* gruboÅ›Ä‡ i kolor konturu */
}
.categories-track p:nth-child(even):after{
 background:none;
 border:2px solid var(--primary-color);
}
section.swiper-categories .container {
    padding-top: 0;
    max-width:unset;
}


@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-33.33%);
	}
}



/* Kontener symulujÄ…cy bordowe tÅ‚o pod kartÄ… */
.background-container {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #ffffff 70%, var(--primary-color) 70%);
}

.background-container .cta {
    display: flex;
    width: 1280px;
    max-width: 100%;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    flex-wrap: wrap;
}

/* Sekcja zdjÄ™cia */
.image-section {
    /* flex: 1; */
    /* min-height: 400px; */
    width: 50%;
    float: left;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Sekcja tekstowa */
.content-section {
    /* flex: 1; */
    padding: 60px;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    width: 50%;
    float: left;
    flex-wrap: wrap;
    align-items: center;
}



/* Formularz zapisu */
.subscribe-form {
    display: flex;
    width: 470px;
}

.subscribe-form input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    background-color: #f4f4f4;
    font-size: 0.9rem;
    outline: none;
    width: 200px;
}

.subscribe-form button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0 25px;
    font-weight: bold;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.3s;
}

.subscribe-form button span {
    margin-left: 8px;
    font-size: 1.1rem;
}

.subscribe-form button:hover {
    background-color: #0e233d;
}

.cta h3 {
    font-family: "Prata", serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
    font-size: 48px;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 75%;
    margin-top: 0;
}

.cta p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
    margin-top: 10px;
}



.footer {
    background-color: var(--primary-color);
    color: #fff;
    /* padding: 80px 10% 40px 10%; */
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 0;
}

footer .container {
    padding: 0 20px;
    display: block;
    padding-top: 100px;
}

.footer-title {
    font-family: 'Prata', serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.footer-text {
    line-height: 1.8;
    color: var(--text-color);
    font-size: 0.95rem;
    margin-bottom: 25px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Listy linkÃ³w */
footer  ul {
    list-style: none;
}

footer  ul li {
    margin-bottom: 15px;
}

footer  ul li a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

 footer  ul li a:hover {
    opacity: 0.7;
}

.link-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

/* Contact Items */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item i {
    font-size: 1.1rem;
    color: var(--muted-text);
}

.contact-item div strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}

.contact-item div span {
    font-size: 0.85rem;
    color: var(--muted-text);
}

/* Bottom Section */
.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.copyright {
    font-size: 0.9rem;
    color: var(--text-color);
}

.about-us .container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 130px;
    align-items: flex-start;
    padding: 70px 20px;
}

section.about-us {
    float: left;
    width: 100%;
}

.main-title {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 25px;
   
}

.about-us .description {
    /* color: #666; */
    /* line-height: 1.6; */
    margin-bottom: 70px;
    /* max-width: 90%; */
}

.video-placeholder {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 10;
}

.video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Kolumna Prawa */
.main-image {
    width: 100%;
    margin-bottom: 40px;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 70px;
    padding-left: 20px;
}

.stat-item h3 {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.stat-number {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--primary-color);
}

.ABOUT-US h1.main-title {
    line-height: 1.1;
    margin-bottom: 40px;
    margin-top: 30px;
    font-size: 48px;
    font-weight: 600;
    color: #3d3d3d;
    font-family: "Prata", serif;
}

.content-right {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    height: 100%;
}




.image-box {
	position: relative;
	width: 40%;
	height: 480px;
}

.image-box img {
	height: auto;
	z-index: 2;
	position: relative;
	display: block;
}
.more-about-us {
	width: 100%;
	align-items: center;
	gap: 60px;
	padding: 10px 0 10px;
	background: #f9f9f9;
	float: left;
	margin: 70px 0 120px;
}

.more-about-us .container {
	flex-direction: row-reverse;
}

.more-about-us .text-box {
	margin-left: 0;
	width: calc(60% - 100px);
	padding: 0;
	margin-right: 100px;
}

section.more-about-us {
	/* padding-bottom: 110px; */
}
.text-box h2 {line-height: 1.1;margin-bottom: 40px;font-size: 48px;font-weight: 600;color: #3d3d3d;font-family: "Prata", serif;}

.text-box p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}
img {
    max-width: 100%;
}

.text-box p:nth-child(3) {
    margin-bottom: 0;
}


.more-about-us .container:nth-child(2) {flex-direction: row;padding: 0 20px 110px;/* margin-top: -100px; */}

.more-about-us .container:nth-child(2) .image-box {
    width: 60%;
}

.more-about-us .container:nth-child(2) .text-box {
    width: 70%;
    margin-right: 0;
}



.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-about-us .container:nth-child(1) {
    padding-bottom: 50px;
}




.contact .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
}

/* GÃ³rna sekcja */
.contact .top-section {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.office-menu {
    width: 250px;
}

.contact  .menu-item {
    padding: 15px 20px;
    background: white;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #eee;
    transition: 0.3s;
    height: calc(33% - 3px);
    display: flex;
    align-items: center;
}

.menu-item.active {
    background: var(--primary-color);
    color: white;
}

.contact-cards {
    display: flex;
    flex-grow: 1;
    gap: 20px;
}

.contact .card {
    flex: 1;
    background: white;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #eee;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 15px 0;
}

.contact  .card .icon {font-size: 30px;color: #601a24;margin-bottom: 0;width: 100%;}

/* Dolna sekcja */
.contact .bottom-section {
    /* display: flex; */
    background: white;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
    width: 100%;
    width: 100%;
    background: #f6f6f6;
    height: 650px;
    /* display: flex; */
    /* align-items: center; */
    margin-top: 80px;
}

.contact  .contact-form {
    padding: 50px 100px 50px 0;
    width: 50%;
    float: left;
}


.input-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.contact input, .contact  textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #fcfcfc;
}

.contact  button {
    display: inline-block;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: sans-serif;
    transition: background 0.3s ease;
    margin-top: 30px;
    cursor: pointer;
}

.map-container {
    width: 50%;
    float: left;
    position: absolute;
    right: 0;
    height: 650px;
}

#map-frame {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 400px;
}


section.contact {
    float: left;
    width: 100%;
}

.hero-banner-contact,
.hero-banner-course {
    /* ÅšcieÅ¼ka do Twojego zdjÄ™cia */
    background-image: url('/wp-content/uploads/2026/03/contact-banner-scaled.jpeg');
    background-size: cover;
    background-position: center 80%;
    height: 400px; /* MoÅ¼esz dostosowaÄ‡ wysokoÅ›Ä‡ */
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}





.hero-banner-course {
    background-image: url('/wp-content/uploads/2026/03/AdobeStock_297078136-scaled.jpeg');
}


.overlay {
    /* Ciemny filtr nakÅ‚adany na zdjÄ™cie */
    background-color: rgba(0, 0, 0, 0.6); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-contact h1,
.hero-banner-course h1 {
 width: 100%;
 max-width: unset;
 font-family: Prata;
 color: #fff;
 margin-top: 0px;
 margin-bottom: 0;
 font-weight: 400;
 text-align: left;
 max-width: 1320px;
 padding: 0 20px;
}
.contact .card .icon img {
    width: 50px;
}

.contact .card h3 {
    margin-bottom: 0;
}

.contact .card p {
    margin-bottom: 0;
}


body.contact-page .background-container {
    display: none;
}

section.hero-banner-contact {
    float: left;
    width: 100%;
}

.contact .bottom-section .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.contact-form h2 {
    font-family: Prata;
    font-size: 48px;
    font-weight: 600;
    margin-top: 30px;
}




.contact input, .contact textarea {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.contact textarea {
    height: 160px;
}

.contact-form form {
    margin-top: 30px;
}

.contact button:hover {
    background-color: transparent;
    color: var(--primary-color);
}



.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

/* Styl nagÅ‚Ã³wka */
.custom-table thead tr {
    background-color: var(--primary-color); /* Ciemny bordowy kolor ze zdjÄ™cia */
    color: #ffffff;
    text-align: left;
}

.custom-table th, 
.custom-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0; /* Delikatne obramowanie */
}

/* Styl dla wierszy wewnÄ…trz body */
.custom-table tbody tr {
    border-bottom: 1px solid #dddddd;
    position: relative;
}

/* Opcjonalnie: podÅ›wietlenie wiersza po najechaniu myszkÄ… */
.custom-table tbody tr:hover {
    background-color: #f5f5f5;
}

/* Styl dla pierwszej kolumny (pogrubienie tekstu jak na obrazku) */
.custom-table td:first-child {
    font-weight: 500;
}


td a:after {
    content: '';
    background: url(/wp-content/uploads/2026/03/external-link.png) no-repeat center / cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
}

.about-course-table .container {
    display: block;
}

.about-course-table .container h2 {
    font-size: 25px;
    font-weight: 600;
    color: #3d3d3d;
    font-family: "Prata", serif;
}


section.about-course-short .container {
    padding: 0 20px;
}

section.about-course-short .container .text-box {
    width: 50%;
}


section.about-course-short .image-box {
    width: 50%;
    height: auto;
}


/* Kontener gÅ‚Ã³wny dla treÅ›ci */
.about-course-more .content {
    line-height: 1.6;
    color: #3d3d3d;
}

/* NagÅ‚Ã³wki */
.about-course-more h3 {
    color: var(--primary-color); /* NawiÄ…zanie do Twojej bordowej kolorystyki */
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
}

/* WyrÃ³Å¼nienia strong */
.about-course-more strong {
    color: #3d3d3d;
    font-weight: 700;
    display: inline-block;
    /* margin-top: 10px; */
}


/* Stylizacja listy */
.about-course-more ul {
    list-style-type: none; /* Usuwamy standardowe kropki */
    padding-left: 0;
    margin: 20px 0;
}

.about-course-more ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    background-color: #f9f9f9; /* Delikatne tÅ‚o dla elementÃ³w listy */
    padding: 12px 15px 12px 35px;
    border-radius: 4px;
    border-left: 4px solid var(--primary-color); /* Bordowy akcent z boku */
}

/* WÅ‚asny znacznik listy (pseudo-element) */
.about-course-more ul li::before {
    content: "â†’";
    position: absolute;
    left: 12px;
    color: var(--primary-color);
    font-weight: bold;
}

/* OdstÄ™py miÄ™dzy blokami tekstu, ktÃ³re nie sÄ… w tagach p */
.about-course-more .content{
    /* white-space: pre-line; */ /* Zachowuje entery z tekstu, jeÅ›li nie ma tagÃ³w <p> */
}



.about-course-more div.container {
    padding: 0 20px;
    display: block;
}

.about-course-more h2 {
    font-size: 25px;
    font-weight: 600;
    color: #3d3d3d;
    font-family: "Prata", serif;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

section.about-course-more p {
    padding: 15px 0 10px;
}

.about-course-more .content p {
    white-space: normal;
}

section.about-course-more {
    margin-bottom: 100px;
}
td a {
    width: 100%;
    display: block;
    padding: 12px 15px;
    font-weight: 400;
}

.custom-table td {
    padding: 0;
}

section.about-course-short.children {
    margin-bottom: 80px;
}

.children .custom-table td {
    padding: 12px 15px;
    vertical-align: middle;
}

section.about-course-table.children .container {
    padding-top: 0;
}


.faq-section {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Georgia', serif; /* Czcionka szeryfowa jak na zdjÄ™ciu */
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

/* Styl nagÅ‚Ã³wka (pytania) */
summary {
    list-style: none; /* Ukrywamy domyÅ›lnÄ… strzaÅ‚kÄ™ przeglÄ…darki */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    color: #3d3d3d;
    font-weight: 400;
    font-family: 'Prata';
}

/* Usuwamy standardowÄ… strzaÅ‚kÄ™ w Chrome/Safari */
summary::-webkit-details-marker {
    display: none;
}

/* Tworzymy wÅ‚asny plus (+) */
summary::after {
    content: '+';
    font-size: 24px;
    color: #3d3d3d;
    transition: transform 0.3s ease;
}

/* Animacja i zmiana na minus (-) po otwarciu */
details[open] summary::after {
    content: 'âˆ’'; /* MoÅ¼esz teÅ¼ uÅ¼yÄ‡ transform: rotate(45deg) dla ikony X */
}

/* Styl treÅ›ci (odpowiedzi) */
.faq-content {
    padding-top: 15px;
    font-family: Arial, sans-serif; /* TreÅ›Ä‡ moÅ¼e byÄ‡ prostsza */
    font-size: 16px;
    line-height: 1.6;
    color: #3d3d3d;
}

/* Opcjonalnie: efekt najechania myszkÄ… */
summary:hover {
    color: var(--primary-color);
}

.faq-section .container {
    display: block;
    padding: 0 20px;
}

section.faq-section {
    margin-bottom: 100px;
    max-width: unset;
}

.faq-section h3 {
    font-size: 25px;
    font-weight: 600;
    color: #3d3d3d;
    font-family: "Prata", serif;
    margin-bottom: 10px;
}

.children .background-container {
    display: none;
}

section.about-course-table.children td a:after {
    display: none;
}
section.about-course-table.children td a {
    padding: 8px 20px;
    margin: 15px 0 0;
    border: 1px solid var(--primary-color);
    text-align: center;
    width: 150px;
    color: #fff;
    background: var(--primary-color);
    transition: 0.5s;
}


section.about-course-table.children td a:hover {
    background: none;
    color: var(--primary-color);
}

h2.mini-desc {
    max-width: 70%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.text-wrapper h1 {
    margin-bottom: 10px;
}

.link-grid {
    display: block;
}

section.about-course-table.children td a.nobtn {
    background: none;
    color: var(--primary-color);
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    width: auto;
    text-decoration: underline;
}
section#about-us h2 {
    max-width: 90%;
}

.more-about-us .text-box p {
    margin-bottom: 0;
}

.hero-banner-course {
    background-position: 0 60%;
}

section.about-course-more.pp {
    padding-top: 50px;
    float: left;
    width: 100%;
}

.page-404 {
    text-align: center;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin: 150px 0;
}

.page-404 h1 {
    width: 80%;
    text-align: center;
    max-width: unset;
    font-size: 50px;
    margin: 0px 10% 50px;
}

.page-404 a {
    border: 1px solid var(--primary-color);
    padding: 20px 30px;
    /* font-weight: 600; */
    background: var(--primary-color);
    color: #fff;
    float: left;
}

.page-404 container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    padding: 15px 20px;
    border: none;
    background-color: #f4f4f4;
    font-size: 0.9rem;
    outline: none;
    width: 200px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 32px;
    font-weight: bold;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.3s;
}

.cta form p {
    max-width: unset;
    float: left;
    margin-bottom: 0;
    height: 46px;
}

.cta form p:nth-child(2) {
    width: 60%;
}

form.wpcf7-form.init {
    width: 100%;
    float: left;
}

div#wpcf7-f248-o1 {
    width: 100%;
    float: left;
}

.cta form p label,.cta form p input {
    width: 100% !important;
    display: block;
}

.wpcf7-response-output {
    float: left;
    margin: 40px 0 20px !important;
    padding: 20px !important;
}

input.contact-name {
    margin-right: 5px;
    width: calc(50% - 5px);
    float: left;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.contact-mail {
    width: calc(50% - 5px);
    float: left !important;
    background: #fcfcfc !important;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: 1px solid #eee;
    margin-left: 5px;
    float: left;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-btn {
    width: auto;
    margin-top: 20px;
    transition: 0.5s;
    border: 1px solid;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-btn:hover {
    background: none;
    color: var(--primary-color);
}
.wpcf7-not-valid-tip {
    display: none;
}




#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    border: 2px solid var(--primary-color);
    background: #fff;
    color: var(--primary-color);
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: var(--primary-color);
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background: var(--primary-color);
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: var(--primary-color);!important;
    border-color: var(--primary-color);!important
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: var(--primary-color);!important;
    border-color: var(--primary-color);!important
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

button#CybotCookiebotDialogBodyButtonDecline {
    background: #fff!important;
    color: var(--primary-color);!important;
    border-color: var(--primary-color);!important
}

button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    color: #fff!important
}

.background-container {
    position: relative;
    z-index: 999999;
}


section.categories {
    padding: 80px 0;
}
.hero-banner-course .overlay h1:after {
    background: url(/wp-content/uploads/2026/04/badge-png.png) no-repeat center / cover;
    width: 200px;
    height: 230px;
    position: absolute;
    z-index: 999999;
    content:'';
    right: 20px;
    bottom: calc(50% - 115px);
    opacity: 0.9;
}
.hero-banner-course h1 {
    position: relative;
}
/* .overlay:after {
    width: 140px;
    height: 160px;
    bottom: 50px;
    right: 20px;
    bottom: calc(50% - 80px);
} */



.trp-shortcode-switcher__wrapper {
    position: absolute !important;
    right: 5px;
    top: -18px;
}

.strip-mini container {
    position: relative ;
}
.trp-language-switcher-inner {
    display: none !important;
}
.trp-floating-switcher {
    display: none !important;
}
@media all and (max-width:1200px){
    .text-wrapper h1 {
    font-size: 45px;
        max-width: 95%;
}

.footer-col:nth-child(1) {
    display: none;
}

.footer-container {
    grid-template-columns: 3fr 1.5fr 1.5fr;
}


}


@media all and (max-width:960px){


.ham.cur {
    width: 35px;
    margin-top: 0;
    right: 20px;
    display: none;
    position: absolute;
    top: 78px;
}

.ham.cur span {
    background: #3d3d3d
}

.ham:hover span:first-child {
    width: 25%
}

.ham:hover span:nth-child(2) {
    width: 50%
}

.ham:hover span:nth-child(3) {
    width: 75%
}

.ham span{
    width: 100%;
    float: right;
    width: 100%;
    height: 1px;
    margin: 4px 0;
    transition: .5s;
    clear: both
}

.ham span {
    margin: 4px 0;
    transition: .5s;
    clear: both
}

.ham span:nth-child(3) {
    margin-bottom: 0;
    width: 100%
}


.ham.cur {
        display:block
    }

    nav {
        position: absolute;
        top: 90px;
        z-index: 9999999999;
        width: 200px;
        right: 20px;
        display: none;
        height: auto;
        padding-bottom: 20px;
        background: var(--primary-color);
        width: 100%;
        left: 0;
        top: 127px;
        transition: 0.5s;
    }

    header nav li {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    header nav ul {
        width: 100%;
        flex-wrap: wrap;
        margin: 20px 0 0;
        height: 100%;
    }

    header nav li a,header nav li a:hover {
        color: #fff
    }

    header nav li a span {
        color: #fff;
        background: #fff
    }


	nav .btn {
    display: none;
}
.content-side {
    min-height: unset;
    height: auto;
    width: 100%;
    padding: 50px 0;
}

.image-side {
    position: static;
    width: 100%;
    max-height: 260px;
    min-height: unset;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.hero-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    display: block;
    min-height: unset;
}

.awards {
    margin-top: 50px;
}

#about-us .container {
    flex-wrap: wrap;
}

#about-us .image-grid {
    width: 100%;
    margin: 0 0%;
}

.content-area {
    margin-left: 0;
    width: 100%;
}

section#categories {
    padding: 0;
    border: 0;
}

.categories .container {
    grid-template-columns: repeat(3, 1fr);
}

section.image-side {
    display: none;
    max-height: unset;
}
.content-area h2, span.categories-tag {
    font-size: 30px !important;
    line-height: 40px !important;
}
.cta .image-section {
    width: 100%;
    max-height: 300px;
}

.cta .content-section {
    width: 100%;
    padding: 80px 20px;
}
.cta h3 {
    max-width: unset;
}

.cta p {
    max-width: 80%;
}

.cta h3,
.ABOUT-US h1.main-title,
.text-box h2,
.contact-form h2,
.text-box h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}


.footer-col:nth-child(1) {
    display: block;
}

.footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
}

.footer-text {
    max-width: 80%;
}

.about-us .container {
    grid-template-columns: 1fr;
    padding: 40px 20px;
}

.ABOUT-US h1.main-title {
    max-width: unset;
    width: 100%;
}

.description, .about-us .description {
    max-width: 100%;
    margin-bottom: 0;
}

.video-placeholder {
    display: none;
}

.stats-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

section.more-about-us {
    margin: 20px 0 0;
    padding: 0;
}

.more-about-us .text-box {
    margin-right: 50px;
    width: calc(60% - 50px);
}
.hero-banner-contact, .hero-banner-course {
    height: 250px;
}

.hero-banner-contact h1, .hero-banner-course h1 {
    font-size: 40px;
}

.office-menu {
    width: 100%;
}

.contact .top-section {
    flex-wrap: wrap;
}

.contact .menu-item {
    width: calc(33.3% - 20px);
    float: left;
    padding: 30px 20px;
    margin: 0 10px;
    text-align: center;
    justify-content: center;
}
.contact .contact-form {
    padding-right: 30px;
}
.main-images {
    overflow: hidden;
}

.hero-banner-course h1 {
    width: calc(100% - 300px);
    margin: 0;
    position: static;
}

.hero-banner-course .overlay {
    justify-content: start;
}

.hero-banner-course .overlay h1:after {
    background: url(/wp-content/uploads/2026/04/badge-png.png) no-repeat center / cover;
    width: 170px;
    height: 190px;
    position: absolute;
    z-index: 999999;
    content: '';
    right: 20px;
    bottom: calc(50% - 95px);
    opacity: 0.9;
}

.strip-mini .contact li {
    margin-left: 20px;
}

.strip-mini li {
    margin-right: 20px;
}

.strip-mini .contact {
    margin-right: 110px;
}


}


@media all and (max-width:768px){

.strip-mini li {margin-right: 10px;}

.strip-mini .contact li {
    margin-left: 15px;
}
.image-side {
    display: none;
}
.categories .container {
        grid-template-columns: repeat(2, 1fr);
    }


    .footer-container {
    grid-template-columns: 1fr;
}

.more-about-us .text-box {
    width: 100%;
    margin: 0;
}

.more-about-us .container {
    flex-wrap: wrap;
}

.image-box {
    width: 100%;
}

.more-about-us .container:nth-child(1) {
    padding-top: 70px;
}

.more-about-us .container:nth-child(2) .image-box {
    width: 1005;
}

.more-about-us .container:nth-child(2) .text-box {
    width: 100%;
}

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        padding-left: 0;
    }


    .contact .menu-item {
    width: 100%;
    margin: 0 0 13px;
    padding: 10px;
}

.contact-cards {
    margin-top: 30px;
    flex-wrap: wrap;
}

.contact .card {
    width: 100%;
    flex: unset;
}

.contact .contact-form {
    padding: 0px 20px 50px;
    width: 100%;
}

.contact .bottom-section .container {
    flex-wrap: wrap;
    height: auto;
    padding: 0;
    flex-direction: column-reverse;
}

.map-container {
    position: static;
    width: 100%;
    height: auto;
}

.contact .bottom-section {
    height: auto;
}

.strip-mini ul {
    display: none;
}

.strip-mini .contact ul {
    display: block;
}

.strip-mini .contact li {
    margin-left: 0;
}

.strip-mini .contact {
    float: left;
    width: calc(100% - 110px);
}

.strip-mini .contact li:nth-child(2) {
    margin-left: 30px;
}


}


@media all and (max-width:620px){

.categories .container {
        grid-template-columns: repeat(1, 1fr);
    }
    .text-wrapper h1 {
    font-size: 30px;
    line-height: 43px;
    max-width: 100%;
}
.categories-track p {
    font-size: 50px;
}

.link-grid ul {
    grid-template-columns: 1fr;
}
.awards img {
    height: auto;
    width: 80px;
}
    img.img-bottom {
    margin-left: -80px;
}
.footer .logo img {
    max-width: 130px;
}

p.copyright {
    font-size: 11px;
}
h2.mini-desc {
    max-width: 90%;
}

section.about-course-short .container {
    flex-wrap: wrap;
    gap: 0;
}

section.about-course-short .container .text-box {
    width: 100%;
}

section.about-course-short .image-box {
    width: 100%;
}

.about-course-table .container {
    padding-bottom: 50px;
}

section.about-course-more {
    margin-bottom: 50px;
}
summary {
    font-size: 16px;
}
.hero-banner-course .overlay h1:after {
    width: 100px;
    height: 110px;
        bottom: calc(50% - 55px);
}

.strip-mini .contact li:nth-child(2) {
    margin-left: 15px;
}
section.about-course-short .container {
    display: block;
}

section.about-course-short .image-box img {
    height: auto;
}
}


@media all and (max-width:400px){
.strip-mini .contact li:nth-child(2) {
    display: none;
}
}