/**
 * Services Template Styles
 * Custom CSS for the services-template-page.php template
 */

/* ===================================
   HOME BANNER SECTION
   =================================== */
.home-banner {
	min-height: 616px;
	background: linear-gradient(0deg, #0A3542 0%, #0A3542 100%), linear-gradient(180deg, #062028 0%, #062731 100%);
	padding: 80px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.home-banner .container {
	text-align: center;
}

.home-banner .col-lg-5 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.home-banner h1 {
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.2;
	color: #F6F9F9;
}

.home-banner p {
	font-size: 18px;
	margin-bottom: 2rem;
	opacity: 0.9;
	line-height: 27px;
	font-weight: 400;
	color: #F6F9F9;
}

.home-banner .btn {
	padding: 10px 24px;
	border-radius: 24px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 16px;
}

.home-banner .btn-primary {
	background-color: #F5634D;
	border: 2px solid #F5634D;
	color: white;
}

.home-banner .btn-primary:hover {
	background-color: #e55a45;
	border-color: #e55a45;
	color: white;
}

.home-banner .btn-outline-light {
	background-color: transparent;
	border: 2px solid white;
	color: white;
}

.home-banner .btn-outline-light:hover {
	background-color: white;
	color: #0A3542;
}

/* Hide the right column with images */
.home-banner .col-lg-7 {
	display: none;
}

/* Banner Images Layout */
.banner-images {
	position: relative;
	height: 500px;
}

.image-row {
	display: flex;
	gap: 60px;
	margin-bottom: 20px;
}

.image-row.top-row {
	justify-content: space-between;
}

.image-row.bottom-row {
	justify-content: space-between;
}

.image-container {
	position: relative;
	transition: transform 0.3s ease;
}

.image-container:hover {
	transform: translateY(-5px);
}

.big-image {
	width: 100%;
	height: 270px;
}

.small-image {
	width: 170px;
	height: 270px;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.desktop-mockup {
	border-radius: 8px;
}

.mobile-mockup {
	border-radius: 20px;
}

body.page-template-services-page .our-service-section{
	margin-top:0px;
	padding:32px 0px;
}

.separator-container{
	position: relative;
}
/*Global css*/
.bgcolor-F6F9F9{
    background-color: #F6F9F9;
}
.bgcolor-E8F1F1{
	background-color: #E8F1F1!important;
}
.bgcolor-B9DDDD{
	background-color: #B9DDDD;
}
.bgcolor-116E6E{
	background-color: #116E6E;
}
.justify-content-center{
	justify-content: center;
}
.mt-15{
	margin-top: 15px;
}
.mt-24{
	margin-top: 24px;
}
.mt-47{
	margin-top: 47px;
}
.padding-tb-32{
	padding: 32px 0px;
}
.padding-tb-72{
	padding: 72px 0px!important;
}
.width-968{
	max-width: 968px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.white-text{
	color: #fff!important;
}
.align-left{
	text-align: left!important;
}
.align-center{
    text-align: center!important;
}
.col-lg-6 {
    width: 50%;
    flex: 0 0 auto;
}
.img-left{
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 25px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.img-left img{
    width: 100%;
    height: 490px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.img-left:hover img{
    transform: scale(1.05);
}
h2{
    font-weight: 700!important;
}
/*End global css*/

.imgleft-textright-section .row{
    gap: 42px 71px;
}
.imgleft-textright-section .col-lg-6 {
    flex: 0 0 calc(50% - 36px);
}
.imgleft-textright-section p{
    font-size: 16px;
    line-height: 150%;
}

.bo-section .container{
    max-width: 1066px;
    margin: auto;
}
.bo-title{
    margin-bottom: 24px;
}
.td-cards{
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.td-card {
    width: 50%;
    flex: 0 0 calc(50% - 12px);
    padding: 32px;
    border-radius: 16px;
    align-self: stretch;
    transition: all 0.3s ease;
}
.td-card h4{
    margin-bottom: 16px;
}
.td-card p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.td-card:hover,
.process-box-loop-item .column-content:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.marquee-title{
    margin-bottom: 24px!important;
}

.process-box-loop-item .col-lg-3{
/*     flex: 0 0 calc(25% - 18px); */
	flex: 0 0 calc(33.33% - 16px);
}
.process-box-loop-item-title h2{
    margin-bottom: 0;
}
.process-box-loop-item .column-content {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--wordie-white-70, #D3D3D3);
    background: var(--Wordie-White, #F6F9F9);
    align-self: stretch;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    height: auto!important;
}
.process-box-loop-item .column-content h4{
    margin-bottom: 0;
}
.convert-to-slide-mobile .slick-track{
    display: flex;
}
span.step-number {
    color: var(--Wordie-Coral, #F5634D);
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.process-box-loop-item p{
    font-size: 16px;
    line-height: 150%; /* 24px */
}

.banner-subtitle{
    display: block;
    max-width: 667px;
    margin: auto;
}
.grid-box-loop-item-title .col-12{
    width: 618px;
    margin: auto;
}
.grid-box-loop-item-title h2,
.ptrb-section h2,
.bp-section h2,
.faq-section h2{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #0A3542;
	text-align: center;
}
.grid-box-loop-item .column-content{
	background: #F6F9F9;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	align-items: center;
	height: auto;
	transition: all 0.3s ease;
	border: 1px solid #D3D3D3;
	display: flex !important;
	flex-direction: column;
	gap: 16px;
}
.grid-box-loop-item .column-content:hover,
.ptrb-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.grid-box-loop-item .column-content h4 {
/*     flex-basis: 100%; */
    font-weight: 600;
    margin-bottom: 0px;
    color: #0A3542;
}
.grid-box-loop-item .icon-wrapper img{
    background-color: #E8F4F4;
    border-radius: 50%;
    padding: 19px;
}

#ptrb-cards{
	gap: 24px;
}
#ptrb-cards .col-lg-4{
	width: 33.33%;
	flex: 0 0 calc(33.33% - 16px);
	padding: 0;
}

.ptrb-card{
	background: #FFFFFF;
	border-radius: 16px;
	padding: 30px 25px;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 16px;
}
.ptrb-card .card-title{
	font-size: 20px;
	text-align: center;
}

.bp-steps{
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 47px;
}
.bp-steps li{
    display: flex;
    gap: 20px;
    flex: 100%;
}
.step-no{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #116E6E;
    height: 52px;
    width: 52px;
    border-radius: 50px;
    align-content: center;
}
.step-details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.step-details h4{
	margin-bottom: 0;
}
.step-details p{
	font-size: 16px;
}
.cta-con{
    display: flex;
    gap: 24px;
}
.cta-btn-1{
    display: flex;
    padding: 10px 24px;
    align-items: center;
    border-radius: 16px;
    background: var(--Wordie-Coral, #F5634D);
    color: var(--Wordie-White, #F6F9F9);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    width: 168px;
    transition: all 0.5s ease;
}
.cta-btn-1::after {
    content: url(/wp-content/uploads/2025/09/arrow_forward.svg);
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.5s ease;
}
.cta-btn-1:hover{
	background-color: #B9DDDD;
	width: 172px;
}
.cta-btn-1:hover::after{
	filter: invert(1);
}
.cta-btn-2{
	display: flex;
	align-items: center;
	align-items: center;
    color: var(--Wordie-Coral, #F5634D);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.mob-reverse{
    margin-left: 0px;
    margin-right: 0px;
}

div#testimonialSlider-track:after{
    content: '';
    display: block;
    opacity: .9;
    width: 8.4%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, #B9DDDD 0%, #B9DDDD 34.37%, rgba(185, 221, 221, 0.85) 100%);
    border-radius: 12px 0 0 12px;
}

.splide__slide:not(.is-active):nth-child(n+3) {
    opacity: unset!important;
    filter: unset!important;
}

.question-header {
	cursor: pointer;
	margin: 0;
	color: var(--Wordie-Dark-Teal, #0A3542);
	/* B-Large */
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
    width: 100%;
    position: relative;
}
.answer-content {
	display: none;
	color: var(--Wordie-Black, #062028);
	/* B-Reg */
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
    padding-top: 16px;
}
.faq-contents{
    display: flex;
    padding: 42px;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
	background: var(--word-dark-teal-20, #E8F1F1);
}
.faq-item{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #116E6E;
    padding-bottom: 16px;
}
.faq-title{
	margin-bottom: 32px!important;
}
.faq-section .col-lg-4{
	justify-content: center;
    display: flex;
    flex-direction: column;
}
h3.question-header.active:after {
    content: url(/wp-content/uploads/2025/10/going-up.svg);
}
h3.question-header:after{
	content: url(/wp-content/uploads/2025/10/going-down.svg);
}
h3.question-header.active:after,
h3.question-header:after{
	right: 0;
	position: absolute;
}

.contact-info-wrapper {
    border-radius: 16px;
    background: var(--word-dark-teal-20, #E8F1F1);
    padding: 32px;
    height: fit-content;
}
.contact-method-link {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}
.contact-method-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-method-item {
    border-radius: 16px;
    background: var(--Wordie-White, #F6F9F9);
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.breadcrumb-wrapper{
    display: none;
}
.contact-us-section{
    padding-top: 72px;
}

.cta-trbr{
    padding-top: 120px !important;
}
.cta-trbr .container{
    max-width: 980px;
    margin: auto;
}
.cta-trbr h2{
    margin-bottom: 16px!important;
    font-size: 42px!important;
    font-weight: 700!important;
}
.cta-trbr a{
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--Wordie-Coral, #F5634D);
    color: var(--Wordie-White, #F6F9F9);
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
    width: 220px;
}
.cta-trbr a:after{
    content: url(/wp-content/uploads/2025/10/arrow_forward.svg);
    position: relative;
    right: 0px;
    top: 3px;
    transition: all 0.5s ease;
}
.cta-trbr a:hover {
    background-color: #B9DDDD;
    width: 230px;
}
.cta-trbr a:hover::after {
    filter: invert(1);
}
.cta-button-right{
    align-content: center;
    justify-items: end;
}

@media (min-width: 1024px) {
    .contact-form-html {
        left: -40px;
        position: relative;
        top: -50px;
    }
}

.upward-wave-separator,
.upward-wave-separator-mobile{
    position: absolute;
    width: 100%;
}
.upward-wave-separator svg,
.upward-wave-separator-mobile svg{
    width: 100%;
    height: 100%;
}
.upward-wave-separator-mobile{
    display: none;
}

.convert-to-slide-mobile{
	gap: 24px;
}
.convert-to-slide-mobile .col-lg-4{
    width: 33.33%;
    flex: 0 0 calc(33.33% - 16px);
}
.grid-box-loop-item.padding-tb-72 .column-content{	
/* 	width: 25%;
	flex: 0 0 calc(25% - 18px); */
	width: 33.33%;
    flex: 0 0 calc(33.33% - 16px);
}

.wfop-section,
.faq-section{
	padding-left: 20px;
	padding-right: 20px;
}
.faq-section .row{
	gap: 47px;
}
.faq-section .col-lg-4{
    flex: 0 0 calc(33.33% - 24px);
}
.faq-section .col-lg-8{
    flex: 0 0 calc(66.67% - 24px);
}
.img-con img{
	width: 100%;
}

@media (max-width: 1340px) {
    .splide__arrow--prev {
    	left: -25px !important;
	}
}
@media (max-width: 1023px) and (min-width: 768px){
	.grid-box-loop-item.padding-tb-72 .column-content{
/* 		width: 50%;
		flex: 0 0 calc(50% - 18px); */
	}
}

@media (max-width: 767px) {
	.grid-box-loop-item .column-content:hover{
	    transform: unset;
    	box-shadow: unset;
	}
	.mob-gap-12{
		gap: 12px;
	}
	.mob-reverse{
		flex-direction: column-reverse;
	}
	.bp-steps{
	    margin-top: 42px;
	}
	div#testimonialSlider-track:after{
		display: none;
	}
    .wfop-section .splide__arrows.splide__arrows--ltr{
    	position: absolute;
        left: 50%;
        bottom: -50px;
    }
    .wfop-section .splide__arrow--prev{
	    left: -50px !important;
    }
    .wfop-section .splide__arrow--next{
	    right: -50px !important;
    }
    .wfop-section{
    	padding-bottom: 125px;
    }
    .container > .row > div {
    	padding-right: 7.5px;
    	padding-left: 7.5px;
    }
    h1{
    	font-size: 38px!important;
    }
    h2{
    	font-size: 24px!important;
    }
    .faq-title{
    	margin-bottom: 24px!important;
    }
    .faq-contents{
    	/*margin-top: 52px;*/
    }

    .slick-slide{
    	margin: 0 10px;
    }
    .convert-to-slide-mobile .slick-list{
	    padding-left: 0 !important;
	}

	#ptrb-cards .col-lg-4 {
        width: 100%;
    	flex: auto;
	    padding: 0;
	}
	.faq-section .col-lg-4,
	.faq-section .col-lg-8 {
    	flex: auto;
	}
	.col-lg-6{
		width: 100%;
    	flex: auto;
	}

	.upward-wave-separator-mobile{
	  	display: block;
	}
	.upward-wave-separator{
	  	display: none;
	}
	.td-card{
	  	flex: 1;
	}
	.col-lg-6{
		flex: 100% !important;
		width: 100%;
	}
	.convert-to-slide-mobile .col-lg-4,
    .convert-to-slide-mobile .col-lg-3{
	  	flex: 1!important;
	}
	.img-left img{
		height: 325px;
	}
}

/*End ryan css*/