/*!
Theme Name: Ecfio
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: ecfio
*/

/* From http://codex.wordpress.org/CSS */

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

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

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

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

div,
p {
    word-break: break-word;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

:root {
    --primary-color: #41BB98;
	--text-color: #434553
}

body {
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.57em;
    font-style: normal;
    font-weight: 400;
	color: var(--text-color);
	margin: 0;
    position: relative;
}

/* Heading */

h1, h2, h3 {
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

h1 {
    font-size: 50px;
    line-height: 1.22;
}

h2 {
    font-size: 25px;
    line-height: 1.2;
}

h3 {
    font-size: 18px;
    line-height: 1.38;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }   
}
@media (max-width: 550px) {
    h1 {
        font-size: 32px;
    }
}

.container {
    max-width: 1240px;
    padding: 0 20px;
}

p {
    margin-bottom: 1rem;
}

p:last-of-type {
    margin-bottom: 0;
}

#main {
    padding: 0;
    margin-top: 0;
}

figure {
	margin-bottom: 0 !important;
}

.wp-block-buttons .wp-block-button__link,
.button {
	font-size: 15px;
	font-weight: 500;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 27px;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--text-color);
	text-transform: uppercase;
	transition: all 0.3s;

    width: max-content;
    border-radius: 0;
}

.wp-block-buttons .wp-block-button__link:hover,
.button:hover {
	background-color: var(--text-color);
    border-color: var(--text-color);
	color: var(--primary-color);
}

header {
	display: none;
}

/* Home */

/* Hero Banner */
.hero-banner {
	position: relative;
	/* background-image: url('assets/imgs/bg-hero.jpg'); */
}



.hero-banner-wrap {
	
	z-index: 1;
	display: flex;
	gap: 8% 30px;
	color: #fff;
}

.hero-banner .left .list-item {
	gap: 27px;
	margin-bottom: 16px;
}

.hero-banner h1 {
	padding: 84px 0 87px;
}



.hero-banner .left .border {
	width: 1px;
	background-color: #fff;
	height: 57px;
}

/*  */

.hero-banner {
	
}


.hero-banner .wp-block-cover {
    min-height: auto !important;
	padding: 80px 0 58px !important;
	overflow: unset;
}

.hero-banner .right {
	position: relative;
}

.hero-banner .right .booking-request-form {
	padding: 25px 42px 30px 42px;
	color: #fff;
	position: absolute;
	top: 0;
}

.hero-banner .right .booking-request-form h2 {
	margin-bottom: 16px;
}


/* FORM */
.gform_wrapper .gform_fields {
	gap: 22px !important;
}

.gform_wrapper input,
.gform_wrapper textarea {
    margin: 0 !important;
    height: 33px;
    color: #fff;
    padding: 0 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #fff;
    outline: none;
}

.gform_wrapper textarea {
	height: 83px !important;
	padding: 10px !important;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
	color: #fff !important;
	opacity: 1 !important;
}

.gform_wrapper .gfield--type-checkbox {
	margin-top: -8px !important;
}

.gform_wrapper .gfield--type-checkbox input {
	width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    margin-right: 5px !important;
}

.gform_wrapper .gfield--type-checkbox label {
	font-size: 13px !important;
}

.gform_wrapper .gfield--type-checkbox label a {
	text-decoration: underline;
}

.gform_footer {
	padding: 0 !important;
    margin: 0 !important;
    justify-content: start !important;
    margin-top: 17px !important;
}

.gform_footer .gform_button {
	background: #434553 !important;
    border-color: #434553 !important;
    color: #fff !important;
    min-width: 166px !important;
}


.gform_footer .gform_button:hover {
	background-color: #000 !important;
}

.gform_validation_errors,
.gfield_description {
	display: none !important;
}

/* FORM */

/* Compex */
.compex {
	position: relative;
}

.compex .image-ab {
    position: absolute;
    top: -80px;
    left: -200px;
    z-index: -1;
    opacity: 0.15;
}

.compex .container {
    padding-top: 74px;
    padding-bottom: 74px;
}

.compex .container > .wp-block-columns {
	row-gap: 40px;
}
/*
.compex .left {
	padding-bottom: 74px;
}

.compex .right {
	display: flex;
	justify-content: center;
}
*/.

/* Register */

.register {
    position: relative;
}

.register .wp-block-cover__inner-container {
    position: relative;
}

.register .image-ab {
    position: absolute;
    top: 0;
    z-index: 1;
    left: -134px;
    top: -113px;
}

