/* Catalog Section Styles */
.catalog-section-wrapper {
  background-image: url("https://surface-plus.sfo3.cdn.digitaloceanspaces.com/web/home/Surfaceplus%20-%20portada%20-%20cata%CC%81logo.png");
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  margin: 60px 20px;
  margin-top: 20px;
  padding: 100px 60px !important;
  color: white;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  height: calc(100vh - 104px);
  display: flex;
  align-items: flex-end;
}

.catalog-section-wrapper .catalog-content {
  max-width: 700px;
  z-index: 2;
  position: relative;
}

.catalog-section-wrapper h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.catalog-section-wrapper h2 span {
  color: #ff0000;
  font-weight: 500;
  top: -10px;
  position: relative;
}

.catalog-section-wrapper p {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #e0e0e0;
}

.catalog-section-wrapper .btn-catalog {
  background-color: #d00000;
  color: white !important;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
  cursor: pointer;
}

.catalog-section-wrapper .btn-catalog:hover {
  background-color: #a00000;
  color: white;
}

@media (max-width: 1024px) {
  .catalog-section-wrapper {
    margin: 40px 40px;
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .catalog-section-wrapper {
    margin: 40px 20px;
    padding: 40px 20px;
    min-height: 400px;
  }
  .catalog-section-wrapper h2 {
    font-size: 32px;
  }
  .catalog-section-wrapper p {
    font-size: 16px;
  }
}

/* Catalog Modal Styles */
#catalogModal .modal-dialog {
  max-width: 900px;
  width: 95%;
}

#catalogModal .modal-content {
  background: transparent;
  border: 15px solid white;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

#catalogModal .catalog-modal-body {
  background-size: cover;
  background-position: center;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align content to the left */
  padding: 0;
}

#catalogModal .close-catalog-modal {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

#catalogModal .catalog-form-container {
  background: transparent; /* No background */
  padding: 60px 50px;
  border-radius: 0;
  max-width: 480px;
  width: 100%;
  box-shadow: none; /* No shadow */
  text-align: left;
  margin: 0;
}

#catalogModal .catalog-form-container h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#catalogModal .catalog-form-container h3 span {
  color: #d00000;
  font-weight: 700;
}

#catalogModal .catalog-form-container p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 90%;
}

#catalogModal .form-group {
  margin-bottom: 15px;
}

#catalogModal .form-control {
  border: none;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent white */
  color: #333;
  height: 50px;
}

#catalogModal .form-control:focus {
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  outline: none;
}

#catalogModal .form-control::placeholder {
  color: #999;
}

#catalogModal .btn-submit-catalog {
  background-color: #333;
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
  text-transform: capitalize;
  min-width: 150px;
}

#catalogModal .btn-submit-catalog:hover {
  background-color: #000;
}

/* NewsLetters */
#newsletters {
  background-color: #f7f7f9;
  padding: 8rem;
  padding-top: 240px !important;
  padding-bottom: 120px !important;
}

#newsletters h2 {
  line-height: 1;
  margin-bottom: 80px;
  font-weight: bold;
}

#newsletters form input {
  color: #d2ccca !important;
  height: 70px;
  width: 100%;
  border-radius: 0px;
  border: none;
  margin-bottom: 80px;
}
#newsletters form input::placeholder {
  color: #d2ccca !important;
}

#newsletters form div {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

#newsletters form div .black__btn {
  height: 50px;
  width: 130px;
  border-radius: 30px;
  color: #fff;
  background-color: #2d2e35;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  border: none;
  cursor: pointer;
}
