.elementor-kit-6{--e-global-color-primary:#5A0079;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#B0B0B0;--e-global-color-86a3561:#5A0079;--e-global-color-d1fbec5:#9916D7;--e-global-color-92b12fd:#111111;--e-global-color-76a1458:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Montserrat", Sans-serif;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* working on site optimization*/

/* Hero stability */
.hero{min-height:60vh;overflow:hidden}
@media(max-width:480px){.hero{min-height:420px}}

/*.hero-carousel .swiper,*/
/*.hero-carousel .swiper-wrapper{height:360 */
.hero-carousel .swiper-slide{height:100%}
.hero-carousel .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block}

/* Safety */
.elementor img{display:block;height:auto}





/*Blog Single Post*/
.bmjrblogtitle h1 {
   
    
}

/* Post Content */
/* Base typography & spacing */
.bmjr-blog-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15px;
}

/* Headings */
.bmjr-blog-content h2,
.bmjr-blog-content h3 {
  margin: 1.5em 0 0.8em;
  font-weight: 600;
  color: #222;
}

/* Paragraphs */
.bmjr-blog-content p {
  margin: 1em 0;
}

/* Lists with custom bullets */
.bmjr-blog-content ul {
  list-style: none;
  padding-left: 1.5em;
  margin: 1em 0;
}
.bmjr-blog-content ul li {
  position: relative;
  margin: 0.6em 0;
  padding-left: 1.5em;
}
.bmjr-blog-content ul li:before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}

/* Blockquotes */
.bmjr-blog-content blockquote {
  border-left: 4px solid #ddd;
  color: #555;
  font-style: italic;
  margin: 1.5em 0;
  padding-left: 1em;
}

/* Images */
.bmjr-blog-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.2em auto;
}

/* Links */
.bmjr-blog-content a {
  color: #0073aa;
  text-decoration: underline;
}
.bmjr-blog-content a:hover {
  color: #005177;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .bmjr-blog-content {
    font-size: 15px;
    padding: 0 10px;
  }
  .bmjr-blog-content h2 {
    font-size: 1.4em;
  }
  .bmjr-blog-content h3 {
    font-size: 1.2em;
  }
}











/* Wrapper */
.blogpost-comments {
  margin-top: 3em;
  padding: 2em;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #333;
}

/* Section title */
.blogpost-comments .title-comments {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 1em;
  color: #222;
}

/* Comment list */
.blogpost-comments .comment-list {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.blogpost-comments .comment-list li {
  display: flex;
  gap: 1em;
  padding: 1em 0;
  border-bottom: 1px solid #e0e0e0;
}
.blogpost-comments .comment-list li:last-child {
  border-bottom: none;
}

/* Avatar */
.blogpost-comments .comment-author .avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

/* Author & time */
.blogpost-comments .comment-meta {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  color: #555;
}
.blogpost-comments .comment-meta .fn {
  font-weight: 600;
  color: #111;
}
.blogpost-comments .comment-metadata a {
  color: #777;
  text-decoration: none;
}
.blogpost-comments .comment-metadata a:hover {
  text-decoration: underline;
}

/* Comment content */
.blogpost-comments .comment-content {
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.6;
}

/* Reply link */
.blogpost-comments .reply .comment-reply-link {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #5A0079;
  text-decoration: none;
}
.blogpost-comments .reply .comment-reply-link:hover {
  color: #9916D7;
}

/* Reply form */
.blogpost-comments #respond {
  border-top: 1px solid #e0e0e0;
  padding-top: 2em;
}
.blogpost-comments .comment-reply-title {
  font-size: 1.4em;
  margin-bottom: 1em;
  color: #222;
}

/* Logged-in note */
.blogpost-comments .logged-in-as {
  font-size: 0.9em;
  margin-bottom: 1em;
  color: #555;
}
.blogpost-comments .logged-in-as a {
  color: #0073aa;
}
.blogpost-comments .logged-in-as a:hover {
  color: #005177;
}

/* Form fields */
.blogpost-comments .comment-form label {
  display: block;
  margin-bottom: 0.3em;
  font-weight: 600;
}
.blogpost-comments .comment-form input[type="text"],
.blogpost-comments .comment-form input[type="email"],
.blogpost-comments .comment-form textarea {
  width: 100%;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  resize: vertical;
  margin-bottom: 1em;
}
.blogpost-comments .comment-form input:focus,
.blogpost-comments .comment-form textarea:focus {
  outline: none;
  border-color: #5A0079;
  box-shadow: 0 0 0 2px rgba(90, 0, 121, 0.2);
}

/* Submit button */
.blogpost-comments .form-submit {
  text-align: right;
}
.blogpost-comments .form-submit .submit {
  background: #5A0079;
  color: #fff;
  border: none;
  padding: 0.75em 1.5em;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.blogpost-comments .form-submit .submit:hover {
  background: #9916D7;
}

/* Responsive */
@media (max-width: 600px) {
  .blogpost-comments {
    padding: 1.5em;
  }
  .blogpost-comments .comment-list li {
    flex-direction: column;
    gap: 0.5em;
  }
}/* End custom CSS */