video::-webkit-media-controls {
  display: none;
}
.nav-video {
  grid-column: 1/-1;
}
.banner-top p,
.reference-slider ul li {
  font-size: 0.875rem;
}
.banner-top {
  background-color: var(--primary-color);
  padding: 0.5rem 0;
}
.banner-top-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.banner-top p {
  color: var(--black);
  font-weight: 600;
  margin: 0;
}

.banner-top .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none;
  color: var(--black);
  background-color: transparent;
  outline: 0;
}
.contact-header .module-contact ul {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-header {
  background: linear-gradient(135deg, #f9f7f3 0, #f0ede6 100%);
  padding: .25rem 0;
}
.contact-header .module-contact .contact-address,
.contact-header .module-contact .contact-email,
.contact-header .module-contact .contact-phone {
  display: inline-block;
}
.contact-header .module-contact .contact-address {
  order: 1;
  flex: 1 1 auto;
  text-align: left;
}

.contact-header .contact-address a,
.contact-header .contact-email a,
.contact-header .contact-phone a {
  font-size: .9rem;
}

.contact-header .module-contact .contact-email {
  order: 2;
  margin-right: 1.5rem;
  text-align: right;
}
.contact-header .module-contact .contact-phone {
  order: 3;
  text-align: right;
}
.info-box,
.products-section .title-text-col .title-text .text > *,
.reviews-section h2,
.thank-you-section .thank-you-text .module-text * {
  text-align: center;
}

.menu-wrapper {
  border-bottom: 1px solid var(--border-color);
  background-color: var(--white);
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.nav-link.dropdown-toggle::after {
  transition: transform 0.3s;
}

.nav-item.dropdown:hover > .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
} 
.nav-item.dropdown.show > .dropdown-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.category-section .col-lg-6 .slick-arrow.slick-disabled,
a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nav-item.dropdown > .nav-link {
  position: relative;
  z-index: auto;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.nav-link:focus-visible {
  box-shadow: none;
}


/* Hero Section */
.builder-section.hero-section {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--white);
}

.hero-section .container {
    position: relative;
    /* z-index: 2; */
    padding: 0;
}

.hero-section .builder-row {
    align-items: stretch;
    margin: 0;
    min-height: 80vh;
}

.hero-section-left-col {
    animation: fadeInUp 0.8s ease-out;
    background: linear-gradient(135deg, #fbfaf8 0%, #f5f2ec 100%);
    padding: 4rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    backdrop-filter: blur(10px);
}

.hero-section-left {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.hero-section-left-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(212, 175, 55, 0.03) 30%,
        rgba(212, 175, 55, 0.01) 50%,
        transparent 100%
    );
    pointer-events: none;
}

.module-text2.hero-title h1 {
    line-height: 1.2;
    color: var(--black);
    margin-bottom: 1.5rem;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.module-text2.hero-text p {
    font-size: 1.125rem;
    /* color: rgba(255, 255, 255, 0.85); */
    color: #0B0B0B;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    animation: fadeIn 0.6s ease-out 0.6s both;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-section .module-button {
    animation: fadeIn 0.6s ease-out 1s both;
}

.hero-section .btn.btn-primary.appearance-button-primary {
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 1rem;
    border: 2px solid rgba(212, 175, 55, 0.3);
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.9) 0%,
        rgba(184, 152, 111, 0.9) 100%);
    color: var(--black);
    min-width: 180px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 4px 20px rgba(212, 175, 55, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
        border-radius: var(--border-radius-sm);
}

.hero-section .btn.btn-primary.appearance-button-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%);
    transition: left 0.6s ease;
}

.hero-section .btn.btn-primary.appearance-button-primary:hover {
    background: linear-gradient(135deg, 
        rgba(232, 196, 77, 0.95) 0%,
        rgba(212, 175, 55, 0.95) 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 8px 30px rgba(212, 175, 55, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 0 30px rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.5);
}

.hero-section .btn.btn-primary.appearance-button-primary:hover::before {
    left: 100%;
}

.hero-section-right-col {
    animation: fadeInRight 0.8s ease-out;
    padding: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    background: var(--black);
}

.hero-section-right {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.hero-section-right .module-image {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    isolation: isolate;
}

.hero-section-right .module-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(212, 175, 55, 0.05) 0%,
        rgba(15, 15, 15, 0.3) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.hero-section-right .module-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(15, 15, 15, 0.1) 0%,
        transparent 20%,
        transparent 80%,
        rgba(15, 15, 15, 0.1) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.hero-section-right .module-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: contrast(1.1) saturate(1.1);
}

.hero-section-right .module-image:hover img {
    transform: scale(1.08);
}

.hero-section-right-col::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    z-index: 3;
    pointer-events: none;
    border-radius: 2px;
}
/* 
.hero-section-right-col::after {
    content: '✦ MATERIALE NATURALE AUTENTICE';
    position: absolute;
    bottom: 2.5rem;
    left: -1rem;
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.95) 0%,
        rgba(184, 152, 111, 0.95) 100%);
    padding: 0.9rem 1.8rem;
    border-radius: var(--border-radius-sm);
    font-weight: 700;
    color: var(--black);
    z-index: 4;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: slideInRight 1s ease-out 1.2s both;
    box-shadow: 
        0 8px 25px rgba(212, 175, 55, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
} */

.hero-section .builder-row::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 58.3333%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(212, 175, 55, 0.3) 20%,
        rgba(212, 175, 55, 0.5) 50%,
        rgba(212, 175, 55, 0.3) 80%,
        transparent 100%
    );
    z-index: 3;
    pointer-events: none;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.info-box.offer.selected {
    border: 2px solid #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

.module-footer .medium p {
  font-weight: 700;
}
/* .product-destination {
  display: flex;
  align-items: center;
  background-color: #6edb6e; 
  border: 1.5px solid #278f2cc5; 
  border-radius: .25rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.2;
  width: fit-content;
  color: #1a365d; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: none;
  letter-spacing: 0.2px; 
  gap: .75rem;
}

.product-destination::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5rem;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
  pointer-events: none;
  z-index: -1;
} */


.destination-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.destination-badge {
    padding: 0.25rem .75rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
    color: #D4AF37;
    border-radius: var(--border-radius-sm);
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.product-view .product-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.img-inner {
 display: flex;
  align-items: center;
  height: 100%;
}

.img-inner img {
 
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-sm);
}


.product-destination svg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* margin-inline: 1rem; */
}
.product-destination div,
.product-destination p,
.product-destination span {
  margin: 0;
  color: #1b1b1b;
  font-weight: 600;
}
.product-parent-category-link a {
  font-weight: 700;
  color: var(--dark-blue);
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s;
}
.product-parent-category-link a:hover {
  color: var(--gold);
  text-decoration: none;
}


