/** Customers Section Styles ***/
.post-type-archive-casestudy .site-header .header-content .header-content-inner,
.post-type-archive-casestudy .site-header .header-content .header-content-inner p,
.post-type-archive-casestudy .site-header .header-content .header-content-inner h1{
	color: var(--sblue);
}
.post-type-archive-casestudy .site-header .header-content .header-content-inner h1{font-weight: 600;}
.post-type-archive-casestudy .site-header .header-content .header-content-inner p{
	max-width: 970px;
	width: 100%;
	margin: auto;
}
body.post-type-archive-casestudy .site-header.dark{padding: 10px 0!important}
.post-type-archive-casestudy .site-header .gradient{
	background-image:none;
	background-color: #fafafa;
}
.post-type-archive-casestudy .site-header:after{
	display: none;
}
@media (min-width: 1200px) {
    .custmr-inner h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }
}
/*carousel - v2*/
.customers-carousel{
	background-color: #fafafa;
	overflow: hidden;
}
.carousel-container{
	width: 100%;	
	max-width: 1400px;
	margin: auto;
	overflow: hidden;
}
.swiper-container1 {
  width: 420px;
  padding-top: 10px;
  padding-bottom: 80px;
  margin: auto;
  
}
@media(min-width:800px){
	.swiper-container1 {width: 556px;}
}
.swiper-slide{
  width: 300px;
  border: solid 1px #ccc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
}
.swiper-slide h3{
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 10px 0 0;
    margin: 0;
}
.swiper-slide h3:hover{cursor: pointer;}
.swiper-slide .customer-carousel-logo img{
	width: 100%;
	max-width: 200px;
	margin: auto;
	display: block;
}
.swiper-slide .vidyard-player-container{
	border: none;
	box-shadow: none;
}
.swiper-slide .vidyard-player-container .play-button {    
	background-color: #000!important;
	border: solid 2px #fff;
	width: 190px;
	height: 50px;
	border-radius: 50px; 
	top:auto; bottom:2px
} 
.swiper-slide .vidyard-player-container .play-button .arrow-size { position: absolute; top:8px; left: auto;  width: 20px; height: 30px; margin: 0; overflow: hidden;right:15px;}
.swiper-slide .vidyard-player-container:hover .play-button{background-color:#000!important}

.swiper-slide .vidyard-player-container .play-button:before { 
	display: block; content: 'Watch Now'; 
	position: absolute; bottom:5px; left: 22px; 
	color: #fff;font-weight:600; font-size: 20px;
} 

.swiper-slide:not(.swiper-slide-active) .vidyard-player-container:before{
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	content: '';
	height: 100%;
	position: absolute;
	top:0; bottom: 0;
	width: 100%;
	z-index: 1;
	transition: background-color .3s easy-out;
}

.swiper-container1 .swiper-button-next,
.swiper-container1 .swiper-button-prev{
	background-color: #fff;
	background-image: none;
    border-radius: 50%;
    height: 56px;
	opacity: 1;
	text-align: center;
	top:36%;
	visibility: visible;
    width: 56px;
}
.swiper-container1 .swiper-button-next i,
.swiper-container1 .swiper-button-prev i{
	color: #222;
	font-size: 30px;
    line-height: 56px;}

.swiper-container1 .swiper-button-prev{left:-80%;}
.swiper-container1 .swiper-button-next{right:-80%;}
.swiper-container1.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: #d9d9d9!important; 
	border: solid 1px #273749;
	width: 19px !important;
    height: 19px !important;
    margin: 0 9px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #273749!important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before{display: none}
#vidyard-overlay-wrapper{z-index: 999}
.post-type-archive-casestudy .scroollgs-shadow{z-index: 1!important}

/**/
.archive.post-type-archive-casestudy .site-header.dark .right_side_inner{
	border-radius: 0;
	border:none;
	padding: 0;

}
.archive-customers{
	background-color: #f5f5f5;
}

.customer-block{
	padding-bottom: 20px;
}
.customers{
	padding: 40px 30px;
}
.customer-item{
	border-radius: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: block;
	height: 100%;
	padding-bottom: 50px;
	position: relative;
	transition: box-shadow 0.2s ease;
}
.customer-item:hover{
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.55);
}
.customer-logo-link{
	display: block;
	width: 100%;
}
.customer-logo{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	height: 60px;
	margin: 10px 45px;	
}
.cust-industry{
	padding: 10px 30px 3px;
}
.single-casestudy .cust-industry{
	padding: 0px 0px 15px;	
	text-align: center;
}
.cust-industry a,
.cust-industry span{
	background: #EFF0F3;	
	border-radius: 40px;
	border: 1px solid #EFF0F3;
	color: #222;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
	padding: 3px 15px;
}
.single-casestudy .cust-industry a{
	padding: 5px 30px;	
	margin-bottom: 10px;
}
.cust-industry a:hover{
	background: #666;	
	color: #fff;

}
.customer-info{
	border-top: 1px solid rgba(194, 209, 217, 0.80);
	color: #647481;
	font-size: 18px;
}
.customer-info h3{
	color: #273749;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	padding: 10px 30px 0px;
}
.customer-info h3 a{
	color: #273749;
	font-size: 24px;
	font-weight: 600;
	margin: o; padding: 0;	
}
.customer-info .customer-info-exc{
	font-size: 14px;
	padding: 10px 30px;
}
.customer-info-cta{
	bottom: 20px;
	left:30px;
	position: absolute;

}
.cta-arrow{
	color: #647481;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	position: relative;
}
.cta-arrow:after{
	color: #000;
	display: block;
	font-family:"Font Awesome 6 Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	content: '\f0a9';
	left: 100px;
	line-height: normal;
	top: 4px;
	position: absolute;
	transition: left 0.2s ease;
}
.customers .cta-arrow:after{
	top: 8px;
}


