.elementor-208 .elementor-element.elementor-element-652b882{--display:flex;}.elementor-208 .elementor-element.elementor-element-b789831{width:100%;max-width:100%;}.elementor-208 .elementor-element.elementor-element-3d4de90{--display:flex;}.elementor-208 .elementor-element.elementor-element-76610ff{--display:flex;}.elementor-208 .elementor-element.elementor-element-ab79e06{--display:flex;}.elementor-208 .elementor-element.elementor-element-b19ddf8{--display:flex;}.elementor-208 .elementor-element.elementor-element-aa83922{--display:flex;}.elementor-208 .elementor-element.elementor-element-67429be{--display:flex;}@media(max-width:767px){.elementor-208 .elementor-element.elementor-element-b789831{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-4d75c0f *//* ============ THEGURUTECH CUSTOM HEADER ============ */

/* Fixed header */
#tg-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #0a0908;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
#tg-header.scrolled {
  background: rgba(10, 9, 8, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
}

#tg-header-bar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}
#tg-header.scrolled #tg-header-bar { height: 64px; }

/* ===== LOGO ===== */
.tg-hd-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  flex-shrink: 0;
}
.tg-hd-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, 0.3);
  flex-shrink: 0;
}
.tg-hd-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.tg-hd-logo-name {
  font-size: 19px;
  font-weight: 900;
  color: #f5f0e8;
  letter-spacing: -0.02em;
}
.tg-hd-logo-tag {
  font-size: 9px;
  font-weight: 700;
  color: #d4af37;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 3px;
}

/* ===== NAV MENU ===== */
.tg-hd-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.tg-hd-link {
  font-size: 14px;
  font-weight: 600;
  color: #a89e8e;
  text-decoration: none !important;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.25s ease;
  position: relative;
  white-space: nowrap;
}
.tg-hd-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #d4af37;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.tg-hd-link:hover {
  color: #f0c75e;
  background: rgba(212, 175, 55, 0.08);
}
.tg-hd-link:hover::after { width: 20px; }
.tg-hd-link.active { color: #f0c75e; }
.tg-hd-link.active::after { width: 20px; }

/* ===== CTA BUTTON (GOLD + BLACK TEXT - GUARANTEED) ===== */
.tg-hd-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  background: #d4af37 !important;
  background-image: linear-gradient(135deg, #f0c75e 0%, #d4af37 50%, #a8852a 100%) !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  padding: 13px 28px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  letter-spacing: 0.02em !important;
  border: 2px solid #f0c75e !important;
  box-shadow: 0 6px 20px -4px rgba(212, 175, 55, 0.6) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  cursor: pointer !important;
  flex-shrink: 0;
}
.tg-hd-btn:visited,
.tg-hd-btn:hover,
.tg-hd-btn:active,
.tg-hd-btn:focus {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  background: #d4af37 !important;
  background-image: linear-gradient(135deg, #f0c75e 0%, #d4af37 50%, #a8852a 100%) !important;
  text-decoration: none !important;
}
.tg-hd-btn span,
.tg-hd-btn strong {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
.tg-hd-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: left 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.tg-hd-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px -4px rgba(212, 175, 55, 0.8) !important;
  filter: brightness(1.08) !important;
}
.tg-hd-btn:hover::before { left: 100%; }

/* ===== MOBILE TOGGLE ===== */
.tg-hd-toggle {
  display: none;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 8px !important;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.tg-hd-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #d4af37;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.tg-hd-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.tg-hd-toggle.open span:nth-child(2) { opacity: 0; }
.tg-hd-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== MOBILE MENU ===== */
.tg-hd-mobile {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: #0a0908;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  padding: 16px 24px 28px;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  z-index: 9998;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
}
.tg-hd-mobile.open { display: flex; }
.tg-hd-mobile .tg-hd-link {
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 10px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}
.tg-hd-mobile .tg-hd-link::after { display: none; }
.tg-hd-mobile .tg-hd-btn {
  margin-top: 14px;
  width: 100%;
  padding: 15px !important;
  font-size: 15px !important;
}

/* Body padding for fixed header */
body { padding-top: 76px !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  #tg-header-bar { padding: 0 24px; gap: 16px; }
  .tg-hd-nav { gap: 2px; }
  .tg-hd-link { padding: 10px 12px; font-size: 13px; }
  .tg-hd-logo-name { font-size: 17px; }
}

@media (max-width: 900px) {
  #tg-header-bar {
    padding: 0 20px;
    height: 64px;
    gap: 12px;
  }
  .tg-hd-nav { display: none; }
  .tg-hd-btn { display: none !important; }
  .tg-hd-toggle { display: flex; }
  .tg-hd-mobile { top: 64px; max-height: calc(100vh - 64px); }
  body { padding-top: 64px !important; }
  .tg-hd-logo-img { width: 38px; height: 38px; }
  .tg-hd-logo-name { font-size: 16px; }
  .tg-hd-logo-tag { font-size: 8px; }
}

@media (max-width: 480px) {
  #tg-header-bar { padding: 0 16px; }
  .tg-hd-logo-text { display: none; }
  .tg-hd-logo { gap: 0; }
}

/* Fix for Astra */
.site-header,
.ast-header,
header.ast-header { display: none !important; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b789831 *//* ===== FORCE TRUE FULL WIDTH (Astra override) ===== */
html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  background: var(--tg-bg) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove ALL Astra width constraints */
.site,
.site-content,
.ast-container,
.entry-content,
.entry-content > *,
.ast-page .site-content,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-post .ast-article-inner,
.content-area,
.widget-area {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Remove default article width */
article.page,
article.page .entry-content,
.hentry .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Entry content full bleed */
.entry-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Section containers — content 1400px but background full */
.tg-section,
.tg-section-sm {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

/* Inner container — content centered with padding */
.tg-section .tg-container,
.tg-section-sm .tg-container {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .tg-section .tg-container,
  .tg-section-sm .tg-container {
    padding: 0 20px !important;
  }
}

/* Hide sidebar if exists */
.widget-area,
#secondary,
.sidebar {
  display: none !important;
}

/* Content area full width */
.content-area {
  width: 100% !important;
  float: none !important;
}

/* Remove Astra default padding */
.ast-separate-container .ast-grid-common-col,
.ast-separate-container .ast-article-post {
  padding: 0 !important;
}/* End custom CSS */