/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
h4.blog-heading {
    color: #000 !important;
    font-size: 28px;
    font-weight: 600;
}
.loss-section {
    height:100%;
}
button.clickit-readmore-toggle {
    margin: 0;
}
 .form-container {
  background: #F3F5ED;
  padding: 20px;
  border-radius: 10px;
  max-width: 1300px;
  margin: 40px auto;
}
.loss-section p {
    margin: 0;
}
.custom-form {
  display: grid;
/*     flex-wrap: wrap; */
    gap: 5px;
    align-items: flex-end;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
    border-right: 1px solid #ccc !important;
    max-height: 100px;
    padding: 3px 7px;
}
.form-group p {
    text-align: left !important;
}
.custom-form p {
    text-align: center;
}
.form-group label {
  margin-bottom: 5px;
    color: #333;
    font-family: Lato;
    font-weight: 800 !important;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0%;
    text-transform: capitalize;
	height: 30px;
}

.form-group input,
.form-group select,
.form-group  textarea{
  padding: 8px 0px !important;
  border-right: 0px solid #ccc !important;
  border-top: 0px solid #ccc !important;	
	border-left: 0px solid #ccc !important;
	border-bottom: 0px solid #ccc !important;
  border-radius: 0px !important;
  font-size: 13px;
  background: #F3F5ED;	
	height: 50px;
}

.button-group {
  flex: 0 0 auto;
}

.button-group button {
  background: #1e3a8a;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.button-group button:hover {
  background: #163070;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-form {
    grid-template-columns: auto !important;
  }
.form-group {
	border-bottom: 1px solid #ccc !important;
	   border-right: 0px solid #ccc !important;
	}
  .button-group {
    width: 100%;
  }

  .button-group button {
    width: 100%;
  }
}
.btn {
    width: 150px !important;
    height: 50px !important;
    background: #204094 !important;
    border: 1px solid #204094 !important;
    border-radius: 9px !important;
    color: #fff !important;
    display: inline-block !important;
    padding: .5rem 1rem !important;
    transition: all .3s !important;
    white-space: nowrap !important;
    font-family: Lato !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Discover Your Ideal Nutrition Plan */
.health-form-wrapper {
  background: #e9e6de;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);	
  padding: 20px;
  border-radius: 10px;
  max-width: 1200px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.health-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
	align-items: flex-end;
	padding-bottom: 10px;	
}

.hf-field {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 220px;
}

.hf-field label {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333;
	font-weight: 500;
}

.hf-field input,
.hf-field select {
  padding: 8px 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 13px;
  background: #F3F5ED;	
	height: 42px;
}

.hf-btn {
  flex: 0 0 auto;
}

.hf-btn button {
  background: #1e3a8a;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}

.hf-btn button:hover {
  background: #163070;
}
.nut-plan a {
    cursor: pointer;
}
button#femaleBtn {
    border: none !important;
    color: #fff;
}
button#femaleBtn:hover {
    background: #ef4444 !important;
}
button#maleBtn:hover {
    background: #16a34a !important;
}
button.sbi_load_btn {
    display: none !important;
}
.clickit-readmore-container {
    justify-content: center;
    align-items: center;
    margin:0px;
}
.clickit-readmore-container button:focus {
    background-color: #ec8121;
    color: #fff;
    text-decoration: none;
}
/* Mobile */
@media (max-width: 768px) {
  .health-form-row {
    flex-direction: column;
  }

  .hf-btn button {
    width: 100%;
  }
		.loss-section {
    height: auto;
}
}

