/* 
Theme Name: hello-child
Theme URI: https://github.com/elementor/hello-theme/
Description: hello-child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-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
*/

/* Custom styling for hello-child website */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	overflow-x:hidden;
}
.container{
	max-width:1640px;
}
h1{
	font-family: oswald;
	font-size: 116px;
    line-height: 112px;
    letter-spacing: -2%;
    text-transform: capitalize;
    background: linear-gradient(73.81deg, #006883 26.98%, #006883 47.52%, #52BA7A 71.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
h2{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 74px;
	line-height: 112px;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	background: linear-gradient(73.81deg, #006883 26.98%, #006883 47.52%, #52BA7A 71.53%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
p {
    font-size: 18px;
    line-height: 28px;
    font-family: roboto;
}
body {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #0D0E10;
}
a {
    color: #0D0E10;
}
a:hover {
    color: #39C27D !important;
    transition: 0.5s;
}
a.blue-btn {
    border: 1px solid #006783;
    border-radius: 12px;
    background: #006783;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    color: #fff !important;
    transition: 0.5s;
	text-transform: capitalize !important;
}
a.blue-btn:hover {
    background: #39C27D;
    border: 1px solid #39C27D;
    transition: 0.5s;
}
a.trasp-btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14px 20px;
border: 1px solid #0D0E10;
border-radius: 12px;
 transition: 0.5s;
	text-transform: capitalize !important;
}
label.gfield_label.gform-field-label {
    display: none;
}
.privacy-policy h2 {
    max-width: 400px;
}
.home-page .ready-cta h2 {
    text-align: center;
}

.hero-btn {
    display: flex;
    gap: 14px;
	justify-content:center;
}

a.trasp-btn:hover {
    background: #006783;
    border: 1px solid #006783;
    color: #fff !important;
}
section.hero {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/hero-1.jpg);
    height: 1443px;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top:-150px;
}
header {
    padding: 45px 0px !important;
}
.hero-men-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1100px;
}
.hero-bottom ul {
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
}
.header-ar {
    max-width: 1500px !important;
}
.hero-center {
    position: relative;
}
img.banner-blue-ln1 {
    position: absolute;
    left: 3.7%;
    top: -37%;
}
.banner-blue-ln2 {
    position: absolute;
    right: 7.8%;
    top: 43%;
}
.banner-blue-ln3 {
    position: absolute;
    bottom: -46%;
    left: 24.7%;
}
.green-dot ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #52BA7A;
    position: absolute;
    border-radius: 100px;
    margin-top: 7px;
    margin-left: -20px;
}

ul li {
    list-style: none;
}
.hero-center {
    text-align: center;
}
.hero-center p {
    max-width: 1093px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}


.brand_logo {
    padding: 40px 0;
}

.brand-logo-slider img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s;
}

.brand-logo-slider img:hover {
    filter: grayscale(0%);
}

