/********** Template CSS **********/
:root {
    --primary: #05307a;
    --light: #fffaeb;
    --dark: #001f54;
}

.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.jpeg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 400px 0 100px;
}
.service-item1 {
  font-size: 1.2em;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.service-item1:last-child {
  border-bottom: none;
}

.service-item1:hover {
  background-color: #f1ac95;
}
.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #05307a;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.section-title {
  font-size: 38px;
  margin-top: 40px;
  text-align: center;
}

.details, .program, .special-offer, .reviews, .tickets, .contact, .newsletter, .artist {
  padding: 40px 0;
}

.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: #f5ca88;
  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%;
}
@media (max-width: 600px) {
  .detailsimg {
    width: 100%;
  }
}
.programFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .programFlex {
    flex-direction: column;
  }
}
.detailsimg2 {
  width: 50%;
}
@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: #fff; 
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #d1bde1;
}

@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;
}

.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: var(--primary);
}

.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: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    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: #05307a;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #05307a;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #05307a;
    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 #05307a;
    color: #fff;
    padding: 8px 0;
    background: #05307a;
    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: #05307a;
}
#declineBtn {
    background-color: #fff;
    color: #05307a;
}
#declineBtn:hover {
    background-color: #05307a;
    color: #fff;
}
/* Footer Style */
.title {
  color: #05307a;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}


 

  /* new styles  */

  :root {
    --background-color: #F4F6F8;
    --accent-color: #05307a;
    --accent-light: #005B96;
    --text-color: #2B2F38;
    --light-text: #ffffff;
}
  .hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #151f4f;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    color: #fff;
    font-weight: 800;
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.hero-btn {
    background-color: #05307a;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #c47998;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(111, 71, 86, 0.2);
}

.hero-icon {
    color: #6c9588;
    font-size: 1.5rem;
    margin-right: 10px;
}

.shape {
    position: absolute;
    opacity: 0.8;
}

.shape-1 {
    top: 10%;
    right: 10%;
    width: 300px;
    height: 300px;
    background-color: rgba(196, 121, 152, 0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 8s ease-in-out infinite;
}

.shape-2 {
    bottom: 10%;
    left: 5%;
    width: 200px;
    height: 200px;
    background-color: rgba(108, 149, 136, 0.1);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: float 12s ease-in-out infinite reverse;
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(15px, 15px) rotate(5deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

.hero-image {
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0 10px 15px rgba(111, 71, 86, 0.2));
}

.course-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.course-card {
    /* background-color: white; */
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(111, 71, 86, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 1;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(111, 71, 86, 0.15);
}


.course-title {
    color: var(--accent-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}



.feature-icon {
    background-color: var(--accent-color);
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.feature-text {
    font-weight: 600;
}

.course-description {
    line-height: 1.7;
    margin-bottom: 2rem;
}

.shape-decoration {
    position: absolute;
    background-color: rgba(111, 71, 86, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -100px;
}

.shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -100px;
}
.advantages-section {
    padding: 6rem 0;
    position: relative;
}



.section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.advantage-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(111, 71, 86, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.12);
}

.advantage-card:hover .advantage-icon {
    transform: scale(1.1);
}

.card-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(111, 71, 86, 0.05);
    border-radius: 0 0 0 100%;
    z-index: -1;
}

.advantage-icon-wrapper {
    background-color: var(--accent-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.advantage-icon {
    color: white;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.advantage-title {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.advantage-text {
    line-height: 1.7;
}

.module-section {
    padding: 6rem 0;
    position: relative;
}


.module-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(111, 71, 86, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

.module-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.15);
}

.module-number {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--accent-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    z-index: 1;
}

.module-img-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.module-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.module-card:hover .module-img {
    transform: scale(1.05);
}

.module-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(111, 71, 86, 0.3), transparent);
}

.module-content {
    padding: 1.5rem;
}

.module-title {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.module-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.module-list-item {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(111, 71, 86, 0.1);
}

.module-list-item:last-child {
    border-bottom: none;
}

.module-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--accent-color);
}
.testimonials-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-color: #fff6fa;
}



.testimonial-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(111, 71, 86, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    padding: 2rem;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.15);
}

.quote-icon {
    position: absolute;
    top: -15px;
    left: 20px;
    background-color: var(--accent-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.testimonial-content {
    position: relative;
    z-index: 0;
}

.testimonial-text {
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1rem;
    position: relative;
}

.testimonial-text::before {
    content: open-quote;
    font-size: 2.5rem;
    color: rgba(111, 71, 86, 0.1);
    position: absolute;
    top: -20px;
    left: -10px;
}

.testimonial-text::after {
    content: close-quote;
    font-size: 2.5rem;
    color: rgba(111, 71, 86, 0.1);
    position: absolute;
    bottom: -40px;
    right: -10px;
}

.testimonial-author {
    font-weight: 600;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.location-icon {
    color: var(--accent-light);
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.bg-shape {
    position: absolute;
    background-color: rgba(111, 71, 86, 0.05);
    z-index: 0;
}

.shape-1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    top: -150px;
    right: -150px;
}

.shape-2 {
    width: 200px;
    height: 200px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -100px;
    left: 10%;
    transform: rotate(45deg);
}
.faq-section {
    padding: 6rem 0;
    position: relative;
}
 
.faq-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(111, 71, 86, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(111, 71, 86, 0.12);
}

.faq-question {
    padding: 1.5rem;
    padding-right: 3rem;
    font-weight: 600;
    color: var(--accent-color);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(111, 71, 86, 0.08);
}

.faq-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: var(--accent-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.faq-question-text {
    margin-left: 50px;
}

.faq-answer {
    padding: 1.5rem;
    padding-left: 3.5rem;
    line-height: 1.7;
}

.faq-decoration {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-color);
    font-size: 1.2rem;
}

.wave-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%236f4756' fill-opacity='0.05' d='M0,288L48,272C96,256,192,224,288,213.3C384,203,480,213,576,229.3C672,245,768,267,864,261.3C960,256,1056,224,1152,208C1248,192,1344,192,1392,192L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    z-index: 0;
}
.contact-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}
.contact-image-container {
    position: relative;
    height: 100%;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.15);
}

.contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgba(111, 71, 86, 0.7) 0%, 
        rgba(111, 71, 86, 0.4) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    color: white;
}

.overlay-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.overlay-text {
    font-size: 1.1rem;
    max-width: 80%;
}

.form-container {
    background-color: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(111, 71, 86, 0.08);
    height: 100%;
}

.form-floating {
    margin-bottom: 1.5rem;
}

.form-control {
    border: 1px solid rgba(111, 71, 86, 0.2);
    padding: 0.75rem 1rem;
    height: calc(3.5rem + 2px);
}

.form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(111, 71, 86, 0.25);
}

