.region-page-title {
  text-align: center;
  padding: 4px 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  background-color: var(--mp-blue);
}

h1 {
  color: #ffffff !important;
}

h3 {font-weight: 600; font-size: 1.3em;}

#page-title .block {
  margin-bottom: 0;
}

/* START Hero Section */
.hero-section {
  display: inline-block;
}

.hero-section img {
  float: left;
  width: 300px;
  height: auto;
  margin: 10px 20px 10px 0;
}

@media (max-width: 500px) {
  .hero-section img {
    float: left;
    width: 100%;
    height: auto;
  }
}
/* END Hero Section */

/* START Info Panel Section */
.custom-info-panel-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.custom-info-panel-box {
  flex: 1 1 0;
  box-sizing: border-box;
  padding: 0;
  border-radius: 10px; margin: 20px;
  background-color: var(--light-background-color5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-info-panel-box h3 {
  color: #ffffff; font-weight: 500;
  margin: 0;
}

.custom-info-panel-title {
  padding: 10px 10px 10px 20px;
  background-color: rgba(0, 92, 153, 1);
  border-radius: 10px 10px 0 0;
}

.custom-info-panel-content {
  padding: 20px;
}

.search-list-item {
    list-style-type: none;
    padding: 0;
}

.search-list-item li {
    margin: 10px 0;
}

.search-list-item a {
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #005c99; letter-spacing: 0.5px;
}

.search-list-item a i {
    margin-right: 10px;
    color: #ffffff;
}

.search-list-item a:hover {
    background-color: #003d66;
    transform: scale(1.05); text-decoration: underline;
}

.price-range:nth-child(odd) {
    background-color: #006699;
}

.price-range:nth-child(even) {
    background-color: #0073e6;
}



/*
.custom-info-panel-content .search-list-item a {
  font-size: 1.1em;
  text-decoration: underline 1px;
}

.custom-info-panel-content .search-list-item li {
  margin-bottom: 14px;
}

*/

@media (max-width: 992px) {
  .custom-info-panel-container {
    flex-direction: column;
    margin: 0;
  }
  .custom-info-panel-box {
    width: 100%;
    margin: 20px 0;
  }
}
/* END Info Panel Section */

.nbsp-spacer {
  line-height: 0.5em;
}

.nbsp-section-spacer {
  line-height: 40px;
}

.search-list-item li a::before {
      content: "\f015"; /* Unicode for the Font Awesome home icon */
      font-family: "Font Awesome 5 Free";
      font-weight: 900; /* Font Awesome icons are usually bold */
      margin-right: 10px; /* Optional spacing */
    }
    
    
/*START FAQ Section*/
.faq-container .nbsp-spacer {
  line-height: 1.5em;
}
.faq-container .fas {color: #3498db; font-size: 1.8em;}
.faq-question {font-size: 1.1em; text-decoration: underline;}
.faq-answer {padding-bottom: 4px;}
.faq-container li {margin-bottom: 10px;}
/*END FAQ Section*/   



/* START Text on Right and Image on Left Section */
.text-right--image-left img {
  float: right;
  width: 300px;
  height: auto;
  margin: 10px 0 10px 20px;
}

@media (max-width: 500px) {
  .text-right--image-left img {
    float: right;
    width: auto;
    height: auto;
    max-height: 256px;
  }
}
/* END Text on Right and Image on Left Section */

.custom-heading4 {font-size: 1em; font-weight: 700; margin-top: 16px;}
.custom-heading4 .fa-solid {font-size: 1.5em;}


/* START Custom Container 5 */

.custom-container5 img {width: 180px; height: auto;}

.custom-container5 li {margin-bottom: 10px;}

.custom-heading5 {font-size: 1.1em; font-weight: 700;}

/* END Custom Container 5 */

/* START Text on Right and Image on Left Section */
.image-right--text-left {
display: inline-block;
}

.image-right--text-left img {
  float: left;
  margin: 5px 20px 10px 0; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); border-radius: 6px;
}

@media (max-width: 500px) {
  .image-right--text-left img {
  float: none;
  width: auto; height: auto; max-height: 256px;
  margin: 20px;
  }
  
  .image-right--text-left {
display: block;
}

.home-styles-cape img {width: 256px; height: auto;}
}
/* END Text on Right and Image on Left Section */

/* START Custom Banner Notice */
.custom-banner-notice-container  {border-radius: 10px;
  background-color: var(--light-background-color5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px;}
  
  .custom-banner-notice-heading {font-size: 1.2em; font-weight: 600; text-align: center;}
  
  .custom-banner-notice-content {text-align: center;}
  
  .custom-banner-notice-container .fas.fa-bell {color: red;}
  
  /* END Custom Banner Notice */
  
/* START Info Panel Section 2 */
.custom-info-panel-container2 {
    border-radius: 10px;
    background-color: var(--light-background-color5);
}

.custom-info-panel-intro2 {
    padding: 15px 20px 0 20px;
    font-size: 1.1em;
}

.custom-info-panel-box2-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.custom-info-panel-box2 {
    flex: 1 1 0;
    box-sizing: border-box;
    padding: 0;
}

.custom-info-panel-content2-img {
    text-align: center;
}

.custom-info-panel-box2 img {
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.custom-info-panel-container2 h3 {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.custom-info-panel-title2 {
    flex: 0 0 100%;
    padding: 10px 10px 10px 20px;
    background-color: rgba(0, 92, 153, 1);
    border-radius: 10px 10px 0 0;
}

.custom-info-panel-content2 {
    padding: 20px;
}

@media (max-width: 1200px) {
    .custom-info-panel-content2 {
    padding: 10px;
}
    }

@media (max-width: 992px) {
    .custom-info-panel-box2-container {
        flex-direction: column;
        margin: 0;
    }

    .custom-info-panel-box2 {
        width: 100%;
        margin: 20px 0;
    }
}
/* END Info Panel Section 2 */

/* START Top Reasons */
.top-reasons-fa {font-size: 1.8em;}
.top-reasons img {width: 350px; height: auto;}
/* END Top Reasons */

/* START Pros Cons */
.pros-cons-container li {margin-bottom: 10px;}
.pros-cons-heading-ul {font-size: 1.1em;
    font-weight: 600; text-decoration: underline;}
.pros-cons-container .fas, .pros-cons-container .fa {font-size: 1.6em;}
.pros-cons-container img {width: 220px; height: auto;}
/* END Pros Cons */

/* START What to Consider */
.what-to-consider .fa-solid {color: #3498db; font-size: 1.6em;}
/* END What to Consider */
