/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


.section-wraper{
	padding:100px 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.custom-container {
  width: 100%;
  margin-inline: auto;
  /* Fluid edge padding: 16px on mobile, scaling up to 24px on desktop */
  padding-inline: clamp(15px, 3vw, 15px);
}

.comments-area h5.comment-reply-title {
    font-size: 2em;
    font-weight: 700;
}

textarea#comment {
    margin-top: 6px;
    border-color: #E5E7EB;
}


/* ==========================================================================
   WordPress & Elementor Blog Comment Section Styles
   ========================================================================== */

/* 1. Comment Section Wrapper */
#comments, 
.comment-respond, 
.comments-area {
  max-width: 800px; /* Optimal reading width */
  margin: 40px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
}

/* 2. Section Headings (Comments Title & "Leave a Reply") */
.comments-title,
.comment-reply-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #edf2f7; /* Underline divider */
}

/* 3. Comment List Container */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

/* 4. Individual Comment Item */
.comment-list .comment,
.comment-list .comment-body {
  padding: 20px 0;
  border-bottom: 1px solid #edf2f7;
  position: relative;
}

/* Indent Nested / Threaded Replies */
.comment-list .children {
  list-style: none;
  padding-left: 28px;
  border-left: 2px solid #e2e8f0; /* Thread indicator line */
  margin-top: 16px;
}

/* 5. Avatar Styling */
.comment-body .avatar {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
  object-fit: cover;
}

/* 6. LINE 1: Author Name & Metadata Container */
.comment-author {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #2d3748;
}

.comment-author .fn {
  color: #1a202c;
  font-style: normal;
}

.comment-author .fn a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.comment-author .fn a:hover {
  color: #3182ce;
}

/* 7. LINE 2: Date & Time Timestamp */
.comment-metadata,
.comment-meta {
  font-size: 0.825rem;
  line-height: 1.4;
  color: #718096;
  margin-top: 4px;
  margin-bottom: 12px;
}

.comment-metadata a {
  color: inherit;
  text-decoration: none;
}

.comment-metadata a:hover {
  text-decoration: underline;
}

/* 8. LINE 3+: Comment Body / Paragraph Content */
.comment-content {
  clear: both;
  font-size: 0.975rem;
  line-height: 1.7; /* Comfortable reading height between text lines */
  color: #4a5568;
  margin-top: 8px;
  margin-bottom: 12px;
}

.comment-content p {
  margin: 0 0 10px 0;
}

/* 9. Reply Action Button */
.reply a {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3182ce;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #ebf8ff;
  transition: all 0.2s ease;
}

.reply a:hover {
  background-color: #3182ce;
  color: #ffffff;
}

/* ==========================================================================
   Leave a Reply Form (Inputs & Submit Button)
   ========================================================================== */

/* Spacing for Each Form Field Line */
.comment-form p {
  margin-bottom: 16px;
}

/* Input Labels */
.comment-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 6px;
}

/* Text Fields (Name, Email, Website) and Textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2d3748;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comment-form textarea {
  min-height: 130px;
  resize: vertical;
}

/* Input Focus States */
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #3182ce;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
}

/* Submit Comment Button */
.comment-form input[type="submit"],
.form-submit #submit {
  background-color: /* ==========================================================================
   WordPress & Elementor Blog Comment Section Styles
   ========================================================================== */

/* 1. Comment Section Wrapper */

.comment-respond, 
.comments-area, #comments {
  max-width: 100%; 
	width:100%;
  margin: 40px auto 0;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
}

/* 2. Section Headings (Comments Title & "Leave a Reply") */
.comments-title,
.comment-reply-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #edf2f7; /* Underline divider */
}

/* 3. Comment List Container */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

/* 4. Individual Comment Item */
.comment-list .comment,
.comment-list .comment-body {
  padding: 20px 0;
  border-bottom: 1px solid #edf2f7;
  position: relative;
}

/* Indent Nested / Threaded Replies */
.comment-list .children {
  list-style: none;
  padding-left: 28px;
  border-left: 2px solid #e2e8f0; /* Thread indicator line */
  margin-top: 16px;
}

/* 5. Avatar Styling */
.comment-body .avatar {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
  object-fit: cover;
}

/* 6. LINE 1: Author Name & Metadata Container */
.comment-author {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #2d3748;
}

.comment-author .fn {
  color: #1a202c;
  font-style: normal;
}

.comment-author .fn a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.comment-author .fn a:hover {
  color: #3182ce;
}

/* 7. LINE 2: Date & Time Timestamp */
.comment-metadata,
.comment-meta {
  font-size: 0.825rem;
  line-height: 1.4;
  color: #718096;
  margin-top: 4px;
  margin-bottom: 12px;
}

.comment-metadata a {
  color: inherit;
  text-decoration: none;
}

.comment-metadata a:hover {
  text-decoration: underline;
}

/* 8. LINE 3+: Comment Body / Paragraph Content */
.comment-content {
  clear: both;
  font-size: 0.975rem;
  line-height: 1.7; /* Comfortable reading height between text lines */
  color: #4a5568;
  margin-top: 8px;
  margin-bottom: 12px;
}

.comment-content p {
  margin: 0 0 10px 0;
}

/* 9. Reply Action Button */
.reply a {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3182ce;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #ebf8ff;
  transition: all 0.2s ease;
}

.reply a:hover {
  background-color: #3182ce;
  color: #ffffff;
}

/* ==========================================================================
   Leave a Reply Form (Inputs & Submit Button)
   ========================================================================== */

/* Spacing for Each Form Field Line */
.comment-form p {
  margin-bottom: 16px;
}

/* Input Labels */
.comment-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 6px;
}

/* Text Fields (Name, Email, Website) and Textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2d3748;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comment-form textarea {
  min-height: 130px;
  resize: vertical;
}

/* Input Focus States */
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #3182ce;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.15);
}

/* Submit Comment Button */
.comment-form input[type="submit"],
.form-submit #submit {
  background-color: #3182ce;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 26px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.comment-form input[type="submit"]:hover,
.form-submit #submit:hover {
  background-color: #081B2D;
}

.comment-form input[type="submit"]:active,
.form-submit #submit:active {
  transform: scale(0.98);
};
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 26px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.comment-form input[type="submit"]:hover,
.form-submit #submit:hover {
  background-color: #081B2D;
}

.comment-form input[type="submit"]:active,
.form-submit #submit:active {
  transform: scale(0.98);
}

/* ==========================================================================
   Responsive Max-Width Breakpoints
   ========================================================================== */

/* Mobile / Small devices (default) */
.custom-container {
  max-width: 100%;
}

/* Small tablets / Large phones (>= 640px) */
@media (min-width: 640px) {
  .custom-container {
    max-width: 600px;
  }
}

/* Tablets / iPad portrait (>= 768px) */
@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

/* Laptops / Small desktops (>= 1024px) */
@media (min-width: 1024px) {
  .custom-container {
    max-width: 960px;
  }
	.comments-area h5.comment-reply-title {
    font-size: 1.5em;
   }
}

/* Standard Desktops (>= 1280px) */
@media (min-width: 1280px) {
  .custom-container {
    max-width: 1200px;
  }
}

/* Large Displays / Ultrawide (>= 1536px) */
/* @media (min-width: 1536px) {
  .custom-container {
    max-width: 1400px;
  }
} */