@media (min-width:992px){
	.customer-logo{height: 100px};
}
.row.sidebar_row .customers-sidebar #sidebar{
	margin: 30px 0;
}
.customers-sidebar .facetwp-type-search input{
	font-size: 14px;
}
.archive .customers-sidebar .fs-option-label,
.archive .customers-sidebar .facetwp-type-fselect .fs-label-wrap{
	color: #666;
}
.archive .customers-sidebar .fs-wrap.multiple .fs-option.selected .fs-checkbox i{
	background-color: #00c895;
}
.archive .customers-sidebar .fs-search{display: none}
.facetwp-facet-customers_sort_by select{
	border:1px solid #d1d1d1;
	border-radius: 40px;
	font-size: 14px;
	color: #666;
	padding:14px 50px 14px 30px;
	position: relative;
	width: 100%;
appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;	
}
.archive .customers-sidebar .fs-label-wrap .fs-label,
.customers-sidebar .facetwp-type-search input,
.facetwp-facet-customers_sort_by select{
	border: 1px solid rgba(0, 0, 0, 0.20);
	background: rgba(255, 255, 255, 0.20);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;   

}
.customers-sidebar{position: relative;}
.customers-sidebar  .facetwp-facet-customers_sort_by:after {
    color: #00C895;
    content: "\f078";
    cursor: pointer;
    display: block;
    font-family: "Font Awesome 6 Pro",sans-serif;
    font-size: 20px;
    font-weight: 900;
    height: 20px;
    right: 30px;
    pointer-events: none;
    position: absolute;
    top: 19px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
 }
.filters-reset-button{
    display: block;
    position: absolute;
    right: 30px;
    top: 2px;
    width: 20px;
    height: 30px;

}
.filters-reset-button a{display: block;position: relative;}
.filters-reset-button a:hover{cursor: pointer;}
.filters-reset-button i.far {font-size: 21px;}
.filters-reset-button a:after {
    background: #fff;
    border: solid 1px #c2c2c2;
    border-radius: 5px;
    content: 'Reset Filters';
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    padding: 3px;
    position: absolute;
    right: 20px;
    text-align: center;
    transition: opacity 0.3s ease;
    top: 3px;
    width: 96px;
}
.filters-reset-button a:hover:after{
	opacity: 1;
}

@media(max-width:767.9px){
	.row.sidebar_row #sidebar #facet_stack_widget-12-customers_industries.widget{
		margin-bottom: 10px;
	}
}

/* Customer single pages */
/* Style for header */
@media (min-width: 768px){
	.single.single-casestudy .site-header .header-content .header-content-inner .right_side {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.93333%;
	    flex: 0 0 41.93333%;
	    max-width: 41.93333%;
	}
	.single.single-casestudy .site-header .header-content .header-content-inner .left_side{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 49.66667%;
	    flex: 0 0 49.66667%;
	    max-width: 49.66667%;	
	}
}

