.elementor-959 .elementor-element.elementor-element-79349bb{--display:flex;--min-height:350px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-959 .elementor-element.elementor-element-79349bb:not(.elementor-motion-effects-element-type-background), .elementor-959 .elementor-element.elementor-element-79349bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-959 .elementor-element.elementor-element-39ceff91{--display:flex;}.elementor-959 .elementor-element.elementor-element-6caaead > .elementor-widget-container{padding:10px 0px 0px 0px;}.elementor-959 .elementor-element.elementor-element-6caaead .elementor-heading-title{font-family:"sub heading", Sans-serif;}.elementor-959 .elementor-element.elementor-element-4c243b4c{text-align:justify;font-family:"Poppins", Sans-serif;}.elementor-959 .elementor-element.elementor-element-1bfe997 .elementor-button{background-color:#E44C27;border-radius:5px 5px 5px 5px;}.elementor-959 .elementor-element.elementor-element-1bfe997 .elementor-button:hover, .elementor-959 .elementor-element.elementor-element-1bfe997 .elementor-button:focus{background-color:#120F0F;}:root{--page-title-display:none;}/* Start custom CSS *//* Style the entire comment section container */
.comment-respond {
  background-color: #f8f9fa; /* light background */
  padding-left:185px;
  padding-right:180px;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: sans-serif;
}

/* Style the "Leave a Reply" heading */
.comment-reply-title {
  font-size: 24px;
  font-weight: bold;
  font-family: poppins !important;
  margin-bottom: 20px;
  color: #333;
}

/* Style the "Logged in as..." line */
.logged-in-as {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

/* Style the labels like "Comment *" */
.comment-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444;
}

/* Style the textarea (comment box) */
.comment-form textarea {
  width: 100%;
  min-height: 150px;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  resize: vertical;
}

/* Style the submit button */
.comment-form input[type="submit"] {
  background-color: #e44c27;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}


.comment-form input[type="submit"]:hover {
  background-color: #000;
}/* End custom CSS */