.swiper-container{
    overflow: hidden;
}
.single-service-style1{
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
}
.single-service-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img{
    transform: scale(1.2);    
}

.single-service-style1 .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-service-style1:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-service-style1 .img-holder .icon {
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.single-service-style1 .img-holder .icon .icon {
    top: 0;
}

.single-service-style1 .img-holder .icon span:before,
.single-service-style1 .img-holder .icon i:before{
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    background: linear-gradient(to top, #086fa0 0%, #56c5fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.single-service-style1 .text-holder{
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 49px 30px 41px;
    border: 1px dashed #a9a9a9;
    border-top: none;
    border-radius: 0px 0px 7px 7px;
    -webkit-box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.04); 
    box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.04);
}
.single-service-style1 .text-holder h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}
.single-service-style1 .text-holder h3 a{
    color: #0a2565;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder h3 a:hover{
    color: #e52933;    
}
.single-service-style1 .text-holder p{
    line-height: 28px;
    margin: 0;   
}

.single-project-style1{
    position: relative;
    display: block;
    text-align: center;
}
.single-project-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: -webkit-linear-gradient(-90deg, rgba(0,73,125,1), rgba(216,5,40,1) 100%);
}
.single-project-style1 .img-holder img{
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.single-project-style1:hover .img-holder img{
    transform: scale(1.05); 
    opacity: 0.1;   
}
.single-project-style1 .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.single-project-style1 .img-holder .overlay-content:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/shape/project-style1-overlay-bg.png);
    content: "";
    height: 213px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 500ms ease;
}
.single-project-style1:hover .img-holder .overlay-content:before{
    opacity: 0;
}
.single-project-style1 .img-holder .overlay-content h3 {
    position: absolute;
    left: 0;
    bottom: 27px;
    right: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.single-project-style1 .img-holder .overlay-content h3 a{
    color: #ffffff;
}

.single-project-style1 .overlay-content{
	transition: all 500ms ease;
}

.single-project-style1:hover .overlay-content{
	opacity: 0;
}

.single-project-style1 .content-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.single-project-style1:hover .content-box{
	opacity: 1;
	visibility: visible;
	bottom: 52px;
}

.single-project-style1 .content-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 9px;
    letter-spacing: .5px;
}

.single-project-style1 .content-box h3 a{
	display: inline-block;
	color: #fff;
}

.single-project-style1 .content-box h3 a:hover{
	text-decoration: underline;
}

.single-project-style1 .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 28px;
}

.single-project-style1 .content-box .link a {
    width: 40px;
    height: 40px;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    color: red;
}

.single-project-style1 .content-box .link a i{
	position: relative;
    font-size: 23px;
    top: 2px;
}


.single-testimonial-style1{
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 60px;
    padding-top: 50px;
    z-index: 10;
}
.single-testimonial-style1 .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 69px 40px 24px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
    z-index: 1;
    border-radius: 7px;
}
.single-testimonial-style1 .inner-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
    content: "";
    z-index: -1;
    transform: scaleX(0);  
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;  
}
.single-testimonial-style1:hover .inner-content:before{
    transform: scaleX(1.0);     
}

.single-testimonial-style1 .img-box{
    position: absolute;
    top: 0;
    left: 30px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}
.single-testimonial-style1 .img-box img{
    width: 100%;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-testimonial-style1 .img-box:before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(227, 47, 48, 0.50);
    content: "";
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.single-testimonial-style1:hover .img-box:before{
    transform: scale(1.0);      
}


.single-testimonial-style1 .quote-icon{
    position: absolute;
    top: 22px;
    right: 22px;
}
.single-testimonial-style1 .quote-icon span:before{
    color: #bfbfbf;
    font-size: 40px;
    line-height: 40px;
    opacity: .30;
}
.single-testimonial-style1 .text-box {
    position: relative;
    display: block;
    padding-bottom: 8px;
}
.single-testimonial-style1 .text-box p{
    color: #1c425d;
    line-height: 30px;
    margin: 0;
}
.single-testimonial-style1 .inner-content h3 {
    color: #2062ba;
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    margin: 10px 0 0;
}
.single-testimonial-style1 .rating-box{
    padding-top: 19px;
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li{
    color: #fcbc38;
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

/** Case study **/

.case-study-archive #region-filter,
.case-study-archive #home-type-filter{
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 16px;
    width: 300px;
}

.case-study-item{
    padding: 15px 15px 5px;
    border-radius: 25px;
}

.case-study-item .case-study-region {
    padding: 7px 25px;
    background: #e8d2ac;
    border-radius: 50px;
    display: inline-block;
    min-width: 190px;
    color: #000;
    margin: -25px auto 0;
	text-align: center;
	font-size:14px;
	margin-bottom:12px;
}

.case-study-item .case-study-region a{
	color: #000;
}

.case-study-item img {
    width: 100%;
    border-radius: 15px;
}

#case-study-results .case-study-item h4 {
    font-size: 20px;
    text-align: center;
	font-weight: 600;
	text-transform: capitalize;
}

#case-study-results .case-study-item h4 a{
    color: #000;
}

