/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
* Base Style
* ----------------------------------------------------------------------- */
/* Only apply to administrators */
#wpadminbar ~ .top-header,
body.admin-bar{
	/* padding-top: 30px !important; */
}

body {
	color: #2d2d2d;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 24px;
}

body,
p {
	font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}
h1 {
	font-weight: bold;
}
#page-container{
	padding-top:0px !important;
}

/* Social Icons */
#social-icons {
	text-align: left;
}

/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
/* Top header */

#main-header {
	background: transparent;
	width: 95%;
	margin: 0 auto;
	top: 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
	filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0)) !important;
	border-bottom: 1px solid #ffffff78;
}
.et_fixed_nav #main-header {
	position: relative !important;
}

#main-header,
#main-header.et-fixed-header {display: flex;align-items: center;justify-content: space-between;}
header > .et_menu_container {
	max-width: 1350px !important;
}
#main-header .fa {
	position: relative;
	top: 0px;
	left: 0px;
	color: #000080;
	font-size: 20px;
	transition: 0.3s;
}
.icon {
	margin: 0 15px 0 0px;
}

/* Logo */

.et-fixed-header .logo_container,
.logo_container {
	padding: 0;
}

.text-logo {
	position: relative;
	display: inline-block;
	color: #042f4d;
	font-family: "Poppins", sans-serif;
	font-size: 26px !important;
	font-weight: 500;
	line-height: 35px;
	text-transform: uppercase;
	transition: 0.3s;
	text-align: left;
}

/* Navigation */
#et-top-navigation {
	padding: 0 !important;
	width: 60% !important;
}

#top-menu li {
	padding-right: 0px;
	margin-right: 20px;
	transition: 0.3s ease-in-out;
}
#top-menu li.current_page_item,
#top-menu li:hover {
	color: #fff !important;
}

#top-menu li a {
	font-family: "Poppins", sans-serif;
	font-weight: 500 !important;
	font-size: 17px !important;
	padding: 20px 0px !important;
	transition: 0.4s ease-in-out;
	text-transform: capitalize !important;
}

#top-menu li a:hover {
	color: #4cd9e4 !important;
	opacity: 1 !important;
}
.et-fixed-header #top-menu li a:hover {
	color: #000080 !important;
}
#top-menu li.current-menu-ancestor > a {
	color: #000080 !important;
}
.nav li ul {
	background: #ffffff;
}
#top-menu li li a {
	padding: 10px 20px !important;
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
	color: #fff !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
	background-color: #0f2454 !important;
}

.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background-color: #0f2454 !important;
	text-align: center;
}

.et_mobile_menu li a {
	color: #fff !important;
}

.et_monarch .et_social_mobile {
	width: 100% !important;
}

/* Scroll Down Button */
.scroll-down-btn {
	z-index: 99999;
	position: absolute;
	bottom: 35px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	padding: 10px;
	border-radius: 40px;
	background-color: #000080;
}

.scroll-down-btn:hover {
	opacity: 0.8;
}

/* -----------------------------------------------------------------------
* Sidebar Style
* ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #000000 !important;
	font-family: "Archivo", sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.widgettitle:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #000080;
}

#sidebar {
	color: #525252;
	margin-top:20px;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
	display: none;
}

#sidebar #servcss li {
	position: relative;
	/*   padding-left: 25px; */
	transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
position: absolute;
content: '\f00c';
top: 0;
left: 0;
color: #000080;
font-family: 'FontAwesome';
} */

#servcss svg {
	display: none;
}

/* -----------------------------------------------------------------------
* Testimonial
* ----------------------------------------------------------------------- */
.heading h2 {
	position: relative;
	font-family: "Archivo", sans-serif;
	color: #000080 !important;
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 0;
}
.heading h2 span {
	color: #000000;
}
/*
.home-testimonial .heading h2:before {
position: absolute;
content: '\f005 \f005 \f005 \f005 \f005';
top:-35px;
left: 50%;
color: #FFB300;
font-family: 'FontAwesome'; 
font-size: 15px;
transform: translateX(-50%);
}
*/
.home-testimonial blockquote {
	border: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title,
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
	display: none !important;
}

.home-testimonial .wpcr3_item_name a {
	color: #fff !important;
}

.learn-more a {
	background-color: #000080;
	border: 2px solid #000080;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s ease-out;
	font-family: "Archivo", sans-serif;
	position: relative;
	z-index: 1;
}

