/**

 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 0.97.0
 */


/**
|---------------------
| =Global Styles
|---------------------
*/

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: /*#3A3A3A*/#000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
}

p {
    cursor: default;
	color:#3a3a3aab;
}

a {
    cursor: pointer;
}

a:focus{
	outline:none;
}

img {
    max-width: 100%
}

h1 { font-size: 2.3em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

ul{
	list-style-type: none;
}

li{
	position: relative;
}

.margin-revert p{
	margin: revert !important;
}

.content ul{
	/**/
	list-style: none; /* Remove default bullets */
	padding-left: 0;
}

.margin-right{
	margin-right:15px;
}

.btn-border{
	border: 1px solid #2dd4bf !important;
}

.header-button{
	padding: 4px 10px !important;
}

.content li {
  position: relative;
  padding-left: 25px;
  color: #3a3a3aab;
  line-height: 25px;
}

.content li::before {
    content: "\e4bb"; /* example */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
	color: #00a884;
}


.fullwidth-content ul{
	/**/
	list-style: none; /* Remove default bullets */
	padding-left: 0;
}

.fullwidth-content li {
  position: relative;
  padding-left: 25px;
  color: #3a3a3aab;
  line-height: 35px;
}

.fullwidth-content li::before {
    content: "\e4bb"; /* example */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
	color: #00a884;
}


.benefits-content h6{
	position: relative;
    display: inline-block;
    padding: 6px 14px;
    background: #c4fcf1;
    color: #00a884;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
	margin-bottom: 0px;
    margin-top: 15px;	
	
}

.benefits-content h6::before {
    content: "\f1d1"; /* example */
    font-family: "Font Awesome 6 Brands";
    /*font-weight: 900;*/
    /*position: absolute;*/
    left: 0;
    top: 2px;
	color: #00a884;
	padding-right:10px;
	font-size: 15px;
}

.flex-column{
	flex-flow: column;
}	

.padding-remove{
	padding:0px;
}

.text-center {
    text-align: center;
}

.padding-top30{
	padding-top:30px;
}

.section-paddingtb80{
	padding: 80px 0;
}

.section-paddingtb50{
	padding: 50px 0;
}

.section-paddingt0andmin-height{
	padding-top:0px !important;
	min-height:240px;
}

.feature-card-content{
	color:#3a3a3aab;
}

footer p{
	color:#94a3b8;
}

.top-footer-bg{
	background:#0b1a33;
}

/**
|---------------------
| =Header
|---------------------
*/

nav.navbar-default {
    background-color: #fff;
    position: relative;
    padding: 20px 20px;
    /*box-shadow: 1px 0 10px #3A3A3A;*/
	/*box-shadow: 1px 0 10px #3A3A3A;*/
}

nav.navbar-default ul.nav a {
    color: /*#3A3A3A*//*#6d7787*//*#94a3b8*/#3a3a3aab;
    text-transform: capitalize;
    font-size: 15px;
    transition: all .5s ease;
    font-weight: 600;
    text-shadow: none;
}

nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus {
    /*background-color: transparent;*/
    /*color: #A6CE3A;*/
	/*color:#2dd4bf;*/
    background: #edfcf9;
	color:#2dd4bf !important;
    border-radius: 10px;	
	
}

nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
    padding: 15px 0;
    text-align: center;
    min-width: 175px;
    border-bottom: 1px solid #cccccc;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

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

div.header_navigation {
    /*position: absolute;
    right: 0;
    display: flex;
    align-items: center;*/
	
	width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

div.header_navigation  .navbar-nav>li>a{
	  /*padding: 7.5px 24px;*/
	  padding: 7.5px 15px;
}

div.header_navigation  .current-menu-item a{
    background: /*#edfcf9*/#c4fcf1;
	color:#00a884 !important;
    border-radius: 10px;
}

div.header_navigation  .navbar-nav>li{
	margin-right:5px;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
}

.logo_wrap img {
    max-width: 150px;
}

.footerlogo_wrap{
	max-width:150px;
}

.footer-contact{
	display: grid;
    gap: 10px;
}

.footer-contact a{
	color:#94a3b8;
}

.footer-contact i{
	margin-right:10px;
}

div#nav_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #2dd4bf;
    display: none;
}

div#nav_button:hover {
    cursor: pointer;
}

ul#menu-primary {
    /*margin-right: 20px;*/
	margin-right:unset;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #FFF;
}

nav.navbar-default ul.dropdown-menu li {
    padding: 0 20px;
}