.case-study-filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}
.case-study-filter .filter-item {
    padding: 60px 40px;
    border-radius: 20px;
    display: flex;
    flex-flow: column;
    text-align: center;
    background-color: #000000a1;
    background-blend-mode: overlay;
    color: #fff;
    background-size: cover;
}

.case-study-filter .filter-icon i {
    font-size: 60px;
}

.case-studies-archive .case-study-filter h3{
	text-transform: uppercase;
	font-size: 44px;
	margin-top: 15px;
    font-weight: 500;
	color:#fff
}

.case-study-filter h3 span {
    color: #e9d5af;
    text-decoration: underline;
}

.case-study-filter label {
    display: block;
	text-transform: uppercase;
}

.case-study-filter select {
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 15px;
    width: 95%;
    box-shadow: 0 0 0 4px rgb(255 255 255 / 20%);
    margin-top: 20px;
}

.case-studies-heading {
    text-align: center;
	margin: 60px 0;
}

.case-studies-heading h2{
	margin-bottom: 10px;
}

.case-studies-heading h5{
    margin-top:0;
	letter-spacing: 1px;
    font-weight: 500;
}

.case-study-template{
	padding:20px 30px;
}

.single-case_study .case_study-header,
.case-study-template .case_study-header{
	padding-top: 70px;
  	padding-bottom: 70px;
	background-color: var( --e-global-color-secondary );
	margin-bottom: 60px;
	background-image: url("https://a-guy.com/wp-content/uploads/2026/03/footer-bg-water-1.webp")
}

.single-case_study .case_study-header h1,
.case-study-template .case_study-header h1{
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 58.2px;
	text-align: center;
	margin: 0;
	color: #fff;
}
.case_study-archive-page h2.content-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-top: 0px !important;
    margin-bottom: 30px;
}
.case_study-archive-page .hvac-sidebar a {
    color: var(--e-global-color-text) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-decoration: none;
}

.case_study-archive-page .hvac-sidebar ul {
    padding: 0;
    margin: 0;
}
.case_study-archive-page .hvac-sidebar ul li {
    border-radius: 14px;
    border: 3px solid #8ba7c9;
    padding: 7px 15px 10px;
    margin-bottom: 15px;
    list-style: none;
}
.case_study-archive-page .hvac-sidebar ul li:hover {
    border: 3px solid #603f99;
}
.case_study-archive-page .region-box, .case_study-archive-page .recent-case-studies-box {
    margin-top: 35px;
}
.case_study-archive-page img.attachment-full.size-full.wp-post-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
    border: 2px solid #f1f1f1
}
.case_study-archive-page .hvac-sidebar {
    padding-left: 45px !important;
}

