/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.bgclip_text .elementor-widget-container{
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
h1 span, h2 span {
  background: linear-gradient(90deg, #FF0000, #FF6666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.h1-sub {
  display: block;
   background: linear-gradient(90deg, #FF0000, #FF6666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(1.3rem,2.8vw,2.4rem);
  font-weight: 900;
  margin-top: 6px;
	  line-height: 0.93;
}
.top_border:before{
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  height: 3px;
	  background: linear-gradient(90deg,#FF0000,#FF6666);
}
.mid-cta-glow{
	  background: radial-gradient(ellipse 70% 80% at 50% 50%,rgba(255,0,0,0.1) 0%,transparent 70%);
}
.process-line .elementor-divider-separator{
	  background: linear-gradient(90deg,transparent,rgba(255,0,0,0.3) 20%,rgba(255,0,0,0.3) 80%,transparent);
	border:none !important;
	  height: 1px;
}
.fc-glow{
	  background: radial-gradient(ellipse 80% 70% at 50% 50%,rgba(255,0,0,0.12) 0%,transparent 70%) !important;
}
.fdot {
  width: 7px;
  height: 7px;
  background: #FF3333;
  border-radius: 50%;
  box-shadow: 0 0 8px #FF0000;
  animation: pulse 2s infinite;
	margin-right:9px; 
	display:inline-flex;
}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.3}}


.location_form input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 13px 16px;
  color: #fff;
  font-family: "Inter",sans-serif;
  font-size: 0.92rem;
  
  outline: none;
  transition: border-color 0.2s;
}
.wpcf7-form-control-wrap {
  display: block;
	margin-bottom: 10px;
}
.location_form br {
  display: none;
}
.location_form input[type="submit"] {
  width: 100%;
  background: linear-gradient(135deg,#FF0000,#CC0000);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
  font-family: "Inter",sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 4px;
  box-shadow: 0 8px 28px rgba(255,0,0,0.35);
  transition: opacity 0.2s;
}

.location_submit {
  position: relative;
}
.location_submit .wpcf7-spinner {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0px;
}
.location_form input[type="submit"] {
  margin: 0px;
}
.location_form p {
  margin: 0px;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
	  margin: 10px 0px; 
}
.fadeUp{
	  animation: fadeUp 0.8s 0.2s ease both;
}
@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}

.wm_border:before{
	  background: linear-gradient(90deg,#FF0000,transparent);
	  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
}

.fw-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: radial-gradient(circle at 0% 0%, rgba(255,0,0,0.07) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.fw-card:hover::after {
  opacity: 1;
}

/* Service Areas Widget Styles */
.service-areas-widget {
  width: 100%;
}

.service-area-group {
  margin-bottom: 20px;
}

.service-area-group-title {
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #FF0000;
}

.service-area-items {
  display: flex;
  flex-direction: row;
  gap: 8px;
	flex-wrap:wrap; 
}

.service-area-item {
  display: inline-block;
  text-decoration: none;
  transition: color 0.2s ease;
	  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
	  border-radius: 100px;
}
.service-area-item:hover{
	border: 1px solid rgba(255, 0, 0, 0.45);
}
.service-area-item:not(span) {
  color: inherit;
  cursor: pointer;
}

.service-area-item:not(span):hover {
  text-decoration: underline;
}


.social_icons .elementor-icon-list-item.elementor-inline-item {
  background: rgba(255,0,0,0.07);
  border: 1px solid rgba(255,0,0,0.18);
  border-radius: 10px;
  padding: 10px 16px;
  transition: 300ms;
	  margin: 0px !important;
}
.social_icons .elementor-icon-list-item.elementor-inline-item:hover {
  background: rgba(255,0,0,0.14);
  border-color: rgba(255,0,0,0.4);
}
.social_icons .elementor-icon-list-items.elementor-inline-items {
  gap: 8px;
	  margin: 0px !important;
}

/* Location FAQ Widget */
.location-faq-widget {
  width: 100%;
}

.location-faq-widget .faq-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.location-faq-widget .faq-item {
  background: var(--panel, rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.location-faq-widget .faq-item:hover,
.location-faq-widget .faq-item.open {
  border-color: rgba(255, 0, 0, 0.3);
}

.location-faq-widget .faq-q {
  width: 100%;
  background: none;
  border: 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  color: inherit;
}

.location-faq-widget .faq-qt {
  font-family: "Barlow", sans-serif;
  font-size: 0.97rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white, #fff);
}

.location-faq-widget .faq-arr {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 0, 0, 0.12);
  border: 1px solid rgba(255, 0, 0, 0.25);
  border-radius: 50%;
  color: var(--red2, #ff6666);
  font-size: 1.7rem;
  line-height: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
	  line-height: 24px;
  padding-bottom: 3px;
}

.location-faq-widget .faq-item.open .faq-arr {
  transform: rotate(180deg);
  background: rgba(255, 0, 0, 0.2);
}

.location-faq-widget .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.location-faq-widget .faq-ai {
  padding: 0 24px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
  font-size: 0.91rem;
  color: var(--body, rgba(255, 255, 255, 0.78));
  line-height: 1.8;
}

.location-faq-widget .faq-ai > :first-child {
  margin-top: 0;
}

.location-faq-widget .faq-ai > :last-child {
  margin-bottom: 0;
}

.location-faq-widget-notice {
  padding: 16px 18px;
  border: 1px dashed rgba(255, 0, 0, 0.35);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 0, 0, 0.08);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .location-faq-widget .faq-q {
    padding: 18px 18px;
  }

  .location-faq-widget .faq-ai {
    padding: 0 18px 18px;
    padding-top: 16px;
  }

  .location-faq-widget .faq-qt {
    font-size: 0.9rem;
  }
}
