.elementor-2294 .elementor-element.elementor-element-2d01530 > .elementor-container{max-width:500px;}/* Start custom CSS for html, class: .elementor-element-c67562a */body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8fafc;
}

/* Header Wrapper with Hide/Show Transition */
.bf-site-header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.bf-site-header.header-hidden {
  transform: translateY(-130%);
}

/* Floating Pill Navbar */
.bf-nav-pill {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(230, 252, 253, 0.92) 45%, rgba(215, 248, 250, 0.88) 80%, rgba(255, 255, 255, 0.94) 100%);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 18px 40px -8px rgba(0, 120, 135, 0.16),
              0 4px 14px -4px rgba(0, 120, 135, 0.10),
              inset 0 2px 3px rgba(255, 255, 255, 1),
              inset 0 -10px 18px -16px rgba(0, 180, 198, 0.22),
              0 0 26px rgba(0, 225, 235, 0.12);
  border-radius: 60px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1350px;
  box-sizing: border-box;
  position: relative;
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

/* Glossy shine highlight across the top of the pill (glass reflection look) */
.bf-nav-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 90% 70% at 50% -30%, rgba(255, 255, 255, 0.9), transparent 65%);
  pointer-events: none;
}

/* Soft gradient ring around the pill (sits behind, via pseudo-element) */
.bf-nav-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(120deg, rgba(0, 180, 198, 0.4), rgba(0, 225, 235, 0.05) 40%, rgba(220, 38, 38, 0.15) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bf-nav-pill:hover {
  box-shadow: 0 22px 48px -8px rgba(0, 120, 135, 0.22),
              0 6px 18px -4px rgba(0, 120, 135, 0.14),
              inset 0 2px 3px rgba(255, 255, 255, 1),
              inset 0 -10px 18px -16px rgba(0, 180, 198, 0.28),
              0 0 30px rgba(0, 225, 235, 0.16);
  transform: translateY(-1px);
}

/* Logo Styling */
.bf-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.bf-logo-img {
  height: 70px !important;
  width: auto;
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.35s ease;
}

.bf-brand:hover .bf-logo-img {
  transform: scale(1.06);
  filter: drop-shadow(0 4px 10px rgba(0, 180, 198, 0.35));
}

/* Nav Menu Links (Desktop) */
.bf-nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.bf-nav-link {
  text-decoration: none;
  color: #1e293b;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  letter-spacing: 0.3px;
  padding: 6px 2px;
  display: inline-block;
}

.bf-nav-link:hover, .bf-nav-link.active {
  color: #dc2626;
  transform: translateY(-1px);
}

/* Modern Sliding Gradient Underline Effect */
.bf-nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2.5px;
  background: linear-gradient(90deg, #dc2626, #00b4c6);
  border-radius: 4px;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bf-nav-link:hover::after, .bf-nav-link.active::after {
  width: 100%;
}

/* Dropdown Styles (Desktop Hover) */
.bf-dropdown {
  position: relative;
}

.bf-dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bf-sub-toggle {
  display: none;
  background: transparent !important;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Premium Floating Dropdown Card */
.bf-dropdown-menu {
  position: absolute;
  top: 150%;
  left: -20px;
  background: linear-gradient(160deg, rgba(244, 254, 254, 0.97), rgba(235, 253, 253, 0.94));
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 24px 48px -10px rgba(0, 0, 0, 0.14),
              0 0 18px rgba(0, 180, 198, 0.12),
              inset 0 1px 1px rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 14px 0;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transform-origin: top left;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.3s,
              transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(0, 180, 198, 0.25);
}

.bf-dropdown:hover .bf-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.bf-dropdown-menu a {
  display: flex;
  align-items: center;
  padding: 11px 24px;
  color: #1e293b;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  border-left: 2px solid transparent;
  transition: all 0.25s ease;
}

.bf-dropdown-menu a:hover {
  background: linear-gradient(90deg, rgba(220, 38, 38, 0.08), rgba(0, 180, 198, 0.05));
  color: #dc2626;
  padding-left: 28px;
  border-left: 2px solid #dc2626;
}

/* Menu Toggle Button */
.bf-menu-toggle {
  display: none;
  background: transparent !important;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1005;
  position: relative;
  pointer-events: auto;
}

.hamburger-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: transparent !important;
}

.hamburger-box span {
  display: block;
  width: 100%;
  height: 2.5px;
  background: linear-gradient(90deg, #00b4c6, #00e1eb);
  border-radius: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 180, 198, 0.25);
}

.bf-menu-toggle:hover .hamburger-box span {
  background: linear-gradient(90deg, #008899, #00b4c6);
}

/* Completely Clean Close Box (No Black Background) */
.close-box {
  display: none;
  background: transparent !important;
  background-color: transparent !important;
  color: #dc2626;
  font-weight: 700;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: 1.5px solid rgba(220, 38, 38, 0.35);
  box-shadow: none !important;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s ease, border-color 0.25s ease;
}

.bf-menu-toggle.open .close-box:hover {
  transform: rotate(90deg);
  background: rgba(220, 38, 38, 0.08) !important;
  border-color: rgba(220, 38, 38, 0.5);
}

/* Responsive Styles for Mobile and Tablet (Below 992px) */
@media screen and (max-width: 992px) {
  .bf-logo-img {
    height: 55px !important;
    width: auto !important;
    max-width: 120px !important;
  }

  .bf-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    background-color: transparent !important;
  }

  .bf-menu-toggle.open .hamburger-box {
    display: none;
  }

  .bf-menu-toggle.open .close-box {
    display: flex;
    background: transparent !important;
    background-color: transparent !important;
  }

  .bf-nav-pill {
    border-radius: 22px;
    padding: 8px 18px;
  }

  .bf-nav-pill::before {
    border-radius: 22px;
  }

  .bf-nav-pill:hover {
    transform: none;
  }

  /* Mobile Dropdown Panel */
  .bf-nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: linear-gradient(160deg, rgba(235, 253, 253, 0.99), rgba(224, 247, 248, 0.96));
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    border: 1px solid rgba(0, 180, 198, 0.35);
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0;
    gap: 0;
    box-shadow: 0 28px 56px -10px rgba(0, 120, 135, 0.24),
                0 0 20px rgba(0, 180, 198, 0.08);
    display: none;
    box-sizing: border-box;
    z-index: 999;
    opacity: 0;
    transform: translateY(-8px);
    animation: bf-menu-fade-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  @keyframes bf-menu-fade-in {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .bf-nav-menu.active {
    display: flex !important;
  }

  .bf-nav-menu > a, .bf-dropdown-trigger {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 180, 198, 0.15);
    border-left: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent !important;
    background-color: transparent !important;
    transition: background 0.25s ease, border-left-color 0.25s ease, padding-left 0.25s ease;
  }

  .bf-nav-menu > a:hover, .bf-dropdown-trigger:hover {
    background: linear-gradient(90deg, rgba(220, 38, 38, 0.08), rgba(0, 180, 198, 0.05)) !important;
    border-left: 2px solid #dc2626;
    padding-left: 24px;
  }

  .bf-nav-menu > a:last-child {
    border-bottom: none;
  }

  .bf-nav-link {
    color: #1e293b;
    font-size: 0.95rem;
    background: transparent !important;
    background-color: transparent !important;
    transition: color 0.25s ease, transform 0.25s ease;
  }

  .bf-nav-link.active, .bf-nav-link:hover {
    color: #dc2626;
  }

  .bf-nav-link::after {
    display: none;
  }

  /* Completely Clean Sub-toggle Arrow Button (No Black Background) */
  .bf-sub-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1.5px solid #dc2626;
    border-radius: 50%;
    background: rgba(220, 38, 38, 0.06) !important;
    background-color: rgba(220, 38, 38, 0.06) !important;
    color: #dc2626;
    font-size: 1.1rem;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.15) !important;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }

  .bf-sub-toggle svg,
  .bf-sub-toggle svg path,
  .bf-sub-toggle i,
  .bf-sub-toggle span,
  .bf-sub-toggle::before,
  .bf-sub-toggle::after,
  .bf-sub-toggle * {
    fill: #dc2626 !important;
    color: #dc2626 !important;
    border-color: #dc2626 !important;
  }

  .bf-dropdown.open-sub .bf-sub-toggle {
    transform: rotate(180deg);
    background: rgba(220, 38, 38, 0.08) !important;
    background-color: rgba(220, 38, 38, 0.08) !important;
    color: #dc2626;
    border-color: rgba(220, 38, 38, 0.35);
  }

  /* Mobile Dropdown Accordion Panel */
  .bf-dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 0;
  }

  .bf-dropdown.open-sub .bf-dropdown-menu {
    max-height: 400px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 180, 198, 0.15);
    box-shadow: inset 0 6px 10px -8px rgba(0, 120, 135, 0.2);
  }

  .bf-dropdown-menu a {
    padding: 10px 28px;
    border-bottom: none;
    color: #334155;
    font-size: 0.88rem;
    background: transparent !important;
    background-color: transparent !important;
    border-left: 2px solid transparent;
    transition: all 0.25s ease;
  }

  .bf-dropdown-menu a:hover {
    background: rgba(220, 38, 38, 0.08) !important;
    background-color: rgba(220, 38, 38, 0.08) !important;
    color: #dc2626;
    padding-left: 32px;
    border-left: 2px solid #dc2626;
  }
}/* End custom CSS */