/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_table_2 td {
	font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
	margin-bottom: 20px;
}
@media (min-width: 981px) {
	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}
	.wpcr3_table_2 td {
		text-align: left !important;
	}
	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}
	.wpcr3_button_1 {
		margin-top: 10px;
	}
}
@media (max-width: 980px) {
	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}
	.wpcr3_div_2 {
		width: 100%;
	}
	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}
	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}
	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}
	.wpcr3_rating_style1_status {
		width: 85px !important;
	}
	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}
	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}

/* -----------------------------------------------------------------------
* Get a Free Estimate Style
* ----------------------------------------------------------------------- */
#location h3 {
	font-family: "Archivo", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 27px;
}
.free-estimate-heading {
	position: relative;
	color: #000 !important;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 0px;
	padding-bottom: 0px;
	z-index: 1;
}
textarea {
	resize: none;
}


#contactForm input[type="text"]::placeholder,
#contactForm input[type="password"]::placeholder,
#contactForm input[type="tel"]::placeholder,
#contactForm input[type="email"]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #000 !important;
}

#contactForm input[type="text"]:focus,
#contactForm input[type="password"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	opacity: 1;
}

#contactForm div:nth-child(5) img {
	float: left;
	margin-top: 5px;
}

#contactForm div:nth-child(5) input {
	float: right;
	width: 50% !important;
	height: 50px;
	margin: 0 !important;
}


/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */
#main-footer {
	background-color: #0f2454;
	padding-top: 20px;
}

#main-footer #footer-widgets {
	margin-bottom: 30px;
	padding: 3% 0 0;
}

#main-footer .footer-widget {
	color: #f7f7f7 !important;
	font-family: "Archivo", sans-serif;
}

#main-footer .footer-widget strong {
	color: #22bafe !important;
}

#main-footer .footer-widget .et_pb_widget {
	float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
	width: 100%;
}

#main-footer h4 {
	position: relative;
	color: #fff !important;
	font-family: "Archivo", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #22bafe;
}

table.openinghours {
	width: 100%;
	max-width: 350px;
	margin: 0 auto !important;
}

.hours th,
.openinghours td {
	text-align: left !important;
	font-family: "Archivo", sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	text-shadow: none !important;
}

.openinghours td,
.hours th {
	color: #f7f7f7 !important;
}

.openinghours tr td:last-child {
	text-align: right !important;
}

#current-day {
	background-color: #22bafe;
}

#current-day td {
	color: #fff !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
	display: none;
}

#footer-bottom {
	background-color: transparent !important;
	color: white;
}

#footer-bottom .container {
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0;
}

/* -----------------------------------------------------------------------
* Helper Styles
* ----------------------------------------------------------------------- */
/*#section-1,
#home-testimonial-wrapper, 
#main-footer,
#footer-bottom {
position: relative;
}

#home-testimonial-wrapper:before, 
#main-footer:before {
position: absolute;
content: "";
top: 0;
left: -15px;
width: 40%;
height: 35px;
background-color: #fff;
transform: skew(-35deg);
}

#section-1:after,
#home-testimonial-wrapper:after, 
#footer-bottom:after {
position: absolute;
content: "";
bottom: 0;
right: -15px;
width: 40%;
height: 35px;
background-color: #fff;
transform: skew(-35deg);
}

#footer-bottom:after, #section-1:after {
top: -35px;
}

#section-1:after {
background-color: #172646;
}
*/

/* -----------------------------------------------------------------------
* Animation Style
* ----------------------------------------------------------------------- */
/* Bounce */
@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* -----------------------------------------------------------------------
* Helper Style
* ----------------------------------------------------------------------- */
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */
@media (max-width: 980px) {
	#location h3 {
		text-align: center;
	}

	.home ul#servcss {
		text-align: center;
	}
	.et_header_style_centered #main-header {
		padding: 0px 0 0;
	}

	.text-logo {
		width: unset;
	}

	.logo_container {
		position: static;
		text-align: center;
	}

	/*.text-logo {
	margin-bottom: 15px;
}*/

	#mobile_menu {
		top: 33px;
		border-top: 0;
	}

	.home-testimonial .wpcr3_item_name a,
	.home-testimonial .heading,
	.home-testimonial .et_pb_text {
		text-align: center;
	}
}

@media (max-width: 650px) {
	.et_monarch .et_social_mobile {
		width: 50% !important;
	}
}

