/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: hello-elementor
 Version: 1.0
 Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");



h1,h2,h3,h4,h5{
font-family: "marat-light", Sans-serif !important;
}
p,button{
  font-family: "Open Sans", Sans-serif;
}
button

#n2-ss-2item1 {
	font-family: "marat-light", Sans-serif !important;
}


.sevices_col_cls:hover .sevices_col_iconlist_cls .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    color: #ffffff;
}
.sevices_col_cls:hover .sevices_col_divider_cls .elementor-divider .elementor-divider-separator {
    --divider-color: #ffffff;
}
.sevices_col_cls:hover .sevices_col_textedit_cls p, .sevices_col_cls:hover .sevices_col_title_cls .elementor-heading-title{
   color: #ffffff;
}
.ourvalue_col_cls:hover .ourvalue_heading_cls .elementor-heading-title, .ourvalue_col_cls:hover .ourvalue_text_cls p{
   color: #ffffff;
}


/* 
contact form-7 css */


/* row for name + phone side-by-side */
.contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

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

/* input & textarea styling */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fff;
  font-size: 15px;
  outline: none;
  transition: all 0.2s ease !important;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f4b400; /* yellow accent */
  box-shadow: 0 0 0 2px rgba(244, 180, 0, 0.2);
}

.contact-form textarea {
  resize: none;
  min-height: 120px;
}
.contact-form-wrapper h4{
     font-family: "marat black", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #15295B;
}
}

/* submit button */
.contact-form .submit-btn {
  width: 100%;
  background-color: #f4b400;
  color: #000;
  border: none;
  padding: 14px 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form .submit-btn:hover {
  background-color: #e0a800;
}

/* spacing between fields */
.contact-form p {
  margin-bottom: 14px;
}
/* Request an estimate form css start */
/* === Contact Form 7 Custom Estimate Form === */

.estimate-form-wrapper, .contact-form-wrapper {
	background: #f9fafb !important;
	padding: 35px 35px 0px 35px !important;
	border-radius: 16px !important;
	max-width: 757px !important;
	margin: 0 auto !important;
	font-family: "Lato", sans-serif !important;
	/* height: 952px !important; */
}

/* Title */
.estimate-form-wrapper h3, .contact-form-wrapper  h3 {
  color: #15295B !important;
  margin-bottom: 25px !important;
}

/* Layout */
.estimate-form-wrapper .form-row, .contact-form-wrapper .form-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-top: 12px;
}
.estimate-form-wrapper .form-row p, .contact-form-wrapper .form-row p{
  width: 100%;
}

.estimate-form-wrapper .form-group, .contact-form-wrapper .form-group {
  flex: 1 1 100% !important;
}

.estimate-form-wrapper .form-group.half, .contact-form-wrapper .form-group.half {
  flex: 1 1 calc(50% - 10px) !important;
}

/* Labels */
.estimate-form-wrapper .form-group label, .contact-form-wrapper .form-group label {
  /* display: block !important; */
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
  color: #333 !important;
}

/* Inputs, Select, Textarea */
.estimate-form-wrapper input[type="text"], .contact-form-wrapper input[type="text"],
.estimate-form-wrapper input[type="email"], .contact-form-wrapper input[type="email"],
.estimate-form-wrapper input[type="tel"], .contact-form-wrapper input[type="tel"],
.estimate-form-wrapper select, .contact-form-wrapper select,
.estimate-form-wrapper textarea, .contact-form-wrapper textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fff !important;
  font-size: 14px !important;
  color: #333 !important;
}

/* Textarea height */
.estimate-form-wrapper textarea {
 height: 100px !important;
}

/* File upload box */
.estimate-form-wrapper .file-upload .wpcf7-form-control-wrap, .contact-form-wrapper .file-upload .wpcf7-form-control-wrap {
  display: block !important;
  border: 2px dashed #ccc !important;
  border-radius: 10px !important;
  padding: 15px !important;
  background: #fff !important;
}

/* File input styling */
.estimate-form-wrapper input[type="file"], .contact-form-wrapper input[type="file"] {
  border: none !important;
  background: transparent !important;
  width: auto !important;
}

/* Submit button */
.estimate-form-wrapper input[type="submit"],
.estimate-form-wrapper .estimate-btn {
  background: #ffb400 !important;
  color: #000 !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 14px 25px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  text-align: center !important;
}

