/* ============================================
   BASE STYLES AND GLOBAL ELEMENTS
   ============================================ */
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #1d1d1d;
  color: #e7edf088;
  font-size: 16px;
  
}
body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body.no-scroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background-color: #1d1d1d;
  opacity: 0%;
  z-index: 1;
}
::-webkit-scrollbar-thumb {
  background-color: #121212;
  border-radius: 10px;
}


h1 {
  color: #5c564f;
  margin-bottom: 0.8rem;
  margin-top: 0;
  padding-top: 10px;
  letter-spacing: 0.1rem;
  font-family: "Roboto";
}
h2 {
  color: #5c564f;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline;
  margin-left: 5px;
   margin: 2px;
}
h4 {
  color: #b8b8b8c4;
  margin: 2px;
}
h5 {
  color: #b8b8b8e1;
  margin-top: 0px;
  margin-left: 5px;
}
.hidden {
  opacity: 0;
  pointer-events: none;
}

.hidden-key {
  display: none;
}
.red-hat-display {
  font-family: "Red Hat Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-style: normal;
}
.link_RBQ {
  color: #a3a3a3 !important;
  text-decoration: none;
  margin-top: 10px;
}


/* ============================================
   HEADER SECTION
   ============================================ */
#carrelage,
#faustino {
  white-space: nowrap;
}

.small-square {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #033085;
  margin: 0 10px;
  display: inline-block;
  transform-origin: center;
  will-change: transform, background-color;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #121212;
  z-index: 1000;
  color: #e7edf0d8;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 30px;
  pointer-events: none;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: linear-gradient(
    to bottom,
    rgba(29, 29, 29, 0.8) 0%,
    rgba(29, 29, 29, 0.5) 60%,
    rgba(29, 29, 29, 0) 100%
  );
  z-index: 101;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(16px, 4vw, 24px);
  position: relative;
}

.header-left {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  height: 100%;
}

.header-title-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.header-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}
.header-title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.header-subtitle {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  color: #1e55bbb9;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* ============================================
   MENU SECTION
   ============================================ */
.menu-icon-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  z-index: 2000;
}
.menu-icon {
  background: none;
  border: none;
  color: #3a3631;
  font-size: 40px;
  cursor: pointer;
  padding: 8px;
  transition: all 0.3s ease;
}
.menu-icon .material-icons {
  font-size: 36px;
  vertical-align: middle;
  color: #bfd0dac4;
}
.menu-icon span {
  font-size: 40px;
}
.menu-icon:hover {
  color: #978574;
  transform: scale(1.2);
}
.menu-icon.open span,
.menu-icon.open {
  color: #0244be;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.menu-icon.open:focus {
  transform: scale(1.2);
  color: #053b9ecb;
}
.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 35px;
  height: 5px;
  background-color: #eef0e7b4;
  margin: 6px 0;
  transition: 0.4s;
}
.menu-icon.open .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}
.menu-icon.open .bar2 {
  opacity: 0;
}
.menu-icon.open .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}
.menu-icon .material-icons {
  font-size: 36px;
  vertical-align: middle;
  color: #dad1bfc4;
}

.menuContent {
  display: inline-block;
  align-content: center;
}


#menu {
  position: fixed;
  width: 220px;
  max-width: calc(100vw - 16px);
  background-color: #1816138f;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 1rem;
  border-radius: 8px;
  border: 1.5px solid #0000006b;
  border-top: 1px solid #d3d3d331;
  border-left: 1.5px solid #d3d3d321;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.829);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, transform 0.28s ease, right 0.28s ease,
    left 0.28s ease, top 0.28s ease;
  z-index: 1900;
}
#menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#menu i,
.slick-carousel:not(.slick-initialized) {
  display: none;
}
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu li {
  flex-wrap: wrap;
  justify-content: space-around;
  width: auto;
  padding: 10px;
}
#menu li:hover,
#menu li:active {
  background: #00000023;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  transform: scale(1.1);
  font-weight: bolder;
}

