/*
Table of Contents
01. Fonts -------------------------------------
02. General -----------------------------------
03. Anchor Tag Styling ------------------------
04. Order and Unorder List --------------------
05. Heading Style -----------------------------
06. Button Style ------------------------------
07. Text Link ---------------------------------
08. Gravity From Style ------------------------
09. Coming Soon  ------------------------------
10. Cookie Policy  ----------------------------
11. Skip to Main  -----------------------------
*/

/* / ===================== Fonts ===================== / */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*
font-family: 'Lato', sans-serif;
*/

/* / ===================== Generate ===================== / */

:root {
    --black: #000000;
    --white: #ffffff;
    --gray: #666666;
}

html {
	color: #000000;
	font-size: 10px;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 30px 0;
	padding: 0;
}

::-ms-clear {
	display: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,
select,
input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

body .elementor-widget-image a img[src$=".svg"], 
body .elementor-widget-image figure>a img[src$=".svg"], 
body .elementor-widget-image img[src$=".svg"] {
    width: auto;
}

.invisible {
	visibility: hidden !important;
}

/* / ===================== Anchor Tag Styling ===================== / */

body .elementor a,
body a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #137CA6;
	font-size: inherit;
	transition: all 0.3s;
}

body .elementor a:hover,
body a:hover {
	text-decoration: none;
	color: #137CA6;
}

body a,
body p a,
body .elementor p a,
body .elementor ol li > a:not(.elementor-button),
body .elementor ul li > a:not(.elementor-button) {
	color: #137CA6;
	text-decoration: underline;
	font-weight: 700;
}

body a:hover,
body p a:hover,
body .elementor p a:hover,
body .elementor ol li > a:not(.elementor-button):hover,
body .elementor ul li > a:not(.elementor-button):hover {
	color: #137CA6;
	text-decoration: none;
    font-weight: 700;
}

body a[href*="tel"]{
    display: inline-block;
}

/* / =============== Order and Unorder List =============== / */

body .site-main ul:not([class]) {
	font-size: inherit;
	list-style: none;
}

body .site-main ol {
	list-style: decimal outside;
	font-size: inherit;
    margin-bottom: 10px;
	padding-left: 20px;
}

body .site-main ul:not([class]) > li,
body .site-main ul:not([class]) > li > ol > li > ul:not([class]) > li {
	font-size: inherit;
    line-height: 1.4;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;	
}

body .site-main ol > li,
body .site-main ol:not([class]) > li > ul > li > ol:not([class]) > li {
	font-size: inherit;
    line-height: 1.4;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 10px;
    padding-left: 5px;
    position: relative;
}

body .site-main ul:not([class]) li:last-child, 
body .site-main ol:not([class]) li:last-child {
	margin-bottom: 0;
}

body .site-main ol ol,
body .site-main ul:not([class]) ul:not([class]),
body .site-main ol ul:not([class]),
body .site-main ul:not([class]) ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
body .site-main ul:not([class]) li ol li ul:not([class]) li:after {
    content: "";
    display: inline-block;
    background-color: #137CA6;
    position: absolute;
    left: 10px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

body .site-main ol li::marker, 
body .site-main ul:not([class]) li ol li::marker {
    font-weight: 600;
    color: #137CA6;
}

body .site-main ul:not([class]) ol li::before {
	display: none !important;
}

/* / ===================== Heading Style ===================== / */

body h1[class],
body h2[class],
body h3[class],
body h4[class],
body h5[class],
body h6[class],
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child,
body ul:last-child,
body ol:last-child,
body dl:last-child,
body table:last-child,
body blockquote:last-child {
	margin-bottom: 0;	
}

body {
	margin: 0;
	padding: 0;
	color: rgba(71, 71, 71, 0.8);
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
	background-color: #ffffff;
}

body p,
body .elementor-widget-container,
body .elementor-widget-container p,
body .elementor-widget-text-editor, 
body .elementor-widget-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
    line-height: inherit;
	font-weight: inherit;
    text-transform: inherit;
}

body h1,
body .h1,
body .elementor-widget-heading h1.elementor-heading-title,
body .elementor-widget-heading.h1 .elementor-heading-title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

body h2,
body .h2, 
body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-widget-heading.h2 .elementor-heading-title, 
body h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
body .elementor-posts .elementor-post h2.elementor-post__title,
body .elementor-posts h2.elementor-post__title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