.form-floating > label {
    padding: 1rem;
}

.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--accent-light);
    border-color: var(--accent-light);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(111, 71, 86, 0.3);
}

.shape-decoration {
    position: absolute;
    z-index: -1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background-color: rgba(111, 71, 86, 0.05);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -150px;
    right: 10%;
    transform: rotate(45deg);
}

.shape-2 {
    width: 200px;
    height: 200px;
    background-color: rgba(111, 71, 86, 0.05);
    border-radius: 50%;
    bottom: -100px;
    left: 5%;
}

@media (max-width: 991.98px) {
    .contact-image-container {
        margin-bottom: 2rem;
    }
}

.description-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}



.description-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.08);
    padding: 2.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-color), var(--accent-light));
    border-radius: 15px 0 0 15px;
}

.description-text {
    line-height: 1.8;
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.feature-item {
    display: flex;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.feature-icon {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.feature-text {
    flex-grow: 1;
}

.feature-title {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}

.objectives-title {
    color: var(--accent-color);
    font-weight: 700;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    padding-left: 1rem;
}

.objectives-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 1rem;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

.objective-card {
    background-color: rgba(111, 71, 86, 0.03);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.objective-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(111, 71, 86, 0.1);
}

.objective-number {
    display: inline-block;
    background-color: var(--accent-color);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 0.75rem;
    font-weight: 700;
}

.objective-title {
    display: inline-block;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.objective-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.objective-list-item {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.objective-list-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.bg-decoration {
    position: absolute;
    z-index: 0;
}

.decoration-1 {
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(111, 71, 86, 0.03);
    border-radius: 50%;
}

.decoration-2 {
    bottom: 100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background-color: rgba(111, 71, 86, 0.02);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(45deg);
}
  
.experts-section {
    padding: 6rem 0;
    position: relative;
}



.expert-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.expert-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(111, 71, 86, 0.12);
}

.expert-image-container {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.expert-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.expert-card:hover .expert-image {
    transform: scale(1.05);
}

.expert-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg, 
        rgba(111, 71, 86, 0.8) 0%, 
        rgba(111, 71, 86, 0) 60%
    );
}

.expert-number {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--accent-color);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 1;
}

.expert-content {
    padding: 1.5rem;
    position: relative;
}

.expert-name {
    color: var(--accent-color);
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.expert-name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--accent-color);
}

.expert-title {
    color: var(--accent-light);
    font-style: italic;
    margin-bottom: 1rem;
}

.expert-detail {
    margin-bottom: 1rem;
}

.detail-label {
    font-weight: 600;
    color: var(--accent-color);
    display: inline-block;
    margin-right: 0.5rem;
}

.detail-text {
    display: inline-block;
}

.expert-role {
    background-color: rgba(111, 71, 86, 0.05);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    border-left: 3px solid var(--accent-color);
}

.role-label {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.role-icon {
    margin-right: 0.5rem;
    color: var(--accent-color);
}


.access-icon {
    margin-right: 0.75rem;
}

.access-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.access-item {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.access-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.bg-decoration {
    position: absolute;
    z-index: -1;
}

.decoration-1 {
    width: 200px;
    height: 200px;
    background-color: rgba(111, 71, 86, 0.02);
    border-radius: 50%;
    top: 100px;
    right: -100px;
}

.decoration-2 {
    width: 250px;
    height: 250px;
    background-color: rgba(111, 71, 86, 0.03);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: 100px;
    left: -100px;
    transform: rotate(45deg);
}

.program-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}
.program-container {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.08);
    padding: 3rem;
    position: relative;
}

.module-row {
    display: flex;
    margin-bottom: 2.5rem;
}

.module-number {
    background-color: var(--accent-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}
.module-content {
    flex-grow: 1;
}

.module-title {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.module-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.module-list-item {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.module-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--accent-color);
}
.image-container {
    margin: 3rem auto;
    max-width: 500px;
    position: relative;
}

.center-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(111, 71, 86, 0.15);
    position: relative;
    z-index: 1;
}

.image-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
    border: 3px solid var(--accent-color);
    border-radius: 12px;
    z-index: 0;
}