div.social-media div {
    display: inline-block;
    margin-left: 7px;
}

div.social-media * {
    color: #fff;
    font-size: 18px;
}

div.social-media *:hover {
    text-decoration: none;
}


.home-page nav.navbar-default{
	background:#0b1a33;
}

.home-page nav.navbar-default ul.nav a{
	color:#fff;
}

.home-page div.header_navigation .current-menu-item a{
	background: #1E293B;
	color:#fff !important;
}

.demo-btn {
  /*background: linear-gradient(135deg, #1abc9c, #16a085);*/
  background: linear-gradient(135deg, #2dd4bf, #00a884);
  color: #ffffff;
  border: none;
  /*padding: 5px 24px;*/
  padding: 5px 24px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-decoration:none;
}

.demo-btn:hover, .demo-btn:focus{
  text-decoration:none;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  background: linear-gradient(135deg, #00a884, #2dd4bf);
}

.demo-btn .arrow {
  text-decoration:none;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.demo-btn:hover .arrow, .demo-btn:focus .arrow{
  transform: translateX(4px);
}


/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    /*background-color: #3A3A3A;*/
	background: linear-gradient(135deg, #00c6b7, #66d1b340),#ffffff;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #FFF;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 85px;
    /*text-align: center;*/
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 18px
}

div.mobile_nav_container li a {
    color: /*#FFF*/#0b1a33;
    font-weight: bold;
    font-size: 24px;
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: underline;
}

div#nav_close {
    position: absolute;
    right: 70px;
    top: 38px;
    color: /*#FFF*/#0b1a33;
    font-size: 24px;
}

div.mobile_contact a i {
    color: /*#FFF*/#0b1a33;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
	.desktop-view{
		display: none;
	}
	
}

/**
|---------------------
| =Footer
|---------------------
*/

footer#main-footer {
    background: #0b1a33;
    color: #94a3b8;
    padding: 60px 0 30px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    color: #64748b;
}

div.footer_privacy {
    text-align: center;
}

div.footer_privacy p a {
    color: #FFF;
    text-decoration: underline;
}

div.footer_powered p a {
    color: #96CA1E;
}
footer#main-footer h5{
	font-size: 16px;
	margin-top:10px;
	color:#FFF;
	margin-bottom:0px;
}

footer#main-footer ul{
	padding-left: 0;
	margin-top:10px;
}

div.copyright {
    border-top: 1px solid #FFF;
}

.footer-menu .nav>li{
	width: 100%;
}	
.footer-menu .nav>li>a{
	padding: 10px 0px;
	text-decoration: none;
    transition: .3s ease;
	color: #94a3b8;
}	