body h3,
body .h3, 
body .elementor-widget-heading h3.elementor-heading-title,
body .elementor-widget-heading.h3 .elementor-heading-title, 
body h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
body .elementor-posts .elementor-post h3.elementor-post__title,
body .elementor-posts h3.elementor-post__title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

body h4,
body .h4, 
body .elementor-widget-heading h4.elementor-heading-title,
body .elementor-widget-heading.h4 .elementor-heading-title, 
body h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
body .elementor-posts .elementor-post h4.elementor-post__title,
body .elementor-posts h4.elementor-post__title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

body h5,
body .h5, 
body .elementor-widget-heading h5.elementor-heading-title,
body .elementor-widget-heading.h5 .elementor-heading-title, 
body h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
body .elementor-posts .elementor-post h5.elementor-post__title,
body .elementor-posts h5.elementor-post__title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

body h6,
body .h6, 
body .elementor-widget-heading h6.elementor-heading-title,
body .elementor-widget-heading.h6 .elementor-heading-title, 
body h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
body .elementor-posts .elementor-post h6.elementor-post__title,
body .elementor-posts h6.elementor-post__title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
}

body .small-text p,
body .small-text.elementor-widget-text-editor,
body .small-text.elementor-widget-text-editor p,
body .small-text .elementor-widget-text-editor,
body .small-text .elementor-widget-text-editor p,
body .small-text .elementor-cta__description.elementor-cta__content-item {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
}

/* / ===================== Button Style ===================== / */

/* / ===== Default Button ===== / */
html body .homepage-form .gform_wrapper form .gform_footer input[type="submit"],
body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 600 !important;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    box-sizing: border-box;
	color: #03485B;
    background-color: #D6DF5A;
    border: 2px solid #D6DF5A;
    padding: 13px 18px 13px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    -webkit-appearance: none;
    transition: all 0.3s;
    max-width: 100%;
}

.elementor-button:after,
[type="button"]:after {
	content: "";
	width: 148px;
	display: block;
	max-width: 100%;
}

body .elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover{
	color: white;
    background-color:#03485B;
	text-decoration: none;
	border-color: #03485B;
}

/* / ===== Multi Color Button ===== / */

body .blue-button .elementor-button,
body .elementor-widget-button.blue-button .elementor-button,
body .elementor-widget-button.blue-button button:not(.gm-control-active),
body .elementor-widget-button.blue-button button:not(.gm-control-active):focus,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.blue-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button{
    color: #fff;
    background-color: #03485B;
    border: 2px solid #03485B;
}

body .blue-button .elementor-button:hover,
body .elementor-widget-button.blue-button .elementor-button:hover,
body .elementor-widget-button.blue-button button:not(.gm-control-active):hover,
body .elementor-widget-button.blue-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.blue-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover{
	background-color: #D6DF5A;
    color: #03485B;
    border-color:#D6DF5A;
}

html body .external-btn .elementor-button{
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 600 !important
}
.external-btn .elementor-button .elementor-button-content-wrapper{
    justify-content: center !important;
    gap: 20px
}
.external-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
    font-size: 14px
}
html body .external-btn .elementor-button::after{
    width: 141px;
}
.external-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
    right: 4px;
    position: relative
}
.header-btn a.elementor-button .elementor-button-icon svg path,
html body .external-btn svg path{
	transition: 0.3s all;
}

html body .external-btn:hover svg path{
    fill: #03485B;
}

/* / ==================== Text Link ==================== / */

body .text-link .elementor-button,
body .text-link .elementor-button:focus,
body .text-link button:not(.gm-control-active),
body .text-link button:not(.gm-control-active):focus,
body .text-link [class*="elementor-kit"] .elementor-button,
body .text-link [class*="elementor-kit"] .elementor-button:focus,
body .text-link [type="submit"]:not(.adminbar-button),
body .text-link [type="submit"]:not(.adminbar-button):focus,
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="button"]:not(.gm-control-active):focus,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button {
	color: #137ca6;
    background-color: transparent;
    font-size: 20px !important;
    line-height: 24px;
    padding: 0;
    font-weight: 700 !important;
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    max-width: 100%;
    letter-spacing: 0;
}

body .text-link .elementor-button span.last,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last,
body .arrow-btn .elementor-button span.last{
	display: inline-block;
}

