.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:#0F0F0F;border-radius:0px 0px 0px 0px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   MODERN COMMENTS – FINAL POLISH
================================ */

/* Font (safe + modern) */
.comments-area,
.comment-respond,
.comment-form * {
  font-family: Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Container */
.comments-area,
.comment-respond {
  all: unset;
  display: block;
  max-width: 820px;
  margin: 90px auto;
  padding: 40px;
  background: linear-gradient(180deg, #0e172a, #0b1220);
  border-radius: 22px;
  color: #e6ecf3;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

/* Title */
.comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -.3px;
}

/* Logged in line */
.logged-in-as {
  font-size: 14px;
  color: #9aa4b2;
  margin-bottom: 25px;
}

.logged-in-as a {
  color: #1dd1a1 !important;
  text-decoration: none;
}

.logged-in-as a:hover {
  text-decoration: underline;
}

/* Labels */
.comment-form label {
  font-size: 13px;
  font-weight: 500;
  color: #c8d0dc;
  margin-bottom: 6px;
  display: inline-block;
}

/* Inputs */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  background: rgba(255,255,255,0.02);
  color: #ffffff;
  border: 1px solid rgba(29,209,161,0.25);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 18px;
  transition: all .35s ease;
  font-size: 14px;
}

/* Focus interaction */
.comment-form textarea:focus,
.comment-form input:focus {
  outline: none;
  border-color: #1dd1a1;
  background: rgba(29,209,161,0.05);
  box-shadow: 0 0 0 6px rgba(29,209,161,.08);
}

/* Textarea height */
.comment-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* Submit Button */
.comment-form input[type="submit"] {
  background: linear-gradient(135deg, #1dd1a1, #17b68c);
  color: #00110b;
  border: none;
  padding: 14px 42px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all .35s ease;
  box-shadow: 0 10px 25px rgba(29,209,161,.25);
}

/* Button Hover */
.comment-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(29,209,161,.45);
}

/* Button Active */
.comment-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(29,209,161,.35);
}

/* Remove theme spacing */
.comment-form,
.comment-list,
.comment-body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Stop color inheritance */
.comment-form * {
  color: inherit !important;
}/* End custom CSS */