/********** Template CSS **********/
:root {
  --primary: #1d9f9d;
  --light: #f1f8ff;
  --dark: #111a24;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}


.header {
  background: url('../img/concert2.jpg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 200px 0 200px;
}

.header .container {
  /* background: rgba(17, 17, 17, 0.5); */
}

.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #1d9f9d;
  color: white;
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.section-title {
  font-size: 38px;
  margin: 40px 0;
  text-align: center;
}

.details,
.program,
.special-offer,
.reviews,
.tickets,
.contact,
.newsletter,
.artist {
  padding: 40px 0;
}

.artist {
  /* background: #2d2d2d; */
}

.artist p {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  font-size: 18px;
  margin: 10px 0;
}

.ticket-form,
.newsletter-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

.ticket-form label,
.newsletter-form label {
  margin: 10px 0 5px;
}

.ticket-form input,
.ticket-form select,
.newsletter-form input {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.footer {
  background-color: #333;
  color: white;
  /* text-align: center; */
  padding: 20px 0;
}

.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.social-links li {
  margin: 0 10px;
}

.social-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.btn-primary:hover {
  background-color: #1d9f9d;
  transition: background-color 0.3s ease;
}

.detailsFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .detailsFlex {
    flex-direction: column;
  }
}

.detailsimg {
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .detailsimg {
    width: 100%;
  }
}

.programFlex {
  display: flex;
  flex-direction: row;
  /* gap: 20px; */
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .programFlex {
    flex-direction: column;
  }
}

.detailsimg2 {
  width: 100%;
}

@media (max-width: 600px) {
  .detailsimg2 {
    width: 100%;
  }
}

.reviews {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 600px) {
  .reviews {
    flex-direction: column;
  }
}

.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  max-width: 400px;
  border: 1px solid #ffbeb2;
  padding: 40px;
  border-radius: 10px;
  background-color: #fffbfb;
}

.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: #707070;
  font-size: 15px;
  outline: none;
  font-weight: 600;
}





.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 43, 0.7);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.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;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  border-radius: 20px 50px;
  padding: 8px;
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}

