/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2025 | 15:42:52 */
/* Add your CSS code here.


.cf7-popup-content {
    background: #fff;
    max-width: 500px;
    margin: 24px auto !important;
    padding: 15px 15px !important;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
/* Container for form */
.cf7-form-container {
  max-width: 600px;           /* Maximum width */
  margin: 0 auto;             /* Center the form */
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: auto;
  overflow-y: auto;           /* Allow scrolling if the form is long */
  max-height: 60vh;          /* Limit the height to 80% of the viewport */
}
/* Form Grid */
.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.cf7-col {
  flex: 1;
  min-width: 220px;
}
.cf7-col-full {
  width: 100%;
}
label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
/* Input fields */
input, select, textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
	color:black;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: border 0.3s ease;
}
.cf7-inline-select {
    visibility: visible !important;
    display: inline-block !important;
    width: 290px !important;
    margin: 0px !important;
}
input:focus, select:focus, textarea:focus {
  border-color: black;
  outline: none;
}
/* Textarea specific styling */
textarea {
  height: 100px;
  resize: vertical;
}
/* Phone input */
.cf7-phone {
  display: flex;
  align-items: center;
}
.cf7-phone-prefix {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}
/* Submit Button Styling */
.cf7-submit {
  background-color: #e6007e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  width: 50%;
  transition: background-color 0.3s ease;
}
.cf7-submit:hover {
  background-color: black;
}
.cf7-col {
    flex: 1;
    min-width: auto !important;
}
.para, .heading1{
	color:black;
	font-size:16px;
}
/* For mobile responsiveness */
@media (max-width: 600px) {
  .cf7-row {
    flex-direction: column;
  }
}
#header-blure {
    backdrop-filter: blur(10px) !important;
    /* MARGIN: auTO 15PX; */
    WIDTH: 90%;
    MARGIN: 0 AUTO;
    margin-top: 30px;
}


/* Container setup: horizontal alignment with spacing */
.cf7-inline-container {
  display: flex;
  align-items: center;
  gap: 10px;              /* space between dropdown and button */
  max-width: 600px;        /* set your preferred width */
  margin: 0 auto;          /* center horizontally */
}
/* Dropdown styling */
.cf7-inline-select {
  flex: 1;                  /* occupy remaining space */
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;         /* hide default arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath d='M0 0l5 7 5-7z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
/* Submit button styling */
.cf7-inline-submit {
  padding: 12px 24px;
  background-color: #e6007e; /* vibrant pink */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  flex-shrink: 0;            /* prevent shrinking */
  transition: background-color 0.3s ease;
}
.cf7-inline-submit:hover {
  background-color: #cc006d;  /* subtle hover darkening */
}
.ekit-wid-con .ekit-form form input[type=submit] {
    padding: 17px 30px !important;
    border-radius: 6px;
    background: #ff6400;
}
#customslider .hero-grid {
    display: none;
}
.hero-grid {
	    padding-top: 17px !important;
}
.services-section {
    padding-top: 10px !important;
}
.who-we-are-section {
    padding-top: 45px !important;
}
.testimonials-section {
    padding-top: 45px !important;
}
.service-text{
	font-size:32px !important;
}
.numbers-item{
	    min-height: 222px !important;
}
.cf7-inline-submit {
background-color: #000000 !important;
}
.cf7-inline-submit:hover {
background-color: white !important;
color:black;
	border: solid 1px black;
}
.page-id-97 h2.heading1, .page-id-97 .para {
    color: white;
}
body {
	background-image: url() !important;}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '🠟' !important;
}
.service-img {
text-align: end !important;
}
element.style {
}
img.attachment-full.size-full.wp-image-1267 {
}
.services-item .service-img img {
    transition: transform 0.3s 
ease;
}
.service-img img {
    border-radius: 10px !important;
}
.service-img img {
	    width: 50% !important;
}
.cf7-submit {
    background-color: #ff6400 !important;
    border-radius: 50px !important;
}
.blog-item {
	border: 1px solid orange !important;
}






