* {
	font-family: "Nunito Sans", sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all 0.3s linear;
	scroll-margin-top: 6.25rem;
	outline: none;
}
html {
	scroll-behavior: auto !important;
}
img, .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
video, .wp-block-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.entry-content :where(.is-layout-flex) {
	gap: 0;
}
/* ---------------------------BUTTON STYLES STARTS HERE--------------------------- */
.is-style-primary-button, .is-style-secondary-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	cursor: pointer;
}
.is-style-primary-button a, .is-style-secondary-button a {
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	position: relative;
	white-space: nowrap;
	display: flex;
	align-items: center;
	border-radius: 2.063rem;
	padding: 0.813rem 3.5rem 0.813rem 1.375rem;
}
.is-style-primary-button a::after, .is-style-secondary-button a::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2026/03/white_btn_arrow.webp');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 1.024rem;
	right: 0.938rem;
}
.is-style-primary-button a::before, .is-style-secondary-button a::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 2.375rem;
	height: 2.375rem;
	right: 0.313rem;
}
/* Primary Btn */
.is-style-primary-button a {
	color: #FFFFFF;
	background-color: #F16B3B;	
}
.is-style-primary-button a::before {
	background-color: #ffffff;
}
.is-style-primary-button a::after {
	filter: invert(1);
}
/* Secondary Btn */
.is-style-secondary-button a {
	color: #F16B3B;
	background-color: transparent;
	border: 0.063rem solid #F16B3B;
}
.is-style-secondary-button a::before {
	background-color: #F16B3B;
}
/* ---------------------------TYPOGRAPHY STYLES STARTS HERE--------------------------- */
h1 {
	font-size: 2rem;
	line-height: 2.5rem;
}
h2 {
	font-size: 1.625rem;
	line-height: 2.125rem;
}
h3 {
	font-size: 1.375rem;
	line-height: 1.875rem;
}
h4 {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
h5 {
	font-size: 1rem;
	line-height: 1.5rem;
}
h6 {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
p {
	font-size: 1rem;
	line-height: 1.5rem;		
	font-weight: 400;
	color: #2B2B2B;
	font-style: normal;
}
p strong {
	font-weight: 700;
}
li {
	font-size: 1rem;
	line-height: 1.5rem;		
	font-weight: 400;
	color: #2B2B2B;
	font-style: normal;	
}
/* ---------------------------HEADER STYLES STARTS HERE--------------------------- */
.header_main {
	position: sticky;
	top: 0;
	z-index: 9999;
	padding: 0.938rem 0;
}
.header_main::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(37, 37, 37, 0.38) 0%, rgba(142, 142, 142, 0) 100%);
	backdrop-filter: blur(1.5rem);
	pointer-events: none;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
}
.hy-header-grp {
	position: relative;
	background-color: #1C4E89;
	padding: 1.25rem 0.938rem;
	border-radius: 1.875rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hy-desk-menu-grp {
	display: none;
}
/* Mobile Menu */
.hy-mob-menu {
	position: absolute;
	background: #1C4E89;
	border-radius: 1.875rem;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	max-height: 100%;
	overflow: hidden;
	transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.hy-mobile-menu-grp.open .hy-mob-menu {
	max-height: 43.75rem;
	transition: max-height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hy-mob-links {
	padding: 4.125rem 2.813rem 0 3.188rem;
}
.hy-mob-links > ul {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
}
.hy-mob-links > ul > li {
	font-weight: 400;
	font-size: 1.188rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	list-style-type: none;
}
.hy-mob-links > ul > li.active-sub {
	font-weight: 700;
}
.hy-mob-links > ul > li.menu-item-has-children > a {
	position: relative;
}
.hy-mob-links > ul > li.menu-item-has-children > a::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2026/03/path_icon_white.webp');
	background-size: cover;
	width: 0.625rem;
	height: 0.313rem;
	top: 0.625rem;
	right: -0.875rem;
}
.hy-mob-links > ul > li.active-sub.menu-item-has-children a::after {
	transform: rotate(-180deg);
}
/* Submenu */
.hy-mob-links ul.sub-menu {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	list-style-type: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hy-mob-links > ul > li.active-sub ul.sub-menu {
	max-height: 12.5rem;
	transition: max-height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hy-mob-links ul.sub-menu > li {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	padding-left: 0.625rem;
}
.hy-mob-links ul.sub-menu > li:first-child {
	margin-top: 0.375rem;
}
/* Logo */
.hy-logo {
	width: 11.25rem;
	height: auto;
}
.hy-logo a {
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
/* Toggle */
.hy-toggle-menu {
	width: 1.332rem;
	height: auto;
}
.hy-toggle-menu svg {
	overflow: visible;
}
.hy-toggle-menu svg path:nth-child(2), .hy-toggle-menu svg path:nth-child(3), .hy-toggle-menu svg path:nth-child(1) {
	transition: 0.5s;
	transform-box: fill-box;
	transform-origin: center;
}
.open .hy-toggle-menu svg path:nth-child(1) {
	transform: translateY(-5px) rotate(-45deg);
	transition: 0.5s;
}
.open .hy-toggle-menu svg path:nth-child(2) {
	transform: translateY(5px) rotate(45deg);
	transition: 0.5s;
}
.open .hy-toggle-menu svg path:nth-child(3) {
	transform: scaleX(0);
	transition: 0.5s;
}
/* Button */
.hy-mob-menu-btn {
	margin: 1.313rem 0 2.813rem 3.188rem;
}
/* ---------------------------FOOTER STYLES STARTS HERE--------------------------- */
.footer {
	background: #164495;
	padding: 3.75rem 0 1rem;
	overflow: hidden;
}
/* Footer One */
.footer .cd-footer-links-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
	margin-bottom: 2.5rem;
}
.cd-footer-links-col h4 {
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 0.313rem;
}
.cd-footer-links-col p {
	color: #E1E1E1;
}
.cd-footer-links-col p:not(:last-child) {
	margin-bottom: 0.625rem;
}
/* Footer Three */
.footer-three figure {
	width: 12.5rem;
	height: auto;
	margin: 0 auto 1.875rem;
	position: relative;
	display: flex;
	align-items: center;
}
.footer-three figure::before, .footer-three figure::after {
	content: '';
	position: absolute;
	height: 0.031rem;
	background-color: #FFFFFF80;
	width: 100%;
}
.footer-three figure::before {
	right: 100%;
}
.footer-three figure::after {
	left: 100%;
}
.footer-three p {
	font-weight: 500;
	color: #E1E1E1;
	text-align: center;
}
.footer-three p a {
	text-decoration: underline;
}
.foorter .cd-footer-legal {
	gap: 0.313rem;
}
.footer-three p:first-child {
	gap: 0.313rem;
}
/* Footer Contact */
.footer .cd-footer-links-col-row p:first-child {
	font-weight: 700;
	margin-bottom: 0;
}
.cd-footer-links-col-row p:first-child {
	position: relative;
}
.cd-footer-links-col-row p:first-child::before {
	content: ':';
	position: absolute;
	right: 0;
}
.footer .cd-footer-links-col-row {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	column-gap: 1.25rem;
	row-gap: 0;
	align-items: start;
}
.cd-footer-links-col-socials > div {
	display: flex;
	align-items: center;
	gap: 1.875rem;
}
.cd-footer-links-col-socials > div figure {
	width: 1.25rem;
	height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cd-footer-links-col-socials > div figure a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cd-footer-links-col.cd-footer-links-col-text {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
.cd-footer-links-col.cd-footer-links-col-text p {
	margin-bottom: 0;
}
/* ---------------------------HOME - HERO SECTION STARTS HERE--------------------------- */
.cd-home-hero-grp {
	margin-top: 0.938rem;
	margin-bottom: 6.25rem;
}
.cd-home-hero-grp .cd-home-hero-cols {
	flex-direction: column-reverse;
	gap: 1.875rem;
}
.cd-home-hero-col:nth-child(2) {
	background-color: #F1E7CE;
	border-radius: 1.875rem;
	padding: 1.875rem 1.25rem;
}
.cd-home-hero-grp h1 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
}
.cd-home-hero-grp p {
	margin-bottom: 1.875rem;
}
.cd-home-hero-col figure {
	border-radius: 1.875rem;
	overflow: hidden;
}
/* ---------------------------HOME - CTA SECTION STARTS HERE--------------------------- */
.cd-home-cta-grp {
	margin-bottom: 6.25rem;
	background: #164495;
	border-radius: 0.875rem;
	overflow: hidden;
	padding: 1.875rem 1.25rem;
	position: relative;
}
.cd-home-cta-grp::before, .cd-home-cta-grp::after {
	content: '';
	position: absolute;	
	background-size: cover;
	z-index: 0;
	pointer-events: none;
}
.cd-home-cta-grp::before {
	background-image: url('/wp-content/uploads/2026/03/pattern_halfcircle_white.webp');
	width: 6.25rem;
	height: 12.813rem;
	left: 0;
	bottom: 0;
}
.cd-home-cta-grp::after {
	background-image: url('/wp-content/uploads/2026/03/pattern_loop.webp');
	opacity: 0;
}
.cd-home-cta-grp h2 {
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 0.625rem;
}
.cd-home-cta-grp p {
	color: #E1E1E1;
	margin-bottom: 1.875rem;
}
.cd-home-cta-grp p:not(.fade-up-para) {
	display: none;
}
/* Image */
.cd-home-cta-img-grp figure {
	display: none;
}
/* ---------------------------HOME - BLOG SECTION STARTS HERE--------------------------- */
.cd-home-blog-grp {
	margin-bottom: 6.25rem;
}
.cd-home-blog-grp .is-style-secondary-button {
	position: absolute;
	display: none;
}
.cd-home-blog-grp h2 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.875rem;
}
.cd-home-blog-loop ul {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-home-blog-loop ul li figure {
	border-radius: 0.875rem;
	overflow: hidden;
	margin-bottom: 0.625rem;
}
.cd-home-blog-loop .cd-home-blog-loop-cat {
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 0.313rem;
}
.cd-home-blog-loop-cat .taxonomy-category a,
.cd-home-blog-loop-cat .wp-block-post-date time {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #2B2B2B;
}
.cd-home-blog-loop-cat .taxonomy-category a {
	padding-right: 0.75rem;
	position: relative;
	display: flex;
	align-items: center;
}
.cd-home-blog-loop-cat .taxonomy-category a::after {
	content: '';
	position: absolute;
	background-color: #F1E7CE;
	width: 0.125rem;
	height: 1.25rem;
	right: 0;
}
.cd-home-blog-loop h3 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;   
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cd-home-blog-loop .wp-block-post-excerpt p {
	color: #2B2B2B;
	display: -webkit-box;
	-webkit-line-clamp: 3;   
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 1.25rem;
}
.cd-rm-text {
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #F16B3B;
	position: relative;
	display: inline-flex;
	align-items: center;
}
.cd-rm-text::before,  .cd-rm-text::after {
	content: '';
	position: absolute;
}
.cd-rm-text::before {
	background-color: #F16B3B;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	right: -2.5rem;
}
.cd-rm-text::after {
	background-image: url('/wp-content/uploads/2026/03/white_btn_arrow.webp');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 100%;
	right: -2.063rem;
}
/* ---------------------------HOME - WHY IT MATTERS SECTION STARTS HERE--------------------------- */
.cd-home-wm-grp {
	margin-bottom: 6.25rem;
}
.cd-home-wm-grp .cd-home-wm-cols {
	flex-direction: column;
	gap: 1.875rem;
}
.cd-home-wm-grp h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
}
.cd-home-wm-grp p {
	margin-bottom: 0.875rem;
}
.cd-home-wm-grp ul {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-bottom: 1.875rem;
}
.cd-home-wm-grp ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #2B2B2B;
	list-style-type: none;
	position: relative;
	padding-left: 2.5rem;
}
.cd-home-wm-grp ul li::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2026/03/carbondale_logo_digital_icon.webp');
	background-size: cover;
	width: 1.875rem;
	height: 0.918rem;
	top: 0.188rem;
	left: 0;
}
.cd-home-wm-grp figure {
	border-radius: 1.875rem;
	overflow: hidden;
	position: relative;
}
.cd-home-wm-grp figure .sound-on, .cd-home-wm-grp figure .sound-off {
	position: absolute;
	width: auto;
	height: 1.875rem;
	bottom: 1.313rem;
	right: 1.125rem;
	z-index: 9999;
	cursor: pointer;
}
/* ---------------------------HOME - WHY IT MATTERS SECTION STARTS HERE--------------------------- */
.cd-home-ex-grp {
	margin-bottom: 8.75rem;
}
.cd-home-ex-grp .cd-home-ex-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-home-ex-grp h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
}
.cd-home-ex-grp .cd-home-ex-text {
	gap: 0.625rem;
	margin-bottom: 1.875rem;
}
.cd-home-ex-col:last-child {
	position: relative;
}
.cd-home-ex-col figure {
	border-radius: 0.875rem;
	overflow: hidden;
}
.cd-home-ex-counter {
	position: absolute;
	background: #F0E7CE;
	border: 0.063rem solid #F0E7CE;
	box-shadow: 0 0.25rem 0.25rem 0 #00000040;
	border-radius: 1.875rem;
	padding: 1.25rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 2.5rem);
	bottom: -2.5rem;
}
.cd-home-ex-counter-item {
	gap: 0.625rem;
	justify-content: center;
	width: 100%;
}
.cd-home-ex-counter-item h3 {
	font-size: 1.875rem;
	line-height: 1;
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
}
.cd-home-ex-counter-item p {
	font-size: 1.563rem;
	line-height: 1;
	font-weight: 700;
	color: #1C4E89;
}
/* ---------------------------HOME - WHY IT MATTERS SECTION STARTS HERE--------------------------- */
.cd-faq-grp {
	margin-bottom: 6.25rem;	
}
.cd-faq-grp .cd-faq-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.5rem;
}
.cd-faq-cols h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
}
.cd-faq-col-text p {
	margin-bottom: 1.875rem;
}
.faq-container {
	gap: 1.875rem;
}
.faq-item {
	border: 0.063rem solid #F0E7CE;
	border-radius: 0.875rem;
	padding: 1.25rem;
	width: 100%;
}
.faq-item.active {
	background-color: #F0E7CE36;
	border-color: transparent;
	padding: 1.563rem 1.25rem;
}
.faq-container .faq-item .faq-question {
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	justify-content: space-between;
	width: 100%;
}
.faq-question h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #2B2B2B;
}
.faq-item.active h3 {
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 700;
	color: #1C4E89;
}
.faq-question svg {
	width: 1rem;
	min-width: 1rem;
	height: 1rem;
}
.faq-item.active svg {
	transform: rotate(90deg);
	transform-origin: center;
}
.faq-item.active svg path:last-child {
	opacity: 0;
}
.faq-answer p {
	padding-top: 0.625rem;
}
.faq-container .cd-rm-text {
	margin-top: 1.25rem;
	padding: 0;
}
.faq-answer {
	height: 0;
	overflow: hidden;
}
/* ---------------------------HOME - OUR SERVICES SECTION STARTS HERE--------------------------- */
.cd-home-services-grp {
	margin-bottom: 6.25rem;
}
.cd-home-services-grp h2 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.875rem;
}
.cd-home-services-loop ul {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-home-services-loop ul li {
	background: #F0E7CE4F;
	border: 0.063rem solid #F0E7CE;
	border-radius: 0.875rem;
}
.cd-home-services-loop ul li figure {
	border-radius: 0.875rem;
	overflow: hidden;
	height: 12.5rem;
	margin-bottom: 0.625rem;
}
.cd-home-services-stack {
	padding: 0 1.25rem 1.25rem;
}
.cd-home-services-loop ul li h3 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.313rem;
}
.cd-home-services-loop ul li p {
	margin-bottom: 1.25rem;	
}
/* ---------------------------HOME - LOGO SLIDER SECTION STARTS HERE--------------------------- */
.cd-logo-slider-grp {
	margin-bottom: 6.25rem;
}
.cd-logo-slider-grp h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
	text-align: center;
}
.cd-logo-slider-grp p {
	margin-bottom: 1.875rem;
	text-align: center;
}
.cd-logo-slider-grp .cd-logo-slider-cols {
	flex-direction: row;
	align-items: center !important;
}
.cd-logo-slider-wrap {
	background: #FBF9F299;
	padding: 1.875rem 1.25rem;
	border-radius: 0.875rem;
	margin: 0 auto;
}
.cd-logo-slider-grp .logo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0.063rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 16.25rem;
}
.cd-logo-slider-grp .cd-logo-slider-wrap .splide__slide {
	align-items: center;	
}
.cd-logo-slider-grp .cd-logo-slider-cols figure {
	width: 100%;
	height: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cd-logo-slider-grp .cd-logo-slider-cols figure img {
	width: auto;
/* 	height: 1.875rem; */
	height: 1.188rem;
}
.cd-logo-slider-grp .cd-logo-slider-cols figure {
	border-right: 0.063rem solid #F16B3B4D;
	border-bottom: 0.063rem solid #F16B3B4D;
}
.cd-logo-slider-grp .cd-logo-slider-cols figure:nth-child(2n){
	border-right:none;
}
.cd-logo-slider-grp .cd-logo-slider-cols figure:nth-last-child(-n+2) {
	border-bottom: none; 
}
.splide .splide__pagination {
	position: static;
	gap: 0.5rem;
	margin-top: 1.875rem;
}
.splide .splide__pagination li {
	width: 0.625rem;
	height: 0.625rem;	
	display: flex;
}
.splide__pagination .splide__pagination__page {
	border: 0.063rem solid #F16B3B;
	margin: 0;
	background-color: transparent;
	width: 0.625rem;
	height: 0.625rem;
	opacity: 1;
	cursor: pointer;
}
.splide__pagination .splide__pagination__page.is-active {
	transform: unset;
	background-color: #F16B3B;
}
.cd-logo-slider-grp > div {
	display: grid;
}
.cd-logo-slider-grp > div .splide__arrows {
	order: 6;
	position: absolute;
	bottom: -0.625rem;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 3.125rem);
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}
.cd-logo-slider-grp .splide__pagination {
	display: none;
}
.splide  .splide__arrow {
	background-color: #F16B3B;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	opacity: 1;
	position: relative;
	top: 0;
	transform: unset;
}
.splide  .splide__arrow::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2026/03/white_btn_arrow.webp');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 1rem;
	height: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.splide  .splide__arrow.splide__arrow--prev::before {
	transform: scale(-1);
}
.splide  .splide__arrow svg {
	opacity: 0;
}
/* ---------------------------HOME - WHY CARBONDALE SECTION STARTS HERE--------------------------- */
.cd-home-wc-grp {
	margin-bottom: 6.25rem;
}
.cd-home-wc-grp h2 {
	font-weight: 700;
	color: #1C4E89;
	text-align: center;
	margin-bottom: 0.625rem;
}
.cd-home-wc-grp p {
	text-align: center;
	margin-bottom: 1.875rem;	
}
.cd-home-wc-grp .cd-home-wc-cols {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.875rem;
}
.cd-home-wc-grp .cd-home-wc-col-stack {
	max-height: 0;
	overflow: hidden;
	display: flex;
	background: #F0E7CE42;
	margin-top: 1.25rem;
	border-radius: 0.875rem;
	transition: all 0.5s linear;
}
.cd-home-wc-grp .cd-home-wc-col-stack > div {
	padding: 1.875rem 1.25rem;	
	gap: 1.25rem;
}
.cd-home-wc-col.active .cd-home-wc-col-stack {
	max-height: 40rem;
	transition: all 0.5s linear;
}
.cd-home-wc-grp .cd-home-wc-col-stack p {
	margin: 0;
	text-align: left;
}
div.cd-home-wc-col-row {
	display: grid;
	grid-template-columns: 2.5rem auto;
	gap: 1.25rem;
	align-items: center;
	cursor: pointer;
}
.cd-home-wc-col-row > div {
	width: 2.5rem;
	min-width: 2.5rem;
	height: 2.5rem;
	border: 0.063rem solid #F16B3B;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cd-home-wc-col-row svg {
	width: auto;
	height: 1.25rem;
}
.cd-home-wc-col-row h3 {
	font-weight: 500;
	color: #2B2B2B;
	font-size: 1.25rem;
	line-height: 1.875rem;
}
/* Active */
.cd-home-wc-col {
	cursor: pointer;
}
.cd-home-wc-col.active h3 {
	font-weight: 700;
}
.cd-home-wc-col.active .cd-home-wc-col-row > div {
	background-color: #F16B3B;
}
.cd-home-wc-col.active .cd-home-wc-col-row > div svg path {
	fill: #FFFFFF;
}
/* ---------------------------HOME - OUR PROJECTS SECTION STARTS HERE--------------------------- */
.cd-home-project-grp {
	margin-bottom: 6.25rem;
	position: relative;
	padding-bottom: 5rem;
}
.cd-home-project-title {
	margin-bottom: 1.875rem;
}
.cd-home-project-title .is-style-secondary-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cd-home-project-grp h2 {
	font-weight: 700;
	color: #1C4E89;
}
.cd-home-project-loop ul {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;	
}
.cd-home-project-loop ul li figure {
	border-radius: 0.875rem;
	overflow: hidden;
}
.cd-home-project-stack {
	background: #F1E7CE3D;
	padding: 1.25rem;
}
.cd-home-project-loop h3 {
	font-weight: 700;
	color: #111111;
	margin-bottom: 0.625rem;
}
.cd-home-project-loop p {
	margin-bottom: 1.25rem;
}
.cd-home-project-loop p.cd-rm-text {
	margin: 0;
}
/* ---------------------------HOME - 404 PAGE STARTS HERE--------------------------- */
.cd-fnf-grp, .cd-thankyou-grp .cd-fnf-grp {
	margin-bottom: 4.375rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
	position: relative;
}
.cd-fnf-grp::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2026/03/pattern_halfcircle_white-1.webp');
	background-size: cover;
	width: 6.25rem;
	height: 13.75rem;
	left: -1.875rem;
}
.cd-fnf-img {
	padding-bottom: 1.875rem;
	border-bottom: 0.063rem solid #F16B3B4D;
}
.cd-fnf-grp figure {
	width: 6.938rem;
	height: 6.938rem;
}
.cd-fnf-text h1 {
	font-weight: 700;
	color: #164495;
	margin-bottom: 0.625rem;
}
.cd-fnf-text p {
	margin-bottom: 1.875rem;
}
/* ---------------------------HOME - LEGAL PAGE STARTS HERE--------------------------- */
.cd-legal-grp {
	margin-top: 3.438rem;
	margin-bottom: 4.375rem;
}
.cd-legal-header {
	background: #F8F3E7;
	padding: 1.875rem 1.25rem;
	margin-bottom: 1.875rem;
	border-radius: 1.875rem;
	position: relative;
}
.cd-legal-header::before {
	content: '';
	position: absolute;
	background-image: url('');
	background-size: cover;
}
.cd-legal-header h1 {
	font-weight: 700;
	color: #164495;
	margin-bottom: 0.625rem;
}
.cd-legal-header p:last-child {
	margin-top: 0.938rem;
}
.cd-legal-grp h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
	margin-top: 2.5rem;
}
.cd-legal-title-and-list {
	margin-top: 1.25rem;	
}
.cd-legal-title-and-list p, .cd-legal-title-and-list ul {
	padding-left: 1.25rem;
}
.cd-legal-grp h3 {
	font-weight: 700;
	color: #1A1A1A;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
.cd-legal-grp h3:first-child {
	margin-top: 0;
}
.cd-legal-grp ul {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style-type: none;
}
.cd-legal-grp ul li {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 1.688rem;	
}
.cd-legal-grp ul li::before {
	content: '';
	position: absolute;
	background-color: #2B2B2B;
	width: 0.313rem;
	height: 0.313rem;
	border-radius: 50%;
	top: 0.563rem;
	left: 0.625rem;
}
/* ---------------------------LEGAL PAGE STARTS HERE--------------------------- */
.cd-testimonials-grp {
	margin-bottom: 6.25rem;
}
.cd-testimonials-grp .cd-testimonials-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-testimonials-grp h2 {
	font-weight: 700;
	color: #1C4E89;
	position: relative;
	margin-bottom: 0.313rem;
}
.cd-testimonials-title > div {
	display: flex;
	align-items: center;
	gap: 0;
	margin-top: 1.25rem;
}
.cd-testimonials-title > div figure {
	width: 1.875rem;
	height: 1.875rem;
}
.cd-testimonials-title > div figure:not(:first-child) {
	margin-left: -0.313rem;
}
.cd-testimonials-content ul.splide__list > li {
	background: #F0E7CE36;
	border: 0.063rem solid #F0E7CE;
	box-shadow: 0 0.25rem 0.25rem 0 #00000040;
	border-radius: 1.875rem;
	padding: 1.875rem 1.25rem;
	width: 18.75rem;
	margin-bottom: 0.313rem;
	margin-left: 0.625rem;
}
.testimonial-slide {
	display: grid;
	grid-template-columns: 1.875rem auto;
	grid-gap: 0.625rem;
}
.testimonial-img {
	width: 1.875rem;
	height: 1.875rem;
}
.testimonial-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.testimonial-meta {
	display: flex;
	flex-direction: column;
	gap: 0.188rem;
	max-width: 16.438rem;
}
.testimonial-meta div {
	color: #000000;
}
.testimonial-name {
	font-weight: 700;
}
.cd-testimonials-grp .splide__arrows.splide__arrows--ltr {
	position: absolute;
	bottom: -0.625rem;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 3.125rem);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cd-testimonials-content {
	padding-bottom: 0.625rem;
}
.splide .splide__arrow:disabled {
	opacity: 1;
}
.cd-testimonials-title > figure {
	width: 5rem;
	height: 5rem;
	margin-left: 0.188rem;
}
/* ---------------------------BLOG ARCHIVE PAGE STARTS HERE--------------------------- */
.cd-ba-latest-blog-wrap {
	margin-top: 1.875rem;
	margin-bottom: 6.25rem;
}
.cd-ba-latest-blog-wrap h1 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.875rem;
}
.cd-ba-all-blog-wrap {
	margin-bottom: 6.25rem;	
}
.cd-ba-all-blog-wrap h2 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.875rem;	
}
.cd-home-blog-loop ul li figure a {
	display: flex;
}
.cd-blog-item {
	list-style-type: none;
}
.cd-blog-item .cd-home-blog-loop-excerpt {
	color: #2B2B2B;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 1.25rem;
}
.cd-ba-all-blog-wrap .is-style-secondary-button {
	margin: 2.5rem auto 0;
}
.cd-home-blog-loop .cd-home-blog-loop-cat {
	display: flex;
	align-items: center;
}
.cd-home-blog-loop-cat .taxonomy-category a {
	cursor: auto;
}
/* ---------------------------CONTACT US HERO SECTION STARTS HERE--------------------------- */
.cd-contact-hero-grp {
	margin-top: 1.875rem;
	margin-bottom: 6.25rem;
	background: #F8F3E7;
	border-radius: 1.875rem;
	padding: 1.875rem 1.25rem 20rem;
	position: relative;
}
.cd-contact-hero-grp h1 {
	font-weight: 700;
	color: #164495;
	margin-bottom: 0.313rem;
}
.cd-contact-hero-grp p {
	margin-bottom: 1.25rem;
}
.cd-contact-hero-grp figure {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 16.25rem;
	height: auto;
}
/* ---------------------------CONTACT US LOCATION SECTION STARTS HERE--------------------------- */
.cd-contact-location-grp {
	overflow: hidden;
	margin-bottom: 6.25rem;
	border-radius: 0.875rem;
}
iframe {
	width: 100%;
}
/* ---------------------------CONTACT US FORM SECTION STARTS HERE--------------------------- */
.cd-contact-form-grp {
	margin-bottom: 6.25rem;
}
.cd-contact-form-grp h2 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.875rem;
}
.cd-contact-form-grp .cd-contact-form-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3.75rem;
}
.cd-contact-form-grp .cd-contact-form-text-items {
	gap: 1.25rem;
}
.cd-contact-form-grp .cd-contact-form-text-items h3 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #2B2B2B;
}
.cd-contact-form-grp .cd-contact-form-text-item {
	gap: 0.313rem;
}
.cd-contact-form-grp .cd-contact-form-text-item > div {
	align-items: center;
	gap: 1.25rem;	
}
.cd-contact-form-grp .cd-contact-form-text-item > div figure {
	width: 1.25rem;
}
/* Form */
.cd-contact-form-col {
	background: #F8F3E780;
	padding: 1.875rem 1.25rem;
	border-radius: 0.938rem;
}
.cd-contact-form-col .wpforms-container {
	margin-bottom: 0;
}
div.wpforms-container form.wpforms-form .wpforms-field {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding-top: 0.938rem;
}
div.wpforms-container form.wpforms-form .wpforms-field label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #8F8F8F;
	will-change: transform;
	transform-origin: left;
}
/* FLOAT: focus */
div.wpforms-container form.wpforms-form .wpforms-field:focus-within label {
	/* 	position: static;
	top: 0; */
	transform: translate(0, -120%) ;
	color: #2B2B2B;
}
div.wpforms-container form.wpforms-form .wpforms-field:has(input.wpforms-valid) label {
	transform: translate(0, -120%) ;
	color: #2B2B2B;
}
div.wpforms-container form.wpforms-form .wpforms-field.wpforms-has-error label {
	transform: translate(0, -178%) ;
	color: #2B2B2B;
}
div.wpforms-container .wpforms-required-label {
	display: none;
}
div.wpforms-container .wpforms-field-container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 1.875rem;
}
div.wpforms-container form.wpforms-form .wpforms-field input {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #164495;
	border: none;
	border-bottom: 0.063rem solid #19191996;
	background-color: transparent;
	padding-bottom: 0.313rem;
}
div.wpforms-container form.wpforms-form .wpforms-field input.wpforms-error, 
div.wpforms-container form.wpforms-form .wpforms-field input.user-invalid, 
div.wpforms-container form.wpforms-form .wpforms-field textarea.wpforms-error, 
div.wpforms-container form.wpforms-form .wpforms-field textarea.user-invalid, 
div.wpforms-container form.wpforms-form .wpforms-field .choices__inner:has(select.wpforms-error), 
div.wpforms-container form.wpforms-form .wpforms-field select.user-invalid {
	border-color: #B3261E96;
}
div.wpforms-container form.wpforms-form .wpforms-field:focus-within textarea {
	border: 0.063rem solid #164495;	
}
div.wpforms-container form.wpforms-form .wpforms-field:focus-within input {
	border-bottom: 0.063rem solid #164495;	
}
/* Select */
div.wpforms-container form.wpforms-form .choices .choices__inner {
	border-radius: 0 !important;
	border: none;
	border-bottom: 0.063rem solid #19191996;
	background-color: transparent;
	padding: 0 0 0.313rem;
}
div.wpforms-container form.wpforms-form .choices.is-open .choices__inner {
	border-bottom: 0.063rem solid #164495;	
}
div.wpforms-container form.wpforms-form .choices__list--single {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #164495;
	padding: 0;
}
div.wpforms-container form.wpforms-form .choices__list--single .choices__item {
	color: #164495;
}
div.wpforms-container form.wpforms-form .wpforms-field:has(select.wpforms-valid) label {
	transform: translate(0, -120%);
	color: #2B2B2B;
}
div.wpforms-container form.wpforms-form .choices__list--dropdown {
	background-color: #1C4E89;
	margin-top: 0.313rem;
	border-bottom-left-radius: 0.875rem;
	border-bottom-right-radius: 0.875rem;
}
div.wpforms-container form.wpforms-form .choices__list--dropdown .choices__item {
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0.938rem 0;
	margin: 0 1rem;
	color: #FFFFFF;
}
div.wpforms-container form.wpforms-form .choices__list--dropdown .choices__item:not(:last-child) {
	border-bottom: 0.063rem solid #FFFFFF33;
}
div.wpforms-container form.wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #1C4E89;
	font-weight: 800;
}
div.wpforms-container form.wpforms-form .choices.is-open.is-flipped .choices__inner, 
div.wpforms-container form.wpforms-form .choices.is-open .choices__list--dropdown {
	border-radius: 0 0 0.875rem 0.875rem;	
}
div.wpforms-container form.wpforms-form .choices[data-type*="select-one"]:after {
	background-image: url('/wp-content/uploads/2026/03/path_light_grey.webp');
	background-size: cover;
	border: none;
	inset-inline-end: unset;
	margin: 0;
	width: 0.74rem;
	height: 0.37rem;
	right: 0;
	transform: translateY(-50%);
}
div.wpforms-container form.wpforms-form .choices[data-type*="select-one"].is-open:after {
	transform: rotate(-180deg);
	margin: 0;
}
/* Textarea */
div.wpforms-container form.wpforms-form .wpforms-field textarea {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #164495;
	height: 7.688rem;
	resize: none;
	padding: 0.625rem;
	border-radius: 0.5rem;
}
div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-textarea label {
	display: none;
}
div.wpforms-container form.wpforms-form .choices[data-type*="select-one"] .choices__button {
	display: none;
}
/* Button */
.wpforms-submit.is-style-primary-button {
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	position: relative;
	white-space: nowrap;
	display: flex;
	align-items: center;
	border-radius: 2.063rem;
	padding: 0.813rem 3.5rem 0.813rem 1.375rem;
	color: #FFFFFF;
	background-color: #F16B3B;
	border: none;
}
.wpforms-submit.is-style-primary-button::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 2.375rem;
	height: 2.375rem;
	right: 0.313rem;
	background-color: #ffffff;
}
.wpforms-submit.is-style-primary-button::after {
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2026/03/white_btn_arrow.webp);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 1.024rem;
	right: 0.938rem;
	filter: invert(1);
}
/* ---------------------------ABOUT US - VISION AND MISSION SECTION STARTS HERE--------------------------- */
.cd-about-vm-grp {
	margin-bottom: 6.25rem;
}
.cd-about-vm-grp .cd-about-vm-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-about-vm-col {
	background: #FBF9F2;
	border: 0.125rem solid #FFFFFF;
	padding: 1.875rem 1.25rem;
	border-radius: 0.875rem;
}
.cd-about-vm-col svg {
	width: 2.5rem;
	height: 2.6rem;
	margin-bottom: 0.625rem;
}
.cd-about-vm-col h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.313rem;
}
/* ---------------------------ABOUT US - WHO WE ARE SECTION STARTS HERE--------------------------- */
.cd-about-us-grp {
	margin-bottom: 4.375rem;	
}
.cd-about-us-grp .cd-about-us-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-about-us-col h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.25rem;
}
.cd-about-us-col figure {
	width: 100%;
	height: auto;
	border-radius: 0.875rem;
	overflow: hidden;
}
/* ---------------------------ABOUT US - TEAM SECTION STARTS HERE--------------------------- */
.cd-about-team-grp {
	margin-bottom: 6.25rem;
}
.cd-about-team-grp h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.25rem;
}
.cd-about-team-loop ul {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-about-team-loop ul li {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.25rem;
	background: #FBF9F2;
	border-radius: 0.875rem;
	padding: 1.25rem;
}
.cd-about-team-loop ul li h3 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.313rem;
}
p.team-designation {
	font-weight: 400;
	color: #1C4E89;
	margin-bottom: 0.313rem;
	font-size: 1.125rem;
	line-height: 1.75rem;	
}
.cd-about-team-loop ul li figure {
	border-radius: 0.875rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/* ---------------------------BLOG SINGLE PAGE STARTS HERE--------------------------- */
.hy-single-post {
	margin-top: 1.875rem;
}
.hy-sp-content-wrapper {
	margin-bottom: 6.25rem;
}
/* Table of content */
.toc-wrapper {
	display: none;
}
/* Head Wrapper */
.hy-sp-breadcrumb {
	margin-bottom: 0.75rem;
}
.hy-sp-breadcrumb span {
	font-size: 0.75rem;
	line-height: 1.125rem;
	color: #18213A;
}
.hy-sp-breadcrumb span:not(:last-child) {
	padding-right: 0.576rem;
	margin-right: 0.313rem;
	position: relative;
}
.hy-sp-breadcrumb span a:hover {
	text-decoration: underline;
}
.hy-sp-breadcrumb span:not(:last-child)::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2026/03/next_icon.webp');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 0.264rem;
	height: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hy-sp-breadcrumb span.current {
	color: #F16B3B;
}
.hy-sp-head-wrapper h1 {
	font-style: normal;
	font-weight: 700;
	color: #18213A;
	margin-bottom: 0.625rem;
}
.hy-sp-info {
	margin-bottom: 1.25rem;
}
.hy-sp-info > div {
	padding-right: 0.625rem;
	margin-right: 0.438rem;
	position: relative;
	display: inline;
	font-size: 0.75rem;
	line-height: 1.125rem;
	color: #6C6C6C;
}
.hy-sp-info > div:not(:last-child)::after {
	content: '';
	position: absolute;
	background-color: #F16B3B;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hy-sp-featured-img {
	width: 100%;
	height: auto;
	display: flex;
	border-radius: 0.875rem;
	overflow: hidden;
	margin-bottom: 0.313rem;
}
/* Share */
.hy-sp-share-row {
	display: none;
}
/* Related Posts */
.hy-sp-related-wrap {
	margin-bottom: 6.25rem;
}
.hy-sp-related-wrap h2 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.875rem;
}
.hy-sp-related-items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.hy-sp-related-card .hy-sp-related-thumb {
	border-radius: 0.875rem;
	overflow: hidden;
	margin-bottom: 0.625rem;
	display: flex;
}
.hy-sp-related-card h3 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hy-sp-related-card p {
	color: #2B2B2B;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 1.25rem;
}
/* Table */
.entry-content figure > table {
	width: 100%;
	border-collapse: separate;   
	border-spacing: 0;           
	border: 0.063rem solid #BABABA;
	margin: 1.25rem 0;
	border-radius: 0.25rem;
	overflow: hidden;
}
.entry-content figure > table td {
	border: 0.063rem solid #BABABA;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #111111;
	font-style: normal;
}
.entry-content figure > table tr:first-child td {
	background-color: #F1E7CE;
	font-weight: 600;
	color: #1A1A1A;
}
.entry-content figure > table tr td {
	border-top: none;
	border-left: none;
}
.entry-content figure > table tr:first-child td {
	border-top: none;
}
.entry-content figure > table tr td:first-child {
	border-left: none;
}
.entry-content figure > table tr:last-child td {
	border-bottom: none;
}
.entry-content figure > table tr td:last-child {
	border-right: none;
}
.entry-content figure > table tr:not(:first-child) td {
	background-color: #fff;
}
/* 	Headings */
.hy-sp-content h2 {
	font-weight: 700;
	color: #1A1A1A;
	margin: 1.25rem 0 0.938rem;
}
.hy-sp-content h3 {
	font-size: 1.125rem;
	line-height: 1.625rem;	
	margin: 0.313rem 0;
}
/* Text Grp */
.cd-sp-content-text-grp {
	margin-top: 0.938rem;
}
.cd-sp-content-text-grp p {
	padding-left: 1.25rem;
}
/* FAQ */
.hy-sp-content .cd-faq-col-text p {
	margin-bottom: 0;
}
.hy-sp-content .cd-faq-cols h2 {
	color: #1C4E89;
}
.hy-sp-content .faq-question h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0;
}
.hy-sp-content .faq-item.active h3 {
	font-size: 1.25rem;
	line-height: 1.875rem;
}
/* Unordered List */
.is-style-primary-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	list-style-type: none;
	margin: 0.625rem 0;
}
.is-style-primary-list li {
	position: relative;
	padding-left: 2.5rem;	
}
.is-style-primary-list li::before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2026/03/carbondale_logo_digital_icon_1.webp');
	background-size: cover;
	width: 1.875rem;
	height: 0.918rem;
	top: 0.188rem;
	left: 0;
}
/* Ordered List */
.hy-sp-content ol {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	list-style-type: none;
	margin: 0.625rem 0;
}
.hy-sp-content ol li {
	list-style-position: inside;
}
/* Small CTA */
.cd-xs-cta-grp {
	margin: 1.25rem auto 2.5rem;
	background: #164495;
	border-radius: 0.875rem;
	padding: 1.875rem 1.25rem;
}
div.cd-xs-cta-grp h2 {
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 1.25rem;
}
.cd-xs-cta-grp .wp-block-buttons {
	justify-content: center;
}
/* Author */
.cd-sp-author-grp {
	margin: 1.25rem 0;
	border: 0.063rem solid #F0E7CE;
	padding: 1.875rem 1.25rem;
	border-radius: 0.75rem;
	background: #FFFFFF3B;
}
.cd-sp-author-grp > div {
	display: grid;
	grid-template-columns: 2.5rem auto;
	grid-gap: 0.938rem;
}
.cd-sp-author-grp figure {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
}
.cd-sp-author-grp .cd-sp-author-title {
	color: #111111;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0 0 0.313rem;
}
.cd-sp-author-grp .cd-sp-author-post {
	margin: 0 0 0.313rem;	
}
/* Highlight */
.cd-info-wrap {
	background: #FFFAED;
	border-radius: 0.875rem;
	padding: 1.25rem;
	margin: 1.25rem 0;
}
.cd-info-wrap p {
	color: #333333;
	font-style: italic;
	display: flex;
	gap: 0.313rem;
}
.cd-info-wrap p strong {
	font-weight: 700;
}
.cd-info-wrap p.cd-rm-text {
	color: #F16B3B;
	margin-top: 1.125rem;
}
.hy-sp-content .cd-info-wrap {
	flex-direction: row;
	gap: 0.313rem;
}
/* List */
.fg-sb-author-grp {
	display: none;
}
/* ---------------------------PROJECTS ARCHIVE PAGE STARTS HERE--------------------------- */
/* Hero Sction */
.cd-projects.cd-contact-hero-grp {
	padding-bottom: 15.625rem;
}
.cd-projects.cd-contact-hero-grp figure {
	left: 0;
	margin: 0 auto;
}
/* Projects */
.cd-projects-archive {
	margin-bottom: 6.25rem;
}
.cd-projects-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-pa-post-item {
	background: #F1E7CE3D;
	border-radius: 0.875rem;
	overflow: hidden;
}
.cd-pa-post-thumbnail {
	height: 12.5rem;
	overflow: hidden;
	margin-bottom: 0;
}
.cd-pa-post-stack {
	padding: 1.25rem;
}
.cd-pa-post-title {
	color: #111111;
	margin-bottom: 0.313rem;
}
.cd-projects-archive .is-style-secondary-button {
	margin: 2.5rem auto 0;
}
/* ---------------------------SINGLE SERVICES PAGE STARTS HERE--------------------------- */
/* Hero Section */
.cd-ss-hero-grp {
	margin-top: 1.875rem;
	margin-bottom: 6.25rem;
	background: #F1E7CE80;
	padding: 1.875rem 1.25rem;
	border-radius: 1.875rem;
}
.cd-ss-hero-grp h1 {
	font-weight: 700;
	color: #164495;
	margin-bottom: 0.625rem;
}
.cd-ss-hero-grp .is-style-secondary-button {
	margin-top: 1.25rem;
}
/* About Section */
.cd-ss-about-grp {
	margin-bottom: 6.25rem;
}
.cd-ss-about-grp .cd-ss-about-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.875rem;
}
.cd-ss-about-cols h2 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 0.625rem;
}
.cd-ss-about-cols p:not(:last-child) {
	margin-bottom: 0.625rem;
}
.cd-ss-about-grp .cd-ss-about-slider .splide__list {
	flex-direction: row;
}
.cd-ss-about-grp .cd-ss-about-slider {
	height: 12.5rem;
	border-radius: 0.875rem;
	overflow: hidden;
}
.cd-ss-about-grp .cd-ss-about-slider .splide__list figure {
	width: 100%;
	height: 12.5rem;
	border-radius: 0.875rem;
	overflow: hidden;
}
.cd-ss-about-grp .cd-ss-about-slider .splide__pagination {
	position: absolute;
	margin: 0;
	bottom: 0.625rem;
	padding: 0;
}
.cd-ss-about-grp .cd-ss-about-slider .splide__pagination .splide__pagination__page {
	border: 0.063rem solid #FFFFFF;
}
.cd-ss-about-grp .splide__pagination .splide__pagination__page.is-active {
	background-color: #FFFFFF;
}
/* Why French Drains Are Needed */
.cd-ss-need-grp {
	margin-bottom: 6.25rem;
	background: #FBF9F280;
	border-radius: 0.875rem;
	padding: 1.875rem 1.25rem;
}
.cd-ss-need-grp .cd-ss-need-cols {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.25rem;
}
.cd-ss-need-grp h2 {
	font-style: normal;
	font-weight: 700;
	color: #1C4E89;
}
.cd-ss-need-grp li {
	font-weight: 500;	
}
/* Where French Drains Are Applied */
.cd-ss-why-grp {
	margin-bottom: 6.25rem;	
}
.cd-ss-why-grp h2 {
	font-style: normal;
	font-weight: 700;
	text-align: center;
	color: #1C4E89;
	margin-bottom: 1.25rem;
}
.cd-ss-why-grp .cd-ss-why-stack {
	gap: 1.25rem;
}
.cd-ss-why-grp .cd-ss-why-row {
	gap: 0.625rem;
}
.cd-ss-why-grp .cd-ss-why-row svg {
	width: 2.5rem;
	min-width: 2.5rem;
	height: 2.5rem;
}
svg {
	overflow: visible;
}
.cd-ss-why-grp .cd-ss-why-row p {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
/* Installation Process */
.cd-ss-process-grp {
	margin-bottom: 6.25rem;	
}
.cd-ss-process-grp h2 {
	font-weight: 700;
	color: #1C4E89;
	margin-bottom: 1.25rem;
}
.cd-ss-process-grp .cd-ss-process-cols {
	counter-reset: process-counter;
	flex-direction: column;
	position: relative;
}
.cd-ss-process-col {
	position: relative;
	padding-left: 3.438rem;
	counter-increment: process-counter;
}
.cd-ss-process-col:not(:last-child) {
	padding-bottom: 1.875rem;	
}
.cd-ss-process-col::before {
	content: counter(process-counter);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 700;
	color: #F16B3B;
	border: 0.063rem solid #F16B3B;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background-color: #ffffff;
}
.cd-ss-process-col::after {
	content: '';
	position: absolute;
	border-left: 0.063rem dashed #F16B3B;
	height: 100%;
	top: 0;
	left: 1.188rem;
	z-index: -1;
}
.cd-ss-process-col:last-child::after {
	display: none;
}
.cd-ss-process-col h3 {
	font-weight: 700;
	color: #2B2B2B;
	margin-bottom: 0.313rem;
}
/* ---------------------------FLOATING ICONS STARTS HERE--------------------------- */
.hy-floating-contact {
	position: fixed;
	z-index: 99999;
	right: 0.313rem;
	bottom: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}
.hy-wa-icon, .hy-call-icon {
	width: 3.125rem;
	height: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0.25rem 0.25rem 0 #00000012;
}
.hy-wa-icon {
	border: 0.063rem solid #4CAF50;
}
.hy-call-icon {
	border: 0.063rem solid #3085F9;
}
.hy-wa-icon a, .hy-call-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fg-wa-icon svg, .fg-call-icon svg {
	width: 1.875rem;
	height: 1.875rem;
	overflow: visible;
	pointer-events: none;
}
.hy-back-to-top {
	width: 3.125rem;
	height: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0.25rem 0.25rem 0 #00000012;	
	border: 0.063rem solid #F16B3BCC;
	opacity: 0;
}
.hy-back-to-top.show {
	opacity: 1;
	pointer-events: auto;
}
.hy-back-to-top svg {
	width: 1.875rem;
	height: 1.875rem;
	overflow: visible;
	pointer-events: none;	
}
.fade-up-title, 
.fade-up-para, 
.fade-up-box {
	will-change: transform, opacity;
	backface-visibility: hidden; 
}