.product-info-boxes {
  display: none;
}

.product-info-boxes,
.product-tabs-nav ul {
  display: flex;
  gap: 1rem;
}
.product-info-boxes .low-stock .subtitle strong,
.product-info-boxes .out-of-stock .subtitle strong {
  color: var(--red);
}
.product-info-boxes .low-stock.active,
.product-info-boxes .low-stock:hover,
.product-info-boxes .out-of-stock.active,
.product-info-boxes .out-of-stock:hover {
  border-color: var(--red);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
.info-box.active {
  border-color: var(--secondary-color);
}
.product-info-boxes h3 {
  color: var(--dark-blue);
}
.product-info-boxes .out-of-stock {
  border-color: var(--red);
  background: #fff5f5;
}
.info-box {
  flex: 1;
  border: 2px solid var(--border-color);
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.info-box:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: green;
}
.info-box.active {
  border-color: green;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.info-box-content p,
.info-box.active .subtitle {
  color: green;
}
.info-box-content {
  border: 2px solid var(--border-color);
  padding: 12px;
  border-radius: 6px;
  transition: 0.3s;
}

#accordionProduct .accordion-item .accordion-header .accordion-button {
  padding: 1rem 0;
  background: 0 0;
  border-radius: 0;
}
#accordionProduct .accordion-item {
  border-radius: 0;
  border: none;
  background: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#accordionProduct .accordion-item .accordion-body {
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#accordionProduct .accordion-item .accordion-body * {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--gray);
}
#accordionProduct .accordion-item .accordion-body ul,
.variation-modal-container .variations-content .other-attribute {
  display: flex;
  flex-direction: column;
  gap: 0.313rem;
}
#accordionProduct .accordion-item .accordion-body ul:last-of-type {
  margin: 0;
}
.product-view
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner,
.variation-modal-container
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner {
  display: flex;
  flex-direction: column;
  gap: 0.313rem;
  padding: 1rem;
}
.product-view
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner:not(:last-of-type),
.variation-modal-container
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-view
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .title,
.variation-modal-container
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner
  .title-icon
  .title {
  font-weight: 500;
  font-size: 0.95rem;
}
.product-view
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .text,
.variation-modal-container
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner
  .text {
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--gray);
}
.product-view
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-sm);
}
#accordionProduct
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.product-view .product-content .product-footer .product-info ul {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}


.product-view .product-image-inner .single-image,
.testimonials-slider .module-fickle:hover .fickle-title::after {
  width: 100%;
}
.product-view .product-image-inner .single-image #mainImageLink {
  border-radius: var(--border-radius-md);
  /* background: var(--white); */
  background: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-view .product-image-inner .single-image #mainImageLink #mainImage {
  width: 80%;
  border-radius: var(--border-radius-md);
}
.product-view
  .product-content
  .product-info
  .product-info-wrapper
  .info-inner
  .title-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-view
  .product-content
  .product-info
  .product-info-wrapper
  .info-inner
  .title-icon
  .icon
  svg,
.variation-modal-container
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner
  .title-icon
  .icon
  svg {
  width: 1.5rem;
  height: 1.5rem;
}
.terms-section {
  padding: 4rem 0;
}
.terms-section > .container > .row {
  gap: 2rem;
}
.terms-section .termis-content-col .termis-content h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.terms-section .termis-content-col .termis-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.choose-us-inner .fickle-wrapper,
.variations-content ul {
  display: flex;
  gap: 0.5rem;
}
.variations-content .principal-attribute ul li a {
  padding: 0.313rem;
  background: var(--white);
  border-radius: var(--border-radius-sm);
  display: flex;
  aspect-ratio: 4/4;
  align-items: center;
  font-weight: 500;
}
.variations-content ul li a.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-content .other-attribute ul li a,
.modal-content .variations-content .principal-attribute ul li a {
  background: var(--body-bg);
}
.variations-content .other-attribute ul li a {
  padding: 0.313rem;
  background: var(--white);
  border-radius: var(--border-radius-sm);
  display: flex;
  width: 2.5rem;
  aspect-ratio: 4/4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.variations-content ul li a img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: contain;
}
.variations-content .principal-attribute ul li a span {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal-container
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper
  .info-inner
  .title-icon {
  display: flex;
  gap: 0.313rem;
  align-items: center;
}
.variation-modal-container
  .product-content
  .product-footer
  .product-info
  .product-info-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-sm);
}
a.disabled {
  pointer-events: none;
}
a.active {
  pointer-events: none;
  cursor: not-allowed;
}
/* .social-contact-links-col .social-contact-links {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-sm);
  justify-content: center;
  padding: 2rem;
  gap: 2rem;
  background: var(--white);
}
.social-contact-links-col .social-contact-links .module-social ul {
  flex-direction: row;
}
.social-contact-links-col .social-contact-links .social-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.social-contact-links-col .social-contact-links .map-inner {
  display: flex;
  height: 100%;
}
.social-contact-links-col .social-contact-links .map-inner iframe {
  flex-shrink: 1;
  border-radius: var(--border-radius-sm);
}
.social-contact-links-col .social-contact-links .module-social ul li a {
  display: flex;
  align-items: center;
  gap: 0.313rem;
  font-weight: 400;
}
.social-contact-links-col .social-contact-links .module-contact ul li a {
  font-weight: 400;
} */

.social-contact-links iframe {
  border-radius: var(--border-radius-sm);
}

