/********** Template CSS **********/
:root {
    --primary: #2563EB;
    --light: #f1f8ff;
    --dark: #5f340f ;
}
:root {
  --bg-color: #F9FAFB;
  --accent-color: #2563EB;
  --accent-secondary: #5f340f;
  --accent-tertiary: #F59E0B;
  --text-primary: #1F2937;
  --text-muted: #6c757d;
  --text-secondary: #374151;
  --card-bg-light: #F3F4F6;
  --card-bg-blue: #E0F2FE;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}
.container {
  margin: 0 auto;
  padding: 20px;
}

.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #2563EB;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.block-title {
  font-size: 42px;
  margin: 20px 0;
  text-align: center;
}

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: #1b2f43;
  color: #fff;
  transition: background-color 0.3s ease;
}


.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;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Footer ***/

/* 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: #2563EB;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #2563EB;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #2563EB;
    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 #2563EB;
    color: #fff;
    padding: 8px 0;
    background: #2563EB;
    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: #2563EB;
}
#declineBtn {
    background-color: #fff;
    color: #2563EB;
}
#declineBtn:hover {
    background-color: #2563EB;
    color: #fff;
}
/* Footer Style */

/* Стилі для головного екрану сторінки "О нас" */
.about-hero {
  padding: 8rem 0;
  background-color: #F9FAFB;
  position: relative;
  overflow: hidden;
}
.about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.about-hero-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color:  #2563EB;
  border-radius: 2px;
}

.about-hero-subtitle {
  font-size: 1.25rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 2rem auto 0;
}

@media (max-width: 768px) {
  .about-hero {
      padding: 6rem 0;
  }
  
  .about-hero-title {
      font-size: 3rem;
  }
  
  .about-hero-subtitle {
      font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .about-hero {
      padding: 5rem 0;
  }
  
  .about-hero-title {
      font-size: 2.5rem;
  }
}

/* Стилі для футера */
.footer {
  background-color: #5b2b02 !important;
  color: #ffffff;
  padding-top: 4rem;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-color), #5f340f);
}

.footer .brand-container {
  margin-bottom: 1.5rem;
}

.footer .brand {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.9rem;
  position: relative;
  display: inline-block;
}



.footer .footer-links h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 1.15rem;
}

.footer .footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
}

.footer .footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.footer .footer-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.footer .footer-link:hover::before {
  width: 20px;
}

.footer .contact-info {
  color: rgba(255, 255, 255, 0.8);
}

.footer .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.footer .contact-item .material-icons {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.footer .disclaimer {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 2rem 0;
  margin-top: 3rem;
}

.footer .disclaimer-title {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer .disclaimer-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 0;
}

.footer .copyright {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1.25rem 0;
  text-align: center;
}

.footer .copyright-text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .footer {
    padding-top: 3rem;
  }
  
  .footer .col-md-3 {
    margin-bottom: 2rem;
  }
}


/* new styles  */
body {
  color: var(--text-primary);
  background-color: var(--bg-color);
}

/* Стилі для головного екрану */
.hero-section {
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-color) 0%, var(--card-bg-light) 50%, var(--card-bg-blue) 100%);
}

