.elementor-1020101 .elementor-element.elementor-element-be968a2{margin-top:-22px;margin-bottom:0px;}.elementor-1020101 .elementor-element.elementor-element-fccbb6f{margin-top:50px;margin-bottom:0px;}.elementor-1020101 .elementor-element.elementor-element-a393156{margin-top:-99px;margin-bottom:0px;}.elementor-1020101 .elementor-element.elementor-element-5b1ae34{margin-top:-60px;margin-bottom:0px;}.elementor-1020101 .elementor-element.elementor-element-118c587{margin-top:30px;margin-bottom:20px;}.elementor-1020101 .elementor-element.elementor-element-d419894 .elementor-headline{text-align:center;}.elementor-1020101 .elementor-element.elementor-element-d419894 .elementor-headline-dynamic-wrapper path{stroke:#cfae4e;}.elementor-1020101 .elementor-element.elementor-element-d419894 .elementor-headline-plain-text{color:#000000;}.elementor-1020101 .elementor-element.elementor-element-d419894 .elementor-headline-dynamic-text{color:#000000;}.elementor-1020101 .elementor-element.elementor-element-be66477 .elementor-badge{min-width:50px;}.elementor-1020101 .elementor-element.elementor-element-8f650f2{margin-top:30px;margin-bottom:20px;}.elementor-1020101 .elementor-element.elementor-element-86b32c3 .elementor-headline{text-align:center;}.elementor-1020101 .elementor-element.elementor-element-86b32c3 .elementor-headline-dynamic-wrapper path{stroke:#cfae4e;}.elementor-1020101 .elementor-element.elementor-element-86b32c3 .elementor-headline-plain-text{color:#000000;}.elementor-1020101 .elementor-element.elementor-element-86b32c3 .elementor-headline-dynamic-text{color:#000000;}.elementor-1020101 .elementor-element.elementor-element-9246a38 .elementor-badge{min-width:50px;}/* Start custom CSS for html, class: .elementor-element-e76a08c */.featured-links__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 50px auto;
  max-width: 1200px;
}

.featured-links__list__item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 280px;
}

.featured-links__list__item__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.featured-links__list__item__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.featured-links__list__item__color-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(229, 218, 203, 0.41); /* ngjyrë pastel roze */
  transition: background-color 0.4s ease;
}

.featured-links__list__item__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hover effects */
.featured-links__list__item:hover .featured-links__list__item__background {
  transform: scale(1.08);
}

.featured-links__list__item:hover .featured-links__list__item__color-overlay {
  background-color: rgba(207, 174, 78, 0); /* ari i butë kur kalon miu */
}

.featured-links__list__item:hover .featured-links__list__item__title {
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-986c877 */.featured-links__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 50px auto;
  max-width: 1200px;
}

.featured-links__list__item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 280px;
}

.featured-links__list__item__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.featured-links__list__item__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.featured-links__list__item__color-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(229, 218, 203, 0.41); /* ngjyrë pastel roze */
  transition: background-color 0.4s ease;
}

.featured-links__list__item__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hover effects */
.featured-links__list__item:hover .featured-links__list__item__background {
  transform: scale(1.08);
}

.featured-links__list__item:hover .featured-links__list__item__color-overlay {
  background-color: rgba(207, 174, 78, 0); /* ari i butë kur kalon miu */
}

.featured-links__list__item:hover .featured-links__list__item__title {
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd838a0 */.gloss-gallery-section {
  background: linear-gradient(230deg, #ffffff 0%, #e5dacb 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.gloss-gallery-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.gloss-gallery-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gloss-gallery-btn {
  display: inline-block;
  background-color: #cfae4e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.gloss-gallery-btn:hover {
  background-color: #000;
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae03480 */.features-section {
  background: linear-gradient(180deg, #ffffff 10%, #ffffff 30%, #e5dacb 100%);
  padding: 60px 20px;
  text-align: center;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.feature-box {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.feature-icon img {
  width: 65px;
  height: auto;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #cfae4e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.feature-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}/* End custom CSS */