/* Képesség előadás css*/
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 10px;
    background-color: #f0f0f0;
    color: #333;
}

.section {
    padding: 50px;
    background-color: #fff;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width:1200px;
}

.content, .section .image {
    flex: 1;
    margin: 20px;
    text-align: center;
}

.section .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section img {
    max-width: 100%;
    height: auto;

}

.section h1 {
    font-weight: lighter;
    text-shadow: 2px 2px 3px #b9b9b9;
	text-align: center;
}

.indexpont {
	font-size:1.1em !important;
	line-height:1.8;
}

.firsth1 {
	background: linear-gradient(to bottom, #3b5998, #7c96c6);
    color: white;
    margin-left: -50px;
    margin-right: -50px;
    padding: 10px;
    text-shadow: 1px 2px 3px #585858;
}

.section h2 {
    font-weight: normal;
	text-align:center
}

.section1 {
	display: flex;
    flex-wrap: wrap;
    position: relative;
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.section1 .content {
    position: relative;
    padding: 20px;
	display:contents
}

.section1 .logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.section1 .logo img {
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hero-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hero-text {
  flex: 1 1 60%;
  min-width: 300px;
}

.hero-image {
  flex: 1 1 30%;
  min-width: 200px;
  text-align: center;
  margin-top: -30px;
}

.hero-image img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	border: 1px solid #ffffff;
	box-shadow: 1px 1px 13px 2px #00000045;
}

del {
    color: red;
    font-size: 0.9em;
    margin-right: 5px;
}

.progress-section {
  justify-content: center;
  display:flex
}

.bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #cde2ff;
    color: black;
    width: calc(28% - 20px);
    font-weight: bold;
    padding: 15px 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    transform: translateX(-100%);
    opacity: 0;
    border-radius: 4px;
    transition: transform 0.8s ease, opacity 0.8s ease;
	border: 1px solid #ffffff;
    box-shadow: 1px 1px 13px 2px #00000045;
}

.bar:nth-child(2) {
  animation-delay: 0.3s;
}

.bar:nth-child(3) {
  animation-delay: 0.6s;
}

.label {
  font-size: 1.3em;
}

.circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3b5998;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1em;
  color: white;
  overflow: hidden;
}

.circle::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  padding: 60px; /* ez határozza meg a keret vastagságát */
  background: conic-gradient(#2196f3 var(--deg, 0deg), transparent 0deg);
  mask: radial-gradient(farthest-side, transparent 40%, black 41%);
  -webkit-mask: radial-gradient(farthest-side, transparent 40%, black 41%);
  z-index: 0;
}

.section7 p {
	font-size: 1.4em;
}

.section2 {
    background-color: #4a2375;
    color: #fff;
    text-align: center;
	padding-bottom: 0px;
}

.section2 div {
    width: 80%;
    margin: 0 auto;
}

.section2 p {
    font-size: 1.4em;
    color: white;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.section3 ul {
    text-align: left;
    margin: 20px auto;
    max-width: 800px;
    color: #555;
    list-style: none;
    padding-left: 20px;
}

.section3 ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 35px;
    font-size: 1.4em;
    line-height: 1.6;
}

.section3 ul li::before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 0;
    color: #578979;
    font-size: 1.2em;
}

.section3 ul li b {
    color: #28a745;
}

.section5 {
	    display: flex;
    flex-wrap: wrap;
}

.section5 .logo img {
	width: 100px;
	height: 100px;
}

.section3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff;
		padding-bottom: 0px;
}

.section3 .content-left, .section3 .content-right {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.section3 p {
    font-size: 1.4em;
}

.section4 {
    background-color: #4a2375;
    color: #fff;
    text-align: center;
		padding-bottom: 0px;
}

.section4 p {
    font-size: 1.7em;
}

.section5 form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.section5 p {
    font-size: 1.5em;
}

.section5 form div {
    margin-bottom: 15px;
}

.section5 form label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 1.4em;
    color: #333;
}

.section5 form input, .section5 form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.section5 form input:focus, .section5 form textarea:focus {
    border-color: #7a94c4;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(74, 35, 117, 0.5);
    outline: none;
}

.section5 form button, .button {
    background-color: #3c5a99;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.4em;
    transition: background-color 0.3s ease;
	margin: 30px;
	border: 1px solid #ffffff;
    box-shadow: 1px 1px 13px 2px #00000045;
}

.button {
	font-size:1em !important
}

.section5 form button:hover, .button:hover {
    background-color: #ef6a3d;
}