/*** Service ***/
.service-item {
  height: 420px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover {
  background: #1d9f9d;
}

.service-item .service-icon {
  margin: 0 auto 30px auto;
  width: 65px;
  height: 65px;
  transition: 0.5s;
}

.service-item i,
.service-item h5,
.service-item p {
  transition: 0.5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
  color: #ffffff !important;
}

/*** Youtube Video ***/
.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(15, 23, 43, 0.1), rgba(15, 23, 43, 0.1)),
    url(../img/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial {
  background: linear-gradient(rgba(15, 23, 43, 0.7), rgba(15, 23, 43, 0.7)),
    url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  padding-left: 65px;
  padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
  padding: 30px;
}

.testimonial-item img {
  object-fit: cover;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #1d9f9d;
  border-radius: 2px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #1d9f9d;
  background: #ffffff;
}

/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
  transition: 0.5s;
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Footer ***/

/* 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%;
  }
}

@media (max-width: 600px) {
  .contact-img {
    display: none;
  }
}

.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: #1d9f9d;
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: #1d9f9d;
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: #1d9f9d;
  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 #1d9f9d;
  color: #fff;
  padding: 8px 0;
  background: #1d9f9d;
  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: #1d9f9d;
}

#declineBtn {
  background-color: #fff;
  color: #1d9f9d;
}

#declineBtn:hover {
  background-color: #1d9f9d;
  color: #fff;
}

/* Footer Style */
section.reasons {
  padding: 50px 0 0 0;
  text-align: center;
  background-color: white;
  margin-bottom: 20px;
}

section.reasons h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

section.reasons ul,
section.reasons li {
  font-size: 1.2em;
  margin-bottom: 10px;
}

section.reasons ul {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

section.reasons li {
  margin-bottom: 20px;
  border: 1px solid #1d9f9d;
  padding: 10px 20px;
}

section.reasons li:hover {
  background: #dad2ef;
}

.news_item {
  border: 1px solid #f8f1e5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

/* Hero Section */
.hero-section {
  background-color: #1a1a4d;
  /* Темний фон */
  color: #fff;
  padding: 140px 0;
  position: relative;
}

.hero-content {
  max-width: 600px;
}

.hero-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-subheading {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.custom-hero-btn {
  background-color: #1d9f9d;
  /* Акцентний колір */
  border: none;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.custom-hero-btn:hover {
  background-color: #178f8d;
  /* Трохи темніший відтінок при ховері */
}

.hero-icon {
  font-size: 2rem;
  color: #1d9f9d;
  /* Акцентна іконка */
  margin-right: 15px;
}

.hero-img img {
  width: 100%;

  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  /* Невеликий скруглений кут */
}

/* Адаптив */
@media (max-width: 768px) {
  .hero-heading {
    font-size: 2rem;
  }
}

/* Секція Coach */
.coach-section {
  background-color: #f9f9f9;
  /* Світлий фон для контрасту */
  padding: 60px 0;
}

.coach-content-wrapper {
  max-width: 600px;
  margin: auto;
}

.coach-headline {
  font-size: 2rem;
  color: #1a1a4d;
  /* Темний колір */
  margin-bottom: 1rem;
  font-weight: 700;
}

.coach-subheadline {
  font-size: 1.2rem;
  color: #1d9f9d;
  /* Акцентний колір */
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.coach-content {
  line-height: 1.6;
  color: #333;
}

.coach-icon {
  font-size: 1.8rem;
  color: #1d9f9d;
  /* Акцентний колір */
}

.coach-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Адаптивність */
@media (max-width: 768px) {
  .coach-headline {
    font-size: 1.75rem;
  }

  .coach-subheadline {
    font-size: 1rem;
  }
}


/* Секція послуг */
.services-section {
  padding: 60px 0;
  background-color: #dddddd;
  /* Можна змінити або прибрати, щоб була інша заливка */
}

.services-section .section-title {
  color: #1a1a4d;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

/* Картка послуги */
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: scale(1.02);
}

/* Зображення всередині картки */
.service-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Напівпрозорий оверлей */
.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 77, 0.6);
  /* Темно-синій з прозорістю */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

/* Назва послуги */
.service-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 15px;
  /* Невеликий відступ, якщо текст занадто довгий */
  z-index: 2;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }

  .service-title {
    font-size: 1.1rem;
  }
}

/* Секція Strategic Coaching */
.strategic-coaching-section {
  background-color: #1a484d;
  /* Темний фон */
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.strategic-coaching-section .container {
  position: relative;
  z-index: 2;
}

.strategic-coaching-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.strategic-coaching-heading .bi {
  font-size: 1.8rem;
  color: #1d9f9d;
  /* Акцентна іконка */
  margin-right: 10px;
}

.strategic-coaching-subheading {
  font-size: 1.25rem;
  color: #1d9f9d;
  /* Акцентний колір */
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.strategic-coaching-text {
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.strategic-coaching-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Адаптивність */
@media (max-width: 768px) {
  .strategic-coaching-heading {
    font-size: 1.75rem;
  }

  .strategic-coaching-subheading {
    font-size: 1.1rem;
  }
}

.unique-approach-section {
  position: relative;
  /* Можна змінити фон або додати background-image */
  background-color: #ffffff;
  padding-top: 100px; /* Відступ зверху, щоб текст не перекривав хвилю */
  padding-bottom: 60px;
}


/* Заголовки та текст */
.unique-approach-headline {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a4d;
  margin-bottom: 1rem;
}
.unique-approach-subheadline {
  font-size: 1.25rem;
  color: #1d9f9d; /* Акцентний колір */
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.unique-approach-text {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Стовпці з трьома “пілонами” */
.pillars-wrapper .pillar-item {
  text-align: center;
  margin-bottom: 30px;
}
.pillar-icon {
  font-size: 2rem;
  color: #1d9f9d; /* Акцентна іконка */
  margin-bottom: 0.5rem;
}
.pillar-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a4d;
  margin-bottom: 0.5rem;
}
.pillar-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}

/* Адаптивність */
@media (max-width: 768px) {
  .unique-approach-headline {
    font-size: 1.75rem;
  }
  .unique-approach-subheadline {
    font-size: 1.1rem;
  }
}

 /* Секція з фоном */
 .advantages-section {
  position: relative;
  background: url('../img/about-adv-bg.jpg') no-repeat center center/cover;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}
/* Оверлей для покращення читабельності */
.advantages-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 77, 0.7);
  z-index: 1;
}
.advantages-section .container {
  position: relative;
  z-index: 2;
}
.advantages-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.advantages-section h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #1d9f9d;
}
.benefits-list {
  list-style: none;
  padding: 0;
}
.benefits-list li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}
.benefits-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.2rem;
  color: #1d9f9d;
}

@media (max-width: 768px) {
  .advantages-section h2 {
    font-size: 2rem;
  }
  .advantages-section h4 {
    font-size: 1.25rem;
  }
}


 /* Секція відгуків */
 .client-stories-section {
  padding: 80px 0;
  background-color: #f4f4f9;
  position: relative;
}
.client-stories-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/reviews-bg.jpg') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}
.client-stories-section .container {
  position: relative;
  z-index: 1;
}
.client-stories-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a4d;
  margin-bottom: 10px;
  text-align: center;
}
.client-stories-section h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1d9f9d;
  margin-bottom: 60px;
  text-align: center;
}

