/* 
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 */

.site-main-nav .current-menu-item > a{
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.home-marketers-page .global-header{
   background-color: #f4e4ff !important ;
}
.home-marketers-page .we-build-row .we-build-col.build-span2 .we-build-article{
    background-color: #BF67FF;
}
.display-mobile,
.display-web {
    display: none;
}
@media (max-width: 767px) {
    .display-mobile {
        display: block !important;
    }

    .display-web {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .display-mobile {
        display: none !important;
    }
    .display-web {
        display: block !important;
    }
}
.hackerz-accordian {
  font-family: "Urbanist", Sans-serif;
}
.hackerz-accordian .hackerz-accordian-item {
  background-color: #0077ED;
  padding: 10px 16px 30px;
  border-radius: 10px;
  color: #fff;
  height: 74px;
  overflow-y: hidden;
  position: relative;;
}
.hackerz-accordian .hackerz-accordian-item:not(:last-child) {
  margin-bottom: 12px;
}
.hackerz-accordian .hackerz-accordian-item .hackerz-accordian-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}
.hackerz-accordian .hackerz-accordian-item .hackerz-accordian-txt {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.3;
  z-index: 1;
}
.hackerz-accordian .hackerz-accordian-item.open .hackerz-accordian-txt {
    opacity: 1;
}
.hackerz-accordian-img {
    display: none;
    text-align: right;
    padding-top: 10px;
}

.hackerx-accordian-txt-icon svg { 
    width: 70px;
    height: auto;
    right: 5px;
    position: absolute;
    top: 8px !important;
    z-index: 0;
}
.hackerz-accordian-item.open svg {
display: block;
}
.hackerz-accordian-item svg {
display: none;
} 


.hackerx-accordian-txt-icon svg path{
   fill: #148aff !important;
}

.home-marketers-page .hackerz-accordian .hackerz-accordian-item {
  background-color:#BF67FF;
  padding: 10px 16px 30px;
  border-radius: 10px;
  color: #fff;
  height: 74px;
  overflow-y: hidden;
  position: relative;;
}
.home-marketers-page .hackerx-accordian-txt-icon svg path{
   fill: #D199FA !important;
}
.swicher-btns-wrap a{
	width:100%;
}
.home-marketers-page .global-header{
   background-color: #E7C6FF !important ;
}

.home-marketers-page .global-footer{
   background-color: #E7C6FF !important ;
}

.we-build-row .we-build-col {
    transition: all 0.3s ease;
}
@media  (max-width:768px){ 
.swicher-btns-wrap{
	max-width:163px !important;
	overflow:visible !important;
	border:none !important;
}
}

@media (max-width:995px){
	.we-build-article-text {
    margin-top: 20px !important;
    text-align: center;
    font-size: 20px;
}
}
@media (max-width:468px){
	.service-section{
		margin:auto;
	}
}
@media(max-width:468px){ 
.video-container video{
	padding: 10px;
	background-color: #97C1FF !important;
}
}
@media(max-width:468px){ 
.video-container video{
	padding: 10px;
	background-color: #97C1FF !important;
}
.icon-class p, .icon-class h3{
		font-size:16px !important;
		justify-content:center;
		margin:0;
	}
.site-main-nav li.current-menu-item a {
  text-decoration: none !important;
}
}
@media(max-width:468px){ 
.video-container2 video{
	padding: 10px;
	background-color:#E7C6FF !important;
}
}

.site-main-nav.elementor-element svg {
    fill: transparent;
}
/* -----------------------Header toggle-------------------------------------*/

@media (min-width: 768px) {
  .founder_head a,
  .Marketers_head a,
  li#menu-item-1116,
  li#menu-item-1117 {
    display: none !important;
  }
}


.founder_head, .Marketers_head {
  display: inline-block !important;
  margin-right: 10px;
}

li#menu-item-1116,
.founder_head a {
  background-color: #6BA9FF;
 padding: 14px 44px; 
  font-size: 10px !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 157px !important; 
	text-align:center !important;
	padding: 14px 20px; 
  border-radius: 50px;
  color: #fff; 
  text-decoration: none; 
}