.tax-case_study_region header.page-header, .tax-case_study_home_type header.page-header {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--e-global-color-secondary);
    margin-bottom: 60px;
}
.tax-case_study_region h1.page-title, .tax-case_study_home_type h1.page-title {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 58.2px;
    color: var(--e-global-color-b5bf5d0);
    text-align: center;
    margin: 0;
}
.tax-case_study_region .case_study, .tax-case_study_home_type .case_study {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 6px 7px #0000000d;
}
.tax-case_study_region h2.entry-title a, .tax-case_study_home_type h2.entry-title a {
    color: #e33245 !important;
    text-decoration: none;
}
.tax-case_study_region aside#secondary, .tax-case_study_home_type aside#secondary {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.tax-case_study_region aside a, .tax-case_study_home_type aside a {
    color: var(--e-global-color-text) !important;
    font-family: "Arimo", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-decoration: none;
}
.tax-case_study_region aside li, .tax-case_study_home_type aside li {
    border-radius: 20px !important;
    border: 3px solid #8ba7c9;
    padding: 15px;
    margin-bottom: 15px;
}
.tax-case_study_region aside li:hover, .tax-case_study_home_type aside li:hover {
    border: 3px solid #e33245;
}
.tax-case_study_region footer.entry-footer a, .tax-case_study_home_type footer.entry-footer a {
    color: red !important;
}

.case-studies-archive .case-study-filter svg{
    width: 100%;
    max-width: 70px;
    height: auto;
    fill: #ffffff;
}

/* --- Post Grids Section --- */
.case-study-list.post-grids {
    padding: 20px;
}

.case-study-list.post-grid-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
	margin-top: 40px;
}

.case-study-list .post-item {
    border: 3px solid rgb(203 213 225);
    padding: 20px;
    border-radius: 25px;
    align-content: center;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #e33245 !important;
}
.case-study-list .post-item:hover {
    color: #1e5da8 ! IMPORTANT;
}

.case-study-list .featured-post-item .post-item h3 {
    color: #2b2f38;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0;
}

.case-study-list .post-item a {
    text-decoration: none;
    color: #007bff;
}

.case-study-list .post-item-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
  }

.case-study-list  .post-item-meta .icon {
    font-size: 40px;
    color: #2977ad;
}

.case-study-list  .post-item-meta .cat-name {
    background: #f0f9ff;
    padding: 5px 14px;
    border-radius: 7px;
    color: #2977ad;
    font-weight: bold;
    border: 1px solid #dde9f2;
}

.case-study-list .case-study-thumbnail img {
    object-fit: cover;
    height: 230px;
}

/*** Single Case Study ****/

.single-case_study .container {
    max-width: 1260px;
    margin: 0px auto;
}

.single-case_study .container>.single-post {
    display: flex;
    width: 100%;
}

.single-case_study .post-grid-list, .single-post .post-content{
    width: 67%;
    margin-bottom: 60px;
} 

.single-case_study .post-grid-list .post-item {
    border: none;
    padding-bottom: 20px;
    padding-left:0;
	padding-top:0;
}

.single-case_study .post-grid-list .post-item h3 {
   color: #2977ad;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
}

.single-case_study .post-grid-list .content-title,
.single-case_study .hvac-sidebar .content-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 45px;
}

.single-case_study .post-grid-list .post-item-meta .icon,
.single-case_study .post-grid-list .post-item-meta .date{
    color: #555555;
}

.single-case_study .post-grid-list .post-item-meta .icon{
    font-size: 28px
}

.single-case_study .post-grid-list .post-item-meta .date{
    font-size: 17px;
    font-weight: bold;
}

.single-case_study .post-grid-list .pagination {
    margin-top: 30px;
    text-align: left;
    border-top: 1px solid #eee;
    padding-top: 35px;
}

  
.single-case_study .hvac-category-content .hvac-sidebar,
.single-case_study .single-post .hvac-sidebar{
    width: 33%;
    padding: 20px;
    padding-top: 0;
  }

.single-case_study .hvac-sidebar .featured-post-item a{
    border: 3px solid rgb(203 213 225);
    padding: 30px;
    border-radius: 25px;
    align-content: center;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}

.single-case_study .hvac-sidebar .featured-post-item a:hover {
    border-color: #2977ad;
}

.single-case_study .hvac-sidebar .featured-post-item {
    margin-bottom: 5px;
    margin-top: 20px;
}

.single-case_study .hvac-sidebar .featured-post-item h3{
    margin: 15px 0 5px;
}

.single-case_study .single-post .post-thumbnail img{
    max-width: 100% ;
}


.single-case_study .leave-reply .comment-form-comment {
    display: inline-grid;
    width: 100%;
}
.single-case_study .leave-reply {
    background: #C8D7E1;
    padding: 20px;
    border-radius: 7px;
}
.single-case_study .leave-reply textarea#comment {
    border-radius: 7px;
}