/*
Theme Name:   Hello Biz Child
Theme URI:    http://example.com/yourtheme-child
Description:  Child theme for the YourTheme WordPress theme
Author:       Your Name
Author URI:   http://example.com
Template:     hello-biz
Version:      1.0.0
*/

@media (min-width: 1025px){
	.navigation .hfe-nav-menu {
    align-items: center;
    justify-content: center;
    width: 100%;
}
.navigation nav {width:100%}
.navigation .hfe-nav-menu li:last-child {
    position: absolute;
    right: 0
}

	.navigation li.current-menu-item a, .navigation li:hover a {font-weight: bold;}
.navigation li.current-menu-item:after {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: -27px;
    background: #1576e1;
    left: calc(50% - 2.5px);
}
}
@media (max-width: 1025px){
	.navigation nav {padding: 10px}
.navigation nav li.menu-item {
    text-align: center !important;
    border: none !important;
}
.navigation nav li.menu-item a{
    justify-content: center;
    font-size:20px;
}
.navigation nav li.menu-item:last-child {
    border-top: 1px solid #F4F4F4 !important;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
}
.navigation nav li.menu-item:last-child a{
        padding: 15px 32px !important;
        background: #1676E1 !important;
width: 145px !important;
color: #fff;
            font-size:16px;border-radius:5px;margin: 10px auto; 
}
	.navigation nav li.menu-item:last-child a:hover {
		color: #fff;
	}
	.navigation .hfe-nav-menu__toggle{margin-top:15px}
}


/* Active state fix for Contact Us button */
.menu-item.current-menu-item .elementor-button,
.menu-item.active .elementor-button {
    color: #ffffff !important;   
}



/* //accordian css */

.e-n-accordion-item-title {
    position: relative;
    padding-bottom: 10px;
}
@media (max-width: 767px){
	.e-n-accordion-item-title {
	min-height: 88px;
}
}

.e-n-accordion-item-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #1676e1, #ffffff);
}
.e-n-accordion>.e-n-accordion-item>.e-n-accordion-item-title {
    transition: background-color 0.1s ease; /* smooth transition */
}
.e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title {
    background-color: var(--e-global-color-primary);
}
.e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title::after {
    height: 0px !important;
}
.e-n-accordion>.e-n-accordion-item:has(+ .e-n-accordion-item[open])>.e-n-accordion-item-title::after {
    height: 0px !important;
}




.ehp-header__contact-buttons{margin-right: 20px;}
a.ehp-header__contact-button { margin-top: 8px; }



/* //cursor pointers */
.service-section .elementor-icon-box-wrapper {
    cursor: pointer;
}

/* //gradiant text */

.gradient-text {
    background: linear-gradient(90deg, #111111, #1676E1, #111111);
    background-size: 200% auto; /* Wider for smooth movement */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: moveGradient 4s linear infinite;
}

@keyframes moveGradient {
    0% {
        background-position: 200% center; /* Start from right */
    }
    100% {
        background-position: 0% center;   /* Move to left */
    }
}




/* //testimononial carousel css */

.testimonial-item {
    padding: 0px 10px;
	text-align: center;
    width: 54%;
	margin: auto;
}
@media (max-width: 768px) {
    .testimonial-item {
        width: 100%;
    }
	.testimonial-item .para p {
    	font-size: 20px;
	}
}

.testimonial-item .para {
    font-size: 32px;
    font-weight: 400;
	line-height: 44px;
	margin-bottom: 20px;
}
.testimonial-item img {
   	width: 50px !important;
	margin: auto;
	margin-bottom: 20px;
}
.testimonial-item .name{
	font-size: 20px;
    font-weight: 400;
	color: #222222;
} 
.testimonial-item .job-title{
	font-size: 20px;
    font-weight: 400;
	color: #808080;
} 
/* Dots container */
.owl-dots {
    text-align: center;
    margin-top: 15px;
}

/* Default dots */
.owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #ccc; /* Default inactive color */
    border-radius: 50%;
    display: block;
    transition: background 0.3s ease;
}

/* Active dot */
.owl-dot.active span {
    background: #333; /* Darker color for active dot */
}

