.elementor-96 .elementor-element.elementor-element-d5a8cb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right: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-36d96cc *//* AI Daily Tool Header CSS */

.aidt-header {
  width: 100%;
  background: #0f121b;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  position: relative;
  z-index: 999;
}

.aidt-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

/* Logo */
.aidt-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.2px;
  white-space: nowrap;
  flex-shrink: 0;
}

.aidt-logo:hover {
  color: #ffffff;
}

.aidt-logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #6d5dfc, #8b7cff);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(109, 93, 252, 0.35);
}

.aidt-logo-icon svg {
  width: 20px;
  height: 20px;
}

/* Nav */
.aidt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex: 1;
}

.aidt-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.25s ease, transform 0.25s ease;
}

.aidt-nav a:hover {
  color: #8b7cff;
  transform: translateY(-1px);
}

/* Working Search */
.aidt-search-form {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: width 0.35s ease;
  overflow: visible;
  z-index: 1002;
}

.aidt-search-form.active {
  width: 260px;
}

.aidt-search-input {
  width: 100%;
  height: 42px;
  background: #151827 !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 0 48px 0 16px !important;
  outline: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.aidt-search-form.active .aidt-search-input {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.aidt-search-input::placeholder {
  color: #9ca3af;
}

.aidt-search-input:focus {
  border-color: #8b7cff !important;
  box-shadow: 0 0 0 3px rgba(139, 124, 255, 0.13) !important;
}

.aidt-search-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border: none !important;
  outline: none !important;
  border-radius: 50%;
  background: transparent !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 5;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.aidt-search-toggle:hover,
.aidt-search-toggle:focus {
  background: rgba(109, 93, 252, 0.16) !important;
  color: #8b7cff !important;
  box-shadow: none !important;
}

.aidt-search-toggle svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  display: block;
}

/* Mobile menu checkbox */
.aidt-menu-checkbox {
  display: none;
}

.aidt-menu-btn {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.16);
  flex-shrink: 0;
}

.aidt-menu-btn span {
  width: 19px;
  height: 2px;
  background: #ffffff;
  border-radius: 99px;
  transition: all 0.3s ease;
}

/* Tablet */
@media (max-width: 900px) {
  .aidt-container {
    height: 68px;
  }

  .aidt-menu-btn {
    display: flex;
    order: 3;
  }

  .aidt-search-form {
    order: 2;
    margin-left: auto;
  }

  .aidt-search-form.active {
    position: absolute;
    left: 16px;
    right: 70px;
    width: auto;
    background: #0f121b;
  }

  .aidt-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #0f121b;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 24px 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .aidt-nav a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    font-size: 15px;
  }

  .aidt-nav a:last-child {
    border-bottom: 0;
  }

  .aidt-menu-checkbox:checked ~ .aidt-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .aidt-menu-checkbox:checked + .aidt-menu-btn span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .aidt-menu-checkbox:checked + .aidt-menu-btn span:nth-child(2) {
    opacity: 0;
  }

  .aidt-menu-checkbox:checked + .aidt-menu-btn span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .aidt-container {
    padding: 0 16px;
    height: 64px;
    gap: 14px;
  }

  .aidt-logo {
    font-size: 15.5px;
  }

  .aidt-logo-icon {
    width: 31px;
    height: 31px;
    border-radius: 8px;
  }

  .aidt-search-form,
  .aidt-search-toggle {
    width: 38px;
    height: 38px;
  }

  .aidt-search-input {
    height: 38px;
    font-size: 13.5px !important;
  }

  .aidt-search-form.active {
    left: 12px;
    right: 62px;
    width: auto;
  }

  .aidt-search-toggle svg {
    width: 20px;
    height: 20px;
  }

  .aidt-menu-btn {
    width: 36px;
    height: 36px;
  }

  .aidt-nav {
    top: 64px;
    padding: 10px 16px 16px;
  }
}/* End custom CSS */