/*
Theme Name: onzezorg
Theme URI: https://galia.be
Author: the galia team
Author URI: https://galia.be/
Description: custom theme
Version: 1.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom theme
Text Domain: onzezorg

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

/* Champagne Limousines - Regular */
@font-face {
  font-display: swap;
  font-family: 'Champagne Limousines';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ChampagneLimousines.woff2') format('woff2'),
       url('fonts/ChampagneLimousines.woff') format('woff'),
       url('fonts/ChampagneLimousines.ttf') format('truetype');
}

/* Champagne Limousines - Italic */
@font-face {
  font-display: swap;
  font-family: 'Champagne Limousines';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/ChampagneLimousines-Italic.woff2') format('woff2'),
       url('fonts/ChampagneLimousines-Italic.woff') format('woff'),
       url('fonts/ChampagneLimousines-Italic.ttf') format('truetype');
}

/* Champagne Limousines - Bold */
@font-face {
  font-display: swap;
  font-family: 'Champagne Limousines';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ChampagneLimousines-Bold.woff2') format('woff2'),
       url('fonts/ChampagneLimousines-Bold.woff') format('woff'),
       url('fonts/ChampagneLimousines-Bold.ttf') format('truetype');
}

/* Champagne Limousines - Bold Italic */
@font-face {
  font-display: swap;
  font-family: 'Champagne Limousines';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/ChampagneLimousines-BoldItalic.woff2') format('woff2'),
       url('fonts/ChampagneLimousines-BoldItalic.woff') format('woff'),
       url('fonts/ChampagneLimousines-Bold Italic.ttf') format('truetype');
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/inter-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/inter-v20-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/inter-v20-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* petit-formal-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Petit Formal Script';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/petit-formal-script-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/petit-formal-script-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



html {font-size: 20px;scroll-behavior: smooth;}

:root {
  --text: #16323C;
  --blue: #2a6478;
  --darkblue: #204C5B;
  --color: #978e4d;
  --color-light: #B3AA6B;
  --black: #000;
  --white: #fff;
}

:root {
  --font-size-xxl: 30px;  
  --font-size-xl: 25px;  
  --font-size-lg: 22px;
  --font-size-md: 21px;
  --font-size-sm: 17px;
  --font-size-xs: 16px;
}

body {
    font-family: 'Inter';
    background-color: #f8f5f1;
    color: var(--text);
    font-size: var(--font-size-sm);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 1.55em;
}


html {font-size: 20px;scroll-behavior: smooth;}

.grecaptcha-badge {visibility: hidden;}
input, textarea {background:transparent;}
b, strong {font-weight: 600;}
p {margin: 0 0 1.1rem;}
p:last-child {margin: 0 !important; padding:0 !important}
.wpcf7 textarea {
  font-family: 'Inter';
  font-weight: 400 !important;
  width: 100% !important;
  font-weight: 500 !important;
}
.overflow-hidden {overflow: hidden !important;}
.hd-wrap ul.menu {padding: 0; margin: 0; list-style: none;}
a {color: var(--orange)}
a:hover {color: var(--orange)}

* {outline: none;}
*, *::before, *::after {-webkit-box-sizing: border-box;box-sizing: border-box;}

ul {margin: 0;padding: 0;list-style: none;}
h1, .elementor h1.elementor-heading-title,
h2, .elementor h2.elementor-heading-title,
h3, .elementor h3.elementor-heading-title,
h4, .elementor h4.elementor-heading-title,
h5, .elementor h5.elementor-heading-title,
h6, .elementor h6.elementor-heading-title {
    font-family: 'Champagne Limousines';
  color: var(--title);
  font-style: normal;  
  text-decoration: none;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}

h1 b, h1 strong {
  font-weight: 700;
}

h1, .elementor h1.elementor-heading-title {
    font-size: 3.8rem;
    line-height: 0.88em;
    font-weight: 400;
    color: var(--blue);
}

h2, .elementor h2.elementor-heading-title, .news-title {
    font-size: 2.4rem;
    line-height: 0.95em;
    font-weight: 800;
    color: var(--blue);
}

.elementor-element .elementor-button {
    margin-top: 10px;
}

.single-post h2, .single-post .elementor h2.elementor-heading-title {
    font-size: 44px;
}


h3, .elementor h3.elementor-heading-title {
    font-size: 2.8rem;
    line-height: 1em;
    font-weight: 400;
    color: var(--blue);
}

.single-post h3, .single-post .elementor h3.elementor-heading-title {
    font-size: 36px;
}

h4, .elementor h4.elementor-heading-title {
    font-size: 1.75rem;
    line-height: 1.25em;
    font-weight: 800;
    color: var(--color);
}

h5, .elementor h5.elementor-heading-title {
    font-family: 'Petit Formal Script';
    line-height: 1.6em;
    font-weight: 800;
    color: var(--blue);
    font-size: 1.5rem;
}

h6, .elementor h6.elementor-heading-title {
    line-height: 1.6em;
    font-weight: 800;
    color: var(--blue);
    font-size: 1.5rem;
}

.ft1-wrap .menu li.menu-item a {
    text-decoration: none;
    color: #fff;
    padding: 6px 0;
    display: inline-block;
    line-height: 1.4;
    font-size: var(--font-size-xs);
    font-style: normal;
}

.ft1-wrap .menu li.menu-item a:hover {
  color: var(--color-light);
}



.ft1-bl1-b {
    display: flex;
    padding: 1.5rem 0;
    gap: 12px;
}

.ft1-bl1-b a {
    text-decoration: none;
    padding: 0;
}

a.btn, button.btn, input.wpcf7-submit, .elementor-element .elementor-button, .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    font-family: 'Inter' !important;
    letter-spacing: normal!important;
    padding: 16px!important;
    font-weight: 400!important;
    color: var(--white);
    border-radius: 100px!important;
    box-shadow: none!important;
    display: inline-block;
    text-decoration: none!important;
    background-color: var(--color);
    border: 1px solid var(--color);
    text-transform: none!important;
    cursor: pointer;
    line-height: 1;
    font-size: var(--font-size-sm);
}