/* Hover effect */
.owl-dot:hover span {
    background: #555;
}



/* //design slider css */
.design-carousel img {
    height: 240px;
    border-radius: 5px !important;
    object-fit: cover;
    width: auto;        /* keep image natural width */
    display: inline-block;
}
.design-carousel .design-item {
    margin-right: 20px; /* Adjust spacing between slides */
    display: inline-block; /* ensures variableWidth works properly */
}
@media (max-width: 768px) {
	.design-carousel img {
		height: 160px;
		width: auto !important;  
	}
}



/* //anchor */
a {
    text-decoration: none !important;
}


/* list items */
.true-list .elementor-icon-list-item {
    background: #222222;
    padding: 6px 10px !important;
    border-radius: 5px;
	margin-bottom: 16px !important;
}

.growth-home span.number {
    font-size: 36px;
    line-height: 1;
}

.growth-home span.text {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 24px;
}

@media (max-width: 767px ) {
.growth-home span.number {font-size: 20px;}
.growth-home span.text{font-size:14px}
}

@media (max-width: 767px ) {
	.copyright-footer {font-size: 12px}	
}
.copyright-footer, .copyright-footer a {
	color: #808080;
}

.contact-details address, .contact-details p {
    font-style: normal;
    margin: 0 0 5px 0;
}

/* //form css */
.row{
	display: flex;
	gap: 20px;
	width: 100%;
}
.row .col-6 {
  flex: 1;
}
.contact-form-fields p{
	margin: 0px !important;
}

.home-contact .contact-form-section{
	display: flex;
	gap: 20px;
	align-items: end;
}
.home-contact .contact-form-section .contact-form-fields{
	width: 60%;
}
.home-contact .contact-form-section .button-section{
	width: 40%;
	display: flex;
    justify-content: end;
}
.home-contact .contact-form-section .button-section p{
	margin: 6px;
	margin-left: 0px;
}

/* On mobile: stack columns */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    gap: 0px; /* smaller gap for mobile */
  }

  .row .col-6 {
    width: 100%;
  }
	
.home-contact .contact-form-section{
	flex-direction: column;
	gap: 0px;
	align-items: start;
}
.home-contact .contact-form-section .contact-form-fields{
	
	width: 100%;
}
.home-contact .contact-form-section .button-section{
	width: 100%;
	justify-content: start;
}
}


.wpcf7-checkbox .wpcf7-list-item label {
    display: inline-block;
    cursor: pointer;
    background: #fbfbfb;
    transition: all 0.3s ease;
}

.wpcf7-list-item-label{
	height: 42px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #222;
	color: #222;
	border-radius: 5px;
	margin-bottom: 16px;
	background: #fbfbfb;
}

.wpcf7-list-item {
    margin-left: 0px !important;
    margin-right: 16px !important;
}


/* Hide default checkbox */
.wpcf7-checkbox .wpcf7-list-item input {
    display: none !important;
}

/* Selected state */
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label {
    background: #e3edf8 !important;
}


/* Project details takes full row */
.wpcf7-form p span[data-name="your-subject"] {
    flex: 100%;
}

/* Style inputs as line-only (no box) */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea{
    border: none;
    border-bottom: 2px solid #222;
    border-radius: 0;
    padding: 10px 5px;
	height: 46px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
	margin-top: 14px;
}

/* Focus effect */
.wpcf7-form-control:focus {
    border-bottom-color: #0073e6 !important; /* highlight color */
}



.wpcf7-submit,
.wpcf7-submit:hover{
	padding: 12px 48px !important;
    border: none !important;
	border-radius: 5px !important;
	margin-top: 40px;
}
.wpcf7-spinner{
	margin-top: 50px;
}


/* Target your section */
.scrolling-section {
    background-repeat: repeat-x;      /* make sure it tiles horizontally */
    animation: scroll-bg 30s linear infinite;
}

/* Animation keyframes */
@keyframes scroll-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}


/* hide padding */
div[data-elementor-type="ehp-header"] .e-con-inner {
    padding: 0 !important;
}


/* //hide captcha */
.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 767px ) {
.mobile-text-white h4{
	color: #ffffff !important;
}
}