/********** Template CSS **********/
:root {
  --primary: #3c225a;
  --light: #feb8f3;
  --dark: #bb4809;
}

.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);
}

@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(49, 49, 49, 0.5);
  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;
}


/*** 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::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.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: #3c225a;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #3c225a;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #3c225a;
  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 #3c225a;
  color: #fff;
  padding: 8px 0;
  background: #3c225a;
  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: #3c225a;
}
#declineBtn {
  background-color: #fff;
  color: #3c225a;
}
#declineBtn:hover {
  background-color: #3c225a;
  color: #fff;
}
/* Footer Style */
.topics {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.topic_item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.topic_item .card-text {
  color: #e5e5e5;
}
.topic__img {
  max-width: 181px;
  min-height: 181px;
  object-fit: cover;
}
.topic__name {
  font-size: 18px;
  color: #fff;
}
.topic__descr {
  max-width: 287px;
}
.topic__right {
  height: 911px;
}
@media (max-width: 1020px) {
  .topic__right {
    width: 100%;
    object-fit: cover;
  }
}
.about_1 {
}
.pluses {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 680px) {
  .pluses {
    flex-wrap: wrap;
    /* flex-direction: column
    ; */
  }
}
.about__descr {
  max-width: 1020px;
  margin: 0 auto;
}
.news__block .topic__name {
  color: #000000;
}
.news__block .card-text {
  color: #bb4809;
}
.news__block .topics {
  display: flex;
  flex-direction: row;
}
@media (max-width: 680px) {
  .news__block .topics {
    flex-direction: column;
  }
}
.news__block .topic_item {
  align-items: start;
}

@media (max-width: 990px) {
  .mobile-no {
    display: none;
  }
  .topic_item {
    flex-direction: column;
  }
  .service-item {
    /* height: 460px; */
  }
  .testimonial-item div {
    flex-direction: column;
  }
  .testimonial-carousel .testimonial-item {
    padding: 30px 2px;
  }
}


.product-container {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #f9f9f9; padding: 10px;
}
.product-container p {
  font-size: 20px;
}
.product-container h4 {
  color: #363636;
}

.product-image {
width: 80%;
 height: 280px; 
  object-fit: cover;
  border-radius: 10px;
}

.remove {
  position: absolute;
  top: 10px; /* Відстань від верху */
  right: 10px; /* Відстань від правого краю */
  background-color: #fff; /* Задній фон кнопки */
  border: 1px solid #e2e2e2; /* Колір рамки кнопки */
  border-radius: 20%; /* Зробити кнопку круглою */
  padding: 5px 10px; /* Внутрішній відступ кнопки */
  cursor: pointer; /* Курсор при наведенні */
  z-index: 1; /* Щоб кнопка була поверх іншого контенту */
}

/* Стилі для іконок та кружечків */
.icons {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 10px;
}

.icon-wrapper {
  position: relative;
}

.icon {
  width: 40px;
  height: 40px;
}

.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #bb4809;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}

/* Стилі для кнопок */
.btn {
  margin: 5px;
}

.review_item {
  background-color: #fbfbfb; padding: 20px 10px; min-height: 240px;
  border-radius: 10px;
}
.pluses {
  background-color: #f4f4f4; padding: 30px; display: inline-block;
  max-width: 400px;
}
.popular_item {
  background-color: #ffffff; padding: 10px; border-radius: 20px;
}

/* new styles for all  */

/* Основні стилі */


  /* Стилі для блоку товарів */
  .products-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.section-title {
    position: relative;
    margin-bottom: 1rem;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: uppercase;
}


.section-subtitle {
    color: var(--secondary-color);
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}

.product-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-image {
    height: 220px;
    object-fit: cover;
}

.product-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.price-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.price-original {
    text-decoration: line-through;
    color: #6c757d;
    margin-right: 1rem;
}

.price-discount {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--primary-color);
    color: white;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    z-index: 2;
}

.product-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.btn-details {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-details:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateX(5px);
}

.btn-details i {
    margin-left: 5px;
}

/* Стилі для сторінки деталей товару */

/* Загальні стилі сторінки */
.product-details-section {
  padding: 3rem 0;
  background-color: #f8f9fa;
}

/* Стилі зображення товару */
.product-image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.product-image-container:hover {
  transform: translateY(-5px);
}

.product-main-image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

.product-image-container:hover .product-main-image {
  transform: scale(1.05);
}

.discount-badge-large {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--primary-color, #ecc121);
  color: white;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 30px;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(255, 107, 53, 0.4);
}

