/*
Theme Name: Raya Atelier
Theme URI: http://localhost/wordpress/
Author: Raya Atelier
Description: Raya Atelier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, e-commerce, bridal
Text Domain: raya-atelier
*/

@import url("https://fonts.googleapis.com/css2?family=Allura&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Stilet Bazë */
:root {
  --color-black: #000000;
  --color-white: #f5f5dc;
  --color-gold: #b39b5d;
  --font-serif: "Playfair Display", serif;
  --font-sans: "Poppins", sans-serif;
  --font-script: "Allura", cursive;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--color-black);
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
}

a {
  text-decoration: none;
  color: inherit;
}

h2 {
  font-family: var(--font-serif, "Georgia", serif);
  font-size: 2.2em;
  margin-bottom: 40px;
}

h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #a3957f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

/* Header dhe Navigimi */
.raya-header {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 0 5%;
  text-align: center;
}

.header-top-row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid var(--color-gold);
  margin-bottom: 20px;
}

.header-left {
  width: 140px;
}

.raya-header .logo {
  font-family: var(--font-serif);
  font-size: 3.5em;
  letter-spacing: 0;
  color: var(--color-gold);
  text-transform: none;
  margin: 0;
}

.raya-header .logo span {
  font-family: "Tangerine", cursive;
  font-weight: 700;
}

.nav-icons {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-icons i {
  color: var(--color-gold);
  margin-left: 15px;
  font-size: 1.2em;
  cursor: pointer;
}

.search-wrap {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 999;
  background: 0 none;
}

/* Ikona e search */
.search-toggle {
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
}

/* 2. RRESHTI I POSHTËM (Navigimi) */
.header-bottom-row {
  padding-bottom: 20px;
}

.main-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

.main-nav a {
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--color-white);
  text-transform: uppercase;
  transition: color 0.3s;
}

.main-nav a:hover,
.main-nav .active {
  color: var(--color-gold);
}

.pll-switcher-select {
  background: none;
  border: none;
  padding: 0;
  color: #b79b69;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.pll-switcher-select:focus-visible,
.pll-switcher-select:focus,
.pll-switcher-select:focus-visible option,
.pll-switcher-select:focus option {
  outline: none !important;
  box-shadow: none !important;
}

.menu-toggle {
  display: none !important;
}

/* 2. HERO SECTION */
.hero-section {
  position: relative;
  height: 80vh;
  overflow: hidden;
  background-image: url("assets/hero-collection.jpg");
  background-size: cover;
  background-position: center 0%;
  background-color: var(--color-black);
  /* background-attachment: fixed; */
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  text-align: center;
  z-index: 10;
  width: 90%;
}

.hero-content h1 {
  font-family: var(--font-serif);
  font-size: 3em;
  margin-bottom: 15px;
  letter-spacing: 5px;
  color: var(--color-gold);
}

.hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--color-gold);
}

.cta-button,
.wpcf7-submit {
  background-color: var(--color-gold);
  color: var(--color-black);
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  transition: background-color 0.3s;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.7em;
}

