* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
html,body{
    display: flex;
    flex-direction: column;
    height: 100%;
}
ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.header {
    padding: 10px 48px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.nav {
    display: flex;
    gap: 20px;
}

.nav li a {
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.nav li:hover a {
    color: #0bceaf;
}

.logo {
    font-size: 40px;
    display: flex;
    color: #333;
}

.logo span {
    color: rgb(11, 206, 175);
}

.btn {
    display: flex;
    color: #0bceaf;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 15px;
    border: 1px solid #0bceaf;
    width: fit-content;
    outline: none;
    height: fit-content;
    text-decoration: none;
}

.btn:hover {
    background-color: #0bceaf;
    color: #fff;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.burger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
}

/* Адаптив: показувати бургер */
@media (max-width: 768px) {
    .burger {
        display: flex;
    }

    .nav {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        display: none;
        z-index: 1000;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .nav.active {
        display: flex;
    }

    .btn {
        display: none;
    }
}

.hero {
    display: flex;
    height: 100vh;
    background-color: #0bceaf;
    align-content: center;
    justify-content: center;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 50px 30px;
}

.hero .container img {
    min-height: 425px;
    min-width: 425px;
    height: 425px;
    width: 425px;
    object-fit: cover;
    border-radius: 100%;
}

.hero__wrap {
    display: flex;
    max-width: 600px;
    gap: 40px;
    flex-direction: column;
}

.hero__wrap h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.hero__wrap sub {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.hero__wrap .btn {
    color: #fff;
    border: 1px solid #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

h2 {
    color: #0BCEAF;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about {
    padding: 50px 0;
}

.about__wrap {
    display: flex;
    gap: 20px;
}

.about__wrap img {
    width: 100%;

    display: block;
}

.about__img {
    flex: 1;
}

.about__content h3 {
    font-size: 24px;

}

.about__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.about__content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.educ {
    padding: 50px 0;
}

.educ h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

.educ__wrap {
    display: flex;
    gap: 20px;
}

.educ__wrap-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.educ__wrap-content {
    display: flex;
    padding: 0 20px;
    border-left: 3px solid #0BCEAF;
    flex-direction: column;
    gap: 10px;
}

.educ__wrap-content h4 {
    font-size: 20px;
    font-weight: 700;
}

.services__wrap-top i {
    font-size: 26px;
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #0BCEAF;
    color: #fff;
    border-radius: 100%;

    margin-right: 10px;
}

.services__wrap-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.services__wrapper {
    display: grid;
    gap: 30px;
    row-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

.services__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.services__wrap p {
    text-align: center;
    color: #333;
    line-height: 120%;
}

.gallery {
    padding: 80px 0;
}

.gallery__items {
    display: flex;
}

.gallery__items a {
    flex: 1;
    display: block;
    width: 100%;
    max-height: 400px;
    height: 100%;
}

.gallery__img img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;
}

.gallery__img {
    position: relative;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.gallery__img img {
    display: block;
    width: 100%;
    height: 100%;

    transition: transform 0.3s ease;
}


.gallery__img {
    position: relative;

    flex: 1;

}

.gallery__img img {
    width: 100%;
    display: block;
    border-radius: 0px;
}

.gallery__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    border-radius: 8px;
}

.gallery__img:hover .gallery__overlay {
    opacity: 1;
}

.contact {
    padding: 60px 0;
}

.contact__items {
    display: flex;
    gap: 40px;
    align-items: center;
}

.contact__item {
    flex: 1;
}

.contact__item img {
    width: 100%;
    max-height: 500px;
}

.contact__item p {
    color: #0BCEAF;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer {
    padding: 50px 15px;
    background-color: #0BCEAF;
}

.footer__container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.social {
    display: flex;
    gap: 10px;
    justify-content: center;

}

.social i {
    border-radius: 100%;
    min-width: 45px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__links {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__links a {
    color: #fff;
    font-weight: 700;
}

.copy {
    font-weight: 700;
    color: #e2dddd;
    text-align: center;
}

@media screen and (max-width:768px) {
    .services__wrapper {
        display: grid;
        gap: 30px;
        row-gap: 50px;
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery__items {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .contact__items {
        display: flex;
        gap: 40px;
        align-items: center;
        flex-direction: column;
    }

    .educ__wrap {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .about__wrap {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .hero .container {
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 50px;
        padding: 50px 30px;
        flex-direction: column;
    }

    .hero .container img {
        min-height: 425px;
        min-width: 100%;
        height: 425px;
        width: 100%;
        object-fit: cover;
        border-radius: 100%;
    }

    .logo {
        font-size: 25px;
        display: flex;
        color: #333;
    }

    .hero .container {
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 10px 10px;
        flex-direction: column;
    }

    .hero__wrap {
        display: flex;
        max-width: 600px;
        gap: 10px;
        flex-direction: column;
    }

    .hero {
        display: flex;
        height: 100%;
        background-color: #0bceaf;
        align-content: center;
        justify-content: center;
    }

    .hero .container {
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 53px 10px;
        flex-direction: column;
    }

    .hero__wrap h1 {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

    .gallery__items {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.terms .container{
display: flex;
flex-direction: column;
gap: 10px;

}
.terms .container ul{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 600px;
    margin: auto;
    background: #2c2c2c;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  .cookie-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  
  .cookie-buttons button {
    padding: 8px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  #acceptCookies {
    background-color: #4caf50;
    color: white;
  }
  
  #acceptCookies:hover {
    background-color: #45a049;
  }
  
  #declineCookies {
    background-color: #f44336;
    color: white;
  }
  
  #declineCookies:hover {
    background-color: #d32f2f;
  }
  
  @keyframes fadeIn {
    from {opacity: 0; transform: translateY(20px);}
    to {opacity: 1; transform: translateY(0);}
  }
  