/*	INSPIRATION GALLERY
-------------------------------------------- */
.inspiration-gallery {
  padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .inspiration-gallery {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .inspiration-gallery {
    padding: 40px 0;
  }
}
.inspiration-gallery .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 46px;
}
@media (max-width: 575.98px) {
  .inspiration-gallery .container {
    gap: 24px;
  }
}
.inspiration-gallery__text-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .inspiration-gallery__text-cta-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .inspiration-gallery__text-cta-wrapper {
    gap: 16px;
  }
}
.inspiration-gallery__description p {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .inspiration-gallery__description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .inspiration-gallery__description p {
    font-size: 14px;
    line-height: 22px;
  }
}
.inspiration-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .inspiration-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .inspiration-gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.inspiration-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 40px 8px;
  aspect-ratio: 4/3;
  transition: opacity 0.3s ease;
}
@media (max-width: 575.98px) {
  .inspiration-gallery__item {
    aspect-ratio: 16/9;
  }
}
.inspiration-gallery__item--hidden {
  display: none;
}
.inspiration-gallery__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 8px 8px 40px 8px;
}
.inspiration-gallery__image-wrapper:hover {
  transform: scale(1.02);
}
.inspiration-gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 8px 8px 40px 8px;
}
.inspiration-gallery__corner-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 24px 0px 0px 0px;
  background: #18B1B5;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px 0px 6px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.inspiration-gallery__icon {
  width: 20px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cpath d='M10.9256 21.3507L10.9146 21.3527L10.8436 21.3877L10.8236 21.3917L10.8096 21.3877L10.7386 21.3527C10.728 21.3494 10.72 21.351 10.7146 21.3577L10.7106 21.3677L10.6936 21.7957L10.6986 21.8157L10.7086 21.8287L10.8126 21.9027L10.8276 21.9067L10.8396 21.9027L10.9436 21.8287L10.9556 21.8127L10.9596 21.7957L10.9426 21.3687C10.94 21.358 10.9343 21.352 10.9256 21.3507ZM11.1906 21.2377L11.1776 21.2397L10.9926 21.3327L10.9826 21.3427L10.9796 21.3537L10.9976 21.7837L11.0026 21.7957L11.0106 21.8027L11.2116 21.8957C11.2243 21.899 11.234 21.8964 11.2406 21.8877L11.2446 21.8737L11.2106 21.2597C11.2073 21.2477 11.2006 21.2404 11.1906 21.2377ZM10.4756 21.2397C10.4712 21.237 10.466 21.2362 10.4609 21.2373C10.4559 21.2384 10.4515 21.2414 10.4486 21.2457L10.4426 21.2597L10.4086 21.8737C10.4093 21.8857 10.415 21.8937 10.4256 21.8977L10.4406 21.8957L10.6416 21.8027L10.6516 21.7947L10.6556 21.7837L10.6726 21.3537L10.6696 21.3417L10.6596 21.3317L10.4756 21.2397Z' fill='white'/%3E%3Cpath d='M8.83265 0.0927735C10.4009 0.0926643 11.9386 0.526418 13.2756 1.34604C14.6127 2.16566 15.6969 3.3392 16.4083 4.7368C17.1197 6.1344 17.4306 7.70157 17.3066 9.26491C17.1826 10.8283 16.6285 12.3268 15.7057 13.5948L15.5087 13.8548L19.1607 17.5068C19.3419 17.6863 19.4477 17.9283 19.4563 18.1833C19.465 18.4383 19.3759 18.6869 19.2072 18.8784C19.0385 19.0698 18.8031 19.1895 18.549 19.213C18.295 19.2365 18.0416 19.162 17.8407 19.0048L17.7467 18.9208L14.0947 15.2688C13.0301 16.1077 11.7803 16.68 10.4497 16.9377C9.11899 17.1954 7.74597 17.1312 6.44516 16.7504C5.14436 16.3696 3.95348 15.6832 2.97189 14.7485C1.9903 13.8138 1.24646 12.658 0.802429 11.3774C0.3584 10.0967 0.227058 8.72851 0.419359 7.38682C0.611661 6.04512 1.12203 4.76886 1.90789 3.66453C2.69374 2.56019 3.7323 1.6598 4.93691 1.03847C6.14152 0.417138 7.47724 0.0928889 8.83265 0.0927735ZM8.83265 2.09277C7.10874 2.09277 5.45544 2.77759 4.23646 3.99658C3.01747 5.21557 2.33265 6.86887 2.33265 8.59277C2.33265 10.3167 3.01747 11.97 4.23646 13.189C5.45544 14.408 7.10874 15.0928 8.83265 15.0928C10.5566 15.0928 12.2099 14.408 13.4288 13.189C14.6478 11.97 15.3327 10.3167 15.3327 8.59277C15.3327 6.86887 14.6478 5.21557 13.4288 3.99658C12.2099 2.77759 10.5566 2.09277 8.83265 2.09277ZM8.83265 4.09277C9.07758 4.09281 9.31399 4.18273 9.49702 4.34549C9.68006 4.50825 9.79699 4.73252 9.82565 4.97577L9.83265 5.09277V7.59277H12.3327C12.5875 7.59306 12.8327 7.69065 13.018 7.86562C13.2034 8.04059 13.3149 8.27973 13.3298 8.53417C13.3448 8.78861 13.262 9.03915 13.0984 9.23461C12.9348 9.43006 12.7027 9.55567 12.4497 9.58577L12.3327 9.59277H9.83265V12.0928C9.83237 12.3477 9.73477 12.5928 9.5598 12.7781C9.38483 12.9635 9.1457 13.075 8.89126 13.0899C8.63682 13.1049 8.38627 13.0221 8.19082 12.8585C7.99537 12.6949 7.86975 12.4629 7.83965 12.2098L7.83265 12.0928V9.59277H5.33265C5.07777 9.59249 4.83262 9.49489 4.64728 9.31993C4.46195 9.14496 4.35042 8.90582 4.33548 8.65138C4.32054 8.39694 4.40333 8.14639 4.56692 7.95094C4.73051 7.75549 4.96256 7.62988 5.21565 7.59977L5.33265 7.59277H7.83265V5.09277C7.83265 4.82756 7.93801 4.5732 8.12554 4.38567C8.31308 4.19813 8.56743 4.09277 8.83265 4.09277Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.inspiration-gallery__load-more-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.inspiration-gallery__load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14.5px 24px;
  border-radius: 8px;
  background: #2C2E35;
  color: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.inspiration-gallery__load-more:hover {
  background: #1a1c21;
  transform: translateY(-2px);
}
.inspiration-gallery__load-more--hidden {
  display: none;
}
@media (max-width: 575.98px) {
  .inspiration-gallery__load-more {
    width: 100%;
    max-width: 300px;
    padding: 14px 24px;
  }
}
@media (max-width: 575.98px) {
  .inspiration-gallery__cta .btn {
    width: 100%;
    max-width: 300px;
  }
}

.page-design-inspiration .inspiration-gallery {
  background: rgba(44, 46, 53, 0.06);
}