/*!
Theme Name: cleaningtech_inc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cleaningtech_inc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cleaningtech_inc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-BlackItalic.woff') format('woff'),
        url('assets/fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-HeavyItalic.woff') format('woff'),
        url('assets/fonts/SFProDisplay-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Bold.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-LightItalic.woff') format('woff'),
        url('assets/fonts/SFProDisplay-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Medium.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-SemiboldItalic.woff') format('woff'),
        url('assets/fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Regular.woff') format('woff'),
        url('assets/fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-ThinItalic.woff') format('woff'),
        url('assets/fonts/SFProDisplay-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-UltralightItalic.woff') format('woff'),
        url('assets/fonts/SFProDisplay-UltralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}



/* ==========================================================================
   :ROOT VARIABLES
   ========================================================================== */
:root {
    /* FONT FAMILIES */
    --font-family-body: "SF Pro Display";
    --font-family-heading: "SF Pro Display";
    /* FONT SIZES */
    --font-size-80: clamp(34px, 4.4vw, 80px);
    --font-size-64: clamp(30px, 4.2vw, 64px);
    --font-size-40: clamp(28px, 3vw, 40px);
    --font-size-32: clamp(26px, 2.4vw, 32px);
    --font-size-28: clamp(22px, 2.2vw, 28px);
    --font-size-24: clamp(20px, 1.4vw, 24px);
    --font-size-body: clamp(16px, 1.4vw, 18px);
    --font-size-16: clamp(15px, 1.5vw, 16px);
    /* LINE HEIGHTS */
    --line-height-body: 1.667;
    --line-height-heading: 1.10;
    /* FONT WEIGHTS */
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-900: 900;
    /* COLORS */
    --color-primary: #005B9B;
    --color-secondary: #9ED3EF;
    --color-secondary-light: #9ED3EFCC;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gray-dark: #565656;
    --color-gray: #5C5C5C;
    --color-gray-light: #B6B6B6;
    /* BUTTONS */
    --btn-padding: 20.6px 35px;
    /* SECTION PADDING */
    --section-padding: clamp(60px, 7vw, 100px) 0;
    --section-padding-top: clamp(60px, 7vw, 100px);
    --section-padding-bottom: clamp(60px, 7vw, 100px);
    /* WRAPPERS */
    --wrapper: 1544px;
    --wrapper-big: 1660px;
    --wrapper-inner: 1622px;
    --wrapper-small: 1400px;
    --wrapper-padding: 0 50px;
}

/* ==========================================================================
   BASE RESET
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
body {
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    font-weight: var(--fw-500);
    color: var(--color-black);
    font-family: var(--font-family-body);
}

p {
    margin-bottom: 34px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading);
    font-weight: var(--fw-700);
    line-height: var(--line-height-heading);
    margin-bottom: 32px;
    position: relative;
    color: var(--color-black);
}

h1,
.h1,
.font-80 {
    font-size: var(--font-size-80);
}

h2,
.h2,
.font-64 {
    font-size: var(--font-size-64);
}

h3,
.h3,
.font-40 {
    font-size: var(--font-size-40);
}

h4,
.h4,
.font-32 {
    font-size: var(--font-size-32);
}

h5,
.h5,
.font-28 {
    font-size: var(--font-size-28);
}

h6,
.h6,
.font-24 {
    font-size: var(--font-size-24);
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 40px 0;
    padding: 25px;
    background-color: var(--color-primary);
    border-left: 8px solid var(--color-secondary);
    color: var(--color-white);
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.small-title {
    font-size: var(--font-size-body);
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: var(--fw-500);
    margin: 0 0 38px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.small-title::before {
    content: "";
    width: 126px;
    height: 1px;
    background-color: var(--color-primary);
    display: inline-block;
    margin-right: 33px;
}

.section-title span {
    color: var(--color-primary);
}

.full-link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   TABLES
   ========================================================================== */
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
}

tr {
    border-bottom: 0.8px solid var(--color-light-blue);
}

td {
    padding: 0.8em;
    width: 100%;
    line-height: 1.3;
}

/* ==========================================================================
   LISTS
   ========================================================================== */
ul {
    list-style: none;
    padding: 0;
    margin: 0 0 34px 0;
}

ol {
    list-style: decimal;
    padding: 0;
    margin: 0 0 34px 0;
    list-style-position: inside;
}

ol ol {
    padding-left: 25px;
    margin-block-start: 15px;
}

li {
    margin-bottom: 10px;
    position: relative;
}

ul li {
    padding-left: 26px;
}

ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--color-black);
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0.7em;
    display: block;
}

.two-column-list {
    column-count: 2;
    column-gap: 40px;
}

.two-column-list li {
    margin: 0 0 10px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}


.two-column-list:last-child {
    margin: 0;
}

.two-column-list li {
    margin: 0;
}

.site-header ul li,
.site-header ul li::before,
.site-footer ul li,
.site-footer ul li::before {
    padding-left: 0;
    content: none;
}

.site-header li,
.site-footer li {
    margin: 0;
}

/* ==========================================================================
   FONT WEIGHT UTILITIES
   ========================================================================== */
.fw-lighter {
    font-weight: var(--fw-100);
}

.fw-light {
    font-weight: var(--fw-300);
}

.fw-normal {
    font-weight: var(--fw-400);
}

.fw-medium {
    font-weight: var(--fw-500);
}

.fw-semibold {
    font-weight: var(--fw-600);
}

.fw-bold {
    font-weight: var(--fw-700);
}

/* ==========================================================================
   TEXT ALIGNMENT
   ========================================================================== */