label.required:after {
    content: " *";
    color: #ff6000;
    font-weight: bold;
    margin-left: 5px;
}

.section5 a {
	text-decoration:none;
	color: #090aff;
}

.section5 .event-info {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    text-align: center;
}

.section5 .info-block {
    margin-bottom: 60px;
}

.section5 .info-block h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 8px;
}

.section5 .strike {
    text-decoration: line-through;
    color: red;
	font-weight:bold
}

.section5 .countdown {
    margin-top: 30px;
}

.section5 .kezdunk {
    font-weight: normal;
    color: #ff6000;
    margin-bottom: 10px;
}

.section6 {
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	padding-bottom:20px
}

#counter {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 1.1rem;
    color: #ff5f00;
}

#counter li {
    list-style: none;
    text-align: center;
}

#counter .seperator {
    font-size: 1.8rem;
    line-height: 1.5;
}

.testimonial {
    background: rgb(122 148 197 / 15%);
    border-left: 4px solid #7892c3;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-style: italic;
    position: relative;
    width: calc(100% - 80px);
}

.testimonial::before {
  content: "“";
  font-size: 3rem;
  color: #7791c3;
  position: absolute;
  left: 10px;
  top: -10px;
  line-height: 1;
}

.testimonial p:last-child {
  font-style: normal;
  font-weight: bold;
  margin-top: 0.75rem;
  color: black;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
    margin-top: 20px;
	line-height: 1.7em;
	font-size:0.9em;
}

footer a {
	text-decoration:none;
	color:#090aff;
}

.section.lila-background {
    color: #fff;
    position: relative;
    overflow: hidden;
	background: linear-gradient(to bottom, #3b5998, #2d4063);
}

.section.lila-background h1 {
	text-shadow: 2px 2px 3px #000000 !important;
}

.section.lila-background::before {
    content: "";
   /* background: url('../_images/kepesseg_logo.png') no-repeat right center;*/
    background-size: contain;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    z-index: 1;
}

.section.lila-background .content {
    position: relative;
    z-index: 2;
}

.kezdunk {
	margin-bottom:0px;
}

.fizmod {
	font-size: 1em;
	margin-bottom: 40px !important;
}

.fizmod label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.fizmod input[type="radio"] {
	width: 18px;
	height: 18px;
	accent-color: #7a94c4;
	float: left;
	margin-right:10px;
}

.fizmod strong {
	color: #000;
}

@media (max-width: 1200px) {
    .section1 h1 {
        font-size: 3.5em;
    }

    .section1 h2 {
        font-size: 2.1em;
    }

	.hero-image {
		display:none;
	}
}

@media (max-width: 992px) {

	.section1 {
		margin-top:2px
	}

    .section1 h1 {
        font-size: 3em;
		text-align: center;
    }

    .section1 h2 {
        font-size: 2em;
		text-align: center;
    }

	.section2 div {
		width:100%
	}

	.section {
		padding-left:15px;
		padding-right:15px;
	}

	.progress-section {
		display: block;
	}

	.bar {
		 width: calc(100% - 80px);
	}

	.firsth1 {
		color: white;
		margin-left: unset;
		margin-right: 0px;
		padding: 10px;
		text-shadow: 1px 2px 3px #585858;
	}

	.hero-image img {
		max-width: 85%;
		height: auto;
		border-radius: 12px;
		margin-bottom: 20px;
	}

	.hero-text {
		min-width:250px
	}

}

@media (max-width: 768px) {
    .section1 h1 {
        font-size: 2em;
    }

    .section1 h2 {
        font-size: 1.6em;
		padding: 10px;
    }

	.section.lila-background::before {
        background-size: 150px;
        bottom: auto;
		top:7px;
        right: 0;
        width: 37%;
        height: 150px;
    }

	.section1, .section5 {
		padding:0px
	}

	.testimonial {
		width:85%
	}

	.section7 .eloado {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 2rem;
		justify-content: center;
	}

	.section5 .event-info {
		border: 0px solid #e0e0e0;
		padding: 0px;
		text-align: center;
	}

	.datechoice {
		font-size:1.1em !important;
		padding-top:3px;
	}

	.hero-image {
	  margin-top: -20px;
	}
}

@media (max-width: 600px) {
	.hero-image {
		display:block
	}
}
@media (max-width: 576px) {
    .section1 h1 {
        font-size: 1.6em;
    }

    .section1 h2 {
        font-size: 1.8em;
    }
}