.hero-title {
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  color: var(--text-secondary);
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-image {
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease-in-out;
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}

.hero-image:hover {
  transform: translateY(-5px);
}

.hero-content {
  padding-right: 2rem;
}

/* Адаптивність */
@media (max-width: 768px) {
  .hero-section {
    padding: 5rem 0;
  }
  
  .hero-content {
    padding-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
  
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-title {
    font-size: 2rem;
  }
}
/* Стилі для нових блоків */
.section {
  padding: 5rem 0;
}

.section-title {
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: var(--text-primary);
  text-align: center;
}

.section-text {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.category-card {
  padding: 1.5rem;
  background-color: var(--card-bg-light);
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.category-icon {
  color: var(--accent-color);
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.category-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
}

.tip-card {
  margin-bottom: 2rem;
}

.tip-number {
  color: var(--accent-color);
  font-weight: 700;
  margin-right: 0.5rem;
}

.trend-image {
  border-radius: 8px;
  margin-bottom: 1.5rem;
  width: 100%;
  height: auto;
}

.trend-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.trend-text {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}
/* Стилі для нових блоків */
.delivery-step {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 3px solid var(--accent-color);
  background-color: var(--card-bg-light);
}

.step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-weight: 600;
}

.resource-section {
  background-color: var(--card-bg-blue);
}

.testimonial {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-author {
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 1rem;
}

.testimonial-location {
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* Стилі для нових блоків */
.team-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.mission-section {
  background: linear-gradient(to right, var(--card-bg-light), var(--bg-color));
}

.mission-text {
  border-left: 4px solid var(--accent-color);
  padding-left: 1.5rem;
}

.principles-list {
  list-style: none;
  padding-left: 0;
}

.principles-item {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
}

.principles-icon {
  color: var(--accent-color);
  margin-right: 1rem;
  flex-shrink: 0;
}

.principles-content {
  flex-grow: 1;
}

.principles-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.principles-text {
  color: var(--text-secondary);
  margin-bottom: 0;
}
/* Стилі для нових блоків */
.service-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: 100%;
  background-color: white;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.service-content {
  padding: 1.5rem;
}

.service-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.advantage-card {
  padding: 2rem;
  background-color: var(--card-bg-light);
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.advantage-icon {
  font-size: 3rem;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
}

.advantage-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.article-card {
  margin-bottom: 3rem;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.article-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.article-content {
  padding: 2rem;
}

.article-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.article-text {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.article-section {
  background-color: var(--bg-color);
}
/* Стилі для блоку останніх статей */
.articles-section {
  background-color: var(--bg-color);
}

.article-preview {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.2s;
}

.article-preview:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.article-preview-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.article-preview-content {
  padding: 1.25rem;
}

.article-preview-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.article-preview-text {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: l.6;
}

.article-date {
  color: var(--text-muted);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}

.date-icon {
  font-size: 1rem;
  margin-right: 0.25rem;
}

.read-more {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.read-more:hover {
  color: var(--accent-secondary);
  text-decoration: underline;
}

.articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.all-articles-link {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}

.all-articles-link:hover {
  color: var(--accent-secondary);
  text-decoration: underline;
}

.all-articles-icon {
  margin-left: 0.25rem;
}


/* Стилі для контактного блоку та форми */
.contact-section {
  background-color: var(--card-bg-light);
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.contact-icon {
  color: var(--accent-color);
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-text {
  color: var(--text-primary);
  line-height: 1.4;
}

.contact-link {
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-link:hover {
  color: var(--accent-color);
}

.map-container {
  height: 100%;
  min-height: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.form-control {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.2);
}

.form-label {
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  padding: 0.75rem 2rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: translateY(0);
}

.is-invalid {
  border-color: #dc3545;
}

.invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form-control.is-invalid + .invalid-feedback {
  display: block;
}

.form-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
/* Стилі для нових блоків */
.hours-section {
  background-color: white;
}

.hours-card {
  background-color: var(--card-bg-light);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
}

.hours-title {
  display: flex;
  align-items: center;
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hours-icon {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 1.75rem;
}

.hours-table {
  width: 100%;
}

.hours-day {
  color: var(--text-primary);
  font-weight: 500;
  padding: 0.5rem 0;
}

.hours-time {
  color: var(--text-secondary);
  text-align: right;
  padding: 0.5rem 0;
}

.current-day {
  color: var(--accent-color);
  font-weight: 700;
}

.form-section {
  background-color: var(--bg-color);
}

.form-container {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 2.5rem;
}

.form-header {
  margin-bottom: 2rem;
  text-align: center;
}

.form-subtitle {
  color: var(--text-secondary);
  margin-bottom: 2rem;
}