a.btn:hover, button.btn:hover, input.wpcf7-submit:hover, .elementor-element .elementor-button:hover {
  color: #fff !important;
}



.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 15px 20px;
}

.cf7-grid span, .cf7-textarea span {
    display: inline-block;
    width: 100%;
}

.form-upload {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wpcf7 textarea {
    height: 180px;
}

.form-approval {
    padding-bottom: 15px;
}

.form-approval a {
    text-decoration: underline;
    color: var(--text);
}



.wpcf7-textare, input.wpcf7-form-control {
    padding-top: 5px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 100%;
    padding: 14px 12px;
    border: 1px solid hsl(234deg 56% 15% / 60%);
    font-size: var(--font-size-md);
    font-family: inherit;
    border-radius: 0;
}

.wpcf7-textare, input.wpcf7-form-control, .wpcf7 textarea {
    margin-top: 5px !important;
}


input.wpcf7-submit {
    font-family: 'Inter';
    font-size: var(--font-size-sm);
    padding: 0;
    font-weight: 800 !important;
    color: var(--white);
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    line-height: 46px;
    position: relative;
    height: 50px;
    padding: 0 10px;
    margin-left: 0;
}


.max-width {
    max-width: 1340px;
    margin: auto;
    width: 100%;
}
.bn-bl1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.bn-bl1-l .bn-bl1-logo svg {
    max-width: 100%;
    width: 110px;
}

.elementor-widget-n-carousel.e-widget-swiper i.eicon-chevron-right {
    color: var(--color);
    font-size: 40px;
    margin-right: -40px;
}

.elementor-widget-n-carousel.e-widget-swiper i.eicon-chevron-left {
    color: var(--color);
    font-size: 40px;
    margin-left: -40px;
}


.elementor-element.carousel-custom.e-flex.e-con-boxed.e-con.e-parent > .e-con-inner {
    padding: 0 40px;
}


.swiper-slide > .elementor-element {
  padding: 10px;
}

.swiper-slide > .elementor-element .e-con-inner .elementor-element.e-con {
    border: 5px solid var(--blue);
    border-radius: 1rem;
    padding: 1.5rem 10px;
    background-color: #fff;
    min-height: 300px !important;
    text-align: center;
}

.swiper-slide > .elementor-element .e-con-inner .elementor-element.e-con h3 {
    font-size: var(--font-size-xl);
    font-weight: 800;
    min-height: 50px;
}



.ft1-bl1-a svg {
    max-width: 100%;
    width: 160px;
}

.elementor-widget-image .elementor-widget-container img {
    border-radius: 1.5rem;
}

.bn-inner {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bn-wrap ul.sub-menu a {
    color: var(--text);
}

.bn-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: var(--blue);
    margin-bottom: 3rem;
}

.bn-wrap .bn-bl1-l {
    display: flex;
    align-items: center;
}

.bn-wrap .bn-bl1-logo {
    margin-right: 3rem;
}

.bn-wrap .bn-bl1-phone a, .bn-wrap .bn-bl1-phone a:hover {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.bn-wrap .bn-bl1-phone-title {
    color: #fff;
}

.bn-wrap .bn-bl1-phone {
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 6px;
}

.copy-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5rem;
    font-size: var(--font-size-xs);
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 1rem;
	color:white;
}
.copy-inner a, .copy-inner span {
    color: white;
    text-decoration: none;
    opacity: 0.5;
}
.copy-inner a:hover {
    color: var(--color-light) !important;
    text-decoration: none;
    opacity: 1;
}

.contact-bg-overay {
    background-color: rgb(42 100 120 / 88%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}



.cta-btn-inner {
    display: flex;
    justify-content: space-between;
}

.bn-xs {
  height: 28rem;
}

.bn-xs .bn-bl2 {
  height:calc(28rem - 150px);
}

.bn-sm {
  height: 34rem;
}

.bn-sm .bn-bl2 {
  height:calc(34rem - 150px);
}

.bn-md {
  height: 34rem;
}

.bn-md .bn-bl2 {
  height:calc(34rem - 150px);
}

.bn-lg {
  height: 36rem;
}

.bn-lg .bn-bl2 {
  height:calc(36rem - 150px);
}

.bn-xl {
  height: 40rem;
}

.bn-xl .bn-bl2 {
  height:calc(40rem - 150px);
}

.ft1-wrap .ft1-bl {
	color: var(--green);
	min-width: 260px;
	flex: 0 0 25%;
	padding: 1rem 2rem
}

.ft1-wrap .ft1-inner {
    display: flex;
    padding: 4rem 0 3em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft1-wrap h5 {
    font-family: 'Champagne Limousines';
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 30px;
    letter-spacing: 0.02em;
}

.ft1-wrap {
	background-color: var(--blue);
}

.bn-mobile-menu {
    display: none;
}

.bn-wrap .max-width {
    z-index: 99;
    position: relative;
}

.bn-wrap h1 {
    color: #fff;
    margin-bottom: 2rem;
}



/* .bn-overlay {
  background: #2A6478;
  background: -webkit-linear-gradient(90deg, rgba(42, 100, 120, 0.91) 0%, rgba(42, 100, 120, 0.62) 50%, rgba(42, 100, 120, 0.25) 100%);
  background: -moz-linear-gradient(90deg, rgba(42, 100, 120, 0.91) 0%, rgba(42, 100, 120, 0.62) 50%, rgba(42, 100, 120, 0.25) 100%);
  background: linear-gradient(90deg, rgba(42, 100, 120, 0.91) 0%, rgba(42, 100, 120, 0.62) 50%, rgba(42, 100, 120, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2A6478", endColorstr="#2A6478", GradientType=1);
} */

.bn-overlay {
    background: #2A6478;
    background: linear-gradient(90deg, rgb(42 100 120 / 90%) 0%, rgb(42 100 120 / 78%) 50%, rgba(42, 100, 120, 0.10) 100%);
}

.bn-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
}

.bn-bl2-l {
    max-width: 36rem;
}

/*ul.sub-menu li {
	display: none;
}

body.logged-in ul.sub-menu li {
	display: block;
}*/

.copy-inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5rem;
    font-size: var(--font-size-xs);
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 1rem;
	color:white;
}

.cta-btn-inner {
    display: flex;
    justify-content: space-between;
}

.hd-2 > #menu-main-menu > li.menu-item > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.129' height='7.501' viewBox='0 0 13.129 7.501'%3E%3Cpath id='Path_39' data-name='Path 39' d='M6.838-1.213a.939.939,0,0,0,1.327,0L13.79-6.838a.939.939,0,0,0,0-1.327.939.939,0,0,0-1.327,0L7.5-3.2,2.537-8.162a.939.939,0,0,0-1.327,0,.939.939,0,0,0,0,1.327L6.835-1.21Z' transform='translate(-0.935 8.44)' fill='%23b3aa6b'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 13px;
    background-size: 13px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0.8rem;
    top: 10px;
}

