/* ----------------------------------------------------------------------------- */
/* Defaults */
/* ----------------------------------------------------------------------------- */

:root{
	--orange:#F99F1B;
	--black:#000000;
	--white:#FFFFFF;
	--grey:#f5f5f5;
	--radius:16px;
	--maxw:1180px;
	--font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ----------------------------------------------------------------------------- */
/* Components */
/* ----------------------------------------------------------------------------- */

.section-label {
    font-size: 12.5px;
    font-weight: 800 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--orange) !important;
    margin-bottom: 10px !important;
    font-family: var(--font-body) !important;
}

.section-label p {
	margin-bottom: 0 !important; 
}

.section-head .paragraph  p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
	font-family: var(--font-body);
	margin: 0 !important;
}

.btn .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700 !important;
    cursor: pointer;
    border: none;
	font-family: var(--font-body) !important;
}

.btn-primary .elementor-button {
    background: var(--orange) !important;
    color: var(--black) !important;
}

.btn-primary:hover,
.btn-primary .elementor-button:hover {
    filter: brightness(1.06);
}

.btn-outline .elementor-button {
    background: transparent !important;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-outline .elementor-button:hover {
    background: rgba(255, 255, 255, .12) !important;
	color: var(--white);
}

.btn-tel .elementor-button .elementor-button-text {
    display: flex;
    gap: 6px;
    align-items: center;
}

.btn-tel .elementor-button .elementor-button-text:before {
	content: "";
	background-image: url(/wp-content/uploads/2026/07/phone-icon-white.png);
	background-size: contain;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	display: flex;
	position: relative;
	top: 1px;
}
/* ----------------------------------------------------------------------------- */
/* Sections */
/* ----------------------------------------------------------------------------- */

.hero .elementor-widget-wrap {
	padding: 0 !important;	
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .55) 48%, rgba(0, 0, 0, .15) 100%);
}

.hero .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 70px 0;
	margin: auto;
}

.hero > .elementor-container {
    min-height: 560px;
    z-index: 100;
}

.hero .rating-chip-wrapper {
	margin-bottom: 0 !important;
}

.hero .rating-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 18px;
	color: var(--white);
	font-family: var(--font-body);
}

.hero .rating-chip .stars {
    color: var(--orange);
    letter-spacing: 2px;
}

.hero .heading {
	margin-bottom: 0 !important;
}

.hero h1 {
    font-size: 50px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    margin-bottom: 0px !important;
	font-family: var(--font-heading) !important;
	max-width: 465px;
}

.hero h1 em {
    color: var(--orange);
    font-style: normal;
}

.hero .paragraph {
	margin-bottom: 0 !important;
}

.hero p {
    font-size: 18px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 10px;
    max-width: 520px;
	font-family: var(--font-body);
}

.hero .addr {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 26px;
}

.hero .addr p {
	color: var(--orange);
}

.hero-ctas .elementor-widget-wrap {
    padding: 0 !important;
	display: flex !important;
	gap: 14px !important;
}

.hero-ctas .btn .elementor-button  {
    padding: 16px 30px !important;
    font-size: 16px !important;
    border-radius: var(--radius) !mportant;
	height: 57px;
}

.hero-ctas .elementor-widget-wrap .elementor-widget {
    margin: 0;
    width: fit-content;
}

.offer-in .elementor-widget-container {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.offer .tag {
    background: var(--orange);
    color: var(--black);
    font-weight: 800;
    font-size: 15px;
    padding: 8px 14px;
    border-radius: 10px;
    white-space: nowrap;
	font-family: var(--font-body);
}

.offer p {
    font-size: 15.5px;
	color: var(--white);
	margin: 0 !important;
	font-family: var(--font-body);
}

.offer p b {
    color: var(--orange);
}

.offer small {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .55);
}

.offer a {
    color: var(--orange);
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
	font-family: var(--font-body) !important;
}

.gallery {
	overflow-x: hidden;
}

.gallery .elementor-container {
    display: flex;
    flex-direction: column;
}

.gallery .elementor-column {
    width: 100% !important;
}

.section-head {
    max-width: 640px;
    margin-bottom: 40px;
}

.section-head .h2 {
	margin: 0 !important;
}

.section-head h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
	color: #000 !important;
	font-family: var(--font-heading) !important;
}

.section-head .paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 14px;
}

.gallery-grid .play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.gallery-grid .play-overlay .pb {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .4);
}

.gallery-grid  .play-overlay .pb::after {
    content: "";
    margin-left: 5px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--black);
}