.module-divider {
    display: flex;
    align-items: center;
    margin: 3rem 0;
}

        
.divider-line {
    flex-grow: 1;
    height: 1px;
    background-color: rgba(111, 71, 86, 0.1);
}

.divider-text {
    padding: 0 1rem;
    color: var(--accent-color);
    font-weight: 600;
}

.bg-decoration {
    position: absolute;
    z-index: -1;
}

.decoration-1 {
    width: 300px;
    height: 300px;
    background-color: rgba(111, 71, 86, 0.03);
    border-radius: 50%;
    top: -150px;
    right: -100px;
}

.decoration-2 {
    width: 250px;
    height: 250px;
    background-color: rgba(111, 71, 86, 0.02);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -100px;
    left: -100px;
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .program-container {
        padding: 1.5rem;
    }
    
    .module-row {
        flex-direction: column;
    }
    
    .module-number {
        margin-bottom: 1rem;
    }
    
    .image-container {
        max-width: 100%;
    }
}
.case-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    overflow: hidden;
}

.case-header {
    background: var(--accent-color);
    color: white;
    padding: 15px 20px;
    font-weight: 600;
}

.case-body {
    padding: 20px;
    min-height: 590px;
}

.case-section {
    margin-bottom: 15px;
}

.case-subtitle {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 5px;
}

.case-list {
    padding-left: 20px;
    margin-bottom: 10px;
}

.image-container {
    text-align: center;
    margin: 30px 0;
}

.success-image {
    width: 100%;
    height: 400px;
    margin: 50px 10px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.quote-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.quote-content {
    font-style: italic;
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 3px solid var(--accent-color);
}

.quote-author {
    font-weight: 600;
    color: var(--accent-color);
}

.quote-date {
    color: #777;
    font-size: 0.9rem;
}

.quote-icon {
    color: var(--accent-color);
    opacity: 0.2;
    font-size: 3rem;
    position: absolute;
    top: 10px;
    right: 20px;
}

.image-section {
    margin: 40px 0;
}

.testimonial-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.article-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    overflow: hidden;
}

.article-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.article-content {
    padding: 20px;
}

.article-title {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.article-text {
    color: #333;
    margin-bottom: 0;
}

.article-number {
    display: inline-block;
    background: var(--accent-color);
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
}
.material-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 25px;
    margin-bottom: 20px;
    border-left: 4px solid var(--accent-color);
}

