/* Industries Pages - Main Shared Styles */

/* Dark Mode for Mobile Services Dropdown */
html.dark-theme-html .mt-4.rounded-2xl.bg-white.border {
  background-color: #1a1a1a !important;
  border-color: #404040 !important;
}

/* ─── MODERN BUTTON ─── */
.modern-btn {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: black;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.modern-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* ─── CHATBOT WIDGET ─── */
.chatbot-widget {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chatbot-window {
  width: 400px;
  max-width: 95vw;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(47, 63, 147, 0.18);
  overflow: hidden;
  display: none;
  flex-direction: column;
  margin-bottom: 12px;
}

/* ─── RESPONSIVE FONT SIZES ─── */
@media (min-width: 1400px) {
  .fs-lg-medium {
    font-size: 24px !important;
  }

  .fs-6xl {
    font-size: 60px !important;
    line-height: 120%;
    font-weight: 600;
  }

  .fs-sm-semibold {
    font-size: 18px !important;
  }

  .fs-5xl {
    font-size: 18px !important;
  }
}

@media (min-width: 1120px) and (max-width: 1400px) {
  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-6xl {
    font-size: 52px;
    line-height: 120%;
    font-weight: 600;
  }

  .fs-sm-semibold {
    font-size: 18px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-5xl {
    font-size: 18px !important;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .fs-6xl {
    font-size: 45px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }

  .text-5xl {
    font-size: 24px !important;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  .space-bottom {
    row-gap: 0px !important;
  }

  .fs-6xl {
    font-size: 35px !important;
    line-height: 1.4;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .text-5xl {
    font-size: 24px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}

@media (min-width: 320px) and (max-width: 426px) {
  .fs-lg-medium {
    font-size: 18px !important;
  }

  .text-5xl {
    font-size: 20px !important;
  }

  .fs-6xl {
    font-size: 30px !important;
    line-height: 1.3;
  }

  .fs-lg-semibold {
    font-size: 16px !important;
  }

  .fs-base-medium {
    font-size: 16px !important;
  }
}

/* ─── PORTFOLIO BAR ─── */
@media (min-width: 1120px) and (max-width: 1401px) {
  .bottom_portfolio_bar {
    flex-wrap: wrap !important;
  }
}
