/********** Template CSS **********/
:root {
  --primary: #7961ba;
  --light: #b8b9fe;
  --dark: #94711f;
}

.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: #b9abff;
}

@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 ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.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: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: #7961ba;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #7961ba;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #7961ba;
  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 #7961ba;
  color: #fff;
  padding: 8px 0;
  background: #7961ba;
  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: #7961ba;
}
#declineBtn {
  background-color: #fff;
  color: #7961ba;
}
#declineBtn:hover {
  background-color: #7961ba;
  color: #fff;
}
/* Footer Style */

@media (max-width: 990px) {
  .mobile-no {
    display: none;
  }

}
/* new styles  */
/* Загальні стилі */
:root {
  --bg-primary: #121212;
  --text-primary: #E0E0E0;
  --heading-color: #dcf5ff;
  --accent-color: #7961ba;
  --accent-green: #2d6661;
  --accent-dark-green: #343533;
  --spacing-section: 120px;
  --spacing-element: 40px;
}
/* Стилі для блоку Hero */
.hero-section {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  background-color: #343533;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 700px;
  margin-top: 100px;
}

.hero-subtitle {
  font-size: 1.4rem;
  color: var(--accent-color);
  margin-bottom: 2rem;
  font-weight: 500;
  max-width: 650px;
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  opacity: 0.85;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: linear-gradient(120deg, var(--accent-color), var(--accent-green));
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(186, 97, 183, 0.2);
  color: white;
}

.hero-cta .material-icons {
  margin-left: 8px;
  font-size: 1.2rem;
}

.hero-image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  min-height: 580px;
}

.hero-image {
  width: 100%;
  height: 580px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-image-container:hover .hero-image {
  transform: scale(1.03);
}

.hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.8) 100%);
  z-index: 1;
}

.hero-accent-shape {
  position: absolute;
  top: -50px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(186, 97, 183, 0.1) 0%, rgba(53, 102, 45, 0.05) 50%, rgba(18, 18, 18, 0) 70%);
  z-index: 0;
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-image-container {
    margin-top: 40px;
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 80px 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
}

/* Стилі для блоку "Контактная информация" */
.contact-section {
  padding: var(--spacing-section) 0;
  position: relative;
  background-color: var(--bg-primary);
}

.contact-info {
  margin-bottom: 3rem;
}

.contact-details {
  margin: 2rem 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color), var(--accent-green));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-icon .material-icons {
  color: white;
  font-size: 1.5rem;
}

.contact-text {
  flex: 1;
}

.contact-label {
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
}

.contact-value {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
}

.contact-value a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-value a:hover {
  color: var(--heading-color);
  text-decoration: underline;
}

.map-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  height: 100%;
  min-height: 400px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* Стилі для блоку "Форма заявки" */
.form-section {
  padding: var(--spacing-section) 0;
  background-color: #f8f9fa;
  position: relative;
  color: #333;
}

.form-section .section-title {
  color: #121212;
}

.contact-form {
  background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: var(--accent-color);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 97, 183, 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.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, var(--accent-color), var(--accent-green));
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(186, 97, 183, 0.2);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.submit-btn .material-icons {
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .map-container {
    min-height: 300px;
    margin-top: 2rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
}
/* Загальні стилі */
:root {
  --bg-primary: #121212;
  --text-primary: #E0E0E0;
  --heading-color: #dcf5ff;
  --accent-color: #7961ba;
  --accent-green: #2d6661;
  --accent-dark-green: #343533;
  --spacing-section: 120px;
  --spacing-element: 40px;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}

h2, h3, h4 {
  color: var(--heading-color);
  margin-bottom: 1.5rem;
}

/* Стилі для блоку "Преимущества и риски" */
.advantages-risks {
  padding: var(--spacing-section) 0;
  background-color: var(--bg-primary);
}

.advantages-risks h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.advantages-risks .subtitle {
  color: var(--accent-color);
  font-size: 1.25rem;
  margin-bottom: var(--spacing-element);
}

.card-investment {
  height: 100%;
  background-color: rgba(45, 102, 97, 0.1);
  border: 1px solid var(--accent-green);
  border-radius: 8px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-investment:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card-investment .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--accent-green);
  margin-bottom: 1.5rem;
}

.card-investment .card-icon .material-icons {
  font-size: 36px;
  color: var(--heading-color);
}

.card-investment .card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.card-investment.risk {
  border-color: var(--accent-color);
}

.card-investment.risk .card-icon {
  background-color: var(--accent-color);
}

.divider {
  height: 4px;
  width: 80px;
  background: linear-gradient(to right, var(--accent-green), var(--accent-color));
  margin: 2rem 0;
}

.btn-custom {
  background-color: var(--accent-green);
  color: var(--heading-color);
  border: none;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
}

.btn-custom:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(121, 97, 186, 0.4);
  color: var(--heading-color);
}

.btn-custom .material-icons {
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .advantages-risks h2 {
    font-size: 2.2rem;
  }
  
  .card-investment {
    margin-bottom: 1.5rem;
  }
}
/* Стилі для нових блоків */
.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
}

.section-subtitle {
  color: var(--accent-color);
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.text-accent {
  color: var(--accent-color);
}

.bg-dark-custom {
  background-color: rgba(45, 102, 97, 0.1);
}

.market-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease;
  max-height: 450px;
  object-fit: cover;
  width: 100%;
}

.market-img:hover {
  transform: scale(1.03);
}

.market-list-item {
  padding: 0.5rem 0;
  position: relative;
}