/* Стилі інформації про товар */
.product-details-content {
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.product-title {
  font-weight: 700;
  color: var(--secondary-color, #7c1da4);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.rating-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.stars {
  color: #ffc107;
  font-size: 1.2rem;
  margin-right: 10px;
}

.rating-number {
  color: #6c757d;
  font-weight: 500;
}

.price-container {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.current-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color, #ecc121);
  margin-right: 1rem;
}

.old-price {
  font-size: 1.2rem;
  color: #6c757d;
  text-decoration: line-through;
  margin-right: 1rem;
}

.discount-label {
  background-color: rgba(255, 107, 53, 0.1);
  color: var(--primary-color, #ecc121);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.9rem;
}

.description-title, .features-title {
  color: var(--secondary-color, #7c1da4);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.description-text {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.feature-icon {
  color: var(--accent-color, #3bceac);
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 4px;
}

.feature-text {
  color: #495057;
}

.buttons-container {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.favorites-btn, .cart-btn {
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
}

.cart-btn {
  background-color: var(--primary-color, #ecc121);
  border-color: var(--primary-color, #ecc121);
  flex-grow: 1;
  transition: all 0.3s;
}

.cart-btn:hover {
  background-color: #e85a24;
  border-color: #e85a24;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(232, 90, 36, 0.3);
}

.favorites-btn {
  border-color: var(--secondary-color, #7c1da4);
  color: var(--secondary-color, #7c1da4);
  transition: all 0.3s;
}

.favorites-btn:hover {
  background-color: var(--secondary-color, #7c1da4);
  color: white;
}

/* Стилі блоку з нещодавно переглянутими товарами */
.recently-viewed-section {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #e9ecef;
}

.section-title {
  color: var(--secondary-color, #7c1da4);
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}



/* Стилі для нещодавно переглянутих товарів */
.recent-product {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.recent-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-color: #d0d0d0;
}

.recent-product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.product-image {
  transition: transform 0.5s ease;
}

.recent-product:hover .product-image {
  transform: scale(1.05);
}

.discount-badge-small {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--primary-color, #ecc121);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
}

.recent-product-info {
  padding: 15px;
}

.recent-product-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--secondary-color, #7c1da4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recent-product-price {
  margin-bottom: 8px;
}

.recent-product-price .price {
  font-weight: 700;
  color: var(--primary-color, #ecc121);
  font-size: 1.1rem;
}

.recent-product-short-desc {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 12px;
  height: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recent-product-btn {
  font-size: 0.85rem;
  padding: 0.25rem 0.7rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.recent-product-btn:hover {
  background-color: var(--primary-color, #ecc121);
  border-color: var(--primary-color, #ecc121);
  transform: translateX(3px);
}

/* Стилі для обраних товарів і кошика */

/* Стилі для обраних товарів */
.favorites-item {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.favorites-item:hover {
  border-color: #d0d0d0;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.remove-favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1;
  opacity: 0.8;
  transition: all 0.2s;
}

.remove-favorite-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.remove-favorite-btn i {
  color: #dc3545;
  font-size: 1rem;
}

.favorites-image-container {
  height: 180px;
  overflow: hidden;
}

.favorite-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.favorites-item:hover .favorite-product-image {
  transform: scale(1.05);
}

.favorites-item-info {
  padding: 15px;
}

.favorites-item-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary-color, #7c1da4);
  margin-bottom: 8px;
  height: 2.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.favorites-item-price {
  font-weight: 700;
  color: var(--primary-color, #ecc121);
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.add-to-cart-btn {
  width: 100%;
  border-radius: 5px;
  font-size: 0.9rem;
  padding: 8px 15px;
  transition: all 0.3s;
}

.add-to-cart-btn:hover {
  background-color: var(--primary-color, #ecc121);
  border-color: var(--primary-color, #ecc121);
  color: white;
}

/* Стилі для кошика */
.cart-product-item {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  background-color: white;
  transition: all 0.3s ease;
}

.cart-product-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: #d0d0d0;
}

.cart-image-container {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
}

.cart-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-product-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary-color, #7c1da4);
  margin-bottom: 5px;
}

.cart-product-price {
  font-weight: 700;
  color: var(--primary-color, #ecc121);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.remove-cart-btn {
  background: none;
  border: none;
  color: #6c757d;
  transition: all 0.2s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-cart-btn:hover {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  transform: scale(1.1);
}

.remove-cart-btn i {
  font-size: 1.1rem;
}

.categories-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.categories-image-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.categories-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.categories-image-container:hover .categories-image {
  transform: scale(1.05);
}

.categories-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(46, 64, 87, 0.8), rgba(46, 64, 87, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-overlay-text {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem;
}

.categories-content {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.categories-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
  position: relative;
}

.categories-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  margin-top: 0.8rem;
}

.categories-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 2rem;
}

.categories-list {
  list-style: none;
  padding: 0;
}

.category-item {
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2rem;
  transition: transform 0.3s ease;
}

.category-item:hover {
  transform: translateX(10px);
}

.category-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.category-item a {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 1.15rem;
  display: block;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}

.category-item a:hover {
  color: var(--primary-color);
}

.category-icon {
  margin-right: 0.8rem;
  color: var(--primary-color);
}

@media (max-width: 992px) {
  .categories-image {
      height: 350px;
  }
  
  .categories-content {
      padding: 1.5rem;
  }
  
  .categories-title {
      font-size: 1.8rem;
      margin-top: 2rem;
  }
  
  .categories-description {
      font-size: 1rem;
  }
  
  .category-item a {
      font-size: 1rem;
  }
}

/* new styles  */

:root {
  --bg-color: #fff4ff;
  --primary-color: #7c1da4;
  --secondary-color: #ecc121;
  --primary-light: #9d4cb6;
  --secondary-light: #f3d467;
  --dark-accent: #4a1163;
  --text-dark: #333333;
  --text-light: #ffffff;
}



.hero-section {
  position: relative;
  height: 85vh;
  min-height: 600px;
  overflow: hidden;
  background: linear-gradient(rgba(76, 19, 99, 0.7), rgba(124, 29, 164, 0.85)), url('/api/placeholder/1200/800') center/cover no-repeat;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 15px 30px rgba(124, 29, 164, 0.2);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.hero-tagline {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--secondary-light);
  margin-bottom: 0.5rem;
  display: inline-block;
  background-color: rgba(76, 19, 99, 0.7);
  padding: 8px 16px;
  border-radius: 50px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: white;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 600px;
}

.cta-button {
  background: var(--secondary-color);
  color: var(--dark-accent);
  font-weight: 700;
  font-size: 1.1rem;
  padding: 12px 32px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(236, 193, 33, 0.3);
}

.cta-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: all 0.6s;
  z-index: -1;
}

.cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(236, 193, 33, 0.4);
  background: var(--secondary-light);
}

.cta-button:hover:before {
  left: 100%;
}

.floating-ball {
  position: absolute;
  background-color: var(--secondary-color);
  opacity: 0.1;
  border-radius: 50%;
}

.ball-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation: float 15s infinite ease-in-out;
}

.ball-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: 10%;
  animation: float 12s infinite ease-in-out reverse;
}

@keyframes float {
  0%, 100% {
      transform: translateY(0) rotate(0deg);
  }
  50% {
      transform: translateY(-30px) rotate(10deg);
  }
}

@media (max-width: 768px) {
  .hero-title {
      font-size: 2.5rem;
  }
  
  .hero-section {
      height: auto;
      min-height: 500px;
      border-radius: 0 0 30px 30px;
  }
}

.products-section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--primary-color);
  position: relative;
  font-weight: 700;
}



.product-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(124, 29, 164, 0.15) !important;
}

.product-image {
  height: 220px;
  object-fit: cover;
  transition: all 0.5s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.discount-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--secondary-color);
  color: var(--dark-accent);
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.9rem;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(236, 193, 33, 0.3);
}

.product-title {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
  font-size: 1.2rem;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.price-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.price-original {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
  font-size: 0.9rem;
}

.price-discount {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2rem;
}

.product-description {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95rem;
  min-height: 80px;
}

.btn-details {
  background-color: var(--primary-color);
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-details:hover {
  background-color: var(--dark-accent);
  box-shadow: 0 5px 15px rgba(124, 29, 164, 0.3);
}

.feature-icon {
  font-size: 1.4rem;
  color: var(--secondary-color);
  margin-right: 8px;
}

.bg-shape {
  position: absolute;
  z-index: -1;
  opacity: 0.05;
}

.shape-1 {
  top: 5%;
  left: -5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.shape-2 {
  bottom: 10%;
  right: -8%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

@media (max-width: 768px) {
  .product-title, .product-description {
      min-height: auto;
  }
}

.about-section {
  padding: 5rem 0;
}

.content-container {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(124, 29, 164, 0.1);
  overflow: hidden;
  margin-bottom: 3rem;
}

.about-image {
  height: 100%;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.about-content {
  padding: 2.5rem;
}

.about-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}

.about-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.mission-vision-container {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(124, 29, 164, 0.1);
  overflow: hidden;
}

.mission-vision-content {
  padding: 2.5rem;
}

.mission-vision-item {
  margin-bottom: 2rem;
}

.mission-vision-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.mission-vision-text {
  color: #555;
  line-height: 1.7;
}

.values-title {
  color: var(--primary-color);
  font-weight: 700;
  margin: 1.5rem 0 1rem;
  font-size: 1.2rem;
}

.values-list {
  list-style: none;
  padding-left: 0;
}

.value-item {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
}

.value-name {
  color: var(--dark-accent);
  font-weight: 600;
  margin-right: 0.5rem;
}

.value-icon {
  color: var(--secondary-color);
  font-size: 1.3rem;
  margin-right: 1rem;
  min-width: 20px;
}

@media (max-width: 991px) {
  .about-image {
      height: 300px;
  }
}