.social-contact-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.thank-you-section .row {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 60px;
  min-height: calc(100vh - var(--header-height));
  padding-top: 50px;
  padding-bottom: 50px;
}
.thank-you-section .thank-you-text {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.thank-you-section .thank-you-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you-section .thank-you-icon .module-code {
  width: 8.125rem;
  height: 4.375rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.thank-you-section .thank-you-icon .module-code .icon-mail-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.thank-you-section .icon-wrapper .icon {
  position: absolute;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  fill: none;
  stroke-width: 2px;
  stroke: var(--primary-color);
  stroke-linecap: square;
  stroke-dasharray: 325 325;
  top: -50%;
}
.mail {
  stroke-dashoffset: 326;
  transition: stroke-dashoffset 1s ease-in-out;
}
.icon.mail,
.plane {
  stroke-dashoffset: 0;
}
.plane {
  transition: stroke-dashoffset 1s ease-in-out 0.6s;
}
.icon.mail {
  animation: 1s ease-in-out 0.2s forwards mail-anim;
}
.icon.plane {
  stroke-dashoffset: 325;
  animation: 1s ease-in-out 0.2s forwards plane-anim,
    1.5s ease-in-out 1.2s forwards fly-anim;
  opacity: 0;
}
.circle,
.circle-outer {
  animation: 1s ease-in-out 0.2s forwards circle-anim;
}
@keyframes mail-anim {
  to {
    stroke-dashoffset: 326;
  }
}
@keyframes plane-anim {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes circle-anim {
  to {
    transform: scale(0);
  }
}
@keyframes fly-anim {
  0%,
  50% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  60% {
    transform: translate3d(-10px, 5px, 0) scale(1.05);
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translate3d(300px, -150px, 0) scale(0.4);
    opacity: 0;
  }
}
.thank-you-section .thank-you-icon .module-text > * {
  animation: 1s 2.4s forwards thank-you-title;
  opacity: 0;
  transform: scale(0);
  font-size: min(max(24px, calc(1.5rem + ((1vw - 2.8px) * 1.4634))), 48px);
}
.thank-you-section .thank-you-text-col {
  display: flex;
  justify-content: center;
}
@keyframes thank-you-title {
  to {
    transform: scale(1);
    opacity: 1;
  }
}


.category-section .category-inner-col {
  background-color: var(--dark-blue);
  border-radius: 0.5rem;
}
.category-section .col-lg-6 .slick-arrow,
.testimonials-slider .fickle-title::after,
.testimonials-slider-col .slick-arrow {
  background: var(--primary-color);
  background: var(--primary-color);
  width: 40px;
}
.category-inner {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  height: 100%;
}
.lantania-logo {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  max-width: 200px;
}
.category-section .category-inner .lantania-logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.category-section .category-inner h2 {
  color: var(--white);
}
.category-section .category-inner .module-text2 p {
  color: #fff;
}
.category-section .col-lg-6 .module-products,
.category-section .col-lg-6 .product-card,
.category-section .col-lg-6 .products-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-section .col-lg-6 .product-slider {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.category-section .col-lg-6 .slick-list {
  flex: 1;
  height: 100%;
}
.category-section .col-lg-6 .slick-track {
  height: 100%;
  display: flex;
}
.category-section .col-lg-6 .slick-slide,
.testimonials-slider .slick-slide {
  height: auto;
}
.category-section .col-lg-6 .slick-slide > div,
.testimonials-slider .slick-slide > div {
  height: 100%;
}
.category-section .col-lg-6 .product-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}

.products-grid .product-card .product-image {
    background-color: #fff;
}

.category-section .col-lg-6 .product-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.category-section .col-lg-6 .module-products,
.choose-us-inner .fickle-has-icon,
.choose-us-inner .module,
.icon-wrapper-cart,
.page-slug-contact .floating-wrapper,
.testimonials-slider-col {
  position: relative;
}
.category-section .col-lg-6 .arrow-slider-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.category-section .col-lg-6 .module-products:hover .arrow-slider-section,
.testimonials-slider-col:hover .slick-arrow {
  opacity: 1;
}
.category-section .col-lg-6 .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  margin: 0 -15px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  z-index: 10;
  transition: var(--transition-fast), background 0.2s ease;
}
.category-section .col-lg-6 .slick-arrow:hover {
  background: #fff;
  transform: scale(1.1);
  background: var(--dark-blue);
}
.category-section .col-lg-6 .slick-arrow-left {
  margin-left: -0.5rem;
}
.category-section .col-lg-6 .slick-arrow-right {
  margin-right: -0.5rem;
}
.category-section .col-lg-6 .slick-arrow-secondary svg path {
  stroke: white;
}

.page-slug-contact .black svg path {
  fill: var(--primary-color);
}

.blog-category-card .card-button .btn-primary:hover {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
}
.blog-category-card .card-button .btn-primary:hover svg path {
  stroke: var(--black);
}
.product-tabs-nav {
  position: relative;
  margin-bottom: 2rem;
}
.product-tabs-nav ul li {
  line-height: 1;
}
.product-tabs-nav a {
  border: 1px solid #ddd;
  padding: 0.5em;
}
.product-tab-content {
  display: none;
}

.accordion-item {
  border: none;
  margin-top: 2rem;
}


.trendyol {
  width: 9rem;
}



.accordion-header {
  background-color: var(--white);
  width: 100%;
}

.accordion-button,
.reviews-section {
  background-color: var(--light-gray);
}

.accordion-button {
  /* font-weight: 700; */
  font-size: clamp(1rem, 2vw + 0.5rem, 1.5rem);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
  border-radius: 0;
}

.accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-sm);
  color: var(--black);
  background: linear-gradient(135deg, #f9f7f3 0, #f0ede6 100%);
  border: 1px solid var(--primary-color);
  border-bottom: none;
  box-shadow: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  border: 1px solid var(--primary-color);
  border-top: none;
  overflow: hidden;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23d4af37' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#newsletter-success {
  margin-top: 20px;
  font-size: 15px;
  color: #1a7f37;
  display: none;
  font-family: Sora;
}
.page-slug-contact .floating-label-fake {
  position: absolute;
  left: 0.75rem;
  top: 0.9rem;
  font-size: 0.85rem;
  color: var(--gray-medium);
  pointer-events: none;
  transition: 0.2s;
  opacity: 0;
}
.page-slug-contact .floating-label-fake.active {
  top: -0.9rem;
  border-radius: 0.25rem;
  left: 0.6rem;
  font-size: 1rem;
  color: var(--white);
  opacity: 1;
  background: var(--primary-color);
  border: 1px solid var(--border-color);
  padding: 0 0.5rem;
}
.page-slug-contact form-check-input:checked {
  background-color: var(--light-gray);
  border-color: var(--black);
  box-shadow: none;
}

.page-slug-contact .form-check-input {
  --bs-form-check-bg: transparent;
  border-color: var(--teal-transparent);
}
.module-form-default-view form input[type="text"]:focus,
.module-form-default-view form textarea:focus,
.page-slug-contact .module-form-default-view form input[type="email"]:focus {
  background-color: var(--light-gray);
  border-color: var(--border-color);
  outline: 0;
  color: var(--black);
}

.cart-hover-message {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #eee;
  padding: 14px 18px;
  z-index: 9999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  font-size: 15px;
  min-width: 220px;
  text-align: center;
}
.icon-wrapper-cart:hover .cart-hover-message {
  display: block;
}
.text-inner,
.white-wrapper {
  height: 100%;
  border-radius: var(--border-radius-sm);
  display: flex;
  gap: 2rem;
}
.text-inner {
  background-color: var(--light-gray);
  justify-content: center;
}
.white-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  /* background: var(--light-gray); */
}
.reference-slider {
  padding: 2rem 0;
}
.reference-slider ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer .legal-info .legal-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
}

