/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html,
body{
    overflow-x: hidden !important;
    width: 100%;
}
body:not(.home) .page-content :is(h1,h2,h3,h4){
    margin: 1.5em 0 1em;
    line-height: 1.5em;
}
body:not(.home) .page-content h1:first-of-type,
body:not(.home) .page-content h2:first-of-type,
body:not(.home) .page-content h3:first-of-type,
body:not(.home) .page-content h4:first-of-type{
    margin-top: 0px;
}
p{
    font-size: 1em;
    line-height: 1.5em;
}
body:not(.home) .page-content a{
    color: #D8B551;
}
h1, h2, h3, h4{
    font-family: "Montserrat", Arial;
    font-weight: 600;
    letter-spacing: 0.1em;
}
ol,
ul{
	margin-bottom: 1.2em;
	list-style-position: inside;
}
body:not(.home) .page-content :is(h1,h2,h3,h4){
    color: #D8B551;
}
.logo{
    text-align: center;
}
.logo svg{
    width: clamp(220px, 40vw, 400px);
}
.logo  .st0{
    fill: none;
    stroke: #D8B551;
    stroke-width: 9;
    stroke-miterlimit: 10;
}
.logo .st1{
    fill: #FFFFFF;
    stroke: none;
}

.logo #Stroke #F{
    stroke-dasharray: 229.46;
    stroke-dashoffset: 229.46;
    animation: 1.2s shape-F forwards linear;
    animation-delay: 0.3s;
	fill: none;
}
.logo #Stroke #I{
    stroke-dasharray: 118;
    stroke-dashoffset: 118;
    animation: 1.2s shape-I forwards linear;
    animation-delay: 0.3s;
}
.logo #Stroke #T{
    stroke-dasharray: 170;
    stroke-dashoffset: 170;
    animation: 1.2s shape-T forwards linear;
    animation-delay: 0.3s;
	fill: none;
}
.non-home-logo img{
    min-width: 150px;
}
@keyframes shape-F{
    0%{
        stroke-dashoffset: 229.46;
    }
    100%{
        stroke-dashoffset: 458.92;
    }
}
@keyframes shape-I{
    0%{
        stroke-dashoffset: 118;
    }
    100%{
        stroke-dashoffset: 0;
    }
}
@keyframes shape-T{
    0%{
        stroke-dashoffset: 170;
    }
    100%{
        stroke-dashoffset: 0;
    }
}

#Retail,
#Consultancy{
    animation: 1s fadeText ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
    opacity: 0;
}
@keyframes fadeText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* .hamburger-menu .elementor-nav-menu--dropdown{
    position: absolute;
    bottom: 8vh;
    width: max-content;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) !important;
} */
.entry-title{
    display: none !important;
}
.elementor-15.elementor-location-header{
    background: #D8B551;
}
.about-section p{
    margin-bottom: 1.2em;
}
.skills-section,
.contact-section{
    position: relative;
    isolation: isolate;
}
.skills-section::after,
.contact-section::after{
    content: '';
    position: absolute;
    background: #D8B551;
    width: 100%;
    height: 50%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
#services .st0{
    display: block !important;
}
.skills-section::after{
    top: 0px; 
}
.skills-section h4{
    color: #D8B551;
    text-transform: uppercase;
}
.skills-section p{
    margin-bottom: 0px;
}
.skills-cols{
    position: relative;
    overflow-x: hidden;
	list-style-type: none;
}
.skills-cols::before{
    content: '';
    position: absolute;
    width: 2px;
    background: #fff;
    height: 100%;
    left: 0px;
    top: 0px;
}
.numbered-section h4{
    position: relative;
    font-size: 2.2em;
    line-height: 1.5;
    overflow: hidden;
    color: #D8B551;
}
.numbered-section h4::after{
    content: '';
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #1D1D1B;
}
.numbered-section p{
    font-family: "Montserrat", Arial;
}
.contact-section .contact-inner{
    position: relative;
    isolation: isolate;
    overflow-x: hidden;
}
.contact-section .contact-inner::after{
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 20px;
    left: 20px;
    width: 500px;
    height: 720px;
    background-image: url("/wp-content/themes/hello-theme-child-master/assets/images/ft-transparent.svg");
    background-repeat: no-repeat;
    mix-blend-mode: hard-light;
    z-index: 0;
    pointer-events: none;
}
.elementor-field-textual{
    padding-inline: 0px !important;
}
.quform-label-text{
    font-size: 1em !important;
    color: #fff !important;
    letter-spacing: 0.1em;
}
.quform-submit{
    border-radius: 50px !important;
    color: #fff !important;
    padding: 15px !important;
}
.quform-button-text{
    font-size: 1.2em !important;
    text-transform: uppercase !important;
    position: relative !important;
    top: 0.4rem !important;
}
.quform-field{
    transition: all 0.3s;
}
.quform-field:focus{
    background: rgba(0,0,0,0.2) !important;
}
.line{
    height: 150px;
    overflow: hidden;
}
.line img{
    height: 400px;
}
.line svg *{
    display: block;
}
#services .reveal{
	opacity: 0;
}
#services .reveal.active{
	opacity: 1;
}
#services .reveal.active .st0{
    stroke-dasharray: 433;
    stroke-dashoffset: 433;
    animation: 2.5s iconOutline forwards linear;
}
#services .reveal.active .st1{
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    animation: 2.5s iconInner forwards linear;
}
#services .reveal.active .brand line{
    stroke-dasharray: 6.3;
    stroke-dashoffset: 6.3;
    animation: 2.5s lines1 forwards linear;
}
#services .reveal.active .store #crosshair line{
    stroke-dasharray: 2.6;
    stroke-dashoffset: 2.6;
    animation: 2.5s lines2 forwards linear;
}
#services .reveal.active circle{
	fill: #12100B;
	stroke-width: 0;
}
@keyframes iconOutline{
    to{
        stroke-dashoffset: 0;
    }
}
@keyframes iconInner{
    to{
        stroke-dashoffset: 0;
    }
}
@keyframes lines1{
    to{
        stroke-dashoffset: 0;
    }
}
@keyframes lines2{
    to{
        stroke-dashoffset: 0;
    }
}

