/*
	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.4
	Stable tag: 3.4.4
	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,
*/

.page-header {
    display: none;
}
span.red-highlighted {
    color: #db252c;
}
.header .e-con-inner {
    padding: 5px 30px 5px 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .11);
}
.page-content {
    padding-top: 40px;
}



.features {
    margin: 60px auto;
    font-family: "Poppins";
}

.feature {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 18px;
  position: relative;
  margin-bottom: 34px;
}

/* vertical connector */
.feature::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 36px;
  width: 1.5px;
  height: calc(100% - 10px);
  background: #cfdede;
}

.feature:last-child::before {
  display: none;
}

/* diamond outline */
.icon-wrap {
    width: 28px;
    height: 28px;
    transform: rotate(45deg);
    border: 2px solid #1aa3a8;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(316.99deg, #0074A2 7.81%, #00B37D 41.01%, #0074A2 107.05%);
    box-shadow: inset 0 0 0px 2px #ffffff;
    border-radius: 5px;
}

.icon-wrap span {
    transform: rotate(-45deg);
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.content h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #1f2933;
}

.content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #575656;
}


/* responsive */
@media all and (max-width: 1440px){
    
    .e-con>.e-con-inner {
    max-width: 95%;
    width: 100%;
}
}

@media (max-width: 640px) {
  .content h4 {
    font-size: 16px;
  }

  .content p {
    font-size: 14px;
  }
        
    .e-con>.e-con-inner {
    max-width: 98%;
    width: 100%;
}
}