.single_custm_resources{
    margin: 50px 0;
	background-color: #f5f5f5;
	padding: 30px;
}
.single_custm_resources h4{
	margin: 0 0 20px;
}
.single_custm_resources i {
	padding:5px 15px 0 0;
	position: relative;
	left:0;
	transition: left 0.2s ease;
	top:2px;
	vertical-align: top;
	width: 25px;
}
.single_custm_resources p:hover i{
	left:5px;
}
.single_custm_resources p a{
	display: inline-block;
	font-weight: 600;
	line-height: 1.4;
	width: calc(100% - 30px);
}
.single_custm_resources a:hover:before,
.single_custm_resources a:before{
	display: none!important;
}
.custmr-right-content .single_custm_link p {
	font-size: 18px;
}

/* Style for rightside bar */
.header-casestudy-detail .right_side .right_side_qauthor{
	text-align: left;
	color: #fff;
}
.header-casestudy-detail .right_side .right_side_inner{
	max-width: 90%;
	margin: 40px auto 0;
}
.header-casestudy-detail .right_side .right_side_inner .right_side_qauthor .qname-qtitle,
.header-casestudy-detail .right_side .right_side_inner blockquote p{
	font-size: 16px;
    line-height: 1.65;
}
.header-casestudy-detail .right_side .right_side_inner blockquote {
	font-size: 18px;
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;

}
.header-casestudy-detail .right_side .right_side_inner blockquote:before {
    background: url(https://solace.com/wp-content/themes/orbit-media/resources/images/quotes.svg) no-repeat center / 100% 100%!important;
    height: 91px;
    color: rgba(255, 255, 255, 0.2);
    content: '';
    left: -40px;
    line-height: 120px;
    padding: 0;
    position: absolute;
    top: -70px;
    width: 100px;
    z-index: 1;
}    
@media (min-width:992px){
	.single .site-header .header-casestudy-detail .right_side .right_side_inner{
		margin-top: 0;
		max-width: 100%;
	    padding: 55px 40px 40px;

	}
	.header-casestudy-detail .right_side .right_side_inner blockquote:before{
		left: -72px;
		top: -100px;
		width: 140px;
	}
}

.custmr-right-btn {
	margin-top: 30px;
}

.single-casestudy a.button-dark:hover {
	color: #fff!important;
}

@media (min-width:992px){
.single-casestudy .custmr-inner {
    padding: 60px 60px 60px 0;
	}
}

/* Style for the quote container */
.single-casestudy .quote-container {
	align-items: center;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	margin-top: 50px; 
	padding: 1px 0  10px 20px;
}
.single-casestudy .quote-person{
	padding-left: 15px;
}
.single-casestudy .custmr-right-company .quote-content blockquote {
	margin-bottom: 15px;
	padding-left: 0;
}

.single-casestudy .custmr-right-company .quote-content blockquote:before {
	background-image: none;
	content: '\201C';
	color: #ccc;
	font-size: 90px;
	line-height: 1;
	font-family: Georgia, serif;
	font-style: normal;
	left: auto;
	right: 30px;
	top: -40px;
	width: auto;
	height: auto;
}
.single-casestudy .quote-content  blockquote,
.single-casestudy .quote-content  blockquote p {
	font-size: 16px;
	font-style: italic;
	line-height: 2;
	padding: 10px;
}

.single-casestudy blockquote.customer-detail-quote__text p {	
    color:white;
}

@media (min-width: 768px) {
.single-casestudy .quote-content {
	margin: 20px 0 15px 0; 
	}
}

.single-casestudy .quote-image  {
	background: lightgray;
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: inline-block;
	margin-right: 15px;
	max-width: 90px;
	position: relative;
	vertical-align: top;
	width: 90px;
	height: 90px;
	
}

.single-casestudy .quote-name-title {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	vertical-align: baseline;
	width: calc(100% - 120px);	
}

.single-casestudy .quote-name-title strong {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.single-casestudy .quote-name-title p {
	line-height: 1.5;
} 

.single-casestudy .right-content p {
	margin-top: 50px;
}


/* ============================================================
   Customer Detail Page — New Design
   ============================================================ */

/* Hide the site-header for new-layout pages (hero is in the template). */
.customer-new-layout .site-header {
    display: none !important;
}

/* --- Hero --- */
.customer-detail-hero {
    position: relative;
    background-image: url('https://solace.com/wp-content/plugins/solace-case-studies/resources/images/template-bg.png');
    background-size: cover;
    background-position: bottom center;
    text-align: center;
    padding: 20px 0 0;
    overflow: hidden;
}

/* Dark mode: white text (use with dark background images) */
.customer-detail-hero--dark {
    color: #fff;
}
.customer-detail-hero--dark .page-title,
.customer-detail-hero--dark h1,
.customer-detail-hero--dark h2,
.customer-detail-hero--dark p {
    color: #fff;
}
.customer-detail-hero--dark .hero-stat__value,
.customer-detail-hero--dark .hero-stat__desc {
    color: #fff;
}
.customer-detail-hero--dark .customer-detail-hero__wave svg path {
    fill: #ffffff;
}

/* Light mode: dark text (use with light background images) */
.customer-detail-hero--light {
    color: #3F4955;
}
.customer-detail-hero--light .page-title,
.customer-detail-hero--light h1,
.customer-detail-hero--light h2,
.customer-detail-hero--light p {
    color: #3F4955;
}
.customer-detail-hero--light .hero-stat__value {
    color: #3F4955;
}
.customer-detail-hero--light .hero-stat__desc {
    color: #666;
    opacity: 1;
}
.customer-detail-hero--light .customer-detail-hero__wave svg path {
    fill: #ffffff;
}
.customer-detail-hero .page-title,
.customer-detail-hero h1 {
    color: #fff;
    margin-bottom: 33px;
    margin-top: 30px;
}

.customer-detail-hero__logo {
    margin: 0 auto 50px;
    max-width: 360px;
}
.customer-detail-hero__logo img {
    
    width: auto;
}
.customer-detail-hero__content {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0;
}
.customer-detail-hero__subtitle {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.92;
}
.customer-detail-hero__subtitle p {
    margin-bottom: 0;
}
.customer-detail-hero__stats {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 0 20px;
}
.customer-detail-hero__stat {
    flex: 0 0 auto;
    min-width: 140px;
}
.hero-stat__value {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    background: linear-gradient(180deg, #00C895 0%, #093B5F 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-stat__desc {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.88;
    max-width: 210px;
    margin: 0 auto;
}
.customer-detail-hero__video {
    
    position: relative;
    z-index: 2;
    width: 90%;
    max-width:770px;
    margin: 40px auto;
}

.customer-detail-hero__video .vidyard-player-container, .customer-detail-hero__video .pltfm-images {
    max-width: 770px
}

.customer-detail-hero__video .container-fluid {
    padding: 0;
}
.customer-detail-hero__video-inner {
    position: relative;
    overflow: hidden;
}
.customer-detail-hero__video-inner iframe,
.customer-detail-hero__video-inner video,
.customer-detail-hero__video-inner object,
.customer-detail-hero__video-inner img,
.customer-detail-hero__video-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Image variant — let the image define the container height naturally */
.customer-detail-hero__video-inner--image {
    overflow: visible;
}
.customer-detail-hero__video-inner--image img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px 8px 0 0;
}
.customer-detail-hero__video-inner--image p {
    margin: 0;
    line-height: 0;
}

.customer-detail-hero__wave {
    position: relative;
    z-index: 3;
    line-height: 0;
    margin-top: -1px;
}
.customer-detail-hero__wave svg {
    width: 100%;
    display: block;
}

/* --- Body Layout --- */
.container-fluid.customer-detail__body {
    padding-top: 0;
    padding-bottom: 60px;
    max-width: 1400px;
}
.customer-detail__main {
    padding-right: 40px;
}

/* --- Content Sections --- */
.customer-detail-section {
    margin-bottom: 48px;
}
.customer-detail-section__heading {
    font-size: 44px;
    margin-bottom: 20px;

}
.customer-detail-section__intro {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 24px;
}

/* --- Checklist --- */
.customer-detail-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.customer-detail-checklist__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.customer-detail-checklist__icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.customer-detail-checklist__icon i {
    color: #00C895;
    font-size: 28px;
    display: block;
}
.customer-detail-checklist__content {
    flex: 1;
}
.customer-detail-checklist__title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #3F4955;
    margin-bottom: 4px;
}
.customer-detail-checklist__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* --- Quote Block --- */

/* Large circular image on the left of the quote */
.customer-detail-quote__side-image {
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -60px;
}
.customer-detail-quote__side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Author row with optional headshot */
.customer-detail-quote__author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.customer-detail-quote__author-photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.customer-detail-quote__author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.customer-detail-quote {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}
.customer-detail-quote__inner {
    background: #093B5F;
    padding: 28px 33px;
    display: flex;
    align-items: center;
    gap: 48px;
}
.customer-detail-quote__left {
    flex: 1;
    min-width: 0;
}
.customer-detail-quote__text {
    font-size: 22px;
    line-height: 1.6;
    color: #fff;
    border: none;
    padding: 0;
    margin: 0 0 28px;
    font-style: italic;
}

.customer-detail-quote__text::before {
    display: none; 
}

.customer-detail-quote__author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
.customer-detail-quote__name {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.customer-detail-quote__role {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.customer-detail-quote__video {
    flex: 0 0 51%;
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}
.customer-detail-quote__video iframe,
.customer-detail-quote__video video,
.customer-detail-quote__video object,
.customer-detail-quote__video embed,
.customer-detail-quote__video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- Sticky Sidebar --- */
.customer-detail-sidebar {
    background: #fff;
    padding: 28px;
}
.customer-detail-sidebar__logo {
    margin-bottom: 20px;
    text-align: center;
}
.customer-detail-sidebar__logo img {
    max-height: 60px;
    width: auto;
}
.customer-detail-sidebar__description {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}
.customer-detail-sidebar__description p:last-child {
    margin-bottom: 0;
}
.customer-detail-sidebar__cta {
    margin-bottom: 28px;
}
.customer-detail-sidebar__cta .button {
    width: 100%;
}
.customer-detail-sidebar__meta {
    
    padding-top: 24px;
    margin-bottom: 28px;
}
.customer-detail-sidebar__meta-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    
}
.customer-detail-sidebar__meta-item:last-child {
    
    margin-bottom: 0;
}
.customer-detail-sidebar__meta-item dt {
    display: block;
    color: #3F4955;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}
.customer-detail-sidebar__meta-item dd {
    display: block;
    color: #666;
    font-size: 15px;
    margin: 0;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .customer-detail__body {
        padding-top: 40px;
    }
    .customer-detail__main {
        padding-right: 15px;
        margin-bottom: 48px;
    }
    .customer-detail-quote__side-image {
        left: 0;
    }
}
@media (min-width: 992px) {
    .customer-detail__sidebar-col {
        padding-left: 24px;
    }
    .customer-detail-sidebar {
        position: sticky;
        top: 120px;
    }
}
@media (max-width: 767px) {
    .customer-detail-hero__stats {
        gap: 24px;
    }
    .hero-stat__value {
        font-size: 36px;
    }
    .customer-detail-hero__stat {
        min-width: 120px;
    }
    .customer-detail-quote__inner {
        padding: 32px 24px;
        flex-direction: column;
    }
    .customer-detail-quote__video {
        flex: 0 0 auto;
        width: 100%;
    }
}

.customer-detail-hero--Dark.customer-detail-hero h1 {
    color: var(--sblue);
}


/* ============================================================
   Customer Detail — Full-Width Layout (show_sidebar = off)
   ============================================================ */

/* --- Divider --- */
.customer-detail-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 60px 0;
}

/* --- Meta Columns Row --- */
.customer-detail-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding: 10px 0;
}
.customer-detail-meta__item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.customer-detail-meta__icon {
    width: 83px;
    height: 83px;
    flex-shrink: 0;
    object-fit: contain;
}
.customer-detail-meta__text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #093b5f;
    line-height: 1.4;
}
.customer-detail-meta__label {
    font-weight: 600;
}
.customer-detail-meta__value {
    font-weight: 300;
}