.g-item.big {
    grid-column: span 2;
    grid-row: span 2;
	cursor: pointer;
}

.g-item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    background: #ddd;
}

.g-item.big {
    grid-column: span 2;
    grid-row: span 2;
}

.video-tile iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
	height: 414px;
}

.g-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.g-item .cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .72));
    color: var(--white);
    font-size: 13.5px;
    font-weight: 600;
    padding: 28px 16px 13px;
}

.why .elementor-container {
    display: flex;
    flex-direction: column;
}

.why .elementor-column {
    width: 100% !important;
}

.why .section-head h2 {
	color: #fff !important;
}

.why .section-head p {
    color: rgba(255, 255, 255, .7) !important;
}

.why .why-card {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: border-color .2s;
}

.why .why-card .elementor-widget-wrap {
	padding: 0 !important;
}

.why .why-grid .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.why .why-card .icon {
	margin: 0 !important;
}

.why .why-card .icon .ic {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.why .why-card h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--white);
	font-family: var(--font-heading);
}

.why .notes-col .elementor-widget-wrap {
	padding: 0 !important;
}

.why .why-note {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    margin-top: 20px;
}

.why .why-note p {
    margin-bottom: 0px;
	font-family: var(--font-body);
}

.types .elementor-container {
    display: flex;
    flex-direction: column;
}

.types .elementor-column {
    width: 100% !important;
}

.types .types-grid .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.types .types-grid .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
}

.types .type-card {
    display: flex;
    align-items: center;
    gap: 22px;
    background: var(--white);
    border-radius: var(--radius);
    padding: 30px 28px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .07);
    transition: transform .2s, box-shadow .2s;
}

.types .type-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
}

.types .type-card .ic {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 16px;
    background: var(--black);
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.types .type-card h3 {
    color: var(--black);
    font-size: 21px;
    font-weight: 800;
	font-family: var(--font-heading) !important;
	margin-bottom: 0;
}

.types .type-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.5;
    margin-top: 4px;
    font-family: var(--font-body) !important;
    font-weight: 400;
    margin-bottom: 0;
}

.types .type-card .arrow {
    margin-left: auto;
    color: var(--orange);
    font-size: 26px;
    font-weight: 800;
}

.types .section-head h2 {
    margin-bottom: 0 !important;
}

.quote h2 {
    color: var(--white) !important
}

.quote .lead {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .75) !important;
    margin-bottom: 28px;
}

.contact-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.contact-line .ic {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
    background: #141414;
    border: 1px solid #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--orange);
}

.contact-line b {
    display: block;
    font-size: 15px;
	color: var(--white);
}

.contact-line span {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
}

.contact-line a {
    color: var(--white) !important;
	font-family: var(--font-body) !important;
}

.quote .elementor-container {
    max-width: 1116px !important;
    gap: 60px;
    align-items: start;
	flex-wrap: nowrap !important;
}

.quote .elementor-column {
	width: 100%;
	margin: 0 !important;
}

.quote .elementor-widget-wrap {
	padding: 0 !important;
}

.quote form {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: var(--radius);
    padding: 30px;
	margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.quote input,
.quote textarea {
    width: 100%;
    padding: 15px !important;
    border-radius: 12px !important;
    border: 1px solid #333 !important;
    background: #0d0d0d !important;
    color: var(--white) !important;
    font-size: 15px;
    font-family: inherit;
}

.quote .form-column,
.quote .form-column p {
	margin: 0;
}

.quote .form-column.fullwidth {
    grid-column: span 2;
}

.quote .form-column textarea {
   	height: 100px;
	resize: none;
}

.quote .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: var(--orange);
    color: var(--black);
    grid-column: span 2;
    width: 100%;
    font-size: 16px;
    padding: 16px;
}

.quote .privacy {
    grid-column: span 2;
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    text-align: center;
}

.faqs {
	font-family: var(--font-body);
}

.faqs .elementor-container {
    display: flex;
    flex-direction: column;
}

.faqs .elementor-column {
    width: 100% !important;
	max-width: unset;
}

.faqs .section-label {
    text-align: center;
}

.faqs .section-head h2 {
	text-align: center;
}

.faqs .faq-cols {
    max-width: 820px;
    margin: 0 auto;
}

.faqs .faq-cols details {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    margin-bottom: 10px;
    background: var(--white);
    overflow: hidden;
}

.faqs .faq-cols summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    font-size: 16.5px;
    font-weight: 700;
    cursor: pointer;
}

.faqs .faq-cols summary .chev {
    color: var(--orange);
    font-weight: 800;
    font-size: 20px;
    transition: transform .2s;
    flex: 0 0 auto;
}

