/*
Theme Name: AUTO BOT AI
Theme URI: http://localhost/autobotai/
Author: AUTO BOT AI
Description: Lightweight theme shell. Page designs are built in WordPress content with Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: autobotai
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.wp-site-main {
  min-height: 100vh;
}

:root {
  --ab-ink: #071326;
  --ab-navy: #0b2857;
  --ab-blue: #0f5fe8;
  --ab-green: #25d366;
  --ab-mint: #c8fff0;
  --ab-soft: #f5f8fb;
  --ab-muted: #607086;
  --ab-line: rgba(7, 19, 38, 0.12);
}

.elementor .ab-btn-primary .elementor-button {
  border-radius: 999px;
  background: var(--ab-green);
  color: #032411;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.24);
}

.elementor .ab-btn-secondary .elementor-button {
  border: 1px solid rgba(7, 19, 38, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ab-ink);
  font-weight: 850;
}

.elementor .ab-hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.elementor .ab-hero-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(120deg, rgba(7, 19, 38, 0.98), rgba(8, 27, 55, 0.96) 48%, rgba(11, 40, 87, 0.9)),
    linear-gradient(90deg, rgba(7, 19, 38, 0.92), rgba(7, 19, 38, 0.48));
  pointer-events: none;
}

.elementor .ab-hero-section > .elementor-container {
  position: relative;
  z-index: 1;
  align-items: center;
  flex-wrap: nowrap;
  gap: 48px;
  padding: 54px 0 66px;
}

.elementor .ab-hero-section > .elementor-container > .elementor-column:first-child {
  flex: 0 0 calc(58% - 24px);
  width: calc(58% - 24px);
  min-width: 0;
}

.elementor .ab-hero-section > .elementor-container > .elementor-column:last-child {
  flex: 0 0 calc(42% - 24px);
  width: calc(42% - 24px);
  min-width: 360px;
}

.elementor .ab-solutions > .elementor-container,
.elementor .ab-dark-section > .elementor-container,
.elementor .ab-alt-section > .elementor-container,
.elementor .ab-section > .elementor-container {
  flex-wrap: wrap;
  gap: 18px;
}

.elementor .ab-solutions > .elementor-container > .elementor-column:first-child,
.elementor .ab-dark-section > .elementor-container > .elementor-column:first-child,
.elementor .ab-alt-section > .elementor-container > .elementor-column:first-child,
.elementor .ab-section > .elementor-container > .elementor-column:first-child {
  width: 100%;
}

.elementor .ab-solutions > .elementor-container > .elementor-column:not(:first-child),
.elementor .ab-alt-section > .elementor-container > .elementor-column:not(:first-child),
.elementor .ab-section > .elementor-container > .elementor-column:not(:first-child) {
  width: calc((100% - 36px) / 3);
}

.elementor .ab-dark-section > .elementor-container > .elementor-column:not(:first-child) {
  width: calc((100% - 54px) / 4);
}

.elementor .ab-section#pricing > .elementor-container > .elementor-column:not(:first-child) {
  width: calc((100% - 36px) / 3);
}

.elementor .ab-section#faq > .elementor-container > .elementor-column:not(:first-child) {
  width: calc((100% - 18px) / 2);
}

.elementor .ab-alt-section .ab-integration.elementor-widget-heading {
  width: 100%;
}

.elementor .ab-eyebrow .elementor-widget-container,
.elementor .ab-kicker .elementor-widget-container {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.elementor .ab-eyebrow .elementor-widget-container {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #d9fff3;
  padding: 8px 12px;
}

.elementor .ab-kicker .elementor-widget-container {
  color: var(--ab-blue);
}

.elementor .ab-dark-section .ab-kicker .elementor-widget-container,
.elementor .ab-contact-section .ab-kicker .elementor-widget-container {
  color: var(--ab-mint);
}

.elementor .ab-hero-title .elementor-heading-title {
  color: #fff;
  max-width: 610px;
  font-size: clamp(3rem, 5.35vw, 4.65rem);
  line-height: 1;
  overflow-wrap: normal;
}

.elementor .ab-hero-copy {
  max-width: 620px;
}

.elementor .ab-hero-copy .elementor-widget-container,
.elementor .ab-section-intro .elementor-widget-container {
  color: var(--ab-muted);
  font-size: 1.08rem;
}

.elementor .ab-section-intro {
  color: var(--ab-muted);
  font-size: 1.08rem;
}

.elementor .ab-hero-copy .elementor-widget-container {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.58;
}

.elementor .ab-hero-copy {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.58;
}

.elementor .ab-inline-buttons > .elementor-container,
.elementor .ab-stats-section > .elementor-container {
  margin: 0;
}

.elementor .ab-inline-buttons {
  max-width: 540px;
  margin-top: 24px;
}

.elementor .ab-stats-section {
  max-width: 620px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(7, 19, 38, 0.58);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.elementor .ab-stats-section .elementor-column {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
}

.elementor .ab-stat-number .elementor-heading-title {
  color: #fff;
  font-size: 1.35rem;
}

.elementor .ab-stat-label .elementor-widget-container {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  line-height: 1.35;
}

.elementor .ab-stat-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  line-height: 1.35;
}

.elementor .ab-chat-column > .elementor-widget-wrap {
  border: 1px solid rgba(200, 255, 240, 0.28);
  border-radius: 18px;
  background: rgba(10, 29, 59, 0.86);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  padding: 18px 20px;
}

.elementor .ab-chat-column .elementor-icon-box-wrapper,
.elementor .ab-card .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.elementor .ab-chat-column .elementor-icon-box-icon,
.elementor .ab-card .elementor-icon-box-icon {
  flex: 0 0 44px;
  width: 44px;
  margin: 0;
  text-align: center;
}

.elementor .ab-chat-column .elementor-icon-box-icon {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.elementor .ab-chat-column .elementor-icon-box-content,
.elementor .ab-card .elementor-icon-box-content {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  text-align: left;
}

.elementor .ab-chat-title .elementor-heading-title {
  color: #fff;
  font-size: 1rem;
}

.elementor .ab-message-customer .elementor-widget-container,
.elementor .ab-message-agent .elementor-widget-container {
  max-width: 88%;
  border-radius: 18px;
  padding: 10px 13px;
  font-size: 0.92rem;
  line-height: 1.42;
}

.elementor .ab-message-customer,
.elementor .ab-message-agent {
  max-width: 88%;
  border-radius: 18px;
  padding: 10px 13px;
  font-size: 0.92rem;
  line-height: 1.42;
}

.elementor .ab-message-customer .elementor-widget-container {
  border-bottom-left-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.elementor .ab-message-customer {
  border-bottom-left-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.elementor .ab-message-agent .elementor-widget-container {
  margin-left: auto;
  border-bottom-right-radius: 4px;
  background: #e9fff3;
  color: #072114;
}

.elementor .ab-message-agent {
  margin-left: auto;
  border-bottom-right-radius: 4px;
  background: #e9fff3;
  color: #072114;
}

.elementor .ab-chat-card .elementor-widget-container {
  border: 1px solid rgba(200, 255, 240, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 14px;
}

.elementor .ab-chat-card {
  margin-bottom: 10px;
}

.elementor .ab-chat-card .elementor-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(115, 210, 242, 0.16);
  color: #8fe6ff;
  font-size: 22px;
}

.elementor .ab-chat-card .elementor-icon-box-title {
  margin: 0 0 3px;
  font-size: 1rem;
  text-align: left;
}

.elementor .ab-chat-card .elementor-icon-box-title span {
  color: #d9fff3;
}

.elementor .ab-chat-card .elementor-icon-box-description {
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: left;
  color: rgba(255, 255, 255, 0.88);
}

.elementor .ab-chat-card .elementor-icon,
.elementor .ab-chat-card .elementor-icon-box-title {
  color: #d9fff3;
}

.elementor .ab-chat-card .elementor-icon-box-description {
  color: rgba(255, 255, 255, 0.88);
}

.elementor .ab-section > .elementor-container,
.elementor .ab-alt-section > .elementor-container,
.elementor .ab-dark-section > .elementor-container,
.elementor .ab-contact-section > .elementor-container {
  padding: 92px 0;
}

.elementor .ab-alt-section {
  background: var(--ab-soft);
}

.elementor .ab-dark-section {
  background: var(--ab-ink);
  color: #fff;
}

.elementor .ab-dark-section .elementor-heading-title {
  color: #fff;
}

.elementor .ab-dark-section .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.72);
}

.elementor .ab-section-title .elementor-heading-title {
  color: var(--ab-ink);
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 0.98;
}

.elementor .ab-dark-section .ab-section-title .elementor-heading-title {
  color: #fff;
}

.elementor .ab-card > .elementor-widget-container,
.elementor .ab-price-card > .elementor-widget-wrap,
.elementor .ab-faq-card > .elementor-widget-wrap {
  height: 100%;
  border: 1px solid var(--ab-line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
}

.elementor .ab-card .elementor-icon-box-title,
.elementor .ab-card .elementor-icon-box-description {
  margin-left: 0;
  text-align: left;
}

.elementor .ab-card .elementor-icon {
  color: var(--ab-blue);
}

.elementor .ab-card .elementor-icon-box-title,
.elementor .ab-price-card .elementor-heading-title,
.elementor .ab-faq-card .elementor-heading-title {
  color: var(--ab-ink);
}

.elementor .ab-card .elementor-icon-box-description,
.elementor .ab-faq-card .elementor-widget-text-editor,
.elementor .ab-price-card .elementor-widget-text-editor {
  color: var(--ab-muted);
}

.elementor .ab-step > .elementor-widget-wrap {
  min-height: 238px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px;
}

.elementor .ab-step-number .elementor-widget-container {
  color: var(--ab-mint);
  font-weight: 950;
}

.elementor .ab-featured > .elementor-widget-wrap {
  border-color: rgba(37, 211, 102, 0.62);
  box-shadow: 0 22px 60px rgba(7, 19, 38, 0.13);
}

.elementor .ab-price .elementor-heading-title {
  font-size: 2rem;
}

.elementor .ab-feature-list ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 20px;
}

.elementor .ab-integration .elementor-heading-title {
  display: grid;
  place-items: center;
  min-height: 74px;
  border: 1px solid var(--ab-line);
  border-radius: 8px;
  background: #fff;
  color: #2f4158;
  font-size: 1rem;
}

.elementor .ab-contact-section > .elementor-container {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ab-navy), var(--ab-blue));
  padding-left: clamp(28px, 5vw, 58px);
  padding-right: clamp(28px, 5vw, 58px);
}

.elementor .ab-contact-section > .elementor-container {
  flex-wrap: nowrap;
}

.elementor .ab-contact-section > .elementor-container > .elementor-column:first-child {
  width: 62%;
}

.elementor .ab-contact-section > .elementor-container > .elementor-column:last-child {
  width: 38%;
}

.elementor .ab-contact-title .elementor-heading-title {
  color: #fff;
  font-size: clamp(2.1rem, 4.2vw, 4.6rem);
  line-height: 0.98;
}

.elementor .ab-contact-copy .elementor-widget-container {
  color: rgba(255, 255, 255, 0.76);
}

.elementor .ab-contact-box > .elementor-widget-wrap {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
}

.elementor .ab-contact-box .elementor-heading-title {
  color: #fff;
}

.elementor .ab-contact-box .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.75);
}

.elementor .ab-footer-section {
  border-top: 1px solid var(--ab-line);
}

.elementor .ab-footer-section > .elementor-container {
  align-items: center;
  padding: 26px 0;
}

.elementor .ab-footer-logo img {
  width: 116px;
  height: 58px;
  object-fit: contain;
}

.elementor .ab-footer-text {
  color: var(--ab-muted);
  text-align: right;
}

@media (max-width: 767px) {
  .elementor .ab-hero-section > .elementor-container,
  .elementor .ab-section > .elementor-container,
  .elementor .ab-alt-section > .elementor-container,
  .elementor .ab-dark-section > .elementor-container,
  .elementor .ab-contact-section > .elementor-container {
    padding: 64px 16px;
  }

  .elementor .ab-hero-section > .elementor-container {
    flex-wrap: wrap;
    gap: 28px;
  }

  .elementor .ab-hero-section > .elementor-container > .elementor-column:first-child,
  .elementor .ab-hero-section > .elementor-container > .elementor-column:last-child {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
  }

  .elementor .ab-chat-column > .elementor-widget-wrap {
    max-width: none;
    margin-left: 0;
  }

  .elementor .ab-hero-title .elementor-heading-title {
    max-width: 360px;
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .elementor .ab-footer-text {
    text-align: left;
  }

  .elementor .ab-solutions > .elementor-container > .elementor-column,
  .elementor .ab-dark-section > .elementor-container > .elementor-column,
  .elementor .ab-alt-section > .elementor-container > .elementor-column,
  .elementor .ab-section > .elementor-container > .elementor-column,
  .elementor .ab-contact-section > .elementor-container > .elementor-column {
    width: 100% !important;
  }

  .elementor .ab-contact-section > .elementor-container {
    flex-wrap: wrap;
  }
}
