/* ================= GLOBAL RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", sans-serif;
  background: #dcdedd;
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   DARK MODE
================================ */
body.dark {
  background: #020617;
  color: #e5e7eb;
}

body.dark .header {
  background: #0b1d39;
}

body.dark .menu a {
  color: #ffffff;
}

body.dark .menu a:hover,
body.dark .menu a.active {
  background: #ff9f1a;
  color: #08142a;
}

body.dark .about-hero-container {
  background: #020617;
  color: #e5e7eb;
}

body.dark .about-hero-box {
  background: linear-gradient(135deg, #1a2332, #0f1823);
}

body.dark .about-title {
  color: #ffffff;
}

body.dark .about-box {
  background: rgba(40, 80, 110, 0.5);
  color: #e5e7eb;
  border-color: #60a5fa;
}

body.dark .about-box:hover,
body.dark .about-box:focus {
  background: #ff9f1a;
  color: #020617;
}

body.dark .about-box h3 {
  color: #60a5fa;
}

body.dark .about-box:hover h3 {
  color: #ffffff;
}

body.dark .about-box p {
  color: #b8c5d6;
}

body.dark .company-about {
  background: #0f1823;
  color: #e5e7eb;
}

body.dark .small-title {
  color: #ff9f1a;
}

body.dark .company-content h2 {
  color: #ffffff;
}

body.dark .company-content p {
  color: #b8c5d6;
}

body.dark .about-block h3 {
  color: #60a5fa;
}

body.dark .about-block p {
  color: #b8c5d6;
}

body.dark .services-section {
  background: linear-gradient(135deg, rgba(26, 35, 50, 0.95), rgba(15, 24, 35, 0.95));
  color: #e5e7eb;
}

body.dark .services-wrapper h2 {
  color: #ffffff;
}

body.dark .service-card {
  background: #1a2332;
  color: #e5e7eb;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.5);
}

body.dark .service-card h3 {
  color: #ffffff;
}

body.dark .service-card p {
  color: #b8c5d6;
}

body.dark .service-card:hover {
  background: #ff9f1a;
  color: #020617;
}

body.dark .service-card:hover h3,
body.dark .service-card:hover p {
  color: #020617;
}

body.dark .why-choose {
  background: #0f1823;
  color: #e5e7eb;
}

body.dark .why-choose h2 {
  color: #ffffff;
}

body.dark .why-card {
  background: linear-gradient(135deg, rgba(40, 80, 110, 0.6), rgba(30, 60, 90, 0.6));
  color: #e5e7eb;
}

body.dark .why-card h3 {
  color: #ffffff;
}

body.dark .why-card p {
  color: #b8c5d6;
}

body.dark .why-card:hover {
  background: linear-gradient(135deg, rgba(60, 100, 130, 0.8), rgba(50, 80, 110, 0.8));
}

body.dark .icon-circle {
  background: #ff9f1a;
  color: #020617;
}

body.dark .modal-content {
  background: #1a2332;
  color: #e5e7eb;
}

body.dark .download-btn,
body.dark .back-btn {
  background: #ff9f1a;
  color: #020617;
}

body.dark .download-btn:hover,
body.dark .back-btn:hover {
  background: #ffc857;
}

/* TOGGLE BUTTON */
.theme-toggle {
  margin-left: 25px;
  padding: 8px 12px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #0070ad;
  color: #fff;
  transition: all 0.3s ease;
}

body.dark .theme-toggle {
  background: #facc15;
  color: #000;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .company-name {
    display: inline;
    font-size: 13px;
  }
}

/* ================= HERO ================= */
.about-hero-container {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #f1f1f1;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  box-sizing: border-box;
}