h3 {
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -2%;
    line-height: 40px;
    margin-bottom: 10px;
}
.what-we-item {background: #F6FFFF;border: 1px solid #B2C9CF;backdrop-filter: blur(10px);/* border-radius: 20px 0px 0px 20px; */padding: 40px 30px;}
.what-we-item-heading {
    padding-top: 15px;
}
.what-we-item {
    height: 768px;
    padding-top: 0px;
}
.what-we-item-3 img {
    max-width: 84%;
}
.what-we-item-4 img {
    max-width: 84%;
}
.what-we-item-list ul li {
    padding-bottom: 20px;
}
.what-we-item-list ul {
    padding-left: 20px;
}
.what-we-do-item .row .col-md-3 {
    padding: 0px;
}
.what-we-line {
    padding-bottom: 20px;
}
.what-we-item-img {
    text-align: center;
}
.what-we-item-1{
    border-radius: 20px 0px 0px 20px;
}
.what-we-item-4 {
    border-radius: 0px 20px 20px 0px;
}
.sec-what-we-do h2 {
    text-align: center;
    padding-bottom: 70px;
}
.sec-what-we-do {
    padding-top: 50px;
}
.brand_logo p {
    text-align: center;
    padding-bottom: 40px;
}
.brand_logo {
    padding-top: 70px;
    position: relative;
}
.brand_logo:before {
    content: "";
    width: 233px;
    height: 170px;
    background: #F3F3F3;
    filter: blur(29.8px);
    position: absolute;
    top: 115px;
    z-index: 1;
    left: -50px;
}
.brand_logo:after {
    content:"";
    width: 233px;
    height: 170px;
    background: #F3F3F3;
    filter: blur(29.8px);
    position:absolute;
    top: 115px;
    z-index: 1;
    right: -50px;
}

section.home-top-section {
background: #F3F3F3;
    border-radius: 45px 45px 45px 45px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -250px;
    position: relative;
    z-index: 3;
}
.why-this-works {
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}
.why-this-works .row {
    align-items: center;
}
.why-this-pra {
    text-align: -webkit-right;
}
.why-this-pra p {
    text-align: left;
max-width: 423px;
}
.better-traffic-1-hvr {
    position:absolute;
    left: -38px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.better-traffic {
    display: flex;
}
.btr-traffic-arrow {
    text-align: right;
}
.btr-traffic-text {height: 235px;display: flex;flex-direction: column;justify-content: space-between;background: linear-gradient(112.59deg, rgba(189, 189, 189, 0.18) 11.34%, rgba(189, 189, 189, 0.1) 79.59%);border-radius: 0px 20px 20px 0px;padding: 24px;}
.better-traffic {
    border: 1px solid #B2C9CF;
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
.better-traffic-img {
    padding: 26px 40px;
    background: transparent;
    height: 235px;
    border-radius: 20px 0px 0px 20px;
transition:0.5s;
}
.better-traffic:hover h3 {
    color: #52BA7A;
    transition: 0.5s;
}

.better-traffic:hover img.better-traffic-1 {
    opacity:0;
    transition:0.5s;
}
.better-traffic:hover img.better-traffic-1-hvr {
   opacity:1;
     transition:0.5s;
}
.better-traffic:hover .better-traffic-img {
background:#F6FFFF;
    transition:0.5s;
}
.better-traffic-img {
    position: relative;
}
.better-traffic:hover img.btr-arrow {
    transform: rotate(-50deg);
    transition: 0.5s;
}
img.btr-arrow {
    transition: 0.5s;
}
.higher-conversion-sec {
    padding-left: 20px;
    padding-right: 20px;
}
.row.why-2ndsec {
    margin-top: 24px;
}


.including-ai-search {
    text-align: center;
}

.including-ai-sec {
    padding-top: 130px;
    padding-bottom: 100px;
}

.including-ai-search p {
    max-width: 1033px;
    margin: 0 auto;
}

.including-item-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #B2C9CF;
    border-radius: 20px;
    background: #F6FFFF;
    backdrop-filter: blur(10px);
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 100px !important;
}

.including-item {
	padding: 20px 30px;
    text-align: center;
    width: 100%;
    height: 265px;
    margin: 0 auto;
}
.including-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.including-item p {
    padding-top: 10px;
}
.including-item img {
    height: 80px;
}
.including-item:after {
    content: '';
    width: 1px;
    height: 265px;
    background: #B2C9CF;
    position: absolute;
    z-index: 1;
    margin-left: 20%;
}
.including-item:last-child:after{
    width:0px;
}
.why-us-pg .including-item:after {
	 margin-left: 33%;
}

.including-item:last-child {border-right: 0px;}

/* .including-ai-search:after {
    content: '';
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 1px;
    height: 85px;
    position: absolute;
    margin-top: 15px;
} */

.approach-section {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/top-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1414px;
    margin-top: -400px;
}
.including-ai-search h2{
    max-width: 1242px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.approach-right-content h2{width: 473px;}

.why-this-works h2 {
    max-width: 430px;
}

.sec-what-we-do h2 {
    max-width: 330px;
    margin: 0 auto;
}
.audit-dot h3:before {content: '';width: 10px;height: 10px;background: #52BA7A;position: absolute;border-radius: 100px;margin-left: -27px;margin-top: 17px;}
.audit-dot h3 {
    padding-left: 27px;
}
.audit-dot {
    padding-top: 30px;
}

.row.approach-space {
    padding-top: 550px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 140px;
}
.approach-right-content {
    padding-left: 150px;
}
.outcomes-section {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/bottom-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1160px;
    margin-top: -386px;
    padding-top: 300px;
    position: relative;
    z-index: 1;
    background-position: bottom;
}
.outcomes-heading h2 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.outcomes-bottom ul {
    display: flex;
    flex-direction: row;
    gap: 45px;
    justify-content: center;
}
.outcomes-bottom img {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
}
.approach-left {
    position: relative;
    z-index: 2;
}
.approach-right-content {
    position: relative;
    z-index: 2;
}

.ready-section {
    background: #001014;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    height: 491px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px;
    margin-top: 180px;
}
.ready-cta p {
    color: #F8F8F8;
    padding-bottom: 20px;
}
.ready-cta-btn {
    max-width: fit-content;
    margin: 0 auto;
}
footer#site-footer {
    padding-top: 80px;
}

.outcomes-section {
    margin-bottom: 60px;
}

.footer-inner-content {
    padding-bottom: 100px;
}

.fot-about p {
    padding-top: 60px;
    max-width: 453px;
}
.copyright::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px; /* border thickness */
    background: linear-gradient(64.12deg, #006883 9.72%, #006883 17.49%, #52BA7A 70.94%);
}
.copyright {
    position: relative;
    text-align: center;
}
.footer-inner-content ul {
    padding-left: 0px;
    padding-top: 30px;
}
.footer-inner-content ul li {
    padding-bottom: 20px;
}
.fot-contact-info {
    max-width: 186px;
}
.site-navigation ul.menu li a {
    padding: 8px 30px;
}
.what-we-item-img:before {
    background: #68D5FF;
    opacity: 0.4;
    filter: blur(50px);
    content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    left: 38%;
    top: 18%;
}
.row.why-row {
    margin-bottom: 25px;
}
.row.why-row .col-md-6:last-child .better-traffic-1-hvr {
    left: -63px;
}

header#site-header,
.hero-men-section {
    transition: all 0.6s ease;  
}
/* Start hidden */
.page-id-7 header#site-header {
    transform: translateY(-100px);
    opacity: 0;
	z-index:1;
}
.hero-men-section {
    transform: translateY(220px);
    opacity: 0;
}
.banner-animation-start header#site-header,
.banner-animation-start .hero-men-section {
    transform: translateY(0);
    opacity: 1;
}



/* Inner Banner */
section.inner-hero {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/hero-1.jpg);
    height: 1283px;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top:-150px;
}
.inner-hero-men-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 700px;
}
.inner-hero h1 {
    font-size: 80px;
    line-height: 110px;
    max-width: 299px;
    margin: 0 auto;
}
.inner-hero .hero-center p {
    margin-top: 0px !important;
}
.inner-top-section {
    background: #F3F3F3;
    border-radius: 45px 45px 45px 45px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -380px;
    position: relative;
    z-index: 3;
	padding-bottom:40px;
}
.story-including-ai-sec:before {
    content: '';
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 100px;
    height: 1px;
    transform: rotate(-90deg);
    left: 47.7%;
    position: absolute;
    bottom: 49%;
}
.story-including-ai-sec {
    padding-top: 130px;
    padding-bottom: 130px;
}
.story-including-ai-sec p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.story-including-ai-sec {
    position: relative;
}
.story-including-ai-sec {
    position: relative;
}
.story-what-heading {
    text-align: center;
    padding-bottom: 40px;
}
.story-what-item .row.why-row {
    row-gap: 25px;
}
.inner-what-we-do .better-traffic-img {
    height: 283px;
}
.inner-what-we-do .btr-traffic-text {
    height: 283px;
}
.inner-what-we-do .better-traffic:hover img.better-traffic-1 {
    opacity:1;
}
.logo-shadow-sec {
    margin-top: -450px;
}
.our-story .ready-cta {
    max-width: 933px;
    margin: 0 auto;
    text-align: center;
}