.text-start {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

/* ==========================================================================
   LINKS
   ========================================================================== */
a {
    text-decoration: underline;
    color: var(--color-black);
    display: inline-block;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    color: var(--color-black);
}

a:focus-visible {
    outline: none;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
img,
picture,
video,
canvas,
svg,
embed,
iframe,
object {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

svg {
    visibility: visible;
}


.image-wrap {
    position: relative;
}

.image-wrap img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
    transition: 0.5s;
}

/* ==========================================================================
   COLOR UTILITIES
   ========================================================================== */
.text-primary {
    color: var(--color-primary);
}

.text-secondary {
    color: var(--color-secondary);
}

.text-white {
    color: var(--color-white);
}

.text-black {
    color: var(--color-black);
}

/* ==========================================================================
   FORMS
   ========================================================================== */
input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

select {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: var(--fw-500);
    padding: 12px 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='%23074754' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 25px center;
    appearance: none;
    min-width: 279px;
    cursor: pointer;
}

.solid-btn {
    background-color: var(--color-secondary);
    color: var(--color-black);
    padding: var(--btn-padding);
    font-size: var(--font-size-body);
    border: 1px solid transparent;
    cursor: pointer;
    transition: .5s;
    font-family: var(--font-family-heading);
    text-decoration: none;
    font-weight: var(--fw-700);
    text-transform: uppercase;
    line-height: 1.1;
    min-width: 202px;
    text-align: center;
}

.solid-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.dark-blue-btn {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.dark-blue-btn:hover {
    background-color: var(--color-secondary);
    color: var(--color-black);
}

body .small-btn {
    padding: 15px 30px;
    min-width: unset;
}

.hover-border-btn:hover {
    border-color: var(--color-white);
}

path,
circle {
    transition: 0.5s;
}

/* ==========================================================================
   WRAPPERS
   ========================================================================== */
.wrapper {
    max-width: var(--wrapper);
    margin-inline: auto;
    padding: var(--wrapper-padding);
    width: 100%;
}

.fluid-wrapper {
    width: 100%;
    padding: var(--wrapper-padding);
}

.inner-wrapper {
    max-width: var(--wrapper-inner);
    margin-inline: auto;
    padding: var(--wrapper-padding);
    width: 100%;
}

.big-wrapper {
    max-width: var(--wrapper-big);
    margin-inline: auto;
    padding: var(--wrapper-padding);
    width: 100%;
}

.small-wrapper {
    max-width: var(--wrapper-small);
    margin-inline: auto;
    padding: var(--wrapper-padding);
    width: 100%;
}

/* ==========================================================================
   Display property
   ========================================================================== */
.d-none {
    display: none;
}

/* ==========================================================================
   FLEX UTILITIES
   ========================================================================== */
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.row {
    margin: 0 -15px;
}

.col {
    padding: 0 15px;
}

/* ==========================================================================
   POSITION UTILITIES
   ========================================================================== */
.position-static {
    position: static;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-sticky {
    position: sticky;
}

.z-n1 {
    z-index: -1;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.inset-0 {
    inset: 0;
}

/* ==========================================================================
   SPACING UTILITIES
   ========================================================================== */
.pt-0 {
    padding-block-start: 0 !important;
}

.pb-0 {
    padding-block-end: 0 !important;
}

.mt-0 {
    margin-block-start: 0 !important;
}

.mb-0 {
    margin-block-end: 0 !important;
}

.pt-18 {
    padding-block-start: 18px !important;
}

.pb-18 {
    padding-block-end: 18px;
}

.mt-18 {
    margin-block-start: 18px;
}

.mb-18 {
    margin-block-end: 18px;
}

.pt-30 {
    padding-block-start: 30px;
}

.pb-30 {
    padding-block-end: 30px;
}

.mt-30 {
    margin-block-start: 30px;
}

.mb-30 {
    margin-block-end: 30px;
}

.pt-35 {
    padding-block-start: 35px;
}

.pb-35 {
    padding-block-end: 35px;
}

.mt-35 {
    margin-block-start: 35px;
}

.mb-35 {
    margin-block-end: 35px;
}

.pt-50 {
    padding-block-start: 50px;
}

.pb-50 {
    padding-block-end: 50px;
}

.mt-50 {
    margin-block-start: 50px;
}

.mb-50 {
    margin-block-end: 50px;
}

.section-padding {
    padding: var(--section-padding);
}

.section-padding-top {
    padding-top: var(--section-padding-top);
}

.section-padding-bottom {
    padding-bottom: var(--section-padding-bottom);
}

/* ==========================================================================
   SLIDER / SLICK STYLES
   ========================================================================== */
body .slick-prev {
    left: 0;
}

body .slick-next {
    right: 0;
}

body .slick-prev::before,
body .slick-next::before,
.testimonial-prev::before,
.testimonial-next::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    inset: 0;
    opacity: 1 !important;
}

body .slick-prev::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.77685 8.4585L19.9652 8.45809L19.9652 10.9537L4.77809 10.9545L11.4704 17.6469L9.70564 19.4117L-0.000156224 9.7059L9.70564 0.000103865L11.4704 1.76491L4.77685 8.4585Z" fill="%23007EA9"/></svg>');
}

body .slick-next::before {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_395_4149)"><path d="M16.4362 11.854L1.24781 11.8544L1.24781 9.35879L16.435 9.35796L9.74261 2.66561L11.5074 0.900806L21.2132 10.6066L11.5074 20.3124L9.74261 18.5476L16.4362 11.854Z" fill="%23007EA9"/></g><defs><clipPath id="clip0_395_4149"><rect width="15" height="15" fill="white" transform="translate(10.6066) rotate(45)"/></clipPath></defs></svg>');
}

body .slick-prev:hover::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.77685 8.4585L19.9652 8.45809L19.9652 10.9537L4.77809 10.9545L11.4704 17.6469L9.70564 19.4117L-0.000156224 9.7059L9.70564 0.000103865L11.4704 1.76491L4.77685 8.4585Z" fill="%23FFB81C"/></svg>');
}

body .slick-next:hover::before {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_395_4149)"><path d="M16.4362 11.854L1.24781 11.8544L1.24781 9.35879L16.435 9.35796L9.74261 2.66561L11.5074 0.900806L21.2132 10.6066L11.5074 20.3124L9.74261 18.5476L16.4362 11.854Z" fill="%23FFB81C"/></g><defs><clipPath id="clip0_395_4149"><rect width="15" height="15" fill="white" transform="translate(10.6066) rotate(45)"/></clipPath></defs></svg>');
}

body .slick-arrow {
    width: 56px;
    height: 40px;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    z-index: 9;
    background-position: center !important;
    transition: 0.5s;
    border: none;
    cursor: pointer;
}

body .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 4px;
}

body .slick-dots li button {
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    width: inherit;
    height: inherit;
}

body .slick-dots li.slick-active button {
    background-color: var(--color-primary);
}

body .slick-dotted.slick-slider {
    margin-block-end: 60px;
}

/* ==========================================================================
   GRAVITY FORMS STYLES
   ========================================================================== */
.contact-form .gform-body .gform_fields {
    row-gap: 22px !important;
    column-gap: 18px !important;
}

.gform_validation_errors {
    display: none !important;
}