@media (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
	}
}

@media (max-width: 500px) {
	#contactForm div:nth-child(5) img {
		float: none;
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}

	.text-logo {
		font-size: 24px;
	}

	#contactForm div:nth-child(5) input {
		float: none;
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.et_pb_slide_description {
		width: 300px;
		padding: 60px 10px 100px 0;
	}

	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 48px !important;
		line-height: normal;
	}
}

@media screen and (max-width: 375px) {
	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 38px !important;
	}
}
.et-fixed-header #top-menu li a {
	font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
	font-size: 17px !important;
}

/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
	}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
	width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
	top: unset !important;
	right: -17px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
	padding: 0 !important;
	width: unset !important;
	border-top: 3px solid #ddd !important;
}
.sub-menu li {
	padding: 0 !important;
	line-height: 1.2em !important;
}
.sub-menu li a {
	border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
	border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
	a.text-logo {
		line-height: 1em;
	}
}
/***** MORE *****/
@media (max-width: 980px) {
	.et_pb_text,
	.et_pb_widget,
	.module-titles {
		text-align: center;
	}
	.contact-info.pull-right * {
		padding: 0 !important;
	}
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
		text-align: center;
	}
	.widgettitle:before,
	#main-footer h4:before {
		width: 100%;
	}
	body:not(.home) h1.entry-title {
		text-align: center;
		font-size: 26px;
		border-bottom: 1px solid #ccc;
	}
	.et_pb_widget {
		text-align: center;
	}
	footer .et_pb_widget {
		float: none;
	}
}
#main-footer .container {
	width: 93%;
}
.payments strong,
.payments br {
	display: none;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
	width: 100%;
}
.mobile_menu_bar_toggle {
	height: 100%;
	width: 100%;
	right: 0 !important;
	top: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
	left: unset !important;
	position: absolute;
	top: 1px;
}
ul#mobile_menu {
	top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
	width: 100%;
}
.cat-buttons-header{
	display:flex;
	gap:20px;
	align-items: center;
}

.cta-phone-header{
	color:#042f4d;
}

.cta-phone-header:hover{
	color:#4cd9e4;
}

.cta-icon{
width:24px;
	margin-right:5px;
}

/*****************************************
********   IF LOGO IS IMAGE     *********
*****************************************/
.image-logo .logo_container a {
	display: block;
}

@media (min-width: 981px) {
	.image-logo #main-header .logo_container {
		max-width: 100%;
		height: auto !important;
	}
}

.et_header_style_centered #logo {
	position: static;
}

@media (min-width: 981px) {
	.image-logo .et_menu_container {
		width: 100% !important;
		max-width: 1350px;
		padding-right: 10px;
	}
	.image-logo #top-menu > li > a {
		transition: all 0.3s !important;
	}
}

@media (max-width: 980px) {
	.image-logo .logo_container {
		width: 100%;
		margin: 0 auto;
		height: 100% !important;
	}
	.image-logo .logo_container,
	.image-logo #logo {
		max-height: 120px !important;
		max-width: 100%;
	}
}

/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
	font-size: 1.2em;
}
.et_pb_widget svg {
	display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
		/* list-style: disc inside; */
	}
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
	margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
	padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
	width: 100%;
}
#social-icons {
	text-align: inherit;
}
.footer-widget li:before {
	border-color: #22bafe;
}
@media (max-width: 980px) {
	.et_pb_widget {
		text-align: center;
	}
	.paymentType {
		display: inline-block;
		float: none;
	}
}

#social-icons .social-icon {
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
}

@media (max-width: 767px) {
	.hours,
	.openinghours {
		width: 100%;
		text-align: center;
	}
}

#mobile_menu li a {
	text-transform: uppercase !important;
	font-family: "Archivo", sans-serif;
}

@media screen and (max-width: 980px) and (min-width: 767px) {
	.footer-widget:nth-child(n) {
		width: 100% !important;
	}
	#footer-widgets .footer-widget:nth-child(n),
	#footer-widgets .footer-widget {
		margin-bottom: 5% !important;
	}
	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 5%;
	}

}
@media screen and (min-width: 981px) {
	.home #page-container {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}
}
span.logo_helper {
	display: none !important;
}
.container_top {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container_nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo_container {
	text-align: center;
	display: block;
	padding: 25px 10px 15px !important;
	height: auto !important;
}
.top-header {
	background: #fff;
	display: none;
}


div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 16px;
	line-height: normal !important;
}
.home div.wpcr3_dotline {
	border-bottom: 0px dotted #ccc !important;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	padding-bottom: 0px;
}

