/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1781087425
Updated: 2026-06-10 10:30:25

*/





.wc_blog_box:hover .wc_blog_box_title .elementor-heading-title {
  color: #ED7002 !important;
}
.wc_blog_box .wc_blog_box_images img {
  aspect-ratio: 16 / 10;
}
.backtoblog a:hover span{
  color: #ED7002 !important;
}
.blog_content h2,
.blog_content h3,
.blog_content h4{
  line-height: 2.5rem;
  font-family: "Playfair Display", Sans-serif !important;
  margin:56px 0 20px;
}
.blog_content h2{
  font-size:36px;
  font-weight:700;
}
.blog_content h3{
  font-size:28px;
  font-weight:600;
}
.blog_content blockquote p {
  margin: 0;
  padding: 0;
  font-family: inherit !important;
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.blog_content blockquote {
  position: relative;
  font-family: "Playfair Display", Sans-serif !important;
  color:#121c2b;
  font-style: italic;
  font-size: 30px;
  line-height: 1.4;
  color: #1a2540;
  padding-left: 45px;
  margin: 50px 0 50px 0;
  border-left: 4px solid #e8753a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog_content blockquote::before {
  content: "\201D";
  position: absolute;
  left: 20px;
  top: -10px;
  font-size: 70px;
  color: #e8753a;
  font-family: Georgia, serif;
  font-style: normal;
  line-height: 1;
  opacity: 0.9;
}

.blog_content .drop-cap::first-letter {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 78px;
  float: left;
  line-height: 0.85;
  padding: 8px 14px 0 0;
  color: #e8753a;
  font-weight: 700;
}
.blog_content ul {
  list-style: none;
  padding: 0px;
  margin: 25px 0 30px 0;
}

.blog_content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 20px;
    line-height: 28px;
}

.blog_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #ED7002;
  border-radius: 50%;
}

.blog_content ul li:last-child {
  margin-bottom: 0;
}
.blog_content .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 45px 0;
  padding: 0;
  border: none;
  background: transparent;
}

.blog_content .section-divider::before,
.blog_content .section-divider::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #c9d2dd;
}

.blog_content .section-divider span {
  width: 6px;
  height: 6px;
  background: #e8753a;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
    .blog_content ul li {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
  .blog_content {
    padding: 30px 25px;
    font-size: 16px;
  }
  .blog_content blockquote {
    font-size: 22px;
    padding-left: 50px;
  }
  .blog_content blockquote::before {
    font-size: 55px;
    left: 12px;
  }
  .blog_content h2 {
    font-size: 28px;
  }
  .blog_content .drop-cap::first-letter {
    font-size: 62px;
  }
  .blog_content ul {
    list-style: none;
    margin: 16px 0 20px 0;
}
  .blog_content ul li {
    font-size: 16px;
    padding-left: 25px;
        margin-bottom: 6px;
  }
  .blog_content ul li::before {
    top: 9px;
    width: 7px;
    height: 7px;
  }
  .blog_content .section-divider::before,
  .blog_content .section-divider::after {
    width: 55px;
  }
  .blog_content .section-divider span {
    width: 8px;
    height: 8px;
  }
}/* End custom CSS */