/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 04:59:17 */
html{
	overflow-x: hidden;
}
.btn-dot-effect .elementor-button::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 15px;
	height: 15px;
	margin: auto;
	content: "";
	border-radius: 50%;
	border: 3px solid;
	animation: pulse-flow-reverse 2s infinite;
}
@-webkit-keyframes pulse-flow-reverse {
	0% {
		box-shadow: 0 0 0 0 #fff,0 0 0 0 rgba(0,72,213,.31)
	}

	50% {
		box-shadow: 0 0 0 10px rgba(255,255,255,0),0 0 0 20px rgba(255,255,255,0)
	}

	100% {
		box-shadow: 0 0 0 0 #fff,0 0 0 0 rgba(0,72,213,.31)
	}
}

@keyframes pulse-flow-reverse {
	0% {
		box-shadow: 0 0 0 0 #fff,0 0 0 0 rgba(0,72,213,.31)
	}

	50% {
		box-shadow: 0 0 0 10px rgba(255,255,255,0),0 0 0 20px rgba(255,255,255,0)
	}

	100% {
		box-shadow: 0 0 0 0 #fff,0 0 0 0 rgba(0,72,213,.31)
	}
}
.elementor-widget-image a{
	display: block;
}

.inaayat-contact-form *{
	font-family: 'Poppins', sans-serif;
}
.inaayat-contact-form .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.inaayat-contact-form .form-group input,
.inaayat-contact-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
}
.inaayat-contact-form br {
  display: none;
}
.inaayat-contact-form span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
}
.inaayat-contact-form textarea {
  height: 100px;
  max-height: 180px;
  resize: vertical;
}
.inaayat-contact-form .wpcf7-submit{
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.inaayat-contact-form .wpcf7-submit:hover{
	background-color: #060606;
	border-color: #060606;
	color: #fff;
}