footer .legal-info  img {
  max-width: 250px;
}

footer .footer-menu-title .nav-title {
  visibility: hidden;
}
.pdf-icon {
  transition: filter 0.2s ease, transform 0.2s ease;
}

.pdf-icon:hover {
    filter: drop-shadow(0 2px 5px rgba(220, 53, 69, 0.75));
    transform: scale(1.01);
}

.item-folder-image {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.folder-item.folder-item-pdf {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item-folder-buttons {
  display: flex;
  gap: 0.5rem;
}

.folder-item-pdf {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f9f9f9;
}

.img-folder.pdf-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.files-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: .5rem;
    background-color: transparent;
    border: 1px solid #ddd;

    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.files-btn svg path {
    stroke: #000;
}

.files-btn:hover {
    background-color: #6edb6e;
}


/* Services */
.services .builder-section.services {
    padding: 6rem 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.97) 0%,
        rgba(250, 250, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.services .builder-section.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(212, 175, 55, 0.3) 50%,
        transparent 100%);
}

.services .builder-section.services::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(10, 10, 10, 0.05) 50%,
        transparent 100%);
    z-index: 0;
}

.services .title-text-col {
    position: relative;
    z-index: 1;
}

.services .title-text h2 {
    color: var(--secondary-color);
}

.services .module-text2.text.gray p {
    /* font-size: 1.2rem; */
    color: var(--black-60);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 300;
}


.services .card-services {
    background: var(--white);
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-sm);
    border: 1px solid var(--border-color);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.03),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.services .card-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(212, 175, 55, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.services .card-services::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.2),
        rgba(212, 175, 55, 0.05),
        rgba(212, 175, 55, 0.2));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.services .card-services:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset,
        0 0 40px rgba(212, 175, 55, 0.1);
        border-color: var(--border-color-hover);
}

.services .card-services:hover::before {
    opacity: 1;
}

.services .card-services:hover::after {
    opacity: 1;
}

.services .fickle-header.fickle-header-inline {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.services .fickle-item.fickle-image {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.1) 0%,
        rgba(212, 175, 55, 0.05) 100%);
    border-radius: 12px;
    padding: 12px;
    transition: all 0.4s ease;
}

.services .module-fickle.module-fickle-basic:hover .fickle-image {
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.15) 0%,
        rgba(212, 175, 55, 0.1) 100%);
    transform: scale(1.05);
}

.services .fickle-item.fickle-image img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(90%) saturate(500%) hue-rotate(360deg);
    transition: all 0.4s ease;
}

.services .module-fickle.module-fickle-basic:hover .fickle-image img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(90%) saturate(600%) hue-rotate(360deg);
    transform: scale(1.1);
}

.services .fickle-item.fickle-title p {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--black);
    margin: 0;
    line-height: 1.3;
    position: relative;
}

.services .fickle-item.fickle-title p::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.4s ease;
    border-radius: 1px;
}

.services .module-fickle.module-fickle-basic:hover .fickle-title p::after {
    width: 40px;
}

.services .fickle-item.fickle-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--primary-color);
    opacity: 0.5;
    font-size: 1.2rem;
    transition: all 0.4s ease;
}

.services .module-fickle.module-fickle-basic:hover .fickle-icon {
    opacity: 0.8;
    transform: scale(1.1);
}

.services .fickle-content {
    position: relative;
    z-index: 2;
}

.services .fickle-item.fickle-text-content p {
    color: var(--black-60);
    line-height: 1.7;
    font-weight: 300;
    margin: 0;
    transition: color 0.3s ease;
}

.services .module-fickle.module-fickle-basic:hover .fickle-text-content p {
    color: var(--black-70);
}

.services .module-fickle.module-fickle-basic .service-number {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    z-index: 0;
    transition: all 0.4s ease;
}

.services .module-fickle.module-fickle-basic:hover .service-number {
    color: rgba(212, 175, 55, 0.05);
    transform: scale(1.1);
}

.services .module-fickle.module-fickle-basic:nth-child(1) .service-number::before {
    content: '01';
}

.services .module-fickle.module-fickle-basic:nth-child(2) .service-number::before {
    content: '02';
}

.services .module-fickle.module-fickle-basic:nth-child(3) .service-number::before {
    content: '03';
}

@keyframes fadeInUpCards {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services .col-lg-4:nth-child(2) div {
    animation: fadeInUpCards 0.6s ease-out 0.2s both;
}

.services .col-lg-4:nth-child(3) div {
    animation: fadeInUpCards 0.6s ease-out 0.4s both;
}

.services .col-lg-4:nth-child(4) div {
    animation: fadeInUpCards 0.6s ease-out 0.6s both;
}


/* footer */
footer {
    background-color: var(--black);
    color: var(--white);
    padding: 80px 0 40px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 60px;
}

.module-footer .nav-title p {
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}


.module-footer p {
    color: rgba(255, 255, 255, 0.7);
    /* margin-bottom: 25px; */
    font-weight: 300;
    line-height: 1.8;
}

.footer-copyright {
  background: linear-gradient(135deg, #f9f7f3 0, #f0ede6 100%);
}

.copyright-footer p {
color: #0B0B0B;
}

.module-footer ul {
    padding: 0;
}

.module-footer li {
    list-style: none;
    margin-bottom: 15px;
}

.module-footer li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
    font-weight: 300;
    display: flex;
    align-items: center;
}

.module-footer li a::before {
    content: '›';
    margin-right: 10px;
    color: var(--gold);
    transition: var(--transition);
}

.module-footer li a:hover {
    color: var(--gold);
    padding-left: 5px;
}

.module-footer li a:hover::before {
    margin-right: 15px;
}

/* Nav */
.nav-link {
    color: var(--black);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    padding: 0.75rem 0;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        var(--primary-color) 0%,
        rgba(212, 175, 55, 0.8) 100%);
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 1px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
    text-decoration: none;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.nav-link.dropdown-toggle::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: .25rem;
    margin-top: 0;
    vertical-align: 0;
    background: url(/uploads/icons/arrow-down.svg) center center / contain no-repeat;
    border: none;
    content: "";
    transition: transform 0.3s ease;
    position: relative;
    top: 0;
    float: none;
    order: 2;
}