.faqs .faq-cols details[open] summary .chev {
    transform: rotate(90deg);
}

.faqs .faq-cols details .answer {
    padding: 0 22px 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    max-width: 700px;
}

.faqs .faq-more {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--black);
    margin-top: 20px;
}

.faqs .faq-more span {
    color: var(--orange);
}

.areas {
	font-family: var(--font-body);
}

.areas .elementor-container {
    display: flex;
    flex-direction: column;
}

.areas .section-head {
    width: 100% !important;
	margin: auto auto 40px;
}

.areas .section-head h2  {
	text-align: center;
}

.areas .section-label {
    text-align: center;
}

.areas .section-head h2 {
	text-align: center;
}

.areas .section-paragraph p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
	margin-bottom: 0 !important;
	font-family: var(--font-body);
}

.areas .chips-col {
	margin: auto;
	width: 100% !important;
}

.areas .elementor-widget-wrap {
	padding: 0 !important;
}

.areas .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 820px;
    margin: 0 auto;
    justify-content: center;
}

.areas .chips a, .chips span {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 100px;
    background: var(--white);
    color: var(--black) !important;
    border: 1px solid #ddd;
	font-family: var(--font-body) !important;
}

.areas .chips a {
    border-color: var(--orange) !important;
}

.areas .chips a:hover {
    background: var(--orange);
}

.seo-block .elementor-container {
    display: flex;
    flex-direction: column;
}

.seo-block .section-head {
    width: 100% !important;
	margin: auto auto;
}

.seo-block .section-head h2 {
    text-align: center;
}

.seo-block .section-head h2 {.
    text-align: center;
}

.seo-block .section-paragraph p {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	color: #444;
}

/* ----------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------- */

.main-footer .elementor-container {
	display: grid !important;
	grid-template-columns: 1.3fr 1fr 1fr 1fr !important;
	gap: 40px !important;
	margin-bottom: 44px !important;
}

.main-footer .elementor-widget-wrap {
	padding: 0 !important;
}

.main-footer .elementor-container .elementor-column {
    width: 100% !important;
}

.main-footer .logo {
    width: fit-content !important;
    margin-bottom: 16px !important; 
}

.main-footer .logo img {
    height: 40px;
    object-fit: contain;
    object-position: left;
    width: fit-content;
}

.main-footer p,
.main-footer a {
    font-size: 14.5px;
    color: rgba(255, 255, 255, .85) !important;
    line-height: 1.9;
    display: block;
	font-weight: 400 !important;
	font-family: var(--font-body);
}

.main-footer .footer-heading {
	margin: 0 !important;
}

.main-footer h4 {
    font-size: 12.5px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--orange) !important;
    margin-bottom: 14px;
}

.main-footer ul li a {
    padding: 0 !important;
    line-height: 1.9 !important;
    background: unset !important;
}

.main-footer-bottom .legal {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    line-height: 1.7;
    border-top: 1px solid #222;
    padding-top: 22px;
}

.main-footer-bottom .elementor-widget-wrap {
	padding: 0 !important;
}

.cta-bar-section {
	display: none;
}

.swipe-hint-wrap {
	display: none;
}

@media screen and (max-width: 1024px) {
	
	.types .types-grid .elementor-container {
		grid-template-columns: 1fr;
	}
	
	.hero .hero-inner {
		max-width: unset;
	}
	
	.offer-in .elementor-widget-container {
		justify-content: center;
	}
	
}