.footer-menu .nav>li>a:focus,.footer-menu .nav>li>a:hover{
	text-decoration: none;
    background-color: transparent;
	color:#2dd4bf;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
 * Side details
*/

div.side_phone,
div.side_email {
        position: fixed;
    top: 175px;
    right: 0;
    z-index: 1020;
    padding: 6px 5px 7px 50px;
    background-color: #0b1a33;
    border: 1px solid #0b1a33;
    -ms-transform: translateX(100%) translateX(-45px); /* IE 11 */
    -webkit-transform: translate(calc(100% - 45px));
    transform: translate(calc(100% - 45px));
    transition: .5s ease-out;
    display: flex;
    align-items: center;
}

div.side_phone {
    top: 222px;
    height: 45px;
}

div.side_email {
    top: 269px;
    height: 45px;
}

.number_icon,
.email_icon{
    position: absolute;
    background-color: #FFF;
    width: 45px;
    height: 45px;
    left: 0;
    top: -1px;
    border: 1px solid #0b1a33;
    color: #0b1a33;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}

div.side_email:hover,
div.side_phone:hover {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-timing-function: ease-in-out;
}

div.side_phone h3,
div.side_email h3 {
    margin: 0;
    color: #FFF;
    cursor: pointer;
}

/*
 * Home Styles
*/

.hero-section {
    background-color: #0b1a33;
    color: white;
    padding-top: 20px;
    position: relative;
    text-align: center;
	/*margin-bottom: 30px;*/
	padding: 50px 0px 125px 0px;
}

.hero-content h1{
    margin-bottom: 20px;
	margin-top: 0px;
}

.hero-content p{
	color:#fff;
}

.hero-content strong{
    color: #2dd4bf;
}

.hero-section .demo-btn{
	margin: 15px;
	border: 1px solid #2dd4bf;
}

.btn2{
	background:#fff;
	color:#00a884;
}

.btn2:hover{
	/*background:#2dd4bf;*/
	background: linear-gradient(135deg, #2dd4bf, #00a884);
	color:#fff;
}

/* Curved Bottom */
.curve-container {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
}

.curve-container svg {
    width: 100%;
    height: 125px;
}

.curve-container path {
  fill: #f8fafc; /* light gray background color */
}

.hero-badge i{
	color: #2dd4bf;
	margin-right:5px;
}

.hero-badge {
    display: inline-block;
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid #334155;
    color: /*#2dd4bf*/ #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 30px;
}

.trust-bar{
	background:#f8fafc;
}

.titlesh2{
	margin-top:15px;
	margin-bottom:30px;
}

.titlesh2 h2{
	margin:0px;
}

.titlesh3{
	margin-bottom:30px;
}

.titlesh3 h2{
	margin-top:15px;
	margin-bottom:15px;
}

.titlesh3 p{
	margin:0px;
}

.trust-item {
    color: /*#94a3b8*/#3a3a3aab;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.trust-item i {
    color: #2dd4bf;
    margin-right: 8px;
}

.section-tag {
    color: /*#2dd4bf*/#00a884;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.feature-card {
    background: white;
    border: 1px solid #f1f5f9;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    /*height: 220px;*/
	display:flex;
	align-items: center;
	cursor:pointer;
}

.feature-card-content{
	/*flex: 1;              
	text-align: center;*/
	margin-left:15px;
}	

.feature-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.icon-box {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 20px;
    font-size: 18px;*/
}
.icon-problem {
    background: #fef2f2;
    color: #ef4444;
}


.feature-card2:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}
.feature-card2 {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 220px;
	text-align: left;
}

.feature-card2 .card-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.icon-solution {
    background: #c4fcf1;
    color: /*#2dd4bf*/#00a884;
}
.feature-card2 .icon-box {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 18px;
}


.audience-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2dd4bf, #00a884);
    color: white;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(45, 212, 191, 0.2);
}

.audience-label{
	font-size: large;
    font-weight: 600;
	color:#000;
}


.diff-section-contentbox{
	max-width: 800px; 
	margin: 40px auto 0;
}

.diff-check {
    width: 24px;
    height: 24px;
    background: rgba(45, 212, 191, 0.1);
    color: #2dd4bf;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.diff-item {
	background: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 0px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
	transition: all 0.3s ease;
	cursor:pointer;
}

.diff-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.audience-item p{
	cursor:pointer;
}

.audience-item a{
	text-decoration:none !important;
	transition: all 0.3s ease;
	cursor:pointer;
	padding:10px 0px;
	display:block;
}

.audience-item a:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.diff-section-contentbox a{
	text-decoration:none;
	cursor:pointer;
}


.diff-item  p{
	color:#000;
	cursor:pointer;
}


.home-footer .demo-btn{
	margin: 15px;
	border: 1px solid #2dd4bf;
}

.home-footer h2{
	font-size: xx-large;
}	

.titlesh1 h1{
	margin:0px;
}


/*features*/

.title-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #c4fcf1;
    color: #00a884;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 18px;
}

