/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 09:53:20 */
.header_bttn {
    padding-left: 40px !important;
}

.header_bttn a {
    background-color: #1471CF;
    color: #fff !important;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 14px 26px !important;
    line-height: 1.2em !important;
}


.table_1 .elementskit-pricing-header {
    background: rgba(0, 0, 0, 0.59);
    height: 63px;
}
.table_1 .elementskit-pricing-title {
    visibility: hidden;
}
.table_2 .elementskit-pricing-header {
    background: #1471CF;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_2 .elementskit-pricing-header h3.elementskit-pricing-title {
    margin-top: 0px;
}
.table_2 .elementskit-pricing-content {
    background-color: rgba(255, 255, 255, 0.6);
}
.elementskit-pricing-btn-wraper {
    display: none;
}
.table_1 .ekit-wid-con {
    margin-top: -8px;
}
h3.elementskit-pricing-title {
    margin-top: 0px;
}
.elementskit-pricing-header{
	margin-bottom:0px !important;
}
.table_3 .elementskit-pricing-header {
    background: rgba(0, 0, 0, 0.59);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.elementskit-pricing-lists li {
    padding: 17px 0px;
}
.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li::before {
	display:none;
}
.table_1 ul.elementskit-pricing-lists {
    background-color: #00000052;
    padding-left: 16px;
}
.table_3 ul.elementskit-pricing-lists {
    background-color: #00000052;
}
.about_head {
    position: relative;
}

.about_head h3.elementor-heading-title.elementor-size-default {
    position: absolute;
    top: -150px;
    left: -40px;
    width: 85%;
    background-color: #1471CF;
    padding: 39px 32px;
    border-radius: 12px;
}
.situations_sec .elementor-element {
    background-color: #fff;
    padding: 32px 24px;
    width: 100%;
	border-radius: 16px;
}





/***************************************Form Css ****************************************************/
/* Background section (dark) */
.co-submit-wrap span.wpcf7-spinner {
    display: none;
}

/* White card */
.cash-offer-form {
  max-width: 660px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 24px 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Grid layout */
.cash-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cash-offer-grid.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* Field wrapper */
.co-field {
  display: flex;
  flex-direction: column;
}

.co-field label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
    line-height: 24px;
}

.co-field .co-optional {
  font-weight: 400;
  color: #9ca3af;
}

/* CF7 controls */
.cash-offer-form .wpcf7-form-control-wrap {
  display: block;
}

.cash-offer-form input[type="text"],
.cash-offer-form input[type="email"],
.cash-offer-form input[type="tel"],
.cash-offer-form select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  background: #f9fafb;
}

.cash-offer-form input[type="text"]::placeholder,
.cash-offer-form input[type="email"]::placeholder,
.cash-offer-form input[type="tel"]::placeholder {
  color: #9ca3af;
}

/* Focus states */
.cash-offer-form input[type="text"]:focus,
.cash-offer-form input[type="email"]:focus,
.cash-offer-form input[type="tel"]:focus,
.cash-offer-form select:focus {
  outline: 2px solid #2563eb;
  outline-offset: 1px;
  border-color: #2563eb;
  background: #ffffff;
}

/* Submit button */
.co-submit-wrap {
  margin-top: 18px;
}

.co-submit-wrap input[type="submit"] {
  width: 100%;
  border-radius: 999px;
  border: none;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: #2563eb; /* blue button */
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s ease;
}

.co-submit-wrap input[type="submit"]:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.4);
}

.co-submit-wrap input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 8px 14px rgba(37, 99, 235, 0.3);
}

/* Small note text */
.co-note {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  color: #9ca3af;
}
ul.footer_nav {
    padding-left: 0px;
    list-style: none;
}

ul.footer_nav li {
    padding-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-family: "Figtree", Sans-serif;
}
.main_footer h5 {
    opacity: 0.5;
}

ul.footer_nav li:last-child {
    padding-bottom: 0px;
}
.main_footer a {
    color: #0C0E17;
}

@media (min-width: 1101px) and (max-width: 1301px) {
	.e-con.e-flex>.e-con-inner {
    max-width: 1020px !important;
    width: 100%;
}
	.header_bttn {
    font-size: 18px !important;
}
	.elementor-19 .elementor-element.elementor-element-25a3aec .elementskit-navbar-nav > li > a{
		font-size: 18px !important;
	}
}

/* Mobile responsive */
@media (max-width: 640px) {
  .cash-offer-form {
    padding: 20px 16px 16px;
  }

  .cash-offer-grid.grid-2 {
    grid-template-columns: 1fr;
  }
	.about_head h3.elementor-heading-title.elementor-size-default {
    position: absolute;
    top: -110px;
    left: 30px;
    width: 85%;
    background-color: #1471CF;
    padding: 25px 25px;
    border-radius: 12px;
}
	.table_2 {
    margin-top: -50px;
}

.table_3 {
    margin-top: -50px;
}
	.main_banner {
    background-position: 100% !important;
}
	.header_bttn a {
    background-color: transparent;
    color: #000 !important;
    border: 0px;
    padding: 0px !important;
}

.header_bttn {
    padding-left: 15px !important;
    padding-top: 5px !important;
}
	.table_1 {
    margin-top: -51px;
}

ul.elementskit-pricing-lists li {
        padding: 12px 5px;
        line-height: 1.2em !important;
    }
	.main_banner {
  position: relative;
}

.main_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* black overlay */
  z-index: 1;
}

/* Section ke andar ka content visible rahe */
.main_banner > * {
  position: relative;
  z-index: 2;
}
	.elementor-19 .elementor-element.elementor-element-25a3aec .elementskit-menu-hamburger:hover {
    background-color: #1471cf;
    /* color: #FFF !important; */
}
	.elementor-19 .elementor-element.elementor-element-25a3aec .elementskit-menu-close:hover {
    background-color: #1471cf;
}
}
