body {
	margin: 0;
	padding: 0;
}
.ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.card-color-wrapper-set h2 {
	transition: 0.5s;
}
.card-color-wrapper-set:hover h2 {
	color: #FFF !important;
	transition: 0.5s;
}
.wrapper-conteact-from {
    width: 100%;
    display: block;
}
.wrapper-conteact-from h3 {
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    font-family: Inter !important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: -0.9px;
    color: #111111;
}
.row_foem-inquery {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}
.row_foem-inquery p {
    margin: 0px !important;
}
.row_foem-inquery p span {
    display: block;
    margin: 0;
}
.row_foem-inquery input, .row_foem-inquery select, .row_foem-inquery textarea {
    width: 100%;
    display: block;
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid #00000038;
    font-family: Outfit;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    box-shadow: none;
	color: #000000;
}
.row_foem-inquery input::placeholder {
	color: #000000;
}
.row_foem-inquery select {
	appearance: none;
}
.row_foem-inquery textarea {
	height: 100px;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}
.row_foem-inquery.submit-data-center-rolll {
    margin: 0;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-family: Inter;
    padding: 5px 0 0 10px;
}
input.submitData {
    background: #ED1C24 !important;
    width: 226px;
    height: 67px;
    border-radius: 45px;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}


/********************************************
---------Contact Form Styling Start---------
********************************************/
.cf7-business-form {
  max-width: 1050px;
  margin: 50px auto;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* Section */
.cf7-business-form .form-section {
  margin-bottom: 35px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.cf7-business-form .form-section .add-padding{
  padding: 0px 20px 20px;
}

/* Section Heading */
.cf7-business-form .form-section h3 {
  background: #ed1c24;
  color: #ffffff;
  padding: 18px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

/* Labels */
.cf7-business-form label {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* Inputs */
.cf7-business-form .input,
.cf7-business-form input,
.cf7-business-form textarea,
.cf7-business-form select {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 6px;
  font-size: 14px;
  background: transparent;
  transition: all 0.25s ease;
}

/* Focus */
.cf7-business-form input:focus,
.cf7-business-form textarea:focus,
.cf7-business-form select:focus {
  border-color: #ed1c24;
  outline: none;
  box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.15),
              0 4px 12px rgba(237, 28, 36, 0.2);
  transition: all 0.25s ease;
}

/* Row Layout */
.cf7-business-form .form-row {
  display: flex;
  gap: 25px;
  padding: 0 20px 15px;
}

.cf7-business-form .form-row.full p{
 width:50%
}

.cf7-business-form .form-row label {
  flex: 1;
  padding: 0;
}

/* Checkbox row */
.cf7-business-form .check-row {
  padding: 15px 20px;
}

/* Checkbox style */
.cf7-business-form input[type="checkbox"] {
  accent-color: #ed1c24;
  margin-right: 8px;
}

/* Checkbox inline layout */
.cf7-business-form .check-row .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 8px;
}

/* Remove extra spacing CF7 adds */
.cf7-business-form .check-row .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

/* Checkbox spacing */
.cf7-business-form .check-row input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
}

/* Agreement text */
.cf7-business-form .agreement-text {
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  border-left: 3px solid #ed1c24;
}

/* Submit Button */
.cf7-business-form .submit-btn {
  background: #ed1c24;
  color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  margin: 25px 20px;
  cursor: pointer;
  font-weight: 600;
  width: calc(100% - 40px);
  font-size: 15px;
  transition: 0.3s ease;
}

.cf7-business-form .submit-btn:hover {
  background: #c9171f;
}

/* Responsive */
@media (max-width: 768px) {
  .cf7-business-form {
    margin: 20px;
  }

  .cf7-business-form .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .cf7-business-form label {
    padding: 12px 15px;
  }
  .cf7-business-form .form-row.full p{
    width:100%
}
}
/********************************************
----------Contact Form Styling End----------
********************************************/



/********************************************
-----Request A Quote Form Styling Start-----
********************************************/
.cf7-quote-form {
  max-width: 1050px;
  margin: 50px auto;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* Section */
.cf7-quote-form .form-section {
  margin-bottom: 35px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

/* Section Heading */
.cf7-quote-form .form-section h3 {
  background: #ed1c24;
  color: #ffffff;
  padding: 18px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

/* Labels */
.cf7-quote-form label {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* Inputs */
.cf7-quote-form .input,
.cf7-quote-form input,
.cf7-quote-form textarea,
.cf7-quote-form select {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 6px;
  font-size: 14px;
  background: transparent;
  transition: all 0.25s ease;
}

.cf7-quote-form .check-row .input,
.cf7-quote-form .check-row input,
.cf7-quote-form .check-row textarea,
.cf7-quote-form .check-row select {
  width: unset;
}

.cf7-quote-form label.remove-label-padding {
    padding: 14px 20px 0px;
}

/* Focus Glow */
.cf7-quote-form input:focus,
.cf7-quote-form textarea:focus,
.cf7-quote-form select:focus {
  border-color: #ed1c24;
  outline: none;
  box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.15),
              0 4px 12px rgba(237, 28, 36, 0.2);
}

.cf7-quote-form .check-row input:focus,
.cf7-quote-form .check-row textarea:focus,
.cf7-quote-form .check-row select:focus {
  border-color: #ed1c24;
  outline: none;
  box-shadow: unset;
}


/* Row Layout */
.cf7-quote-form .form-row {
  display: flex;
  gap: 25px;
  padding: 0 20px 15px;
}

.cf7-quote-form .form-row.full p{
  width: 100%;
}

.cf7-quote-form .form-row label {
  flex: 1;
  padding: 0;
}

/* Checkbox / Radio container */
.cf7-quote-form .check-row {
  padding: 0px 20px 15px;
  display: flex;
  flex-wrap: wrap;
}

/* Each option */
.cf7-quote-form .check-row .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 48%; /* makes it 2-column like screenshot */
}

/* Label fix (important) */
.cf7-quote-form .check-row .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

/* Input style */
.cf7-quote-form .check-row input[type="checkbox"],
.cf7-quote-form .check-row input[type="radio"] {
  margin: 0;
  transform: scale(1.1);
  accent-color: #ed1c24;
}

/* Agreement text */
.cf7-quote-form .agreement-text {
	padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 160%;
    color: #ed1c24;
}

/* Submit Button */
.cf7-quote-form .submit-btn {
  background: #ed1c24;
  color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  margin: 25px 20px;
  cursor: pointer;
  font-weight: 600;
  width: calc(100% - 40px);
  font-size: 15px;
  transition: 0.3s ease;
}

.cf7-quote-form .submit-btn:hover {
  background: #c9171f;
}

/* Responsive */
@media (max-width: 768px) {
  .cf7-quote-form {
    margin: 20px;
  }

  .cf7-quote-form .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .cf7-quote-form label {
    padding: 12px 15px;
  }

  .cf7-quote-form .check-row .wpcf7-list-item {
    width: 100%; /* full width on mobile */
  }
}
/********************************************
-------Request A Quote Form Styling End------
********************************************/



.main-header .elementskit-navbar-nav li ul {
    padding: 0px !important;
    border: none !important;
}

.main-header .elementskit-navbar-nav li ul {
    padding: 0px !important;
    border: none !important;
    background: black !important;
}

.main-header .elementskit-navbar-nav li ul li a{
    color: white !important;
}

.main-header .elementskit-navbar-nav li ul li a svg{
    color: white !important;
	fill: #ffffff
}

/* 20march */

.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-top: 20px;
}






/********************************************
-------------Design Update Start-------------
********************************************/

.who-choose-grid-box h2.elementor-heading-title {
    font-weight: 500;
}

.who-choose-grid-box .elementor-icon svg {
    width: 50px;
}

.who-choose-grid-box p.elementor-heading-title {
    font-weight: 300 !important;
    line-height: 140% !important;
}

.who-choose-grid-box {
    padding: 30px !important;
	gap:20px;
}
.para-weight p {
    font-weight: 400 !important;
    line-height: 160% !important;
}

.who-are-we-grid-card{
    box-shadow: 0px 0px 14px -2px #00000060;
}

.wrapper-conteact-from h3{
	font-family: "Manrope", Sans-serif !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;

}
.sticky-wrapper-right {
    position: sticky !important;
    top: 100px;
}
.sticky-header.scrolled {
    background: #000 !important;
}

/********************************************
--------------Design Update End--------------
********************************************/

/* Start Media Query */
@media screen and (max-width: 1024px) {
	
.nav-wrapper #menu-primary-header .menu-item svg {
    width: 18px !important;
	max-width: 18px !important;
}
.nav-wrapper #menu-primary-header .menu-item .elementskit-submenu-panel.elementskit-dropdown-open .menu-item svg {
    font-size: 18px !important;
    width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    padding: 0 0 0 0;
    border: none;
    margin: 0 20px 0 0;
}	
	
	
}




/* End Media Query */