.our-story .ready-section {
    margin-top: -450px;
}
.what-we-do-pg .inner-hero h1 {
    max-width: 1100px;
}
.what-we-do-pg .hero-center p {
    max-width: 1000px;
}
.what-we-do-sec {
    padding: 80px 0;
	position: relative;
    z-index: 1;
    padding-bottom: 120px;
}
.logo-shadow-what-w {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
.wwd-heading {
    text-align: center;
    padding-bottom: 40px;
}
.wwd-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-around;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 11px;
    padding: 10px;
}
.wwd-tab {
    padding: 10px 22px;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    color: #0D0E10;
    border: 1px solid #fff;
}
.wwd-tab.active {
    background: #39C27D;
    color: #fff;
    border: 1px solid #39c27d;
}
.wwd-content-wrapper {
    border: 1px solid #B2C9CF;
    padding: 40px;
    border-radius: 20px;
    background: #F6FFFF;
}
.wwd-content {
    display: none;
}
.wwd-content.active {
    display: block;
}
.wwd-content-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
}

.wwd-left {
    width: 65%;
}
.wwd-left ul {
    margin: 0;
    padding-left: 20px;
}
.wwd-right {
    width: 35%;
    text-align: right;
}
.wwd-right img {
    max-width: 100%;
    height: auto;
}
h2.wwd-heading {
    max-width: 323px;
    margin: 0 auto;
}
button.wwd-tab:hover {
    background: #39C27D;
    color: #fff;
    border: 1px solid #39c27d;
}
.wwd-left ul li {
    padding-bottom: 20px;
}
.wwd-left h3 {
    padding-bottom: 15px;
}
.wwd-left img.btr-arrow {
    margin-bottom: 20px;
    margin-top: 15px;
}
.integrate-maketing {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/top-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1414px;
    margin-top: -400px;
}