/* PRODUCT CATEGORIES */
.products-categories {
  background: linear-gradient(135deg, #f9f7f3 0%, #f0ede6 100%);
  position: relative;
  overflow: hidden;
}

.products-categories::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  z-index: 1;
}


.products-categories .row.builder-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  
}

.products-categories .title-text-col {
    grid-column: 1 / -1;
    padding-bottom: 2rem;
}

.products-categories .title-text-col .module-text2 h2 {
    color: var(--secondary-color);
}


.products-categories .col-lg-4,
.products-categories .col-lg-6 {
  display: contents;
}

.products-categories .module-category-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: var(--border-radius-sm);
}

.products-categories .module-category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 255, 255, 0.1)) border-box;
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.products-categories .module-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.12);
}

.products-categories .module-category-card:hover::before {
  opacity: 1;
}

.products-categories .module-category-card .category-item .category-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.95);
}

.products-categories .module-category-card:hover .category-image {
  transform: scale(1.05);
  filter: brightness(1);
}

.products-categories .module-category-card .category-item .category-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  background: transparent;
  text-align: center;
  z-index: 3;
 width: calc(100% - 2rem);
    margin: 0 auto;
  display: inline-block;
  
  background: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 28px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.products-categories .module-category-card:hover .category-item .category-title {
  background: rgba(0, 0, 0, 0.95);
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border-color: var(--primary-color);
}

.products-categories .module-category-card .category-item .category-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.3),
    transparent
  );
  transition: left 0.7s ease;
  z-index: 1;
}

.products-categories .module-category-card:hover .category-item .category-title::before {
  left: 100%;
}

.products-categories .module-category-card .category-item .category-title p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

.products-categories .module-category-card .category-item a {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.products-categories .module-category-card .category-item a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.7s ease;
  z-index: 1;
  pointer-events: none;
}

.products-categories .module-category-card:hover .category-item a::after {
  left: 150%;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes buttonSlideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.products-categories .module-category-card {
  animation: fadeInUp 0.5s ease-out forwards;
  opacity: 0;
}

.products-categories .module-category-card .category-item .category-title {
  animation: buttonSlideUp 0.6s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.products-categories .col-lg-4:nth-child(2) .module-category-card { animation-delay: 0.1s; }
.products-categories .col-lg-4:nth-child(3) .module-category-card { animation-delay: 0.2s; }
.products-categories .col-lg-4:nth-child(4) .module-category-card { animation-delay: 0.3s; }
.products-categories .col-lg-4:nth-child(5) .module-category-card { animation-delay: 0.4s; }
.products-categories .col-lg-4:nth-child(6) .module-category-card { animation-delay: 0.5s; }
.products-categories .col-lg-6:nth-child(7) .module-category-card { animation-delay: 0.6s; }
.products-categories .col-lg-6:nth-child(8) .module-category-card { animation-delay: 0.7s; }

.products-categories .col-lg-4:nth-child(2) .category-title { animation-delay: 0.3s; }
.products-categories .col-lg-4:nth-child(3) .category-title { animation-delay: 0.4s; }
.products-categories .col-lg-4:nth-child(4) .category-title { animation-delay: 0.5s; }
.products-categories .col-lg-4:nth-child(5) .category-title { animation-delay: 0.6s; }
.products-categories .col-lg-4:nth-child(6) .category-title { animation-delay: 0.7s; }
.products-categories .col-lg-6:nth-child(7) .category-title { animation-delay: 0.8s; }
.products-categories .col-lg-6:nth-child(8) .category-title { animation-delay: 0.9s; }






/* PRODUCTS SECTION */
.products-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
  position: relative;
  overflow: hidden;
}

.products-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.08) 0%, transparent 40%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 3px,
      rgba(212, 175, 55, 0.03) 3px,
      rgba(212, 175, 55, 0.03) 6px
    );
  z-index: 0;
  opacity: 0.6;
}

.products-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #D4AF37, #FFD700, #D4AF37, transparent);
  z-index: 1;
}

.products-section .title-text h2 {
  color: #fff;
  position: relative;
  display: inline-block;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.products-grid {
  position: relative;
  z-index: 2;
}

.products-grid .product-card {
  background: #fff;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  border: 2px solid var(--border-color);
  height: 100%;
  position: relative;
}

.products-grid .product-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 18px;
  background: linear-gradient(45deg, transparent, rgba(212, 175, 55, 0.3), transparent);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.products-grid .product-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 60px rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.3);
}

.products-grid .product-card:hover::before {
  opacity: 1;
}

.products-grid .product-image {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}

.products-grid .product-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.products-grid .product-card:hover .product-image img {
  transform: scale(1.08);
  filter: brightness(1.05) contrast(1.1);
}

.products-grid .product-image .btn-favorite {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(212, 175, 55, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.products-grid .product-image .btn-favorite:hover {
  background: #fff;
  transform: scale(1.15) rotate(10deg);
  border-color: #D4AF37;
}

.products-grid .product-body {
  padding: 1rem;
  background: #fff;
 
}


.product-view .product-body {
   display: flex;
  flex-direction: column;
  gap: 1rem;
}

.products-grid .product-body .title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
  text-align: center;
}

.products-grid .product-body .title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  min-height: 70px;
}

.products-grid .product-body .title a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #D4AF37;
  transition: width 0.3s ease;
}

.products-grid .product-card:hover .product-body .title a {
  color: #D4AF37;
}


.products-grid .low-stock,
.products-grid .normal-stock {
  margin-bottom: 12px;
  text-align: center;
}

.products-grid .low-stock span {
  color: #C40000;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 12px;
  background: rgba(196, 0, 0, 0.1);
  border-radius: 15px;
  display: inline-block;
}

.products-grid .normal-stock span {
  color: #2E7D32;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 12px;
  background: rgba(46, 125, 50, 0.1);
  border-radius: 15px;
  display: inline-block;
}

.products-grid .product-review {
  margin-bottom: 20px;
  text-align: center;
}