.validation_message {
    font-size: 12px !important;
    margin-block-start: 6px !important;
    margin-block-end: 0 !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
body .form-section-form .contact-form .um-form input {
    height: auto !important;
    line-height: 1.2 !important;
    padding: 22.5px 35px !important;
    color: var(--color-white) !important;
    border-radius: 0 !important;
    font-size: var(--font-size-body) !important;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    background-color: rgba(255, 255, 255, 0.10) !important;
    font-weight: var(--fw-400) !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
    color: var(--color-secondary) !important;
}

.contact-form textarea {
    height: 187px !important;
    min-block-size: unset !important;
    resize: none !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border: 1px solid var(--color-white) !important;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form input[type="submit"],
body .form-section-form .contact-form .um-form .um-button {
    background-color: var(--color-secondary) !important;
    color: var(--color-black) !important;
    padding: 19px 20px 19px 20px !important;
    font-size: var(--font-size-body) !important;
    font-weight: var(--fw-700) !important;
    line-height: normal !important;
    border-radius: 0 !important;
    border: none !important;
    cursor: pointer !important;
    transition: 0.5s !important;
    text-transform: uppercase !important;
    width: 100% !important;
    font-family: var(--font-family-heading) !important;
}

.contact-form input[type="submit"]:hover,
body .form-section-form .um-form .um-button:hover {
    background-color: var(--color-white) !important;
}

body .contact-form .gfield_label,
body .form-section-form .um-field-label label {
    color: var(--color-white);
    font-size: var(--font-size-16);
    margin: 0 0 11px 0;
    font-weight: var(--fw-400) !important;
}

.contact-form .gform-body .gfield_required {
    display: none;
}

body .contact-form .validation_message {
    background-color: var(--color-white);
    font-size: 11px !important;
    padding: 2px 6px;
}

body .contact-form .validation_message.instruction {
    color: var(--color-primary);
}

body .contact-form input[type="submit"]:focus {
    border: none !important;
}

.gform-loader {
    border-color: var(--color-secondary) !important;
}

.contact-form .gform_footer {
    margin: 31px 0 0 0 !important;
}

.form-section .form-section-form {
    margin: 0 auto;
    color: var(--color-white);
}

body .um-field-error {
    padding: 6px 12px;
}


body .um-field-checkbox-option,
body .um-field-radio-option,
body a.um-link-alt,
body .um:not(.um-admin),
body .um-misc-ul li a {
    color: var(--color-white) !important;
}

body .um-field-checkbox:hover i,
body .um-field-radio:hover i {
    color: var(--color-secondary);
}

body .um-field-checkbox-state i,
body .um-field-radio-state i {
    color: var(--color-white);
}

.um-misc-ul li::before {
    background-color: var(--color-white);
}

.um-misc-img {
    max-width: 170px;
    margin-inline: auto;
}

/* Appointment Form */
body .appointment-form .gform_footer {
    margin-block-start: 18px !important;
}

.appointment-form input,
.appointment-form textarea,
.appointment-form select {
    color: var(--color-white) !important;
    padding: 22.5px 23.5px !important;
    width: 100% !important;
}

.appointment-form select {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23B6B6B6'/%3E%3C/svg%3E") !important;
    background-position: center right 28px !important;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder,
.appointment-form select::placeholder {
    color: var(--color-gray-light) !important;
}

.appointment-form select {
    color: var(--color-gray-light) !important;
}

.appointment-form option {
    color: var(--color-gray-dark) !important;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder,
.appointment-form select::placeholder {
    color: var(--color-gray-light);
    transition: 0.5s;
}

.appointment-form input[type="submit"] {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.appointment-form input[type="submit"]:hover {
    background-color: var(--color-secondary) !important;
    color: var(--color-black) !important;
}

.appointment-form .gform-body .gform_fields {
    row-gap: 11px !important;
    column-gap: 18px !important;
}


body .contact-form .um-575 {
    max-width: 100%;
}

/* ==========================================================================
   ENX2 LOGO & FOOTER
   ========================================================================== */
.enx2-logo {
    padding-left: 15px;
}

#enx2_logo path:nth-child(1) {
    transform-origin: 10% center;
}

#enx2_logo path {
    fill: var(--color-white);
    transition: all 0.3s ease;
}

#enx2_logo {
    max-width: 80px;
    line-height: 1;
    height: auto;
}

body .poweredby:hover path {
    fill: var(--color-secondary) !important;
}

.poweredby svg {
    transition: 0.5s;
}

.poweredby:hover svg {
    transform: translateY(-2px);
}

.footer-bottom {
    margin-block-start: 90px;
}

body ul .quick-item {
    line-height: 1;
    font-weight: var(--fw-400);
    color: var(--color-white);
    font-size: var(--font-size-16);
    padding: 0 12px;
    position: relative;
}

body ul .quick-item::before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: var(--color-white);
    top: 0;
    bottom: 0;
    margin-block: auto;
    margin-inline: auto;
    right: 0;
    left: unset;
}

.quick-link-anchor {
    text-decoration: none;
    color: var(--color-white);
}

.quick-link-anchor:hover {
    color: var(--color-secondary);
}

.powered-by {
    gap: 12px;
}

.powered-by-text {
    margin: 0;
    font-weight: var(--fw-400);
    font-size: var(--font-size-16);
    color: var(--color-white);
}

/* ==========================================================================
   Header Sub menu CSS
   ========================================================================== */
.primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-secondary);
    min-width: 288px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9;
}



.primary-menu li.menu-item-has-children {
    position: relative;
}

.primary-menu li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
}

.site-header .primary-menu .sub-menu li a {
    display: inherit;
    padding: 7px 20px;
    text-decoration: none;
    border-bottom: 1px solid var(--color-gray);
    color: var(--color-black);
}