/* .register .wp-block-cover__inner-container::before {
    content: '';
	background-image: url('assets/imgs/bg-register.png');
    position: absolute;
    top: 0;
    left: 0;

} */



.register .wp-block-cover {
	padding: 0 !important;
	min-height: auto !important;
}

.register .wp-block-cover h2 {
/* 	padding: 52px 0; */
}

/* Who */
.who {
	padding: 58px 0;
}

.who .wp-block-heading,
.what .wp-block-heading,
.why .wp-block-heading {
	display: flex;
    align-items: center;
	gap: 20px;
	margin-bottom: 16px;
}

.what {
	padding: 48px 0;
    position: relative;
    /* padding-right: 8.2%; */
    overflow: hidden;
}

/* .what::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-image: url('assets/imgs/bg-what.png');
} */

.what .image-ab {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    width: auto;
    right: -11%;
}

.what-content {
    max-width: 1000px;
    max-width: 84%;
    /* margin: 0 auto; */
}

.why {
	padding: 37px 0 50px;
}


.interested .wp-block-cover {
	padding: 0 !important;
	min-height: auto !important;
    padding: 65px 0 54px !important;
}
.register .wp-block-cover h2,
.interested h3 {
    margin-bottom: 23px;
}

.interested .wp-block-cover__image-background {
    background-size: cover;
}

.why-choose-us {
    padding: 67px 0 106px;
    position: relative;
    overflow-x: clip;
}

.why-choose-us .image-ab {

    position: absolute;
    z-index: 1;
    right: -230px;
    bottom: -91px;
}

.why-choose-us h3 {
    margin-bottom: 60px;
}

.why-choose-us-item {
    gap: 10px 28px;
}

.why-choose-us-item img {
    max-width: 34px;
}

.why-choose-us-wrap > .is-layout-grid {
    gap: 30px 55px;
    padding-right: 70px;
}

.deliver-certified {
    padding: 30px 0;
    text-align: center;
} 


.clients .container {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--text-color);
}

.clients h3 {
    margin-bottom: 50px;
}

.clients-wrap {
    justify-content: space-between;
    flex-wrap: wrap !important;
}

.clients-wrap img {
    width: 100%;
}

.contact-footer {
    padding: 42px 0;
    color: var(--primary-color);
}

.contact-footer .email {
    margin-top: 25px;
    font-weight: 500;
}

.contact-footer svg {
    width: 50px;
    height: 50px;
}

.contact-footer svg path {
    fill: var(--primary-color);
}

.copyright {
    padding: 12px 0;
}

.copyright .copyright-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.copyright .copyright-wrap p {
    text-align: center;
    justify-content: center;
}


.copyright p {
    display: flex;
    align-items: center;
}

.copyright p.has-logo {
    gap: 5px;
    justify-content: end;
}

.copyright p.has-logo img {
    max-width: 80px;
    object-fit: contain;
}


.back-to-top {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 10px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* RESPONSIVE */

@media (max-width: 1400px) {
    .what .image-ab {
        right: -15%;
    }

    .why-choose-us-wrap > .is-layout-grid {
        gap: 30px 55px;
        padding-right: 122px;
        gap: 30px;
    }


}

@media (max-width: 1200px) {


    .what .image-ab,
    .why-choose-us .image-ab,
    .register .image-ab,
    .compex .image-ab {
        display: none;
    }

    .what-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-banner .right .booking-request-form {
        position: relative;
        padding: 25px;
    }

    .compex .left {
        padding-bottom: 0;
    }

    .compex .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .why-choose-us {
        padding: 60px 0;
    }
    
    .why-choose-us-wrap > .is-layout-grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .copyright {
        grid-template-columns: 1fr ;
    }

    .copyright .copyright-wrap p.opacity-0 {
        display: none;
    }

    .copyright .copyright-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .hero-banner .left .list-item {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .hero-banner .left .border {
        display: none;
    }

    .hero-banner h1 {
        padding: 30px 0;
    }

    .why-choose-us h3 {
        margin-bottom: 40px;
    }

    .clients-wrap {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .clients h3 {
        margin-bottom: 30px;
    }

    .clients-wrap img {
        aspect-ratio: 16/9;
        object-fit: contain;
    }

    .copyright p.has-logo {
        justify-content: center !important;
    }

    .back-to-top {
        display: none;
    }
}

.wp-block-group.register {
    POSITION: RELATIVE;
}
