.gform_heading {
    display: none;
}

.gform-body.gform_body input, .gform-body.gform_body textarea {
    background: transparent !important;
    border-radius: 15px;
    padding: 10px 20px !important;
    border-color: #fff;
    color: #fff;
    font-family: 'General Sans', sans-serif !important;
    font-size: 17px !important;
    font-weight: 500;
}

.gform-body.gform_body textarea {
    height: 125px !important;
}

.gform-body label {
	display: none
}

.gform-body.gform_body input::placeholder, .gform-body.gform_body textarea::placeholder {
    color: #fff;
}

.btn .elementor-button-text {
  position: relative;
  padding-right: 42px;
  display: flex;
  align-items: center;
}

.btn .elementor-button-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  background: url('https://certi360.com/wp-content/uploads/2025/09/arrow-right.svg') no-repeat center/contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.btn .elementor-button:hover .elementor-button-text::after, .gform_button:hover .elementor-button-text::after  {
  transform: translateY(-50%) translateX(12px);
}


.gform_button {
    font-family: 'General Sans', sans-serif;
    color: #fff;
    padding: 10px 35px;
    border-radius: 10px;
    border-color: #fff;
    transition: all .5s ease;
}

.gform_button:hover {
	background-color: #264874;
	border-color: #264874 !important;
}

.gform-footer {
    justify-content: center;
		margin: 0px !important;
}

@media screen and (min-width:1025px) {
.page-content {
    position: relative;
}

.page-content::before {
    content: "";
    position: absolute;
    inset: -40px -20px 0 0;
    background: url('//srv/htdocs/wp-content/uploads/2025/09/texture-techno-right.png') no-repeat right top;
    background-size: 40%;
    z-index: 2;
    pointer-events: none;
}

.page-content::after {
    content: "";
    position: absolute;
    inset: 900px 0 0 0;
    background: url('//srv/htdocs/wp-content/uploads/2025/09/tecture-techno-left.png') no-repeat left top;
    background-size: 35%;
    z-index: 2;
    pointer-events: none;
}
}