.integrate-maketing p {
    max-width: 1112px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.logo-shadow-what-w {
    text-align: center;
}
.what-we-do-pg .inner-top-section {
    padding-bottom: 0px;
}
.integrate-maketing .green-dot ul {
    margin-top: 20px;
    margin-left: -10px;
}
.integrate-maketing ul li {
    padding-bottom: 20px;
}
.integrate-maketing .row.approach-space {
    justify-content: center;
    align-items: center;
}

.integrate-maketing-heading {
    text-align: center;
}
.ai-sch-sec {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/bottom-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1160px;
    margin-top: -400px;
    padding-top: 300px;
    position: relative;
    z-index: 1;
    background-position: bottom;
    margin-bottom: 125px;
    text-align: center;
}

.ai-sch-sec .btr-arrow {
    padding-top: 20px;
    padding-bottom: 40px;
}

.ai-sch-sec p {
    max-width: 1073px;
    margin: 0 auto;
}

.cta-content-all h2 {
    max-width: 1200px;
    line-height: 84px;
}

.cta-content-all p {
    padding: 30px 0px;
}

.why-us-pg .inner-hero h1 {
    max-width: 1100px;
}
.why-us-pg .hero-center p {
    max-width: 1000px;
}
.why-us-pg .inner-hero-men-section {
    height: 850px;
}
.inner-hero img.banner-blue-ln1 {top: 2%;}
.why-us-pg .banner-blue-ln3 {
    bottom: -54%;
}
.why-us-pg .banner-blue-ln2 {
    top: 56%;
}


.pg-notfount a.blue-btn {
    text-decoration: none;
}

.page-content.pg-notfount {
    width: auto;
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 28px;
}

/* why tabs */

.why-left {
    max-width: 50%;
    width: 100%;
}
.why-right {
    max-width: 50%;
    width: 100%;
}
.why-choose-sec {
  padding: 80px 0;
}
.why-flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
.why-left img {
  width: 100%;
  display: block;
  transition: opacity 1s ease, transform 0.4s ease;
  opacity: 1;
}
.why-left img.fade-out {
  opacity: 0;
  transform: scale(1.02);
}
.why-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-tab {
  padding: 30px 40px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #B2C9CF;
  background: linear-gradient(112.59deg, rgba(189, 189, 189, 0.18) 11.34%, rgba(189, 189, 189, 0.1) 79.59%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.4s ease;
  max-height: 120px;
}
.why-tab.active {
  max-height: 500px;
  padding: 30px;
}
.why-tab p {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: 0.35s ease;
}
.why-tab.active p {
  opacity: 1;
  max-height: 300px;
  margin-top: 6px;
  transform: translateY(0);
}
.why-choose-sec h2 {
    padding-bottom: 50px;
    max-width: 700px;
}
.what-expect-section {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/bottom-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1160px;
    margin-top: -386px;
    padding-top: 300px;
    position: relative;
    z-index: 1;
    background-position: bottom;
    margin-bottom: 60px;
}
.cta-content-all .ready-cta {
    text-align: center;
}
.space-60 {
    padding-top: 60px;
}



.gform_heading {
    display: none !important;
}
section.contact-inner-hero {
    background: url(https://www.imerex.com/wp-content/uploads/2026/03/hero-1.jpg);
    height: 1060px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -150px;
    background-position: 100%;
}
.contact-hero-center {
    padding-top: 200px;
    text-align: center;
    padding-bottom: 40px;
}
.contact-inner-hero .container {
    max-width: 1050px !important;
}
#gform_fields_1 input {
    border-radius: 11px;
    height: 73px;
    background: #FEFEFE;
    border: 1px solid #fff;
    font-size: 18px;
    color: #0D0E10;
    padding-left: 22px;
}
#gform_fields_1 input:focus {
    border-color: #006781;
    outline: none;
}
textarea#input_1_3:focus {
    border-color: #006781;
    outline: none;
}
#gform_fields_1 textarea#input_1_3 {
    border-radius: 11px;
    background: #FEFEFE;
    border: 1px solid #fff;
    font-size: 18px;
    color: #0D0E10;
    padding-left: 22px;
    resize:none;
}
.contact-hero-center h1 {
    font-size: 80px;
    line-height: 110px;
    max-width: 336px;
    margin: 0 auto;
}
div#gform_fields_1 {
    row-gap: 18px;
}
.contact-us-pg .banner-blue-ln2{
    top: 50%;
}
.contact-us-pg .banner-blue-ln1 {
    top: 24%;
    left: 8%;
}
.contact-us-pg .banner-blue-ln3 {left: 17%;bottom: -2%;}
input#gform_submit_button_1:hover {
    background: #39C27D;
    border: 1px solid #39C27D;
    transition: 0.5s;
}
input#gform_submit_button_1 {
    border: 1px solid #006783;
    border-radius: 12px;
    background: #006783;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    color: #fff !important;
    transition: 0.5s;
    outline: none !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
	text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}



/* extra css */
.why-border-line .container:before {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 1px;
    height: 1056px;
    top: -2.2%;
    left: 0;
}
.why-border-line .container:after {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 1px;
    height: 1056px;
    top: -2.2%;
    right: 0;
}
.why-border-line .container{
	position:relative;
}
.including-ai-sec .container {
    position: relative;
}
.why-border-line {
    position: relative;
}
.including-ai-sec .container:before {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 1px;
    left: 0;
    margin-top: 58px;
}
/* .including-ai-search .container:after {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 185px;
    height: 1px;
    right: 6.5%;
    margin-top: -6.4%;
} */
.better-traffic h3 {
    text-transform: capitalize;
}
.including-ai-sec:before {
    content:'';
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width:100px;
    height:1px;
    transform: rotate(-90deg);
    left: 47%;
    position: absolute;
    bottom: 52%;
}
.including-ai-search {
    background: #f3f3f3;
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}

.approach-section{
    position:relative;
}
.approach-section .container:before {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    z-index: 2;
    width: 1px;
    height: 100%;
    left: 0px;
    top: 95px;
}
.approach-section .container:after {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    z-index: 2;
    width: 1px;
    height: 100%;
    right: 0px;
    top: 95px;
}
.outcomes-heading-focus {

    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}
.outcomes-section .container:after {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 25%;
    height: 1px;
    right: 0;
    margin-top: 58px;
    top: 0;
}
.outcomes-section .container:before {
    content: '';
    position: absolute;
    background: #B2C9CF;
    backdrop-filter: blur(10px);
    width: 25%;
    height: 1px;
    left: 0;
    margin-top: 58px;
}
.outcomes-section .container {
    position: relative;
}

.approach-section .container {
    position: relative;
}
ul#menu-men-menu .current_page_item a {
    color: #39C27D !important;
}
#menu-men-menu-2 .current_page_item a {
    color: #39C27D !important;
}
.footer-inner-content img.google-logo {
    max-width: 100%;
}
.story-what-item img.better-traffic-1 {
    height:220px !important;
}
.wwd-left img.btr-arrow:last-child {
    display: none;
}
ul li span {
    font-weight: bold;
}
.ai-search-heading {
    padding-top: 60px;
}
div#gform_confirmation_message_1 {
    text-align: center;
}
div#gform_1_validation_container {
    display: none;
}
.why-us-pg .including-item p {
    max-width: 295px;
}
.why-us-pg .including-item img {
    height: 65px;
}
.our-story .inner-hero-men-section {
    height: 900px;
}
.what-we-do-pg .inner-hero-men-section {
    height: 900px;
}
li#menu-item-363 {
    display: none;
}