body .text-link .elementor-button span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last:after,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last:after,
body .arrow-btn .elementor-button span.last::after {
	content: "";
    width: 22px !important;
    height: 20px;
    display: inline-block;
    background: url("/wp-content/uploads/2025/01/link-arrow.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: -5px;
    margin-left: 15px;
    transition: all 0.3s;
}

body .text-link .elementor-button:hover,
body .text-link .elementor-button:focus:hover,
body .text-link button:not(.gm-control-active):hover,
body .text-link button:not(.gm-control-active):focus:hover,
body .text-link [class*="elementor-kit"] .elementor-button:hover,
body .text-link [class*="elementor-kit"] .elementor-button:focus:hover,
body .text-link [type="submit"]:not(.adminbar-button):hover,
body .text-link [type="submit"]:not(.adminbar-button):focus:hover,
body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="button"]:not(.gm-control-active):focus:hover,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover {
	background-color: transparent;
	color: #137ca6;
	text-decoration: underline;
	border: none;
}

/* / ===== Arrow Inside Button ===== / */

body .arrow-btn .elementor-button span.last::after{
	margin-left: 8px;
}

body .arrow-btn .elementor-button span.last::after{
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.dark-blue .elementor-button span.last::after{
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .arrow-btn.dark-blue .elementor-button:hover span.last::after{
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.light-gray .elementor-button:hover span.last::after{
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .text-link .elementor-button:after{
    display: none !important;
}

body .elementor-button span {
	color: inherit;
}


/* gravity form select dropdowns */
.ginput_container_select .select{
	position: relative;
}

.ginput_container_select .select select,
.gfield .clear-multi .ginput_container_date .select select,
.gfield .gfield_time_ampm .select select,
body select:not([class*="ui-datepicker"]) {
	width: 100%;
    height: 50px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid rgb(71 71 71 / 60%);
    padding-left: 16px;
    padding-right: 16px;
    background: url(../img/arrow-down-black.svg) no-repeat center right 18px;
	background-color: #f2f2f3;
    background-size: 18px;
    padding: 12px 40px 12px 16px !important;
    margin: 0 !important;
}

body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
	border-color: #e75454;
}

.s-hidden {
	display: none;
}

.styledSelect {
	padding: 10px 45px 10px 20px;
	position: relative;
	height: 50px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 50px !important;
	background-color: #F2F2F3;
	border: 2px solid rgb(71 71 71 / 60%);
	box-shadow: none;
	font-size: 16px !important;
	line-height: 28px;
	color: #1E2937 !important;
	text-transform: none;
	letter-spacing: 0px;
  	transition: all 0.3s;
}

.styledSelect:focus{
  	border: 2px solid #a65d43;
}

body .gform_wrapper .gfield_required {
	color: rgb(71 71 72 / 40%);
    font-weight: 400 !important;
    margin-left: 2px;
    text-transform: lowercase;
    letter-spacing: -0.3px;
}

body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
}

/* .styledSelect.active {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
} */

.styledSelect:after {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 1px));
    right: 18px;
    line-height: 1;
    width: 14px;
    height: 8px;
    background: url(../img/arrow-down-black.svg) no-repeat center;
}

.styledSelect.active:after {
	background: url("../img/arrow-down-black.svg") no-repeat center;
  transform: translateY(-50%) rotate(180deg);
}

body .options {
	display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    background: #f2f2f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 30px;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    border: 2px solid #137ca6;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);

}

body form .options li {
	margin: 0;
    padding: 10px 20px 10px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.18px;
	color: #1E2937;
	text-transform: none;
	/* height: 40px; */
	cursor: pointer;
}

body form .options li:hover {
	background-color: #DBE9EE;
}

.options li::before {
	display: none !important;
}

.options li[rel=""] {
	display: none;
}

.options li.active {
	background-color: #DBE9EE;
	position: relative;
	cursor: default;
	pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}
/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */


/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */

/* html structure */
/* <label class="checkbox-container">One
  <input type="checkbox" checked="checked">
  <span class="checkmark"></span>
</label> */
/* end html structure */

/* Create a custom checkbox */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
	background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="radio-container">One
  <input type="radio" checked="checked" name="radio">
  <span class="checkmark"></span>
</label> */

/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
	background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 7px;
	left: 7.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
html body .gform_wrapper *:focus {
	outline: none;
}

