.elementor-108 .elementor-element.elementor-element-bf9b7e9{--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;}.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-6f1d7be *//* AI Daily Tool Footer */

.aidt-footer {
  width: 100%;
  background: #0f121b;
  color: #ffffff;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  padding: 58px 0 38px;
}

.aidt-footer-container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 24px;
}

.aidt-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
  gap: 70px;
  padding-bottom: 62px;
}

/* Brand */
.aidt-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  text-decoration: none;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.aidt-footer-logo:hover {
  color: #ffffff;
}

.aidt-footer-logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: linear-gradient(135deg, #6d5dfc, #8b7cff);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(109, 93, 252, 0.35);
  flex-shrink: 0;
}

.aidt-footer-logo-icon svg {
  width: 24px;
  height: 24px;
}

.aidt-footer-desc {
  margin: 26px 0 22px;
  max-width: 310px;
  color: #9fb0d0;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.2px;
}

/* Socials */
.aidt-footer-socials {
  display: flex;
  align-items: center;
  gap: 22px;
}

.aidt-footer-socials a {
  color: #9aa8bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.aidt-footer-socials a:hover {
  color: #8b7cff;
  transform: translateY(-3px);
}

.aidt-footer-socials svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

/* Columns */
.aidt-footer-col h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.aidt-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aidt-footer-col li {
  margin-bottom: 16px;
}

.aidt-footer-col a {
  color: #9fb0d0;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  transition: all 0.25s ease;
}

.aidt-footer-col a:hover {
  color: #8b7cff;
  padding-left: 4px;
}

/* Newsletter */
.aidt-footer-newsletter p {
  margin: 0 0 22px;
  color: #9fb0d0;
  font-size: 18px;
  line-height: 1.4;
}

.aidt-footer-form {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 410px;
}

.aidt-footer-form input {
  width: 100%;
  height: 47px;
  background: #171a2a !important;
  border: 1px solid rgba(148, 163, 184, 0.24) !important;
  border-radius: 7px !important;
  color: #ffffff !important;
  font-size: 17px !important;
  padding: 0 15px !important;
  outline: none !important;
  box-shadow: none !important;
}

.aidt-footer-form input::placeholder {
  color: #9ca3af;
}

.aidt-footer-form input:focus {
  border-color: #8b7cff !important;
  box-shadow: 0 0 0 3px rgba(139, 124, 255, 0.13) !important;
}

.aidt-footer-form button {
  height: 47px;
  border: none !important;
  border-radius: 7px;
  background: linear-gradient(135deg, #6d5dfc, #7c73ff);
  color: #ffffff;
  padding: 0 22px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.aidt-footer-form button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7c73ff, #6d5dfc);
  box-shadow: 0 14px 30px rgba(109, 93, 252, 0.28) !important;
}

/* Bottom */
.aidt-footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  padding-top: 38px;
  text-align: center;
}

.aidt-footer-bottom p {
  margin: 0;
  color: #9fb0d0;
  font-size: 17px;
  letter-spacing: 0.2px;
}

/* Responsive */
@media (max-width: 1100px) {
  .aidt-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
  }
}

@media (max-width: 767px) {
  .aidt-footer {
    padding: 44px 0 30px;
  }

  .aidt-footer-container {
    padding: 0 18px;
  }

  .aidt-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 42px;
  }

  .aidt-footer-logo {
    font-size: 21px;
  }

  .aidt-footer-logo-icon {
    width: 38px;
    height: 38px;
  }

  .aidt-footer-desc {
    font-size: 16px;
    margin: 20px 0 20px;
  }

  .aidt-footer-col h3 {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .aidt-footer-col li {
    margin-bottom: 13px;
  }

  .aidt-footer-col a,
  .aidt-footer-newsletter p {
    font-size: 16px;
  }

  .aidt-footer-form {
    max-width: 100%;
  }

  .aidt-footer-bottom {
    padding-top: 28px;
  }

  .aidt-footer-bottom p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .aidt-footer-form {
    flex-direction: column;
    align-items: stretch;
  }

  .aidt-footer-form input,
  .aidt-footer-form button {
    width: 100%;
  }

  .aidt-footer-socials {
    gap: 18px;
  }
}/* End custom CSS */