/********** Template CSS **********/
:root {
    --primary: #efd504;
    --light: #f1f8ff;
    --dark: #111a24;
    --accent-color: #efd504;
    --light-bg: #f1f8ff;
    --dark-color: #111a24;
    --site-bg: #fcfcfc;
    --text-color: #555555;
    --transition: all 0.3s ease-in-out;
  }

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}
.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}
.footer {
    position: relative;
    padding-top: 80px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #ffffff;
    border-radius: 35px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: '-';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
    .cookie-wrapper {
        width: 100%;
    }
}

.cookie-wrapper {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 40%;
    background: #fff;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(0, 0, 0);
    z-index: 999;
    @media (max-width: 600px) {
        width: 100%;
    }
}
.cookie-wrapper .show {
    right: 20px;
}

.hidden {
    display: none;
}
header i {
    color: #efd504;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #efd504;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #efd504;
    text-decoration: none;
    text-align: center !important;
}
.data p a:hover {
    text-decoration: underline;
}
.buttons {
    padding: 20px 0px;
    text-align: center;
}
.buttons .cookie-button {
    border: 2px solid #efd504;
    color: #fff;
    padding: 8px 0;
    background: #efd504;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.5s ease;
    max-width: 150px;
    border-radius: 0;
}
.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #efd504;
}
#declineBtn {
    background-color: #fff;
    color: #efd504;
}
#declineBtn:hover {
    background-color: #efd504;
    color: #fff;
}
/* new styles  */
/* Загальні стилі */
  body {
    background-color: var(--site-bg);
    color: var(--text-color);
  }
  
  /* Стилі для головного блоку */
  .hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-color: var(--dark-color);
    overflow: hidden;
  }
  
  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
  }
  
  .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    line-height: 1.2;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
  }
  
  .accent-line {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
    margin: 0 0.5rem;
    vertical-align: middle;
  }
  
  .btn-primary-custom {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--dark-color);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .btn-primary-custom:hover {
    background-color: #d9c20a;
    border-color: #d9c20a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(239, 213, 4, 0.3);
  }
  
  /* Анімації при наведенні */
  .hero-title span {
    color: var(--accent-color);
    position: relative;
    display: inline-block;
  }
  
  .hero-title span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }
  
  .hero-title:hover span::after {
    width: 100%;
  }
  /* Стилі для блоку "О нас" */