html body .gform_wrapper div.validation_error html body .gform_wrapper form {
	border: 2px solid #666;
	padding: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield {
	margin-top: 0;
	margin-bottom: 16px !important;
	border: 0;
	background: none;
	vertical-align: top;
	letter-spacing: -0.14px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
	padding-top: 0px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	margin-top: 0 !important;
}

html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
    color: #474747;
    line-height: 24px;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
	margin-top: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"], 
html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px !important;
    background-color: #F2F2F3;
    border: 2px solid rgb(71 71 71 / 60%);
    box-shadow: none;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #1E2937 !important;
    width: 100% !important;
    height: 40px;
    padding: 7px 20px !important;
    transition: all 0.3s;
    height: 50px;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]::-webkit-input-placeholder, 
html body .gform_wrapper form ul.gform_fields li.gfield textarea::-webkit-input-placeholder, 
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}

html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
	color: rgba(71, 71, 71, 0.6) !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus, 
html body .gform_wrapper form ul.gform_fields li.gfield textarea:focus, 
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect.active {
	border: 2px solid #137CA6;
}

html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	height: 195px;
	resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 34px #ffffff inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
	-webkit-text-fill-color: #666666 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses.valueAdded{
    color: #1E2937 !important;
}

/* html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 16px 15px;
	font-size: 18px;
	line-height: 1;
} */

html body .gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 15px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
	padding-top: 10px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
	margin-top: 0 !important;
}

html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: -0.13px;
	padding-right: 7px;
	/* display: none; */
}

html body .gform_wrapper .validation_message {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

html body .gform_wrapper li.gfield_error .gfield_required{
    color: #d53b12;
	text-transform: capitalize;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: #f02525;
	display: none;
}

html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper li.gfield_error textarea, 
.gfield_error .styledSelect {
	border: 1px solid red !important;
}


/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */

html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked+label {
	font-weight: normal;
}

html body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 0;
}

html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #000;
}

html body .gform_wrapper ul.gfield_radio li {
	display: block;
	position: relative;
	margin-bottom: 12px;
	/* cursor: pointer; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_radio li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_radio li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_radio li label {
	padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 2px;
}

html body .gform_wrapper ul.gfield_radio li label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 24px;
    width: 24px;
	border-radius: 50%;
    background-color: #f2f2f3;
    border: 2px solid #8c8c8c;
}

html body .gform_wrapper ul.gfield_radio li input~label:hover:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:before {
	background-color: #12749B;
    border-color: #12749B;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	top: 10px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper ul.gfield_checkbox li {
	display: block;
    position: relative;
    margin-bottom: 12px;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html body .gform_wrapper ul.gfield_checkbox li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_checkbox li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_checkbox li label {
	padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 2px;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "";
    position: absolute;
    top: 1px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #f2f2f3;
    border: 2px solid #8c8c8c;
    border-radius: 6px;
}

html body .gform_wrapper ul.gfield_checkbox li input~label:hover:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before {
	background-color: #12749B;
    border-color: #12749B;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	left: 8px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.elementor .gm-style img {
	max-width: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
	margin-bottom: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields input {
	margin-bottom: 20px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .ginput_container>span {
	margin-bottom: 0;
	padding-top: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .validation_message {
	margin-top: -20px;
	margin-bottom: 20px;
}


/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */

html body .gform_wrapper form .gform_footer {
	text-align: left;
	padding: 10px 0 0;
	margin: 0;
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
    color: #1E2937;
    background-color: #F68C1E;
    font-size: 20px !important;
    line-height: 32px !important;
    padding: 12px 24px 12px;
    font-weight: 700 !important;
    border: 2px solid #F68C1E;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    max-width: 300px;
    width: 100%;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
    background-color: transparent;
	color: #1E2937;
	text-decoration: none;
	border: 2px solid #F68C1E;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
	padding: 0 !important;
}
html body .gform_wrapper form .gform_footer input[type="submit"] + img{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -30px);
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, 
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{
	max-width: 50%;
	margin-right: 0 !important;
}
/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */

/* / ===================== Coming Soon ===================== / */

.coming-soon-content {
    min-height: calc(100vh - 358px) !important;
}
/* / ================= Cookie Policy Style ================= / */
#cookie-notice {
	background-color: #03485be6 !important;
	position: fixed;
	z-index: 11111;
}

#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#cookie-notice #cn-notice-text+#cn-accept-cookie,
#cn-notice-buttons {
	display: none !important;
}

#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
}

#cookie-notice .cookies-message {
	text-align: left;
	font-family: "Montserrat", Sans-serif;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
	font-size: 12px;
}