@media screen and (max-width: 767px) {

	.hero .hero-inner {
		position: relative;
		z-index: 2;
		padding: 24px 18px 22px;
	}
	
	.hero .elementor-widget-wrap {
		padding: 0 !important;
	}
	
	.hero .rating-chip {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		background: rgba(255, 255, 255, .14);
		backdrop-filter: blur(4px);
		border: 1px solid rgba(255, 255, 255, .3);
		border-radius: 100px;
		padding: 5px 12px;
		font-size: 12.5px;
		font-weight: 600;
		margin-bottom: 12px;
	}
	
	.hero h1 {
		font-size: 27px !important;
		line-height: 1.18 !important;
		font-weight: 800 !important;
		margin-bottom: 8px !important;
	}
	
	.hero .rating-chip-wrapper {
		margin-bottom: 0 !important;
	}
	
	.hero .heading {
		margin: 0 !important;
	}
	
	.hero .paragraph {
		margin: 0 !important;
	}
	
	.hero .paragraph p {
		font-size: 14.5px;
		line-height: 1.5;
		color: rgba(255, 255, 255, .9);
		margin-bottom: 6px;
	}

	.hero .addr p {
		font-size: 13px;
		font-weight: 600;
		color: var(--orange);
		margin-bottom: 16px;
	}
	
	.btn .elementor-button ,
	.hero-ctas .btn .elementor-button {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		padding: 15px 10px !important;
		border-radius: var(--radius);
		font-size: 15px !important;
		font-weight: 700 !important;
		text-decoration: none;
		cursor: pointer;
		border: none;
	}
	
	.hero-ctas .btn-outline {
		background: transparent !important;
		color: var(--white) !important;
		border: 2px solid var(--white) !important; 
		border-radius: var(--radius) !important;
	}
	
	.hero .hero-inner {
		margin-bottom: 0;
	}
	
	.hero::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .75) 78%, rgba(0, 0, 0, .9) 100%);
	}

	.gallery-grid {
		padding: 0 !important;
	}
	
	.gallery-grid .slick-list, 
	.gallery-grid .slick-list .elementor-widget-wrap {
		width: 100% !important;
	}
	
	.gallery-grid.slider {
		margin-left: -5px;
		margin-right: -5px;
		width: 161.5%;
	}
	
	.g-item img {
		height: 201px !important;
		object-fit: cover;
	}
	
	.gallery-grid.slider .slick-slide {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.swipe-hint-wrap {
		display: block;
	}
	
	.swipe-hint {
		font-size: 12px;
		color: #888;
		margin-top: 8px;
		margin-bottom: 0 !important;
	}
	
	.gallery-grid-slider-html {
		margin-bottom: 6px !important;
	} 

	.offer a {
		display: none;
	}
	
	.offer-in .elementor-widget-container {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 12px;
		padding: 13px 18px;
	}
	
	.offer-in .elementor-widget-container {
		justify-content: start;
	}
	
	.offer small {
		display: block;
	}
	
	.offer .tag {
        width: 56.09px;
        white-space: normal;
        padding: 8px 10px;
        display: flex;
	}
	
	.offer p {
		font-size: 13px !important;
		line-height: 1.4;
	}
	
	.gallery,
	.why,
	.types,
	.quote,
	.faqs,
	.areas,
	.seo-block {
		padding: 30px 18px !important;
		margin: 0 !important;
	}
	
	.section-head h2 {
		font-size: 22px !important;
		font-weight: 800 !important;
		color: var(--black) !important;
		margin-bottom: 14px !important;
		line-height: 1.2 !important;
		
	}
	
	.section-head .section-label {
		font-size: 11.5px;
		font-weight: 800 !important;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		color: var(--orange) !important;
		margin-bottom: 6px !important;
	}
	
	.gallery .section-head .paragraph {
		display: none !important;
	}
	
	.gallery .section-head,
	.types .section-head {
		margin-bottom: 0 !important;
	}
	
	.gallery  .gallery-grid {
		display: flex;
		gap: 0;
		flex-wrap: wrap;
	}
	
	.why .section-head .paragraph {
		display: none;
	}
	
	.why .why-grid .elementor-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	.why .why-card .icon .ic {
		width: 38px;
		height: 38px;
		border-radius: 10px;
		background: var(--orange);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.why .why-card .icon .ic img {
		height: 21px;
	}
	
	.why .why-card h3 {
		font-size: 13.5px;
		font-weight: 700;
		line-height: 1.35;
	}
	
	.why .elementor-column {
		margin: 0 !important;
	}
	
	.why .why-note {
		font-size: 11px;
		color: rgba(255, 255, 255, .45);
		margin-top: 12px;
	}
	
	.types .section-head h2 {
		margin-bottom: 14px !important;
	}
	
	.types .types-grid .elementor-container {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.types .type-card {
		display: flex;
		align-items: center;
		gap: 14px;
		background: var(--white);
		border-radius: var(--radius);
		padding: 16px;
		margin-bottom: 0px !important;
		text-decoration: none;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	}
	
	.types .type-card h3 {
		color: var(--black);
		font-size: 16px;
		font-weight: 800;
		margin: 0;
	}
	
	.types .type-card p {
		color: #555;
		font-size: 12.5px;
		line-height: 1.4;
		margin-top: 2px;
	}
	
	.types .type-card .ic {
		width: 48px;
		height: 48px;
		flex: 0 0 48px;
		border-radius: 12px;
		background: var(--black);
		color: var(--orange);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 22px;
	}
	
	.types .type-card .ic img {
		height: 29px;
	}
	
	.quote .section-head h2 {
		color: #ffff !important;
	}
	
	.quote .contact-line-wrap {
		display: none;
	}

	.quote .lead {
		color: rgba(255, 255, 255, .75);
		font-size: 13.5px;
		line-height: 1.5;
		margin-bottom: 16px !important;
	}
	
	.quote .elementor-container {
		gap: 0;
		flex-direction: column;
	}
	
	.quote form {
		border: 0;
		padding: 0;
		gap: 10px;
        display: flex;
        flex-direction: column;
		background: transparent;
	}
	
	.faqs .section-head .section-label {
		text-align: left;
	}
	
	.faqs .section-head h2 {
		text-align: left;
	}
	
	.faqs .section-head {
		margin-bottom: 0;
	}
	
	.faqs .elementor-widget-wrap {
		padding: 0 !important;
	}
	
	.faqs .faq-cols summary {
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		padding: 15px 14px;
		font-size: 14.5px;
		font-weight: 700;
		color: var(--black);
		cursor: pointer;
		height: 49px;
	}
	
	.faqs .faq-cols .faq-more {
		display: block;
		text-align: center;
		font-size: 13.5px;
		font-weight: 700;
		color: var(--black);
		margin-top: 12px;
		text-decoration: underline;
	}
	
	.areas .section-head .section-label {
		text-align: left;
	}
	
	.areas .section-head h2 {
		text-align: left;
	}
	
	.areas .section-paragraph p {
		font-size: 13px;
		color: #555;
		margin: -6px 0 14px;
		line-height: 1.5;
	}
	
	.areas .chips {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		justify-content: start;
	}
	
	.areas .chips a,
	.areas .chips span {
		font-size: 12.5px;
		font-weight: 600;
		padding: 8px 13px;
		border-radius: 100px;
		text-decoration: none;
		background: var(--white);
		color: var(--black);
		border: 1px solid #ddd;
	}
	
	.areas .section-head {
		margin-bottom: 14px;
	}

	.areas .section-head {
		margin-left: 0;
		margin-right: 0;
	}
	
	.seo-block .section-paragraph {
		margin-bottom: 18px !important;
	}
	
	.seo-block .section-paragraph p {
		font-size: 13.5px;
		line-height: 1.65;
		color: #444;
		text-align: center;
		margin: 0;
	}
	
	.seo-block .btn-primary .elementor-button {
		width: fit-content;
		margin: auto;
		padding: 15px 28px !important;
	}
	
	.seo-block .elementor-widget-image {
		margin-bottom: 14px !important;
	}
	
	.main-footer {
		padding: 28px 18px 20px !important;
	}
	
	.main-footer .elementor-container {
		grid-template-columns: 1fr !important;
	}
	
	.main-footer .elementor-container .elementor-column:first-child {
		display: none;
	}
	
	.main-footer h4 {
		font-size: 12px;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		color: var(--orange);
		margin-bottom: 8px;
	}
	
	.main-footer p,
	.main-footer a,
	.main-footer #menu-quicklinks li a {
		font-size: 13.5px;
		color: rgba(255, 255, 255, .85);
		line-height: 1.7;
		text-decoration: none;
		display: block;
	}
	
	.main-footer br:not(.mobile) {
		display: none;
	}
	
	.main-footer .elementor-container {
		gap: 20px !important;
	}
	
	.main-footer #menu-quicklinks {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.main-footer .elementor-container {
		margin-bottom: 0 !important;
	}
	
	.main-footer-bottom {
		padding-bottom: 120px !important;
	}
	
	.main-footer-bottom .legal {
		font-size: 11px;
		color: rgba(255, 255, 255, .4);
		line-height: 1.6;
		border-top: 1px solid #222;
		padding-top: 16px;
		margin-top: 6px;
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.cta-bar-section {
        display: block;
        padding: 10px 14px 16px;
        background: rgba(255, 255, 255, .97);
        backdrop-filter: blur(8px);
        box-shadow: 0 -4px 18px rgba(0, 0, 0, .14);
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
	}
	
	.cta-bar-section .elementor-widget-wrap {
		padding: 0 !important;
	}
	
	.cta-bar {
		display: flex;
		gap: 10px;
	}
	
	.cta-bar a {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		padding: 14px 8px;
		border-radius: var(--radius);
		font-size: 14.5px;
		font-weight: 800;
		text-decoration: none;
	}
	
	.cta-bar .call {
		background: var(--black);
		color: var(--white);
	}

	.cta-bar .quote-cta {
		background: var(--orange);
		color: var(--black);
	} 
	
	.video-tile iframe {
		height: 201px;
	}
	
}