.mockup-box {
    background: #1e293b;
    border-radius: 20px;
    height: 360px;
    /*box-shadow: 0 30px 60px rgba(15, 23, 42, 0.25);*/
	/*box-shadow: 0 30px 60px rgb(0 178 145 / 15%);*/
	box-shadow: 0 30px 60px rgb(0 178 145 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.mockup-box i {
    font-size: 65px;
    color: #00a884;
}

.feature-content-box h2,.feature-content-box p{
	margin:0px;
}

.feature-block{
    /*display: flex;*/
    align-items: center;
}


div.about-section {
    margin-bottom: 30px;
}

div.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.about-section h2 {
	margin-top: 0;
}

div.services-header {
    text-align: center;
}

div.services-item {
    margin-bottom: 30px;
}

div.services-item a {
    color: #000;
}

div.contact-banner {
    position: relative;
    overflow: hidden;
}

div.contact-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.contact-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 20px;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}


/* ===== FEATURE PLUS SECTION ===== */
        .feature-plus {
            background: #f1f3f5;
            padding: 60px 0;
            text-align: center;
        }

        .feature-plus .section-title {
            font-weight: 600;
            margin-bottom: 40px;
            color: #2c3e50;
        }

        .feature-plus .feature-box {
            background: #fff;
            border-radius: 8px;
            padding: 25px 15px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            border: 1px solid #e6e6e6;
			min-height: 165px;
        }

        .feature-plus .feature-box:hover {
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            transform: translateY(-5px);
        }

        .feature-plus .feature-icon {
            width: 60px;
            height: 60px;
            line-height: 60px;
            margin: 0 auto 15px;
            /*background: #e9f7f5;
			color: #1abc9c;
			*/
			background: #c4fcf1;
			color: /*#2dd4bf*/ #00a884;
            border-radius: 12px;
            
            font-size: 22px;
        }

        .feature-plus .feature-title {
            font-size: 15px;
            font-weight: 600;
            color: #34495e;
        }
		
		.feature-plus .feature-content{
			color:#3a3a3aab;
			padding: 15px 0px;
		}
		
.mockup-mix-gw{
	background: linear-gradient(135deg, #00c6b7, #66d1b340);
	
}	

.mockup-mix-gw i{
	color:#fff;
}	


.mockup-mix-gg{
	background: linear-gradient(270deg, #009c70, #00b984);
	
}	

.mockup-mix-gg i{
	color:#fff;
}

.benefits-content-tag{
	margin-top: 15px;
    color: #fff;
    font-size: larger;
	font-weight: 600;
}





/* Features section */
.feature-wrapper {
  margin-bottom: 72px;
}

.featurewhy-echo {
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 28px 26px 30px;
  min-height: 320px;
  box-sizing: border-box;
  text-align: left;
  transition: box-shadow 0.2s ease;
}

.featurewhy-echo:hover {
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.25);
}

.featurewhy-echo .feature-icon {
  background: #d1fae5; /* emerald-100 */
  color: #10b981;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.featurewhy-echo h3 {
  font-weight: 600;
  margin-bottom: 12px;
}



/* Comparison table */

.compare-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}


.compare-card table, .compare-card th, .compare-card td {
  border: 1px solid #eee !important;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  color: #6b7280;
  table-layout: fixed;
  min-width: 800px;
  margin-bottom:unset !important;
}

.compare-table img{
	height:50px;
	object-fit:contain;
}

.compare-table thead th {
  font-weight: 700;
  background: #f9fafb;
  padding: 12px 8px;
  color: #374151;
  border: none;
  text-align: center;
}

.compare-table tbody td {
  background: white;
 padding: 20px 10px !important;
  border: none;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}

.compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #374151;
  padding-left: 20px;
  width: 40%;
}

.compare-card i{
	font-size: large;
}

.compare-card .check i{
	color: #2dd4bf;
}

.compare-table-title{
	margin-top:10px;
}

/* Responsive */

