@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    font-size: 100%;
}

body {
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
}

ul, li, ol, p, span, strong, a, img, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

img {max-width: 100%;}

.bg-primary {
    background: #3575B6;
}

.text-orange {
    color: #E2633A;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 1250px;
}

.header-top a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	display: flex;
	gap: 6px;
}

.header-top li {
	list-style: none;
	display: inline-block;
    margin-right: 10px;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	text-transform: uppercase;
	color: #000;
}

.header .navbar-expand-lg .navbar-nav .icon-menu .nav-link {
	color: #E36339;
}

.header .navbar-expand-lg .navbar-nav .nav-link.active,
.header .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #3576B6;
}

.main-hero {
	background: #0d6efd;
	background-image: linear-gradient(92.67deg, #01305E 22.32%, #2A73BA 71.83%);
	color: #fff;
    padding: 80px 0;
}

.main-hero h1 {
	font-weight: 700;
	font-size: 58px;
	margin: 0;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
}

.main-hero h3 {
	font-weight: 400;
	font-size: 35px;
	line-height: 57px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
    margin-bottom: 1rem;
}

.main-hero li {
	list-style: none;
	font-weight: 400;
	font-size: 22px;
	line-height: 25px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	margin-bottom: 1.3rem;
	display: flex;
	gap: 10px;
}

.main-hero ul + .row {
	max-width: 550px;
}

.hero-img {
	position: absolute;
	left: 55%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 0;
}

.hero-form {
	max-width: 345px;
	background: #E4EBF1;
	padding: 30px;
}

.hero-form h2 {
	font-weight: 500;
	font-size: 35px;
	line-height: 57px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #000000;
}

.hero-form .form-control {
	height: 46px;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 0;
}

.hero-form textarea.form-control {
	height: auto;
	resize: none;
}

.btn.btn-primary {
	background: #E3633A;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	padding: 10px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.welcome-sec {
    padding: 50px 0;
}

.welcome-sec:after {
    content: "";
    position: absolute;
    background-color: #E36339;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.welcome-left h5 {
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.welcome-left h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 46px;
	letter-spacing: 0.03em;
	max-width: 399px;
    margin: 10px 0;
}

.TrinityPlumbing {
	background: #F2F4F6;
	padding: 70px 0;
}

.welcome-left p {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.03em;
	color: #797979;
    margin-bottom: 20px;
}

.welcome-left p b {
	margin-bottom: 20px;
    display: block;
}

.welcome-left h4 {
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	display: flex;
	align-items: center;
	text-align: center;
}

.welcome-left h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 46px;
	letter-spacing: 0.03em;
}

.welcome-right h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 39px;
	letter-spacing: 0.03em;
	margin: 0;
}

.welcome-right p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.03em;
}

.our-services {
	background-color: #F2F4F6;
	padding: 60px 0;
	background-image: url(../images/serv-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sec-head h5 {
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sec-head h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 66px;
	text-align: center;
	letter-spacing: 0.03em;
}

.sec-head p {
	max-width: 948px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
	margin: 0 auto;
}

.sr-more span {
	display: block;
	position: absolute;
	left: -10px;
	top: 40px;
	transform: rotate(-90deg);
	white-space: nowrap;
}

.sr-more {
	position: relative;
	width: 60px;
}

.serv-item {
	margin: 0px 15px;
	background: #fff;
	padding: 20px;
}
.serv-item a{
	color: #212529;
}
.serv-item a:hover{
	color: #3575B8;
}

.serv-item h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin: 11px 0;
	min-height:70px;

}

.sl-bx {
	width: 100%;
}

.slide-arrow ul {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	gap: 10px;
	align-items: center;
}

.slide-arrow ul li {
	list-style: none;
	display: flex;
}

.slide-arrow .line {
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #D1D1D1;
}

.arrow-btn {
	display: inline-block !important;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 50%;
	text-align: center;
	line-height: 47px;
	font-size: 25px;
	color: #D1D1D1;
}

.slide-arrow {
	padding: 30px 0 0;
}

.afford-sec {
	padding: 50px 0 100px;
	background-image: url(../images/aff-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.afford-sec h2 {
	max-width: 815px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 66px;
	text-align: center;
	letter-spacing: 0.03em;
	margin: 10px auto;
}

.afford-sec p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
}

.aff-tab .nav-item {
	padding: 0 30px;
}

.aff-tab .nav-item .nav-link {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #3575B8;
	padding: 25px 10px;
	position: relative;
	border: 0;
	border-radius: 0;
}

.aff-tab .nav-item .nav-link.active {
	background: #3575B8;
	box-shadow: 0 0 0;
	color: #fff;
}

.aff-tab {
	padding: 0 0 80px;
	margin-top: -40px;
}

.aff-tab .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}

.aff-tab .tab-content > .tab-pane {
	padding: 60px 0 0;
}

.TrinityPlumbing .sec-head p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #797979;
	max-width: 737px;
}