/* Responsive */
@media (max-width:1680px){
	.header-ar {
    max-width: 1220px !important;
}
.container {
    max-width: 1220px;
}

body {
    font-size: 14px !important;
    line-height: 20px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h1 {
    font-size: 86px;
    line-height: 90px;
}

.hero-center p {
    max-width: 900px !important;
}
.integrate-maketing p {
    max-width: 800px;
}

.ai-sch-sec .cta-content-all h2 {
    max-width: 900px;
}
section.hero {
    height: 1100px;
}

.hero-men-section {
    height: 760px;
}

.what-we-item-3 img {
    max-width: 100%;
}

.what-we-item-4 img {
    max-width: 100%;
}

.what-we-item {
    height: 670px;
}

h2 {
    font-size: 54px;
    line-height: 90px;
}

.including-item {
    padding: 25px 20px;
	height:260px;
}

.including-ai-search p {
    max-width: 850px;
}

.approach-right-content {
    padding-left: 50px;
}

.row.approach-space {
    padding-left: 60px;
    padding-right: 60px;
}
footer#site-footer {
    padding-top: 60px;
}
img.banner-blue-ln1 {
    left: 1.7%;
    top: 2%;
}
.green-dot ul li::before {
    margin-top: 4px;
}

.audit-dot h3:before {
    margin-top: 12px;
}


.better-traffic-img img.better-traffic-1-hvr {
    max-width: 66% !important;
    left: -2px;
}
.better-traffic-img {
    height: 190px;
}
.btr-traffic-text {
    height: 190px;
}
.row.why-row .col-md-6:last-child .better-traffic-1-hvr {
    left: 0px;
}
body .outcomes-heading:before {
    width: 38%;
    left: -8.2%;
    margin-top: 4.8%;
}
body .outcomes-heading:after{
    width: 38%;
    right:-8.2%;
    margin-top: -12.2%;
}

body .why-border-line .container:before {
    height: 942px;
}

body .why-border-line .container:after {
    height: 942px;
}
body .including-ai-search {
    max-width: 1000px;
}
body .approach-section .container:before {
    top: 110px;
}

body .approach-section .container:after {
     top: 110px;
}
.outcomes-section {
    height: 900px;
    margin-bottom: 100px;
    padding-top: 200px;
}
.what-expect-section {
    height: 900px;
    padding-top: 180px;
    margin-bottom: 140px;
}
	.ai-sch-sec{
		    height: 900px;
    padding-top: 180px;
    margin-bottom: 140px;
	}
.why-us-pg .cta-content-all h2 {
    max-width: 800px;
}
.why-tab.active {
    padding: 20px;
}
.why-tab {
    padding: 20px 20px;
    max-height: 90px;
}
.why-us-pg h3 {
    font-size: 20px;
    line-height: 26px;
}
	.why-us-pg .hero-center p {
    max-width: 860px !important;
}
.contact-hero-center h1 {
    font-size: 60px;
    line-height: 90px;
}
#gform_fields_1 input {
    font-size: 16px;
}
#gform_fields_1 textarea#input_1_3 {
    font-size: 16px;
}
input#gform_submit_button_1 {
    font-size: 14px !important;
    line-height: 20px;
}
.contact-us-pg .banner-blue-ln2 {
    top: 77%;
}
.contact-us-pg .banner-blue-ln1 {
    top: 39%;
}
.contact-us-pg .banner-blue-ln3 {
    bottom: -58%;
}
section.inner-hero {
    height: 850px;
}
.inner-hero-men-section {
    height: 730px !important;
}
.inner-top-section {
    margin-top: -150px;
}
.story-including-ai-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ready-section {
    height: 400px;
}
.our-story .ready-section {
    margin-top: -300px;
}
.logo-shadow-sec {
    margin-top: -320px;
}
.story-what-item img.better-traffic-1 {
    height: auto !important;
}
.inner-what-we-do .better-traffic-img {
    height: 240px;
}
.inner-what-we-do .btr-traffic-text{
    height: 240px;
}
.inner-hero h1 {
    font-size: 60px;
    line-height: 80px;
}
.why-us-pg .inner-hero h1 {
    max-width: 1000px;
}
.cta-content-all p {
    padding: 10px 0px;
}
.wwd-tabs {
    gap: 0px;
}
.wwd-tab {
    font-size: 14px;
    padding: 10px 14px;
}
.cta-content-all h2 {
    max-width: 1000px;
    line-height: 72px;
}
.ai-sch-sec p {
    max-width: 900px;
}
.why-us-pg .hero-bottom ul {
    margin-top: -100px;
}
.logo-shadow-what-w {
    max-width: 92%;
    margin: 0 auto;
}
.story-including-ai-sec:before {
    left: 46.7%;
}
	.including-item:after {
    height: 260px;
}
.why-us-pg .including-item p {
    max-width: 236px;
}
}


@media (max-width:1440px){

body .outcomes-heading:before {
    width: 32%;
    left: -2.2%;
}

body .outcomes-heading:after {
    width: 32%;
    right: -2.2%;
}
}

