/*
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.3.0.1739162813
Updated: 2025-02-10 04:46:53

*/


.single .row {
    align-items: center;
}
.hero {
  background:#173058;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.form-container input {
  padding: 10px 15px;
  font-size: 1rem;
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.form-container button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #e67e22;
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-weight: bold;
}

.breadcrumb {
  background-color: #f9f9f9;
  padding: 10px 20px;
  font-size: 0.9rem;
  gap: 16px;
}

.breadcrumb a {
  text-decoration: none;
  color: #555;
}

.breadcrumb span {
  color: #76b947;
}

.content {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.content h3 {
  font-size: 1.2rem;
  color: #4caf50;
  margin-top: 10px;
}
.reviews {
  display: flex;
  justify-content: space-around;
  background-color: #5d7420;
  padding: 40px 20px;
  text-align: center;
  color: white;
}

.review-item h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: 'Segoe UI', sans-serif;
}

.stars {
  color: #ffcc00;
  font-size: 1.5rem;
  margin: 5px 0;
}

.review-count {
  font-weight: bold;
  color: #ffcc00;
  margin: 0;
}

.strategy-section {
  padding: 40px 20px;
  margin: 0 auto;
}
.steps-wrap.full.online-local-steps.custom-yellowlast:before {
    content: "";
    background: linear-gradient(to bottom,#3d6396 0%,#3a8195,#3c9379,#7d963d,#498d41,#d87928,#f2d44d);
    height: 95%;
    position: absolute;
    left: -15px;
    top: 4px;
    width: 14px;
    height: 96%;
    border-radius: 8px 8px 8px 8px;
}

.step-circle:before {
/*     content: "";
    position: absolute;
    top: 36%;
    left: -6px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #17387e;
	 */
	
	content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-2.3rem, -50%);
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid #17387e;
	
}



.strategy-section h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.strategy-section h3 {
  color: #7bb241;
  margin-top: 10px;
  font-weight: normal;
}

.strategy-section p {
  text-align: left;
  font-size: 1rem;
  color: #333;
  margin-top: 15px;
  line-height: 1.6;
}


.report-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.report-card {
    flex: 1 1 300px;
    border-radius: 8px;
    color: white;
    border-radius: 10px;
    background: rgba(81, 202, 167, .17);
   
}

.report-card h3 {
  margin-bottom: 0px;
  font-size: 1.1rem;
}

.color-box-content {
    padding: 20px;
}

.report-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.report-card ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  color: #000;
}
.report-card.card_one.mb-4 {
    background-color: rgba(148, 193, 255, .17);
}

.report-card.card_two.mb-4 {
    background-color: rgba(103,209,239,.17);
}

.report-card ul li::before {
    content: "";
    position: absolute;
    background-image: url(https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-d6d7292/thriveagency.com/files/leafvector.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
    left: 0;
    top: 2px;
}

.section-1 {
  background-color: #2f4a85;
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.section-2 {
  background-color: #266c83;
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.section-3 {
  background-color: #2c785b;
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.report-preview {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.report-preview img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.steps-section {
  border-left: 5px solid linear-gradient(to bottom, #17387e, #f7941e);
  position: relative;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.step-circle {
  width: 60px;
  height: 60px;
  background: #17387e;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-top: 8px;
  margin-right: 20px;
  flex-shrink: 0;
	position:relative;
}

.step-circle span {
  font-size: 20px;
  display: block;
}

.step-content h4 {
  margin: 0 0 5px;
}

.label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.blue { background-color: #d4dde8; }
.teal { background-color: #d3e8e9; }
.green { background-color: #cde4db; }
.olive { background-color: #d9e3c8; }
.lime { background-color: #e6f0db; }
.orange { background-color: #e8d5c2; }


.seo-strategies h4 {
  color: #da3a3a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.seo-strategies{
    position:relative;
}

.seo-strategies h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.highlight {
  color: #0073e6;
}

.strategy h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.strategy p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.view-more-btn {
  background-color: #0073e6;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.view-more-btn:hover {
  background-color: #005bb5;
}

.more-content.hidden {
  display: none;

}


.has-text-color{
    font-size: 20px;
    color: #556c26;
}

.visuals, .sub-section {
  margin-top: 40px;
}

.main-img, .secondary-img {
  max-width: 100%;
  height: auto;
}

.white-overlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) skewY(1.8deg);
    transform-origin: top right;
    width: 100%;
    background: #eff3fb;
    z-index: -1;
    height:100%;
}
button#toggleButton {
    border: 2px solid #aab7d9;
    border-radius: 5px;
    background: rgba(200, 210, 238, 0);
    font-size: 13px;
    font-weight: 700;
    width: 120px;
    height: 40px;
    color: rgba(22, 42, 89, .85);
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    transition: .3s ease;
}
.strategy.open:after {
    background: none !important;
}
.strategy:after {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, #eff3fb  28%, hsla(0, 0%, 100%, 0)) !important;
     position: absolute; 
    bottom: 0;
    left: 0;
     opacity: 1; 
    transition: all .9s ease;
}
.strategy{
    overflow: hidden;
    margin-bottom: 100px;
    padding-bottom: 0;
    position: relative;
}
div#moreContent {
    padding-bottom: 90px;
}
 .section-title {
      font-weight: bold;
      font-size: 2rem;
    }
    .left-heading {
      font-size: 0.9rem;
      font-weight: bold;
      position: relative;
      padding-right: 40px;
      text-transform: uppercase;
    }
    .left-heading::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 40px;
      height: 1px;
      background-color: #000;
      transform: translateY(-50%);
    }
    .icon-box {
      text-align: center;
      padding: 20px;
    }
    .icon-box img {
      width: 50px;
      height: 50px;
      margin-bottom: 15px;
    }
    .icon-text {
      font-size: 0.9rem;
    }


section.Sentius {
    /*background: #f4f4f4;*/
    padding: 40px 0px 0px;
}
.Sentius .row{
    align-items: unset;
}
.block-icon-grid__left {
    display: flex;
    margin-top: 9px;
    align-items: center;
}
.block-icon-grid__line {
    background: black;
    height: 2px;
    margin-left: 19px;
    margin-top: 9px;
    width: 111px;
}
h5.block-icon-grid__subtitle {
    margin: 0px;
}
.hero-content h1 {
    text-transform: capitalize;
}
.block-icon-grid__subtitle p {
    margin: 0px !important;
}