.section-spacing {
    padding: 5rem 0;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
  }
  
  .section-title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: var(--accent-color);
  }
  
  .about-img {
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
  }
  
  .about-img:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
  
  /* Стилі для блоку "Направления обучения" */
  .direction-card {
    padding: 2rem;
    border-radius: 8px;
    transition: var(--transition);
    height: 100%;
    background-color: white;
    border-left: 4px solid var(--accent-color);
  }
  
  .direction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .direction-icon {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
  }
  
  .direction-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--dark-color);
  }
  
  /* Стилі для блоку "Преимущества" */
  .advantages-section {
    background-color: var(--light-bg);
  }
  
  .advantage-item {
    padding: 1.5rem;
    border-radius: 8px;
    background-color: white;
    height: 100%;
    transition: var(--transition);
    border-bottom: 3px solid transparent;
  }
  
  .advantage-item:hover {
    border-bottom-color: var(--accent-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  
  .advantage-icon {
    font-size: 2rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
  }
  
  .advantage-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
  }
  
  /* Стилі для блоку "Популярные уроки" */
  .lesson-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    height: 100%;
    background-color: white;
  }
  
  .lesson-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  .lesson-img-container {
    position: relative;
    overflow: hidden;
  }
  
  .lesson-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: var(--transition);
  }
  
  .lesson-card:hover .lesson-img {
    transform: scale(1.05);
  }
  
  .lesson-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    color: var(--dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
  }
  
  .lesson-card:hover .lesson-play-btn {
    opacity: 1;
  }
  
  .lesson-content {
    padding: 1.5rem;
  }
  
  .lesson-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
  }
  
  .lesson-description {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
  
  .lesson-meta {
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: 0.85rem;
  }
  
  .lesson-meta-item {
    display: flex;
    align-items: center;
    margin-right: 1rem;
  }
  
  .lesson-meta-icon {
    font-size: 1rem;
    margin-right: 0.25rem;
  }
  /* Стилі для блоку "Полезные статьи" */
.article-card {
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
  }
  
  .article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  .article-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: var(--transition);
  }
  
  .article-card:hover .article-img {
    filter: brightness(1.1);
  }
  
  .article-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .article-date {
    font-size: 0.85rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
  
  .article-date .material-icons {
    font-size: 1rem;
    margin-right: 0.25rem;
  }
  
  .article-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
    transition: var(--transition);
  }
  
  .article-card:hover .article-title {
    color: var(--accent-color);
  }
  
  .article-description {
    margin-bottom: 1rem;
    flex-grow: 1;
  }
  
  .read-more {
    color: var(--dark-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
    margin-top: auto;
  }
  
  .read-more .material-icons {
    font-size: 1.1rem;
    margin-left: 0.25rem;
    transition: var(--transition);
  }
  
  .read-more:hover {
    color: var(--accent-color);
  }
  
  .read-more:hover .material-icons {
    transform: translateX(3px);
  }
  
  /* Стилі для блоку "Сообщество" */
  .community-section {
    background-color: var(--dark-color);
    color: white;
  }
  
  .community-section .section-title {
    color: white;
  }
  
  .community-section .section-title::after {
    width: 70px;
  }
  
  .community-text {
    margin-bottom: 2rem;
  }
  
  .community-btn {
    background-color: white;
    color: var(--dark-color);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
  }
  
  .community-btn:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(239, 213, 4, 0.3);
  }
  
  .community-btn .material-icons {
    margin-right: 0.5rem;
  }
  
  /* Стилі для блоку "История проекта" */
  .history-section {
    background-color: var(--light-bg);
  }
  
  .history-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
  }
  
  .history-img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .img-caption {
    font-size: 0.85rem;
    color: var(--text-color);
    text-align: center;
    margin-top: 0.5rem;
    font-style: italic;
  }
  
  .timeline-item {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 12px;
    height: 12px;
    background-color: var(--accent-color);
    border-radius: 50%;
  }
  
  .timeline-item::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 0.8rem;
    bottom: -1.5rem;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .timeline-item:last-child::after {
    display: none;
  }
  
  .timeline-date {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.25rem;
  }
  
  /* Стилі для блоку "Наша миссия" */
  .mission-section {
    position: relative;
  }  
  .mission-quote {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--dark-color);
    margin: 2rem 0;
    padding: 1rem 2rem;
    border-left: 4px solid var(--accent-color);
    background-color: rgba(239, 213, 4, 0.05);
  }
  
  /* Стилі для блоку "Достижения" */
  .achievements-section {
    background-color: var(--dark-color);
    color: white;
  }
  
  .achievements-section .section-title {
    color: white;
  }
  
  .stat-card {
    text-align: center;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: var(--transition);
    height: 100%;
  }
  
  .stat-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
  }
  
  .stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .testimonial {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    position: relative;
  }
  
  .testimonial::before {
    content: '\201C';
    font-size: 4rem;
    position: absolute;
    top: -1rem;
    left: 0.5rem;
    color: rgba(239, 213, 4, 0.2);
    font-family: Georgia, serif;
  }
  
  .testimonial-text {
    font-style: italic;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }
  
  .testimonial-author {
    display: flex;
    align-items: center;
  }
  
  .testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--dark-color);
  }
  
  .testimonial-name {
    font-weight: 600;
  }
  
  .testimonial-role {
    font-size: 0.85rem;
    opacity: 0.7;
  }
  /* Стилі для блоку "Основы фотографии" */