/* end reviews */
/* add buttons*/
.booking-button-switch {
	display:none;
}
.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #0f2454;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #000080;
	font-weight: bold !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	padding: 6px 15px 8px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0px;
}
.top_button:hover {
	color:#fff;
}
.top_button .fa {
	top:0px !important;
	left:0px !important;
	height:0px !important;
	color:#fff !important;
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 8px 10px 8px 10px;
	background-color: #000080;
	color: #ffffff !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 3px solid #fff;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 55px;
	text-transform: uppercase;
	width: 230px;
}
#main-footer .listing-rev-btn {
	display: flex;
	align-items: center;
	position: fixed;
	padding: 8px 10px 8px 10px;
	border: 3px solid #fff;
	border-left: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	bottom:0px;
	background: #000080;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	justify-content: center;
	width: 230px;
	z-index: 9999;
	font-weight:bold;
}
#main-footer .listing-rev-btn img {
	display:none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
	position: relative;
	/* bottom: 2px; */
}
/* end add buttons */

@media screen and (min-width:601px) {
	.slider-button {
		display:flex;
		justify-content:center;
	}
	.slider-button .booking-button-switch {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
	#main-header {
		background: #0f2454;
	}
	.logo_container {
		padding: 15px 10px 15px !important;
	}
	.et_pb_slider .et_pb_slide {
		min-height: 75vh;
	}
	
}
@media screen and (max-width: 600px) {
	
}

#mobile_menu li a {
	line-height: 1.2em;
}

.floating-estimate-btn{
	z-index: 9999;
}

#main-footer .listing-rev-btn{
	display: flex;
	align-items: baseline;
	position: fixed;
	z-index: 9999;
}

body:not(.et_pb_page) #main-content .container {
	padding: 80px 30px;
}

.reviews__score{
  font-size: 2.25rem;
        line-height: 2.5rem;
    font-weight:700;
    color:#042f4d;
}
.nav-arrows button{background: #ffffff;border-style:solid;border-radius: 50%;display: flex;box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);border-color: transparent;transition: 0.3s ease-in-out;}

.nav-arrows button:hover{
	background:#4cd9e4;
	border-color: transparent;}

.keen-slider__slide{
	background: transparent;
	padding: 20px 10px;
	border:none;
}

.keen-slider__slide a{
	 background: #FFFFFF;
  border: 1px solid #D9EEF5;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 56, 77, 0.08);
}

.keen-slider__slide:hover{
	 background: transparent;
}

.keen-slider__slide:hover a{
	box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	 background: #FFFFFF;
}
.testimonial-content{
	font-size: 14px;
	font-style: normal;
	color: #757575;
	font-weight: normal;
}
@media (max-width: 782px) {
	.button-quote-header{
		margin-top: 45px;
	}

}
@media (min-width: 782px) {
	.button-quote-header{
		margin-top: 30px;
	}
}
@media (min-width: 981px) {
	.slider {
		margin-top: 160px;
	}
}

/* Blog Post, Services and Blog Page Style */

.page-template-default div#content-area div#left-area p, .blog-page-class p, .single-post p {
	text-align: justify !important;
}

@media (max-width: 980px) {

	.page-template-default div#content-area div#left-area h1 {
		font-size: 26px !important;
		text-align: center !important;
	}

	.page-template-default div#content-area div#left-area h2 {
		font-size: 24px !important;
	}

	.blog-page-class h2, p.post-meta{
		/* text-align: center !important; */
	}
}

/* Page Padding Fix */
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	/* padding: 50px 0 !important; */
}

#main-content .container h2{
	padding-bottom: 10px;
}

.blog-page-class .et_pb_post:last-of-type {
	margin-bottom: 0 !important;
}

@media (min-width: 981px) {
	#main-content .container .type-post:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}

	#main-content .container:before{
		display:none;
	}
	#sidebar{
		border-left:solid 1px #ccc;
		
	}
}

.post-content-inner {
	text-align: justify;
}

.single-post h2 {
	text-align: left;
}
.single-post p {
	text-align: justify;
}


@media screen and (max-width: 981px) {
    body.page-id-1591 article article.et_pb_post h2 {
        font-size: 24px;
        text-align: center;
    }
    
    body.page-id-1591 article article.et_pb_post p.post-meta {
        text-align: center;
    }
}

