@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.location-modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

.carousel-item:hover {
  transform: scale(1.05) !important;
}

.carousel-dot:hover {
  background-color: #4a9d8e !important;
}
.location-title {
  margin: 0 0 8px 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
.combined-location-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  padding: 0 20px;
  flex-wrap: wrap;
}
.gelateria-section {
  flex: 1;
  min-width: 350px;
  max-width: 500px;
  height: 400px;
  background-image: url("https://laguna.al/wp-content/uploads/2025/09/Border-7.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.location-card-title {
  font-family: "Montserrat", cursive !important;
  font-size: 36px !important;
  color: white !important;
  margin: 0 0 30px 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}
.simple-location-btn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: transparent;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.pizzeria-section {
  flex: 1;
  min-width: 350px;
  max-width: 500px;
  height: 400px;
  background-image: url("https://laguna.al/wp-content/uploads/2025/09/Border-6.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.location-finder-btn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: transparent;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .combined-location-container {
    flex-direction: column;
    gap: 20px;
  }

  .location-section {
    min-width: 100% !important;
    height: 350px !important;
    padding: 30px 20px !important;
  }

  .location-section h2 {
    font-size: 32px !important;
    margin: 0 0 25px 0 !important;
  }

  .simple-location-btn,
  .location-finder-btn {
    width: 120px !important;
    height: 120px !important;
    font-size: 18px !important;
  }

  .location-modal-content {
    margin: 10% auto;
    width: 95%;
  }

  .carousel-item.center {
    width: 140px;
    height: 95px;
  }

  .carousel-item.side {
    width: 80px;
    height: 55px;
    font-size: 10px;
  }
}
/* HERO SECTION STYLE */
.laguna-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laguna-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.4);
}

.laguna-hero-video-mobile {
  display: none;
}

