/* 
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.0
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
*/

/*Contact form*/
label {
   line-height: 1.8;
	display: block;
	font-weight: 600;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.cf7-note {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
	font-weight: normal;
}

.gl-lead {
    margin: 0 0 12px;
    color: #666;
    text-align: center;
}
.cf7-two-columns {
  display: flex !important;
  gap: 20px;
  flex-wrap: wrap; /* keeps it responsive */
}

.cf7-column {
  flex: 1 1 45%; /* roughly half width */
}

.wpcf7-submit{
	appearance: none;
    border: 0;
    background: #1a73e8;
    color: #fff;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 600;
	float:right;
}

.cf-turnstile {
    transform: scale(1);
    transform-origin: top right;
    display: block;
	text-align:right;
	margin-bottom: 20px;
}

/*.wpcf7-form .cf-turnstile:first-of-type {
    display: block;
    position: relative;
    top: auto;
    margin-top: 20px;
}*/

/* POP up Box*/
.green-pop-box{
            height:100%;
            width: 100%;
            position: fixed;
            display: flex;
            align-items: center;
			z-index:1000; 
			top: 0;
			left: 0;
            justify-content: center;
            gap: 30px;
        }
        .popup-item{
            flex: 1;
            background-color:#0FA641;
            border-radius: 10px;
            color: #fff;
            height: 187px;
            display: flex;
            align-self: center;
            justify-content: center;
        }
        .main-pop-wrap {
            max-width: 1070px;
            width:calc(100% - 30px);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 80px;
        }
        .popup-item h6 {
            align-self: center;
            text-align: center;
            font-weight: 100;
            font-family: "Roboto", Sans-serif;
            font-size: 28px;
            text-transform: capitalize;
            line-height: 40px;
        }
        .popup-item span {
           display: block;
        }
        .popup-item span.font-bold,
        .popup-item a.font-bold{
            font-weight: 600;
			color:#fff;
        }
        
      
/*POP up box end*/
/* Add your custom styles here */
.footerMenuarea ul {
    column-count: 3;
    column-gap: 30px; /* spacing between columns */
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerMenuarea ul li {
    break-inside: avoid; /* avoid breaking li in middle (optional) */
}
.devider-mid-height-shape span.elementor-divider-separator::after {
    content: '';
    height: 2px;
    width: 46px;
    position: absolute;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footerMenuarea li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #ffffff;
    border-bottom: 4px solid transparent;
    top: 17px;
}
.happy-client-item {
    border: 1px solid #e7e7e7;
    max-width: 80% !important;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.happy-client-item  .elementor-widget-theme-post-excerpt{
    width: 100% !important;
}

.dialog-type-buttons a.dialog-close-button svg {
    fill: #fff;
}
.dialog-type-buttons a.dialog-close-button {
    top: -20px;
    right: -10px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.gl-success-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.gl-success-modal.active {
  display: flex;
}

.gl-success-box {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.gl-success-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}

.elementor-element-bf1f22a:focus,
.elementor-element-bf1f22a:active {
    outline: none !important;
    box-shadow: none !important;
}


@media only screen and (max-width:1200px){
    .dialog-type-buttons a.dialog-close-button {
        right: 30px;
        top: -30px;
    }
}
@media only screen and (max-width:767px){
    .footerMenuarea ul li {
        width: 100%;
    }
    .footerMenuarea ul {
    column-count: 2;
    }      
    .happy-client-item {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-pop-wrap {
		gap: 30px;
	}
}

@media only screen and (max-width:575px){
    .footerMenuarea li::after{
        display: none;
    }
    .footerMenuarea ul {
        column-count: 1;
    }      
    .footerMenuarea {
        width: 100%;
    }
    .footerMenuarea ul li a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	.popup-item {
        padding: 20px 8px;
		height:auto;
    }
	.popup-item h6 {
		font-size: 20px;
		line-height: 33px;
		margin: 0px;
	}
	.main-pop-wrap {
		gap: 20px;
		flex-wrap: wrap;
	}
	.popup-item{
		flex: inherit;
		max-width: 350px;
		width: calc(100% - 30px);
	}
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: transparent;
    color: #111;
}

@media (max-width: 768px) {
  .cf7-two-columns {
    flex-direction: column;
  }
}

.gl-title { 
	font-weight: 900; 
	letter-spacing: -0.02em; 
	line-height: 1.05; 
	font-size: clamp(38px, 5vw, 72px); 
	margin-bottom: 20px; color: #ffffff;  
	text-align: center; 
} 

.gl-title-accent { 
	color: #a8a8a8;
} 

.gl-title {
	color: #ffffff;
	text-align: center;
    padding-top: 20px;
    margin-bottom: -30px;
}
}


}  

@media (max-width: 768px) { 
	.gl-title { 
		font-size: clamp(32px, 6vw, 48px); 
		line-height: 1.1; 
		margin-bottom: 16px; 
	} 
}

@media (max-width: 480px) { 
	.gl-title { 
		font-size: clamp(28px, 7vw, 40px); 
		line-height: 1.15; 
		letter-spacing: -0.01em; 
	} 
} 

.gl-contact-wrapper{ 
	display:flex; 
	justify-content:center; 
	align-items:flex-start; 
	/*padding: 56px 16px;*/
	width: 100%; 
	
} 



.gl-container{ 
	width:100%; 
	max-width: 820px; 
	text-align:center; 
	background-color: #ffffff;
	border-radius: 20px;
}

.gl-title{ 
	margin: 0 0 15px; 
	font-weight: 1000; 
	letter-spacing: -0.02em; 
	line-height: 1.02; 
	font-size: clamp(38px, 5vw, 72px); 
	color: #111; 
} 

.gl-card{ 
	background: var(--gl-bg); 
	border: 1px solid var(--gl-border); 
	border-radius: 18px; 
	padding: 26px; 
	box-shadow: 0 12px 34px rgba(0,0,0,.08); 
	text-align:left; 
} 

.gl-lead{ 
	margin: 0 0 16px; 
	color: var(--gl-muted); 
	text-align:center; 
	font-weight: 600; 
}

form{ 
	display:grid; 
	gap: 14px; 
} 

.gl-row{ 
	display:grid; 
	gap: 14px; 
	grid-template-columns: 1fr; 
} 

@media (min-width: 640px){ 
	.gl-row.gl-two{ 
		grid-template-columns: 1fr 1fr; 
	} 
} 

label{ 
	font-weight: 800; 
	margin-bottom: 6px; 
	display:inline-block; 
	color: var(--gl-text); 
} 

.gl-req{ 
	color: var(--gl-muted); 
	font-weight: 600; 
	margin-left: 6px; 
	font-size: 0.95em; 
} 

input[type="text"], input[type="email"], input[type="tel"], textarea{ 
	width:100%; 
	padding: 12px 14px; 
	border: 1px solid #e5e7eb; 
	border-radius: 12px; 
	background: #fff; 
	color: var(--gl-text); 
	outline: none; 
	transition: box-shadow .15s ease, border-color .15s ease; 
} 

input:focus, textarea:focus{ 
	border-color: rgba(22,163,74,.55); 
	box-shadow: 0 0 0 4px rgba(22,163,74,.14); 
} 

textarea{ 
	min-height: 140px; 
	resize: vertical; 
} 



.gl-pill-list{ 
	display:flex; 
	flex-wrap:wrap; 
	gap: 10px; 
	margin-top: 8px; 
} 

.gl-pill{ 
	border: 1px solid #e5e7eb; 
	background: #fff; 
	color: var(--gl-text); 
	padding: 9px 14px; 
	border-radius: 999px; 
	margin: 4px;
	cursor:pointer; 
	font-weight: 800; 
	transition: transform .12s ease, background .12s ease, border-color .12s ease, color .12s ease; 
} 

.gl-pill:hover{ 
	border-color: rgba(22,163,74,.65); 
	transform: translateY(-1px); 
} 

.gl-pill:hover { 
	background: #e9f7ef; 
	border-color: #1aa64a;
	color: #0f6f2d;
} 

.gl-pill.active{ 
	background: #16a34a; 
	border-color: #16a34a; 
	color: #fff; 
}

.gl-controls{ 
	display:grid; 
	gap: 10px; 
	margin-top: 7px; 
} 

.gl-privacy{ 
	text-align:center; 
	margin-top: 2px; 
} 

.gl-btn{ 
	width: 100%; 
	appearance:none; 
	border: 0; 
	background: #16a34a; 
	color:#fff; 
	padding: 38px 80px; 
	border-radius: 14px; 
	font-weight: 900; 
	font-size: 32px; 
	cursor:pointer; 
	transition: transform .12s ease, background .12s ease, box-shadow .12s ease; 
	box-shadow: 0 10px 22px rgba(22,163,74,.25); 
} 

.gl-btn:hover{
	background: #15803d;
	transform: translateY(-1px); 
} 

.gl-btn:active{ 
	transform: translateY(0px); 
}

.gl-card { 
	overflow: hidden; 
}

.gl-controls{ 
	display: grid;
	gap: 12px; justify-content: stretch; 
} 

.gl-btn{ 
	width: 100%; 
	max-width: 100%; 
	box-sizing: border-box; 
	display: block; 
	font-size: clamp(18px, 6vw, 40px); 
	line-height: 1.05; 
	padding: 32px 18px;
	white-space: normal; 
	word-break: break-word;
}

.gl-privacy{ text-align:center; } 

#elementor-popup-modal-852 .dialog-message {
    max-width: 1100px;   
    width: 100%;         
    box-sizing: border-box; 
    margin: 0 auto;     
}

@media (max-width: 768px) {
    #elementor-popup-modal-852 .dialog-message {
        width: 95%;
        max-width: 95%;
    }
}



/* Modal overlay */
.gl-modal {
  display: none;
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.gl-modal.active { display:flex; }

/* Modal content */
.gl-modal-content {
  background: #16a34a;
  padding: 30px;
  border-radius: 18px;
  max-width: 820px;
  width: 90%;
  position: relative;
  text-align: left;
  overflow-y: auto;       /* allows scrolling */
  max-height: 90vh;       /* limit to 90% of viewport height */
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
}


/* Close button */
.gl-modal-close {
  position: absolute;
  top:0px; right:10px;
  font-size: 40px;
  border:none;
  background:none;
  cursor:pointer;
  color: #ffffff !important;
}

.gl-modal-close:hover{
    background-color:transparent !important;
}

/* Title and subtitle */
.gl-title {
  font-weight: 900;
  font-size: clamp(38px, 5vw, 72px);
  margin-bottom: 15px;
  color: #111;
  text-align: center;
}
.gl-title-accent { color:#ffffff; }
.gl-lead { font-weight:600; text-align:center; color:#6b7280; margin-bottom:16px; }

.gl-hint{ 
	font-size: 13px; 
	color: #6b7280; 
	margin-top: -16px; 
}

/* Pills */
.gl-pill-list { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:16px; }
.gl-pill {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight:800;
  cursor:pointer;
  transition: 0.12s;
}
.gl-pill:hover { background:#e9f7ef; border-color:#1aa64a; color:#0f6f2d; }
.gl-pill.active { background:#16a34a; border-color:#16a34a; color:#fff; }

/* CF7 input styling */
.gl-cf7-wrapper input[type=text],
.gl-cf7-wrapper input[type=email],
.gl-cf7-wrapper input[type=tel],
.gl-cf7-wrapper textarea {
  width:100%;
  padding:12px 14px;
  margin-bottom:12px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  font-size:16px;
}

.gl-cf7-wrapper textarea { min-height:70px; resize:vertical; }


@media (max-width: 768px) {
   .gl-modal-content {
	padding: 0px;
	width: 100%;
   }

   
}