/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
:root {
  --primary: #27a867;
  --light: #f8fff3;
  --dark: #111a24;
  --primary-color: #0f2533;
  --secondary-color: #1a995a;
  --white: #ffffff;
  --dark: #222222;
  --light-gray: #f8f9fa;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}
.page_title {
  margin-bottom: 50px; padding-top: 100px; font-size: 50px
}
@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .mobile-no {
    display: none;
  }
  .page_title {
    font-size: 30px;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 0, 18, 0.6);
  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;
}

/*** Footer ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}



.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}
header i {
  color: #27a867;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #27a867;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #27a867;
  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 #27a867;
  color: #fff;
  padding: 8px 0;
  background: #27a867;
  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: #27a867;
}
#declineBtn {
  background-color: #fff;
  color: #27a867;
}
#declineBtn:hover {
  background-color: #27a867;
  color: #fff;
}
/* Footer Style */

/* new styles  */
/* Загальні стилі */
:root {
  --primary: #27a867;
  --light: #f8fff3;
  --dark: #111a24;
  --primary-color: #0f2533;
  --secondary-color: #1a995a;
  --white: #ffffff;
  --dark: #222222;
  --light-gray: #f8f9fa;
}

body {
  font-family: 'Roboto', sans-serif;
  color: var(--dark);
  background-color: var(--light);
}

/* Стилі для головного блоку */
.hero-section {
  position: relative;
  padding: 160px 0;
  background-color: var(--primary-color);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  max-width: 600px;
}

.hero-btn {
  background-color: var(--secondary-color);
  color: var(--white);
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 5px;
  border: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-btn:hover {
  background-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(39, 168, 103, 0.3);
}

.hero-image-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.5s ease;
}

.hero-image:hover {
  transform: perspective(1000px) rotateY(0deg);
}

/* Стилі для карток з іконками */
.feature-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
  margin-top: -80px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(39, 168, 103, 0.1);
  border-radius: 50%;
  margin-bottom: 15px;
}

.feature-icon .material-icons {
  color: var(--secondary-color);
  font-size: 28px;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.feature-text {
  color: #6c757d;
  margin-bottom: 0;
}

/* Адаптивні стилі */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-image-container {
    margin-top: 40px;
  }
  
  .feature-card {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 120px 0;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .feature-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* Стилі для наступних блоків */
/* Загальні повторно використовувані класи */
.section-padding {
  padding: 80px 0;
}

.section-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.text-green {
  color: var(--secondary-color);
}

.btn-primary-custom {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  padding: 10px 24px;
}

.btn-primary-custom:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.date-badge {
  background-color: rgba(15, 37, 51, 0.1);
  color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}

.news-card {
  border-left: 3px solid var(--secondary-color);
}

.advice-item {
  padding: 20px;
  border-radius: 8px;
  background-color: var(--light-gray);
  margin-bottom: 1rem;
}

.advice-icon {
  color: var(--secondary-color);
  margin-right: 10px;
}
.card-body {
  padding: 10px;
}
/* Стилі для нових блоків */
.trend-list {
  padding-left: 1.5rem;
}

.trend-list li {
  margin-bottom: 1rem;
  position: relative;
}

.trend-list li::before {
  content: "\e8b8";
  font-family: 'Material Icons';
  color: var(--secondary-color);
  position: absolute;
  left: -1.5rem;
  font-size: 1.1rem;
}

.rating-stars {
  color: #ffc107;
  font-size: 1.5rem;
}

.testimonial {
  font-style: italic;
  position: relative;
  padding: 1.5rem;
  background-color: rgba(15, 37, 51, 0.03);
  border-radius: 8px;
}

.testimonial::before {
  content: "\e244";
  font-family: 'Material Icons';
  color: var(--secondary-color);
  opacity: 0.2;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  left: 10px;
}

.principle-card {
  padding: 2rem;
  border-radius: 8px;
  background-color: var(--white);
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
/* Стилі для нових блоків */
.category-card {
  border-radius: 8px;
  padding: 25px;
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.category-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(26, 153, 90, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.category-icon .material-icons {
  color: var(--secondary-color);
  font-size: 28px;
}

.review-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.review-date {
  font-size: 0.85rem;
  color: #6c757d;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

.news-item {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.news-large {
  grid-column: span 6;
}

.news-medium {
  grid-column: span 6;
}

.news-small {
  grid-column: span 4;
}

.news-text-only {
  grid-column: span 4;
  display: flex;
  align-items: center;
}

.news-image {
  height: 200px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-item:hover .news-image img {
  transform: scale(1.05);
}

.news-content {
  padding: 1.25rem;
}

.market-analysis {
  background-color: rgba(15, 37, 51, 0.03);
  border-radius: 8px;
  padding: 30px;
}

.market-analysis h3 {
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .news-large, .news-medium {
    grid-column: span 12;
  }
  
  .news-small, .news-text-only {
    grid-column: span 6;
  }
}

@media (max-width: 767.98px) {
  .news-small, .news-text-only {
    grid-column: span 12;
  }
}
/* Стилі для нових блоків */
/* Стилі для оновленого блоку Советы */
.advice-card {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: var(--white);
  transition: all 0.3s ease;
}

.advice-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.advice-card h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.advice-icon {
  color: var(--secondary-color);
  margin-right: 10px;
}
.optimization-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.optimization-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.optimization-image {
  height: 310px;
  overflow: hidden;
}

.optimization-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.optimization-card:hover .optimization-image img {
  transform: scale(1.05);
}

.optimization-content {
  padding: 1.5rem;
}

.optimization-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(26, 153, 90, 0.1);
  margin-bottom: 1rem;
}

.optimization-icon .material-icons {
  color: var(--secondary-color);
  font-size: 24px;
}

.tip-number {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
  margin-right: 10px;
}
/* Стилі для блоку контактної інформації */
.contact-section {
  background-color: var(--light-gray);
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(26, 153, 90, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-icon .material-icons {
  color: var(--secondary-color);
  font-size: 20px;
}

.contact-text h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: var(--primary-color);
}

.contact-map {
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.form-container {
  background-color: var(--white);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-floating {
  margin-bottom: 1.25rem;
}

.form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(26, 153, 90, 0.25);
}

.contact-btn {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  transform: translateY(-3px);
}

@media (max-width: 991.98px) {
  .contact-map {
    height: 350px;
    margin-bottom: 2rem;
  }
}