/********** Template CSS **********/
:root {
    --primary: #3251bc;
    --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/header.jpg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 200px 0 200px;
  border-bottom: 1px solid #ffe7b6;
}

@media (max-width: 900px) {
  .header {
    background-image: none !important;
    background-color: #E6D8FF !important;

  }
}

.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: #3251bc;
  color: white;
  padding: 10px 20px;
  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: #f1f1f1; */
}
.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: #3251bc;
  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: #ffffff;
    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);
}

@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: #3251bc;
}

.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: #3251bc;
    border-radius: 2px;
    font-size: 18px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #3251bc;
    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;
    width: 100%;

    @media (max-width: 600px) {
        width: 100%;
    }
}
.cookie-wrapper .show {
    right: 20px;
}

.hidden {
    display: none;
}
header i {
    color: #3251bc;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #3251bc;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #3251bc;
    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 #3251bc;
    color: #fff;
    padding: 8px 0;
    background: #3251bc;
    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: #3251bc;
}
#declineBtn {
    background-color: #fff;
    color: #3251bc;
}
#declineBtn:hover {
    background-color: #3251bc;
    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 #3251bc;
    padding: 10px 20px;
}
section.reasons li:hover {
  background: #dad2ef;
}


.hero-section {
  background: linear-gradient(135deg, #3251bc 0%, #631878 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hero-section .hero-icon {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.hero-section .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-section .hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
}

.hero-section .btn-cta {
  background-color: #ffd700; /* Gold accent, can be changed */
  color: #000;
  font-weight: 600;
  border: none;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.hero-section .btn-cta:hover {
  background-color: #ffca2c;
  color: #000;
}

/* Example hero image styling */
.hero-img {
  width: 100%;
  border-radius: 10px;
  height: 580px;
   object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .hero-section .hero-title {
    font-size: 3rem;
  }
  .hero-section .hero-description {
    font-size: 1.2rem;
  }
}

/* ---------- Overview Section Styles ---------- */
.overview-section {
  background: linear-gradient(135deg, #fff 30%, #dcceff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.overview-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.overview-section .section-subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.overview-section .overview-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.overview-section .overview-list li i {
  color: #3251bc; /* Можна замінити на #631878 або інший акцентний колір */
  margin-right: 8px;
}

/* ---------- Stats Styles ---------- */
.overview-stats-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 600;
}

.overview-stats-text {
  color: #555;
  font-size: 0.95rem;
}

/* Приклад додаткового ефекту для блоків зі статистикою */
.stats-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  min-height: 145px;
}

.stats-box:hover {
  transform: translateY(-5px);
}

/* Приклад стилю для зображення */
.overview-img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Відступи та адаптивність */
@media (min-width: 768px) {
  .overview-section .section-title {
    font-size: 2.2rem;
  }
  .overview-section .section-subtitle {
    font-size: 1.1rem;
  }
}

  .business-value-section {
    position: relative;
    overflow: hidden;
  }
  .section-header {
    position: relative;
  }
  .business-icon {
    font-size: 3rem;
    color: #3251bc;
  }
  .section-title {
    font-size: 2rem;
    margin-top: 10px;
  }
  .section-intro {
    font-size: 1.1rem;
  }
  .custom-img {
    border: 5px solid #fff;
    transition: transform 0.4s ease;
  }
  .custom-img:hover {
    transform: scale(1.05);
  }
  .image-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 81, 188, 0.2);
    border-radius: 0.25rem;
    pointer-events: none;
  }
  .value-card {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  .value-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  }
  .card-icon {
    font-size: 1.8rem;
    color: #631878;
  }


  .webinar-agenda-section {
    position: relative;
    overflow: hidden;
  }
  .agenda-icon {
    font-size: 3rem;
    color: #631878;
  }
  .timeline {
    position: relative;
    margin: 2rem 0;
    padding: 2rem 0;
  }
  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    width: 4px;
    height: 100%;
    background: #cedcff;
  }
  .timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 100px;
  }
  .timeline-item::before {
    content: "";
    position: absolute;
    left: 42px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #631878;
    border-radius: 50%;
  }
  .timeline-icon {
    position: absolute;
    left: 70px;
    top: 0;
    font-size: 1.5rem;
    color: #631878;
  }
  .timeline-content {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }
  .timeline-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3251bc;
  }
  .timeline-desc {
    font-size: 1rem;
    color: #555;
    margin: 0.5rem 0;
  }
  .timeline-duration {
    font-size: 0.9rem;
    font-weight: 500;
    color: #888;
  }

  .testimonials-section {
    position: relative;
    overflow: hidden;
  }
  .testimonials-icon {
    font-size: 3rem;
    color: #3251bc;
  }
  .testimonial-card {
    background: #fff;
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease;
  }
  .testimonial-card:hover {
    transform: translateY(-5px);
  }
  .testimonial-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
  }
  .testimonial-avatar {
    font-size: 2.5rem;
  }
  /* Adjust carousel indicators style */
  .carousel-indicators [data-bs-target] {
    background-color: #631878;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .speakers-section {
    position: relative;
    overflow: hidden;
  }
  .speakers-icon {
    /* Already defined inline in header */
  }
  .speaker-item {
    transition: transform 0.3s ease;
  }
  .speaker-item:hover {
    transform: translateY(-5px);
  }
  .speaker-photo {
    border: 5px solid #fff;
    transition: transform 0.4s ease;
  }
  .speaker-photo:hover {
    transform: scale(1.05);
  }
  .speaker-details {
    line-height: 1.6;
  }
  .speaker-list {
    list-style: disc inside;
    padding-left: 1rem;
  }
  .speaker-name {
    font-size: 1.8rem;
  }


  .contact-section {
    position: relative;
    overflow: hidden;
  }
  .contact-info p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
  }
  .contact-info ul li {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
  }
  .inquiry-portal .form-control {
    border-radius: 5px;
  }
  .inquiry-portal .btn-primary {
    transition: background-color 0.3s ease;
  }
  .inquiry-portal .btn-primary:hover {
    background-color: #512a70;
  }

  .about-webinar-section {
    position: relative;
    overflow: hidden;
  }
  .about-icon {
    /* Defined inline */
  }
  .about-block {
    margin-bottom: 2rem;
  }
  .mission-img,
  .history-img {
    border: 5px solid #fff;
    transition: transform 0.4s ease;
  }
  .mission-img:hover,
  .history-img:hover {
    transform: scale(1.05);
  }
  .mission-content,
  .history-content {
    line-height: 1.6;
    font-size: 1rem;
    color: #333;
  }
  .mission-content ul,
  .history-content ul {
    margin-top: 0.5rem;
  }



  /* Schedule & Timeline Section */
  .schedule-section .timeline-wrapper {
    position: relative;
    padding-left: 20px;
  }
  .schedule-section .timeline-line {
    position: absolute;
    left: 55px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #631878;
  }
  .schedule-section .timeline-item {
    position: relative;
  }
  .schedule-section .timeline-time {
    font-size: 1.1rem;
  }
  .schedule-section .timeline-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }

  /* Topics & Key Questions Section */
  .topics-section .topics-content,
  .topics-section .questions-content {
    transition: transform 0.3s ease;
  }
  .topics-section .topics-content:hover,
  .topics-section .questions-content:hover {
    transform: translateY(-5px);
  }


  /* Block 1: Quick Overview */
  .speakers-overview-section .speaker-card {
    transition: transform 0.3s ease;
  }
  .speakers-overview-section .speaker-card:hover {
    transform: translateY(-5px);
  }
  .speakers-overview-section .speaker-img {
    transition: transform 0.4s ease;
  }
  .speakers-overview-section .speaker-img:hover {
    transform: scale(1.05);
  }
  
  /* Block 2: Detailed Alternating Layout */
  .speakers-detailed-section .speaker-detailed-item {
    margin-bottom: 3rem;
    transition: transform 0.3s ease;
  }
  .speakers-detailed-section .speaker-detailed-item:hover {
    transform: translateY(-5px);
  }
  .speakers-detailed-section .detailed-img {
    border: 5px solid #fff;
    transition: transform 0.4s ease;
  }
  .speakers-detailed-section .detailed-img:hover {
    transform: scale(1.05);
  }
  .speakers-detailed-section .detailed-content {
    line-height: 1.6;
    font-size: 1rem;
    color: #333;
  }

  /* Latest News Section */
  .latest-news-section .news-card {
    transition: transform 0.3s ease;
  }
  .latest-news-section .news-card:hover {
    transform: translateY(-5px);
  }
  .latest-news-section .card-img-top {
    transition: transform 0.4s ease;
  }
  .latest-news-section .card-img-top:hover {
    transform: scale(1.05);
  }

  /* FAQ Section */
  .faq-section .accordion-button {
    background-color: #fff;
    color: #3251bc;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  .faq-section .accordion-button:not(.collapsed) {
    background-color: #dcceff;
    color: #631878;
  }
  .faq-section .accordion-header {
    border-bottom: 1px solid #eaeaea;
  }
  .faq-section .accordion-item {
    border: none;
  }


  .footer-section {
    position: relative;
    overflow: hidden;
  }
  .footer-branding h1 {
    letter-spacing: 1px;
  }
  .footer-branding i {
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
  }
  .footer-contact p, .footer-links p, .footer-nav p {
    font-size: 0.9rem;
  }
  .footer-links a, .footer-nav a {
    transition: color 0.3s ease;
  }
  .footer-links a:hover, .footer-nav a:hover {
    color: #dcceff;
  }
  .footer-disclaimer p {
    line-height: 1.5;
  }