.cta-button:hover,
.wpcf7-submit:hover {
  background-color: #d1b464;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

/* -------------------------------------- */
/* SEKSIONI 1: RRETH NESH */
/* -------------------------------------- */
.about-section {
  display: flex;
  background-color: var(--color-black);
  color: var(--color-gold);
  padding: 20px 5% 80px 5%;
  flex-direction: row;
  align-items: center;
  z-index: 5;
  position: relative;
  overflow: visible;
}

.about-content {
  display: flex;
  gap: 28px;
  color: var(--color-text-dark);
  position: relative;
}

.about-content h3 {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.about-content p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.about-left {
  width: 50%;
}

.about-image {
  position: absolute;
  bottom: -130px;
  right: 0;
  margin-bottom: 0;
}

.about-image img {
  height: 460px;
  object-fit: cover;
  display: block;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  border: 4px solid #b39b5d;
}

.cta-button-light {
  background-color: var(--color-button-light);
  color: var(--color-text-dark);
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 1em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-block;
}

.cta-button-light:hover {
  background-color: #c9bfa7;
}

.process-section {
  background-color: var(--color-black);
  color: var(--color-gold);
  padding: 140px 5% 140px;
  text-align: center;
}

.process-section h2 {
  font-family: var(--font-serif);
  font-size: 2em;
  margin-bottom: 60px;
}

.process-steps {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.process-steps h3 {
  font-family: var(--font-serif);
  font-size: 2em;
  margin-bottom: 35px;
}

.step {
  text-align: center;
  width: 210px;
}

.step-holder {
  display: flex;
  margin: 0 auto;
}

.procesi-fustan {
  height: 50px;
  fill: #b39b5d;
  margin-bottom: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.procesi-handling {
  height: 52px;
}

.procesi-matja-ikona {
  width: 56px;
  fill: #b39b5d;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.step i {
  font-size: 3em;
  color: var(--color-gold);
  margin-bottom: 10px;
}

.step p {
  font-size: 1em;
  font-weight: 500;
}

.process-title h2 {
  font-family: var(--font-serif);
  font-size: 3em;
  margin-bottom: 15px;
}

.page-about img {
  width: 100%;
}

/* -------------------------------------- */
/* SEKSIONI 2: KOLEKSIONI / DETAJET */
/* -------------------------------------- */
.details-collection {
  padding: 80px 0;
  text-align: center;
}

.details-collection h2 {
  color: #333;
}

/* --- GALERIA MOZAIK (Me CSS GRID) --- */
.collections-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 10px;
  padding: 0 10px;
  margin-bottom: 40px;
}

.collections-gallery .collection-wrapper {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.collection-wrapper .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  color: #fff;
}

.collection-wrapper .text-wrapper p {
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 0 20px;
  color: var(--color-gold);
}

.collection-wrapper .text-wrapper a i {
  border: 2px solid var(--color-gold);
  border-radius: 9px 9px 9px 9px;
  padding: 10px 8px 10px 8px;
  color: var(--color-gold);
}

.collection-wrapper:hover img {
  transform: scale(1.1);
}

.collection-wrapper:hover .text-wrapper {
  opacity: 1;
}

.collections-gallery .collection-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.collections-gallery .collection-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.collections-gallery .collection-wrapper:hover img {
  transform: scale(1.1);
}

.collections-gallery .collection-wrapper:hover::after {
  opacity: 1;
}

.link-small-light {
  color: var(--color-black);
  text-transform: uppercase;
  background-color: #e0d8c2;
  padding: 8px 20px;
  display: inline-block;
  font-size: 0.8em;
}

/* BEST SELLERS */

.best-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-gold);
}

.masonry-gallery {
  columns: 4;
  column-gap: 20px;
  padding: 0 20px;
  margin-bottom: 40px;
}

.masonry-gallery .gallery-item {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  break-inside: avoid;
  margin-bottom: 1em;
  border: 6px solid #b39b5d;
}

.masonry-gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Efekti Hover (mbetet i njejte) */
.masonry-gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(0.9);
}

.masonry-gallery .masonry-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
}

.masonry-gallery .gallery-item:hover .masonry-overlay {
  opacity: 1;
}

.masonry-gallery .masonry-button {
  padding: 10px 20px;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s;
}

.masonry-gallery .masonry-button:hover {
  background-color: var(--color-gold);
  color: var(--color-black);
}

/* Rrjeta e Kategorive */
.category-grid {
  justify-content: space-around;
  padding: 80px 20px;
  text-align: center;
}

.category-grid h2 {
  color: #333;
}

.category-item {
  width: 30%;
  display: inline-block;
  margin: 0 10px;
}

.img-wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 1s ease;
  z-index: 1;
}

.category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s ease;
}

.category-item:hover .img-wrapper::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.category-item:hover .img-wrapper img {
  transform: scale(1.1);
}