#cookie-notice .cookies-message a {
	color: #fff;
	text-decoration: underline;
}

#cookie-notice .cookies-message a:hover {
	text-decoration: none;
}

#cookie-notice .cookies-button-container {
	max-width: 40%;
	text-align: center;
	display: flex;
	align-content: space-between;
	margin: 0 auto;
	font-weight: bold;
}

#cookie-notice .cookies-button-container .cookies-button {
	border: 0;
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 500;
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	line-height: 30px;
	color: #344A83;
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #fff;
	color: #344A83;
	opacity: 0.8;
}

.cn-close-icon:before,
.cn-close-icon:after {
	background-color: #fff;
}

.cookie-notice-container .cn-text-container {
	margin: 0
}

/* / ================= Skip to Main Button ================= / */

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}

a.skip-main:focus, a.skip-main:active {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
    clip: auto!important;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Footer */

.footer-info-links ul{
    gap: 19px;
    overflow: hidden
}
.footer-info-links ul li{
    position: relative
}
.footer-info-links ul li::before{
    content: '';
    width: 2px;
    height: calc(100% - 5px);
    background: white;
    left: -10px;
    position: absolute;
    top: 3px
}
.footer-info-links ul li a{
	word-break: break-all;
}
body .elementor-icon-list-items .elementor-icon-list-item > a:not(.elementor-button):hover  .elementor-icon-list-text {
    text-decoration: underline;
}
.footer-social-list ul li.elementor-icon-list-item .elementor-icon-list-text{
    display: none
}
.footer-social-list ul{
    gap: 9px;
    margin: 0 !important
}
.footer-social-list ul li.elementor-icon-list-item{
    margin: 0 !important;
}

.footer-social-list ul li.elementor-icon-list-item a{
    transition: 0.3s all
}
.footer-social-list ul li.elementor-icon-list-item a:hover{
    opacity: 0.8
}
/* /header/ */
.header-menu ul.menu {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap:44px;
}
html body .header-menu ul.menu > li > a:hover,
html body .header-menu ul.menu > li > a{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #03485B;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
	position: relative;
}
/* html body .header-menu ul.menu > li > a:hover{
    text-decoration: underline
} */
html body .header-menu ul.menu > li > a::after{
    width: 0;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #99A22A;
    transition: 0.3s all
}
html body .header-menu ul.menu > li > a.active-nav::after,
html body .header-menu ul.menu > li > a:hover::after{
    width: 100%
}
html body .header-menu ul.menu > li > a.active-nav::after{
    background: #03485B;
}

.header-btn a.elementor-button{
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 8px 20px 9px
}
.header-btn a.elementor-button::after{
    width: 136px
}
.header-btn a.elementor-button .elementor-button-icon{
    width: 16px;
    height: 14px;
    position: relative;
    top: 4px;
}
.header-btn a.elementor-button .elementor-button-content-wrapper{
justify-content: space-between}

.header-btn a.elementor-button .elementor-button-icon svg{
    font-size: 14px
}
.header-btn a.elementor-button:hover .elementor-button-icon svg path{
    fill: #0E485A
}

body header[data-elementor-type="header"]{
    position: sticky;
    top: 0;
    z-index: 1001;
}

body.active-header .header-main-wrapper {
    box-shadow: 5px 10px 26px rgb(0 0 0 / 7%);
}

.container-max-width{
    max-width: var(--content-width)
}
.home-hero::before{
    mix-blend-mode: overlay;
}
.home-hero::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #03485B;
    z-index: 1;
    opacity: 0.5
}
.home-hero .container-max-width{
    z-index: 2
}
.hero-sub-heading p {
    text-shadow: 0px 4px 4px #00000040;
}

.why-matter-section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(10px);
    z-index: 1;
    pointer-events: none;
    opacity: 1;
	border-radius: 15px;
}
.why-matter-section::before {
	border-radius: 15px;
}
.cta-block .elementor-icon-wrapper .elementor-icon{
    width: 50px;
    height: 41px;
    display: flex;
    margin: 0 auto 20px;
    justify-content: center;
    align-items: center
}
.cta-block .elementor-icon-wrapper .elementor-icon svg{
    max-width: 100%;
    max-height: 100%;
}
.cta-block .elementor-cta,
.cta-block{
    height: 100%;
}