.review-bx {
	background: #f2f4f6;
	padding: 20px;
	margin: 15px;
}

.reviews {
	padding: 50px 0;
}

.emergency-sec {
	padding: 50px 0 170px;
	background-image: url(../images/form-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.emergency-sec h2 {
	max-width: 815px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 66px;
	text-align: center;
	letter-spacing: 0.03em;
	margin: 10px auto;
}

.emergency-sec p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
}

.em-form {
	max-width: 948px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
	margin: -110px auto 80px;
	padding: 40px;
}

.em-form h2 {
	font-weight: 700;
	font-size: 25px;
	line-height: 41px;
	letter-spacing: 0.03em;
	color: #3576B6;
	margin-bottom: 15px;
}

.em-form .form-control {
	background-color: rgba(217, 217, 217, 0.2);
	border: 0;
	border-radius: 0;
	height: 46px;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.03em;
	color: rgba(0, 0, 0, 0.5);
}

.em-form textarea.form-control {
	height: auto;
	resize: none;
}

.cnt-bx {
	background: #fff;
	padding: 20px;
	margin-top: -40px;
	margin-bottom: -40px;
}

.cnt-bx img {
	margin-top: -70px;
	margin-bottom: 15px;
}

.cnt-bx h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cnt-bx p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #797979;
	min-height: 60px;
}

.cnt-bx p span {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #3576B6;
}

.footer {
	background-image: url(../images/footer-bg.png);
	padding: 120px 0 20px;
}

.foot-logo p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	max-width: 500px;
	margin: 30px auto 30px;
}

.serv-area {
	text-align: center;
	background: #e2633a;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
}

.serv-area h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.serv-area p {
	font-weight: 700;
	color: #fff;
}

.serv-area a {
	color: #fff;
	display: inline-block;
	padding: 0 6px;
}

.copyright {
	padding-top: 25px;
	text-align: center;
}

.copyright p {
	color: #fff;
	margin-bottom: 20px;
}

.copyright ul li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
	font-size: 20px;
}

.copyright ul li a {
	color: #fff;;
}




/* Service page css */
.inner-banner{
	background: #0d6efd;
	background-image: linear-gradient(92.67deg, #01305E 22.32%, #2A73BA 71.83%);
	color: #fff;
    padding:100px 0; text-align: center;
}
.inner-banner:after{
	background: url(../images/header-banner-cartoon.png) no-repeat 0 0;
	content: "";
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 270px;
    height: 318px;
	background-size: cover;

  }
.inner-banner h1 {
	font-weight: 700;
	font-size: 50px;
	margin: 0 0 28px 0;
	letter-spacing: 0.03em;
}
.top-action {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
  }
  .top-action a {
	width: 251px;
	height: 59px;
	border: 2px solid #FFFFFF;
	border-radius: 30px;
	padding: 18px 27px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all ease-in-out 0.3s 0s;
  }
  .top-action a:hover {
	border: 2px solid #F15A22;
	background: #F15A22;
  }
  

  .service-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 55px 0;
  }
  .service-aside {
	width: 370px;
  }
  .plumbing-services {
	background: #F6F6F6;
	padding: 36px 25px;
	margin-bottom: 11px;
  }
  .plumbing-services h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #0F75BC;
	margin-bottom: 15px;
  }
  .plumbing-services li {
	list-style: none;
	margin-bottom: 10px;
  }
  .plumbing-services ul li a {
	background: #fff url(../images/right-orange-arrow.svg) no-repeat calc(100% - 20px) center;
	display: inline-block;
	width: 100%;
	padding: 15px 38px 15px 18px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #5D666F;
	transition: all ease-in-out 0.3s 0s;
  }
  .plumbing-services ul li a:hover{
	color: #F15A22;
  }
  .plumbing-services ul li.current-menu-item a{
	color: #F15A22;
  }
  .service-aside .hero-form {
	max-width: 100%;
	background: #F15A22;
	padding: 25px;
  }
  .service-aside .hero-form h2 {
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-bottom: 25px;
  }
  .service-aside .hero-form .form-control {
	font-size: 14px;
	color: #000;
  }
  .service-aside .hero-form .mb-3 {
	margin-bottom: 13px !important;
  }
  .service-aside .hero-form textarea.form-control {
	height: 70px;
  }
  .service-aside .btn.btn-primary {
	background: #000;
  }
  .service-detail h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 0.03em;
	color: #000000;
	margin: 0px 0 20px 0;
  }
  .service-detail {
	width: 100%;
	flex: 1;
	
  }
  .service-detail p {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #797979;
  }
  .service-benifits {
	padding: 0;
  }
  .service-benifits h4 {
	font-weight: 500;
	font-size: 25px;
	line-height: 38px;
	letter-spacing: 0.03em;
	color: #F15A22;
	margin-bottom: 15px;
  }
  .service-benifits ol, .service-benifits ul {
		margin-left: 20px;
	}
  .service-benifits ul {
	/* display: grid;
	gap: 15px; */
	list-style: none;
	/* grid-template-columns: 1fr 1fr; */
  }
  .service-benifits ol li {
	color: #797979;		
	padding-bottom: 16px;
  }
  .service-benifits ul li {
	color: #797979;
	background: url(../images/tick.png) no-repeat 0 7px;
	padding-left: 20px;		
	padding-bottom: 16px;
  }
  .faq-sec{
	background: url(../images/FAQ-text-title-bg.svg) no-repeat 20px 100px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 100px 0;
  }
  .faq-sec h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #E46238;
  }
  .faq-sec h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.03em;
	color: #000000;
	margin-bottom: 20px;
  }
  .faq-sec p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #797979;
  }
  .faq-sec .accordion-item {
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
  }
  .faq-sec .accordion-item h2 {
	line-height: normal;
	margin-bottom: 0;
  }
  .faq-sec .accordion-button {
	background: rgba(217, 217, 217, 0.2);
  }
  .faq-sec .accordion-button {
	background: rgba(217, 217, 217, 0.2);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #3575B8;
	box-shadow: none;
  }
  .accordion-button::after{
	border-left: 1px solid rgba(53, 117, 184, 0.5);
	padding-left: 35px;
	display: flex;
	justify-content: space-between;
	background-position: right;
	background-size: 15px;
	background-image: url(../images/accordian-plus.svg);
  }
  .accordion-button:not(.collapsed)::after{
	background-image: url(../images/accordian-minus.svg);
	transform: none;
  }


  /* Contact us css */