.contact-wrap {
    background-color: var(--blue);
    text-align: center;
}

.contact-wrap .contact-bg {
    background-image: url(https://onzezorg.galia.be/wp-content/uploads/2026/03/cta-banner-v2-scaled.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.contact-wrap .contact-bg .max-width {
    z-index: 99;
    position: relative;
    padding: 0 2rem;
}

.contact-wrap .contact-bl-lr {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 406px;
    max-width: 100%;
    background-color: var(--color);
    border-radius: 50px;
    padding: 15px 22px;
}

.contact-info {
    line-height: 1;
    padding-top: 5px;
    font-size: 0.9em;
    opacity: 0.65;
}

.contact-wrap .contact-bl-r {
    text-align: left;
}

.contact-wrap .contact-inner {
    display: flex;
    gap: 15px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 2rem 0;
}

.contact-bl {
    max-width: 100%;
}

.contact-wrap {
    background-color: var(--blue);
}

.contact-wrap a, .contact-wrap a:hover {
    color: #fff !important;
    text-decoration: none;
    width: 100%;
    display: block;
}

.contact-wrap h6 {
    color: #fff;
    line-height: 0.94em;
    padding-bottom: 0;
    font-size: 25px;
    letter-spacing: 0.004em;
}

.contact-wrap .contact-bl-l {
    line-height: 1;
    display: flex;
    align-items: center;
}


.contact-wrap .contact-intro {
    padding-top: 4rem;
    max-width: 1000px;
    margin: auto;
}

.contact-wrap h2 {
    font-size: 3.3rem;
    line-height: 0.88em;
    font-weight: 400;
    color: #fff;
}

.contact-wrap h2 b {
  font-weight: 700; 
}

.contact-intro h2 {
    color: #fff;
}

.contact-subtitle {
    color: #fff;
    font-size: var(--font-size-xl);
    margin-top: 1rem;
    font-family: 'Champagne Limousines';
}



.animated, .animated2{-webkit-animation-duration:1s!important;animation-duration:.6s !important}
.animated-sm{-webkit-animation-duration:.6s!important;animation-duration:.6s}
.fadeInUp, .fadeInUp2{animation-name:fadeInUp2 !important}
.fadeInLeft, .fadeInLeft2{animation-name:fadeInLeft2 !important}


.fadeInLeft{animation-name:fadeInLeft}
.fadeInLeft-sm{animation-name:fadeInLeft-sm}
@keyframes fadeInDown {
from{opacity:0;transform:translate3d(0,-20%,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInLeft2 {
from{opacity:0;transform:translate3d(-75px,0,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInLeft-sm {
from{opacity:0;transform:translate3d(-2%,0,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInMenu {
from{opacity:0;transform:translate3d(0,5%,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInRight {
from{opacity:0;transform:translate3d(75px,0,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInUp2 {
from{opacity:0;transform:translate3d(0,75px,0)}
to{opacity:1;transform:none}
}

.fadeInRight, .fadeInRight2{animation-name:fadeInLeft2 !important}



.fadeInRight{animation-name:fadeInLeft}
.fadeInRight-sm{animation-name:fadeInLeft-sm}
@keyframes fadeInDown {
from{opacity:0;transform:translate3d(0,20%,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInRight2 {
from{opacity:0;transform:translate3d(75px,0,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInRight-sm {
from{opacity:0;transform:translate3d(2%,0,0)}
to{opacity:1;transform:none}
}

/*menu css*/

.menu-wrap ul#menu-main-menu {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: flex-end
}
.menu-wrap ul#menu-main-menu li {
    position: relative;
    cursor: pointer;
}
.menu-wrap .hd-2 {
	font-size: 17px;
	font-weight: 500;
	display: flex;
	align-content: center;
	align-self: link;
	position: relative
}



.menu-wrap .hd-2>ul>li {
	position: relative
}

.menu-wrap .hd-2 ul ul {
	position: absolute;
	text-align: left;
	left: 0;
	padding: 0;
	background: #fff;
	z-index: 99999999;
	border-radius: 1rem;
	white-space: nowrap;
	margin: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.menu-wrap {
	transition: all .5s ease
}

.menu-wrap .hd-2 {
	-webkit-transition: all 2s ease-in-out;
	transition: all .5s ease-in-out
}

.menu-wrap .hd-2 ul.menu li ul {
	top: 65px;
	opacity: 0
}

.menu-wrap .hd-2 ul.menu li:hover ul {
	top: 45px;
	opacity: 1;
	pointer-events: auto
}

li#menu-item-5948 a {
	color: #0F4229
}

li#menu-item-5948 a:hover,
li#menu-item-5948 a:focus {
	color: #6bb52c
}

.menu-wrap .hd-2 ul li:hover>ul {
	display: block
}

.menu-wrap .hd-2 ul.sub-menu li.menu-item a {
    padding: 0;
    margin: 0;
    line-height: 42px;
    font-size: 21px;
    text-transform: none;
    color: var(--text);
}
.menu-wrap .hd-2 ul.sub-menu {
	padding: 20px 30px;
	box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
	pointer-events: none
}

.hd-2 li.menu-item a {
    font-family: "Champagne Limousines";
    cursor: pointer;
    padding: 40px 2rem;
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.menu-wrap ul#menu-main-menu ul.sub-menu li a {
  color: var(--text);
}

.menu-wrap ul#menu-main-menu ul.sub-menu li a:hover {
  color: var(--color);
}

.menu-wrap ul#menu-main-menu ul.sub-menu li.current-menu-item a {
    color: var(--color) !important;
}

.hd-2 li.menu-item a:hover {
  color: #fff ;
}

.bn-bl2 {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.bn_subtitle {
    font-family: 'Champagne Limousines';
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
}



















/* CALENDAR */

.meet-iframe-hd a.back-step-1 img {
  height: 17px;
  margin-top: 4px;
}

/* .meet-iframe-wrap .meet-iframe {
  background-color: #ffffff;
  overflow: hidden;
  padding: 15px 20px;
} */

.meet-iframe-inner {
    width: 600px;
    margin: auto;
    max-width: 100%;
    padding: 1rem 0;
}
.meet-iframe-inner iframe {
    border-radius: 1.5rem;
}

.meet-wrap {
  background-color: #fff;
  overflow: hidden;
  padding: 45px 35px;
}

.meet-wrap .meet-info h4 {
  text-align: center;
  padding: 32px 20px 34px;
  line-height: 28px;
}

.meet-iframe-hd a.back-step-1 {
    position: absolute;
    background-color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 3px;
    z-index: 999;
    top: 1rem;
    right: 35px;
    border: 1px solid #5555551a;
    align-items: center;
}

.meet-wrap .meet-btn a {
  display: block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 18px;
  font-size: 18px;
  position: relative;
  padding: 10px;
  width: 100%;
  line-height: 42px;
  color: #31A9C9;
  border: 1px solid #31A9C9;
  font-weight: 600;
  border-radius: 4px;
}

.wpcf7 input.wpcf7-form-control.wpcf7-text {
  border: none;
  width: 100%;
  font-size: 18px;
  color: var(--text);
  background-color: #fff !important;
  border-radius: 7px;
}

.wpcf7 .wpcf7-form p {
    margin: 0 0 14px !important;
}

.wpcf7 .wpcf7-form {
    text-align: left;
    color: #fff;
}



.wpcf7 .wpcf7-not-valid-tip {
    color: #f3796a;
}

select.wpcf7-form-control.wpcf7-select {
  border: none;
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f3796a;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 30px;
  padding: 20px;
  border: 3px solid #f3796a;
  font-weight: 600;
  color: white;
  font-size: 18px;
  background-color:transparent;
  border-radius: 1.5rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #f3796a;
  border-radius: 1.5rem;
}







@media (max-width: 1366px) {
  html {font-size: 18px;}
}


@media (max-width: 1200px) {
  html {font-size: 16px;}
  

}


@media (max-width: 1024px) {

  :root {
    --font-size-xxl: 23px;  
    --font-size-xl: 22px;  
    --font-size-lg: 21px;
    --font-size-md: 20px;
    --font-size-sm: 17px;
    --font-size-xs: 16px;
  }

  html {font-size: 14px;}


  .hd-2 > #menu-main-menu > li.menu-item > a:after {
      right: 5px;
  }


}

@media (max-width: 860px) {
.bn-bl1-r {
    display: none;
}

.bn-mobile-menu {
    display: block !important;
}

.bn-wrap .bn-bl1-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

}


@media (max-width: 767px) {

  html {font-size: 13px;}
  :root {
    --font-size-xxl: 23px;  
    --font-size-xl: 22px;  
    --font-size-lg: 21px;
    --font-size-md: 20px;
    --font-size-sm: 16px;
    --font-size-xs: 15px;
  }

  .bn-wrap .bn-bl1-logo {
    margin-right: 0px;
    max-width: 80px;
}

h2, .elementor h2.elementor-heading-title, .news-title {
    font-size: 3rem;
}

.bn-wrap .bn-bl1-phone {
    margin: 0 1rem;
}

}

@media (max-width: 400px) {
.bn-md {
    height: 100vh;
}

.bn-md .bn-bl2 {
    height: calc(100vh - 150px);
}

}





