:root {
  --accent-color: #4227d7;
  --accent-gradient: linear-gradient(to right, #492ced 0%, #4227d7 100%);
}

.footer-socail-info p > a:hover,
.footer-socail-info p > a:focus {
  color: #ffffff8a !important;
}

.logo_img,
.main_sticky {
  font-size: 35px;
  color: #fff;
}

.techno_nav_manu {
  background: var(--accent-color);
}

.mean-container .mean-bar::before {
  display: none;
}

.mean-container .mean-bar {
  background: var(--accent-color);
  padding: 4px 0;
  min-height: 42px;
  z-index: 999;
  position: relative;
}

.mean-container .mean-bar .mean-logo {
  color: #fff;
  text-decoration: none;
  max-width: 560px;
  word-break: break-all;
  font-size: 20px;
  margin-top: 9px;
  font-weight: bold;
  padding: 0 15px;
  display: inline-block;
  line-height: 42px;
}

.mean-container .mean-bar .meanmenu-reveal {
  right: 0;
  left: auto;
}

/* .techno_menu > ul > li > a {
  background: linear-gradient(to right, #000000, #000000, 50%, #fff 50%);
} */

.slider-area {
  position: relative;
}

.slider-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.slider-area .container {
  position: relative;
  z-index: 2;
}

.slider-content h4 {
  color: #fff;
}

.slider-content h1 {
  color: #fff;
}

.slider-content p {
  color: #fff;
}

.faq-area {
}

.home {
  background: #000;
}

.row.testi-top {
  margin-top: -341px;
  left: 0;
}

/* Стили для секции курсов */
.courses-area {
  padding: 100px 0;
  background: #f8f9fa;
}

.courses-area .container {
  position: relative;
  z-index: 1;
}

.courses-area .dreamit-section-title h5 {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.courses-area .dreamit-section-title h3 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.courses-area .dreamit-section-title p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
}

.courses-top {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.courses-top .col-lg-4 {
  display: flex;
}

.techno-single-course-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.techno-single-course-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.course-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.course-icon {
  margin-bottom: 20px;
  text-align: left;
}

.course-icon i {
  font-size: 40px;
  color: var(--accent-color);
}

.course-title {
  flex-grow: 1;
}

.course-title h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
}

.course-title p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: left;
}

.course-tech-list {
  text-align: left;
  margin-bottom: 20px;
}

.course-tech-list h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
}

.course-tech-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-tech-list ul li {
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.course-tech-list ul li i {
  color: var(--accent-color);
  margin-right: 10px;
  font-size: 12px;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.course-meta span {
  color: #666;
  font-size: 14px;
}

.course-meta span i {
  color: var(--accent-color);
  margin-right: 5px;
}

.course-button {
  text-align: left;
  margin-top: auto;
}

.course-button .theme-btn {
  display: inline-block;
  padding: 12px 30px;
  background: var(--accent-color);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.course-button .theme-btn:hover {
  background: #333;
  color: #fff;
}

.counter-area {
}
@media (min-width: 1501px) and (max-width: 1700px) {
}

@media (min-width: 1200px) and (max-width: 1499px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-box.style-two {
    padding: 34px 50px 30px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .faq-area {
    background: #fff !important;
  }

  .about-area .dreamit-section-title:after {
    left: -75px;
  }

  .dreamit-section-title:after {
    left: -433px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .faq-area {
    background: #fff !important;
  }
  .dreamit-section-title:after {
    left: 173px;
  }

  .style-two.dreamit-section-title:after {
    left: 200px;
  }
}

/* Стили для валидации формы */
.form-error {
  color: #fe0000;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.form-control.error {
  border-color: #fe0000;
}

.form-control.error:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 39, 215, 0.25);
}

.checkbox-error {
  color: #fe0000;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.contact-form-box.style-two {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact-map-box {
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .contact-map-box {
    margin-top: 30px;
    height: 400px;
  }

  .contact-form-box.style-two {
    height: auto;
  }
}