.material-title {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.material-number {
    background: var(--accent-color);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.material-description {
    color: #333;
    margin-bottom: 15px;
}

.material-link {
    display: inline-block;
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.material-link:hover {
    color: #000;
    text-decoration: underline;
}

.material-icon {
    margin-right: 8px;
    vertical-align: middle;
}
.contact-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px;
}

.contact-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.contact-icon {
    background: var(--accent-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-text {
    flex-grow: 1;
}

.contact-label {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 5px;
}

.schedule-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.schedule-item {
    margin-bottom: 5px;
    display: flex;
}

.schedule-days {
    font-weight: 500;
    min-width: 150px;
}
.map-form-section {
    padding-bottom: 50px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
}

.card-header {
    background-color: var(--accent-color);
    color: white;
    padding: 15px 20px;
    font-weight: 600;
}

.card-body {
    padding: 25px;
}

.form-floating {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid rgba(111, 71, 86, 0.2);
    padding: 0.75rem 1rem;
}

.form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(111, 71, 86, 0.25);
}

.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.btn-primary:hover {
    background-color: #5d3a47;
    border-color: #5d3a47;
}

.map-container {
    height: 100%;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial-time {
  font-size: 0.8rem;
  color: #888;
  margin-left: 10px;
}

.btn-blog{
    border: 1px solid #000;
    margin-top: 20px;
}










.testimonials-section {
  background-color: #f4fbff;
  padding: 60px 0;
}

.testimonials-section .section-title {
  color: #000e4c;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.testimonials-section .section-subtitle {
  color: #000e4c;
  font-size: 18px;
}

.comments-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.comment-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
}

.comment-card .avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
}

.comment-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-card h5 {
  margin: 0 0 10px;
  font-weight: 600;
  color: #222;
}

.comment-card p {
  margin: 0;
  color: #333;
  line-height: 1.5;
}


.description-section{
    padding-bottom: 20px;
}

.d-n_mobile{
    display: none;
}

@media (max-width: 991px) {
    .hero-title{
        font-size: 25px;
        line-height: 30px;
    }
    .container{
        width: 100%;
        padding: 15px;
    }

    .d-n_mobile{
        display: block;
        margin-bottom: 30px;
    }

    .d-n_mobile_t{
        display: none;
    }
}

/* Стилі для футера */
.footer {
    position: relative;
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, var(--primary) 0%, #003b63 100%);
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: 300px;
    opacity: 0.5;
    pointer-events: none;
  }
  
  .footer-logo {
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
  }
  
  .footer-logo p {
    font-size: 1.5rem !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .footer-logo p::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent);
    transition: all 0.3s ease;
  }
  
  .footer-logo:hover p::after {
    width: 100%;
  }
  
  .footer-contact {
    margin-bottom: 1.5rem;
  }
  
  .footer-contact p {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }
  
  .footer-contact p:last-child {
    margin-bottom: 0;
  }
  
  .footer-contact p::before {
    content: "";
    font-family: "Material Icons";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent);
    font-size: 1.25rem;
  }
  
  .footer-contact p:nth-child(1)::before {
    content: "phone";
  }
  
  .footer-contact p:nth-child(2)::before {
    content: "email";
  }
  
  .footer-contact p:nth-child(3)::before {
    content: "location_on";
  }
  
  .footer-links {
    margin-bottom: 1.5rem;
  }
  
  .footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding-left: 1rem;
  }
  
  .footer-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--accent);
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .footer-links a:hover {
    color: var(--accent);
    transform: translateX(5px);
  }
  
  .footer-links a:hover::before {
    opacity: 1;
  }
  
  .footer-policy {
    margin-bottom: 1.5rem;
  }
  
  .footer-policy p {
    margin-bottom: 0.75rem;
  }
  
  .footer-policy a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
  }
  
  .footer-policy a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--accent);
    transition: all 0.3s ease;
  }
  
  .footer-policy a:hover {
    color: var(--accent);
  }
  
  .footer-policy a:hover::after {
    width: 100%;
  }
  
  .footer-disclaimer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-disclaimer p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 0;
    line-height: 1.6;
  }
  
  /* Декоративні круги для футера */
  .footer-circle-1 {
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.03);
    bottom: -150px;
    right: -150px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
  }
  
  .footer-circle-2 {
    width: 200px;
    height: 200px;
    border: 25px solid rgba(255, 255, 255, 0.05);
    top: -100px;
    left: 10%;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
  }
  
  @media (max-width: 991.98px) {
    .footer {
      padding: 3rem 0 1.5rem;
    }
    
    .footer-section {
      margin-bottom: 2rem;
    }
  }
  
  @media (max-width: 767.98px) {
    .footer-logo p {
      font-size: 1.25rem !important;
    }
    
    .footer-contact p {
      font-size: 0.9rem;
    }
    
    .footer-disclaimer p {
      font-size: 0.8rem;
    }
  }