/**

 * Theme Name:     Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


@font-face {
    font-family: 'Fraunces';
    src: url('fonts/Fraunces72pt-Regular.eot');
    src: url('fonts/Fraunces72pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Fraunces72pt-Regular.woff2') format('woff2'),
        url('fonts/Fraunces72pt-Regular.woff') format('woff'),
        url('fonts/Fraunces72pt-Regular.ttf') format('truetype'),
        url('fonts/Fraunces72pt-Regular.svg#Fraunces72pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('fonts/Fraunces72pt-Thin.eot');
    src: url('fonts/Fraunces72pt-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Fraunces72pt-Thin.woff2') format('woff2'),
        url('fonts/Fraunces72pt-Thin.woff') format('woff'),
        url('fonts/Fraunces72pt-Thin.ttf') format('truetype'),
        url('fonts/Fraunces72pt-Thin.svg#Fraunces72pt-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('fonts/Fraunces72pt-Light.eot');
    src: url('fonts/Fraunces72pt-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Fraunces72pt-Light.woff2') format('woff2'),
        url('fonts/Fraunces72pt-Light.woff') format('woff'),
        url('fonts/Fraunces72pt-Light.ttf') format('truetype'),
        url('fonts/Fraunces72pt-Light.svg#Fraunces72pt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('fonts/PublicSans-Regular.eot');
    src: url('fonts/PublicSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PublicSans-Regular.woff2') format('woff2'),
        url('fonts/PublicSans-Regular.woff') format('woff'),
        url('fonts/PublicSans-Regular.ttf') format('truetype'),
        url('fonts/PublicSans-Regular.svg#PublicSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('fonts/PublicSans-Light.eot');
    src: url('fonts/PublicSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/PublicSans-Light.woff2') format('woff2'),
        url('fonts/PublicSans-Light.woff') format('woff'),
        url('fonts/PublicSans-Light.ttf') format('truetype'),
        url('fonts/PublicSans-Light.svg#PublicSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('fonts/PublicSans-Medium.eot');
    src: url('fonts/PublicSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/PublicSans-Medium.woff2') format('woff2'),
        url('fonts/PublicSans-Medium.woff') format('woff'),
        url('fonts/PublicSans-Medium.ttf') format('truetype'),
        url('fonts/PublicSans-Medium.svg#PublicSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --body-font-family: 'Public Sans', sans-serif;
    --heading-font-family: 'Fraunces', sans-serif;
    --link-font-family: 'Public Sans', sans-serif;
    --white-color: #fff;
}

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

html,
body {
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    background-color: #f5f8f3;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

a {
    font-family: var(--link-font-family);
    text-decoration: none;
    transition: all .4s ease-in-out !important;
}

a:hover {
    color: #8a431f;
}

p,
ul li,
ol li {
    font-family: var(--body-font-family) !important;
}

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

p,
ol,
ul {
    margin: 0 0 10px 0;
}

body p a {
    color: inherit;
    text-decoration: underline !important;
    transition: all 0.4s ease-in-out;
}

body p a:hover {
    color: var(--link-hover-font-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family) !important;
    margin: 0 0 24px 0;
    font-weight: 500;
}


/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 4px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #43554F;

    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #43554F;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #43554F #f1f1f1;
}

.elementor-button {
    text-decoration: none !important;
}

b,
strong {
    font-weight: bold !important;
}

.wpcf7-form textarea,
.conForm textarea,
.wpcf7-form input,
.conForm input {
    background: #ffffff;
    color: #897f8a;
    padding: 15px 30px;
    border: none;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    font-style: normal;
    border: #cdc9ce 1px solid;
    font-size: 15px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.wpcf7-form textarea,
.conForm textarea {
    height: 80px;
}

.wpcf7-form input[type="submit"] {
    width: max-content !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 8px;
}

.conForm label {
    width: 100%;
}
/* 
.home .page-header,
.home footer,
.wp-block-post-title,
.home header {
    display: none !important;
}

.home h1 {
    margin: 0;
    font-family: var(--heading-font-family);
    font-size: 6vw;
    margin-bottom: 20px;
    color: #8a431f;
    text-shadow: 0 0 40px #FFFFFF, 0 0 30px #FFFFFF, 0 0 20px #FFFFFF;
    word-spacing: 16px;
}

.home p {
    font-family: var(--body-font-family);
    font-size: 1.4em;
    font-weight: bold;
    color: #222;
}

.home .container {
    position: absolute;
    width: 100%;
    background-size: cover;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    background: url(./images/comming.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* overlay color */
    z-index: 1;
}

.home .container * {
    position: relative;
    z-index: 10;
} */

.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: table;
}

.content {
    display: table-cell;
    vertical-align: middle;
}

.item {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
}

/* Site Header */
.site-logo a {
    font-family: var(--heading-font-family);
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -1.556px;
    text-decoration: none !important;
    font-weight: normal;
    text-transform: uppercase;
}

.header-navbar .elementskit-menu-hamburger {
    padding: 0 !important;
    border: none !important;
    background-color: transparent;
    display: block !important;
    width: 45px;
    background-color: transparent !important;
    position: relative;
    cursor: pointer;
    cursor: pointer !important;
}

.header-navbar .elementskit-menu-hamburger span.elementskit-menu-hamburger-icon {
    height: 3px;
    width: 45px;
    background-color: #43554F !important;
    display: block;
}

.header-navbar .elementskit-menu-hamburger span.elementskit-menu-hamburger-icon:nth-child(2) {
    margin: 5px 0;
}

/* 
.header-navbar .elementskit-menu-hamburger::before,
.header-navbar .elementskit-menu-hamburger::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: inline-block;
    height: 3px;
    top: 7px;
}

.header-navbar .elementskit-menu-hamburger::after {
    bottom: 7px;
    top: unset;
} */

.header-navbar .elementskit-menu-offcanvas-elements {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: -100vw;
    height: 100vh !important;
    -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53);
    transition: left .6s cubic-bezier(.6, .1, .68, .53);
    background-color: #43554f !important;
    max-width: 100% !important;
    overflow-y: auto;
    opacity: 0;


}

.ekit-megamenu-header {
    max-width: 100% !important;
    overflow-y: auto;
    background-color: #43554f !important;
}

.elementskit-menu-overlay.active {
    left: 0;
    -webkit-transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
    transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;

}

.header-navbar .elementskit-menu-offcanvas-elements.active {
    left: 0;
    opacity: 1;
}

.header-navbar .ekit_menu_responsive_tablet {
    position: absolute;
}

.header-navbar #menu-header {
    display: block !important;
    padding: 100px min(4rem, 5vw);
    height: 100vh;
    overflow-y: auto;

}

.header-navbar .elementskit-nav-identity-panel,
.header-navbar .elementskit-menu-close {
    display: block !important;
    background-color: transparent !important;

}

.header-navbar .elementskit-menu-close {
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 30px;
}

.header-social a:hover i {
    color: #8a431f !important;
}

/* Site Header END */

.personalized-banner img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.hero-banner img {
    aspect-ratio: 6/7;
    object-fit: cover;
}

.contact-banner img {
    aspect-ratio: 16 / 10;
}