.market-list-item .material-icons {
  color: var(--accent-color);
  margin-right: 10px;
  vertical-align: middle;
}

.investment-card {
  border-radius: 10px;
  background-color: rgba(52, 53, 51, 0.5);
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
}

.investment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(121, 97, 186, 0.2);
}

.investment-card-img {
  height: 320px;
  overflow: hidden;
}

.investment-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.investment-card:hover .investment-card-img img {
  transform: scale(1.1);
}

.investment-card-body {
  padding: 1.75rem;
}

.investment-card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.investment-card-text {
  margin-bottom: 1rem;
}

.investment-card-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background-color: var(--accent-green);
  color: var(--heading-color);
  border-radius: 20px;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.criteria-item {
  margin-bottom: 2.5rem;
}

.criteria-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: var(--heading-color);
}

.criteria-title .material-icons {
  background-color: var(--accent-green);
  color: var(--heading-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.criteria-description {
  padding-left: calc(50px + 1rem);
}
/* Стилі для нових блоків */
.legal-box {
  background-color: rgba(45, 102, 97, 0.08);
  border-left: 4px solid var(--accent-color);
  padding: 2rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.legal-box:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.legal-box-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--heading-color);
  font-size: 1.4rem;
}

.legal-box-title .material-icons {
  margin-right: 1rem;
  color: var(--accent-color);
}

.news-card {
  background-color: var(--bg-primary);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.news-img {
  height: 220px;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.05);
}

.news-body {
  padding: 1.5rem;
}

.news-date {
  font-size: 0.85rem;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
  display: block;
}

.news-title {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.news-text {
  margin-bottom: 1.5rem;
}

.news-link {
  color: var(--accent-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: color 0.3s ease;
}

.news-link:hover {
  color: var(--heading-color);
}

.news-link .material-icons {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.news-link:hover .material-icons {
  transform: translateX(5px);
}

.mission-content {
  position: relative;
  z-index: 1;
}

.mission-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mission-img:hover img {
  transform: scale(1.05);
}

.mission-highlight {
  background-color: rgba(121, 97, 186, 0.1);
  border-left: 4px solid var(--accent-color);
  padding: 1.5rem;
  border-radius: 0 8px 8px 0;
  margin: 2rem 0;
}

.value-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.value-icon {
  background-color: var(--accent-green);
  color: var(--heading-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.value-text {
  flex-grow: 1;
}

.value-title {
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}
/* Стилі для нових блоків */
.team-container {
  position: relative;
  z-index: 1;
}

.team-content {
  padding: 3rem;
  background-color: rgba(45, 102, 97, 0.08);
  border-radius: 10px;
}

.team-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-img:hover img {
  transform: scale(1.05);
}

.team-stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.team-stat-item {
  flex: 1;
  min-width: 150px;
  margin: 0.5rem 0;
}

.team-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
  display: block;
}

.team-stat-text {
  font-size: 1rem;
  color: var(--text-primary);
}

.approach-card {
  background-color: rgba(45, 102, 97, 0.05);
  border-radius: 10px;
  padding: 2.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.approach-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.approach-icon {
  background-color: var(--accent-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.approach-icon .material-icons {
  font-size: 36px;
  color: var(--heading-color);
}

.approach-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.service-item {
  background-color: var(--bg-primary);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.service-img {
  height: 100%;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-item:hover .service-img img {
  transform: scale(1.05);
}

.service-content {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.service-description {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-link {
  color: var(--accent-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: auto;
  font-weight: 500;
  transition: color 0.3s ease;
  width: fit-content;
}

.service-link:hover {
  color: var(--heading-color);
}

.service-link .material-icons {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.service-link:hover .material-icons {
  transform: translateX(5px);
}

@media (max-width: 991.98px) {
  .service-img {
    border-radius: 10px 10px 0 0;
    min-height: 200px;
  }
}
/* Стилі для нових блоків */
.analytics-service {
  background-color: rgba(45, 102, 97, 0.05);
  border-radius: 10px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.analytics-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, var(--accent-color), var(--accent-green));
}

.analytics-service-list {
  margin-top: 2rem;
}

.analytics-service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.analytics-service-icon {
  background-color: var(--accent-green);
  color: var(--heading-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
}

.analytics-service-content {
  flex-grow: 1;
}

.analytics-service-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0.5rem 1rem 0.5rem 0;
}

.feature-item .material-icons {
  color: var(--accent-color);
  margin-right: 0.75rem;
}

.market-news {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}

.market-news:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.market-news-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.market-news-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.market-news-img:hover img {
  transform: scale(1.05);
}

.market-news-date {
  font-size: 0.9rem;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
  display: block;
}

.market-news-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.case-study {
  background-color: rgba(45, 102, 97, 0.05);
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.case-study:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.case-study::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.case-study.success::before {
  background-color: #28a745;
}

.case-study.failure::before {
  background-color: #dc3545;
}

.case-study-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.case-study-badge.success {
  background-color: rgba(40, 167, 69, 0.2);
  color: #28a745;
}

.case-study-badge.failure {
  background-color: rgba(220, 53, 69, 0.2);
  color: #dc3545;
}

.case-study-title {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
}

.case-study-subtitle {
  font-size: 1rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.key-takeaway {
  background-color: rgba(45, 102, 97, 0.1);
  border-radius: 6px;
  padding: 1rem;
  margin-top: 1rem;
}

.key-takeaway-title {
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.key-takeaway-title .material-icons {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}