@media (max-width:1366px){

    body .outcomes-heading:before {
        width: 27%;
        left: 1.1%;
    }

body .outcomes-heading:after {
width: 27%;
        right: 1.1%;
}

}

@media (max-width:1024px){
	html {
    overflow-x: hidden;
}
header {
    padding: 25px 0px !important;
}
.header-ar {
    max-width: 980px !important;
}
h1 {
    font-size: 66px;
    line-height: 70px;
}
.hero-center p {
    margin-top: 20px;
}
.banner-blue-ln2 {
    top: 67%;
}
h2 {
    font-size: 44px;
    line-height: 60px;
}
.what-we-do-item .col-md-3 {
    width: calc(50% - 15px);
}
.what-we-do-item .row {
    gap: 15px;
    margin-left: 0px;
}
.what-we-item {
    border-radius: 15px;
    height: 570px;
}
.what-we-item-img img {
    max-width: 50%;
}
.why-this-works {
    padding-top: 70px;
}
body .why-border-line .container:before {
    display: none;
}
body .why-border-line .container:after {
    display: none;
}
h3 {
    font-size: 20px;
    line-height: 26px;
}
.including-ai-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.higher-conversion-sec {
    padding-left: 5px;
    padding-right: 5px;
}
.including-ai-sec .container:before {
    display: none;
}
.including-ai-search p {
    max-width: 760px;
}
	.why-this-works {
    padding-left: 5px;
    padding-right: 0px;
}

.including-item img {
    height: 55px;
}

.including-item {
    padding: 20px 15px;
    height: 240px;
}

.including-item p {
    font-size: 13px;
    line-height: 20px;
}

.including-item {}

.including-item:after {
    height: 240px;
}

.row.approach-space {
    padding-top: 500px;
    padding-left: 15px;
    padding-right: 15px;
}

.audit-dot {
    padding-top: 10px;
}

.outcomes-section .container:before {
    display: none;
}

.outcomes-section .container:after {
    display: none;
}
body .approach-section .container:after {
    display: none;
}
body .approach-section .container:before {
    display: none;
}
.outcomes-section {
    height: 520px;
    padding-top: 0px;
}
.outcomes-bottom ul {
    gap: 30px;
}
.outcomes-bottom ul li {
    font-size: 12px;
}
.green-dot ul li::before {
    width: 7px;
    height: 7px;
    margin-left: -13px;
    margin-top: 6px;
}
.ready-section {
    margin-top: 100px;
}
.ready-section {
    height: 350px;
}
.footer-inner-content {
    padding-bottom: 60px;
}
.footer-inner-content ul li {
    padding-bottom: 10px;
}
.fot-about p {
    padding-top: 30px;
}
.footer-inner-content ul {
    padding-top: 15px;
}
.footer-inner-content img.google-logo {width: 35%;}
section.home-top-section {
    border-radius: 20px;
}
a.blue-btn {
    padding: 12px 18px;
}
a.trasp-btn {
    padding: 12px 18px;
}
    .footer-inner-content {
        padding-left: 10px;
        padding-right: 10px;
    }
.contact-us-pg div#gform_wrapper_1 {
    padding-left:3px;
    padding-right:3px;
}
.contact-us-pg .banner-blue-ln1 {
    top: 15%;
}
.contact-us-pg .banner-blue-ln2 {
    top: 67%;
}
.contact-us-pg .banner-blue-ln3 {
    bottom: 28%;
}
.contact-hero-center h1 {
    font-size: 55px;
    line-height: 65px;
}
	
  .hero-center h1{
  padding:10px;
}
	
	    .inner-hero h1 {
        font-size: 50px;
        line-height: 70px;
    }
	
	    .wwd-tab {
        font-size: 11px;
        padding: 10px 14px;
    }
	
	
	  .site-header,
  header {
    position: relative;
    z-index: 999999;
  }
    .story-including-ai-sec:before {
        left: 45%;
    }
.why-choose-sec {
    padding-top: 0px;
    padding-bottom: 40px;
}
.why-choose-sec h2 {
    padding-bottom: 20px;
}
main.why-us-pg .story-including-ai-sec {
    padding-bottom: 40px;
}
	.approach-right-content {
    padding-left: 20px;
}
	.what-expect-section {
    height: 750px;
    padding-top: 60px;
    margin-bottom: 0px;
}
.ai-sch-sec {
    height: 600px;
    padding-top: 0px;
    margin-bottom: 100px;
}
.why-choose-sec h2 {
    text-align: center;
    max-width: 100%;
}
	.privacy-policy {
    padding-top: 20px;
}
header#site-header {
    max-width: 100%;
}
}

