/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
.certified-reviews-section .review-cards {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin: 20px 0;
}
.review-card {
    background: #fff3f3;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.feature-highlights {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    text-align: center;
}
.feature {
    max-width: 200px;
}
.newsletter-banner {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 20px;
}
.newsletter-banner input {
    padding: 10px;
    width: 250px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
}
.newsletter-banner button {
    padding: 10px 20px;
    background: #f44336;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.kiza-story-section {
  max-width: 600px;
  margin: 40px auto;
  text-align: left;
  font-family: 'Arial', sans-serif;
}

.story-top .subtitle {
  font-size: 14px;
  margin: 0;
}

.story-top .title {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 500;
}

.decorated-line {
  position: relative;
  margin: 20px 0;
}

.decorated-line hr {
  border: none;
  border-top: 1px solid #aaa;
  margin: 0;
}

.decorated-line .line-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px; /* adjust size */
}

.main-heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .elementor-8186 .elementor-element.elementor-element-846d0f7 {
    position: relative; /* Needed for absolute positioning inside */
  }

  .elementor-8186 .elementor-element.elementor-element-846d0f7::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    height: 90%;
    width: 1px; /* Ensure it takes up space */
    background-color: rgba(102, 102, 102, 0.32); /* Convert hex + opacity to rgba */
    pointer-events: none;
  }
}



/****************************************************************/
/****************************************************************/
/****************************************************************/