/* Картка відгуку */
.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
/* Декоративна іконка лапок */
.testimonial-card .quote-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 4rem;
  color: rgba(29, 159, 157, 0.2);
}
.testimonial-rating {
  color: #f8d64e; /* Золотий відтінок для зірок */
  margin-bottom: 10px;
}
.testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}
.testimonial-author {
  font-weight: bold;
  color: #1a1a4d;
}
.testimonial-position {
  font-size: 0.9rem;
  color: #777;
}

@media (max-width: 768px) {
  .client-stories-section h2 {
    font-size: 2rem;
  }
  .client-stories-section h4 {
    font-size: 1.25rem;
  }
}

 /* Блок Contact Information */
 .contact-info-section {
  background-color: #f9f9f9;
  padding: 80px 0;
}
.contact-info-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a4d;
  margin-bottom: 20px;
}
.contact-info-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.office-details {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.office-details h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a4d;
}
.office-details p {
  margin: 0;
  font-size: 0.95rem;
}
/* Каркас для карти */
.map-wrapper {
  width: 100%;
  height: 400px;
  border: 0;
  margin-top: 20px;
}

/* Блок Consultation Form */
.consultation-section {
  background: url('../img/contact-bg.jpg') no-repeat center center/cover;
  position: relative;
  padding: 100px 0;
  color: #fff;
}
/* Оверлей для покращення читабельності */
.consultation-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 77, 0.7);
  z-index: 1;
}
.consultation-section .container {
  position: relative;
  z-index: 2;
}
.consultation-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.consultation-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
/* Placeholder для форми */
.form-placeholder {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* === Detailed Biography Section === */
.biography-section {
  background-color: #f9f9f9;
  padding: 80px 0;
}
.biography-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.biography-section .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a4d;
}
.biography-section .bio-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.bio-content h4 {
  font-size: 1.5rem;
  color: #1d9f9d;
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #1d9f9d;
  display: inline-block;
  padding-bottom: 5px;
}
.bio-content ul {
  list-style: none;
  padding-left: 0;
}
.bio-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.bio-content ul li::before {
  content: "\f111";
  font-family: 'Bootstrap Icons';
  position: absolute;
  left: 0;
  top: 0;
  color: #1d9f9d;
  font-size: 1rem;
}
.bio-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Timeline-style divider between biography parts */
.divider {
  width: 50px;
  height: 4px;
  background-color: #1d9f9d;
  margin: 30px auto;
  border-radius: 2px;
}

/* === Key Numbers Section === */
.key-numbers-section {
  background-color: #1a1a4d;
  color: #fff;
  padding: 80px 0;
}
.key-numbers-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.key-numbers-section .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.key-numbers-section .section-header p {
  font-size: 1.1rem;
  color: #1d9f9d;
}
.number-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
.number-card .number-icon {
  font-size: 3rem;
  color: #1d9f9d;
  margin-bottom: 10px;
}
.number-card .number-value {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a4d;
}
.number-card .number-desc {
  font-size: 1rem;
  margin-top: 5px;
  color: #555;
}