/* ---- Reset & Base ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #0F2F44;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.w-full{
	margin-right:0px;
	height: 60px;
	width: 100%;
	position: absolute;
}
.wave-up{
	top:-1px;
	left: 0px;
	filter: drop-shadow(0 10px 10px rgba(0,0,0,0.05));
}

.wave-down{
	background: #042f4d;
	z-index: 0;
	bottom: 0;
}
a {
  /* color: inherit; */
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  border: none;
  background: none;
}

/* ---- Container ---- */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

/* ---- Buttons ---- */
.get-quote{
	background-color: #4bd9e4;
  color: #042f4d;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 20px;
  transition: background-color 0.25s ease,
              color 0.25s ease,
              border-color 0.25s ease,
              transform 0.25s ease,
              box-shadow 0.25s ease;
  white-space: nowrap;
  
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background-color: #4bd9e4;
  color: #042f4d;
  padding: 0.875rem 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 20px;
  transition:all 0.3s ease-in-out;
  white-space: nowrap;
  border: solid 2px #4bd9e4;
}

.get-quote:hover{
	 color: #4bd9e4;
  background-color: #042f4d !important;
	box-shadow: none  !important;
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background-color: #042f4d;
  border-color: #042f4d;
	color: #4bd9e4;
 
}

.btn--outline {
  background-color: #ffffff;
  color: #042d4a;
  border: 2px solid rgba(255, 255, 255, 0.65);
  transition: 0.3s ease-in-out;
}

.btn--outline:hover,
.btn--outline:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #042d4a;
}

.btn--full {
  width: 100%;
}

/* ---- Section Shared ---- */
.section-header {
  text-align: center;
  /* margin-bottom: 2.5rem; */
}

.section-header--left {
  text-align: left;
}

.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0FB4C2;
  background-color: rgb(4 47 76);
  padding: 0.35rem 0.875rem;
  border-radius: 32px;
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0.75rem;
}

.home h1{
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #042f4d;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 1rem;
  color: #6B7C85;
  max-width: 580px;
  margin-inline: auto;
}

.section-header--left .section-subtitle {
  margin-inline: 0;
}

/* ---- Star Icon ---- */
.star-icon {
  width: 18px;
  height: 18px;
  color: #E6C16A;
  flex-shrink: 0;
}


/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  /* min-height: 88vh; */
  display: flex;
  align-items: center;
  /* background-image: url('https://asonspoolsvc.com/wp-content/uploads/2026/04/header-1.webp'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(   135deg,  #d9f3fa 0%,  #eff7fc 50%,  #e4f5fa 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.hero__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  max-width: 640px;
  padding-bottom: 0px;
  color: #042f4d;
}

.hero__subtitle {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgb(130 130 130);
  max-width: 540px;
  margin-bottom: 2rem;
}

.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  align-items: flex-start;
}


/* ============================================================
   STATS SECTION
   ============================================================ */
.stats {
  background-color: #042f4d;
  position: relative;
}
.stats .container{
	  padding: 6rem 0!important;
}
.stats__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
  flex-direction: column;
}

.stats__item {
  flex: 0 0 calc(50% - 0.75rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
	transition:0.3s ease-in-out;
}
.stats__item:hover {
  transform:translateY(-10px);
}
.badge-icon{
	background: rgb(255 255 255 / 0.05);
	width: 4rem;
	height: 4rem;
	border-radius: 1rem;
	margin-bottom: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.badge-icon-img{
	width: 2rem;
	height: 2rem;
	color: #4cd9e4;
	margin-right: 0px;
}
.stats__number {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.stats__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #4bd9e4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}




/* Controls */
.reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.reviews__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #D9EEF5;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #042f4d;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  flex-shrink: 0;
}

.reviews__btn svg {
  width: 18px;
  height: 18px;
}

.reviews__btn:hover {
  background-color: #4bd9e4;
  border-color: #4bd9e4;
  color: #fff;
}

.reviews__dots {
  display: flex;
  gap: 6px;
}

.reviews__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9EEF5;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.reviews__dot--active {
  background-color: #4bd9e4;
  transform: scale(1.3);
}


/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services {
  padding: 4.5rem 0;
  background-color: #fff;
}




#services .container .section-header{
    margin-bottom: 2.5rem;
}

.services__grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgb(255 255 255 / 0.05);
  border-radius: 20px;
  padding: 1.75rem;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 56, 77, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
  color: inherit;
}

