/* --- PRODUCTS PAGE -- */

.section-container {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}

.section-container-subtitle {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}

.section-title-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
}

.subtitle_start {
  justify-content: flex-start;
}

.subtitle_center {
  justify-content: center;
}

.section_title_subtitle_video {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height: 260px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.section-product-room-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 0px;
  margin-top: 70px;
}

.section-product-multi-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 30px;
}

.section-products-container {
  width: 100%;
  height: 700px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.section-product-container-30-left {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 30%;
  height: calc(100% - 30px);
  padding: 35px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
}

.section-product-container-70-right {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 70%;
  height: 100%;
  padding: 15px;
}

.section-product-container-70-left {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 70%;
  height: 100%;
  padding: 15px;
}

.section-solutions-container-30-right {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 30%;
  height: 100%;
  padding: 15px;
}

.section-product-container-30-right {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 30%;
  height: 100%;
  padding: 15px;
}

.section-product-container-100 {
  width: 100%;
  height: 100%;
}

.section-product-container-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.section-products-container-contactBtn {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  padding: 30px;
}

.load-more-btn {
  display: block;
  position: relative;
  width: 200px;
  padding: 20px;
  margin: 20px auto;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50px;
  background-color: var(--group);
  color: rgb(0, 0, 0);
  font-weight: 500;
  cursor: pointer;
  margin-top: 50px;
}

.load-more-btn:hover {
  background-color: rgb(39 88 208 / 100%);
  color: rgb(255, 255, 255);
}

.load-more-btn:active {
  background-color: rgb(32, 75, 184);
  color: rgb(255, 255, 255);
}

.center_left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.center_right {
  align-items: flex-end;
  flex-direction: column;
}

.center_top {
  align-items: flex-start;
  flex-direction: column;
}

.center_bottom {
  align-items: flex-end;
  flex-direction: row;
}

.center_left img {
  position: relative;
  float: left;
}

.center a {
  text-decoration: none;
}

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

.center_content_left {
  display: flex;
  align-content: center;
}

.left_content {
  text-align: left;
}

/* DRAG AND DROP OVERLAY */

.upload_view-3d {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px; /* 👈 ensure it has something to fill */
  overflow: hidden;
}

.drop-overlay {
  position: absolute;
  inset: 0;
  border: 2px dashed #96969686;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: all;
  z-index: 9999;
  margin: 100px;
}

.drop-overlay.visible {
  background: #9696961a;
  border-color: #fff;
}

.drop-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.drop-overlay img {
  width: 50px;
  height: 50px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.drop-overlay p {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  color: #969696;
}

.drop-overlay.visible {
  opacity: 1;
  pointer-events: all;
}

.drop-overlay.hidden {
  display: block;
  opacity: 0;
}

.solutions_title {
  font-size: 5.5rem;
  font-weight: 600;
  margin: 10px 0;
  color: rgb(0, 0, 0);
}

.solutions_subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin: 10px 0;
  color: rgb(170, 170, 170);
}

.solutions_subtitle2 {
  font-size: 2rem;
  font-weight: 500;
  margin: 10px 0;
  color: rgb(255, 255, 255);
}

.solutions_subtitle3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px 0;
  color: rgb(100, 100, 100);
}

.solutions_subtitle_text {
  display: block;
  position: relative;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  left: 25%;
}

.solutons_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  margin: 50px;
  border-radius: 15px;
  background-color: rgba(250, 250, 250, 1);
  height: auto;
  width: 100%;
  border: 1px solid rgba(240, 240, 240, 1);
}

.solutions_center_text {
  display: block;
  width: 100%;
  padding-top: 0px;
  text-align: center;
}

.solutions_title_iframe {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
}

.solutions_subtitle_iframe {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 10px 0;
}

.vat {
  font-size: 1rem;
  font-weight: 400;
  color: darkgray;
}

.solutions_title_container {
  font-size: 40px;
  font-weight: 600;
  margin: 10px 0;
  color: rgb(74, 96, 202);
}

.solutions_subtitle_container {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px 0;
  color: rgb(150, 150, 150);
}

.solutions_icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.icon_left {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lightgrey1 {
  background-color: rgb(252, 252, 252);
}

.lightgrey2 {
  background-color: rgb(249, 249, 249);
}

.products-btnContact {
  display: block;
  width: 150px;
  height: 50px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  border-radius: 10px;
  background-color: rgb(74, 96, 202);
  text-decoration: none; /* Remove underline from the link */
  text-align: center; /* Center-align the text */
  line-height: 50px; /* Vertically center the text within the button */
  transform: translateY(20px);
  margin-left: auto;
  margin-right: auto;
}

.products-btnContact:hover {
  background-color: rgb(66, 88, 197);
}

.products-btnContact:focus {
  background-color: rgb(51, 75, 188);
}
