/* 
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 {
	overflow-x: hidden;
}
body {
	font-family: "Helvetica", Sans-serif !important;
    background-color: black;
	overflow-x: hidden;
}
/*	
 * BUTTONS STYLES
*/
.fancy-btn .elementor-button {
    border: 2px solid #fff;
    font-family: inherit;
    font-size: 18px;
    color: #fff;
    position: relative;
    border-radius: 0;
    padding-right: 36px;
}

.fancy-btn .elementor-button:after {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url('./images/button-arrow.svg');
    background-repeat: no-repeat;
    background-color: #000;
    border: 5px solid #000;
    position: absolute;
    right: -3px;
    bottom: -3px;
    z-index: 999;
    padding: 8px;
}
/*
 * HOME PAGE STYLE
*/
/* HERO SECTION */
.hero-sec {
    position: relative;
}

.hero-sec:after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('./images/shape01.webp');
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 120px;
    top: 60px;
}

.hero-caption {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-caption .elementor-heading-title {
    font-size: 76px !important;
}

.hero-caption:before {
    content: '';
    width: 218px;
    height: 5px;
    background: #fff;
    display: flex;
    position: absolute;
    left: -16%;
}
/*
 * FANCY HEADING STYLES
*/
.fancy-heading .elementor-heading-title {
    font-family: "Helvetica", Sans-serif;
    font-size: 52px !important;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    position: relative;
}

.fancy-heading .elementor-heading-title:after {
    content: '';
    width: 97px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    display: inline-flex;
    bottom: 17px;
    margin-left: 19px;
}

.main-heading .elementor-heading-title {
    font-family: "Helvetica", Sans-serif;
    font-size: 52px !important;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
.services-section {
    position: relative;
}

.services-section:after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('./images/shape01.webp');
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 50px;
    top: 50px;
}

.wa-section {
    padding: 90px 5% 160px 5%;
}

.wa-value-box {
    margin: 35px 0 0 0;
    height: 340px;
}

.service-heading-warpper-1 {
    margin: 75px 0 0 0;
    gap: 0px;
}

.service-heading-warpper-1 .main-sup-heading .elementor-heading-title {
    margin: 0;
    padding: 0;
}

.service-heading-warpper {
    margin: 50px 0 0 0;
    gap: 0px;
}

.service-heading-warpper .main-sup-heading .elementor-heading-title {
    margin: 0;
    padding: 0;
}

.service-title .elementor-heading-title {
    line-height: normal !important;
    width: fit-content;
}

.wa-value-arrow-icon {
    padding: 0 0 0 80px !important;
}
.wa-section.services-section {	
/*     padding: 90px 0 160px 0 !important; */
}
.wa-section.services-section .service-image-left {
    position: relative;
	margin-left:-11%;
}
.wa-section.services-section .service-image-right {
	position: relative;
	margin-right:-11%;
}
.service-title .elementor-heading-title b {
    display: block;
    text-align: center;
}

.service-image-warpper {
    position: relative;
}

.about-section {
    padding: 90px 0 90px 5% !important;
}

.branding-section {
    position: relative;
    max-width: 1014px !important;
    display: block;
}

.brand-guide {}

.brand-symbol {
    position: absolute;
    bottom: 0;
    display: inline-block;
    flex-direction: row;
    width: 32%;
    text-align: center;
}
.brand-symbol .elementor-heading-title {
    color: #fff;
}
.brand-symbol .elementor-heading-title:before {
    content:'';
    width: 168px;
    height: 30px;
    background-image: url('./images/symbol-shape.webp') ;
    position: absolute;
    margin: auto;
    /* display: block; */
    left: 0;
    right: 0;
    bottom: 30px;
}
.brand-name {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #fff !important;
    width: 68%;
    text-align: center;
}
.brand-name .elementor-heading-title {
    color: #fff;
}
.brand-name .elementor-heading-title:before {
    content: '';
    width: 653px;
    height: 30px;
    background-image: url('./images/brand-name-shape.webp') ;
    position: absolute;
    margin: auto;
    /* display: block; */
    left: 0;
    right: 0;
    bottom: 30px;
}
/*HOME - Section 2*/
.intro-section {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
}
.wa-v-txt-box {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 515px;
}
.intro-txt-box {
}
.intro-heading-shape {
    margin-bottom: 9px !important;
}
.intro-section .intro-heading-top {
    /* margin-left: 118px; */
}

.intro-section .intro-heading-bottom {
    /* margin-left: 118px; */
}
.wa-v-txt {
  transform: rotate(-90deg); /* Rotates the element 45 degrees clockwise */
  /* You can use other units like rad (radians), grad (gradians), or turn (full rotations) */
 ;
}
.wa-v-txt .elementor-heading-title {
  font-size: 48px !important
}

.intro-sec-box-1 {
    position: relative;
    width: 444px;
}
/* .intro-sec-box-1:before {
    content: '';
    background-image: url(./images/intro-sec-box-0-shape-left.webp);
    width: 111px;
    height: 100%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: -3px;
} */
.intro-sec-box-2 {
    position: relative;
    width: 368px;
}
.intro-sec-box-3 {
    position: relative;
    width: 148px;
}

.intro-sec-box-1:after {content: '';background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/images/intro-sec-box-1-shape.webp');width: 101%;height: 105px;display: block;position: absolute;bottom: -108px;background-repeat: no-repeat;background-size: contain;left: -3px;}
.intro-sec-box-2:after {
    content: '';
    background-image: url('./images/intro-sec-box-2-shape.webp');
    width: 102%;
    height: 105px;
    display: block;
    position: absolute;
    bottom: -108px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -3px;
}
.intro-sec-box-3:after {
    content: '';
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/images/intro-sec-box-3-shape.webp');
    width: 104%;
    height: 105px;
    display: block;
    position: absolute;
    bottom: -108px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -3px;
}

.vertical-text-container {
  position: relative;
  width: 100%;
  height: 599px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  padding: 1rem;
  background-color: black;
}

.vertical-text-container:after {
    content: '';
    width: 226px;
    height: 334px;
    background-image: url('./images/v-text-shape.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -81%;
    right: 19px;
}

.vertical-text {
  transform: rotate(-90deg);
  /* transform-origin: left top; */
  font-weight: bold;
  font-size: 3rem;
  color: white;
  line-height: 1;
  /* white-space: nowrap; */
  width: max-content;
  display: inline-block;
  position: absolute;
  bottom: 155px;
}
.intro-heading-shape, .intro-heading-shape-left, .intro-heading-bottom { position: relative;}
.intro-heading-shape:before {
    content: '';
    width: 111px;
    height: 270px;
    background-image: url('./images/intro-sec-box-0-shape-left-1.webp');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -113px;
    background-size: cover;
}
.intro-heading-shape-left:before {
    content: '';
    width: 111px;
    height: 70px;
    background-image: url('./images/intro-sec-box-0-shape-left-2.webp');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -111px;
    top: -2px;
}
.intro-heading-bottom-shape:before {
    content: '';
    width: 111px;
    height: 282px;
    background-image: url('./images/intro-sec-box-0-shape-left-3.webp');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -111px;
}
.wa-company-section:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/wa-company-section-shape.svg');
    display: block;
    width: 434px;
    height: 1093px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    bottom: 0;
    opacity: 0.3;
}
/*
 * OUR STORY
 **/
/* PAGE TITLE */
.wa-story-section {	
    padding: 90px 5% 45px 5%;
}
.wa-get-in-touch-section, .wa-story-section {
    overflow: hidden;
}
.page-title-fancy .elementor-heading-title {
	width: fit-content;
    font-family: "Helvetica", Sans-serif;
    font-size: 78px;
    font-weight: 400 !important;
    text-transform: uppercase;
    position:relative;
    display: flex;
    align-items: center;
}

.page-title-fancy .elementor-heading-title:before {
    content:'';
    width:200px;
    height:3px;
    background-color:#fff;
    display: flex;
    position:absolute;
    left: -230px;
}

.page-title-fancy .elementor-heading-title:after {
	content: '';
    background-image: url('./images/fancy-heading-element.webp');
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -40px;
    bottom: -20px;
}
.page-secondary-title-fancy {
	width: 100%;
}
.page-secondary-title-fancy .elementor-heading-title{width: fit-content;font-family: "Helvetica", Sans-serif;font-size: 78px;font-weight: 400 !important;text-transform: uppercase;position:relative;display: flex;align-items: center;}

.page-secondary-title-fancy .elementor-heading-title:after {
	content:'';
	width: 200%;
	height: 4px;
	background-color:#fff;
	display: flex;
	position:absolute;
	right: -209%;
}
.wa-fancy-txt-box {
	max-width: 600px !important;
	background-color: #000;
}
.wa-fancy-txt-box .txt-bottom {
    max-width: 362px;
    text-align: justify;
}
.story-big-sticky-txt .elementor-heading-title {
    top: 80px;
    position: absolute;
    right: -145px;
    font-size: 156px !important;
    font-weight: 400 !important;
}
.contact-list svg .cls-1 {
    fill: none !important;
}

.story-big-sticky-txt-left .elementor-heading-title {
    top: 110px;
    position: relative;
    margin-left: -145px;
    font-size: 156px !important;
    font-weight: 400 !important;
}


/*
 * Footer
*/
.footer-box {
    margin: 140px 0 0 0;
    padding: 90px 0;
    position: relative;
}
.footer-wa-icon {
    position: absolute;
    top: -150px;
    width: 63px;
    height: 42px;
    left: 36px;
}
.footer-box:before {
    content: '';
    width: 96%;
    height: 4px;
    background-image: url('./images/footer-top-line.webp');
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    margin: auto;
    z-index: 999;
    background-size: cover;
    background-position: right;
}

.footer-box:after {
    content: '';
    width: 100%;
    height: 100px;
    background-image: url('./images/footer-bottom-shape.webp');
    display: block;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    margin: auto;
    z-index: 0;
    background-position: center;
    background-size: cover;
}
.brand-logo-mobile {
    max-width: 259px;
    margin: inherit;
    text-align: center;
}

.brand-name-mobile {
    max-width: 525px;
    margin: auto;
    width: 85%;
    text-align: center;
}
.brand-symbol-mobile {
    /* position: absolute; */
    /* bottom: 0; */
    display: inline-block;
    flex-direction: row;
    /* width: 32%; */
    text-align: center;
    margin-top: 40px;
}

.brand-symbol-mobile .elementor-heading-title {
    color: #fff;
    width: 100%;
}
.brand-symbol-mobile .elementor-heading-title:before {
    content: '';
    width: 168px;
    height: 30px;
    background-image: url('./images/symbol-shape.webp');
    position: absolute;
    margin: auto;
    /* display: block; */
    left: 0;
    right: 0;
    bottom: 30px;
}

.brand-name-mobile .elementor-heading-title {
    color: #fff;
    width: 100%;
    margin-top: 40px;
}
.brand-name-mobile .elementor-heading-title:before {
    content: '';
    width: 100%;
    height: 30px;
    background-image: url('./images/brand-name-shape.webp');
    position: absolute;
    margin: auto;
    /* display: block; */
    left: 0;
    right: 0;
    bottom: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    /* padding-right: 41px; */
} 
.wa-story-bottom-txt {
	max-width: 800px !important;
}
.story-vertical-text-container {
  position: relative;
  width: 355px;
  height: 599px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  padding: 1rem;
}

.story-vertical-text-container:after {
    content: '';
    width: 55px;
    height: 950px;
    background-image: url('./images/story-vertical-shape.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -100%;
    left: 25px;
}
 
.story-vertical-text {
  transform: rotate(-90deg);
  /* transform-origin: left top; */
  font-weight: bold;
  font-size: 5rem;
  color: white;
  line-height: 1;
  /* white-space: nowrap; */
  width: max-content;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

    .branding-section-mobile {
        display: none;
    }

/* Responsive adjustment for smaller devices */
@media (max-width: 600px) {
  .vertical-text {
    font-size: 1rem;
  }
}
     @media (min-width: 300px) and (max-width: 991px) {
		 .page-title-fancy .elementor-heading-title {
    font-size: 48px;
}
		 .page-title-fancy .elementor-heading-title:before {
    content: '';
    width: 200px;
    height: 3px;
    background-color: #fff;
    display: flex;
    position: absolute;
    left: -208px;
}
		 .wa-fancy-txt-box p:nth-child(1) img {
    height: 85px;
}
		 .page-secondary-title-fancy .elementor-heading-title {
    font-family: "Helvetica", Sans-serif;
    font-size: 42px !important;
}
		 .main-heading .elementor-heading-title {
    font-family: "Helvetica", Sans-serif;
    font-size: 34px !important !important;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
		 .story-vertical-text-container {
    position: relative;
    width: 355px;
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    padding: 1rem;
}
		 .story-big-sticky-txt-left .elementor-heading-title {
    top: 110px;
    position: relative;
    margin-left: -68px;
    font-size: 108px !important;
    font-weight: 400 !important;
}
		 .story-vertical-text {
    transform: rotate(-90deg);
    /* transform-origin: left top; */
    font-weight: bold;
    font-size: 3rem;
    color: white;
    line-height: 1;
    /* white-space: nowrap; */
    width: max-content;
    display: inline-block;
    position: absolute;
    /* bottom: 0; */
    top: 15%;
    left: -1%;
}
.story-vertical-text-container:after {
    content: '';
    width: 55px;
    height: 480px;
    background-image: url('./images/story-vertical-shape.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -103px;
    left: 53px;
}
		 .service-image-left {
position: relative !important; 
    letter-spacing: -25px;
}
        .branding-section{
            display: none;
        }
        .branding-section-mobile {
            display: block;
        }
        .hero-caption .elementor-heading-title {
    font-size: 48px !important;
}
.hero-caption:before {
    content: '';
    width: 218px;
    height: 5px;
    background: #fff;
    display: flex;
    position: absolute;
    left: -162px;
}
.intro-sec-box-3 {
    display: none;
}
.intro-sec-box-2 .elementor-element.elementor-widget-spacer {
    display: none;
}
.intro-sec-box-2 {
    position: relative;
    max-width: 100%;
    margin-top: 89px;
}
.vertical-text-container {
    position: relative;
    width: 100%;
    height: 392px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    padding: 1rem;
    background-color: black;
    margin-top: 50px;
}
.vertical-text {
    transform: rotate(-90deg);
    /* transform-origin: left top; */
    font-weight: bold;
    font-size: 2rem !important;
    color: white;
    line-height: 1;
    /* white-space: nowrap; */
    width: max-content;
    display: inline-block;
    position: absolute;
    bottom: 155px;
}
.vertical-text-container:after {
    content: '';
    width: 226px;
    height: 131px;
    background-image: url('./images/v-text-shape.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -40%;
    right: -44px;
}
.fancy-btn .elementor-button {
    border: 2px solid #fff;
    font-family: inherit;
    font-size: 12px;
    color: #fff;
    position: relative;
    border-radius: 0;
    padding-right: 30px;
}

    .header-m .mobile-logo img {
    display: none;
}

.header-m .mobile-logo {
    position: relative;
	display:block;
}
.header-m .mobile-logo:after {
           content: '';
        background-image: url('./images/wa-footer-icon.webp');
        background-repeat: no-repeat;
        width: 63px;
        height: 42px;
        display: block;
        margin: -21px 0 0px 0;
}
.header-m .elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px;
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 0;
    width: 320px;
}
.footer-box:after {
    content: '';
    width: 85%;
    height: 85px;
    background-image: url('./images/footer-bottom-shape.webp');
    display: block;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    margin: auto;
    z-index: 0;
    background-position: center;
    background-size: contain;
    right: 0;
    left: 0;
}
     }
 @media (min-width: 1024px) and (max-width: 1336px) {
    
    .footer-box:after {
    content: '';
    width: 100%;
    height: 100px;
    background-image: url('./images/footer-bottom-shape.webp');
    display: block;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    margin: auto;
    z-index: 0;
    background-position: center;
    background-size: contain;
}
.footer-box:before {
    content: '';
    width: 96%;
    height: 4px;
    background-image: url('./images/footer-top-line.webp');
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    margin: auto;
    z-index: 999;
    background-size: cover;
    background-position: right;
}
    /* .intro-sec-box-1:after {
        content: '';
        background-image: url(./images/intro-sec-box-1-shape.webp);
        width: 101.5%;
        height: 105px;
        display: block;
        position: absolute;
        bottom: -108px;
        background-repeat: no-repeat;
        background-size: contain;
        left: -3px;
    }
    .intro-sec-box-2:after {
                content: '';
        background-image: url(./images/intro-sec-box-2-shape.webp);
        width: 101.5%;
        height: 105px;
        display: block;
        position: absolute;
        bottom: -101px;
        background-repeat: no-repeat;
        background-size: cover;
        left: -3px;
        z-index: -1;
    }
    .intro-sec-box-3:after {
    content: '';
    background-image: url(./images/intro-sec-box-3-shape.webp);
    width: 104%;
    height: 105px;
    display: block;
    position: absolute;
    bottom: -108px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -3px;
} */
 }