.container-banner.full-width .showcase-panel {
  width: 80%;
  min-height: 70px;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.49) 42%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5) 58%,
    rgba(0, 0, 0, 0.25) 100%
  );
}

.container-banner.full-width .showcase-title {
  margin-top: 10px;
  color: #fff;
  font-family: "Playfair Display", Verdana, Helvetica, Arial, sans-serif;
  font-size: 27px;
  line-height: 1.3;
}

.container-banner.full-width .showcase-subtitle {
  color: #fff;
  font-family: "PT Serif", Verdana, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.container-banner.full-width .showcase-cta {
  border: 1px solid #274850;
  border-radius: 3px;
  padding: 10px 15px;
  color: #5b645b;
  font-family: "Roboto", Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
  text-shadow: 1px 1px 2px #274850;
  background: linear-gradient(
    to bottom,
    #5a8d9b 0%,
    #69a5b2 12%,
    #5a8d9b 50%,
    #4b757f 96%,
    #436770 100%
  );
}

.container-banner.full-width .showcase-cta:hover,
.container-banner.full-width .showcase-cta:focus-visible {
  color: #5b645b;
  border-color: #3f506d;
  background: linear-gradient(
    to bottom,
    #5a729c 0%,
    #708ec1 12%,
    #5a729c 50%,
    #485b7c 94%,
    #3f506d 100%
  );
}

/* ── jp-showcase: homepage-specific overrides for mod_jrshowcase ── */
/* Exact values from J3 .fp-roksprocket-showcase-maintop compiled demo CSS */

/* 1. Section wrapper */
.home-section--showcase {
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. The entire module container — teal gradient matching J3 .box1 */
.home-section--showcase .layout-showcase {
    background: linear-gradient(to bottom, #5a8d9b 0%, #69a5b2 12%, #5a8d9b 50%, #4b757f 96%, #436770 100%);
    border: 1px solid #274850;
}

/* 3. Remove module's own row bg so the layout gradient shows through */
.home-section--showcase .jr-showcase-row {
    background-color: transparent;
}

/* 4. Image column — J3: padding:0 5px 0 0 (only 5px on the right) */
.home-section--showcase .jr-showcase-image-col {
    padding: 0 5px 0 0 !important;
}

.home-section--showcase .jr-showcase-img {
    box-shadow: none;
    border: none;
    object-fit: cover;
}

/* 5. Title — J3: font-family:'playfairdisplay', font-weight:bold, font-size:1.85em, line-height:1.25em */
.home-section--showcase .jr-showcase-title a {
    font-family: 'Playfair Display', 'playfairdisplay', Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.85em;
    line-height: 1.25em;
    color: #5b645b;
    text-shadow: 1px 1px 3px #4e7c88;
    letter-spacing: normal;
    text-decoration: none;
}

.home-section--showcase .jr-showcase-title a:hover {
    color: #ffffff;
}

/* 6. Description — J3: font-size:1em, line-height:1.65em, color:#c8dadf */
.home-section--showcase .jr-showcase-desc {
  font-family: 'ptserif', Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    line-height: 1.45em;
    color: #fff;
}

/* 7. "Read More" — J3: plain transparent underlined link, color:#c8dadf */
.home-section--showcase .jr-showcase-readon {
    padding: 0;
    border: none;
    border-bottom: none;
    background: transparent;
    color: #c8dadf !important;
    text-decoration: underline;
    text-transform: none;
    text-shadow: none;
    font-weight: normal;
    font-size: inherit;
    letter-spacing: normal;
}

.home-section--showcase .jr-showcase-readon:hover {
    color: #ffffff !important;
    border-color: transparent;
    border-bottom-color: transparent;
    background: transparent;
}

/* 8. Pagination dots — J3: bottom:0, left:66.66667%, margin-left:10px (below readmore in content col) */
.home-section--showcase .jr-showcase-indicators {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 10px;
    margin-left: 10px;
    justify-content: flex-start;
}

.home-section--showcase .jr-showcase-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    margin: 0 4px !important;
    opacity: 0.4 !important;
    padding: 0;
}

.home-section--showcase .jr-showcase-indicators button.active {
    background-color: #ffffff !important;
    opacity: 1 !important;
}

/* ── Showcase Cards (3-column custom module below carousel) ── */
.bdca-showcase-cards {
    padding: 20px 0 10px;
}

.bdca-card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.bdca-card-img-wrapper img {
    width: 100%;
    display: block;
}

.bdca-icon-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    color: #000;
}


.bdca-card-caption {
    margin-top: 10px;
    font-family: 'roboto', Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000000;
}


.bdca-learnmore {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #5b645b !important;
    text-decoration: none;
}

.bdca-learnmore:hover {
    text-decoration: underline;
}


.home-section.home-section--tiles {
	background: #1b1b1b;
	background: -moz-linear-gradient(top, #1b1b1b 0%, #383838 4%, #4e4e4e 13%, #232323 63%, #010101 84%, #010101 94%, #0d0d0d 100%);
	background: -webkit-linear-gradient(top, #1b1b1b 0%,#383838 4%,#4e4e4e 13%,#232323 63%,#010101 84%,#010101 94%,#0d0d0d 100%);
	background: linear-gradient(to bottom, #1b1b1b 0%,#383838 4%,#4e4e4e 13%,#232323 63%,#010101 84%,#010101 94%,#0d0d0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#0d0d0d',GradientType=0 );
}

/* jr show strips */
.mod-jrshowcase.layout-strips .rt-strips-tag {
	color: #ffffff;
	position: absolute;
	top: 250px;
	left: 20px;
	font-family: 'roboto', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 10px;
	background: #b3c4c9;
	line-height: 1;
	border-radius: 3px;
}

@media (max-width: 768px) {
  .container-banner.full-width .showcase-panel {
    width: 90%;
  }

  .container-banner.full-width .showcase-title {
    margin-top: 20px;
    font-size: 22px;
  }

  .container-banner.full-width .showcase-cta {
    display: none;
  }
}
