.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.email-custom input,
.custom-password input {
    width: 400px;
    height: 60px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-button input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 360px;
    height: 60px;
    background-color: #FF5733;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


@media (max-width: 768px) {
	.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.email-custom input,
.custom-password input,
.custom-button input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    max-width: 400px; 
    height: 60px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}


.custom-button input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #FF5733;
    color: white;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
		
}



.main-custom form {
    width: 100%px;
    background-color: #f8f5ed; 
    padding: 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}


form label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}



form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form textarea::placeholder {
    color: #ccc; 
}


form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #f95738; /* Bright orange */
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form input[type="submit"]:hover {
    background-color: #e04b2c; 
}





.testimonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    font-family: Arial, sans-serif;
}


.testimonial {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    border-left: 4px solid #ddd;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}


.testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    border-left-color: #f95738;
}


.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
    border: 4px solid #f95738;
    transition: border-color 0.3s ease;
}


.testimonial:hover .profile-img {
    border-color: #e04b2c;
}

.testimonial-content {
    flex: 1;
    color: #333;
}


.testimonial-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}


.testimonial-content h3 span {
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
    margin-left: 5px;
}


.testimonial-content p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    transition: color 0.3s ease;
}

.testimonial:hover .testimonial-content p {
    color: #444;
}

.quote-icon {
    font-size: 30px;
    color: #ddd;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: color 0.3s ease;
}


.testimonial:hover .quote-icon {
    color: #f95738;
}


.testimonial:first-child {
    margin-left: 40px !important; 
}


.testimonial:last-child {
    margin-left: 40px; 
}

.testimonial:nth-child(2) {
    margin-right: 40px; 
}


textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
	    margin-top: 5px !important;

}



.main-5 {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}

.pop-name,
.pop-email,
.pop-age {
    margin-bottom: 20px;
}

.pop-name label,
.pop-email label,
.pop-age label {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.pop-name input,
.pop-email input,
.pop-age input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-size: 14px;
	margin-top: 12px;
    color: #888;
    box-sizing: border-box;
}

.pop-name input::placeholder,
.pop-email input::placeholder,
.pop-age input::placeholder {
    color: #bdbdbd;
}

.pop-button {
    text-align: center;
}

.pop-button [type="submit"] {
    background-color: #f04e23;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.pop-button [type="submit"]:hover {
    background-color: #d8431e;
}



.main-2 input[type="text"],
form input[type="email"],
form select,
form textarea {
    width: 53%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}

@media only screen and (max-width: 600px) {
.main-2 input[type="text"], form input[type="email"], form select, form textarea {
    width: 99%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}
}


.main-custom select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
}
.newsletters-letter p input{
	width:100%;
	margin-bottom:0;
}
@media(max-width:767px){
	.no-break br{
		display:none;
	}
}