.elementor-558 .elementor-element.elementor-element-2022c3d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-558 .elementor-element.elementor-element-028651d{padding:0px 0px 0px 0px;}.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-028651d *//* --- 1. GLOBAL LAYOUT FRAMEWORK & FLUID GLASS BAR --- */
.tatva-glass-header {
  position: fixed !important;
  top: 21px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 95% !important;
  max-width: 1240px !important;
  height: 80px !important;
  z-index: 9999 !important;
  box-sizing: border-box !important;
}

.tatva-header-inner {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 40px !important;
  box-sizing: border-box !important;
  border-radius: 100px !important; /* Perfect continuous cylinder capsule profile */
  
  /* --- APPLE-GRADE REAL TIME LIQUID GLASS BACKDROP --- */
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.45) 0%, rgba(26, 26, 26, 0.3) 100%) !important; /* Rich Dark Charcoal Base Wash */
  border: 1px solid rgba(255, 255, 255, 0.08) !important; /* Specular microscopic edge frame line */
  backdrop-filter: blur(20px) saturate(140%) !important; /* Deep localized hardware canvas blur matrix */
  -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
  
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3), 
    inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
}

/* --- 2. RELATIVE MODULAR WIDTH ALLOCATIONS --- */
/* --- FIXED LOGO CONTROLLERS (DEAD-CENTERED WITH NUDGE OVERSIGHT) --- */
.tatva-glass-header .tatva-logo-container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.tatva-glass-header .tatva-logo-link {
  display: flex !important;
  align-items: center !important;     /* Binds vertical center alignment */
  justify-content: center !important;
  height: 100% !important;
  text-decoration: none !important;
  margin-left: 5px !important;       /* Clean horizontal safety gap from capsule curve */
}

.tatva-glass-header .tatva-logo-img {
  height: 75px !important;            /* Fits cleanly inside the 80px navbar capsule */
  width: auto !important;              /* Keeps image dimensions proportional */
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  display: block !important;
  transform: translateY(4px) !important; /* Custom micro-nudge to offset internal image padding */
}

.tatva-nav-menu {
  flex: 0 0 60% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.tatva-cta-container {
  flex: 0 0 20% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.tatva-logo-link {
  display: flex !important;
  align-items: center !important; /* Forces perfect vertical flex centering */
  justify-content: center !important;
  height: 100% !important;
  text-decoration: none !important;
  margin-left: 20px !important;   /* Pushes the logo away from the tight left capsule curve */
}

/* --- LOGO IMAGE FIXED POSITION RULE --- */
.tatva-logo-img {
  height: 52px !important;         /* Perfectly proportioned for the 80px header height */
  width: auto !important;          /* Preserves original aspect ratio */
  max-height: 100% !important;
  margin: 0 !important;            /* Clears any hidden WordPress theme margin hacks */
  padding: 0 !important;           /* Clears any hidden padding */
  object-fit: contain !important;
  display: block !important;

  /* --- THE ULTIMATE VISUAL BALANCER --- */
  /* If your logo still looks slightly high due to blank space inside the file, 
     adjust this value (e.g., 2px, 4px, 6px) to nudge the logo down down with pixel precision. */
  transform: translateY(11px) !important; 
}

/* --- 3. PREMIUM NAVIGATION LINK BLOCK & HOVER REVEAL --- */
.tatva-nav-list {
  display: flex !important;
  gap: 35px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.tatva-nav-item {
  font-family: "Montserrat", -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  text-decoration: none !important;
  position: relative !important;
  padding: 8px 0 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.tatva-nav-item::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1.5px;
  background: linear-gradient(90deg, #005B66 0%, #B68D40 100%) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transform: translateX(-50%) !important;
}

.tatva-nav-item:hover,
.tatva-nav-item.active {
  color: #ffffff !important;
  letter-spacing: 2.5px !important;
}

.tatva-nav-item:hover::after,
.tatva-nav-item.active::after {
  width: 80% !important;
}

/* --- 4. SHARP ARCHITECTURAL CTA BUTTON CONTROL --- */
.tatva-header-btn {
  display: inline-block !important;
  padding: 12px 28px !important;
  background-color: #ffffff !important;
  color: #1A1A1A !important;
  font-family: "Montserrat", -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  border-radius: 0px !important;
  border: 1px solid #ffffff !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.btn-laser-glance {
  position: absolute !important;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent) !important;
  transform: skewX(-25deg) !important;
  transition: none !important;
}

.tatva-header-btn:hover {
  background-color: transparent !important;
  color: #005B66 !important;
  border-color: #005B66 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 15px 30px rgba(0, 91, 102, 0.15) !important;
}

.tatva-header-btn:hover .btn-laser-glance {
  left: 150% !important;
  transition: left 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* --- 5. DROPDOWN COMPONENT MATRIX --- */
.tatva-nav-list > li {
  position: relative;
  display: inline-block;
}

.tatva-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  min-width: 240px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.tatva-dropdown-menu li a {
  color: #333333;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-family: inherit;
  transition: background-color 0.2s ease;
}

.tatva-dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}

.tatva-dropdown:hover .tatva-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-arrow {
  font-size: 10px;
  margin-left: 4px;
  vertical-align: middle;
}

/* --- 6. RESPONSIVE IMMERSIVE FLATTENING OVERRIDES --- */
@media (max-width: 991px) {
  .tatva-glass-header { height: 70px !important; padding: 0 !important; }
  .tatva-header-inner { padding: 0 24px !important; }
  .tatva-nav-menu { display: none !important; }
  .tatva-logo-container { flex: 0 0 50% !important; }
  .tatva-cta-container { flex: 0 0 50% !important; }
  .tatva-header-btn { padding: 10px 20px !important; font-size: 10px !important; }
}/* End custom CSS */