/* ----------------------------------
Template Name: Bi-Lux Custom Landing Page
Description: Modernized for Bootstrap 5 & Premium Jewelry E-commerce style
Main Font    : 'Poppins', 'Montserrat', sans-serif
Main Color   : #00cccc
------------------------------------- */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #555555;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

/* Модернізація Навігації */
.style-navbar {
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.style-nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #444444 !important;
  font-size: 15px;
  position: relative;
  transition: color 0.3s ease;
}

.style-nav-link:hover, 
.style-nav-link.active {
  color: #00cccc !important;
}

.style-nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 1rem;
  background-color: #00cccc;
  transition: width 0.3s ease;
}

.style-nav-link:hover::after {
  width: calc(100% - 2rem);
}

/* Кнопки та Головні елементи бренду */
.btn-theme {
  background-color: #00cccc;
  color: #ffffff !important;
  border: 2px solid #00cccc;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-theme:hover {
  background-color: #00b3b3;
  border-color: #00b3b3;
  transform: translateY(-2px);
}

.text-theme {
  color: #00cccc !important;
}

.bg-theme-light {
  background-color: rgba(0, 204, 204, 0.1) !important;
}

/* Нові преміальні золоті акценти для банера з прикрасами */
.text-gold {
  color: #dfba6b !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.text-light-gold {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.bg-gold-light {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-shadow: none !important;
}

.bg-gray {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #111111 !important;
}

/* Герой-банер структури */
.banner-area {
  position: relative;
  z-index: 1;
}

/* Шар плавного градієнта для тексту на банері */
.banner-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
  pointer-events: none;
}

.banner-area .container,
.banner-area .row,
.banner-area .content-hero {
  height: auto !important;
}

.hero-title {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85) !important;
}

.btn-container-hero .btn {
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50px !important;
  line-height: 1.5 !important;
  padding: 14px 35px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.banner-area .content-hero {
  position: relative;
  z-index: 2;
}

.max-width-600 {
  max-width: 600px;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.advantage-card {
  transition: all 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
}

.custom-image-hover {
  transition: all 0.4s ease;
}

.custom-image-hover:hover {
  transform: scale(1.02);
}

/* Контактна область */
.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.address-items {
  background: #fdfdfd;
  border: 1px solid #efefef;
}

.fw-600 {
  font-weight: 600 !important;
}

/* Стилі Карти */
.mapouter {
  overflow: hidden;
  width: 100%;
}

.gmap_canvas iframe {
  border: 0;
}

/* Посилання у підвалі */
.footer-bottom-links a {
  transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
  color: #00cccc !important;
}


/* ============================================================== 
   # ДИНАМІЧНІ АНІМОВАНІ БЛОКИ ЗАМІСТЬ КАРТИНОК
=================================================================== */

.dynamic-blocks-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dynamic-animated-block {
  position: relative;
  overflow: hidden;
  background-size: 400% 400% !important;
  animation: fluidGradient 12s ease infinite;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  cursor: pointer;
}

.dynamic-animated-block:hover {
  transform: translateX(10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Палітри градієнтів для кожного окремого блоку */
.block-turquoise {
  background: linear-gradient(-45deg, #00cccc, #008080, #20b2aa, #00cccc);
}

.block-purple {
  background: linear-gradient(-45deg, #6a0dad, #8a2be2, #4b0082, #6a0dad);
}

.block-gold {
  background: linear-gradient(-45deg, #b8860b, #d4af37, #aa7c11, #b8860b);
}

/* Ефекти круглих підкладок іконок всередині блоків */
.dynamic-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  transition: transform 0.4s ease, background 0.3s ease;
}

.dynamic-animated-block:hover .dynamic-icon {
  transform: rotate(15deg) scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}

/* Нескінченне плавне перетікання кольорів рідкого градієнта */
@keyframes fluidGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}