@media (max-width: 960px) {
	.header-btn {
    display: none;
}
button.site-navigation-toggle {
    background: #006781 !important;
    color: #fff !important;
    padding: 12px !important;
}
.header-ar {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #006781;
    color: #fff !important;
}
.site-navigation-toggle-holder {
    padding-right: 0px;
}

.hero-center p {
    max-width: 700px !important;
}

h1 {
    font-size: 55px;
    line-height: 60px;
}

section.hero {
    height: 900px;
}

.hero-men-section {
    height: 650px;
}

.hero-bottom {
    margin-bottom: 30px;
}

.hero-top {
    margin-top: 70px;
}

.brand_logo {
    padding-top: 60px;
}

.sec-what-we-do {
    padding-top: 20px;
}

.sec-what-we-do h2 {}

h2 {
    font-size: 36px;
    line-height: 46px;
}

.what-we-item-list ul li {
    padding-bottom: 10px;
}

.what-we-item {
    padding: 20px 20px;
    height: 540px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}
.better-traffic-img {
    height: 160px;
}

.btr-traffic-text {
    height: 160px;
    padding: 12px;
}

.better-traffic {
    border-radius: 12px;
}

.btr-traffic-arrow img {
    max-width: 30px;
}

.btr-traffic-heading p {
    font-size: 12px;
    line-height: 18px;
}

.sec-what-we-do h2 {
    padding-bottom: 40px;
}

p {
    line-height: 20px;
}

.why-this-works {
    padding-top: 40px;
    padding-bottom: 40px;
}

.including-ai-search p {
    max-width: 683px;
}

.including-item-row {
    margin-top: 60px !important;
}

.including-ai-sec:before {
    bottom: 56%;
    left: 43%;
}

.including-item img {
    height: 40px;
}

.including-item {
    padding: 20px 8px;
    height: 170px;
}

.including-item p {
    font-size: 10px;
}

.including-item:after {
    height: 170px;
}

.approach-right-content {
    padding-left: 10px;
}

.approach-left {
    padding-top: 40px;
}

.row.approach-space {
    padding-top: 500px;
    padding-bottom: 70px;
}

.outcomes-bottom ul {
    flex-wrap: wrap;
}

.outcomes-bottom img {
    margin-top: 20px;
    margin-bottom: 25px;
}

.including-ai-sec:before {
    bottom: 50%;
}

.ready-section {
    margin-top: 60px;
}
.outcomes-section {
    height: 460px;
}
.header-ar img.custom-logo {
    max-width: 85%;
}
.contact-us-pg .banner-blue-ln2 {
    display: none;
}

.contact-us-pg .banner-blue-ln3 {
    display: none;
}
	.contact-us-pg .banner-blue-ln1{
		display: none;
	}
.contact-hero-center h1 {
    font-size: 44px;
    line-height: 53px;
}
	
		  .ready-section.cta-content-all.aos-init.aos-animate {
    margin-top: -145px;
}
	
	.ready-section {
    padding: 0px 100px;
}


.ready-section p{
    padding: 10px 50px;
}


.ready-section h2{
line-height:40px;
}

    .wwd-tab {
        font-size: 14px;
        padding: 10px 14px;
    }

	
.page-id-219 .ready-section.cta-content-all.aos-init.aos-animate { margin-top: 65px; }	
	
	    .why-us-pg h3 {
        font-size: 18px;
        line-height: 26px;
    }
.inner-what-we-do .better-traffic-img {
    height: 160px;
}
.inner-what-we-do .btr-traffic-text {
    height: 160px;
}
	.wwd-right img {
    max-width: 50%;
}
.story-including-ai-sec:before {
    left: 43%;
    bottom: 45%;
}

	.wwd-content-wrapper {
    padding: 20px;
}
.wwd-left ul {
    text-align: left;
}
.ai-sch-sec {
    height: 600px;
    padding-top: 0px;
    margin-bottom: 40px;
}
.what-expect-section {
    height: 680px;
}
.why-us-pg .row.approach-space {
    padding-top: 450px;
}
.outcomes-bottom ul {
    row-gap: 10px;
}

}
@media (max-width: 768px) {
    .wwd-content-inner {
        flex-direction: column;
    }
    .wwd-left, .wwd-right {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
	h1 {
    font-size: 34px;
    line-height: 42px;
}

.hero-center p {
    margin-bottom: 25px;
}

a.blue-btn {
    font-size: 12px;
    padding: 10px 16px;
}

a.trasp-btn {
    font-size: 12px;
    padding: 10px 16px;
}

.hero-center img {
    display: none;
}

.hero-bottom ul {
    gap: 20px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	margin-left: 10px;
}

.hero-bottom ul li {
    font-size: 13px;
}

.hero-men-section {
    height: 600px;
}

.hero-bottom {
    margin-bottom: 0px;
}

.brand_logo p {
    max-width: 266px;
    margin: 0 auto;
}

.brand_logo:after {
    width: 100px;
    height: 40px;
    right: -10px;
}

.brand_logo:before {
    width: 100px;
    height: 40px;
    left: -10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

.what-we-do-item .row .col-md-3 {
    width: 97%;
}

.what-we-item {
    height: 100%;
}

.why-this-works h2 {
    width: 197px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.why-this-pra p {
    text-align: center;
}
img.better-traffic-1.img-fluid {
    opacity: 0;
}
.better-traffic-img img.better-traffic-1-hvr {
    width: 100%;
    opacity: 1;
}


.better-traffic .col-md-5 {
    width: 40%;
}

.better-traffic  .col-md-7 {
    width: 60%;
}


.row.why-row {
    row-gap: 10px;
    margin-bottom: 10px;
}

.why-this-works {
    padding-top: 40px;
    padding-bottom: 20px;
}

.including-ai-search h2 {margin-bottom: 10px;}

.including-item-row {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 15px);
    border-radius: 12px;
}

.including-item {
    width: 50%;
    padding: 20px 5px;
}

.including-item:after {display: none;}

.including-item p {
    font-size: 12px;
}

.including-ai-sec {
    padding-bottom: 30px;
}

section.home-top-section {
    border-radius: 12px;
}

.row.approach-space {
    padding-top: 450px;
    padding-bottom: 70px;
    padding-left: 5px;
    padding-right: 5px;
}

.approach-left {
    padding-top: 0px;
}

.approach-right-content {
    padding-left: 5px;
    padding-top: 15px;
}

.approach-section {
    margin-top: -340px;
}

.row.approach-space {
    padding-top: 400px;
}
.approach-right-content h2 {
    width: 180px;
}

.outcomes-section {
    margin-top: -250px;
}

.ready-cta p {
    text-align: center;
}

.ready-section {
    height: 320px;
}

.outcomes-bottom ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 10px;
    padding-left: 0px !important;
}
	.ready-cta h2 {
    font-size: 26px;
}

footer#site-footer {
    padding-top: 30px;
}

.ready-section {
    border-radius: 12px;
}
.col-md-2.fot-quick-row {
    width: 45%;
}
.footer-inner-content .row {
    row-gap: 10px;
}

.col-md-3.fot-quick-row {
    width: 55%;
}
.brand-logo-slider img {
    max-height: 40px;
}
section.contact-inner-hero {
    height: 100%;
    padding-bottom: 60px;
}

.contact-hero-center {
    padding-top: 160px;
}
.contact-hero-center h1 {
    font-size: 36px;
    line-height: 40px;
}
	
	
	 	.page-id-158  .ready-section.cta-content-all.aos-init.aos-animate {
    margin-top: -50px;
}


    	.page-id-158   .logo-shadow-sec {
        margin-top: -110px;
    }
	
	 

  .ready-cta {
            padding: 0px 30px;
        gap: 15px;
        display: flex;
        flex-direction: column;

    
}


  .ready-cta h2 {
     line-height:36px;
    }
	
	    .inner-hero h1 {
        font-size: 34px;
        line-height: 45px;
    }
	
	    .wwd-tab {
        font-size: 9px;
        padding: 10px 14px;
        overflow: hidden;
    }
	
	    .ready-section {
        padding: 10px;
    }
	
	    .ready-section p {
        padding: 0px;
    }
	
	.why-flex {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: column;
}

	.why-choose-sec h2 {
    padding-bottom: 20px;
   
}
	
	.why-right {
    max-width: 100%;
    width: 100%;
}
	
	    .what-expect-section {
        
        padding-top: 350px;
       
    }
img.better-traffic-1.img-fluid {
    opacity: 1;
}

.inner-what-we-do .better-traffic-img {
    padding: 35px 40px;
}
.wwd-content-wrapper {
    padding: 20px;
}
.wwd-right img {
    max-width: 69%;
}
.logo-shadow-what-w {max-width: 82%;}
.what-we-do-sec {
    padding-bottom: 90px;
}
.integrate-maketing-heading {
    padding-top: 20px;
}
.what-we-do-pg .approach-right-content h2 {
    width: 100%;
    text-align: center;
}
.what-we-do-pg .approach-main-sec img.btr-arrow {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.ai-sch-sec .btr-arrow {
    padding-bottom: 20px;
    padding-top: 10px;
}
.ai-sch-sec {
    margin-bottom: 60px;
    height: 750px;
	padding-top: 180px;
}
	.wwd-left ul {
    text-align: left;
}
.what-expect-section {
    margin-bottom: 60px;
}

.space-60 {
    padding-top: 40px;
}
.why-left {
    max-width: 100%;
}
.why-choose-sec h2 {
    text-align: center;
}
.why-choose-sec {
    padding-top: 0px;
    padding-bottom: 40px;
}
.why-us-pg .what-expect-section {
        margin-bottom: 140px;
        height: 900px;
        padding-top: 400px;
}
.home-page .audit-dot h3:before {
    margin-top: 9px;
}
.inner-top-section {
    border-radius: 20px;
}
.what-we-do-pg .integrate-maketing-heading {
    padding-top: 40px;
}
	
button#menuToggle {
    display: initial !important;
}
ul#menu-men-menu {
    display: none;
}