@media (max-width: 991px) {
  .feature-wrapper {
    margin-bottom: 40px;
  }
  
  .feature-card {
    min-height: auto;
  }
  
  .compare-card {
    max-width: 100%;
  }
  
  .compare-table {
    font-size: 10px;
    min-width: 100%;
  }
}


    /* =====================
       MAIN PARENT CLASS
    ===================== */
    .timeline-container {
      position: relative;
      max-width: 720px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* Vertical line through center */
    .timeline-container::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1.5px;
      background: #4ecdc4;
      transform: translateX(-50%);
      z-index: 0;
    }

    /* Each step row as a table */
    .timeline-container .step-row {
      display: table;
      width: 100%;
      margin-bottom: 55px;
      position: relative;
      z-index: 1;
    }

    /* Left text cell */
    .timeline-container .step-row .col-text {
      display: table-cell;
      width: 44%;
      vertical-align: middle;
    }

    /* Center icon cell */
    .timeline-container .step-row .col-icon {
      display: table-cell;
      width: 12%;
      vertical-align: middle;
      text-align: center;
    }

    /* Empty placeholder cell */
    .timeline-container .step-row .col-empty {
      display: table-cell;
      width: 44%;
      vertical-align: middle;
    }

    /* Text on LEFT side (right-aligned) */
    .timeline-container .step-row .col-text.text-left-side {
      padding-right: 30px;
      /*text-align: right;*/
    }

    /* Text on RIGHT side (left-aligned) */
    .timeline-container .step-row .col-text.text-right-side {
      padding-left: 30px;
      text-align: left;
    }

    /* Icon box */
    .timeline-container .step-row .col-icon .icon-box {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      border-radius: 16px;
      /*background: linear-gradient(145deg, #5de0d8, #2ab8af);*/
      box-shadow: 0 8px 24px rgba(78, 205, 196, 0.38);
    }

    /* SVG inside icon box */
    .timeline-container .step-row .col-icon .icon-box svg {
      width: 30px;
      height: 30px;
      stroke: #fff;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* Step number */
    .timeline-container .step-row .col-text .step-num {
      font-size: 28px;
      font-weight: 800;
      color: /*#4ecdc4*/#bafdf1;
      line-height: 1;
      margin-bottom: 5px;
      letter-spacing: -0.5px;
    }

    /* Step title */
    .timeline-container .step-row .col-text .step-title {
      font-size: 14.5px;
      font-weight: 800;
      color: #111827;
      margin-bottom: 7px;
      line-height: 1.3;
    }

    /* Step description */
    .timeline-container .step-row .col-text .step-desc {
      font-size: 12.5px;
      color: #9ca3af;
      line-height: 1.7;
    }

    /* Constrain desc width on left side */
    .timeline-container .step-row .col-text.text-left-side .step-desc {
      /*max-width: 220px;*/
      margin-left: auto;
    }

    /* Constrain desc width on right side */
    .timeline-container .step-row .col-text.text-right-side .step-desc {
      /*max-width: 220px;*/
    }

    /* =====================
       RESPONSIVE MOBILE
    ===================== */
    @media (max-width: 600px) {
      .timeline-container::before {
        left: 32px;
      }

      .timeline-container .step-row {
        display: block;
        position: relative;
        padding-left: 80px;
        margin-bottom: 40px;
      }

      .timeline-container .step-row .col-text,
      .timeline-container .step-row .col-icon,
      .timeline-container .step-row .col-empty {
        display: block;
        width: 100%;
      }

      .timeline-container .step-row .col-icon {
        position: absolute;
        left: 0;
        top: 0;
      }

      .timeline-container .step-row .col-empty {
        display: none;
      }

      .timeline-container .step-row .col-text.text-left-side,
      .timeline-container .step-row .col-text.text-right-side {
        text-align: left;
        padding: 0;
      }

      .timeline-container .step-row .col-text.text-left-side .step-desc,
      .timeline-container .step-row .col-text.text-right-side .step-desc {
        margin-left: 0;
        max-width: 100%;
      }
    }


    /* ============================================================
       SECTION 1 — No Training Required (light gray bg)
    ============================================================ */

    .no-training-section .no-training-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
      padding: 28px 32px;
      max-width: 560px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .no-training-section .no-training-card .card-icon {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      border-radius: 12px;
      background: linear-gradient(145deg, #5de0d8, #2ab8af);
      display: flex;
      align-items: center;
      justify-content: center;
	  margin-top:15px;
    }

    .no-training-section .no-training-card .card-icon svg {
      width: 26px;
      height: 26px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .no-training-section .no-training-card .card-body-text .card-title {
      font-size: 16px;
      font-weight: 800;
      color: #111827;
      margin: 0 0 8px 0;
    }

    .no-training-section .no-training-card .card-body-text .card-desc {
      font-size: 13px;
      color: #9ca3af;
      line-height: 1.7;
      margin: 0;
    }
	
	.card-body-text{
		text-align:left;
	}
	
	.card-icon i{
		color:#fff;
	}


    /* Responsive */
    @media (max-width: 480px) {
      .no-training-section .no-training-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
	  .access-section .access-icons {
        gap: 24px;
      }

    }


    /* ============================================================
       SECTION 2 — Access From Anywhere (white bg)
    ============================================================ */
    .access-section {
      background: #fff;
      padding: 70px 20px;
      text-align: center;
    }

    .access-section .access-title {
      font-size: 20px;
      font-weight: 800;
      color: #111827;
      margin-bottom: 12px;
    }

    .access-section .access-desc {
      font-size: 13px;
      color: #9ca3af;
      line-height: 1.7;
      max-width: 340px;
      margin: 0 auto 40px auto;
    }

    .access-section .access-icons {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 40px;
    }

    .access-section .access-icons .access-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }

    .access-section .access-icons .access-item .access-icon-wrap {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 1.5px solid #e5e7eb;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .access-section .access-icons .access-item .access-icon-wrap svg {
      width: 22px;
      height: 22px;
      stroke: #6b7280;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .access-section .access-icons .access-item .access-label {
      font-size: 12px;
      color: #6b7280;
      font-weight: 600;
    }


/* About Page */

div.page-banner {
    position: relative;
    overflow: hidden;
}

div.page-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

div.about-content {
    margin: 30px 0px;
}

div.about-item {
    margin-bottom: 30px;
}

/* Contact Us */



div.contact-form div.input-field {
    margin-bottom: 15px;
}

div.contact-form div.input-field input {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.textarea {
    margin-bottom: 10px;
}

div.contact-form div.textarea textarea {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.submit-button {
    text-align: center;
}

div.contact-form div.submit-button input {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

div.contact-form div.submit-button input:hover {
    background-color: #000;
    color: #fff;
}

div.contact-details-header h3 {
    margin-top: 0;
}

div.contact-details div {
	margin-bottom: 15px;
}

div.contact-details div * {
    display: inline-block;
    color: #000;
    margin: 0;
    margin-right: 10px;
}

div.services-page-section {
    margin: 30px 0px;
}

.mobile {
    display: none!important;
}



@media only screen and (min-width: 1300px) {
	.hero-content h1, .titlesh1 h1{
		font-size: 48px;
	}
	.titlesh1 h1{
		font-size: 35px;
	}
}


@media only screen and (max-width: 767px) {
    div.slider {
        margin-bottom: 10px;
    }
    div.slider-image {
        height: 175px;
    }
    div.slider-content h1 {
        font-size: 1.8em;
    }
/*    .desktop {
        display: none!important;
    } */
    .mobile {
        display: block!important;
    }
    div.side_phone,
    div.side_email {
        display: none;
    }
    div.contact-banner {
        height: 350px;
    }
    div.page-banner {
        height: 200px;
    }

	.footer-menu .nav>li>a{
		padding: 10px 15px;
	}
	.feature-plus .feature-title {
		font-size: 13px;
	}
	
}

@media only screen and (max-width: 768px) {
	div#mobile_navigation {
		overflow-y: scroll;
	}

	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}

	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}

	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#ffffff !important;
	}
}


@media only screen and (max-width: 768px) {
	div.mobile_nav_container li a{
		font-size:16px;
	}
	div.mobile_nav_container .dropdown-menu li a{
		font-size:14px;
	}

	div.mobile_nav_container .nav>li>a{
		padding: 5px 10px;
	}
	div.mobile_contact{
		margin-bottom:30px;
	}
	#mobile_navigation .dropdown-menu{
		border: none;
    	box-shadow: none;
	}
	#menu-primary-1 li>a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	#menu-primary-1 .dropdown-menu>li>a{
		padding: 3px 20px;
	}
	div.mobile_nav_container li{
		margin-bottom:unset;
	}
	
	.timeline-container .step-row .col-icon .icon-box{
		display: flex;
	}
}