/* form */
html body .homepage-form .gform_wrapper form ul.gform_fields li.gfield input[type="email"]{
    height: 66px;
    padding:21px 150px 23px 20px !important; 
    border-radius: 15px !important;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 60%);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: white !important;
     font-family: "Poppins", sans-serif;
}
html body .homepage-form .gform_wrapper form ul.gform_fields li.gfield input[type="email"]::placeholder{
    opacity: 0.8;
    color: white;
	font-size: 14px;
}
html body .homepage-form .gform_wrapper form .gform_footer input[type="submit"]{
    margin: 0 !important;
    padding: 12px 10px;
    font-size: 14px !important;
    line-height: 22px !important
}
html body .homepage-form .gform_wrapper form .gform_footer input[type="submit"]:hover{
    border: 2px solid #D6DF5A !important;
    background: #D6DF5A !important;
	opacity: 0.8;
}
html body .homepage-form .gform_wrapper form .gform_footer{
    padding: 0;
    margin: 0;
    max-width: 132px;
    position: absolute;
    right: 8px;
    top: 24.5px;
}
html body .homepage-form .gform_wrapper form ul.gform_fields li.gfield .ginput_container{
    position: relative
}
html body .homepage-form .gform_wrapper form ul .gfield_validation_message{
    padding-top: 5px;
    position: absolute;
    left: 0;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #FF9A9A !important;
}
html body .homepage-form  .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    border: 1px solid #FF9A9A !important
}

html body .homepage-form .gform_confirmation_wrapper {
    color: white;
    font-family: "Inter", sans-serif;
}

.bigger-img-section{
    position: relative
}
.bigger-section-img-top{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 15px 15px 0;
    overflow: hidden
}

.bigger-section-img-top,
.bigger-section-img-bottom{
    width: 24.3vw;
    height: 25vw;
}

.bigger-section-img-bottom{
    position: absolute;
    bottom: 105px;
    left: auto;
    right: 0;
    top: auto;
    height: 22.24vw;
    border-radius: 0 15px 15px 0;
}

.counters-main-wrapper .counter-wrapper:hover{
    background: #D6DF5A !important
}
.counters-main-wrapper .counter-wrapper:hover .elementor-counter-number-suffix,
.counters-main-wrapper .counter-wrapper:hover .elementor-counter-number-prefix,
.counters-main-wrapper .counter-wrapper:hover .elementor-counter-number{
    color: black
}