ul#menu-men-menu {
    display: none;
}
#mobileMenu li.menu-item {padding-top: 10px !important;padding-bottom: 10px !important;padding-left: 15px;padding-right: 15px;}
#mobileMenu button#closeMenu {
    position: absolute;
    right: 15px;
    top: 24px;
}
#mobileMenu .mobileMenu ul#menu-men-menu-1 {
    padding-top: 40px !important;
}
#mobileMenu ul#menu-men-menu-1 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
#mobileMenu li a {
    font-size: 16px;
}
#mobileMenu li.current-menu-item {
    background: #006783;
}
button#menuToggle {
    border-color: #006783 !important;
    background: #006783;
    color: #fff;
}
#mobileMenu button#closeMenu {
    color: #fff;
    border-color: #006783 !important;
    background: #006783 !important;
}
#mobileMenu li.current-menu-item a {
    color: #fff;
}
html body {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}

.mobile-logo.site-branding {
    max-width: 45%;
    padding-top: 24px;
    padding-left: 15px;
}

button#closeMenu {
    max-width: 40%;
}
}


#menu-footer-1 .current_page_item a {
    color: #42ba7f;
}

button#menuToggle {
    display: none;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.3s ease;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* optional overlay lock */
body.menu-open {
    overflow: hidden;
}