@media only screen and (max-width: 768px) {
	div#mobile_navigation{
		width:100%;
	}

	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		/*text-align: center;*/
		width: 60px;
		line-height: 30px;
		height: 100%;
		color: #bbb;
		transition: all .6s ease;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		position: absolute;
		border-left: 1px solid #bbb;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		position: relative;
		border-bottom: 1px solid /*#bbb*/#FFF;
		text-transform: uppercase;
		width: 100%;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}
	
	.top-demo-btn{
		padding: 2px 10px !important;
		margin-left: 20px;
	}
	
	div.mobile_nav_container #menu-primary-1 li>a{
		padding-top: 10px !important;
        padding-bottom: 10px !important;
	}	
	
	.feature-block{
		display: block;
	}
	.mockup-box{
		margin-bottom:30px;
	}
	.featurewhy-echo{
		margin-bottom:30px;
	}
	
	.section-paddingtb50{
		padding: 15px 0;
	}

}

/********* ACF field **********/

.af-submit{
	padding: 15px 16px !important;
}

.acf-field[data-width] + .acf-field[data-width]{
	border-left: unset !important;
}

.acf-fields > .acf-field{
	border-top-color: transparent !important;
}

.acf-fields > .acf-field{
	padding: 5px 16px !important;
}

.gallery-item{
  margin-bottom: 30px;
}

.acf-field-63b513cecb2d4{
	display:none !important;
}

#form_63636fc378e66 .acf-label{
	display:none;
}


/******* contact page ********/

/* ── Contact Page ── */
div.contact-page {
    margin-bottom: 60px;
}

.contact-page .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.contact-page .row {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 181, 165, 0.12), 0 4px 20px rgba(0,0,0,0.06);
}

