/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2026 | 11:37:28 */
.text-primary {
    color: var(--e-global-color-accent);
}

.serv_button .elementor-button-icon g {
    fill: #ef852f;
}

.grid.items-baseline.gap-4 {
    display: grid;
    grid-template-columns: 2fr 10fr;
    align-items: center;
    margin-bottom: 15px;
}

.wpcf7 label{
	width: 100%;
    color: #EE852F;
    font-weight: 500;
    
} 


h3.rfg-title {
    font-size: 27px;
    line-height: 1.3;
}

.kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--line);
    background: rgba(16, 24, 42, 0.55);
    border-radius: 999px;
    color: var(--muted);
    font-weight: 700;
    font-size: 13px;
}

.pill{
  width: 8px; height: 8px;
  border-radius: 999px;
  background:#ef852f;
  animation: pulse 1s infinite;
}

.rfg-lightbox button {
    background: transparent !important;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 22px;
    
}
.rfg-lightbox button:hover {
    background: transparent;
    color: #EF852F;
    
}


button.rfg-lb-close {
    font-size: 30px;
}

@keyframes pulse {
  from {box-shadow: 0 0 0 2px rgb(239 133 47 / 42%);}
  to {box-shadow: 0 0 0 6px rgb(239 133 47 / 18%);}
}

/* .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
    height: 50px;
    border-radius: 5px;
    margin-top: 7px;
    border: 1px solid #3f3a32;
    width: 100%;
    background-color: transparent !important;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus{
    outline: none;
    border-color: #E7B431;
}

.wpcf7 textarea {
    min-height: 150px
} */


/* ── Roofington Quote Modal — CF7 Styles ── */

/* Two-column name row */
.rfq-cf7-grid p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}
.rfq-cf7-grid p br { display: none; }
.rfq-cf7-grid .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0;
}

.rfq-modal button.elementor-button.modal_trigger {
    position: absolute;
    visibility: hidden;
}

/* Remove <br> gaps between fields */
.rfq-modal .wpcf7-form p br { display: none; }
.rfq-modal .wpcf7-form p { margin-bottom: 0; }

/* Spacing between each field wrapper */
.rfq-modal .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 14px;
}

.rfq-modal label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* All text inputs and textarea */
.rfq-modal .wpcf7-form input[type="text"],
.rfq-modal .wpcf7-form input[type="email"],
.rfq-modal .wpcf7-form input[type="tel"],
.rfq-modal .wpcf7-form textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1.5px solid #959FA7;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  background: transparent;
  display: block;
  height: 50px;
  margin-top: 10px;
}
.rfq-modal .wpcf7-form input[type="text"]:focus,
.rfq-modal .wpcf7-form input[type="email"]:focus,
.rfq-modal .wpcf7-form input[type="tel"]:focus,
.rfq-modal .wpcf7-form textarea:focus {
  border-color: #D85A30;
  box-shadow: 0 0 0 3px rgba(216, 90, 48, .12);
}
.rfq-modal .wpcf7-form input::placeholder,
.rfq-modal .wpcf7-form textarea::placeholder { color: #959FA7; }

/* Service field — read-only, highlighted */
.rfq-modal .wpcf7-form #rfq_service_field,
.rfq-modal .wpcf7-form .rfq-service-readonly {
  background: rgba(216, 90, 48, .05);
  border-color: rgba(216, 90, 48, .35);
  color: #D85A30;
  font-weight: 600;
  cursor: default;
}

/* Textarea */
.rfq-modal .wpcf7-form textarea {
  resize: vertical;
  min-height: 85px;
  line-height: 1.5;
}

/* Urgency section label */
.rfq-field-label p {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin: 0 0 8px;
}

/* Radio → pill style */
.rfq-modal .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.rfq-modal .wpcf7-radio .wpcf7-list-item { margin: 0; }
.rfq-modal .wpcf7-radio .wpcf7-list-item input[type="radio"] { display: none; }
.rfq-modal .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 20px;
  border: 1.5px solid #959FA7;
  font-size: 13px;
  color: #959FA7;
  cursor: pointer;
  transition: all .15s;
  background: transparent;
  line-height: 1;
  user-select: none;
}
.rfq-modal .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  border-color: #D85A30;
  background: #fff4f0;
  color: #D85A30;
}

/* Submit button */
.rfq-modal .wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 13px;
  background: #D85A30;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s;
  margin-top: 4px;
}
.rfq-modal .wpcf7-form input[type="submit"]:hover { background: #c44f28; }
.rfq-modal .wpcf7-form input[type="submit"]:active {
  background: #b3421e;
  transform: scale(.99);
}

/* Inline validation error */
.rfq-modal .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #c0392b;
  margin-top: 4px;
}
.rfq-modal .wpcf7-form-control.wpcf7-not-valid {
  border-color: #e74c3c;
  background: #fff8f8;
}