.error404 .site-header{
    display: none
}
@media only screen and (min-width: 1025px) and (max-width: 1350px){
	.footer-infor-main-wrapper{
		gap: 20px !important
	}
	.left-right-text-wrapper{
		gap: 30px
	}
	.counter-right-col,
	.counters-main-wrapper .counter-wrapper{
		padding: 20px
	}
	.cta-block .elementor-cta__content{
		padding: 25px 15px 30px!important;
	}
	.smert-content-wrapper{
		max-width: 550px !important
	}
}
@media only screen and (min-width: 1025px) {
	body.mobile-menu-open{
		overflow: auto !important;
	}
	header .header-menu{
		display: block !important;
		top: unset !important;
	}
	
}
@media only screen and (max-width: 1024px) {
	.footer-infor-main-wrapper{
		flex-wrap: wrap !important;
	}
	.header-menu ul.menu{
		gap: 24px;
	}
	/* header */
	header .header-btn{
		margin-left: auto;
		margin-right: 25px
	}
	
	header .menu-burger-icon .elementor-icon-wrapper{
		display: flex;
	}
	header .menu-burger-icon .elementor-icon-wrapper .elementor-icon{
		width: 20px;
		height: 20px;
		display: flex;
		cursor: pointer;
		transition: 0.3s all;
	}
	header .menu-burger-icon .elementor-icon-wrapper .elementor-icon:hover{
		opacity: 0.8;
	}
	body.mobile-menu-open header .menu-burger-icon .elementor-icon-wrapper .elementor-icon{
		background: url('/wp-content/uploads/2025/07/header-close-icon.svg') no-repeat center / 20px
	}
	html:has(body.mobile-menu-open){
		overflow: hidden !important;
	}
	body.mobile-menu-open header .menu-burger-icon .elementor-icon-wrapper .elementor-icon svg{
		opacity: 0
	}
	header .header-menu{
		position: fixed;
		top: 73px;
		left: 0;
		right: 0;
		height: 100vh;
		display: none;
		border-top: 1px solid rgb(14 72 90 / 15%);
	}
	.header-menu ul.menu{
		flex-direction: column;
		align-items: flex-start;
		padding: 50px 20px 150px;
		background: white;
		z-index: 1000;
		overflow-y: auto
	}
	header .header-menu .menu-main-main-container .menu,
	header .header-menu .menu-main-main-container{
		height: 100%;
	}
	
	
}
@media only screen and (max-width: 767px) {
	body .elementor-button, body .elementor-widget-button .elementor-button, body .elementor-widget-button button:not(.gm-control-active), body .elementor-widget-button button:not(.gm-control-active):focus, body .elementor-widget-button [class*="elementor-kit"] .elementor-button, body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus, body .elementor-widget-button [type="button"]:not(.gm-control-active), body .elementor-widget-button [type="button"]:not(.gm-control-active):focus, body .elementor-widget-button [type="submit"]:not(.adminbar-button), body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus, body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button, body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button{
		padding: 8px 18px 8px;
	}

	.footer-info-links ul{
		max-width: max-content;
		margin: 0 auto !important;
	}
	.footer-info-links ul li:first-child::before{
		display: none;
	}
	.footer-social-list ul{
		gap: 15px;
	}
	.footer-social-list ul li.elementor-icon-list-item svg{
		margin: 0 !important;
	}

	/* header */
	header .header-btn{
		width: 100%;
	}
	header .header-btn .elementor-button{
		width: 100%;
		border-radius: 0
	}
	.header-btn a.elementor-button .elementor-button-content-wrapper{
		justify-content: center;
		gap: 13px;
	}
	/* .header-menu ul.menu{
		padding: 50px 20px 150px;
	} */
	.header-btn a.elementor-button{
		padding: 4px 20px 4px;
	}
	.header-btn a.elementor-button .elementor-button-icon svg{
		font-size: 11px;
	}

	/* .header-menu ul.menu > li > a.active-nav{
		text-decoration: underline
	} */
	

	.why-matter-img-col,
	.zig-zag-house-img img{
		min-height: 220px;
		height: 56vw !important;
		max-height: 600px;
	}
	.ziagzag-heading .elementor-heading-title br{
		display: none
	}
	.cta-block .elementor-icon-wrapper .elementor-icon{
		margin: 0 auto 14px;
	}
	.cta-block .elementor-cta__title{
		margin-bottom: 8px !important;
	}
	.building-section-wrapper{
		overflow: hidden !important;
	}
	header .header-menu{
		top: 100px;
	}

	html body .homepage-form .gform_wrapper form ul.gform_fields li.gfield input[type="email"]{
		height: 52px;
    	padding: 15px 134px 18px 15px !important
		
	}
	html body .homepage-form .gform_wrapper form .gform_footer{
		right: 5px;
		top: 20.5px;
		max-width: 122px;
	}
	html body .homepage-form .gform_wrapper form .gform_footer input[type="submit"]{
		padding: 8px 10px;
	}

	/* Cookies code */
	#cookie-notice .cookie-notice-container{
		padding: 25px 50px 25px 15px;
	}
	#cookie-notice .cookie-notice-container .cn-text-container{
		display: flex;
		flex-direction: column;
		justify-content: flex-start !important;
		align-items: flex-start !important;
		gap: 20px;
	}
	#cookie-notice .cookie-notice-container .cn-text-container > div{
		margin: 0 !important;
		max-width: 100%;
	}
	#cookie-notice .cookie-notice-container .cn-text-container .cookies-button-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px
	}
	#cookie-notice .cookie-notice-container .cn-text-container .cookies-button-container a{
		margin: 0
	}
	#cookie-notice .cookie-notice-container .cn-close-icon {
		top: 25px;
	}
	html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
		position: static;
	}
}
@media only screen and (max-width: 359px) {
	.counters-main-wrapper .counter-wrapper{
		width: 100%;
		min-height: 120px !important;
	}
	.counters-main-wrapper .counter-wrapper br{
		display: none;
	}

	html body .homepage-form .gform_wrapper form ul.gform_fields li.gfield input[type="email"]{
		padding: 15px 110px 16px 10px !important;
	}
	#cookie-notice .cookie-notice-container .cn-text-container .cookies-button-container a{
		flex: 1;
	}
	html body .homepage-form .gform_wrapper form .gform_footer{
		max-width: 98px;
	}
	html body .homepage-form .gform_wrapper form .gform_footer input[type="submit"]{
		padding: 8px 6px;
		font-size: 12px !important;
	}
}