.products-grid .review-count {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.products-grid .product-sale-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.products-grid .regular-price {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: 0.5px;
}

.products-grid .regular-price sup {
  font-size: 16px;
  font-weight: 600;
}

.products-grid .sale-price {
  font-size: 18px;
  color: #888;
  text-decoration: line-through;
  font-weight: 500;
}

.products-grid .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.products-grid .slick-arrow:hover {
  background: #ffffff;
  border-color: #D4AF37;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.products-grid .slick-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.products-grid .slick-arrow .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.products-grid .slick-arrow:hover .arrow {
  transform: scale(1.2);
}

.products-grid .slick-arrow svg path {
  stroke: #D4AF37;
  transition: stroke 0.3s ease;
}

.products-grid .slick-arrow:hover svg path {
  stroke: #b8942f;
}

.products-grid .slick-arrow-left {
  left: -25px;
}

.products-grid .slick-arrow-right {
  right: -25px;
}

.products-grid .product-card .product-body .product-purchase button {
    background: linear-gradient(135deg, #1a1a1a, #0b0b0b);
    color: #fff;
    border: 2px solid transparent;
    padding: 16px 24px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: var(--border-radius-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.products-grid .product-card .product-body .product-purchase button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 55, 0.6),
    transparent
  );
  transition: left 0.8s ease;
  z-index: -1;
}

.products-grid .product-card:hover .product-body .product-purchase button::before {
  left: 100%;
}

.products-grid .product-card .product-body .product-purchase button:hover {
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  color: #1a1a1a;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}

.product-purchase svg path {
    fill: #fff;
    transition: all 0.4s ease;
}

.products-grid .product-card .product-body .product-purchase button:hover svg path {
    fill: #1a1a1a;
    stroke: #1a1a1a;
}

.products-grid .slick-dots {
  margin-top: 50px;
  position: relative;
  bottom: 0;
}

.products-grid .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.products-grid .slick-dots li.slick-active button {
  background: #D4AF37;
  width: 35px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.3);
  }
}

.slick-slide {
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
}

.slick-slide:nth-child(1) { animation-delay: 0.1s; }
.slick-slide:nth-child(2) { animation-delay: 0.2s; }
.slick-slide:nth-child(3) { animation-delay: 0.3s; }
.slick-slide:nth-child(4) { animation-delay: 0.4s; }

.products-grid .product-card {
  animation: glowPulse 4s ease-in-out infinite;
}

/*  PRODUCTS SECTION - WHITE  */
.products-section.products-white {
  background: linear-gradient(135deg, #f9f7f3 0, #f0ede6 100%);
}

.products-section.products-white::before {
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.02) 0%, transparent 40%);
  opacity: 0.3;
}


.products-section.products-white .product-card {
  background: #fff;
  border-radius: var(--border-radius-sm);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products-section.products-white .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.3);
}

.products-section.products-white .product-card::before {
  display: none;
}

.products-section.products-white .title-text h2 {
  color: var(--secondary-color);
  text-shadow: none;
}

.products-section.products-white .slick-arrow {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.products-section.products-white .slick-dots li button {
  background: rgba(0, 0, 0, 0.1);
}

.products-section.products-white .slick-dots li.slick-active button {
  background: #D4AF37;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.products-section.products-white .product-card {
  animation: none;
}


/* ------------------------------ BLOG SECTION ------------------------------ */
.blog {
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}

.blog-articles {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}
/* 
.blog .title-text {
  margin-bottom: 4rem;
} */

.blog .title-text p,
.blog-articles .title-text p {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 1.6;
  font-weight: 300;
}

.blog .blog-category-card,
.blog-articles .blog-category-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  border-radius: var(--border-radius-sm);
}

.blog .blog-category-card:hover,
.blog-articles .blog-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.2);
}

.blog .blog-category-card .card-image,
.blog-articles .blog-category-card .card-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog .blog-category-card .card-image img,
.blog-articles .blog-category-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog .blog-category-card:hover .card-image img,
.blog-articles .blog-category-card:hover .card-image img {
  transform: scale(1.05);
}

.blog .blog-category-card .view-count,
.blog-articles .blog-category-card .view-count {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 4px;
}

.blog .blog-category-card .view-count svg,
.blog-articles .blog-category-card .view-count svg {
  width: 16px;
  height: 16px;
}

.blog .blog-category-card .view-count svg path,
.blog-articles .blog-category-card .view-count svg path {
  stroke: #fff;
  stroke-width: 1.5;
}

.blog .blog-category-card .card-body,
.blog-articles .blog-category-card .card-body {
  padding: 1rem;
}


.blog .blog-category-card .card-content h2 a,
.blog-articles .blog-category-card .card-content h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
 
}


.blog .blog-category-card .card-content h2,
.blog-articles .blog-category-card .card-content h2 {
  font-size: 1.5rem !important;
  line-height: 0;
}


.blog .blog-category-card:hover .card-content h2 a,
.blog-articles .blog-category-card:hover .card-content h2 a {
  color: #D4AF37;
}

.blog .blog-category-card .card-button .btn,
.blog-articles .blog-category-card .card-button .btn {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.blog .blog-category-card .card-button .btn:hover,
.blog-articles .blog-category-card .card-button .btn:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog .col-12,
.blog-articles .col-12 {
  animation: fadeInUp 0.4s ease-out forwards;
  opacity: 0;
}

.blog .col-12:nth-child(1),
.blog-articles .col-12:nth-child(1) { animation-delay: 0.1s; }

.blog .col-12:nth-child(2),
.blog-articles .col-12:nth-child(2) { animation-delay: 0.2s; }

.blog .col-12:nth-child(3),
.blog-articles .col-12:nth-child(3) { animation-delay: 0.3s; }

.blog .col-12:nth-child(4),
.blog-articles .col-12:nth-child(4) { animation-delay: 0.4s; }

.blog-share .share-icons a svg {
    transition: transform 0.3s ease, fill 0.3s ease;
}

.blog-share .share-icons a:hover svg  {
    transform: scale(1.1); 
    fill: #0B0B0B;         
}


/* -------------------------------- ABOUT US -------------------------------- */
.about-us {
  background: #fff;
  position: relative;
}

/* .about-us .container {
   max-width: 1400px;
   margin: 0 auto;
} */

.about-us .about-text-inner {
  padding: 4rem 3rem;
  align-self: center;
}

.about-us .module-text2 h2 {
  color: var(--secondary-color);
  position: relative;
}

.about-us .module-text2 p {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 25px;
  opacity: 0.9;
}

.about-us .about-image-inner-col {
  position: relative;
}

.about-us .about-image-inner-col > div .img-1 {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  transition: all 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-bottom: 40px;
  border: 5px solid var(--primary-color);
  border-radius: var(--border-radius-sm);
  
}

.about-us .about-image-inner-col > div .img-1 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.about-us .about-image-inner-col > div .img-2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 50%;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 5px solid #fff;
  transition: all 0.4s ease;
  border-radius: var(--border-radius-sm);

}

.about-us .about-image-inner-col > div .img-2 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  border-radius: var(--border-radius-sm);
}

