/*
Theme Name: Abacus Kidz Academy
Theme URI: https://example.com/
Author: Attrait Solutions
Description: Responsive custom theme for Abacus Kidz Academy.
Version: 1.0.0
Text Domain: abacus-kidz
*/
body{
	background: linear-gradient(135deg, #F7FCFF 0%, #EAF6FF 50%, #F8FBFF 100%);
	/*background:url('https://abacuskidz.com/wp-content/uploads/2026/09/body-bg-2.jpg') repeat left center;*/
}
.wpcf7-form-control-wrap input{
    height: 40px;
    width: 100%;
    box-shadow: 3px 4px 10px #ccc;
    border: none;
    padding: 0 0 0 15px;
	background: #EDF7FF;
}
.wpcf7-form-control-wrap textarea{
    height: 80px;
    width: 100%;
    box-shadow: 3px 4px 10px #ccc;
    border: none;
    padding: 10px 0 0 15px;
	background: #EDF7FF;
}
.wpcf7-submit{
	background:#F21882;
    padding: 8px;
    border-radius: 4px;
    border: none;
    color: #fff;
}