.primary-menu .sub-menu li a:hover,
.primary-menu .sub-menu li.current-menu-item a {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.site-header .menu-item-has-children>a {
    padding-right: 15px;
}

.site-header .menu-item-has-children>a::before {
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.353516 0.353516L3.35352 3.35352L6.35352 0.353516" stroke="%239ED3EF"/></svg>');
    transition: 0.5s;
}

.site-header .menu-item-has-children>a:hover::before {
    transform: rotate(180deg);
    /* top: -5px; */
}

.site-header .primary-menu .sub-menu li.menu-item-has-children>a::before {
    background-image: url('data:image/svg+xml,<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.353516 0.353516L3.35352 3.35352L6.35352 0.353516" stroke="%23000000"/></svg>');
    background-position: center;
    content: "";
    width: 10px;
    height: 10px;
    right: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
    transform-origin: center;
}

.site-header .primary-menu .sub-menu li.menu-item-has-children>a:hover::before {
    transform: rotate(-90deg);
    background-image: url('data:image/svg+xml,<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.353516 0.353516L3.35352 3.35352L6.35352 0.353516" stroke="%23FFFFFF"/></svg>');
}

.header-top-right-col {
    position: relative;
    z-index: 92;
}

.primary-menu li.menu-item-has-children:last-of-type .sub-menu .sub-menu {
    left: unset;
    right: 100%;
}

.primary-menu li.menu-item-has-children:last-of-type .sub-menu li.menu-item-has-children a:hover::before {
    transform: rotate(90deg);
}

/* ==========================================================================
   Mobile Menu CSS
   ========================================================================== */
.mobile-menu-toggle {
    display: none;
}


@media (max-width: 1200px) {
    .mobile-menu-toggle {
        display: block;
        z-index: 1002;
    }

    #hamburger-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        position: relative;
        z-index: 1002;
    }

    #hamburger-btn span {
        display: block;
        width: 28px;
        height: 3px;
        background-color: #000000;
        transition: all 0.25s ease;
        border-radius: 2px;
    }

    /* White hamburger for home page */
    .home #hamburger-btn span {
        background-color: #FFFFFF;
    }

    /* Hamburger animation when active */
    #hamburger-btn.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 5px);
    }

    #hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }

    #hamburger-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* When menu is open, make hamburger dark */
    #hamburger-btn.active span {
        background-color: #000000;
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 1;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .header-menu-col {
        position: fixed;
        top: 0;
        right: -100%;
        width: 40%;
        height: 100vh;
        background-color: var(--color-secondary);
        transition: right 0.3s ease;
        overflow-y: auto;
        z-index: 91;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
        padding: 120px 0 50px;
        min-width: 350px;
    }

    .header-menu-col.active {
        right: 0;

    }

    body .header-menu-col {
        padding: 120px 0 50px;
    }

    .main-header .sub-menu a:hover .submenu-toggle::after {
        border-color: var(--color-white);
    }

    .primary-menu {
        flex-direction: column;
        gap: 0;
    }

    .primary-menu li {
        width: 100%;
        position: relative;
    }

    button#hamburger-btn:focus-visible {
        outline: none;
    }

    body .site-header .main-header .primary-menu a {
        display: block;
        padding: 11px 60px 11px 25px;
        color: #000000;
        font-size: 16px;
        border-bottom: 1px solid;
        position: relative;
    }

    body .site-header .main-header .primary-menu a:hover .submenu-toggle::after,
    body .site-header .primary-menu>li.current-menu-item>a .submenu-toggle::after {
        border-color: var(--color-white);
    }

    body .site-header .main-header .primary-menu a:hover,
    body .site-header .primary-menu>li.current-menu-item>a,
    body .site-header .primary-menu>li.current-menu-item>a {
        color: var(--color-white);
        border-color: var(--color-primary);
    }

    body .site-header .primary-menu li.current-menu-item>a {
        color: var(--color-white) !important;
        border-bottom-color: var(--color-primary);
    }

    body .site-header .primary-menu>li.current-menu-item>a {
        background-color: var(--color-primary);
        color: var(--color-white);
        border-color: var(--color-primary);
    }

    .primary-menu a:hover {
        background-color: var(--color-primary);
        color: var(--color-white);
        border-color: var(--color-primary);
    }

    .primary-menu .effect,
    .menu-item-has-children>a::before,
    .primary-menu .sub-menu li.menu-item-has-children>a::before {
        display: none !important;
    }

    .submenu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        height: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        background: transparent;
        transition: 0.5s;
    }

    body .site-header .main-header .primary-menu li.active>a>.submenu-toggle {
        transform: rotate(180deg);
    }

    .submenu-toggle::after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 2px solid #000000;
        border-bottom: 2px solid #000000;
        transform: rotate(45deg);
        transition: transform 0.25s ease;
        pointer-events: none;
    }

    .menu-item-has-children.active>.submenu-toggle::after,
    .primary-menu .sub-menu li.menu-item-has-children.active>.submenu-toggle::after {
        transform: rotate(-135deg);
    }

    /* Submenu styles */
    .primary-menu .sub-menu {
        position: static;
        display: none;
        box-shadow: none;
        min-width: 100%;
        margin: 0;
    }

    .primary-menu .sub-menu li a {
        padding: 12px 20px 12px 35px;
        color: #000000;
    }

    .primary-menu .sub-menu li a:hover {
        background-color: var(--color-primary);
        color: #FFFFFF;
    }

    /* Nested submenu */
    .primary-menu li ul.sub-menu li ul.sub-menu {
        position: static;
        left: 0;
    }

    .primary-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px;
    }

    body .site-header .primary-menu li ul.sub-menu li a {
        padding-left: 35px;
    }

    /* Mobile header adjustments */
    .main-header-row {
        flex-wrap: wrap;
    }

    .header-logo-col {
        max-width: 150px;
    }

    .header-phone-col {
        order: 2;
        margin-inline-start: auto;
    }

    .mobile-menu-toggle {
        order: 3;
    }
}


/* Small mobile adjustments */
@media (max-width: 576px) {
    .header-top {
        padding: 10px 0;
    }

    .header-top-row {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start !important;
    }

    .header-contact-list {
        flex-direction: column;
        gap: 8px;
    }

    .social-link {
        gap: 15px;
    }

    .header-menu-col {
        width: 280px;
    }
}

/* ==========================================================================
   Header CSS Start
   ========================================================================== */
.home .site-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.home .site-header .main-header a,
.home .site-header .call-us-now-label {
    color: var(--color-white);
}

.header-top {
    background-color: var(--color-secondary);
    padding: 6px 0;
}

.header-contact-list {
    margin: 0;
    gap: 12px;
}

.social-link {
    margin: 0;
    flex-wrap: nowrap;
    gap: 20px;
}

.header-contact-list-item a {
    color: var(--color-black);
    text-decoration: none;
    font-size: var(--font-size-16);
    font-weight: var(--fw-400);
}

.header-contact-list-item a:hover {
    color: var(--color-primary);
}