.photography-section {
    position: relative;
    background-color: white;
  }

  
  .gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    height: 0;
    padding-bottom: 66.67%; /* Для збереження пропорцій 3:2 */
  }
  
  .gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  
  .gallery-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
  }
  
  .gallery-item:hover .gallery-img {
    transform: scale(1.1);
  }
  
  .photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    opacity: 0;
    transition: var(--transition);
    transform: translateY(20px);
  }
  
  .gallery-item:hover .photo-caption {
    opacity: 1;
    transform: translateY(0);
  }
  
  .photo-concept {
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  
  .concept-highlight {
    color: var(--accent-color);
  }
  
  /* Стилі для блоку "Техническая сторона" */
  .technical-section {
    background-color: var(--dark-color);
    color: white;
  }
  
  .technical-section .section-title {
    color: white;
  }
  
  .technical-tab {
    margin-top: 2rem;
  }
  
  .nav-tabs {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
  }
  
  .nav-tabs .nav-link {
    color: rgba(255,255,255,0.7);
    border: none;
    padding: 0.75rem 1.5rem;
    border-bottom: 3px solid transparent;
    transition: var(--transition);
    font-weight: 500;
    background-color: transparent;
  }
  
  .nav-tabs .nav-link:hover {
    color: white;
    border-color: rgba(239, 213, 4, 0.5);
  }
  
  .nav-tabs .nav-link.active {
    color: var(--accent-color);
    background-color: transparent;
    border-color: var(--accent-color);
  }
  
  .tab-content {
    padding: 1rem 0;
  }
  
  .tech-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
  }
  
  .tech-item {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  
  .tech-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    background-color: var(--accent-color);
    transform: rotate(45deg);
  }
  
  .tech-term {
    font-weight: 600;
    color: var(--accent-color);
    margin-right: 0.5rem;
  }
  
  /* Стилі для блоку "Практические задания" */
  .practice-section {
    background-color: var(--light-bg);
  }
  
  .task-card {
    padding: 2rem;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    transition: var(--transition);
    border-top: 4px solid var(--accent-color);
  }
  
  .task-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  .task-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .task-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(239, 213, 4, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }
  
  .task-icon .material-icons {
    font-size: 1.5rem;
    color: var(--accent-color);
  }
  
  .task-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0;
  }
  
  .task-level {
    font-size: 0.85rem;
    color: var(--text-color);
    margin-left: auto;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.05);
  }
  
  .task-description {
    margin-bottom: 1.5rem;
  }
  
  .task-steps {
    list-style: none;
    padding-left: 0;
    counter-reset: task-counter;
  }
  
  .task-step {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.75rem;
    counter-increment: task-counter;
  }
  
  .task-step::before {
    content: counter(task-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: var(--accent-color);
    color: var(--dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.85rem;
  }
  
  .btn-task {
    background-color: var(--dark-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
  }
  
  .btn-task:hover {
    background-color: var(--accent-color);
    color: var(--dark-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .btn-task .material-icons {
    margin-right: 0.5rem;
  }
  /* Стилі для блоку "Программы для обучения видеомонтажу" */
.programs-section {
    background-color: white;
  }
  
  .software-card {
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
  }
  
  .software-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .software-img {
    width: 100%;
    object-fit: cover;
    transition: var(--transition);
  }
  
  .software-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(17, 26, 36, 0.7), rgba(17, 26, 36, 0.3));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: var(--transition);
  }
  
  .software-img-container:hover .software-overlay {
    opacity: 1;
  }
  
  .software-img-container:hover .software-img {
    transform: scale(1.05);
  }
  
  .software-logo {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .software-logo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  
  .software-name {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .software-type {
    color: var(--accent-color);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .software-content {
    padding: 1.5rem 0;
  }
  
  .software-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .software-item {
    flex: 0 0 calc(33.333% - 1rem);
    background-color: var(--light-bg);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    transition: var(--transition);
  }
  
  .software-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .software-item-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
  }
  
  .software-item-icon .material-icons {
    color: var(--dark-color);
    font-size: 1.25rem;
  }
  
  .software-item-content {
    flex-grow: 1;
  }
  
  .software-item-name {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
  }
  
  .software-item-info {
    font-size: 0.8rem;
    color: var(--text-color);
  }
  
  .software-item-label {
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    margin-left: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .label-free {
    background-color: #e3f2fd;
    color: #0d47a1;
  }
  
  .label-paid {
    background-color: #fff8e1;
    color: #ff8f00;
  }
  
  .label-pro {
    background-color: #fce4ec;
    color: #c2185b;
  }
  
  @media (max-width: 768px) {
    .software-item {
      flex: 0 0 calc(50% - 0.5rem);
    }
  }
  
  @media (max-width: 576px) {
    .software-item {
      flex: 0 0 100%;
    }
  }
  
  /* Стилі для блоку "Техники монтажа" */
  .techniques-section {
    background-color: var(--light-bg);
  }
  
  .technique-tabs-container {
    position: relative;
    margin-top: 2rem;
  }
  
  .technique-tabs {
    display: flex;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  
  .technique-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .technique-tab {
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
    color: var(--text-color);
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: var(--transition);
  }
  
  .technique-tab::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    transition: var(--transition);
  }
  
  .technique-tab.active {
    color: var(--dark-color);
    font-weight: 600;
  }
  
  .technique-tab.active::after {
    width: 100%;
  }
  
  .technique-tab:hover:not(.active) {
    color: var(--dark-color);
  }
  
  .technique-tab:hover:not(.active)::after {
    width: 50%;
  }
  
  .technique-tab-content {
    margin-top: 2rem;
  }
  
  .technique-content {
    display: none;
  }
  
  .technique-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .technique-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .technique-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }
  
  .technique-icon .material-icons {
    color: var(--dark-color);
    font-size: 1.5rem;
  }
  
  .technique-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0;
  }
  
  .technique-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .technique-example {
    flex: 1 1 calc(33.333% - 1rem);
    background-color: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    min-width: 200px;
  }
  
  .technique-example:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .example-name {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
  
  .example-name .material-icons {
    font-size: 1rem;
    margin-right: 0.5rem;
    color: var(--accent-color);
  }
  
  .example-description {
    font-size: 0.9rem;
    color: var(--text-color);
  }
  
  @media (max-width: 768px) {
    .technique-example {
      flex: 1 1 calc(50% - 0.5rem);
    }
  }
  
  @media (max-width: 576px) {
    .technique-example {
      flex: 1 1 100%;
    }
  }
  /* Стилі для блоків контактів і форми */
.contact-section {
    background-color: var(--light-bg);
  }
  
  .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  
  .contact-icon {
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  
  .contact-icon .material-icons {
    color: var(--dark-color);
    font-size: 1.25rem;
  }
  
  .contact-info {
    flex-grow: 1;
  }
  
  .contact-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.25rem;
  }
  
  .contact-text {
    color: var(--text-color);
  }
  
  .contact-link {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
  }
  
  .contact-link:hover {
    color: var(--accent-color);
  }
  
  .map-container {
    height: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* Стилі форми */
  .form-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
  }
  
  .form-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
  }
  
  .form-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--accent-color);
  }
  
  .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 4px;
    transition: var(--transition);
    margin-bottom: 1rem;
  }
  
  .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.2rem rgba(239, 213, 4, 0.25);
  }
  
  .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #dc3545;
  }
  
  .form-control.is-invalid ~ .invalid-feedback {
    display: block;
  }
  
  .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  /* Стиль для заголовка сторінки */
.page-header {
    position: relative;
    background-color: var(--dark-color);
    padding: 8rem 0;
    text-align: center;
    color: white;
    overflow: hidden;
  }
  
  .page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(17, 26, 36, 0.9), rgba(17, 26, 36, 0.75));
  }
  
  .page-title-container {
    position: relative;
    z-index: 2;
  }
  
  .page-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    color: #d9c20a;
  }

  @media (max-width: 768px) {
    .hero-title {
        font-size: 2.1rem;

    }
    .page-title {
        font-size: 2.1rem;
    }
    .section-title {

        font-size: 1.9rem;
    }
  }
  
  .page-title::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: var(--accent-color);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .page-subtitle {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Декоративные элементы */
  .header-decoration {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(239, 213, 4, 0.1);
    border-radius: 50%;
    z-index: 1;
  }
  
  .decoration-1 {
    top: -100px;
    left: -50px;
  }
  
  .decoration-2 {
    bottom: -100px;
    right: -50px;
  }