.estimate-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper input[type="submit"]:hover,
.estimate-form-wrapper .estimate-btn:hover,
.contact-form-wrapper .estimate-btn:hover {
  background: #f4a000 !important;
}

#banner-section #n2-ss-2 .n2-style-7b26cb2cdc92fc0e3e4c51d1e89790d4-simple {
	background: #ffffff;
	opacity: 1;
	box-shadow: none;
	border: 0px solid RGBA(0,0,0,1);
	border-radius: 20px 0 0 0;
	position: relative;
	right: -10px;
	bottom: -11px !important;
	width: 200px;
	height: 35px;
}


body {
	padding: 0 !important;
	margin: 0 !important;
}

/* Request an estimate form css end */
/* Contact form wrapper start*/

/* Submit button */
.contact-form-wrapper textarea{
  height: 100px;

}
.contact-form-wrapper input[type="submit"],
.contact-form-wrapper .estimate-btn {
  background: #ffb400 !important;
  color: #000 !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 14px 25px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  text-align: center !important;
}
.contact-form-wrapper p label{

  font-family: "Lato", Sans-serif;
}
/*Contact form wrapper End*/

/* Employment page contact form css start*/

.workwithus-form-wrapper {
	background: #f5f5f5 !important;
	border: 1px solid #dbe1e6 !important;
	border-radius: 12px !important;
	padding: 30px !important;
	max-width: 692px !important;
	margin: 0 auto !important;
	height: 803px;
}

/* Heading & Description */
.workwithus-form-wrapper h3 {
  color: #15295B !important;

}


/* Layout */
.workwithus-form-wrapper .form-row {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
	margin-top: 12px;
}
.workwithus-form-wrapper .form-row p{
  width: 100% !important;
}
.workwithus-form-wrapper .form-group {
  flex: 1 1 100% !important;
}

.workwithus-form-wrapper .form-group.half {
  flex: 1 1 calc(50% - 10px) !important;
}

/* Labels */
.workwithus-form-wrapper .form-group label {
  display: block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin-bottom: 4px !important;
}

/* Input fields */
.workwithus-form-wrapper input[type="text"],
.workwithus-form-wrapper input[type="email"],
.workwithus-form-wrapper input[type="tel"],
.workwithus-form-wrapper select,
.workwithus-form-wrapper textarea {
  width: 100% !important;
  padding: 10px 12px !important;
  border: none !important;
  border-bottom: 1px solid #d1d5db !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: border-color 0.2s ease !important;
  height: 40px;
}

.workwithus-form-wrapper input:focus,
.workwithus-form-wrapper textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #ffb400 !important;
}

/* File Upload */
.workwithus-form-wrapper .file-upload .wpcf7-form-control-wrap {
  display: block !important;
  border: 2px dashed #ccc !important;
  border-radius: 8px !important;
  padding: 15px !important;
  background: #f9f9f9 !important;
  /* text-align: center !important; */
}

/* File input reset */
.workwithus-form-wrapper input[type="file"] {
  border: none !important;
  background: transparent !important;
  width: 100%;
}


/* Submit button */
.workwithus-form-wrapper input[type="submit"], 
.workwithus-form-wrapper .apply-btn {
	background: #ffb400 !important;
	color: #000 !important;
	font-weight: 600 !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 14px 25px !important;
	cursor: pointer !important;
	transition: background 0.3s ease !important;
	width: 100% !important;
}

.workwithus-form-wrapper input[type="submit"]:hover {
  background: #f4a000 !important;
}
/* Employment page contact form css end*/

div#n2-ss-2::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 999999;
    background-color: #FFF;
    bottom: -3px;
    right: 257px;
    -webkit-mask: radial-gradient(circle at bottom left, transparent 20px, black 21px);
    mask: radial-gradient(circle at bottom left, transparent 20px, black 21px);
    transform: rotate(
89deg);
}

/* mobile responsiveness */
@media (max-width: 600px) {
  .contact-form .form-row {
    flex-direction: column;
  }
  #banner-section #n2-ss-2 .n2-style-7b26cb2cdc92fc0e3e4c51d1e89790d4-simple {
	width: 85px;
	height: 10px;
}
div#n2-ss-2::before{
right: 140px;
}

}