.contact-sec {
	padding: 60px 0;
  }
  .contact-sec .em-form {
	margin: 0;
  }
  .contact-sec h5 {
	margin-top: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #0F75BC;
  }
  .contact-sec h3 {
	margin: 10px 0 15px 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 0.03em;
	color: #000000;
  }
  .contact-sec p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #797979;
  }
  .cnt-detail-wrapper {
	background: #fff url(../images/free_estimate.jpg) no-repeat right bottom;
	padding: 30px 0px;
	box-shadow: 0px 3px 57px rgba(0, 0, 0, 0.06);	
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-bottom: -40px;
	position: relative;
	background-size: 232px;
  }
  .cnt-detail-block {
	width: 50%;
	padding: 10px 40px;
  }
  .cnt-detail-block:not(:last-child) {
	border-right: 1px solid #E3E3E3;
  }
  .cnt-detail-block h3 {
	font-weight: 500;
	font-size: 27px;
	line-height: 40px;
	text-transform: capitalize;
	color: #000000;
  }
  .cnt-detail-block h3::after {
	content: "";
	width: 100px;
	height: 2px;
	background: #000;
	display: block;
	margin: 16px 0 40px 0;
  }
  .cnt-detail-block li{
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	color: #666666;
	display: flex;
	margin-bottom: 20px;
  }
  .cnt-detail-block li div{
	width: 100%;
	flex: 1;
  }
  .cnt-detail-block li label {
	padding-left: 30px;
	width: 120px;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	color: #666666;
  }
  .cnt-detail-block li a {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-transform: none;
	color: #666666;
  }
  .add-li{ background: url(../images/add-icon.svg) no-repeat 0 0;}
  .phone-li{ background: url(../images/call-icon.svg) no-repeat 0 0;}
  .mail-li{ background: url(../images/mail-icon.svg) no-repeat 0 0;}

  .cnt-spport{
	background: url(../images/support-icon.png) no-repeat 0 0;
	padding-left: 100px;
  }
  .cnt-spport label {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	color: #040404;
  }
  .cnt-spport p {
	font-size: 20px;
	color: #666666;
	text-transform: uppercase;
	line-height: 30px;
  }
  .cnt-spport p span {
	color: #E46238;
	font-weight: 700;
  }

.hp-bx {
	background: #3576b6;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 9px solid #fff;
	width: 150px;
	text-align: center;
	padding: 15px 5px;
}

.hp-bx h2 {
	color: #fff;
	margin: 5px 0 0;
}
.hp-bx p {
	color: #fff;
	line-height: 12px;
}
.app-bx {
	background: #F8F8FA;
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 30px 20px;
}

