/* Общие настройки */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #eee;
  background-color: #2a2a2a;
}

/* Отступы для каждого блока */
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Заголовки и шрифты */
h1, h2, h3, .navbar-brand, .section-title, h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #34e25b;
}

/* Нижняя рамка для заголовков */
.custom-border {
  font-size: 2.5rem;
  border-bottom: 2px solid #34e25b;
  padding-bottom: 10px;
  display: inline-block;
}

/* Стили навбара */
.custom-nav {
  background-color: #1e1e1e;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.custom-nav-list .nav-link {
  margin-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #eee;
}
.navbar-brand {
  display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #34e25b;
}

/* Light Section — для светлого фона */
.light-section {
  background-color: #f8f9fa;
  color: #333;
}
.menu-logo {
  max-height: 40px;
}
.light-section p {
  color: #555;
}

/* Hero Section */
.hero-section {
  position: relative;
  background: url('../images/hero.jpg') no-repeat center center/cover;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgb(0 0 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.hero-section h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}

.hero-section p.lead {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ccc;
}

/* Кнопки — увеличенные, с анимацией */
.btn-outline-success {
  padding: 15px 30px;
  font-size: 1.1rem;
  color: #34e25b;
  border-color: #34e25b;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-success:hover {
  transform: scale(1.05);
  background-color: #34e25b;
  color: #fff;
}

/* Services Section (Light) */
.services-section.light-section {
  background-color: #f8f9fa;
}

.service-img img {
  max-height: 150px;
  object-fit: cover;
}

.service-card {
  padding: 20px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(52,226,91,0.1), rgba(52,226,91,0.05));
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* About Section (Dark) */
.about-section {
  background-color: #292929;
  color: #eee;
}

/* Case Studies Section (Light) */
.case-studies.light-section {
  background-color: #f8f9fa;
  color: #333;
}

.case-studies {
  position: relative;
  background: url('../images/case-bg.jpg') no-repeat center center/cover;
}

.case-studies::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.55) 0%, rgb(255 255 255 / 60%) 33%, rgb(255 255 255 / 92%) 66%, rgba(255, 255, 255, 1) 100%);
  z-index: 0;
}
#casestudies h4 {
  font-size: 2rem;
}
.case-studies .container {
  position: relative;
  z-index: 1;
}
.service-block {
  border: 1px solid #34e25b;
  border-radius: 8px;
}
.btn-outline-success {
  padding: 15px 30px;
  color: #fff;
  background-color: #34e25b;
  border: 2px solid #34e25b;
  border-radius: 8px; /* добавлен радиус скругления */
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.btn-outline-success:hover {
  transform: scale(1.05);
  /* При наведении эффект только увеличения */
}
#services h4 {
  font-size: 2.4rem;
}
.advantages-section {
  position: relative;
  background: url('../images/advantages-bg.jpg') no-repeat center center/cover;
  padding: 80px 0;
  color: #fff;
}

.advantages-section .section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgb(0 0 0));
  z-index: 1;
}

.advantages-section .container {
  position: relative;
  z-index: 2;
}

.advantages-section .section-title {
  font-size: 2.5rem;
  color: #34e25b;
}

.advantages-section .custom-border {
  border-bottom: 2px solid #34e25b;
  padding-bottom: 10px;
  display: inline-block;
}

.advantages-section .advantage-icon {
  font-size: 4rem;
  color: #34e25b;
}

.advantages-section .advantage-title {
  font-size: 1.8rem;
  color: #fff;
}

.advantages-section p {
  font-size: 1rem;
  color: #ddd;
}
#team h5 {
  font-size: 2.1rem;
  padding: 10px 0px;
}
#team img {
  width: 200px;
}
.insights-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.insights-section .section-title {
  font-size: 3rem;
  color: #34e25b;
}

.insight-card {
  background: linear-gradient(135deg, rgba(52,226,91,0.1), rgba(52,226,91,0.05));
  border: 2px solid #34e25b;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.insight-card:hover {
  transform: scale(1.03);
}

.insight-card h4 {
  font-size: 1.8rem;
  color: #34e25b;
}

.insight-card p {
  color: #555;
}

.insight-card img {
  max-height: 200px;
  object-fit: cover;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 0;
  z-index: 9999;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.cookie-banner.hidden {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.cookie-banner a {
  color: #34e25b;
  text-decoration: underline;
}
/* CSS for Footer (place in a separate file, e.g., css/footer.css) */
.footer-custom {
  background-color: #0c1b14;
  padding: 40px 0;
}

.footer-logo {
  max-width: 75px;
}

.footer-text {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #ccc;
}

.footer-heading {
  font-size: 1.3rem;
  color: #34e25b;
  margin-bottom: 0.5rem;
}

.footer-hr {
  border: 0;
  border-top: 2px solid #34e25b;
  width: 50%;
  margin: 0 auto 1rem auto;
}

.footer-link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #34e25b;
}

.footer-list li {
  margin-bottom: 0.5rem;
}

.footer-copy {
  font-size: 0.9rem;
  color: #bbb;
}