/* --- At a Glance --- */
.customer-detail-glance {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.customer-detail-glance__left {
    flex: 0 0 290px;
    width: 290px;
}
.customer-detail-glance__right {
    flex: 1;
    max-width: 800px;
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
}
.customer-detail-glance__right p {
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
    margin-bottom: 26px;
}
.customer-detail-glance__heading {
    font-size: 44px;
    font-weight: 700;
    color: #093b5f;
    line-height: 1.1;
    margin-bottom: 20px;
}
.customer-detail-glance__description {
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
    margin-bottom: 20px;
}
.customer-detail-glance__description p {
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
    margin-bottom: 12px;
}
.customer-detail-glance__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.customer-detail-tag {
    display: inline-block;
    background: #f5f5f5;
    color: #093b5f;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.customer-detail-tag:hover {
    background: #093b5f;
    color: #fff;
}

/* --- 2-Column Sticky Sections (full-width layout only) --- */
.customer-detail--full .customer-detail-section {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 0;
}
.customer-detail--full .customer-detail-section__left {
    flex: 0 0 290px;
    width: 290px;
    position: sticky;
    top: 120px;
}
.customer-detail--full .customer-detail-section__right {
    flex: 1;
    max-width: 800px;
    min-width: 0;
}


.customer-detail--full .customer-detail-section__heading {
    font-size: 44px;
    font-weight: 700;
    color: #093b5f;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}
.customer-detail--full .customer-detail-section__subtitle {
    margin: 0;
}
.customer-detail--full .customer-detail-section__subtitle h3 {
    font-size: 24px;
    font-weight: 300;
    color: #093b5f;
    line-height: 1.3;
    margin: 0;
}
.customer-detail--full .customer-detail-section__left-body {
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
    margin-top: 16px;
}
.customer-detail--full .customer-detail-section__intro {
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
    margin-bottom: 26px;
}
.customer-detail--full .customer-detail-section__intro p {
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
    margin-bottom: 26px;
}

/* Checklist overrides for full-width layout */
.customer-detail--full .customer-detail-checklist__item {
    gap: 20px;
    margin-bottom: 25px!important;
}
.customer-detail--full .customer-detail-checklist__icon {
    background: none;
    border-radius: 0;
    width: 28px;
    height: 28px;
    margin-top: 3px;
}
.customer-detail--full .customer-detail-checklist__title {
    display: inline;
    font-size: 16px;
    color: #093b5f;
    font-weight: 700;
}
.customer-detail--full .customer-detail-checklist__desc {
    display: inline;
    font-size: 16px;
    font-weight: 300;
    color: #093b5f;
    line-height: 30px;
}

/* Quote block overrides for full-width layout */
.customer-detail--full .customer-detail-quote {
    margin-top: 32px;
    border-radius: 15px;
}
.customer-detail--full .customer-detail-quote__inner {
    border-radius: 15px;
    padding: 35px;
    gap: 45px;
}
.customer-detail--full .customer-detail-quote__text {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
.customer-detail--full .customer-detail-quote__name {
    font-size: 14px;
    line-height: 22px;
}
.customer-detail--full .customer-detail-quote__role {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.customer-detail--full .customer-detail-quote__video {
    flex: 0 0 351px;
    width: 351px;
    height: 206px;
    aspect-ratio: unset;
    border-radius: 6px;
    margin-top: 0;
    padding-bottom: 0;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .customer-detail-glance,
    .customer-detail--full .customer-detail-section {
        flex-direction: column;
        gap: 32px;
    }
    .customer-detail-glance__left,
    .customer-detail--full .customer-detail-section__left {
        flex: none;
        width: 100%;
        position: static;
    }
    .customer-detail-glance__right,
    .customer-detail--full .customer-detail-section__right {
        max-width: 100%;
    }
    .customer-detail--full .customer-detail-quote__video {
        flex: none;
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;
        position: relative;
    }
}
@media (max-width: 767px) {
    .customer-detail-meta {
        flex-direction: column;
        padding: 40px 0 10px;
    }
    .customer-detail-meta__icon {
        width: 60px;
        height: 60px;
    }
    .customer-detail-glance__heading,
    .customer-detail--full .customer-detail-section__heading {
        font-size: 32px;
    }
    .customer-detail--full .customer-detail-quote__inner {
        flex-direction: column;
        gap: 24px;
        padding: 28px 24px;
    }
}

.slider-autoplay.pageblock {
    margin: 60px 0;
}