/*
 Theme Name:   Pulse EV
 Template:     hello-elementor
 Description:  Child theme for Hello Elementor
 Author:       Bacancy
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Header */
.hfe-nav-menu__align-left .hfe-nav-menu {
  align-items: center;
}
li.header-button a {
  background-color: #111;
  color: #fff !important;
  padding: 18px 38px;
  border-radius: 120px;
  font-weight: 600 !important;
}
.hfe-nav-menu li.header-button.menu-item a:after {
  content: "";
  display: inline-block !important;
/*   background-image: url(https://magenta-wildcat-588263.hostingersite.com/wp-content/uploads/2025/06/arrow-up-right.svg); */
  background-image: url('assets/images/arrow-up-right.svg');
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  opacity: 1 !important;
  background-color: transparent !important;
  margin-left: 10px;
}
/* Make form display inline */
.top-footer-right-section .wpforms-form {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}
  
/* Input field styling */
.top-footer-right-section  .wpforms-form .custom-input-field input {
  padding: 12px 20px 12px 36px;
  border: 1px solid #444;
  border-radius: 999px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background-image: url('https://img.icons8.com/ios-glyphs/20/ffffff/user--v1.png'); /* or your own SVG */
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px;
}
  
/* Subscribe button */
.top-footer-right-section  .wpforms-submit {
  background-color: #4b8545;
  color: #fff;
  font-weight: 600;
  padding: 12px 26px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
  
/* Optional arrow icon */
.top-footer-right-section  .wpforms-submit::after {
  content: '→';
  font-size: 18px;
}
  
.footer-logo .wp-caption img {
    margin: 0;
}

.footer-menu-wrapper ul {
    column-count: 2;
}

.purpleTxt {
  color: #A1A2F7;
}

.orangeTxt {
  color: #F2B400;
}

.blueTxt {
  color: #1C55E0;
}

.greenTxt {
  color: #508D4E;
}

/* Hide the original plus icon when active */
.faqWrapper .elementor-tab-title.active .fa-toggle {
  display: none;
}

/* Add minus icon using ::before */
.faqWrapper .elementor-tab-title.active.eael-accordion-header::after{
  content: "\f068"; /* Font Awesome minus icon unicode */
  font-family: "Font Awesome 5 Free"; /* or 6 if you use FA6 */
  font-weight: 900; /* solid */
  margin-right: 10px;
  font-size: 14px;
  color: #111;
  display: inline-block;
  margin-right: 0;
}

.faqWrapper .eael-accordion-list {
  padding: 32px;
}
/* Target eael-accordion-list only when it contains an active header */
.faqWrapper .eael-accordion-list:has(.elementor-tab-title.eael-accordion-header.active) {
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 2px 12px 0px rgba(31, 45, 61, 0.10);
  margin-top: 32px;
}
/* When the item is NOT active */
.faqWrapper .eael-accordion-list:not(:has(.elementor-tab-title.eael-accordion-header.active)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.faqWrapper .eael-accordion-list .eael-accordion-header {
  padding: 0 0 2px 0;
}
.faqWrapper .eael-accordion-list .eael-accordion-content {
  padding: 2px 0 0 0;
}

.contactFormHome {
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    background-color: rgba(255, 255, 255, 0.3);
}
.trp-language-switcher {
  height: auto;
  width: 100%;
}
.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
  width: 100% !important;
}
.home .wpforms-container .wpforms-form .choices .choices__inner {
  background-color: #FFFFFF4F !important;
  border: 1px solid #fff !important;
}
.wpforms-container .wpforms-form .choices .choices__inner {
  border-radius: 7px !important;
}
.home .choices__item.choices__placeholder.choices__item--selectable,
.home .choices__item.choices__item--selectable:not(.choices__item--choice) {
  color: #fff !important;
}
.choices__item.choices__placeholder.choices__item--selectable,
.choices__item.choices__item--selectable:not(.choices__item--choice) {
  font-weight: 500;
}
.home button.choices__button {
    background-image: linear-gradient(45deg, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%), linear-gradient(135deg, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%) !important;
}