.elementor-25187 .elementor-element.elementor-element-88af2e6:not(.elementor-motion-effects-element-type-background), .elementor-25187 .elementor-element.elementor-element-88af2e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25187 .elementor-element.elementor-element-88af2e6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25187 .elementor-element.elementor-element-88af2e6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1dab07d *//* Sticky Transparent Header */
.amsha-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  z-index: 999;
  background: transparent;
  transition: background .3s ease, padding .3s ease;
  padding: 5px 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.amsha-header.scrolled {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}

/* Header Container */
.header-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo img {
  width: 150px;
  height: auto;
}

/* Navigation */
.nav-menu ul {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color .3s ease;
}

.nav-link:hover {
  color: #c1272d;
}

.nav-link.active {
  color: #f5b400;
  border-bottom: 2px solid #f5b400;
  padding-bottom: 1px;
}

/* Search Icon */
.search-icon i {
  font-size: 1rem;
  color: #fff;
  transition: color .3s ease;
}

.search-icon i:hover {
  color: #c1272d;
}

/* Donate Button */
.header-actions .btn-donate {
  background-color: #c1272d;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: background .3s ease;
}

.header-actions .btn-donate:hover {
  background-color: #a51f24;
}

/* Hamburger Icon */
.menu-toggle {
  display: none;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .amsha-header {
    width: 95%;
    padding: 12px 20px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 20px;
  }

  .header-actions {
    display: none;
  }

  .menu-toggle.open i::before {
    content: "\f00d"; /* Font Awesome 'times' icon */
  }
}
/* Logo with tight white rounded background */
.logo {
  display: inline-flex;
  align-items: center;
  background: #fff;              /* white background */
  padding: 1px 1px;              /* minimal spacing around logo */
  border-radius: 17px;            /* rounded rectangle corners */
  box-shadow: 0 1px 4px rgba(0,0,0,0.1); /* subtle shadow */
}

.logo img {
  width: 120px;
  height: auto;
  display: block;
}/* End custom CSS */