.category-item:hover .img-wrapper img {
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.35);
}

.category-item h3 {
  font-family: var(--font-serif);
  font-size: 1.5em;
  margin-bottom: 10px;
}

.link-small {
  color: var(--color-gold);
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: 2px;
  font-size: 0.8em;
  margin-top: 10px;
  display: inline-block;
}

/* Seksioni Sociale */
.social-proof {
  background: #000;
  color: var(--color-white);
  padding: 60px 0;
  text-align: center;
}

.social-proof h5 {
  font-family: var(--font-serif);
  font-size: 2em;
  color: var(--color-gold);
  margin-bottom: 5px;
}

.follow-text {
  font-size: 0.9em;
  margin-bottom: 40px;
}

.instagram-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 5%;
}

.instagram-gallery img {
  width: 12.5%;
  object-fit: cover;
  border: 4px solid #b39b5d;
}

/* Footer */
.raya-footer {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 40px 5%;
  font-size: 0.9em;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-menu {
  margin-top: 0;
}

.footer-columns h4 {
  color: var(--color-gold);
  margin-top: 0;
}

.footer-nav ul li {
  list-style: none;
}

.footer-nav a {
  display: block;
  margin-bottom: 5px;
  transition: color 0.3s;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: var(--color-gold);
}

.social-icons i {
  color: var(--color-gold);
  font-size: 24px;
  margin-left: 15px;
}

.map-wrapper {
  border: 4px solid #b39b5d;
  height: 200px;
}

.map-wrapper iframe {
  height: 100%;
  width: 100%;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
  opacity: 0.7;
  color: var(--color-gold);
}

.page-content {
  padding: 40px 5%;
  text-align: left;
}

.page-content h1 {
  text-align: center;
}

.article_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.article_holder article {
  width: 18%;
  box-sizing: border-box;
  margin: 10px 1%;
  text-align: center;
  margin-bottom: 50px;
}

.article_holder .post-image-wrapper {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.article_holder img {
  width: 100%;
  display: block;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  min-height: 320px;
}

.article_holder article h3 {
  font-size: 1.1em;
  margin: 10px 0 5px 0;
  font-weight: bold;
  color: #333;
}

.article_holder article .read-more {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  font-size: 0.9em;
  transition: background-color 0.3s;
}

.article_holder article .read-more:hover {
  background-color: #333;
  color: white;
}

.single-holder {
  text-align: center;
}

.entry-content,
.entry-footer {
  margin-bottom: 20px;
}

.entry-content p:first-child {
  text-align: center;
}

.entry-content p {
  text-align: left;
  width: 50%;
  margin: 0 auto;
}

.entry-content .gallery-size-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.single-post-content {
  text-align: center;
  margin-bottom: 30px;
}

.nav-previous,
.nav-next {
  display: inline-block;
  justify-content: space-between;
  width: auto;
  margin: 0px 6px 0px 6px;
  clear: none;
  float: none;
}

.nav-previous a,
.nav-next a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.contact_holder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
}

.left_contact {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

.right_contact {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}

.page-gallery {
  background-color: var(--color-black);
  color: var(--color-gold);
  text-align: center;
  padding-top: 40px;
}

.wide-image {
  margin-top: 7px;
}

.wide-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.products-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 7px;
}

.product-card {
  flex: 1 1 22%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.product-image-container {
  position: relative;
  height: 400px;
}

.product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
}

.image-back {
  opacity: 0;
}

.product-card:hover .image-front {
  opacity: 0;
}

.product-card:hover .image-back {
  opacity: 1;
}

.product-info {
  background-color: white;
  color: #111;
  padding: 10px 0;
  text-align: center;
  border: none;
}

.product-info h3 {
  color: #111;
  margin: 0;
  font-size: 1em;
}

.product-info p {
  color: #333;
  margin: 5px 0 0 0;
  font-size: 0.9em;
}

.pagination-wrapper {
  display: flex;
  text-align: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 0;
}

.page-numbers {
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}

.pagination-wrapper a.page-numbers {
  background-color: var(--color-gold);
  color: #444444;
}

.page-numbers.current {
  background-color: #242424;
  color: var(--color-gold);
}

.next {
  padding: 12px 24px;
  background-color: #ff9800;
  color: #444444;
}

.pagination-wrapper a:hover {
  background-color: #d1b464;
  color: #242424;
}

.page-numbers.current:hover {
  cursor: default;
}

.caf-meta-content {
  justify-content: space-between;
}

.caf-meta-content span.author {
  display: none;
}

.slick-category-slider {
  max-width: 100%;
  overflow: hidden;
}

.slick-category-slider .slide-item {
  padding: 4px;
}

.slick-category-slider img {
  width: 98%;
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  border: 4px solid var(--color-gold);
  min-height: 320px;
}

.single-post-content .post-thumbnail-single img {
  max-width: 100%;
  height: auto;
}

.n2-ss-slider .n2-ss-section-main-content {
  margin-top: 21%;
}

.wp-playlist-light {
  width: 200px !important;
  height: 300px !important;
  margin: 0 auto !important;
  margin-top: 30px !important;
}

.wp-playlist .mejs-container {
  height: 90% !important;
  overflow: hidden;
}

.gutenberg-content {
  text-align: center;
}

/* ------------------------------------------------------------- */
/* --- (MEDIA QUERIES) --- */
/* ------------------------------------------------------------- */

/* Tablet (max-width: 1024px) */
@media (max-width: 1025px) {
  /* Rreth Nesh */
  .about-section {
    display: block;
  }

  .about-content {
    flex-direction: column;
  }

  .about-left {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .about-image {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-image img {
    height: 380px;
    width: 100%;
    max-width: 100%;
  }
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .raya-header h2 {
    font-size: 3em;
  }

  .main-nav ul {
    gap: 20px;
  }

  /* Hero Section */
  .hero-content h1 {
    font-size: 3em;
  }

  /* Procesi */
  .step-holder {
    flex-wrap: wrap;
    /* Lejon të bien në rresht të ri */
    justify-content: space-around;
    gap: 40px;
  }

  .step {
    width: 40%;
  }

  /* Koleksioni */
  .collections-gallery {
    grid-template-columns: repeat(2, 1fr);
    /* 2 kolona */
    padding: 0 5%;
  }

  /* Best Sellers */
  .masonry-gallery {
    columns: 3;
    /* 3 kolona */
  }

  /* Kategoritë */
  .category-grid {
    flex-direction: column;
    /* Rreshtimi i kolonave në rreshta */
    gap: 40px;
  }

  .category-item {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .img-wrapper {
    height: 400px;
    margin-bottom: 20px;
  }

  /* Instagram Gallery */
  .instagram-gallery {
    flex-wrap: wrap;
  }

  .instagram-gallery img {
    width: 23%;
    /* 4 imazhe në rresht */
    margin-bottom: 10px;
  }

  .article_holder article {
    width: 30%;
  }

  .entry-content p {
    width: 100%;
  }
}

.wpsisac-image-slide-wrap {
  border: 2px solid #b39b5d;
}

@media (max-width: 768px) {
  .raya-header .logo {
    font-size: 2em;
  }

  .menu-toggle {
    display: block !important;
  }

  .header-left {
    width: 0;
  }

  .header-bottom-row {
    display: none;
  }

  .header-bottom-row.menu-is-open {
    display: block;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: var(--color-black);
    padding: 20px 0;
    z-index: 1000;
    opacity: 0.9;
    padding-bottom: 50px;
  }

  .header-bottom-row.menu-is-open .main-nav ul {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    align-items: center;
  }

  .nav-icons .fa-phone {
    display: none;
  }

  .header-center-wrap {
    flex-grow: 1;
    text-align: center;
  }

  .menu-toggle {
    order: 2;
  }

  .pll-switcher-select {
    order: 1;
  }

  .wide-image img {
    height: 300px;
  }

  .product-card {
    flex: 1 1 calc(50% - 3.5px);
  }

  .product-image-container {
    height: 300px;
  }

  .single-post-content .post-thumbnail-single img {
    width: 100%;
    height: auto;
  }

  .comment-respond form {
    padding: 0 4%;
  }
  .left_contact,
  .right_contact {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .collections-gallery .collection-wrapper:nth-child(n + 3) {
    display: none;
  }

  .masonry-gallery .gallery-item:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 576px) {
  .header-left,
  .header-bottom-row {
    display: none;
  }

  .menu-icon {
    display: block;
  }
	
   .nav-icons {
	margin-right: 10px;
  }
	#manage-ajax-response{
		padding: 10px !important;
	}
	.caf-post-layout1{
		padding: 0 !important;
	}
	#comment{
		width: 100%;
	}
	
	.caf-content{
		text-align: left !important;
	}

  .header-top-row {
    padding: 15px 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .raya-header {
    padding: 0 3%;
  }

  .raya-header h2 {
    font-size: 2.5em;
  }

  .nav-icons i {
    font-size: 1.1em;
    margin-left: 10px;
  }

  .header-bottom-row.mobile-hidden {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: var(--color-black);
    z-index: 100;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .main-nav ul {
    flex-direction: column;
    gap: 5px;
    padding: 10px 0;
    text-align: center;
  }

  .main-nav a {
    font-size: 14px;
    padding: 5px 0;
  }

  /* Hero Section */
  .hero-section {
    height: 60vh;
    background-attachment: scroll;
  }

  .hero-content h1 {
    font-size: 2.5em;
    letter-spacing: 2px;
  }

  .hero-content p {
    font-size: 1em;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  /* Rreth Nesh */
  .about-section {
    padding: 40px 3%;
  }

  .about-content h2 {
    font-size: 2.2em;
  }

  .about-content p {
    font-size: 1em;
  }

  .about-image img {
    height: 300px;
    width: 98%;
  }

  /* Procesi */
  .process-steps {
    padding-top: 50px;
  }

  .step-holder {
    flex-direction: column;
    gap: 20px;
  }

  .step {
    width: 100%;
  }

  /* Koleksioni i Detajeve */
  .details-collection {
    padding: 40px 3%;
  }

  .collections-gallery {
    grid-template-columns: 1fr;
    padding: 0 3%;
    gap: 15px;
  }

  .collections-gallery .collection-wrapper {
    height: 350px;
  }

  .collections-gallery .collection-wrapper img {
    height: 100%;
    width: 100%;
    object-position: top;
  }

  .details-collection h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  /* Best Sellers */
  .best-section {
    padding: 40px 0;
  }

  .masonry-gallery {
    columns: 1;
    padding: 0 3%;
  }

  /* Kategoritë */
  .img-wrapper {
    height: 300px;
  }

  .category-item h2 {
    font-size: 1.3em;
  }

  /* Instagram Gallery */
  .instagram-gallery {
    gap: 5px;
    padding: 0 3%;
  }

  .instagram-gallery img {
    width: 100%;
    margin-bottom: 5px;
  }

  .products-row {
    display: block;
  }

  .product-card {
    padding-bottom: 7px;
  }

  .wpsisac-slick-carousal .wpsisac-image-slide-wrap,
  .wpsisac-slick-carousal .wpsisac-image-slide {
    height: 360px !important;
  }

  .article_holder article {
    width: 100%;
  }

  /* Footer */
  .raya-footer {
    padding: 30px 5%;
  }

  .footer-columns {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .social-icons {
    margin-top: 10px;
  }

  .social-icons i {
    margin: 0 10px;
  }

  .footer-nav a {
    display: inline-block;
    margin: 0 10px;
  }

  .caf-post-layout1 .caf-featured-img-box {
    height: 200px !important;
  }

  .footer-menu {
    padding-left: 0;
  }
}
