/*
 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
*/

/* ----------------------------------------   Font-family    ------------------------------------ */
@font-face {
	font-family: "PPFragment";
	src: url("https://metalonyx.com/wp-content/themes/generatepress_child/font-family/pp-fragment/PPFragment-SerifRegular.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

h1, h2, h3, h4, h5, h6,{
  	font-family: "PPFragment", sans-serif !important;
	letter-spacing: 1.5px;
}


body, button, input, select, textarea, p, span, a {
  	font-family: "PPFragment", sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 1.5px;
}



/* ----------------------------------------   Neon Button Style    ------------------------------------ */
.neon-btn {
    position: relative;
    padding: 10px 20px;
    font-size: 22px;
    letter-spacing: 3px;
    color: #E7BB9E;
    background: transparent;
    border: 4px solid #E7BB9E;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(231, 187, 158, 0.5), 0 0 40px rgba(231, 187, 158, 0.2), inset 0 0 20px rgba(231, 187, 158, 0.6);
    transition: all 0.35s ease;
}
.neon-btn.blog-btn{
	color: black !important;
}
.neon-btn span{
	font-size: 12px !important;
}
.neon-btn::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50px;
    background: rgba(231, 187, 158, 0);
    filter: blur(18px);
    opacity: 0.8;
    z-index: -1;
}
.neon-btn:hover {
    background: #E7BB9E;
    box-shadow: 0 0 2px rgba(231, 187, 158, 0.9), 0 0 15px rgba(231, 187, 158, 0.8), inset 0 0 0px rgba(255, 255, 255, 0.4);
}


/* ----------------------------------------   Career Form Popup    ------------------------------------ */
.career-form-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	color: #1a1a1a;
}
.career-form-wrapper h2 {
	font-size: 36px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	color: var(--e-global-color-primary);
}
.career-form-inner-wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.form-row > div {
	flex: 1;
	min-width: 280px;
	display: flex;
	flex-direction: column;
}
.form-row.message > div{
	flex-direction: row;
}
label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--e-global-color-primary);
}
input[type="text"],
input[type="email"],
input[type="file"],
select,
textarea {
	border: none;
	border-bottom: 1px solid #ccc;
	background: transparent;
	padding: 10px 0;
	font-size: 15px;
	outline: none;
	color: var(--e-global-color-text) !important;
	transition: border-color 0.3s ease;
}
input:focus,
textarea:focus {
	color: var(--e-global-color-text) !important;
	border-color: #1b4d3e;
	background-color: transparent !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
select:focus{
	background-color: transparent;
	color: var(--e-global-color-text) !important;
}
select option {
	background: #fff;
  	color: #000;
}

textarea {
	resize: none;
}
input::placeholder,
textarea::placeholder {
	color: #aaa;
	font-style: italic;
}
.form-row input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	accent-color: #1b4d3e;
}
button[type="submit"] {
	padding: 14px;
	background-color: #00b3ff;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
}
button[type="submit"]:hover  {
	background-color: #0091d9;
}

@media (max-width: 768px) {
	.form-row {
		flex-direction: column;
	}

	button[type="submit"] {
		width: 100%;
	}
/* 	p, span, a, body{
		font-size: 20px !important; 
	} */
	.neon-btn{
		padding: 5px;
	}

}
@media (max-width: 575px) {
	.author-box {
		gap: 10px;
	}
	.author-media .author-media-left{
		gap: 5px;
	}
	.author-media .author-social-icon {
		gap: 5px;
	}
}



/* ----------------------------------------   Blog post meta    ------------------------------------ */
.custom-blog-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: var(--e-global-color-text);
	justify-content: center;
}
.meta-author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.author-avatar {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}

.meta-author a {
	color: var(--e-global-color-text);
	font-weight: 500;
	text-decoration: none;
}

.meta-author a:hover {
	color: #3c4aa0;
}
.custom-blog-meta span {
	display: flex;
	align-items: center;
	gap: 4px;
}
.custom-blog-meta .meta-sep {
	color: var(--e-global-color-primary);
	margin: 0 8px;
}
.blog-meta-cat {
	border: 1px solid var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	padding: 2px 8px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}
.blog-meta-cat:hover {
	background: var(--e-global-color-primary);
	color: #000;
}
@media (max-width: 768px) {
	.custom-blog-meta {
		gap: 20px;
		flex-direction: column;
	}
	.custom-blog-meta .meta-sep {
		display: none;
	}
}



/* ----------------------------------------   Sticky Whatsapp Icon    ------------------------------------ */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: transform 0.3s ease;
  animation: whatsapp-move 2s infinite;
}
@keyframes whatsapp-move{
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}




/* ----------------------------------------   Custom Form Popup    ------------------------------------ */
.popup-form:hover{
	cursor: pointer
}
.popup-overlay.popup-shortcode{
	position: relative;
	display: flex;
	z-index: 0;
	background: transparent;
}
.popup-overlay.popup-shortcode .popup-close{
	display: none;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	box-sizing: border-box;
}
.project-form-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	max-width: 1100px;
	width: 100%;
	position: relative;
}
.popup-close {
	position: absolute;
	top: 0px;
	right: 18px;
	font-size: 26px;
	color: #666;
	cursor: pointer;
	transition: 0.3s;
}
.popup-close:hover {
	color: #000;
}
.project-form {
	flex: 1;
	padding: 30px;
}
.popup-row.budget {
    display: flex;
}
.popup-row select {
    width: 15%;
    border-radius: 8px 0px 0px 8px;
    margin: 0 0 20px 0;
}
.popup-row input {
    border-radius: 0px 8px 8px 0px;
}
.project-form h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.project-form input,
.project-form textarea {
	width: 100%;
	padding: 12px 14px;
	margin: 0 20px 20px 0;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	font-size: 14px;
}
.project-form button {
	width: 100%;
	padding: 12px;
	position: relative;
	background-color: #00b3ff;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
}
.project-form button:hover {
	background-color: #0091d9;
}
.project-image {
	flex: 0 0 35%;
	background-color: #f5f3ff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.project-image img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.popup-overlay { 
		padding: 10px;
		justify-content: start;
	}
	.popup-overlay.popup-shortcode{
		padding: 0;
	}
	.project-form{
		padding: 10px;
	}
	.popup-row.category{
		column-gap: 60px; 
	}
	.project-form-wrapper {
		flex-direction: column;
		max-width: 450px;
	}
	.popup-row.category label{
    	width: 100%;
	}
	.project-image {
        flex: 0 0 auto;
        display: none;
    }
}

@media (max-width: 1024px) {
    .elementskit-menu-overlay {
		background-color: transparent !important;
	}
}
