/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2025 | 14:06:42 */
.cf7-flex-row p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: nowrap;
	width: 430px;
	border-bottom: 1px solid #d3d4c8;
  }
  .cf7-flex-row label {
    width: 50%;
    margin: 0;
    font-weight: 500;
	font-family: "General Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: #000000;
  }
  .cf7-flex-row input,
  .cf7-flex-row textarea {
    flex: 1;
    padding: 8px;
    font-size: 18px;
	  border: 0px;
	  text-align: right;
	  min-height: 62px !important;
	  font-family: "Satoshi", Sans-serif;
    font-weight: 400;
    color: #666666;
	  background-color: #EBECDE;
  }
.cf7-flex-row p textarea {
    line-height: 0;
  }
.cf7-flex-row p input {
    border: none;
}
.wpcf7-submit {
    background-color: #EFA302 !important;
    padding: 16px 32px !important;
	 font-weight: 500;
	font-family: "General Sans", Sans-serif;
    font-size: 20px;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

.cf7-submit-btn-1 {
	background-color: #EFA302 !important;
    font-family: "General Sans", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 16px 32px 16px 32px !important;
	text-align: center !important;
	width: 37%;
}

@media (max-width: 1024px) {
	.cf7-flex-row p {
		width: 100%;
	}
	.cf7-flex-row label {
		font-size: 18px;
	}
	.cf7-flex-row input, .cf7-flex-row textarea{
		font-size: 14px;
	}
	.wpcf7-submit {
		font-size: 14px;
		padding: 12px 15px 12px 15px !important;
	}
/* 	.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
		width: 100%;
	} */
}
@media (max-width: 767px) {
	.cf7-flex-row label {
		width: 30%;
	}
	.hero-blog {
		padding: 30px !important;
	}
	
	.excerpt-blog-main {
		font-size: 14px;
	}
	
	.wrapper-blogs {
		gap: 0px !important;
	}
	.hero-blog {
		height: 550px !important;
	}

.main-nav-logo {
	max-width: 164px !important;
}
}
/* @media (max-width: 424px) {
	.grid-class {
		grid-template-columns: repeat(2, 2fr) !important;
	}
} */
@media (max-width: 767px){
  .grid-class {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two equal columns */
    grid-auto-rows: auto;
  }

  .grid-class > :nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2; /* spans two rows */
  }

  .grid-class > :nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .grid-class > :nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
.page-id-1057 {
	
}