/* Загальні стилі для кнопок */
.service-btn {
  margin-top: 20px;
  background-color: #1d9f9d;
  border: none;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.service-btn:hover {
  background-color: #178f8d;
}

/* ===== Service 1: Executive Coaching ===== */
.service1 {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.service1 .service-icon {
  font-size: 3rem;
  color: #1d9f9d;
}

/* ===== Service 2: Leadership Development Workshops ===== */
.service2 {
  position: relative;
  background: url('../img/services-bg-2.jpg') no-repeat center center/cover;
  color: #fff;
  padding: 80px 0;
}
.service2::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(26,26,77,0.7);
  z-index: 1;
}
.service2 .content {
  position: relative;
  z-index: 2;
}

/* ===== Service 3: Team Dynamics & Collaboration ===== */
.service3 {
  background-color: #e9ecef;
  padding: 60px 0;
}
.service3 .service-img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ===== Service 4: Strategic Planning & Business Growth ===== */
.service4 {
  background: url('../img/services-bg-4.jpg') no-repeat center center/cover;
  padding: 80px 0;
}
.service4 .overlay {
  background-color: rgba(255,255,255,0.9);
  padding: 40px;
  border-radius: 8px;
}

/* ===== Service 5: Change Management Consulting ===== */
.service5 {
  background-color: #1a1a4d;
  color: #fff;
  padding: 60px 0;
}

/* ===== Service 6: Personal Development & Resilience Training ===== */
.service6 {
  background-color: #fff;
  padding: 60px 0;
  border-top: 4px solid #1d9f9d;
}
.service6 .service-icon {
  font-size: 3rem;
  color: #1d9f9d;
}
  /* ====== Block 1: Types of Trainings ====== */
  .trainings-section {
    padding: 60px 0;
    background-color: #f4f4f9;
  }
  .trainings-section .section-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .trainings-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a4d;
  }
  .training-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    text-align: center;
  }
  .training-card:hover {
    transform: translateY(-5px);
  }
  .training-icon {
    font-size: 2.5rem;
    color: #1d9f9d;
    margin-bottom: 15px;
  }
  .training-card h4 {
    font-size: 1.25rem;
    color: #1a1a4d;
    margin-bottom: 15px;
  }
  .training-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  /* ====== Block 2: Who Can Benefit from Our Trainings? ====== */
  .benefit-section {
    padding: 60px 0;
    background-color: #fff;
  }
  .benefit-section .section-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .benefit-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a4d;
  }
  .benefit-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
  }
  .benefit-img {
    width: 100%;
    border-radius: 8px;
    height: 700px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .benefit-list {
    list-style: none;
    padding-left: 0;
  }
  .benefit-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
  }
  .benefit-list li::before {
    content: "\f00c";
    font-family: 'Bootstrap Icons';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #1d9f9d;
  }
  
  /* Загальна кнопка замовлення послуги */
  .order-btn {
    display: inline-block;
    background-color: #1d9f9d;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 20px;
  }
  .order-btn:hover {
    background-color: #178f8d;
  }

  .article-section {
    padding: 60px 0;
  }

  /* 1. Article - Navigating Market Uncertainty */
  .article1 {
    background-color: #f9f9f9;
  }
  .article1 .article-icon {
    font-size: 2rem;
    color: #1d9f9d;
    margin-right: 10px;
  }

  /* 2. Article - Leading with Emotional Intelligence */
  .article2 {
    background-color: #fff;
  }
  .article2 .article-icon {
    font-size: 2rem;
    color: #1a1a4d;
    margin-right: 10px;
  }

  /* 3. Article - Unlocking Team Potential */
  .article3 {
    background-color: #f4f4f4;
  }
  .article3 .article-icon {
    font-size: 2rem;
    color: #1d9f9d;
    margin-right: 10px;
  }

  /* 4. Article - The Power of Reflective Leadership */
  .article4 {
    background-color: #fff;
  }
  .article4 .article-icon {
    font-size: 2rem;
    color: #1a1a4d;
    margin-right: 10px;
  }

  /* Заголовки статей */
  .article-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a4d;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
  }

  /* Параграфи */
  .article-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
  }

  /* Зображення */
  .article-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 768px) {
    .article-heading {
      font-size: 1.4rem;
    }
  }