* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}



.noScrool {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.scrool {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    background: 	#9dae11;
    padding: 1rem 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo a {
    color: white;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: 0.3s;
}

.logo a:hover {
    color: #f0f0f0;
}

.navbar ul {
    list-style: none;
    display: flex;
}

li {
    margin-left: 25px;
}

.navdiv li a {
    color: white;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s;
}

li a:hover {
    color: #d4ffd4;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100vh;
    filter: brightness(0.75);
    margin: 0;
    padding: 0;
}

.hero::after {
    content: "Atrask vidinę ramybę ir stiprybę per jogos praktiką";
    position: absolute;
    top: 10%;
    left: 50%;
    white-space: nowrap;
    font-style: italic;
    font-family: Lora, serif;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.training-section {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    padding: 1.5rem;
}

.training-section img {
    width: 100%;
    border-radius: 10px;
    margin: 1rem 0;
}

.training-section h2 {
    margin-bottom: 0.75rem;
    color: #2e7d32;
    font-size: 24px;
}

.training-section p {
    line-height: 1.6;
    color: #444;
    font-size: 16px;
}
.price-container {
    margin: 0 auto;
    padding: 2rem 1rem;
    display: flex;
    max-width: 100%;
    box-sizing: border-box;
}
.price-section1 {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    padding: 1.5rem;
    margin-right: 10px;
}
.price-section2 {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    padding: 1.5rem;
}


.price-section img {
    width: 100%;
    border-radius: 10px;
    margin: 1rem 0;
}

.price-section h2 {
    margin-bottom: 0.75rem;
    color: #2e7d32;
    font-size: 24px;
}

.price-section p {
    line-height: 1.6;
    color: #444;
    font-size: 16px;
}

.external-link {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1.2rem;
    background-color: 	#ff9100;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.external-link:hover {
    background-color: #449c44;
}

.testiomonial {
  background-color: #f9f9f9; /* light gray background */
  border-left: 4px solid #4CAF50; /* green accent bar */
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 700px;
}

.testiomonial p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.testiomonialh2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.6rem;
  color: #2c3e50;
  margin-top: 40px;
}

.aboutContainer {
  max-width: 700px;
  margin: 50px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  font-family: "Georgia", serif;
  line-height: 1.7;
}

.aboutContainer h1 {
  text-align: center;
  font-size: 36px;
  color: #d63384;
  margin-bottom: 30px;
}

.aboutContainer p {
  font-size: 18px;
  margin-bottom: 20px;
}

.aboutContainer .highlight {
  color: #d63384;
  font-weight: bold;
}

.burger-menu, 
.burger-menu-btn {
    display: none;
}

@media only screen and (max-width: 600px){
    .price-section1 {
    margin-right: 0px;
    }
    .container {
        width: 100%;
    }
    .price-container {
        margin: 0 auto;
        padding: 2rem 1rem;
        display: flex;
        max-width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        flex-basis: 100%;
        width: 100%;
    }

    .navbar ul {
        display: none;
    }
    .hero::after {
        padding: 10px;
        white-space: normal;
    }

    .burger-menu-btn{
        display: block;
        margin-left: 10px;
        width: 50px;
        height: 50px;
        background-image: url(./icons/burger-menu.png), url(./icons/close.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center, center left 50px;
    }
    .burger-menu{
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 900;
        background-color: #111;
    }
    .burger-menu ul{
        width: 100%;
        height: calc(100vh - 60px);
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .burger-menu ul li{
        flex-basis: 100%;
        border-top: 2px solid #000;
    }
    .burger-menu ul li:last-child{
        border-bottom: 2px solid #000;
    }
    .burger-menu ul li a{
        display: block;
        height: 100%;
        font-size: 3rem;
        padding: 30px 0;
        flex-basis: 100%;
        text-align: center;
    }
}