#menu a:link,
#menu a:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #bfd0dac4;
}
#menu a:hover,
#menu a:active {
  text-decoration: none;
}
#menuIcon a:active {
  transform: scale(1.5);
  animation: iconZoom 0.5s;
  color: #978574;
  animation-fill-mode: forwards;
}

@keyframes iconZoom {
  100% {
    transform: scale(1.5);
  }
}

/* ============================================
   PAGE LAYOUT AND STRUCTURE
   ============================================ */
section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.pageContent {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.08rem;
  padding: clamp(16px, 4vw, 24px);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  text-wrap: pretty;
  margin-top: 100px;
    -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.pageContent > section {
  padding: clamp(20px, 3vw, 32px);
  margin-bottom: 0px;
  border-radius: 20px;
  padding: 5px;
}

.section-content {
  font-family: "Segoe UI", "Roboto", "Arial", sans-serif;
  font-size: 0.8rem;
  color: #c7cbd1b9;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.7;
  border-radius: 20px;
  padding-top: 0;
  margin-top: 0;
  display: block;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  background: none;
}
.content-card {
  background: #27292794;
  border-radius: 10px;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  margin-bottom: 5px;
  position: relative;
}

.content-card h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2rem;
}

.content-card .section-content {
  background: none;
  padding: 0;
}

.content-card .section-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* ============================================
   À PROPOS SECTION
   ============================================ */

.apropos-photo {
  float: right;
  max-width: 200px;
  margin-left: 12px;
}
.apropos-photo {
  max-width: 150px;
  filter: sepia(0.05);
  opacity: 1;
  width: 100%;
  height: auto;
  display: block;
  float: right;
  margin: 0 0 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.services-bento-inline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 2fr));
  gap: 5px;
  margin-top: 6px;
  margin-top: 18px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.services-bento-inline .service-item {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.01)
  );
  padding: 5px 5px;
  border-radius: 8px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.services-bento-inline .service-item span {
  font-size: 0.95rem;
  color: #e7edf0cc;
}
.service-item {
  padding: 20px 10px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.4s ease;
  opacity: 0.85;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
}
.service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  pointer-events: none;
  opacity: 0.5;
}
.services-inline h4 {
  margin: 0 0 8px 0;
  color: #e7edf0cc;
  font-size: 1.05rem;
}
.service-item span {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-align: center;
}

/* ============================================
   GALLERY AND CAROUSEL SECTION
   ============================================ */

#accueilGalerie {
  max-width: 100%;
}


.lg-outer .lg {
  cursor: default !important;
}
.lg-outer {
  overflow: hidden !important;
  background: rgba(0, 0, 0, 0.425) !important;
  cursor: pointer !important;
  z-index: 13000 !important;
}

.lg-backdrop {
  position: fixed !important;
  inset: 0 !important;
  background: #272012ab;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 13000 !important;
  pointer-events: auto !important;
}
.lg-img {
  max-width: 100vw !important;
  max-height: 100vh !important;
  width: auto !important;
  height: auto !important;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}


.lg-toolbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  z-index: 13050 !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 90%,
    transparent 100%
  ) !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  padding: 5px 20px 5px 0 !important;
  box-sizing: border-box !important;
  min-height: 50px !important;
}

.lg-counter {
  display: none !important;
}

.lg-toolbar .lg-icon.lg-close {
  order: 2 !important;
  font-size: 36px;
  margin-top: 10px;
  z-index: 13051 !important;
  pointer-events: auto !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.lg-toolbar .lg-icon.lg-zoom-in,
.lg-toolbar .lg-icon.lg-zoom-out {
  font-size: 36px;
  margin-top: 10px;
  order: 1 !important;
}


section.slick-carousel,
section.slick-slide {
  padding: 0px;
  width: 100%;
  margin: 0px;
}

.slick-carousel {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: auto; 
}


.slick-loading {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}


.slick-carousel .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  opacity: 0.3;
  transform: scale(0.85);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}

.slick-carousel .slick-slide:not(.slick-center) {
  z-index: 1;
}