/* ── Left Info Panel ── */
.contact-info {
  flex: 0 0 38%;
  background: linear-gradient(145deg, #0d2b2b 0%, #0a3d3a 60%, #00b5a5 100%);
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(0, 181, 165, 0.15);
}

.contact-info::after {
  content: '';
  position: absolute;
  bottom: -40px; left: -40px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: rgba(0, 181, 165, 0.1);
}

.contact-info .info-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00d4c2;
  margin-bottom: 18px;
}

.contact-info h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
}

.contact-info .info-item .icon {
  width: 40px; height: 40px;
  background: rgba(0, 181, 165, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  border: 1px solid rgba(0, 181, 165, 0.3);
}

/* ── Right Form Panel ── */
.contact-form {
  flex: 1;
  padding: 56px 48px;
  background: #fff;
}


/* All inputs */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 18px !important;
  margin-bottom: 18px;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  font-size: 14.5px !important;
  color: #333;
  background: #fafafa;
  outline: none;
  transition: all 0.25s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #00b5a5;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 181, 165, 0.1);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #bbb;
  font-size: 14px;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Submit button */
.contact-form input[type="submit"],
.contact-form button[type="submit"],
.contact-form .af-submit-button,
.contact-form button {
	background: linear-gradient(135deg, #2dd4bf, #00a884);
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.contact-form input[type="submit"]:hover,
.contact-form button[type="submit"]:hover,
.contact-form .af-submit-button:hover,
.contact-form button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, #00a884, #2dd4bf);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 900px) {
  .contact-page .row {
    flex-direction: column;
  }
  .contact-info {
    flex: none;
    padding: 40px 28px;
  }
  .contact-form {
    padding: 36px 28px;
  }
}

@media (max-width: 480px) {
  .contact-form {
    padding: 28px 20px;
  }
}

/****** header top bar scroll ****/

div.fixed-header nav.fixed-menu-header {
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 1px 0 10px #3a3a3a21;
}

/******** animation  *********/

.process-box a{
	text-decoration:none;
}


/* process-box: hidden by default, NO animation */
.rightside {
  opacity: 0;
  transform: translateX(40px);
  transition: none;
}

/* Animation only triggers when JS adds .in-view */
.rightside.in-view {
  animation: fadeInRight 0.7s ease forwards;
}

/* process-box: hidden by default, NO animation */
.leftside {
  opacity: 0;
  transform: translateX(40px);
  transition: none;
}

/* Animation only triggers when JS adds .in-view */
.leftside.in-view {
  animation: fadeInLeft 0.7s ease forwards;
}


/* process-box: hidden by default, NO animation */
.process-box {
  opacity: 0;
  transform: translateX(40px);
  transition: none;
}

/* Animation only triggers when JS adds .in-view */
.process-box.in-view {
  animation: fadeInRight 0.7s ease forwards;
}

/* Stagger delays for each box */
.process-box:nth-child(1) { animation-delay: 0s; }
.process-box:nth-child(2) { animation-delay: 0.15s; }
.process-box:nth-child(3) { animation-delay: 0.3s; }
.process-box:nth-child(4) { animation-delay: 0.45s; }
.process-box:nth-child(5) { animation-delay: 0.6s; }
.process-box:nth-child(6) { animation-delay: 0.75s; }

/* 404 */

.missing-content-message {
	text-align: center;
    margin: 50px 0px;
}
.missing-content-message img {
	max-width: 150px;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);  /* comes from LEFT (negative) */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



  /* =============================================
     THE FIX: opacity:0 by default, NO animation
     ============================================= */
  .ani-box {
    opacity: 0;
    transform: translateY(40px);
    transition: none; /* no transition by default */
  }

  /* Animation only triggers when JS adds .in-view */
  .ani-box.in-view {
    animation: fadeInUp 0.7s ease forwards;
  }

  /* Stagger delays for each box */
  .ani-box:nth-child(1) { animation-delay: 0s; }
  .ani-box:nth-child(2) { animation-delay: 0.15s; }
  .ani-box:nth-child(3) { animation-delay: 0.3s; }
  .ani-box:nth-child(4) { animation-delay: 0.45s; }
  .ani-box:nth-child(5) { animation-delay: 0.6s; }
  .ani-box:nth-child(6) { animation-delay: 0.75s; }

  /* Also animate the section tag and title */
  .bottomtop {
    opacity: 0;
    transform: translateY(30px);
  }
  .bottomtop.in-view {
    animation: fadeInUp 0.7s ease forwards;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }



img.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

img.aligncenter {
    display: block;
    float: none;
    margin: 5px auto;
}

img.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}


.bg-white{
	background:#fff !important;
}


@media (min-width: 768px) and (max-width: 1023px) {
  	.mockup-box{
		height:350px !important;
	}
	.mockup-box-who{
		height: 260px !important;
	}
	.mockup-box-benfit{
		height: 300px !important;
	}
	.feature-plus .feature-box{
		min-height: 220px;
	}
	.flex-column.mockup-box-benfit{
		text-align:Center;
	}
	.page-template-benefits .feature-plus .feature-box{
		min-height: 165px;
	}
	.topbar-buttons{
		margin-top: 20px !important;
        margin: auto;
	}
	
}

@media only screen 
  and (min-width: 834px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
  
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
	.topbar-buttons{
		margin:auto;
	}
}


@media (max-width: 768px) {
	div#nav_button{
		top:10px;
	}
	/*.topbar-buttons{
		position: absolute;
		bottom: -45px;
		/*transform: translate(5%, 0%);	*/	
	/*}*/
	.logo_wrap img{
		max-width: 100px;
	}
	/*.home-page nav.navbar-default.fixed-menu-header .topbar-buttons{
		background:#0b1a33;
		width: 100%;
        margin: inherit;
	}
	nav.navbar-default.fixed-menu-header .top-demo-btn{
		margin-bottom:10px;
	}*/
	
	.topbar-buttons .top-demo-btn{
		font-size: 12px;
        margin: 5px;
        padding: 2px 5px !important;		
	}
	/*.topbar-buttons{
		right: 0px;
		position: absolute;
		top: 0px;
	}*/
	.topbar-buttons .demo-btn .arrow{
		font-size: 12px;
	}	
	.topbar-buttons{
	    margin-top: 50px;
	}	
	.mockup-box{
		height:200px;
	}
	
	.section-paddingtb80{
		padding: 20px 0px;
	}
	
}	