.about-us .about-image-inner-col > div .module-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(212, 175, 55, 0.2);
}

.about-us .about-image-inner-col > div .module-image:hover img {
  border-radius: var(--border-radius-sm);
  transform: scale(1.08);
}

.about-us .about-image-inner-col > div .module-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(212, 175, 55, 0.05);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.about-us .about-image-inner-col > div .module-image:hover::before {
  opacity: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-us .module-text2 {
  animation: fadeInUp 0.6s ease-out forwards;
}

.about-us .about-image-inner-col > div .img-1 {
  animation: fadeInUp 0.6s ease-out 0.2s forwards;
  opacity: 0;
}

.about-us .about-image-inner-col > div .img-2 {
  animation: fadeInRight 0.6s ease-out 0.4s forwards;
  opacity: 0;
}


/* MONTAJ */

.second-hero .image-inner .module-image img {
  border-radius: var(--border-radius-sm);
}


/* DROPDOWN MENU */
.dropdown-menu {
  min-width: 220px;
  padding: 15px 0;
  border: none;
  /* border-radius: 12px; */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: #fff;
  animation: fadeInDown 0.3s ease-out;
}

.dropdown-item {
  padding: 12px 25px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary-color);
  color: var(--black);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dropdown-item:hover {
  background: rgba(212, 175, 55, 0.05);
  color: var(--primary-color);
  text-decoration: none;
}

.dropdown-item:hover::before {
  opacity: 1;
}

.dropdown-item::after {
  content: '→';
  position: absolute;
  right: 20px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}

.dropdown-item:hover::after {
  opacity: 1;
  color: #D4AF37;
  transform: translateX(3px);
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}

.dropdown-item.active {
  background: var(--primary-color);
  color: var(--black);
}

.dropdown-item.active::before {
  opacity: 1;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #D4AF37, rgba(212, 175, 55, 0.5));
  z-index: 1;
}

.second-hero {
  background: linear-gradient(135deg, #f9f7f3 0%, #f0ede6 100%);

}

section.second-hero .white-wrapper-col {
  padding: 100px 80px;
  background: linear-gradient(135deg, #f9f7f3 0%, #f0ede6 100%);
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
}

section.second-hero .white-wrapper h1 {
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: none;
  animation: fadeInUp 1s ease-out 0.4s both;
}


section.second-hero .white-wrapper p {
  color: var(--p-color);
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 0;
  position: relative;
  padding: 2rem;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(212, 175, 55, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
}

section.second-hero .white-wrapper p:hover {
  box-shadow: 
    0 15px 50px rgba(0, 0, 0, 0.12),
    0 0 0 1px var(--primary-color);
  transform: translateY(-5px);
}

section.second-hero .image-inner-col {
  padding: 0;
  height: 700px;
  position: relative;
}

section.second-hero .image-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}

section.second-hero .module-image {
  height: 100%;
  width: 100%;
  position: relative;
}

section.second-hero .module-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.95) contrast(1.1) saturate(1.1);
}

section.second-hero:hover .module-image img {
  transform: scale(1.08);
}

section.second-hero .module-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(10, 10, 10, 0.4) 100%
  );
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section.second-hero .white-wrapper {
  animation: fadeInUp 1s ease-out 0.3s both;
}

section.second-hero .image-inner {
  animation: fadeInUp 1s ease-out 0.6s both;
}


section.second-hero h1::first-letter {
  color: var(--primary-color);
  /* font-size: 1.2em; */
}

section.second-hero::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 40px;
  background: radial-gradient(ellipse at center, 
    rgba(0,0,0,0.1) 0%, 
    transparent 70%);
  z-index: -1;
  pointer-events: none;
}


/* --------------------------------- Monstaj -------------------------------- */
.montaj-section {
    background-color: var(--white);
    position: relative;
}

.montaj-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.montaj-section .container {
    position: relative;
    z-index: 2;
}

.montaj-section .module-text2 h2 {
    text-align: center;
    color: var(--secondary-color);
    position: relative;
    display: inline-block;
    width: 100%;
}


.montaj-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.montaj-section .module-fickle {
    background: #ffffff;
    padding: 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: var(--border-radius-sm);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.montaj-section .module-fickle:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(212, 175, 55, 0.3);
}

.montaj-section .fickle-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.montaj-section .fickle-image {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(184, 148, 31, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.montaj-section .module-fickle:hover .fickle-image {
    background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
}

.montaj-section .fickle-image img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(71%) sepia(27%) saturate(1298%) hue-rotate(3deg) brightness(96%) contrast(86%);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.montaj-section .module-fickle:hover .fickle-image img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.montaj-section .fickle-title {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.montaj-section .fickle-content {
    flex-grow: 1;
}

.montaj-section .fickle-text-content {
    margin-bottom: 25px;
}

.montaj-section .fickle-text-content p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.montaj-section .fickle-text-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.montaj-section .fickle-text-content ul li {
    margin-bottom: 8px;
    color: #666666;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.montaj-section .fickle-text-content ul li::before {
    content: '✓';
    color: #d4af37;
    font-size: 10px;
    flex-shrink: 0;
    margin-top: 4px;
}

.montaj-section .fickle-text-content > p:last-child {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
}

.montaj-section .fickle-text-content p strong {
    font-size: 28px;
    font-weight: 900;
    color: #d4af37;
    font-family: 'Outfit', sans-serif;
}


.montaj-section .fickle-text-content p {
    font-size: 16px;
    color: #666666;
    font-family: 'Inter', sans-serif;
}

.montaj-section .service-price-old {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}


/* ----------------------------------- FAQ ---------------------------------- */
.faq-section .row {
  align-items: center;
}

/* ---------------------------- Cum fucntioneaza ---------------------------- */
.cum-functioneaza {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}

.cum-functioneaza .module-text2 h2 {
    text-align: center;
    color: var(--secondary-color);
}

.cum-functioneaza .module-text2 {
    text-align: center;
    margin-bottom: 20px;
}


.cum-functioneaza-inner {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.cum-functioneaza-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: var(--gold);
}

.cum-functioneaza-inner > div {
    position: relative;
    margin-bottom: 100px;
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: var(--border-radius-sm);
    padding: 40px;
    width: calc(50% - 30px);

}

.cum-functioneaza-inner > .right {
    margin-left: auto;
}

.cum-functioneaza-inner > .left {
    margin-right: auto;
}

.cum-functioneaza-inner > div::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--black);
    z-index: 3;
    transform: translateY(-50%);
}

.cum-functioneaza-inner > .right:nth-child(1)::before {
    content: "1";
    left: -30px;
}

.cum-functioneaza-inner > .left:nth-child(2)::before {
    content: "2";
    right: -30px;
}

.cum-functioneaza-inner > .right:nth-child(3)::before {
    content: "3";
    left: -30px;
}

.cum-functioneaza-inner > .left:nth-child(4)::before {
    content: "4";
    right: -30px;
}

.cum-functioneaza-inner > .right:nth-child(5)::before {
    content: "5";
    left: -30px;
}


.fickle-title p {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--black);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.fickle-text-content p {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.fickle-content {
    margin-top: 15px;
}

.fickle-text-content p span {
    background-color: transparent;
    color: var(--text-light);
    -webkit-text-stroke-width: 0;
    display: inline;
    float: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-align: left;
    text-decoration-color: initial;
    text-decoration-style: initial;
    text-decoration-thickness: initial;
    text-indent: 0;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0;
}

.faq-section .module-text2 h2 {
    color: var(--secondary-color);
    text-align: center;
}

.faq-section .module-image img {
  border-radius: var(--border-radius-sm);
}


/* -------------------------------- Mostenire ------------------------------- */
.mostenire-section {
    background: var(--white);
    position: relative;
}

.mostenire-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.mostenire-section .module-text2 h2 {
    color: var(--secondary-color);
}

.mostenire-section .row {
    align-items: center;
}

.mostenire-section .module-text2 p {
    color: var(--p-color);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}

.mostenire-section .text-content  {
  /* padding-left: 3rem; */
}

.mostenire-section .image-content .module-image {
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    height: 280px;
    z-index: 1;

    transition:
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.9s ease;
}

.mostenire-section .image-content .module-image:not(:hover) {
    transition:
        transform 1.2s ease-out,
        box-shadow 1.2s ease-out;
}

.mostenire-section .image-content .img-1 {
    height: 320px;
    margin-bottom: 10px;
}

.mostenire-section .image-content .img-2 {
    height: 280px;
    margin-top: -40px;
    margin-left: 40px;
}

.mostenire-section .image-content .img-3 {
    height: 250px;
    margin-top: -60px;
    margin-left: 80px;
}

.mostenire-section .image-content .module-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s ease-out;
}

.mostenire-section .image-content .module-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition-delay: 0.08s;
}

