
#contactus_form .form-control {
  height: 50px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 12px;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

#contactus_form .form-control::-webkit-input-placeholder {
  color: #fff;
}

#contactus_form .form-control:-ms-input-placeholder {
  color: #fff;
}

#contactus_form .form-control::-ms-input-placeholder {
  color: #fff;
}

#contactus_form .form-control::placeholder {
  color: #fff;
}

#contactus_form .form-control:focus {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #fcd84e;
}

#contactus_form .form-control:hover:focus, #contactus_form .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#contactus_form textarea.form-control {
  height: auto;
}

.help-block{
	color:#ff0000;
}
/* whatsapp button stuff starts */
.whatsapp-float {
    z-index: 1000;
    display: block;
    background-color: #25D366;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;;
    transition: background-color 0.3s ease;
	font-size:16px;
	color:#fff;
  }
a.whatsapp-float{
	text-decoration: unset;
}
a.whatsapp-float:hover {
	background-color: #20b858;
	color:#fff
}
/* whatsapp button stuff ends */  
/* survey related stuff starts */

.survey-container {
  position: relative;
  width: 100%;
  height: 15rem;
  background-image: url("../img/survey.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #6c63ff;
  border-radius: 6px;
  padding: 15px;
  animation: fadeIn 0.8s ease-in-out;
}

/* Shared button styles */
.survey-button {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 1.4rem;
  background-color: #fcd84e;
  color: #000;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Inside-container button positioning (desktop only) */
@media (min-width: 768px) {
  .survey-container .survey-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .survey-container {
  height: 12rem; 
}
}

/* Button light effect */
.survey-button::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  background: #fff;
  right: -40px;
  top: -40px;
  transform: rotate(37deg);
  transition: all 0.3s;
  opacity: 0.3;
}

/* Hover animations */
.survey-button:hover::before {
  right: 105%;
}

.survey-button:hover {
  background-color: #674ea7c2;
  color: #fff;
  transform: scale(1.05);
}

/* Focus accessibility */
.survey-button:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}








.survey-radio-btn{
border:1px solid #5c3f9e;
}
/* Teachers count button effect */
.survey-radio-btn input:checked + * {
background-color: #5c3f9e !important;
color: #fff !important;
border-color: #5c3f9e !important;
}

/* Hover effect for buttons */
.survey-radio-btn:hover {
background-color: #fcd84e;
color: #000 !important;
cursor: pointer;
}
.survey-radio-btn.active {
background-color: #fcd84e;
color: #000 !important;
cursor: pointer;
}
  
.survey-next-button {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid #2222;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-weight: 500;
    width: fit-content;
    transition: background-color 0.3s ease;
}
.survey-previous-button {
    background-color: #fff;
    color: var(--color-primary);
    border: 1px solid #2222;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-weight: 500;
    width: fit-content;
    transition: background-color 0.3s ease;
}
.survey-submit-button {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid #2222;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-weight: 500;
    width: fit-content;
    transition: background-color 0.3s ease;
}

/* survey related stuff ends */



/* contact us form related stuff starts */
.btn-hippo {
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  cursor: pointer;  
  position:relative;
  overflow:hidden;
 /* margin: 0 20px;*/
  font-weight: 400;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius:1.4rem;
  background-color: #fcd84e;
  color:#000;
}

.btn-hippo:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  background : #fff;
  right: -40px;
  top: -40px;
  transform: rotate(37deg);
  transition: all .3s;
  opacity: 0.3;
}

.btn-hippo:hover:before {
  right: 105%;
}
.btn-hippo:hover {
 background-color:#674ea7c2;
 color:#fff;
}
/* contact us form related stuff ends */

select {
  display: none !important;
}