.header-contact-list-item::before {
    all: unset;
}

.header-contact-list-item {
    gap: 13px;
    flex-wrap: nowrap;
    padding: 0;
}

.header-logo-col {
    max-width: 190px;
}

.main-header {
    padding: 20px 0 15px 0;
    border-bottom: 1px solid var(--color-gray-dark);
}

.primary-menu {
    margin: 0;
    gap: 0 54px;
    position: relative;
}

.primary-menu a {
    text-decoration: none;
    font-size: var(--font-size-16);
    font-weight: var(--fw-400);
    position: relative;
    padding-bottom: 5px;
}

.site-header .primary-menu .effect {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: var(--color-secondary);
    transition: width 0.5s ease, left 0.3s ease;
    pointer-events: none;
}

.header-phone-wrap {
    gap: 0 10px;
}

.call-us-now-label {
    display: block;
    font-weight: var(--fw-700);
    line-height: 1;
}

body .site-header .header-phone-details a:hover {
    color: var(--color-secondary);
}

.header-phone-details a {
    font-size: var(--font-size-16);
    text-decoration: none;
}

.header-phone-details {
    line-height: 1.4;
}



/* ==========================================================================
   Contact Us Section CSS
   ========================================================================== */
.contact-us-section {
    padding: 72px 0 44px 0;
    position: relative;
    margin-block-start: 119px;
}

.contact-us-sec-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(47%);
    pointer-events: none;
}

.contact-us-left-col,
.contact-right {
    width: 50%;
}

.contact-form-wrap {
    padding: 62px 55px 55px 61px;
    background-color: var(--color-primary);
    margin-block-start: -153px;
    position: relative;
    z-index: 1;
    max-width: 703px;
    margin-inline-start: auto;
}

.quick-menu-wrap {
    margin-block-start: 45px;
}

.contact-sec-title {
    margin-block-end: 40px;
}

.contact-sec-description {
    max-width: 381px;
    margin: 0 0 53px 0;
}

.social-link-item::before {
    all: unset;
}

.social-link-item {
    padding: 0;
    margin: 0;
}

.social-link-item a:hover path {
    fill: var(--color-primary);
}

.social-link-item a {
    display: flex;
    align-items: center;
}

.footer-contact-list-item path {
    stroke: var(--color-secondary);
}

.footer-contact-list-item a {
    color: var(--color-white);
}

.footer-contact-list-item a:hover {
    color: var(--color-secondary);
}

.footer-contact-list-item {
    gap: 16px;
    margin: 0 0 6px 0;
    line-height: 1;
}

.footer-contact-list {
    margin: 0 0 18px 0;
}

.footer-social-link {
    margin: 0 0 45px 0;
}

.footer-menu a {
    color: var(--color-white);
    text-decoration: none;
    font-size: var(--font-size-16);
    font-weight: var(--fw-400);
}

.quick-menu-wrap li::before {
    all: unset;
}

.footer-menu li {
    padding: 0;
    margin: 0 0 0 0;

}

.quick-menu-title {
    margin: 0 0 18px 0;
}

.footer-social-link path {
    fill: var(--color-secondary);
}

.quick-menu a {
    color: var(--color-white);
    text-decoration: none;
    font-size: var(--font-size-16);
    font-weight: var(--fw-400);
}

.quick-menu a:hover {
    color: var(--color-secondary);
}

.quick-menu-wrap li {
    margin: 0;
    padding-left: 0;
}

.quick-menu {
    padding-left: 30px;
}

/* ==========================================================================
   Footer Section CSS
   ========================================================================== */
.site-footer {
    background-color: var(--color-primary);
    padding: 0px 0;
}

.location-wrap {
    position: relative;
    mix-blend-mode: luminosity;
    background-color: var(--color-primary);
    padding-top: 23.96%;
    min-height: 250px;
}

.location-wrap p {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.location-wrap iframe {
    position: absolute;
    height: 100%;
    inset: 0;
}

.footer-botoom {
    padding: 50px 0;
}

/* ==========================================================================
   Blog List Page CSS
   ========================================================================== */
.blog-section {
    padding-block-start: clamp(60px, calc(7vw + 20px), 155px);
    padding-block-end: clamp(60px, calc(7vw + 20px), 155px);
    overflow: clip;
}

.blog-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,<svg width='1472' height='1051' viewBox='0 0 1472 1051' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(%23filter0_f_262_88)'><ellipse cx='736' cy='399' rx='168' ry='252' transform='rotate(90 736 399)' fill='%239ED3EF' fill-opacity='0.8'/></g><defs><filter id='filter0_f_262_88' x='0' y='-253' width='1472' height='1304' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur stdDeviation='242' result='effect1_foregroundBlur_262_88'/></filter></defs></svg>");
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -320px;
    opacity: 0.4;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.safari .blog-section::before,
.safari .single-blog-page::before,
.chrome .blog-section::before,
.chrome .single-blog-page::before {
    opacity: 1;
}

.blog-wrapper {
    max-width: 1668px;
}

.blog-title {
    text-transform: capitalize;
    padding-block-end: clamp(40px, calc(4.4vw + 20px), 106px);
}

.blog-list-row {
    gap: clamp(20px, 4vw, 66px);
}

.blog-posts-col {
    flex: 1 0;
}

.blog-sidebar-col {
    max-width: max(278px, 18.9%);
    width: 100%;
    padding-top: 18px;
}

.blog-sidebar,
.single-blog-sidebar {
    position: sticky;
    top: 40px;
}

.blog-posts-list-inner {
    margin: 0 -15px;
}

.blog-post-item {
    max-width: 33.33%;
    width: 100%;
    padding: 25px 15px;
}

.blog-post-item .share-blog-toggle {
    padding: 0;
}

.post-image {
    padding-top: 110.4%;
    overflow: hidden;
}

.post-image:hover img {
    transform: scale(1.1);
}

.blog-post-item .meta-author+.meta-separator {
    display: none;
}

.blog-post-item:first-child .meta-author+.meta-separator {
    display: block;
}

.blog-post-item:first-child .post-image {
    padding-top: 53.1%;
}

.blog-item-wrap {
    padding: 0 5px;
    margin-top: -70px;
    position: relative;
}

.blog-item-content {
    background-color: var(--color-white);
    padding: 23px 23px 23px 26px;
}

.blog-post-item:first-child .blog-item-content {
    padding-left: 30px;
}

.blog-post-item .meta-author {
    display: block;
    width: 100%;
    font-size: var(--font-size-16);
    font-weight: var(--fw-500);
    margin: 0 0 6px 0;
}

.blog-post-item:first-child .meta-author {
    font-size: 14px;
    font-weight: var(--fw-400);
}

body .blog .blog-post-item .single-blog-page-meta {
    flex-wrap: wrap;
    width: calc(100% - 32px);
    margin-bottom: 20px;
}

.blog-post-item:first-child .single-blog-page-meta .meta-author {
    display: inline;
    width: unset;
    margin: 0;
}

.blog-post-item:first-child {
    max-width: 66.66%;
}

.post-title {
    font-size: var(--font-size-24);
    margin: 0px 0 32px 0;
}

.post-title a {
    text-decoration: none;
}

.post-title a:hover {
    color: var(--color-primary);
}

.post-likes {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: var(--fw-400);
}

.btn-like {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 18px;
}

.post-like-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-view {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: var(--fw-400);
}

.post-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    border-block-start: 1px solid var(--color-secondary);
}