.service-card:hover {
  box-shadow: 0 8px 40px rgba(0, 56, 77, 0.18);
  transform: translateY(-4px);
  border-color: #4bd9e4;
}

.service-card__icon {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 208, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  /* padding: 0.75rem; */
}

.service-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.service-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.service-card__desc {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1rem;
  max-height: 140px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
  padding-bottom: 10% !important;
  height:auto !important;
  /* padding: 15px; */
  width: 100%;
}

.service-card__desc a{
    color: #0fb4c1;
}

.service-card--open .service-card__desc {
  max-height: 1000px; 
}

.service-card__link, .service-card__btn {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4bd9e4;
  margin-top: auto;
  transition: color 0.25s ease;
}

.service-card:hover .service-card__link {
  color: #042f4d;
}



/* ============================================================
   CHOOSE SECTION
   ============================================================ */

.process {
  padding: 40px 20px;
  /* background: #f5f7f8; */
}

.process__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* LEFT */
.process__title {
  font-size: 26px;
  font-weight: 700;
  color: #042f4d;
  margin-bottom: 15px;
}

.process__text {
  font-size: 16px;
  line-height: 1.7;
  color: #5a6772;
}

/* RIGHT */
.process__right {
  background: #e6f7fb;
  border-radius: 20px;
  padding: 25px 20px;
}

.process__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.process__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