/* Response message (success / error) */
.rfq-modal .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  border: none !important;
}
.rfq-modal .wpcf7-form.sent .wpcf7-response-output {
  background: #eafaf1;
  color: #1a7a42;
}
.rfq-modal .wpcf7-form.invalid .wpcf7-response-output,
.rfq-modal .wpcf7-form.failed .wpcf7-response-output {
  background: #fdf2f2;
  color: #c0392b;
}

/* Hidden CF7 fields */
.rfq-modal .hidden-fields-container { display: none; }

/* Disclaimer */
.rfq-disclaimer {
  font-size: 11px;
  color: #aaa;
  text-align: center;
  margin-top: 10px;
}

footer.ps-footer .modal_trigger_container {
    position: absolute !important;
    visibility: hidden !important;
    opacity: 0;
}

.ps-footer__legal a {
    font-size: 12px !important;
    color: #5f5e5a !important;
    text-decoration: none;
    transition: color 0.15s ease !important;
	cursor: pointer;
}

.elementor.elementor-631,
.elementor.elementor-660 {
}

.cta_area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, oklch(0.22 0.02 245) 0%, #341D16 35%, #31261C 55%, #232220 100%);
    animation: 8s infinite gradient-pan;
    background-size: 200% 200%;
}

/* .cta_area:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -14px;
    width: 250px;
    height: 160px;
    background: color-mix(in oklab, #EF862F 10%,transparent);
    filter: blur(64px);
}

.cta_area:before{
    content: "";
    position: absolute;
    bottom: -100px;
    right: -14px;
    left: auto;
    width: 350px;
    height: 160px;
    background: color-mix(in oklab, #EF862F 20%,transparent);
    filter: blur(64px);
} */

@keyframes gradient-pan {
  0%,100% { background-position: 0% 50%; }
  50%     { background-position: 100% 50%; }
}

span.text-primary {
    background: linear-gradient(90deg, #F8F7F3 0%, #F0872F 40%, #EF862F 60%, #F8F7F3 100%);
    color: #0000;
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: 8s linear infinite shimmer;
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.animate-float {
    animation: 6s ease-in-out infinite float-y;
}

@keyframes float-y {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}

.elementor-button{
text-decoration: none !important;
}
.elementor-button:hover .elementor-button-icon svg,
.caritas-button:hover span svg{
    animation-name: abslideIn;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count: 1;
    animation-timing-function:linear; 
}

@keyframes abslideIn {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.call-btn:hover svg,
.call-btn:hover i {
  animation: vibrate .3s linear 2 !important;
  transform-origin: 50% 50%;
}

.call-btn:hover{
  transform: scale(1.01);
}

@keyframes vibrate {
  0%   { transform: rotate(0deg) translate(0,0); }
  15%  { transform: rotate(-12deg) translate(-1px,0); }
  30%  { transform: rotate(10deg) translate(1px,0); }
  45%  { transform: rotate(-10deg) translate(-1px,0); }
  60%  { transform: rotate(10deg) translate(1px,0); }
  75%  { transform: rotate(-8deg) translate(-1px,0); }
  100% { transform: rotate(0deg) translate(0,0); }
}

  .timeline{
    position:relative;
  }
  .track{
    position:absolute;
    left:0px;
    top:0px;
    bottom:120px;
    width:2px;
    background:rgba(255,255,255,0.08);
	height: 100%;
  }
  .track-fill{
    position:absolute;
    left:0px;
    top:0px;
    width:2px;
    height:0%;
    background:#D85A30;
    transition:height 0.1s linear;
  }
  .entry{
    display:flex;
    gap:20px;
    padding:10px 0;
    position:relative;
    opacity:0;
    transform:translateX(-16px);
    transition:opacity 0.6s ease, transform 0.6s ease;
  }
  .entry.reveal{
    opacity:1;
    transform:translateX(0);
  }
  .entry .dot{
    position: absolute;
    left: 16px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3a3a;
    border: 2px solid #10131a;
    transition: background 0.4s ease, box-shadow 0.4s ease;
    z-index: 2;
  }
  .entry.reveal .dot{
    background:#D85A30;
    box-shadow:0 0 0 4px rgba(216,90,48,0.2);
  }
  .year{
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 28px;
    min-width: 124px;
    padding-left: 45px;
    color: #fff;
}
  
  .h_desc{
    color:#a8a8a8;
    font-size:14px;
    line-height:1.6;
  }
  .h_desc strong{
    color:#e8e8e8;
    font-weight:600;
  }
  .note{
    text-align:center;
    color:#666;
    font-size:13px;
    padding-bottom:80px;
  }


label.rfq-field-label select {
    margin-top: 10px;
}