.blog-post-item:first-child .post-title {
    margin: 0 0 19px 0;
}

.load-more-wrapper {
    margin-block-start: 35px;
    width: 100%;
}

.btn-load-more {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    font-size: 20px;
    color: var(--color-primary);
    padding: 12.5px 30px;
    width: 100%;
    cursor: pointer;
    font-weight: var(--fw-500);
    transition: 0.5s;
    line-height: 1.2;
}

.btn-load-more:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.blog-posts-list-inner .post-excerpt {
    display: none;
}

.blog-posts-list-inner .blog-post-item:first-child .post-excerpt {
    display: block;
    max-width: 719px;
}


.blog .single-blog-page-meta,
.archive .single-blog-page-meta {
    margin: 0;
    flex-wrap: wrap;
    width: calc(100% - 35px);
}

.single-blog-page-meta-wrap {
    margin: 0 0 15px 0;
}

.btn-like.liked path {
    fill: #e84a43;
    stroke: #e84a43;
}

.blog-posts-list-inner .share-blog-toggle circle {
    stroke: transparent;
}

.blog-item-wrap .share-blog {
    position: relative;
    top: -20px;
    right: -8px;
}

.blog-post-item:first-child .blog-item-wrap .share-blog {
    top: -6px;
}

/* ==========================================================================
  Single Blog Page CSS
   ========================================================================== */
.single-blog-page {
    padding-block-start: clamp(70px, calc(8vw + 20px), 163px);
    padding-block-end: clamp(70px, calc(6.4vw + 20px), 163px);
    overflow-x: clip;
}

.single-blog-wrapper {
    max-width: 1450px;
}

.single-blog-page::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg width="1296" height="1147" viewBox="0 0 1296 1147" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_262_97)"><ellipse cx="560" cy="495" rx="168" ry="252" transform="rotate(90 560 495)" fill="%239ED3EF" fill-opacity="0.8"/></g><defs><filter id="filter0_f_262_97" x="-176" y="-157" width="1472" height="1304" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="242" result="effect1_foregroundBlur_262_97"/></filter></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    top: -400px;
    left: -310px;
    z-index: -1;
    pointer-events: none;
    opacity: 0.35;
}

