  @charset "UTF-8";
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
.font-sofia{
	font-family: "Sofia Sans Extra Condensed", sans-serif;
}

/* CSS Document */
.main-slider-holder{
	display: none;
}
.top-slide .btn25{
	height: 48px;
    border-radius: 25px;
    line-height: 44px;
    width: 180px;
    font-size: 18px;
}

.top-slide .carousel-item{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: left;
	font-size:1.3em;
	line-height: 1.2em;
	padding:0 100px;
	height: 400px;
	color: rgba(255,255,255,.7);
}
.top-slide .carousel-control-next, .top-slide .carousel-control-prev{
	width: 60px;
}
.top-slide .carousel-item h1,.top-slide .carousel-item h2{
	color: #fff;
}
.top-slide .slide-001,.top-slide .slide-003{
	background-image:url("/assets/application/img/banners/cdr-bg.png");
}
.top-slide .slide-002{
	background-image:url("/assets/application/img/banners/v50-bg.png");
}
.top-slide .slide-white{
	color: #555;
}
.top-slide .slide-white h1,.top-slide .slide-white h2{
	color: #000;
}
.top-slide .slide-white h2{
	
}
.top-slide .slide-004{
	background-image:url("/assets/application/img/banners/modernization-bg.png");
}
.top-slide .carousel-item .container{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	flex-direction: column;
	text-align: center;
}
@media only screen and (max-width: 991.98px) {
	.top-slide .carousel-item{
		font-size: 1.2em;
		height: 380px;
	}
	.top-slide .carousel-item h1{
		font-size: 2.2em;
	}
	.top-slide .carousel-item h2{
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 767.98px) {
	.top-slide .carousel-control-next{
		justify-content:flex-end;
	}
	.top-slide .carousel-control-prev{
		justify-content: flex-start;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon{
		width:30px;
	}
	.top-slide .carousel-item{
		padding:0 20px;
		height: 340px;
	}
	.top-slide .carousel-item h1{
		font-size: 1.6em;
	}
	.top-slide .carousel-item h2{
		font-size: 1.45em;
	}
	.top-slide .btn25{
		height: 38px;
		border-radius: 20px;
		line-height: 34px;
		width: 100%;
		display: block;
		font-size: 14px;
	}
}
@media only screen and (max-width: 479.98px) {
	.top-slide .carousel-item{
		height: 300px;
		font-size: 1.1em;
	}
}

/* Reset and Shape Indicators */
.custom-rect-indicators li {
    width: 8px !important;
    height: 6px !important;    /* Height of the rectangle */
    background-color: #cbd5e0; /* Default gray/muted color */
    border: none;
    border-radius: 3px;;
    opacity: 1;                /* Ensure color is solid */
    margin-right: 3px;
    margin-left: 3px;
    transition: background-color 0.3s ease, width .3s ease;
	cursor: pointer;
}

/* Active State - Teal color from screenshot */
.custom-rect-indicators li.active {
    width: 24px !important;
    background-color: #4fd1c5 !important; 
}

/* Position indicators slightly higher if needed */
.carousel-indicators {
    bottom: 20px;
}

/* Responsive adjustment for small screens */
@media (max-width: 768px) {
	.carousel-indicators {
		bottom: 0;
	}
	.custom-rect-indicators li{
		height: 4px!important;
	}
}

/*Section 1*/
.home-text{
	display: flex;
	height: 100%;
	justify-content: center;
  	align-items: center;
	flex-direction: column;
	text-align: center;
}
.home-text h1{
	line-height: 1.05em;
	margin-bottom: .5em;
	font-size:2.75rem;
}
.home-text .large-text{
	font-size: 22px;
	line-height: 1.4em;
}
.home-text .home-text-padding{
	padding-left:1em;
	padding-right: 1em;
}
.sus-top-holder,.home-expand{
	position: relative;
	min-height: 280px;
}
img.sus-top{
	position: absolute;
	height: 350px;
	max-width: 350px;
	top:-2em;
	left:0;
	z-index: 10;
	max-height: none;
}
.home-expand{
	background: #40C2CC;
	height: 440px;
}
.home-expand img{
	height: 400px;
	position: absolute;
	top:20px;
	max-height: none;
	max-width: none;
}
.home-expand.on-left img{
	left:20px;
}
.home-expand.on-right img{
	right:20px;
}
@media (max-width: 1350px){
	.home-expand{
		height: 380px;
	}
	.home-expand img{
		height: 340px;
	}
}
@media (max-width: 1200px){
	.home-expand{
		height: 356px;
	}
	.home-expand img{
		height: 300px;
	}
}
@media (max-width: 990px){
	.home-expand{
		height: 200px;
	}
	.home-expand img{
		height: 220px;
	}
}
@media (max-width: 767.98px){
	.home-text{
	}
	.home-text h1{
		font-size: 32px;
	}
	.home-text .large-text{
		font-size: 20px;
	}
	.home-text br{
		display:none;
	}
	.home-text .home-text-padding{
		padding-left:0;
		padding-right: 0;
	}
	.sus-top-holder{
		min-height: 220px;
	}
	img.sus-top{
		height: 220px;
		max-width: 220px;
		position: absolute;
		left:-.3em;
		top:auto;
		bottom:0;
	}
	.home-text.sm-left{
		text-align: left;
	}
	
	.home-expand{
		height: 320px;
	}
	.home-expand img{
		height: 280px;
	}
	.home-expand.on-left,.home-expand.on-right{
		margin-bottom:2em;
	}
	.home-expand.on-left img{
		right:auto;
		left:20px;
	}
	.home-expand.on-right img{
		left:auto;
		right: 20px;
	}
}

/*News*/
/* 1. Force horizontal layout */
.pov-slider {
    display: flex !important;
    flex-wrap: nowrap !important; /* Prevents cards from stacking */
    overflow-x: auto !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0 1.5em;
    margin: 0 -15px;
}

/* Hide scrollbars */
.pov-slider::-webkit-scrollbar { display: none; }
.pov-slider { -ms-overflow-style: none; scrollbar-width: none; }

/* 2. Responsive Card Widths */
.pov-card {
    flex: 0 0 33.333%; /* 3 cards on desktop */
    padding: 0 15px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
	.pov-slider {
		margin: 0 -5px;
	}
    .pov-card {
        flex: 0 0 50%; /* 2 cards on mobile */
    	padding: 0 5px;
    }
}

/* 3. Arrow Styling */
#page-content .pov-arrow {
    position: absolute;
    top: 40%;
    width: 36px!important;
	height: 36px!important;
    border: none!important;
    z-index: 100; /* Ensure it stays on top */
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	background-color:transparent!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 100% 100%!important;
	line-height: 36px!important;
	opacity: .5;
}

#page-content .pov-arrow:hover {
	opacity: 1;
}
.prev-arrow {
	left: -20px;
	background-image:url("/assets/application/img/pov-arrow-pre.png");
}
.next-arrow {
	right: -20px;
	background-image:url("/assets/application/img/pov-arrow-next.png");
}
.p-card{
	border:0;
	height: 100%;
	color:#666;
	display: block;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	transition: all .2s;
}
.p-card:hover{
	transform:scale(1.02,1.02);
}
.p-card .card-img-top{
	height: 200px;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}
.p-card .card-img-top img{
	max-height: none;
	max-width: none;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
.p-card h4{
	color:#000;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-card p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr-card{
	border:0;
	color:#666;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	margin-bottom:1em;
	margin-top:14px;
}
.pr-card p{
	margin-bottom:.25em;
}
.pr-card h4{
	margin-bottom:0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}
.pr-card a{
	text-decoration: none;
	color: #000;
}
.pr-card a:hover{
	text-decoration: underline;
	color: #006B86;
}

.q-card{
	border:0;
	background-color:#fff;
	border-radius: .25rem;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
	margin-bottom:.5em;
	display: flex;
	align-items: center;
	padding:15px 15px 15px 60px;
	position: relative;
	height: 62px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	transition: all .2s;
}
.q-card:hover{
	transform: scale(1.04,1.04);
	color: #006B86;
}
.q-card img{
	position: absolute;
	left:15px;
	top:15px;
	height: 32px;
}
@media (max-width: 600px) {
	.q-card{
		display: block;
		padding:15px;
		text-align: center;
		height: 100px;
	}
    .q-card img {
        position: static;
		display: block;
        margin: 0 auto .5em;
    }
}