.about-hero-box {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 50px;
  background: linear-gradient(135deg, rgba(34, 81, 110, 0.85), rgba(32, 80, 109, 0.85));
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

.about-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 25px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.about-hero-content {
  flex: 1;
  display: flex;
  gap: 30px;
  align-items: center;
}

.about-left {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.about-box {
  background: lch(100% 0.01 296.81 / 0.9);
  backdrop-filter: blur(6px);
  color: #0b2a4a;
  padding: 18px 24px;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  box-shadow: 0 12px 25px rgba(11, 42, 74, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.about-box:hover,
.about-box:focus,
.about-box:focus-within {
  background: #f4b666;
  color: #ffffff;
  transform: translateX(10px);
}

.about-box h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  margin-bottom: 6px;
}

.about-box p {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
}

.about-box h3 i {
  color: #0b4d7d;
  font-size: 22px;
}

.about-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-slider {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
}

.about-slider img {
  position: absolute;
  inset: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.about-slider img.active {
  opacity: 1;
}

.know-more-btn {
  margin-top: 12px;
  padding: 12px 36px;
  background: #f0a12b;
  color: #070404;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.know-more-btn:hover,
.know-more-btn:focus,
.know-more-btn:active {
  background: #f4b666;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(236, 150, 30, 0.45);
  transform: translateY(-2px);
}

/* MODAL */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  max-width: 800px;
  width: 90%;
  text-align: center;
}

.modal-content img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
  border-radius: 10px;
}

.modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.download-btn,
.back-btn {
  padding: 12px 28px;
  background: #0b4d7d;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.download-btn:hover,
.back-btn:hover {
  background: #ec961e;
  color: #ffffff;
  transform: translateY(-2px);
}

/* SLIDER RESPONSIVE */
@media (max-width: 1024px) {
  .about-hero-content {
    flex-direction: column;
  }
  .about-right {
    width: 100%;
  }
  .about-slider {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .about-slider {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .about-slider {
    height: 220px;
  }
}

/* ================= COMPANY ABOUT ================= */
.company-about {
  background: lab(94.11% -2.32 -7.37);
  padding: 80px 20px;
}

.company-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.company-images {
  position: relative;
  width: 100%;
}

.img-main {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.img-overlay {
  width: 230px;
  max-width: 45%;
  position: absolute;
  bottom: -40px;
  right: -40px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 25px rgba(29, 137, 225, 0.5);
  transition: 0.3s ease;
}

.img-overlay:hover {
  box-shadow: 0 0 35px rgba(221, 192, 46, 0.8);
}

.small-title {
  color: #e67630;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.4;
}

.company-content h2 {
  font-size: 38px;
  margin: 10px 0 18px;
}

.company-content p {
  color: #475569;
  line-height: 1.8;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .company-grid { gap: 50px; }
  .company-content h2 { font-size: 34px; }
}

@media (max-width: 1024px) {
  .company-grid { grid-template-columns: 1fr; gap: 60px; text-align: center; }
  .company-images { max-width: 600px; margin: auto; }
  .img-overlay { bottom: -30px; right: 20px; }
  .company-content h2 { font-size: 30px; }
  .company-content p { font-size: 17px; }
}

@media (max-width: 768px) {
  .company-about { padding: 60px 20px; }
  .company-grid { gap: 40px; }
  .img-overlay { width: 180px; bottom: -20px; right: 15px; }
  .company-content h2 { font-size: 26px; }
  .company-content p { font-size: 16px; }
}

@media (max-width: 480px) {
  .company-about { padding: 50px 15px; }
  .img-main { border-radius: 14px; }
  .img-overlay { width: 140px; bottom: -15px; right: 10px; border-radius: 14px; }
  .company-content h2 { font-size: 22px; }
  .company-content p { font-size: 15px; line-height: 1.6; }
}

@media (max-width: 360px) {
  .img-overlay { width: 110px; bottom: -10px; right: 8px; }
  .company-content h2 { font-size: 20px; }
  .company-content p { font-size: 14px; }
}

/* ================= SERVICES ================= */
.services-section {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(27, 70, 96, 0.85), rgba(25, 71, 99, 0.85));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  box-sizing: border-box;
}

.services-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}

.services-wrapper h2 {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
}

.service-card {
  width: 260px;
  background: white;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}

.service-card.up {
  transform: translateY(-30px);
}

.service-img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-content {
  padding: 28px 20px 34px;
  text-align: center;
}

.service-card h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #0b2a4a;
}

.service-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7a90;
}

.service-card:hover {
  transform: translateY(-12px);
  background: #ff9800;
}

.service-card.up:hover {
  transform: translateY(-40px);
  background: #ff9800;
}

.service-card:hover h3,
.service-card:hover p,
.service-card.up:hover h3,
.service-card.up:hover p {
  color: #ffffff;
}

.service-card:hover .service-img img {
  transform: scale(1.08);
}

@media (max-width: 1100px) { .services-wrapper { justify-content: center; } }
@media (max-width: 1024px) { .services-wrapper { justify-content: center; } .service-card { margin-bottom: 40px; } }

@media (max-width: 768px) {
  .services-wrapper { flex-direction: column; align-items: center; gap: 35px; }
  .services-wrapper h2 { font-size: 28px; margin-bottom: 40px; }
  .service-card { width: 90%; max-width: 320px; }
  .service-card.up { transform: none; }
  .service-card:hover, .service-card.up:hover { transform: none; }
}

@media (max-width: 480px) {
  .services-wrapper h2 { font-size: 24px; }
  .service-card { width: 95%; }
}

/* ================= WHY CHOOSE US ================= */
.why-choose {
  background: lab(94.11% -2.32 -7.37);
  padding: 80px 20px;
  text-align: center;
}

.why-choose h2 {
  font-size: 38px;
  margin-bottom: 50px;
  color: #0f172a;
}

.why-cards {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.why-card {
  background: linear-gradient(135deg, rgba(34, 81, 110, 0.85), rgba(32, 80, 109, 0.85));
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.why-card:hover {
  transform: translateY(-10px);
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: #f7d696;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px auto 20px;
  font-size: 30px;
  color: #2563eb;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.why-card h3 {
  margin: 15px 0;
  font-size: 20px;
  color: #ffffff;
}

.why-card p {
  font-size: 15px;
  color: #ede9e9;
  margin-bottom: 20px;
}

.why-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 900px) { .why-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .why-cards { grid-template-columns: 1fr; } }

/* ================= FOOTER ================= */
.site-footer {
  background: #142c44;
  color: #92a4b8;
  padding: 50px 0 0;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  box-sizing: border-box;
}

.site-footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 50px;
  align-items: start;
}

.site-footer-col {
  display: flex;
  flex-direction: column;
}

.site-footer-col h3 {
  color: #ffaa00;
  font-size: 14px;
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-footer-logo {
  max-width: 270px;
  margin-top: -30px;
  margin-bottom: -35px;
  margin-left: -10px;
}

.site-footer-col p {
  line-height: 1.6;
  font-size: 13px;
  color: #a4b5c7;
  margin-bottom: 15px;
}

.location-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
}

.location-icon {
  color: #ffaa00;
  font-size: 16px;
  margin-top: 3px;
}

.location-item p {
  margin-bottom: 0;
}

/* Social Icons */
.site-footer-social {
  display: flex;
  gap: 12px;
}

.site-footer-social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  transition: transform 0.3s, filter 0.3s;
  text-decoration: none;
}

.site-footer-social a:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}

.social-phone { background: #0d6efd; }
.social-wa    { background: #25d366; }
.social-ig    { background: #e1306c; }
.social-email { background: #6c757d; }

/* =============================================
   ✅ FIXED CONTACT LIST — icon + text aligned
   ============================================= */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;   /* ✅ keeps icon & text together on left */
  gap: 12px;
  color: #a4b5c7;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s;
  width: 100%;
}

.contact-list li a:hover {
  color: #fff;
}

/* Separate class for contact icons to avoid conflict with why-card .icon-circle */
.contact-icon-circle {
  width: 32px;
  height: 32px;
  min-width: 32px;               /* ✅ prevents shrinking */
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffaa00;
  font-size: 12px;
  flex-shrink: 0;                /* ✅ icon won't compress */
}

.contact-text {
  flex: 1;                       /* ✅ text fills remaining space */
  line-height: 1.4;
}

/* ============================================= */

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 25px;
}

.site-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer-links li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a4b5c7;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s;
}

.site-footer-links li a::before {
  content: '›';
  color: #ffaa00;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.site-footer-links li a:hover {
  color: #ffaa00;
}

/* Map */
.site-footer-map {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 220px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.site-footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Footer Bottom */
.site-footer-bottom {
  background: #0b1d39;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
  font-size: 13px;
  color: #6a7c8f;
}

@media (max-width: 992px) { .site-footer-wrapper { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { .site-footer-wrapper { grid-template-columns: 1fr; gap: 40px; } }

/* ================= CHATBOT ================= */
.chatbot-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #ff9f1a;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
}

.chatbot-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.chatbot-window {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 400px;
  height: 500px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.chatbot-window.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.chatbot-header {
  background: linear-gradient(180deg, #2b5068, #224359, #142a38);
  color: white;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.chatbot-close {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.chatbot-close:hover { transform: scale(1.2); }

.chatbot-messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chatbot-message {
  animation: slideIn 0.4s ease;
  padding: 12px 16px;
  border-radius: 8px;
  word-wrap: break-word;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

.chatbot-message.bot {
  background: #f0f0f0;
  color: #333;
  align-self: flex-start;
  border-bottom-left-radius: 0;
}

.chatbot-message.user {
  background: #ff9f1a;
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 0;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.chatbot-action {
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.chatbot-input-area {
  display: flex;
  gap: 8px;
  padding: 12px 15px;
  border-top: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 0 0 0 8px;
}

.chatbot-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.3s;
}

.chatbot-input:focus { border-color: #ff9f1a; }

.chatbot-send-btn {
  padding: 10px 14px;
  background: linear-gradient(135deg, #ff9f1a, #ff7f1a);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbot-send-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255,159,26,0.3); }
.chatbot-send-btn:active { transform: translateY(0); }

.chatbot-whatsapp-btn {
  width: 100%;
  padding: 12px;
  background: #25d366;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.chatbot-whatsapp-btn:hover { background: #20ba5c; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(37,211,102,0.3); }

@media (max-width: 480px) {
  .chatbot-window { width: calc(100% - 30px); height: 450px; bottom: 90px; right: 15px; max-height: 60vh; }
  .chatbot-icon { width: 50px; height: 50px; font-size: 20px; bottom: 20px; right: 20px; }
  .chatbot-header h3 { font-size: 16px; }
  .chatbot-messages { padding: 15px; gap: 10px; }
  .chatbot-message { font-size: 13px; padding: 10px 12px; }
  .chatbot-input-area { padding: 10px 12px; gap: 6px; }
  .chatbot-input { padding: 8px 10px; font-size: 12px; }
  .chatbot-send-btn { padding: 8px 10px; font-size: 12px; }
}

@media (min-width: 481px) and (max-width: 768px) {
  .chatbot-window { width: 350px; height: 500px; bottom: 100px; right: 25px; }
  .chatbot-icon { width: 55px; height: 55px; font-size: 22px; bottom: 25px; right: 25px; }
  .chatbot-message { font-size: 13px; }
}

@media (min-width: 769px) {
  .chatbot-window { bottom: 120px; right: 40px; }
  .chatbot-icon { bottom: 40px; right: 40px; }
}

body.dark .chatbot-window { background: #1e1e1e; }
body.dark .chatbot-messages { background: #1e1e1e; }
body.dark .chatbot-message.bot { background: #333; color: #fff; }