.app-bx h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0.03em;
	color: #E36437;
	margin-top: 20px;
}
.author-sign {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}
.author-sign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.signature-group {
	display: flex;
	gap: 15px;
}
.ps-hd-img {
	width: 110px;
	height: 110px;
	background: #FFFFFF;
	border: 5px solid #E26438;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 auto 10px;
}
.ps-hd-img img {
	width: 55px;
	height: 55px;
}
.ps-hd-img + p {
	text-align: center;
}
.input-group {
	margin: 0 40px !important;
}
.offcanvas-top {
	height: 254px;
	background: rgba(0, 0, 0, 0.5);
}
.offcanvas-top .input-group {
	/* margin: 0 40px !important; */
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	transform: translate(-50%, -50%);
	height: 80px;
}
.offcanvas-top .input-group .form-control {
	color: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	font-size: 27px;
	padding: 25px;
}
.offcanvas-top .btn-close {
	background-color: #fff;
	opacity: 1;
	padding: 20px 20px;
	border-radius: 50%;
	float: right;
}
.offcanvas-top .offcanvas-header {
	justify-content: end;
}
.input-group-text {
	background: #2a73ba;
	color: #fff;
	border: 0;
	font-size: 25px;
	padding: 20px 30px;
	border-radius: 0;
}



@media(max-width: 991px){
.navbar-nav.d-flex {
	flex-direction: revert;
	gap: 10px;
	position: absolute;
	top: 43px;
	right: 15px;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0rem;
}
.offcanvas-top .input-group {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	transform: inherit;
	height: 60px;
	margin: 0 !important;
}
.input-group-text {
	background: #2a73ba;
	color: #fff;
	border: 0;
	font-size: 20px;
	padding: 15px 20px;
	border-radius: 0;
}
.offcanvas-top .input-group .form-control {
	font-size: 20px;
	padding: 25px;
	height: 60px;
}
.offcanvas-top .btn-close {
	padding: 15px 15px;
}
.offcanvas-top {
	height: 222px;
}
.header .navbar-expand-lg .navbar-nav.ms-auto .icon-menu .nav-link {
	display: none;
}
.app-bx h2 {
	font-size: 20px;
	line-height: 25px;
}
.tab-content .px-5.position-relative.welcome-right.tb-right {
	padding: 0 0 !important;
}
.ps-hd-img img {
	width: 35px;
	height: 35px;
}
.ps-hd-img {
	width: 90px;
	height: 90px;
}
}.mb-30{margin-bottom:30px;}.two_img_block{margin-bottom:30px;}

.serv-area {
	display: inline-block;
}
#services_footer_menu li {
	list-style: none;
	float: left;	
	border-right: solid 2px #fff;
	font-weight: bold;	
	text-align: center;	
}
#services_footer_menu li:last-child {
  border-right: none;
}
#services_footer_menu li a {
	padding: 0px 10px;
}

.cms-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 55px 0;
  }
#gform_wrapper_1 .gform_heading, #gform_wrapper_2 .gform_heading {display:none;}
#gform_wrapper_1 .gfield_validation_message, #gform_wrapper_2 .gfield_validation_message{padding:10px;}
#gform_1_validation_container,#gform_2_validation_container{padding:10px;}
input#gform_submit_button_1{
	background: #E3633A;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	padding: 10px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	width:100%;
}
input#gform_submit_button_2 {
	background: #E3633A;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	padding: 10px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	width:50%;
}

.sidebar input#gform_submit_button_1 {
	background: #000;	
}


.service-areas {
  padding: 60px 20px;
  background: #f8f9fb;
  width: 100%;
}

.service-areas .container {
  max-width: 1200px;
  margin: auto;
}

.service-areas h2 {
  text-align: center;
  margin-bottom: 20px;
}

.service-areas .intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #555;
}

.area-block {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.area-block h3 {
  margin-bottom: 15px;
  color: #1e73be;
}

.area-block h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

.area-list {
  columns: 2;
  column-gap: 40px;
  list-style: none;
  padding: 0;
}

.area-list li {
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}

.area-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1e73be;
}

@media (max-width: 768px) {
  .area-list {
    columns: 1;
  }
}


.printer-service-section {
  background: #f7f9fc;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
}

.printer-service-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  margin-bottom: 40px;
}

.subtitle a {
  color: #0096d6;
  font-weight: 600;
  text-decoration: none;
}

.quote-btn {
  background: #0096d6;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 5px;
}

.quote-btn:hover {
  background: #007db8;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card i {
  font-size: 36px;
  color: #0096d6;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}


.wpcf7 textarea {
    height: 62px !important;
    resize: none; /* optional: prevents manual resize */
}