.single-blog-page-meta {
    margin-block-end: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.meta-separator {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: 0;
}

.meta-author,
.meta-date,
.meta-read-time {
    font-size: 14px;
    line-height: 1.32;
    font-weight: var(--fw-400);
}

.meta-read-time,
.meta-date {
    color: var(--color-primary);
}

.single-blog-page-title {
    max-width: 767px;
}

.single-blog-meta-details h1 {
    font-size: clamp(32px, 3.33vw, 48px);
}

.single-blog-meta-details h2 {
    font-size: clamp(20px, 1.66vw, 24px);
}

.single-blog-meta-details h3 {
    font-size: clamp(18px, 1.52vw, 22px);
}

.single-blog-meta-details h4 {
    font-size: clamp(17px, 1.38vw, 20px);
}

.single-blog-meta-details h5 {
    font-size: clamp(16px, 1.25vw, 18px);
}

.single-blog-meta-details h6 {
    font-size: clamp(15px, 1.11vw, 16px);
}

.single-blog-page-content p {
    margin-bottom: 30px;
}

.single-blog-page-content li {
    margin: 0 0 0 0;
}

.single-blog-page-content ul li::before {
    left: 10px;
    top: 0.696em;
}

.single-blog-page-content :is(h1, h2, h3, h4, h5, h6) {
    font-weight: var(--fw-500);
    margin: 62px 0 36px 0;
}

.single-post .share-blog-toggle svg {
    width: 37px;
    height: 37px;
}

.single-post .single-blog-page-meta-wrap {
    margin: 0 0 9px 0;
}



.single-blog-page-content h2:first-child {
    margin-top: 0;
}

.single-post .share-blog {
    position: relative;
    display: inline-flex;
    align-items: center;
    top: -14px;
    right: -10px;
}

.widget h2 {
    font-size: var(--font-size-32);
}

.single-blog-page-wrap {
    display: flex;
    gap: clamp(25px, 5vw, 90px);
}

.single-blog-page-right-col {
    flex: 0 0 305px;
}

.single-blog-page-left-col {
    flex: 1;
    padding-top: 10px;
}


.widget .wp-block-heading {
    margin-block: 0 21px;
    font-weight: var(--fw-500);
}

.widget .wp-block-group {
    margin-block: 0 52px;
}

.widget:last-child .wp-block-group {
    margin: 0;
}

.select-wrap {
    position: relative;
    display: inline-block;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: var(--fw-500);
    padding: 6px 40px 6px 16px;
    min-width: 247px;
    position: relative;
    z-index: 1;
    background-image: unset;
}

.select-wrap::after {
    content: "";
    position: absolute;
    width: 43px;
    height: 100%;
    background-repeat: no-repeat;
    background-color: var(--color-primary);
    right: 0;
    left: unset;
    background-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L15 0.999999" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-size: 20px;
    background-position: center;
    cursor: pointer;
}

.widget li::before {
    all: unset;
}

.wp-block-latest-posts {
    margin: 0;
}

.widget a {
    text-decoration: none;
}

.widget a:hover {
    color: var(--color-primary);
}

.widget li:last-child {
    margin: 0;
}

.widget li {
    padding: 0;
    margin-bottom: 15px;
}

.recent-post-see-all {
    color: var(--color-primary);
    text-decoration: none;
}

.recent-post-title {
    font-weight: var(--fw-500);
    margin: 0;
}

.recent-posts-grid {
    margin: 0 -15px;
}

.recent-posts {
    margin-block-start: 50px;
    padding-block-start: 52px;
    border-block-start: 1px solid var(--color-secondary);
}

.recent-post-title-wrap {
    margin: 0 0 37px 0;
}

.recent-posts .blog-post-item {
    max-width: 33.33%;
}

.recent-posts .blog-post-item:first-child .post-image {
    padding-top: 110%;
}

.recent-posts .blog-post-item .single-blog-page-meta-wrap {
    display: none;
}

.recent-posts .blog-post-item .post-excerpt {
    display: none;
}

.page-template-default li::before {
    top: 0.65em;
}

.page-template-default ul li {
    padding-left: 20px;
}

.border-top {
    border-top: 1px solid var(--color-secondary);
}

.border-bottom {
    border-bottom: 1px solid var(--color-secondary);
}

/* ==========================================================================
  Responsive CSS
   ========================================================================== */
@media (max-width: 1800px) {
    .primary-menu {
        gap: 0 34px;
    }
}

@media (max-width: 1600px) {
    :root {
        --wrapper-padding: 0 40px;
    }

    .primary-menu {
        gap: 0 22px;
    }

    .header-logo-col {
        max-width: 140px;
    }

    .contact-us-section {
        margin-block-start: 100px;
    }

    /* Blog List CSS Start */
    .blog-section {
        padding-block-end: clamp(50px, calc(6vw + 20px), 155px);
    }

    .blog-title {
        padding-block-end: clamp(20px, calc(1.5vw + 20px), 106px);
    }

    .post-title br {
        display: none;
    }

    .blog-list-row {
        gap: clamp(20px, 2vw, 66px);
    }

    /* Blog List CSS End */
    /* Blog Single CSS Start */
    .single-blog-page-content :is(h1, h2, h3, h4, h5, h6) {
        font-weight: var(--fw-500);
        margin: 50px 0 32px 0;
    }

    /* Blog Single CSS End */
}

@media (max-width: 1440px) {
    .primary-menu a {
        font-size: 15px;
    }

    .header-phone-icon svg {
        width: 22px;
    }

    .header-logo-col {
        max-width: 170px;
    }

    .main-header {
        padding: 18px 0 13px 0;
    }

    .primary-menu .sub-menu {
        min-width: 170px;
    }

    .contact-us-section {
        margin-block-start: 80px;
    }

    .contact-form-wrap {
        padding: 55px 55px 50px 55px;
        margin-block-start: -130px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select,
    body .form-section-form .contact-form .um-form input {
        padding: 20.5px 30px !important;
    }

    .contact-form select {
        padding: 20.5px 30px !important;
    }

    .contact-sec-description {
        margin: 0 0 45px 0;
    }

    .small-title {
        margin: 0 0 32px 0;
    }

    .small-title::before {
        width: 100px;
        margin-right: 25px;
    }

    .primary-menu {
        gap: 0 20px;
    }

    .main-header .fluid-wrapper {
        padding: 0 20px;
    }


}

@media (max-width: 1360px) {
    :root {
        --wrapper-padding: 0 30px;
    }

    .primary-menu {
        gap: 0 20px;
    }

    .header-phone-wrap {
        gap: 0 8px;
    }

    .header-logo-col {
        max-width: 130px;
    }

    .header-phone-details a,
    .call-us-now-label {
        font-size: 14px;
    }

    .header-phone-icon svg {
        width: 15px;
    }

    .header-menu-col {
        padding: 0;
    }

    .header-phone-details a,
    .call-us-now-label {
        font-size: 14px;
    }

    .main-header .fluid-wrapper {
        padding: 0 20px;
    }

    .primary-menu a {
        font-size: 14px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        padding: 19px 25px !important;
    }

    .contact-form textarea {
        height: 170px !important;
    }

    .contact-form-wrap {
        margin-block-start: -130px;
    }

    /* Blog List CSS Start */
    .widget .wp-block-group {
        margin-block: 0 40px;
    }

    .blog-title {
        margin-bottom: 10px;
    }

    .blog-posts-list-inner {
        margin: 0 -12px;
    }

    .blog-post-item {
        padding: 20px 12px;
    }

    .blog-item-content {
        padding: 20px;
    }

    /* Blog List CSS End */
    /* Blog Single CSS Start */
    .recent-post-title-wrap {
        margin: 0 0 30px 0;
    }

    /* Blog Single CSS End */
    .main-header .fluid-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    :root {
        --btn-padding: 17px 34px;
    }

    ul,
    ol {
        margin-bottom: 30px;
    }

    ul li::before {
        top: 0.6em;
    }

    .contact-sec-title,
    .footer-social-link {
        margin-block-end: 30px;
    }

    .contact-sec-description {
        margin: 0 0 40px 0;
    }

    .contact-form-wrap {
        padding: 50px 40px 50px 40px;
        margin-block-start: -130px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select,
    body .form-section-form .contact-form .um-form input {
        padding: 18px 25px !important;
    }

    body .contact-form .gfield_label {
        margin: 0 0 8px 0;
    }

    /* Blog List CSS Start */

    .blog-post-item:first-child {
        max-width: 100%;
    }

    .blog-post-item {
        max-width: 50%;
    }

    .post-image {
        padding-top: 100%;
    }

    /* Blog List CSS End */
    /* Blog Single CSS Start */
    .single-blog-page-content :is(h1, h2, h3, h4, h5, h6) {
        margin: 40px 0 22px 0;
    }

    .single-blog-page-content p {
        margin-bottom: 22px;
    }

    .single-blog-page-right-col {
        flex: 0 0 249px;
    }

    .recent-post-wrap .blog-post-item {
        max-width: 50%;
    }

    .recent-post-title-wrap {
        margin: 0 0 20px 0;
    }

    .recent-posts {
        margin-block-start: 40px;
        padding-block-start: 42px;
    }

    /* Blog Single CSS End */


}

@media (max-width: 991px) {

    .contact-us-left-col,
    .contact-right {
        width: 100%;
    }

    .contact-us-section {
        padding: 55px 0 40px 0;
        margin: 0;
    }

    .contact-form-wrap {
        padding: 45px 40px 45px 40px;
        margin-block-start: 50px;
        margin-inline: auto;
    }

    .contact-sec-title,
    .footer-social-link {
        margin-block-end: 23px;
    }

    .contact-left {
        text-align: center;
    }

    .contact-sec-description {
        margin: 0 auto 30px auto;
    }

    .footer-contact-list-item {
        flex-direction: column;
        gap: 8px;
        margin: 0 0 10px 0;
    }

    .footer-social-link {
        justify-content: center;
    }

    .footer-contact-list {
        margin: 0 0 30px 0;
    }

    .quick-menu {
        padding-left: 0;
    }

    .small-title {
        margin: 0 0 30px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin-bottom: 30px;
    }

    .solid-btn {
        min-width: 170px;
    }

    /* Blog List CSS Start */
    .blog-posts-col {
        flex: 1 0 100%;
    }

    .blog-sidebar-col {
        max-width: 100%;
        padding-top: 50px;
    }

    .select-wrap {
        width: 100%;
    }

    .select-wrap select {
        width: 100%;
    }

    .widget .wp-block-heading {
        margin-block: 0 18px;
    }

    /* Blog List CSS End */

    /* Blog Single CSS Start */
    .single-blog-page-left-col,
    .single-blog-page-right-col {
        flex: 1 0 100%;
    }

    .single-blog-page-content :is(h1, h2, h3, h4, h5, h6) {
        margin: 30px 0 18px 0;
    }

    .single-blog-page-content p {
        margin-bottom: 18px;
    }

    .social-share-list {
        margin: 50px 0 0 0;
    }

    .single-blog-page {
        padding-block-start: clamp(40px, calc(6vw + 20px), 163px);
        padding-block-end: clamp(50px, calc(6.4vw + 20px), 163px);
    }

    .social-share-item svg {
        width: 35px;
        height: 35px;
    }

    .social-share-list {
        margin: 40px 0 0 0;
        gap: 10px;
    }

    .single-post .share-blog-toggle svg {
        width: 32px;
        height: 32px;
    }

    .social-share-list {
        margin: 50px 0 0 0;
    }

    .single-blog-page-title h1 {
        margin: 0 0 32px 0;
    }

    /* Blog Single CSS End */

}

@media (max-width: 768px) {
    :root {
        --wrapper-padding: 0 15px;
        --btn-padding: 16px 30px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 26px;
    }

    p {
        margin-bottom: 25px;
    }

    ul,
    ol {
        margin-bottom: 28px;
    }

    ul li {
        padding-left: 20px;
    }

    .two-column-list {
        column-gap: 30px;
    }

    body .small-btn {
        padding: 12px 24px;
        min-width: unset;
    }

    body .single-blog-page-content li {
        padding-left: 28px;
    }

    .main-header {
        padding: 16px 0 8px 0;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select body .form-section-form .contact-form .um-form input {
        padding: 16px 25px !important;
    }

    .contact-form input[type="submit"],
    body .form-section-form .contact-form .um-form .um-button {
        padding: 17px 20px 17px 20px !important;
    }

}

@media (max-width: 640px) {

    .two-column-list {
        column-count: 1;
    }

    ol ol {
        padding-left: 18px;
    }

    .header-top {
        display: none;
    }

    body .site-header .main-header .header-contact-list-item a {
        color: var(--color-black);
    }

    .header-top-row {
        padding: 30px 22px;
        gap: 20px;
    }

    body .site-header .main-header .primary-menu a {
        padding: 10px 50px 10px 22px;
        font-size: 15px;
    }

    body .site-header .main-header .header-contact-list-item a:hover {
        color: var(--color-primary);
    }

    .contact-us-section {
        padding: 50px 0 40px 0;
    }

    .contact-sec-title,
    .footer-social-link {
        margin-block-end: 20px;
    }

    .contact-form-wrap {
        padding: 40px 30px 40px 30px;
        margin-block-start: 40px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        padding: 14px 25px !important;
    }

    .contact-form .gform-body .gform_fields {
        row-gap: 20px !important;
    }

    .contact-form textarea {
        height: 150px !important;
    }

    .lquick-links,
    .page-fcopyright-wrap {
        flex-direction: column;
        gap: 15px;
    }

    .lpage-quick-links {
        text-align: center;
    }

    .enx2-logo {
        padding-left: 0;
    }

    body ul .quick-item::before {
        all: unset;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select,
    body .form-section-form .contact-form .um-form input {
        padding: 14px 25px !important;
    }

    /* Blog List CSS Start */
    .blog-post-item:first-child .blog-item-content {
        padding: 20px;
    }

    .post-title {
        margin: 0px 0 25px 0;
    }

    /* Blog List CSS End */
    .default-section {
        padding: 40px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin-bottom: 22px;
    }

    ul li {
        padding-left: 16px;
    }

    ul li::before {
        width: 6px;
        height: 6px;
    }

    .single-blog-page-content ul li::before {
        left: 0px;
    }

    body .single-blog-page-content li {
        padding-left: 17px;
    }

    .single-blog-page-content ul li::before {
        top: 0.696em;
    }

    .single-blog-page-title h1 {
        margin: 0 0 28px 0;
    }

    .social-share-list {
        margin: 40px 0 0 0;
    }
}

@media (max-width: 575px) {

    /* Blog List CSS Start */
    .blog-post-item {
        max-width: 100%;
        padding: 12px 12px;
    }

    .post-image,
    .blog-post-item:first-child .post-image {
        padding-top: 90%;
    }

    .btn-load-more {
        padding: 10px 30px;
        font-size: 18px;
    }

    /* Blog List CSS End */

    .single .meta-author {
        width: 100%;
        display: block;
    }

    .single .single-blog-page-meta {
        flex-wrap: wrap;
        width: calc(100% - 48px);
        margin: 0;
    }

    .single .meta-author+.meta-separator {
        display: none;
    }

    .single-post .single-blog-page-meta-wrap {
        margin: 0 0 30px 0;
    }

    .single-post .share-blog {
        top: 0;
        right: 0;
    }

    .share-blog .share-blog-toggle {
        padding: 0;
    }

    .recent-post-wrap .blog-post-item {
        max-width: 100%;
    }

    .recent-post-wrap .post-image,
    .recent-posts .blog-post-item:first-child .post-image {
        padding-top: 80%;
    }

}

@media screen and (max-width: 379px) {
    .mobile-menu-toggle {
        margin-left: auto;
    }
}