.mostenire-section .image-content .module-image:hover img {
    transform: scale(1.03);
}


@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mostenire-section .image-content .img-1 {
    animation: slideInLeft 0.6s ease-out 0.1s forwards;
    opacity: 0;
}

.mostenire-section .image-content .img-2 {
    animation: slideInLeft 0.6s ease-out 0.3s forwards;
    opacity: 0;
}

.mostenire-section .image-content .img-3 {
    animation: slideInLeft 0.6s ease-out 0.5s forwards;
    opacity: 0;
}



/* ---------------------------- Section PRINCIPII --------------------------- */
.principii-section {
    background: var(--light-gray);
    position: relative;
    overflow: hidden;
}

.principii-section .module-text2 {
  text-align: center;
}

.principii-section .container {
    position: relative;
    z-index: 2;
}

.principii-section h2 {
    text-align: center;
    color: var(--secondary-color);
    position: relative;
}

.principii-section-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.principii-section .module-fickle {
    background: var(--white);
    padding: 50px 40px;
    text-align: center;
    border-radius: var(--border-radius-sm);
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.principii-section .module-fickle:hover {
    box-shadow: var(--shadow-heavy);
    border-color: var(--border-color-hover);
}

.principii-section .fickle-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    gap: 20px;
    width: 100%;
}

.principii-section .fickle-header.fickle-header-inline {
    flex-direction: column;
    gap: 25px;
}

.principii-section .fickle-image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.principii-section .fickle-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(715%) hue-rotate(11deg) brightness(95%) contrast(87%);
}

.principii-section .yellow-card .fickle-image {
    background: linear-gradient(135deg, var(--primary-color) 0%, #ffc800 100%);
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.principii-section .yellow-card .fickle-image img {
    filter: brightness(0) invert(1);
}

.principii-section .black-card .fickle-image {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #333333 100%);
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.principii-section .black-card .fickle-image img {
    filter: brightness(0) invert(1);
}


.principii-section .fickle-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: var(--secondary-color);
    margin: 0;
    line-height: 1.2;
}

.principii-section .fickle-title p {
    margin: 0;
}

.principii-section .fickle-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.principii-section .fickle-text-content {
    color: var(--p-color);
    line-height: 1.7;
    font-size: 16px;
}

.principii-section .fickle-text-content p {
    margin: 0;
    color: var(--p-color);
}

.principii-section .fickle-text-content span,
.principii-section .fickle-text-content span span {
    color: var(--p-color);
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    -webkit-text-stroke-width: 0;
    display: block;
    white-space: normal;
    word-spacing: normal;
}


/* ------------------------------ Section Team ------------------------------ */
.team-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.team-section .container {
    position: relative;
    z-index: 2;
}

.team-section .builder-row {
    display: flex;
    flex-direction: column;
}

.team-section .team-section-inner-col {
    width: 100%;
}

.team-section .team-section-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.team-section .module-text2 h2 {
    color: var(--secondary-color);
    text-align: center;
    position: relative;
}



.team-section .module-fickle {
    background: var(--white);
    border-radius: var(--border-radius-sm);
    padding: 40px 30px;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}


.team-section .module-fickle:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.team-section .module-fickle:hover::before {
    transform: scaleX(1);
}

.team-section .fickle-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.team-section .fickle-header-inline {
    flex-direction: column;
    align-items: center;
}

.team-section .fickle-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--border-color);
    position: relative;
    transition: var(--transition);
    background: linear-gradient(135deg, var(--primary-color-10) 0%, var(--white-secondary) 100%);
}

.team-section .module-fickle:hover .fickle-image {
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.team-section .fickle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.team-section .module-fickle:hover .fickle-image img {
    transform: scale(1.1);
}

.team-section .fickle-title p {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0;
    position: relative;
    padding-bottom: 8px;
}

.team-section .fickle-title p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-color-hover));
    transition: var(--transition);
    border-radius: 1px;
}

.team-section .module-fickle:hover .fickle-title p::after {
    width: 100px;
}

.team-section .fickle-subtitle {
    margin-bottom: 20px;
    text-align: center;
}

.team-section .fickle-subtitle p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 0;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(232, 196, 77, 0.1) 100%);
    border-radius: var(--border-radius-btn);
    display: inline-block;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.team-section .fickle-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team-section .fickle-text-content p {
    color: var(--p-color);
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
