/* Optional: Import HAGRID font if available */
@import url('https://fonts.googleapis.com/css2?family=Hagrid&display=swap'); 

/* Popup container */
div#popmake-3658 {
    width: 30%!important;
    max-width: 400px;
    min-width: 280px;
    margin: 0 auto;
}

/* SECTION BACKGROUND (if needed) */

.wp-container-core-columns-is-layout-8f761849
{
padding: 75px;

}

.banner {
    padding: 75px 10px !important;
    position: relative;
    z-index: 99;

}
.banner2 {
    position: relative;
    z-index: 99;
	margin-top:-50px!important;

}
/* contact form7 css */
.cf7-newsletter {
    padding: 80px 20px;
    background: linear-gradient(135deg, #a855f7, #9333ea);
}

.cf7-card-form 
{ 
background: #ffffff;
padding: 40px 35px; 
border-radius: 30px; 
	width:800px;
	margin: 0 auto;
margin-top: -120px; 
box-shadow: 0 20px 40px rgba(0,0,0,0.08); }

/* REMOVE CF7 AUTO P SPACING */
.cf7-card-form p {
	margin:0px!important;
	padding:0px!important;
}

/* ROW */
.cf7-row {
    display: flex;
    gap: 12px;
}

/* HALF WIDTH */
.cf7-half {
    width: 50%;
}

/* LABEL */
.cf7-card-form label {
    display: block;
    font-size: 12px;
    margin-bottom: -30px;
    color: #7e5a9b;
}

/* INPUT + SELECT */
.cf7-card-form input[type="text"],
.cf7-card-form input[type="email"],
.cf7-card-form select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 14px;
    border: 2px solid #d6b4ef;
    background: transparent;
    font-size: 13px;
    margin-bottom: 18px;
    box-sizing: border-box;
}

/* FOCUS */
.cf7-card-form input:focus,
.cf7-card-form select:focus {
    outline: none;
    border-color: #a855f7;
}

/* BUTTON WRAP */
.cf7-submit-wrap {
    text-align: center;
    margin-top: 10px;
}

/* BUTTON */
.cf7-card-form input[type="submit"] {
    background: linear-gradient(135deg, #a855f7, #9333ea);
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 14px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

/* BUTTON HOVER */
.cf7-card-form input[type="submit"]:hover {
    opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
  gap:0px;
    }

    .cf7-half {
        width: 100%;
    }

    .cf7-card-form {
        padding: 30px 20px;
        margin-top: -80px;
			width:550!important;
			margin-top:-150px;
    }
	.banner2 {
    margin:10px!important;
		padding:0px 25px 10px 10px;

}
}
input.wpcf7-form-control.wpcf7-submit.has-spinner
 {
    display: block;
    margin: 0 auto;
	 
	 
	
/* Newsletter Form */
.cf7-half label,
.cf7-full label{
display:block;
margin-bottom:6px;
font-size:15px;
}

.cf7-row{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.cf7-half{
width:48%;
}

.cf7-full{
width:100%;
margin-top:15px;
}

.cf7-half input,
.cf7-full input,
.cf7-full select{
width:100%;
padding:14px;
border:2px solid #d8a6ff;
border-radius:12px;
font-size:16px;
margin-top:4px;
}