.elementor-heading-title{
    margin-bottom: 0.5em !important;
}
.cky-notice-des p{
    font-size: 12px !important;
    line-height: 1.5 !important;  
}
.cky-btn{
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 4px 8px !important;
    border-radius: 50px !important;
    border-width: 1px !important;
}
.page-template-elementor_theme{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-template-elementor_theme .site-main{
    width: 100%;
    max-width: 1400px !important;
    margin-inline: auto;
    padding: 120px 20px;
    text-align: center;
}
.page-template-elementor_theme .elementor-location-footer{
    margin-top: auto;
}
#gallery-1{
	display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 55px;
    align-items: center;
}
@media(max-width: 1200px){
	#gallery-1{
		grid-template-columns: repeat(5, 1fr);		
	}
}
@media(max-width: 820px){
	#gallery-1{
		grid-template-columns: repeat(4, 1fr);		
	}
}
@media(max-width: 480px){
	#gallery-1{
		grid-template-columns: repeat(2, 1fr);		
	}
}
.elementor-image-gallery figure img{
	width: 100%;
	max-width: 100%;
	filter: grayscale(100%);
}
.flip-image{
	transform: scaleX(-1);
}
.counter{
	font-weight: 500;
	color: #D9B651;
	position: absolute;
	left: -70px;
	top: 5px;
	font-size: 2em;
}

.grecaptcha-badge { 
    visibility: hidden;
}

 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

 @keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/*Responsiveness */

@media(min-width: 577px){
    .cky-consent-container{
        max-width: 320px !important;
    }
}

@media(max-width: 1366px){
    .work-together-section{
        padding-inline: 50px;
    }
    .skills-inner{
        padding-left: 50px;
    }
    .skills-cols{
        padding-left: 0px;
        overflow-x: visible;
    }
    .skills-cols > .e-con-inner{
        grid-template-columns: 1fr !important;
        gap: 60px;
    }
    .skills-cols::before{
        display: none;
    }
}

@media(max-width: 1024px){
    .home .header{
        height: 100dvh;
    }
    p{
       font-size: 1em;
    }
    .work-together-section h4{
        font-size: clamp(1.5em, 3vw, 2.5em);
    }
    .contact-section .contact-inner{
        position: relative;
    }
    .contact-section .contact-inner::after{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.5;
    }
}

@media(max-width: 767px){
	p{
		font-size: 0.9em;
	}
    .skills-inner,
    .work-together-section{
        padding-inline: 20px;
    }
	#gallery-1{
    	gap: 40px;
	}
}