li#menu-item-1117, .Marketers_head a {
  background-color: #FFFFFF;
  font-size: 10px !important;
  display: flex;
	margin:0 !important;
  	text-align:center !important;
 max-width: 157px !important; 
  border-radius: 50px;
  color: #B956FF;
  text-decoration: none; 
padding: 14px 20px; 
}

li#menu-item-1116 {
    margin-bottom: 30px !important;
	margin-left:13px !important;
}

/* -----------------------# Header toggle-------------------------------------*/

@media (max-width:768px){
	.site-main-nav li.current-menu-item a {
  text-decoration: none !important;
}
}

.site-main-nav button:focus{
	background-color:transparent !important;
}

.hackerz-accordian-item {
    position: relative;
}

.arrow-toggle {
    position: absolute;
    top: 15px;     
    right: 15px;   
    width: 20px;   
    height: auto;
    transition: transform 0.3s ease;
    z-index: 2;
    pointer-events: none; 
    filter: brightness(0) invert(1);
}
/* Animation for tablet and laptop views */
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .we-build-article::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a90e2; 
    transition: top 0.5s ease;
    z-index: 0;
  }

  .we-build-article:hover::before {
   top: 0; ;
 }
 
  .we-build-article:hover .we-build-icon-bx  {
    transform: translate(140%, -100%) scale(0.6);
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #148aff !important;
    transition: all 0.5s ease; 
  }
   .we-build-article:hover .we-build-txt-bx{
    transform: translate(31%, -100%) scale(0.6); 
    position: relative;
    top: -71px;
    left: -145px;
    width: 100%;
    font-size: 42px;
    transition: all 0.5s ease; 
  }

  .we-build-article:hover .we-build-article-icon svg,
  .we-build-article:hover .we-build-article-icon img {
    filter: brightness(0) invert(1); 
    transition: all 0.5s ease;
  }

  .we-build-article:hover .we-build-article-title {
    transform: translate(-50%, -200%);
    color: #FFF; 
    position: relative;
    top: 163px; 
    left: 50%; 
    font-size: 40px;
    transition: all 0.5s ease; 
  }

  .we-build-article-text {
    opacity: 0; 
    transform: translate(-50%, -200px); 
    position: absolute;
    top: 140px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 1; 
  }
  .we-build-article:hover .we-build-article-text {
    display: block; 
    opacity: 1; 
    font-size: 31px;
    transform: translate(-50%, 0); 
    transition: all 0.5s ease; 
  }
}

@media screen and (max-width: 768px) {
  .we-build-row .we-build-col {
    max-width: 100%;
  }
  .we-build-row .we-build-col.build-span2 {
    max-width: 100%;
  }
  .we-build-article {
    max-width: 600px;
    margin-inline: auto;
  }
  .we-build-icon-bx-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 1441px) {
  .we-build-row .we-build-col {
    max-width: 33.32%;
  }
  .we-build-article {
    max-width: 700px;
    margin-inline: auto;
  }
  .we-build-icon-bx-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.we-build-article-icon svg{
	fill: transparent !important;
}
.testimonial-box {
    position: relative;
}
.testimonial-box::after {
    content: "";
    position: absolute;
    top: 34px;         
    right:40px;      
    width: 16px;    
	  z-index:1;
    height: 20px;
    background: url('/wp-content/uploads/2025/06/Right.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none; 
}
.testimonial-item .testimonial-box{
	box-shadow:none !important;
}
h3.we-build-article-title, .we-build-article-text p
 {
    font-family: 'Urbanist' !important;
}

/* -------------------Form css------------------------------*/

.wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 0.8px solid #8F8F8F;
padding: 0px !important;
  height: 45px;
  font-size: 25.6px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  background: transparent;
  outline: none;
}

.wpcf7 textarea::placeholder{
font-size: 25.6px;
font-weight: 300;
color: #434343;
}

/* Style the submit button */
.wpcf7 input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 48px;
  border-radius: 72.5px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #333;
}

/* Optional: Remove top/bottom margin */
.wpcf7 p {
  margin: 10px 0;
}

/*---------------------# Form css------------------------------- */

.we-build-article:hover svg {
    width: 138px;
}  