.laguna-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.laguna-hero-title {
  font-size: 5.3rem !important;
  font-weight: bold;
  color: #ffffff !important;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}

.laguna-hero-description {
  font-size: 2rem !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  font-weight: 300;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .laguna-hero-title {
    font-size: 2.8rem;
  }

  .laguna-hero-description {
    font-size: 1.2rem;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .laguna-hero-section {
    height: 100vh;
    min-height: 400px;
  }

  .laguna-hero-video-desktop {
    display: none;
  }

  .laguna-hero-video-mobile {
    display: block;
  }

  .laguna-hero-content {
    padding: 15px;
    margin: 0 20px;
  }

  .laguna-hero-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .laguna-hero-description {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .laguna-hero-section {
    min-height: 350px;
  }

  .laguna-hero-content {
    margin: 0 10px;
    padding: 12px;
  }

  .laguna-hero-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .laguna-hero-description {
    font-size: 1rem;
  }
}

/* Accessibility and Performance */
@media (prefers-reduced-motion: reduce) {
  .laguna-hero-video {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Fallback for browsers that don't support backdrop-filter */
@supports not (backdrop-filter: blur(5px)) {
  .laguna-hero-content {
    background: rgba(0, 0, 0, 0.6);
  }
}
.laguna-careers-wrapper .laguna-careers-body {
  font-family: "Arial", sans-serif;
  background: linear-gradient(135deg, #51b0aa 0%, #51b0aa 100%);
  min-height: 60vh;
  height: auto;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .laguna-careers-wrapper .laguna-careers-body {
    min-height: 95vh;
  }
}

.laguna-careers-wrapper .laguna-sticky-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background-image: url("https://laguna.al/wp-content/uploads/2025/08/background-icons-scaled.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.3;
}

.laguna-careers-wrapper .laguna-buttons-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.laguna-careers-wrapper .laguna-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.laguna-careers-wrapper .laguna-header {
  text-align: start;
  margin-left: 160px;
  margin-bottom: 0px;
  width: 100%;
}

.laguna-careers-wrapper .laguna-logo {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  letter-spacing: 3px;
}

.laguna-careers-wrapper .laguna-main-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  line-height: 1.1;
}

.laguna-careers-wrapper .laguna-description {
  font-size: 18px;
  color: white;
  line-height: 1.6;
  max-width: 450px;
  margin-bottom: 30px;
}

.laguna-careers-wrapper .laguna-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
}

.laguna-careers-wrapper .laguna-left-content {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.laguna-careers-wrapper .laguna-experience-badge {
  background: linear-gradient(135deg, #f7a058 0%, #e8935a 100%);
  color: rgb(0, 0, 0);
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(247, 160, 88, 0.3);
}

.laguna-careers-wrapper .laguna-experience-badge h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0px;
  color: rgb(0, 0, 0) !important;
}

.laguna-careers-wrapper .laguna-experience-badge .laguna-subtitle {
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 1px;
  color: rgb(0, 0, 0) !important;
}

.laguna-careers-wrapper .laguna-stars {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-top: 5px;
}

.laguna-careers-wrapper .laguna-star-icon {
  width: 16px;
  height: 16px;
  background-image: url("https://laguna.al/wp-content/uploads/2025/08/Symbol.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.laguna-careers-wrapper .laguna-positions-button {
  background: transparent;
  color: white;
  border: 3px dashed #ffffff;
  padding: 25px 15px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.laguna-careers-wrapper .laguna-positions-button:hover {
  background: rgba(247, 160, 88, 0.2);
  border-color: #f7a058;
  transform: translateY(-2px);
}

.laguna-careers-wrapper .laguna-right-content {
  flex: 1;
  position: relative;
  min-width: 400px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laguna-careers-wrapper .laguna-image-circle {
  position: absolute;
  border-radius: 50%;
  border: 5px solid #f7a058;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
}

.laguna-careers-wrapper .laguna-image-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  border-color: #e8935a;
}

.laguna-careers-wrapper .laguna-circle-1 {
  width: 170px;
  height: 170px;
  top: -30px;
  right: 200px;
  background-image: url("https://laguna.al/wp-content/uploads/2025/08/image-5.png");
}

.laguna-careers-wrapper .laguna-circle-2 {
  width: 180px;
  height: 180px;
  top: 80px;
  right: 50px;
  background-image: url("https://laguna.al/wp-content/uploads/2025/08/png.png");
}

.laguna-careers-wrapper .laguna-circle-3 {
  width: 170px;
  height: 170px;
  top: 180px;
  right: 200px;
  background-image: url("https://laguna.al/wp-content/uploads/2025/08/image-3.png");
}

.laguna-careers-wrapper .laguna-quality-text {
  position: absolute;
  bottom: -80px;
  right: -30px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
}

.laguna-careers-wrapper .laguna-dotted-line {
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 160px;
  height: 160px;
  background-image: url("https://laguna.al/wp-content/uploads/2025/08/image1.png.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-15deg);
}

/* Jobs Modal Styles */
.laguna-careers-wrapper .laguna-jobs-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.laguna-careers-wrapper .laguna-jobs-modal-content {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 0;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: slideInJobs 0.3s ease-out;
}

@keyframes slideInJobs {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.laguna-careers-wrapper .laguna-jobs-header {
  background: linear-gradient(135deg, #5fbeaa, #4a9d8e);
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.laguna-careers-wrapper .laguna-jobs-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: white;
  font-family: "Montserrat", sans-serif;
}

.laguna-careers-wrapper .laguna-jobs-close-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.laguna-careers-wrapper .laguna-jobs-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.laguna-careers-wrapper .laguna-jobs-list {
  padding: 30px;
  max-height: 500px;
  overflow-y: auto;
}

.laguna-careers-wrapper .laguna-job-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease;
}

.laguna-careers-wrapper .laguna-job-item:last-child {
  border-bottom: none;
}

.laguna-careers-wrapper .laguna-job-item:hover {
  background-color: rgba(95, 190, 170, 0.05);
  padding-left: 10px;
  border-radius: 8px;
}

.laguna-careers-wrapper .laguna-job-info {
  flex: 1;
  margin-right: 20px;
}

.laguna-careers-wrapper .laguna-job-company {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.3;
}

.laguna-careers-wrapper .laguna-job-position {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.laguna-careers-wrapper .laguna-apply-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 10px;
  border-radius: 8px;
}

.laguna-careers-wrapper .laguna-apply-button-container:hover {
  transform: translateY(-2px);
  background-color: rgba(37, 211, 102, 0.1);
}

.laguna-careers-wrapper .laguna-apply-icon {
  width: 44px;
  height: 44px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.laguna-careers-wrapper
  .laguna-apply-button-container:hover
  .laguna-apply-icon {
  background-color: #128c7e;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.laguna-careers-wrapper .laguna-apply-text {
  font-size: 12px;
  color: #25d366;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.laguna-careers-wrapper .laguna-no-jobs {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.laguna-careers-wrapper .laguna-jobs-count {
  background: rgba(95, 190, 170, 0.1);
  color: #4a9d8e;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .laguna-careers-wrapper .laguna-careers-body {
    background: linear-gradient(180deg, #4ecdc4 0%, #44a08d 100%);
    min-height: 140vh;
  }

  .laguna-careers-wrapper .laguna-sticky-background {
    width: 100%;
    opacity: 0.15;
  }

  .laguna-careers-wrapper .laguna-container {
    max-width: 350px;
    padding: 30px 20px;
    margin-top: -330px;
    text-align: center;
  }

  .laguna-careers-wrapper .laguna-header {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .laguna-careers-wrapper .laguna-logo {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }

  .laguna-careers-wrapper .laguna-content-section {
    flex-direction: column;
    gap: 30px;
  }

  .laguna-careers-wrapper .laguna-left-content {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .laguna-careers-wrapper .laguna-main-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1;
  }

  .laguna-careers-wrapper .laguna-description {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .laguna-careers-wrapper .laguna-buttons-row {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .laguna-careers-wrapper .laguna-experience-badge {
    padding: 15px;
    margin-bottom: 0;
  }

  .laguna-careers-wrapper .laguna-positions-button {
    margin: 0;
    padding: 15px 30px;
    font-size: 16px;
  }

  .laguna-careers-wrapper .laguna-right-content {
    min-width: 300px;
    height: 500px;
  }

  .laguna-careers-wrapper .laguna-circle-1 {
    width: 120px;
    height: 120px;
    top: 20px;
    right: 20px;
  }

  .laguna-careers-wrapper .laguna-circle-2 {
    width: 140px;
    height: 140px;
    top: 80px;
    right: 120px;
  }

  .laguna-careers-wrapper .laguna-circle-3 {
    width: 100px;
    height: 100px;
    top: 220px;
    right: 50px;
  }

  .laguna-careers-wrapper .laguna-dotted-line {
    bottom: -250px;
    right: 10%;
    width: 100px;
    height: 100px;
  }

  .laguna-careers-wrapper .laguna-quality-text {
    bottom: -278px;
    right: -60%;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .laguna-careers-wrapper .laguna-jobs-modal-content {
    margin: 10% auto;
    width: 95%;
    max-width: 500px;
  }

  .laguna-careers-wrapper .laguna-job-item {
    flex-direction: column;
    gap: 15px;
  }

  .laguna-careers-wrapper .laguna-apply-button-container {
    align-self: flex-end;
    flex-direction: row;
    gap: 8px;
  }

  .laguna-careers-wrapper .laguna-apply-icon {
    margin-bottom: 0;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .laguna-careers-wrapper .laguna-container {
    max-width: 320px;
    padding: 0;
    margin-top: -320px;
    margin-left: 25px;
  }

  .laguna-careers-wrapper .laguna-main-title {
    font-size: 3rem;
  }

  .laguna-careers-wrapper .laguna-description {
    font-size: 15px;
  }

  .laguna-careers-wrapper .laguna-right-content {
    min-width: 280px;
    height: 450px;
  }

  .laguna-careers-wrapper .laguna-circle-1 {
    width: 100px;
    height: 100px;
    top: 15px;
    right: 45px;
  }

  .laguna-careers-wrapper .laguna-circle-2 {
    width: 120px;
    height: 120px;
    top: 70px;
    right: 150px;
  }

  .laguna-careers-wrapper .laguna-circle-3 {
    width: 80px;
    height: 80px;
    top: 170px;
    right: 80px;
  }

  .laguna-careers-wrapper .laguna-dotted-line {
    bottom: -278px;
    right: -1%;
    width: 80px;
    height: 80px;
  }

  .laguna-careers-wrapper .laguna-quality-text {
    bottom: -305px;
    right: -40%;
    font-size: 16px;
  }

  .laguna-careers-wrapper .laguna-experience-badge {
    padding: 12px 25px;
  }

  .laguna-careers-wrapper .laguna-experience-badge h3 {
    font-size: 18px;
  }

  .laguna-careers-wrapper .laguna-experience-badge .laguna-subtitle {
    font-size: 14px;
  }

  .laguna-careers-wrapper .laguna-positions-button {
    padding: 12px 25px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .laguna-careers-wrapper .laguna-container {
    max-width: 1200px;
  }

  .laguna-careers-wrapper .laguna-sticky-background {
    width: 100px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

.laguna-locations * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
}

.laguna-locations {
  font-family: "Montserrat", sans-serif !important;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  min-height: 100vh;
  padding: 40px 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laguna-locations .container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
  height: 80vh;
}

.laguna-locations .location-card {
  position: relative;
  border-radius: 20px;
  border: 3px solid white;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.laguna-locations .location-card:hover {
  transform: translateY(-5px);
}

.laguna-locations .location-card.large {
  grid-row: span 3;
}

.laguna-locations .location-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.laguna-locations .card-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  color: white;
}

.laguna-locations .card-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  line-height: 1.2;
}

.laguna-locations .card-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 600;
  color: white;
}

.laguna-locations .gelateria {
  background-image: url("https://laguna.al/wp-content/uploads/2025/09/pika-4-scaled.jpg");
}

.laguna-locations .pizzeria-grid-right-1 {
  background-image: url("https://laguna.al/wp-content/uploads/2025/09/pika-1-scaled.jpg");
}

.laguna-locations .pizzeria-grid-right-2 {
  background-image: url("https://laguna.al/wp-content/uploads/2025/09/pika-2.jpg");
}
.laguna-locations .pizzeria-grid-right-3 {
  background-image: url("https://laguna.al/wp-content/uploads/2025/09/pika-3-scaled.jpg");
}

/* Responsive design */
@media (max-width: 768px) {
  .laguna-locations .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
    height: auto;
  }

  .laguna-locations .location-card {
    height: 300px;
    border-radius: 15px;
  }

  .laguna-locations .location-card.large {
    grid-row: span 1;
  }

  .laguna-locations .card-title {
    font-size: 2rem;
  }

  .laguna-locations .card-subtitle {
    font-size: 1rem;
  }

  .laguna-locations .card-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .laguna-locations {
    padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  .laguna-locations .card-title {
    font-size: 1.5rem;
  }

  .laguna-locations .card-subtitle {
    font-size: 0.9rem;
  }

  .laguna-locations .container {
    gap: 12px;
  }

  .laguna-locations .location-card {
    height: 250px;
    border-radius: 12px;
  }
}
.franchise-partners-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.franchise-partners-container {
  font-family: "Montserrat", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 20px 0;
}

.franchise-partners-container .container {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  text-align: center;
  max-width: 700px;
  width: 100%;
  backdrop-filter: blur(10px);
}

.franchise-partners-container .main-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 3rem;
  font-weight: bold;
  color: #51b0aa;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.franchise-partners-container .subtitle {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem;
  color: #f39c12;
  margin-bottom: 40px;
  line-height: 1.6;
}

.franchise-partners-container .form-container {
  background: rgba(102, 185, 180, 0.3);
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto;
  max-width: 400px;
}

.franchise-partners-container .form-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.8rem;
  color: #f39c12;
  margin-bottom: 25px;
  font-weight: 600;
}

.franchise-partners-container .form-group {
  margin-bottom: 15px;
  font-weight: 600;
}

.franchise-partners-container input[type="text"],
.franchise-partners-container input[type="tel"],
.franchise-partners-container textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  outline: none;
  text-align: center;
}

.franchise-partners-container input[type="text"]:focus,
.franchise-partners-container input[type="tel"]:focus,
.franchise-partners-container textarea:focus {
  box-shadow: 0 4px 20px rgba(93, 173, 226, 0.3);
  transform: translateY(-2px);
}

.franchise-partners-container input::placeholder,
.franchise-partners-container textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  text-align: center;
}

.franchise-partners-container textarea {
  resize: vertical;
  min-height: 80px;
  border-radius: 15px;
  text-align: center;
}

.franchise-partners-container .submit-btn {
  font-family: "Montserrat", sans-serif !important;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
  margin-top: 10px;
}

.franchise-partners-container .submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
  background: linear-gradient(135deg, #e67e22 0%, #d68910 100%);
}

.franchise-partners-container .submit-btn:active {
  transform: translateY(-1px);
}

.franchise-partners-container .form-message {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
}

.franchise-partners-container .form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.franchise-partners-container .form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@media (max-width: 768px) {
  .franchise-partners-container .main-title {
    font-size: 2.2rem;
  }

  .franchise-partners-container .container {
    padding: 30px 20px;
  }

  .franchise-partners-container .form-container {
    padding: 25px 20px;
  }
}

/* ITEM MENU   */
.bag-counter-wrapper {
  position: relative;
  display: inline-block;
}

.bag-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  position: relative;
}

.bag-trigger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.bag-icon {
  width: 24px;
  height: 24px;
  color: #28a745;
}

.bag-item-count {
  font-weight: bold;
  min-width: 20px;
  text-align: center;
  background: #e74c3c;
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* ---------- CART DROPDOWN STYLES ---------- */
.cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  max-height: 500px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  overflow: hidden;
}

.cart-dropdown-header {
  background: #4aa7a0;
  color: white;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 16px;
}

.cart-items-container {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  gap: 12px;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  display: block;
  font-weight: bold;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 4px;
}

.cart-item-desc {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 1.3;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.qty-btn:hover {
  background: #f0f0f0;
}

.qty {
  min-width: 20px;
  text-align: center;
  font-weight: bold;
}

.cart-item-price {
  font-weight: bold;
  color: #4aa7a0;
  white-space: nowrap;
}

.cart-total {
  padding: 12px 16px;
  border-top: 2px solid #4aa7a0;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #4aa7a0;
}

.empty-cart-message {
  text-align: center;
  padding: 40px 16px;
  color: #666;
  font-style: italic;
}

.cart-dropdown-footer {
  border-top: 1px solid #ddd;
  padding: 12px 16px;
  display: flex;
  gap: 10px;
}

.whatsapp-order-btn {
  flex: 1;
  background: #25d366;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.whatsapp-order-btn:hover {
  background: #1db954;
}

.close-cart-btn {
  background: #ddd;
  color: #333;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.close-cart-btn:hover {
  background: #ccc;
}

/* ---------- NOTIFICATION STYLES ---------- */
.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  z-index: 10000;
  animation: slideIn 0.3s ease-out;
}

.cart-notification.success {
  background: #28a745;
}

.cart-notification.error {
  background: #dc3545;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ---------- RESPONSIVE STYLES - MOBILE DROPDOWN FIX ---------- */
@media (max-width: 768px) {
  .bag-counter-wrapper {
    position: static !important; /* Important: change to static on mobile */
  }

  .cart-dropdown {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .cart-dropdown.positioned {
    opacity: 1;
  }

  .cart-dropdown-header {
    padding: 10px 12px;
    font-size: 15px;
  }

  .cart-items-container {
    max-height: calc(
      70vh - 140px
    ) !important; /* Account for header and footer */
    padding: 8px 0;
  }

  .cart-item {
    padding: 10px 12px;
    gap: 10px;
  }

  .cart-item-name {
    font-size: 13px;
  }

  .cart-item-desc {
    font-size: 11px;
  }

  .cart-item-quantity {
    gap: 6px;
  }

  .qty-btn {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }

  .cart-item-price {
    font-size: 13px;
  }

  .cart-total {
    padding: 10px 12px;
    font-size: 15px;
  }

  .cart-dropdown-footer {
    padding: 10px 12px;
    gap: 8px;
  }

  .whatsapp-order-btn,
  .close-cart-btn {
    padding: 8px 12px;
    font-size: 13px;
  }

  .cart-notification {
    right: 10px;
    left: 10px;
    top: 10px;
    width: auto;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .cart-dropdown {
    right: 5px !important;
    max-width: calc(100vw - 10px) !important;
    min-width: 270px !important;
  }

  .cart-dropdown-header {
    padding: 8px 10px;
    font-size: 14px;
  }

  .cart-items-container {
    padding: 6px 0;
  }

  .cart-item {
    padding: 8px 10px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .cart-item-info {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }

  .cart-item-quantity {
    flex: 1;
  }

  .cart-item-price {
    flex: 0 0 auto;
  }

  .cart-dropdown-footer {
    padding: 8px 10px;
    flex-direction: column;
    gap: 6px;
  }

  .whatsapp-order-btn,
  .close-cart-btn {
    width: 100%;
    padding: 10px;
  }
}
.item-description {
  font-size: 10px;
  color: #666;
  line-height: 1.4;
  margin: 6px 0 8px 0;
  -webkit-line-clamp: 3;
  max-height: 48px;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .item-description {
    font-size: 12px;
    margin: 6px 0 8px 0; /* More margin for breathing room */
    max-height: 52px; /* Allow for up to 3-4 lines */
    -webkit-line-clamp: 3; /* Allow 3 lines */
    line-height: 1.4;
    padding: 0 3px;
  }
  .item {
    height: 340px; /* Increased from 240px */
    padding-top: 130px;
  }
}
.category-product-section {
  margin: 0 auto;
  padding: 0;
  background: #f5f8fd;
  border-radius: 30px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.product-container {
  padding-top: 60px;
  justify-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  place-items: center !important;
  gap: 50px;
}

/* Category buttons */
.category-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.category-btn {
  padding: 10px 20px;
  background: white;
  border: 2px solid #fba551;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #fba551;
  font-size: 16px;
  transition: 0.3s;
}

.category-btn.active,
.category-btn:hover {
  background-color: #fba551;
  color: white;
}

/* ---------- FIXED GRID LAYOUTS ---------- */

/* 8 products → 4 per row, 2 rows */
.product-container.grid-4x2 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: repeat(2, auto) !important;
  gap: 30px 15px !important;
  justify-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  place-items: center !important;
  margin-bottom: 60px;
  padding: 0 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* Center single product */
.product-container.centered-single {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto !important;
  justify-items: center !important;
  justify-content: center !important;
  place-items: center !important;
}

/* Center incomplete rows (2-3 products) */
.product-container.centered-incomplete {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
  grid-template-rows: auto !important;
  justify-content: center !important;
  justify-items: center !important;
  place-items: center !important;
  /*       max-width: 600px !important; */
  margin: 0 auto !important;
}

/* Mobile single column layout */
.product-container.mobile-single-column {
  grid-template-columns: repeat(2, 1fr) !important; /* 2 columns */
  grid-template-rows: repeat(4, auto) !important; /* 4 rows */
  justify-items: center !important;
  justify-content: center !important;
  place-items: center !important;
  max-width: 500px !important; /* Increased width for 2 columns */
  margin: 0 auto !important;
  gap: 20px 15px !important; /* row gap, column gap */
}

/* Ensure items don't exceed grid boundaries */
.product-container[class*="grid-"] .item {
  flex: none !important;
  width: 100% !important;
  height: 320px;
  max-width: 260px !important;
  margin-bottom: 0 !important;
  justify-self: center !important;
  align-self: center !important;
}

/* ---------- PRODUCT ITEM ---------- */
.item {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  user-select: none;
  text-align: center;
  height: 320px;
  padding-top: 140px;
  margin-bottom: 50px;
}

.product-item {
  margin-bottom: 0 !important;
}

.item.product-item > .image-bg {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 220px;
  height: 100px;
  /*       background: #4aa7a0; */
  border-radius: 100px / 50px;
  transform: translateX(-50%);
  z-index: 1;
}

.item img {
  width: 170px;
  height: 170px;
  object-fit: contain;
  border-radius: 20px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.category-name {
  font-size: 12px;
  font-weight: 500;
  color: #111;
  opacity: 0.6;
  margin-top: -8px;
}

.item.product-item .item-subinfo > h5.item-name {
  font-size: 16px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
}

.item-subinfo {
  padding: 10px;
}

h4.primary-category-name {
  font-size: 20px !important;
  font-family: "Montserrat", sans-serif !important;
}

.price {
  font-weight: 700;
  font-size: 17px;
  color: #4aa7a0;
  margin: 0;
}

.old-price {
  font-size: 13px;
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}

.add-to-cart {
  background: #fba551;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 0px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.add-to-cart svg {
  fill: white;
}

/* ---------- NAVIGATION ---------- */
.carousel-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 80px);
  left: -40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 10;
}

.carousel-nav button {
  background: #fba551;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-nav button:hover:not(:disabled) {
  background-color: #e18910;
}

.carousel-nav button:disabled {
  opacity: 0.3;
  cursor: default;
}

/* ---------- DOTS ---------- */
.dots {
  text-align: center;
  margin-top: 30px;
}

.dot {
  width: 14px;
  height: 14px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}

.dot.active {
  background: #fba551;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .carousel-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 80px);
    left: -40px;
    position: sticky;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 10;
  }
  .carousel-nav {
    top: auto;
    bottom: 50%;
    width: calc(100%);
    transform: translateY(50%);
    padding: 0 5px;
  }
  .carousel-nav button {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  /* Mobile: Single column layout with 4 products */
  .product-container.grid-4x2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns */
    grid-template-rows: repeat(4, auto) !important; /* 4 rows */
    gap: 20px 15px !important; /* row gap, column gap */
    padding: 0 15px;
    max-width: 500px !important; /* Increased for 2 columns */
    margin: 0 auto !important;
    justify-items: center !important;
    justify-content: center !important;
    place-items: center !important;
  }

  .product-container.centered-single,
  .product-container.centered-incomplete,
  .product-container.mobile-single-column {
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns */
    grid-template-rows: repeat(4, auto) !important; /* 4 rows */
    justify-items: center !important;
    justify-content: center !important;
    place-items: center !important;
    max-width: 500px !important; /* Increased for 2 columns */
    margin: 0 auto !important;
    gap: 20px 15px !important; /* row gap, column gap */
  }
}

.item-container.product-container {
  padding-top: 50px;
}

.category-buttons {
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.product-container[class*="grid-"] .item {
  max-width: 280px !important;
  justify-self: center !important;
  align-self: center !important;
}

@media (max-width: 480px) {
  .carousel-nav {
    bottom: 50%;
    width: calc(100%);
    left: 0px;
    transform: translateY(50%);
    padding: 0 5px;
  }

  .carousel-nav button {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  /* Mobile: Single column layout with 4 products - smaller screens */
  .product-container.grid-4x2,
  .product-container.centered-single,
  .product-container.centered-incomplete,
  .product-container.mobile-single-column {
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns */
    grid-template-rows: repeat(4, auto) !important; /* 4 rows */
    gap: 15px 10px !important; /* row gap, column gap */
    padding: 0 10px;
    justify-items: center !important;
    justify-content: center !important;
    place-items: center !important;
    max-width: 400px !important; /* Adjusted for smaller screens */
    margin: 0 auto !important;
  }

  .item-container.product-container {
    padding-top: 40px;
  }

  .category-buttons {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }

  .product-container[class*="grid-"] .item {
    max-width: 180px !important; /* Smaller items for 2-column layout */
    justify-self: center !important;
    align-self: center !important;
  }

  .item {
    height: 240px;
    padding-top: 120px;
  }

  .item img {
    width: 140px;
    height: 140px;
  }

  /* Smaller background image for max-width 480px */
  .item.product-item > .image-bg {
    width: 150px !important;
    height: 65px !important;
    top: 35px;
  }
}
@media (max-width: 380px) {
  .item {
    height: 370px !important;
    padding-top: 125px;
  }

  .item-description {
    font-size: 10px;
    max-height: 42px;
  }
}

/* DELIVERY MENU */
.bag-counter-wrapper {
  position: relative;
  display: inline-block;
}
.item-description {
  font-size: 12px !important;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  margin: 8px 0 12px 0;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
}

/* Update the delivery product item height to accommodate description */
.delivery-product-item {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  user-select: none;
  text-align: center;
  height: 320px; /* Increased from 270px to accommodate description */
  padding-top: 140px;
  width: 100%;
  max-width: 260px;
  justify-self: center;
  align-self: center;
}

/* Mobile adjustments for description */
@media (max-width: 768px) {
  .item-description {
    font-size: 11px !important;
    margin: 6px 0 10px 0;
    line-height: 1.3;
  }

  .delivery-product-item {
    height: 270px; /* Increased for mobile */
    padding-top: 120px;
    max-width: 160px !important;
  }
}

@media (max-width: 450px) {
  .item-description {
    font-size: 10px !important;
    margin: 5px 0 8px 0;
    line-height: 1.2;
  }

  .delivery-product-item {
    height: 250px; /* Increased for small mobile */
    padding-top: 110px;
    max-width: 140px !important;
  }
}

.bag-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  position: relative;
}

.bag-trigger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.bag-icon {
  width: 24px;
  height: 24px;
  color: #28a745;
}

.bag-item-count {
  font-weight: bold;
  min-width: 20px;
  text-align: center;
  background: #e74c3c;
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* ---------- CART DROPDOWN STYLES ---------- */
.cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  max-height: 500px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  overflow: hidden;
}

.cart-dropdown-header {
  background: #4aa7a0;
  color: white;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 16px;
}

.cart-items-container {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  gap: 12px;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

.cart-item-desc {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 1.3;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.qty-btn:hover {
  background: #f0f0f0;
}

.qty {
  min-width: 20px;
  text-align: center;
  font-weight: bold;
}

.cart-item-price {
  font-weight: bold;
  color: #4aa7a0;
  white-space: nowrap;
}

.cart-total {
  padding: 12px 16px;
  border-top: 2px solid #4aa7a0;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #4aa7a0;
}

.empty-cart-message {
  text-align: center;
  padding: 40px 16px;
  color: #666;
  font-style: italic;
}

.cart-dropdown-footer {
  border-top: 1px solid #ddd;
  padding: 12px 16px;
  display: flex;
  gap: 10px;
}

.whatsapp-order-btn {
  flex: 1;
  background: #25d366;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.whatsapp-order-btn:hover {
  background: #1db954;
}

.close-cart-btn {
  background: #ddd;
  color: #333;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.close-cart-btn:hover {
  background: #ccc;
}

/* ---------- NOTIFICATION STYLES ---------- */
.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  z-index: 10000;
  animation: slideIn 0.3s ease-out;
}

.cart-notification.success {
  background: #28a745;
}

.cart-notification.error {
  background: #dc3545;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ---------- RESPONSIVE STYLES - MOBILE DROPDOWN FIX ---------- */
@media (max-width: 768px) {
  .bag-counter-wrapper {
    position: static !important; /* Important: change to static on mobile */
  }

  .cart-dropdown {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .cart-dropdown.positioned {
    opacity: 1;
  }

  .cart-dropdown-header {
    padding: 10px 12px;
    font-size: 15px;
  }

  .cart-items-container {
    max-height: calc(
      70vh - 140px
    ) !important; /* Account for header and footer */
    padding: 8px 0;
  }

  .cart-item {
    padding: 10px 12px;
    gap: 10px;
  }

  .cart-item-name {
    font-size: 13px;
  }

  .cart-item-desc {
    font-size: 11px;
  }

  .cart-item-quantity {
    gap: 6px;
  }

  .qty-btn {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }

  .cart-item-price {
    font-size: 13px;
  }

  .cart-total {
    padding: 10px 12px;
    font-size: 15px;
  }

  .cart-dropdown-footer {
    padding: 10px 12px;
    gap: 8px;
  }

  .whatsapp-order-btn,
  .close-cart-btn {
    padding: 8px 12px;
    font-size: 13px;
  }

  .cart-notification {
    right: 10px;
    left: 10px;
    top: 10px;
    width: auto;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .cart-dropdown {
    right: 5px !important;
    max-width: calc(100vw - 10px) !important;
    min-width: 270px !important;
  }

  .cart-dropdown-header {
    padding: 8px 10px;
    font-size: 14px;
  }

  .cart-items-container {
    padding: 6px 0;
  }

  .cart-item {
    padding: 8px 10px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .cart-item-info {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }

  .cart-item-quantity {
    flex: 1;
  }

  .cart-item-price {
    flex: 0 0 auto;
  }

  .cart-dropdown-footer {
    padding: 8px 10px;
    flex-direction: column;
    gap: 6px;
  }

  .whatsapp-order-btn,
  .close-cart-btn {
    width: 100%;
    padding: 10px;
  }
}

/* ---------- DELIVERY SECTION STYLES ---------- */
.delivery-product-section {
  margin: 0 auto;
  padding: 40px 20px;
  background: white;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  max-width: 1400px;
}

.delivery-product-section * {
  font-family: "Montserrat", sans-serif !important;
}

/* ---------- TIMELINE STYLES ---------- */
.delivery-timeline {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.timeline-description {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  max-width: 600px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.timeline-steps {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
}

.step-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  z-index: 3;
}

.step-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.step-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #4aa7a0;
  margin-bottom: 12px;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 0 2px #4aa7a0;
}

.step-dot.completed {
  background: #4aa7a0;
}

.step-info p {
  font-size: 9px;
  font-weight: 200;
  color: #333;
  margin: 0;
  margin-top: 35px;
  font-family: "Montserrat", sans-serif !important;
}

.timeline-line {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: #4aa7a0;
  z-index: 1;
}

/* ---------- DELIVERY PRODUCTS GRID ---------- */
.delivery-product-container {
  padding: 20px 0;
  justify-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  place-items: center !important;
  gap: 30px;
}

.delivery-product-container.grid-4x1 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: auto !important;
  gap: 30px !important;
  justify-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  place-items: center !important;
  margin-bottom: 60px;
  padding: 0 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.delivery-product-container.centered-single {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto !important;
  justify-items: center !important;
  justify-content: center !important;
  place-items: center !important;
}

.delivery-product-container.centered-incomplete {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  grid-template-rows: auto !important;
  justify-content: center !important;
  justify-items: center !important;
  place-items: center !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

.delivery-product-container.mobile-single-column {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto !important;
  justify-items: center !important;
  justify-content: center !important;
  place-items: center !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  gap: 25px !important;
}

.delivery-product-item {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  user-select: none;
  text-align: center;
  height: 320px;
  padding-top: 140px;
  width: 100%;
  max-width: 260px;
  justify-self: center;
  align-self: center;
}

.delivery-product-item .image-bg {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 220px;
  height: 100px;
  border-radius: 100px / 50px;
  transform: translateX(-50%);
  z-index: 1;
}

.delivery-product-item img {
  width: 170px;
  height: 170px;
  object-fit: contain;
  border-radius: 20px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.category-name {
  font-size: 10px;
  font-weight: 500;
  color: #111;
  opacity: 0.6;
  margin-top: -10px;
}

.item-name {
  font-size: 19px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
}

.item-subinfo {
  padding: 10px;
  text-align: center;
  width: 100%;
}

.price {
  font-weight: 700;
  font-size: 17px;
  color: #4aa7a0;
  margin: 0;
}

.old-price {
  font-size: 13px;
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}

.add-to-cart {
  background: #fba551;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.add-to-cart:hover {
  background: #e18910;
  transform: scale(1.05);
}

.add-to-cart.loading {
  opacity: 0.6;
  cursor: not-allowed;
  animation: pulse 1s infinite;
}

.add-to-cart.added {
  background: #4aa7a0;
  animation: bounce 0.6s ease-out;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.add-to-cart svg {
  fill: white;
}

/* ---------- DELIVERY DOTS ---------- */
.delivery-dots {
  text-align: center;
  margin-top: 30px;
}

.delivery-dots .dot {
  width: 14px;
  height: 14px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}

.delivery-dots .dot.active {
  background: #fba551;
}
/* ---------- MOBILE RESPONSIVE STYLES FOR DELIVERY ---------- */
@media (max-width: 768px) {
  .delivery-product-section {
    padding: 20px 10px;
  }

  .timeline-description {
    font-size: 13px;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  .timeline-steps {
    max-width: 100%;
    padding: 0 20px;
  }

  .step-icon {
    width: 45px;
    height: 45px;
  }

  .step-icon img {
    width: 35px;
    height: 35px;
  }

  .step-dot {
    width: 14px;
    height: 14px;
    top: 68px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #4aa7a0;
  }

  .step-info p {
    font-size: 19px !important;
  }

  .step-info {
    margin-top: 25px;
  }

  .timeline-line {
    top: 75px;
    width: 65%;
  }
  .delivery-product-container.grid-4x1,
  .delivery-product-container.centered-single,
  .delivery-product-container.centered-incomplete,
  .delivery-product-container.mobile-single-column {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* 2 columns */
    grid-template-rows: auto !important;
    gap: 20px !important;
    padding: 0 15px;
    max-width: 100% !important; /* Use full width */
    margin: 0 auto !important;
    justify-items: center !important;
    justify-content: center !important;
    place-items: center !important;
  }

  .delivery-product-item {
    max-width: 160px !important; /* Smaller to fit 2 per row */
    height: 285px; /* Adjust height for smaller items */
    padding-top: 120px;
  }
}

@media (max-width: 450px) {
  .timeline-description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .delivery-product-container.grid-4x1,
  .delivery-product-container.centered-single,
  .delivery-product-container.centered-incomplete,
  .delivery-product-container.mobile-single-column {
    grid-template-columns: 1fr 1fr !important; /* Still 2 columns */
    gap: 15px !important;
    padding: 0 10px;
  }
  .timeline-steps {
    padding: 0 10px;
  }

  .step-icon {
    width: 40px;
    height: 40px;
  }

  .step-icon img {
    width: 30px;
    height: 30px;
  }

  .step-dot {
    width: 12px;
    height: 12px;
    top: 59px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px #4aa7a0;
  }

  .step-info {
    margin-top: 20px;
  }

  .step-info p {
    font-size: 15px !important;
  }

  .timeline-line {
    top: 65px;
    width: 70%;
  }
  .delivery-product-item {
    height: 270px;
    padding-top: 120px;
    max-width: 200px !important;
  }

  .delivery-product-item img {
    width: 140px;
    height: 140px;
  }

  .delivery-product-item .image-bg {
    width: 150px !important;
    height: 65px !important;
  }
}
@media (max-width: 370px) {
  .step-info p {
    font-size: 12px !important;
  }
}

/* LANGUAGE DROPDOWN */

.language-dropdown-container {
  position: relative;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  float: right;
}

.language-button {
  background-color: #fa9f56;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 130px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  outline: 2px solid #fa9f56;
  outline-offset: 3px;
  padding-left: 10px;
  position: relative;
  margin-left: 0;
}

.language-button:hover {
  background: linear-gradient(135deg, #ff9560 0%, #ff7b45 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}

.language-button:active {
  transform: translateY(0);
}

.flag-icon {
  font-size: 16px;
  width: 20px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.language-text {
  flex: 1;
  text-align: left;
}

.dropdown-arrow {
  transition: transform 0.2s ease;
  opacity: 0.8;
}

.language-button.open .dropdown-arrow {
  transform: rotate(180deg);
}

.language-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 4px 0 0 0;
  padding: 8px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  max-height: 200px;
  overflow-y: auto;
}

.language-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 14px;
  color: #333;
}

.language-option:hover {
  background-color: #f5f5f5;
}

.language-option .flag-icon {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.language-option .language-text {
  flex: 1;
}

/* Loading state for content transitions */
.product-loading {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* Responsive */
@media (max-width: 480px) {
  .language-button {
    min-width: 100px;
    font-size: 13px;
    padding: 6px 12px;
  }
}
/* INSTAGRAM ICONS (OFFICIAL PAGE)*/
.instagram-icon-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.instagram-icon-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-icon-button:hover {
  transform: scale(1.1);
}

/* Mobile: ikonë më e vogël */
@media (max-width: 600px) {
  .instagram-icon-button {
    width: 35px;
    height: 35px;
  }
}

/* INSTAGRAM ICONS (GELATERIA PAGE) */
.instagram-icon-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.instagram-icon-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-icon-button:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .instagram-icon-button {
    width: 35px;
    height: 35px;
  }
}
/* ANIVERSAY SECTION */
.anniversary-banner-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.anniversary-banner-wrapper {
  font-family: "Montserrat", sans-serif !important;
  width: 100%;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.anniversary-banner {
  text-align: center !important;
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.anniversary-banner .being-around {
  font-family: "Montserrat", sans-serif !important;
  font-size: 3.5rem !important;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 5px !important;
  letter-spacing: 2px !important;
  z-index: 10 !important;
  position: relative !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.anniversary-banner .anniversary-number {
  font-family: "Montserrat", sans-serif !important;
  font-size: 6rem !important;
  font-weight: 700 !important;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3) !important;
  margin: 0 !important;
  line-height: 0.8 !important;
  z-index: 10 !important;
  position: relative !important;
  transition: all 0.05s ease-in-out !important;
  color: white !important;
}

.anniversary-banner .anniversary-years {
  font-family: "Montserrat", sans-serif !important;
  font-size: 3.5rem !important;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) !important;
  margin-top: 0.5rem !important;
  margin-bottom: 5px !important;
  letter-spacing: 2px !important;
  z-index: 10 !important;
  position: relative !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .anniversary-banner .being-around {
    font-size: 2rem !important;
    letter-spacing: 1px !important;
  }

  .anniversary-banner .anniversary-number {
    font-size: 4rem !important;
  }

  .anniversary-banner .anniversary-years {
    font-size: 2rem !important;
    letter-spacing: 1px !important;
  }
}

@media (max-width: 480px) {
  .anniversary-banner .being-around {
    font-size: 2rem !important;
    letter-spacing: 1px !important;
  }

  .anniversary-banner .anniversary-number {
    font-size: 4rem !important;
  }

  .anniversary-banner .anniversary-years {
    font-size: 2rem !important;
    letter-spacing: 1px !important;
  }
}