/*STICJY HEADER */
.custom-sticky-header{
    position: fixed;
    top: -120px; /* Oculto arriba */
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top .3s ease, box-shadow .3s ease;/* Safari */
}

.custom-sticky-header.show-header{
    top: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,.12);
}

}

/* Contact Form 7 field spacing */
.wpcf7 form p {
  margin-bottom: 30px;
}

/* Optional: remove extra spacing after last field */
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  padding: 12px 28px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effect */
.wpcf7 input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
	margin-bottom: 10px;
	}
.wpcf7 textarea {
	height:100px;
	}
.card-subtitle h2 {
	min-height: 32px;
}

.skills li {
		background: #ECECEC !important;
	border: 1px solid #C0C0C0;
	border-radius:20px;
	padding:6px 15px 6px 15px !important;
	margin:10px;
	margin-bottom:20px;
}
.skills .elementor-widget .elementor-icon-list-item {
	margin-bottom:10px;
}
.nav-hov .elementor-icon-list-item a {
    transition: all 0.3s ease;
		padding: 0 5px;
}

.nav-hov .elementor-icon-list-item a:hover {
    background: #3A3A3A;

}

.nav-hov .elementor-icon-list-item a:hover .elementor-icon-list-text,
.nav-hov .elementor-icon-list-item a:hover i,
.nav-hov .elementor-icon-list-item a:hover svg {
    color: #fff !important;
    fill: #fff !important;
}

.roof-color-display{
    display:flex;
    align-items:center;
    gap:10px;
}

.roof-color-box{
    width:30px;
    height:30px;
    border-radius:3px;
    border:1px solid #dcdcdc;
    display:inline-block;
    flex-shrink:0;
}

.roof-color-name{
    line-height:1;
}


/***/

/* Contact Form 7 Layout */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.full-width {
    grid-column: 1 / -1;
}

/* Labels */
.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

/* Inputs, Selects & Textarea */
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
    font-size: 15px;
    transition: all .3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
}

/* Textarea */
.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.form-group input[type="submit"],
.wpcf7-submit {
    width: 100%;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}

.form-group input[type="submit"]:hover,
.wpcf7-submit:hover {
    background: #1d4ed8;
}

/* Validation Messages */
.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px;
}

/* Mobile */
@media (max-width: 767px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .full-width {
        grid-column: auto;
    }
}

.faqs h2 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;

    margin: 60px 0 35px;
    padding-bottom: 15px;
}

.faqs h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 80px;
    height: 3px;

    background: #333;
    border-radius: 3px;
}

.faqs h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 30px 0 12px;
    line-height: 1.4;
}

.faqs p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 18px;
}

.faqs ul {
    margin: 0 0 24px 25px;
    padding: 0;
}

.faqs li {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.faqs strong {
    font-weight: 600;
}


.comm h3{
	margin-top:0px
}
.comm svg{
	width:68px
}

.bstyles .elementor-element {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;


}
.bstyles .elementor-element .elementor-heading-title {
  font-family: "Barlow", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.bstyles .bbox .elementor-element 
  background-color: #DEDEDE;
	padding: 15px !important;
min-height: 92px;
}