/* CHECK ICON */
.process__list li::before {
  content: "✔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00bcd4;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* DESKTOP */
@media (min-width: 981px) {
  .process__container {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .process__left {
    flex: 1;
  }

  .process__right {
    flex: 1;
    padding: 40px;
  }

  .process__title {
    font-size: 2.5rem;
  }

  .process__text {
    /* font-size: 18px; */
  }

  .process__list li {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* ============================================================
   WHY CHOOSE SECTION
   ============================================================ */
.why-choose {
  /* padding: 4.5rem 0; */
  background-color: #FFFFFF;
}

.why-choose__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.why-choose__features {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 1.5rem;
}

.feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.feature-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: rgba(0, 208, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0FB4C2;
}

.feature-item__icon svg {
  width: 22px;
  height: 22px;
}

.feature-item__title {
  font-size: 1rem;
  font-weight: 700;
  color: #042f4d;
  margin-bottom: 0.35rem;
}

.feature-item__desc {
  /* font-size: 0.875rem; */
  color: #6B7C85;
  line-height: 1.65;
}

.why-choose__image {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  aspect-ratio: 4/3;
  border: solid 8px #fff;
}

.why-choose__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ============================================================
   BEFORE / AFTER GALLERY SECTION
   ============================================================ */
.gallery {
  /* padding: 4.5rem 0; */
  /* background-color: #042f4d; */
}

.gallery .section-label {
  color: #4bd9e4;
  background-color: rgba(0, 208, 255, 0.15);
}

.gallery .section-header{
    margin-bottom: 2.75rem;
}

.gallery .section-title {
  color: #042f4d;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.gallery .section-subtitle {font-size: 1rem;color: #6B7C85;max-width: 580px;margin-inline: auto;}

.gallery__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Compare Slider */
.compare-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
  user-select: none;
  cursor: ew-resize;
  box-shadow: 0 8px 40px rgba(0, 56, 77, 0.18);
}

.compare-slider__before,
.compare-slider__after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compare-slider__before img,
.compare-slider__after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compare-slider__after {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0s;
}

.compare-label {
  position: absolute;
  top: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.75rem;
  border-radius: 32px;
  pointer-events: none;
  z-index: 2;
}

.compare-label--before {
  left: 1rem;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
}

.compare-label--after {
  right: 1rem;
  background-color: #4bd9e4;
  color: #042f4d;
}

.compare-slider__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 3;
  margin: 0;
}

.compare-slider__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 44px;
  height: 100%;
  background-color: #ffffff00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  pointer-events: none;
  transition: left 0s;
}

.compare-slider__handle:after{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.compare-slider__handle svg {
  width: 16px;
  height: 16px;
  color: #042f4d;
  flex-shrink: 0;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  z-index: 99;
  /* transform: translate(-50%, -50%); */
  margin-right: 0px;
}

/* Vertical divider line */
.compare-slider__handle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  transition: left 0s;
}


/* ============================================================
   Process
   ============================================================ */

.reporting {
  padding: 40px 20px;
  background: #e6f7fb;
  margin-top: 50px;
  padding-top: 120px;
}

.reporting__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.reporting__header {
  text-align: center;
  margin-bottom: 40px;
}

.reporting__title {
  font-size: 28px;
  font-weight: 700;
  color: #042f4d;
  margin-bottom: 15px;
}

.reporting__subtitle {
  font-size: 14px;
  color: #5f6b73;
  line-height: 1.6;
  /* max-width: 700px; */
  margin: 0 auto;
}

/* CONTENT */
.reporting__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* LEFT */
.reporting__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reporting__item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  /* color: #1a1a1a; */
  font-weight: 500;
}

.reporting__num {
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  color: #00bbd3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
}

/* RIGHT */
.reporting__right {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px;
}

.reporting__right img {
  width: 100%;
  display: block;
  border-radius: 15px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

/* DESKTOP */
@media (min-width: 981px) {
  .reporting__content {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .reporting__left {
    flex: 1;
  }

  .reporting__right {
    flex: 1;
    padding: 25px;
  }

  .reporting__title {
    font-size: 2.5rem;
  }

  .reporting__subtitle {
    font-size: 15px;
  }

  .reporting__item {
    font-size: 18px;
  }
}



/* ============================================================
   CONTACT FORM SECTION
   ============================================================ */
.cta {
  padding: 40px 20px;
  background: #e6f7fb;
}

.cta__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

/* LEFT */
.cta__left {
  background: #042f4d;
  color: #fff;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.cta__text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 25px;
}

.cta__list {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.cta__list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 15px;
}

.cta__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #00bcd4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

/* RIGHT */
.cta__right {
  background: #fff;
  padding: 30px 20px;
}

/* FORM */
.quickFormFields,
.quickFormFieldsMess,
.captchaField {
  width: 100% !important;
  padding: 14px 15px !important;
  border-radius: 12px;
  border: 1px solid #d6dde2 !important;
  margin-bottom: 15px !important;
  font-size: 14px;
  background: #fff;
}

.quickFormFieldsMess {
  resize: vertical;
}

.quickFormSend {
  width: 100% !important;
  padding: 16px !important;
  background: #4cd9e4 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 16px;
  font-weight: 600 !important;
  cursor: pointer;
  transition: 0.3s;
  height: auto !important;
  margin-top: 20px !important;
}

.quickFormSend:hover {
  background: #042f4d !important;
  color: #4cd9e4 !important;
}

.cta__note {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #6b747c;
}


/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq {
  padding: 4.5rem 0;
  background-color: #FFFFFF;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  max-width: 780px;
  margin-inline: auto;
}

.faq__item {
  background: #FFFFFF;
  border: 1.5px solid #D9EEF5;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq__item--open {
  border-color: #4bd9e4;
  box-shadow: 0 2px 12px rgba(0, 208, 255, 0.12);
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #042f4d;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.25s ease;
}

.faq__question:hover {
  color: #0FB4C2;
}

.faq__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #0FB4C2;
  transition: transform 0.25s ease;
}

.faq__item--open .faq__icon {
  transform: rotate(180deg);
}

.faq__answer {
  display: none;
  padding: 0 1.25rem 1.125rem;
}

.faq__item--open .faq__answer {
  display: block;
}

.faq__answer p {
  font-size: 0.9rem;
  color: #6B7C85;
  line-height: 1.7;
}


/* ============================================================
   SERVICE AREA SECTION
   ============================================================ */
.areas {
  padding: 50px 20px;
  background: #e6f7fb;
}

.areas__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* MAP */
.areas__map {
  border-radius: 20px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  border: solid 8px #fff;
  /* padding: 10px; */
}

.areas__map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 15px;
  display: block;
}

/* CONTENT */
.areas__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.areas__text {
  /* font-size: 16px; */
  color: #5f6b73;
  line-height: 1.6;
  margin-bottom: 20px;
}

.areas__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

/* LOCATIONS GRID (flex wrap) */
.nap-areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none !important;
}

.nap-area-item {
  background: #ffffff;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 14px;
  color: #757575;
  white-space: nowrap;
  transition: all 0.3s ease;
  border: 1px solid #f4f4f4;
  margin-bottom: 0px !important;
}

.nap-area-item a {
  text-decoration: none;
  color: #00bbd3;
}

