/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/

.grid-container {
	max-width: unset;
}
.main-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	backdrop-filter: blur(200PX);
}

.arrow-btn i.icon.icon-arrow-right {
	transform: rotate(-45deg);
}

.arrow-btn i.icon.icon-arrow-right::before {
	font-weight: 700 !important;
}
.elementor-element.elementor-element-1c08350.elementor-widget.elementor-widget-text-editor p {
	margin: unset;
}
.flex-row {
	display:flex;
	gap: 20px;
}
.row-100 {
	width: 100%;
}

.row-50 {
	width: 50%;
}
.row-33 {
    width: 33.33%;
}
.flex-row p, .row-100 p, .row-50 p{
	margin: unset !important;
}
label {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	color: #333;
	font-size: 14px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
select,
textarea {
	margin-top: 6px;
	padding: 12px 14px;
	border: 1px solid #dce1e7;
	border-radius: 8px;
	font-size: 14px;
	width: 100%;
	transition: border-color 0.2s, box-shadow 0.2s;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #3498db;
	outline: none;
	box-shadow: 0 0 0 3px rgba(52,152,219,0.2);
}

textarea {
	resize: vertical;
	min-height: 120px;
}

.checkbox-group {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #444;
	flex-direction: row;
	margin-bottom: 20px;
}

input[type="submit"] {
	background: #0ea5a4;
	color: #fff;
	font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
	border: 1px solid #0ea5a4;
	padding: 14px;
	border-radius: 8px;
	cursor: pointer;
	transition: all .3s;
	width: 100%;
}

input[type="submit"]:hover {
	background: transparent;
	color: #0ea5a4;
	transform: scale(.97);
}


/* Custom button with your SVG icon */
.file-upload {
      position: relative;
      display: inline-block;
	width:100%;
	bottom: 20px;
    }

    .file-upload input[type="file"] {
      display: none; /* hide default input */
    }

    .file-upload label {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 12px;
      background: #fff;
      color: #0F172A;
      font-size: 14px;
      font-weight: 500;
      border: 1px solid #E5E7EB;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 1px 3px rgba(0,0,0,0.08);
		flex-direction: row;
		justify-content: center;
    }

 img.upload-icon {
    width: 24px;
    height: 24px;
}

    .file-upload label:hover {
      border-color: #0EA5A4;
      box-shadow: 0 2px 6px rgba(14,165,164,0.15);
    }


/* Responsive */
@media (max-width: 767px) {
	.row-50 {
		flex: 0 0 100%;
	}
	.flex-row {
        flex-wrap: wrap;
		gap: 0;
    }
	.row-33 {
    width: 100%;
}
}
@media (max-width:1024px) {
	.elementor-element.elementor-element-79b6106.elementor-widget__width-initial.bottom-text.elementor-widget.elementor-widget-text-editor {
		color: #fff !important;
	}
	span.menu-phone-btn {
		border: 1px solid;
		padding: 14px 20px;
		border-radius: 12px;
		color: #fff;
		background: #0ea5a4;
	}
/* 	.bottom-text span.elementor-icon-list-text {
    color: #fff !important;
}
	.bottom-text svg.e-font-icon-svg.e-fas-hand-point-right {
    fill: #fff !important;
} */
}