h3 {font-weight: 600;}

/* START Info Panel Section */

/* =========================================================
   Custom Info Panel - Shared Structure
   ========================================================= */

.custom-info-panel-section-title {
    margin-bottom: 1.8rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #164f73;
    padding: 10px;
    border-bottom: 2px solid #d8d8d8;
}

.custom-info-panel-section-title .fa {
    color: #2f6f7e;
    font-size: 1em;
    margin-right: 8px;
}

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

.custom-info-panel-box {
    flex: 1 1 0;
    box-sizing: border-box;
    padding: 0;
    border-radius: 10px;
    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;
    font-size: 1.1em;
    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 - Shared
   ========================================================= */

.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;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #005c99;
    letter-spacing: 0.5px;
}

.search-list-item a:hover {
    background-color: #003d66;
    text-decoration: underline;
}

.search-list-item li a::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}


/* =========================================================
   Info Panel Variation - Single Box with List + Image
   ========================================================= */

.custom-info-panel-single-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.custom-info-panel-single-list {
    flex: 1 1 0;
}

.custom-info-panel-single-image {
    flex: 1 1 0;
    text-align: center;
}

.custom-info-panel-single-image img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}


/* =========================================================
   Custom Info Panel - Mobile
   ========================================================= */

@media (max-width: 992px) {

    .custom-info-panel-container {
        flex-direction: column;
        margin: 0;
        gap: 0;
    }

    .custom-info-panel-box {
        width: 100%;
        margin: 20px 0;
    }

    .custom-info-panel-single-content {
        flex-direction: column;
        gap: 20px;
    }

    .custom-info-panel-single-list,
    .custom-info-panel-single-image {
        width: 100%;
    }

}

/* END Info Panel 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,
.custom-heading4 .fa-regular,
.custom-heading4 .fa-brands {font-size: 1.5em;}


/* START Custom Container 5 */
.custom-container5 h3 {font-size: 1.3em; font-weight: 700;}
.custom-container5 img {width: 180px; height: auto;}
.custom-container5 li {margin-bottom: 10px;}
.custom-heading5 {font-size: 1.1em; font-weight: 600;}

/* 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 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 */