/* iPad / Mac landscape (1024x768 and similar) */
@media only screen 
and (min-width: 1024px) 
and (max-width: 1366px) 
and (min-height: 768px) 
and (orientation: landscape) {
	.btn2 {
		margin-bottom: 10px;
	}
}
.footer-accreditions img {
	margin-bottom: 15px;
	height: 100px;
}


/******** 09 July 2026 *********/

.support-form .acf-field-6a4b8c488daf7, .support-form .acf-field-6a4b8c488dab6 .acf-label{
	display:none;
}

.support-form .acf-field-6a4b8c488dab6{
	text-align:center;
}


/* ── support-form Panel ── */
.support-form {
  flex: 1;
  padding: 56px 48px;
  background: #fff;
}


/* All inputs */
.support-form  input[type="text"],
.support-form  input[type="email"],
.support-form  input[type="tel"],
.support-form  input[type="number"],
.support-form  textarea,
.support-form  select {
  width: 100%;
  padding: 14px 18px !important;
  margin-bottom: 18px;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  font-size: 14.5px !important;
  color: #333;
  background: #fafafa;
  outline: none;
  transition: all 0.25s ease;
  font-family: inherit;
  box-sizing: border-box;
}

.support-form  input[type="text"]:focus,
.support-form  input[type="email"]:focus,
.support-form  input[type="tel"]:focus,
.support-form  input[type="number"]:focus,
.support-form textarea:focus,
.support-form  select:focus {
  border-color: #7cc202;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 181, 165, 0.1);
}

.support-form input::placeholder,
.support-form textarea::placeholder {
  color: #bbb;
  font-size: 14px;
}

.support-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Submit button */
.support-form input[type="submit"],
.support-form button[type="submit"],
.support-form .af-submit-button{
	background: #7cc202;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	
	width: 100px;
    display: block;
    margin: auto;	
}

.support-form input[type="submit"]:hover,
.support-form button[type="submit"]:hover,
.support-form .af-submit-button:hover{
    color: #194600;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    background: #fff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 900px) {
  .support-form {
    padding: 36px 28px;
  }
}

@media (max-width: 480px) {
  .support-form {
    padding: 28px 20px;
  }
}


.popup-mode header, .popup-mode footer, .popup-mode .side_phone, .popup-mode .side_email, .popup-mode .cc-type-info, .popup-mode .cc-theme-edgeles{
	display:none !important;
}

.acf-field-6a4ca57b13d6c{
	display:none;
}


.popup-mode .support-formdiv, .popup-mode .popup-padding{
	padding:0px !important;
}
