/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: transparent!important;
    border-radius: 5px!important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
    border: 1px solid #C17CF3!important;
}
input.wpcf7-form-control:focus {
    border: 1px solid #C17CF3!important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.qual {
    background: transparent;
    border-radius: 5px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.qual:focus {
	border: 1px solid #C17CF3!important;
}
.wpcf7-form .wpcf7-submit{
    border-radius: 10px!important;
    background: #C17CF3!important;
    width: 100%!important;
}

/* Instructor Card Styling */
.instructor-slider-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    position: relative;
}
.instructor-slide {
    background: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin: 10px;
}
.instructor-slide img {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}
.instructor-slide h3 {
    font-size: 18px;
    margin: 8px 0 4px;
}
.instructor-slide p {
    font-size: 14px;
    color: #555;
    margin: 2px 0;
}

/* Custom Arrow Styling */
.slick-prev-custom,
.slick-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.slick-prev-custom {
    left: -60px;
}
.slick-next-custom {
    right: -60px;
}
.slick-prev-custom:hover,
.slick-next-custom:hover {
    background: #0073aa;
}

/* View All Button */
.view-instructors-btn {
    display: inline-block;
    padding: 10px 24px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}
.view-instructors-btn:hover {
    background: #0073aa;
}

.pb-3 {
	padding-bottom: 16px !important;
}


.custom-form-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border: 1px solid #e0c9f7;
  border-radius: 10px;
  background-color: #fff;
}

.custom-form-grid .half-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.custom-form-grid .half-row span.wpcf7-form-control-wrap {
  flex: 1;
}

.custom-form-grid input,
.custom-form-grid textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  transition: border-color 0.2s;
}

.custom-form-grid input:focus,
.custom-form-grid textarea:focus {
  border-color: #9e59d2;
  outline: none;
}

/* Submit button styling */
.custom-form-grid input[type="submit"] {
  background: #c17eff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-form-grid input[type="submit"]:hover {
  background: #b167f0;
}

/* Responsive adjustment */
@media (max-width: 600px) {
  .custom-form-grid .half-row {
    flex-direction: column;
  }
}
input.wpcf7-form-control.wpcf7-text {
    border-radius: 4px;
}
.half-row {
    padding-bottom: 20px;
}

.fistfields {
    display: flex;
    gap: 10px;
/*     padding-bottom: 15px; */
}


.fistfields >* { 
    flex-shrink: 0;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);  
}

.course-form-wrapper input,
.course-form-wrapper input:placeholder {
	color: #817ba4 !important;
}

.cta-registerNow-form input::placeholder,
.cta-registerNow-form input, 
.cta-registerNow-form select{
	color: #fff;
}
div#wpcf7-f14-p31166-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #f9f9f9!important;
	margin-bottom: 20px!important;
}
div#wpcf7-f14-p31166-o1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
	    background-color: #f9f9f9!important;
		margin-bottom: 20px!important;


}


