/*
Theme Name: Estha AI Theme
Theme URI: https://wordpress.org/themes/astra/
Description: Astra Child Theme
Author: Estha
Author URI: https://wpastra.com/
Template: astra
Version: 1.0.0
*/
.circle-hightlight {
  display: inline-block;
  border: 5px solid orange;
  border-radius: 50%;
  padding: 5px 10px;
  line-height: 1;
  animation: rotate 2s linear infinite;
}
.circle-hightlight-yellow {
  display: inline-block;
  border: 5px solid yellow;
  border-radius: 50%;
  padding: 5px 10px;
  line-height: 1;
  animation: rotate 2s linear infinite;
}
.hightlight {
  display: inline-block;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: orange;
} 

.hightlight-yellow {
  display: inline-block;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: yellow;
}

.wpforms-field-label{
    color:#1E446E;
}
.wpforms-field-sublabel{
    color:#1E446E;
}
.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
  width: 100% !important;
}
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px;
  background-color: #EDE8D4;
  border: 2px solid #1E446E;
  border-radius: 20px;
  box-sizing: border-box;
}
.wpforms-submit{
    background-color: #007ACC;
    padding: 20px 40px
}

.page-id-2077 .wpforms-form input[type="text"],
.page-id-2077 .wpforms-form input[type="email"],
.page-id-2077 .wpforms-form textarea {
  background-color: #FAD02C !important;
}

.wpforms-field-checkbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wpforms-field-checkbox ul input[type="checkbox"] {
  display: none;
}

.wpforms-field-checkbox ul label.wpforms-field-label-inline {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #1E446E;
  border-radius: 30px;
  background-color: #EDE8D4;
  color: #1E446E;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wpforms-submit {
  font-family: 'Merriweather', serif;
}

.wpforms-field-checkbox ul input[type="checkbox"]:checked + label {
  background-color: #1E446E;
  color: #fff;
}

.wpforms-field-checkbox label.wpforms-field-label-inline {
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.wpforms-field-checkbox label.wpforms-field-label-inline:hover {
  transform: scale(1.05);
}

.page-id-2077 .wpforms-field-checkbox ul label.wpforms-field-label-inline {
  background-color: #FAD02C !important;
}

body.blog {
  background-color: #FAD02C; 
}
body.single-post {
  background-color: #FAD02C;
}

.post-content {
  background-color: #FAD02C; 
  color: black !important;
}
.post-content h2 a{
  color: black !important;
}
.post-content h2 a:hover{
  color: #ccc !important;
}

.read-more a {
  color: black !important;
}

.read-more a:hover {
  color: #ccc !important; 
}

body.single-post h3 {
  font-family: 'Merriweather', serif;
}

.paoc-popup-inr{
	padding: 40px;
}
.show-form-button {
    background-color: #007ACC !important;
   	border-radius: 40px 40px 40px 40px !important;
   	padding: 10px 20px 10px 20px !important;
}
