@charset "UTF-8";
/*!
 Theme Name:   Consupl
 Theme URI:    https://thewhitgroup.com/
 Description:
 Author:       thewhitgroup
 Author URI:   https://thewhitgroup.com/
 Template:     generatepress
 Version:      0.1

 ——— Important: This css is generated from scss file.
*/
/*Root*/
/*Container*/
.full-width {
  max-width: 100% !important;
}

.underline-text {
  text-decoration: underline;
}

@media (min-width: 48em) and (max-width: 63.99rem) {
  .entry-content section.gb-container:first-of-type > div.gb-container {
    padding: 100px 60px;
  }
}

@media (min-width: 48em) and (max-width: 63.99rem) {
  .custom-container {
    padding: 60px !important;
  }
}

@media (max-width: 47.9375rem) {
  .reverse-column {
    flex-direction: column-reverse;
  }
}

/*Navigation*/
.navigation-branding {
  margin-left: 0px !important;
}

.top-bar .custom-link {
  color: #FF6C6C !important;
}

.mobile-menu {
  display: none;
}

.underline-text a {
  text-decoration: underline;
}

.site-footer {
  display: none;
}

/*Contact Form*/
.wpcf7-form {
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 47.9375rem) {
  .form-row {
    display: block;
  }
}
.form-row .form-group {
  flex: 1;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.wpcf7-form textarea {
  resize: vertical;
  min-height: 100px;
}

.form-group.full-width {
  margin-bottom: 15px;
}

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

.contact-us .form-submit {
  text-align: left;
}
.contact-us .placeholder-wrapper {
  width: 100% !important;
}

.contact-contractors .placeholder-wrapper {
  width: 100% !important;
}

.wpcf7-form input[type=submit] {
  background-color: #b51b1b;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-family: Montserrat;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: -74px;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #991616;
}
@media (max-width: 47.9375rem) {
  .wpcf7-form input[type=submit] {
    width: 100%;
  }
}

.custom-shadow {
  box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.06);
}

/*Footer video*/
.open-popup {
  cursor: pointer;
}

.gradient-background figure {
  position: relative;
  overflow: hidden;
}
.gradient-background figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  border-radius: 8px;
}
.gradient-background figure img:hover {
  transform: scale(1.05);
}

.image-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.image-popup-container .popup-content {
  width: 80%;
  height: 80%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.image-popup-container.show {
  display: flex;
}

/*Image popup*/
/* Estilo para la imagen */
.gradient-background img {
  cursor: pointer;
  width: 100%;
  /* Ajusta según tu diseño */
  height: auto;
}

/* Estilo para el popup */
#popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#popup-container.popup-hidden {
  display: none;
}

#popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

#popup-content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.video-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.video-popup-container .wp-block-video {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.video-popup-container.show {
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */