/*
 Theme Name:   Adplusb2b Child
 Theme URI:    https://eternitty.com
 Description:  Adplusb2b Child
 Author:       Eternitty
 Author URI:   https://eteritty.com
 Template:     generatepress
 Version:      0.1
*/

h1, h2, h3, h4, h5, h6 p {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}
body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}

/* Header */

header {
	position: sticky;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.99;
	z-index: 999;
}
.custom-menu-underline a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, #1b1464, #0652DD);
  transition: width 0.3s ease-in-out;
}
.custom-menu-underline a:hover::after,
.custom-menu-underline a.elementor-item-active:hover::after {
  width: 100%;
}
.custom-menu-underline a.elementor-item-active {
  font-weight: bold;
}
.custom-menu-underline .elementor-widget-icon-list .elementor-icon-list-icon svg{
    fill: none;
	color: #1B1464;
}

/* Mega Menu Box */
/* Default: hide arrow */
.solution-box .elementor-button-icon {
  width: 0;
  opacity: 0;
  overflow: hidden;
  display: inline-flex;
  transition: width 0.3s ease, opacity 0.3s ease;
}

/* On hover: show & stretch */
.solution-box:hover .elementor-button-icon {
  width: 16px; /* adjust as per your arrow size */
  opacity: 1;
}
.solution-box .elementor-button-icon {
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.solution-box:hover .elementor-button-icon {
  transform: translateX(0);
  opacity: 1;
}
.solution-box:hover .elementor-button-text{
color: #1b1464;
}
.custom-menu-underline .solution-box a:hover::after {
    display: none;
}
.custom-menu-underline .elementor-heading-title a:hover::after{
	display: none;
}
.custom-menu-underline .elementor-icon-list-items a:hover::after{
  display: none;
}
.industries-btn:hover .elementor-button-icon {
    transform: translateX(4px);
    transition: 0.3s;
}

/* Mobile menu: left gradient bar on active/hover */
@media (max-width: 1024px) {
  .custom-menu-underline .elementor-nav-menu--dropdown a {
    position: relative;
    padding-left: 20px; /* Leave space for the bar */
  }
  .custom-menu-underline .elementor-nav-menu--dropdown a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #1b1464, #0652DD);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 3px 3px 0;
  }
  /* Show bar on hover and on active link */
  .custom-menu-underline .elementor-nav-menu--dropdown a:hover::before,
  .custom-menu-underline .elementor-nav-menu--dropdown a.elementor-item-active::before {
    opacity: 1;
  }
  .custom-menu-underline .elementor-nav-menu--dropdown a::after {
    display: none;
  }
}

/* Burger Menu Button */
@media (max-width: 1024px) {
header {
	opacity: 1;
}	
	
  .elementor-nav-menu--dropdown .menu-item-190 > a {
    background: linear-gradient(to right, #1B1464, #0652DD);
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 8px;
    text-align: center;
    display: block;
    margin: 15px 20px; /* top-bottom 15px, left-right 20px */
    font-weight: 600;
    transition: all 0.3s ease;
    transform: scale(1);
    box-sizing: border-box;
  }
  .elementor-nav-menu--dropdown .menu-item-190 > a:hover {
    background: linear-gradient(to right, #0652DD, #1B1464);
    transform: scale(1.03);
  }
}

/* Home */
.underline-txt-zoom {
  position: relative;
  display: inline-block;
  font-weight: 700;
  transition: transform 0.3s ease;
  will-change: transform;
}
.underline-txt-zoom::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px; 
  width: 100%;
  height: 7px;
  background-color: #B9F800;
  z-index: -1;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.underline-txt-zoom:hover {
  transform: scale(1.05);
}

/* Curve Divider */
.curve-divider .elementor-divider-separator {
  border-radius: 999px;
}

/* Icon boxes */
.brand-hover-box:hover {
  background-color: #ffffff;
}
.brand-hover-box:hover svg {
  stroke: #1b1464;
  transition: all 0.3s ease;
}
.brand-hover-box:hover .elementor-icon-box-title,
.brand-hover-box:hover .elementor-icon-box-description {
  color: #1b1464 !important;
}

.iconbox-hover-wrap {
  transition: all 0.3s ease;
}

.iconbox-hover-wrap .elementor-icon {
  background-color: #f2f4fc;
  color: #1B1464;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.iconbox-hover-wrap:hover .elementor-icon {
  background-color: #1B1464;
  color: #ffffff;
}

/* Second Icon Box */
.second-iconbox-hover-wrap:hover .elementor-icon svg {
  stroke: #ffffff;
}

.second-iconbox-hover-wrap:hover .elementor-icon-box-title,
.second-iconbox-hover-wrap:hover .elementor-icon-box-description {
  color: #ffffff;
}
.second-iconbox-hover-wrap .change-info-on-hover .elementor-icon {
    background-color: #f2f4fc;
    padding: 12px;
    border-radius: 12px;
}
.second-iconbox-hover-wrap:hover .elementor-icon{
    background: #ffffff1a;
}

/* Third Icon Box */
.learn-more-btn .elementor-button-icon,
.download-report-btn .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transform-origin: center;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.third-iconbox-hover-wrap:hover .learn-more-btn .elementor-button-icon {
  transform: translateX(5px);
}
/* Hover main container → Icon Box text turns white */
.third-iconbox-hover-wrap:hover .change-info-on-hover .elementor-icon-box-title,
.third-iconbox-hover-wrap:hover .change-info-on-hover .elementor-icon-box-description {
  color: #fff !important;
}

/* Hover main container → Learn More button text & icon turn white */
.third-iconbox-hover-wrap:hover .learn-more-btn .elementor-button-text,
.third-iconbox-hover-wrap:hover .learn-more-btn .elementor-button-icon {
  color: #fff !important;
    fill: #fff !important;
}

.third-iconbox-hover-wrap:hover .elementor-icon svg {
    stroke: #ffffff;
}

.fourth-iconbox-hover-wrap:hover .elementor-button-icon{
     transform: translateX(7px);
}


/* About Page - Integration Section */

.numeric-circle-line {
	transform: rotate(90deg);
}
.our-intergation-btns .elementor-button{
    cursor: pointer;
}
.founder-testimonial .elementor-icon svg{
    fill: none !important;
}
/* Demand Genration */

.lead-gen-box {
    cursor: pointer;
}
.lead-gen-box:hover .elementor-heading-title{
    color: #0652DD;
}
.lead-gen-box:hover .elementor-button-icon{
    transform: translateX(5px);
}
/* Contact Page */
.contact-info .elementor-icon-list-icon svg{
    fill: none !important; 
    color: #1B1464;   
}