/* HOVER */
.nap-area-item:hover, .nap-area-item:hover a{
  background: #00bbd3;
  color: #fff;
  border-color: #00bbd3;
}





/* ============================================================
   DESKTOP BREAKPOINT â€” 981px and above
   ============================================================ */
@media (min-width: 981px) {



  /* Section typography */
  .section-title, .home h1 {
    font-size: 2.5rem;
  }

  /* HERO */
  .hero {
    /* min-height: 92vh; */
    align-items: center;
  }

  .hero__title {
    font-size: 3.25rem;
  }

  .hero__subtitle {
    font-size: 1.15rem;
  }

  .hero__buttons {
    flex-direction: row;
  }

  /* STATS */
  .stats__grid {
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: row;
    width: 100%;
  }

  .stats__item {
    flex: 1;
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    padding: 0.5rem 2rem;
  }

  .stats__item:last-child {
    border-right: none;
  }

  .stats__number {
    font-size: 2.5rem;
  }

  .stats__label {
    font-size: 0.9rem;
  }

  /* REVIEWS */
  .reviews {
    padding: 5.5rem 0;
  }

  .reviews__rating-block {
    flex-direction: row;
    gap: 1.5rem;
    text-align: left;
    align-items: center;
  }

  .reviews__meta {
    align-items: flex-start;
  }

  .review-card {
    flex: 0 0 calc(33.333% - 1rem);
  }

  /* SERVICES */
  .services {
    padding: 0;
  }

  .services__grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    /* width: 90%; */
    margin: auto;
  }

  .services__grid .service-card {
    flex: 0 0 calc(33.333% - 1rem);
  }

  /* WHY CHOOSE */
  .why-choose {
    /* padding: 6rem 0; */
  }

  .why-choose__inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .why-choose__content {
    flex: 1;
  }

  .why-choose__image {
    flex: 0 0 40%;
    aspect-ratio: 1 / 1;
    max-height: 540px;
  }

  /* GALLERY */
  .gallery {
    /* padding: 6rem 0; */
  }

    .gallery .container{
        padding: 30px !important;
    }

  .gallery__grid {
    flex-direction: row;
    align-items: stretch;
  }

  .compare-slider {
    flex: 1;
    aspect-ratio: 4/5;
  }

  /* CONTACT */
  .cta__container {
    flex-direction: row;
  }

  .cta__left,
  .cta__right {
    flex: 1;
    padding: 60px 50px;
    /* margin: auto; */
  }

  .cta__title {
    font-size: 36px;
  }

  .cta__text {
    font-size: 17px;
  }

  .cta__list li {
    font-size: 16px;
  }

  /* FAQ */
  .faq {
    padding: 6rem 0;
  }

  .faq__question {
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
  }

  .faq__answer {
    padding: 0 1.5rem 1.25rem;
  }

  .faq__answer p {
    font-size: 0.95rem;
  }
/* Areas */
	.areas__container {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }

  .areas__map {
    flex: 1;
    /* padding: 15px; */
  }

  .areas__map iframe {
    height: 100%;
    min-height: 400px;
  }

  .areas__content {
    flex: 1;
  }

  .areas__title {
    font-size: 36px;
  }

  .areas__text {
    /* font-size: 18px; */
  }

  .areas__subtitle {
    font-size: 20px;
  }

  .nap-area-item {
    font-size: 14px;
    /* padding: 12px 18px; */
  }
  
}


/* ============================================================
   MEDIUM â€” 640px helper (2-col tablet views)
   ============================================================ */
@media (min-width: 640px) and (max-width: 980px) {

  .services__grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .services__grid .service-card {
    flex: 0 0 calc(50% - 0.625rem);
  }

  .hero__buttons {
    flex-direction: row;
  }

  .hero__title {
    font-size: 2.5rem;
  }

  .stats__grid {
    flex-wrap: wrap;
  }

  .stats__item {
    flex: 0 0 calc(50% - 0.75rem);
  }

  .contact__form-wrap {
    padding: 2rem;
  }

  .gallery__grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .compare-slider {
    flex: 0 0 calc(50% - 0.75rem);
  }

  .review-card {
    flex: 0 0 calc(50% - 0.75rem);
  }
}


/* ============================================================
   ACCESSIBILITY & FOCUS
   ============================================================ */
:focus-visible {
  outline: 2.5px solid #4bd9e4;
  outline-offset: 3px;
  border-radius: 6px;
}