.slick-carousel .slick-center {
  opacity: 1;
  transform: scale(1.1);
  z-index: 10;
  box-shadow: none;
  position: relative;
  pointer-events: auto;
}


.slick-carousel img {
  width: 90vw;
  filter: sepia(0.4) blur(1px);
  max-width: none;
  height: 180px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.1s ease;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.slick-carousel .slick-center img {
  width: 100vw;
  max-width: 100%;
  height: 240px;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: blur(0px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  opacity: 1;
  z-index: 200;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 8px;
}


.slick-prev {
  left: -30px;
  z-index: 100;
}

.slick-next {
  right: -30px;
  z-index: 100;
}


.slick-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin: 5px 0 0 0;
  max-width: 100vw;
  overflow-x: hidden;
}

.slick-thumbnails-container {
  display: none; 
  max-width: 100%;
}

.slick-thumbnails img {
  width: 40px;
  height: 40px;
  max-width: 95%;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #0000009d;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0.4;
  filter:blur(0.2px) sepia(0.3);
  border: 2px solid transparent;
  transition: opacity 0.3s, border-color 0.3s;
}
.slick-thumbnails img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.slick-thumbnails img.active {
  opacity: 1;
  box-shadow: 0 2px 8px rgba(5, 59, 158, 0.18);
  border-color: #033085;
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-bento-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.contact-info-card {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 0.9rem;
}

.contact-info-card h1 {
  font-size: 1.8rem;
}

.contact-info-card .section-content p {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.9rem;
}


.contact-info-card a {
  color: #c7cbd1b9;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.map-container {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.map-container iframe {
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 320px;
  display: block;
}

.rbq-info a {
  color: rgba(255, 235, 165, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.rbq-info a:hover {
  color: rgba(255, 235, 165, 1);
  text-decoration: underline;
}

.rbq-info span {
  font-size: 1rem;
  color: #978574;
  font-weight: bold;
}

.rbq-info {
  display: flex;
  align-items: center;
}

.rbq-info i {
  font-size: 1.3rem;
  margin-right: 15px;
  color: #978574af;
}


.contact-form-container {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding: 5px 0;
  display: flex;
  align-items: stretch;
}

.contact-form-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.form-row {
  width: 100%;
}

.form-row > input,
.form-row > textarea {
  width: 100%;
  padding: 12px 16px;
  margin: 5px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(30, 30, 30, 0.8);
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
}

.form-row > input:focus,
.form-row > textarea:focus {
  background: rgba(40, 40, 40, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(2, 68, 190, 0.2);
}
.btnFormSubmit {
  background: rgba(3, 49, 133, 0.6);
  color: rgba(255, 255, 255, 0.623);
  border: none;
  border-radius: 30px;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 10px 30px;
  min-height: 44px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 8px auto 0;
  outline: none;
  display: block;
}

.btnFormSubmit:hover,
.btnFormSubmit:focus {
  background: #0244becb;
  scale: 1.05;
  color: #fff;
}

.btnFormSubmit:active {
  background: #021f5aad;
  color: #e0e3eab6;
}


.map-container iframe {
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 320px;
  display: block;
}
.btnOpenForm {
  background: rgba(3, 49, 133, 0.6);
  color: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 15px 35px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  margin: 20px auto;
  display: block;
}

.btnOpenForm:hover {
  background: #0244becb;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.btnOpenForm:active {
  background: #021f5aad;
  transform: translateY(0);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 23, 16, 0.575);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 12000;
}

.modal-backdrop.open {
  display: flex;
}

.contact-modal {
  position: relative;
  width: 95vw;
  max-width: 500px;
  background: rgba(20, 20, 20, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal-backdrop.open .contact-modal {
  transform: translateY(0);
  opacity: 1;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
}

.close-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.close-btn:focus {
  outline: 2px solid #0244be;
}

.modal-body {
  padding: 0;
  margin: 0;
}


/* ============================================
   RESPONSIVE MEDIA QUERIES
   ============================================ 
   Breakpoints:
   - Mobile-first (default): < 576px
   - sm: ≥ 576px (landscape phones)
   - md: ≥ 768px (tablets)
   - lg: ≥ 992px (desktops)
   - xl: ≥ 1200px (large desktops)
*/


@media (max-width: 575.98px) {
  .lg-toolbar {
    padding: 5px 10px 5px 0 !important;
  }
  .lg-toolbar .lg-icon.lg-close {
    font-size: 28px;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 5px !important;
    animation: pulseCloseBtn 2s infinite; 
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.95) !important;
  }
  
  .lg-toolbar .lg-icon.lg-zoom-in,
  .lg-toolbar .lg-icon.lg-zoom-out {
    display: none !important;
  }


  .slick-carousel {
    min-height: 300px;
    max-width: 100vw;
    padding: 0;
    margin: 0 auto;
  }
  
  .slick-carousel .slick-slide {
    height: 300px;
    transform: scale(0.9);
  }
  
  .slick-carousel .slick-center {
    transform: scale(1);
    box-shadow: none;
  }
  
  .slick-carousel .slick-center img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}


@media (min-width: 576px) {
  .header-container {
    padding: clamp(24px, 5vw, 32px);
  }

  .pageContent {
    padding: clamp(24px, 5vw, 32px);
  }

  .contact-bento-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-modal {
    width: 90vw;
    border-radius: 14px;
    padding: 20px;
    border: 1.5px solid rgba(58, 54, 49, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  }
  .slick-carousel {
    min-height: 400px;
  }

  .slick-carousel .slick-slide {
    height: 400px;
  }

  .slick-carousel img {
    width: 60vw;
    max-width: 180px;
    height: 240px;
  }

  .slick-carousel .slick-center img {
    width: 75vw;
    max-width: 400px;
    height: 280px;
  }
}

/* ----------------------------------------------
----- Medium devices (tablets, 768px and up) ----
-------------------------------------------------
*/
@media (min-width: 768px) {
  .header-container .pageContent {
    padding: clamp(32px, 6vw, 48px);
  }

  .contact-bento-container {
    grid-template-columns: 45% 55%;
    grid-template-rows: auto auto; 
  }

  .contact-info-card {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .map-container {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .contact-form-container {
    grid-column: 2 / 3;
    grid-row: 1 / 3; /
  }
  .contact-modal {
    width: 45vw;
    max-width: 760px;
    max-height: 500px;
  }

  .slick-carousel {
    min-height: 480px;
    width: 100%;
    max-width: 100%;
    margin-top: -80px;
  }

  .slick-carousel .slick-slide {
    height: 480px;
    width: 100%;
  }

  .slick-carousel img {
    width: 45vw;
    max-width: 220px;
    height: 200px;
  }

  .slick-carousel .slick-center img {
    max-width: 450px;
    max-height: 300px;
  }
  .slick-thumbnails-container {
    display: block;
    margin-top: -80px;
    padding-top: 0;
    position: relative;
    z-index: 5;
  }
  
}

/* ----------------------------------------------------
---- Large devices (desktops, 992px and up) -----------
-------------------------------------------------------
*/
@media (min-width: 992px) {
  .header-container .pageContent {
    padding: clamp(40px, 7vw, 64px);
  }

  .slick-carousel {
    min-height: 500px;
  }

  .slick-carousel .slick-slide {
    height: 600px;
  }

  .slick-carousel img {
    width: 35vw;
    max-width: 320px;
    height: 300px;
  }

  .slick-carousel .slick-center img {
    width: 650px;
    max-width: 650px;
    height: 700px;
  }
}

@media (min-width: 992px) and (min-height: 1000px) {
  .menu-icon-container {
    display: none;
  }
}


/* --------------------------------------------------------------
 --- Extra large devices (large desktops, 1200px and up) --------
 ----------------------------------------------------------------
*/
@media (min-width: 1200px) {
  .header-container .pageContent {
    padding: clamp(48px, 4vw, 80px);
  }
  .pageContent {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

