@charset "utf-8";
/* CSS Document */
    :root {
      --bg: #f5f8fc;
      --bg-soft: #eef5fb;
      --card: rgba(255,255,255,0.84);
      --card-strong: rgba(255,255,255,0.94);
      --text: #18324a;
      --muted: #5d748a;
      --line: rgba(24,50,74,.10);
      --brand: #13bfae;
      --brand-2: #4a8dff;
      --brand-3: #7be0d4;
      --accent: #ff885e;
      --shadow: 0 18px 48px rgba(30, 71, 113, 0.10);
      --shadow-sm: 0 10px 26px rgba(30, 71, 113, 0.08);
      --radius: 26px;
      --max: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(19,191,174,.10), transparent 22%),
        radial-gradient(circle at 100% 8%, rgba(74,141,255,.10), transparent 18%),
        linear-gradient(180deg, #f7fbff 0%, #f1f7fc 52%, #ecf4fb 100%);
      line-height: 1.65;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .container { width: min(var(--max), calc(100% - 34px)); margin: 0 auto; }

    .topbar {
      background: rgba(255,255,255,0.62);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(18px);
    }
    .topbar .container {
      display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 18px;
      padding: 10px 0; font-size: 13px; color: var(--muted);
    }
    .topbar strong { color: var(--text); }

    header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 18px;
}

.brand span {
  color: #1d8d94;
  font-weight: 700;
}

.brand-mark {
  width:208px;
  /*width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #1d8d94;
  color: #fff;*/
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  text-decoration: none;
  color: #1f2937;
  font-weight: 600;
  font-size: 15px;
}

.menu-toggle,
.menu-btn {
  display: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 999px;
}

/* Tablet */
@media (max-width: 991px) {
  .menu-btn {
    display: block;
    font-size: 30px;
    cursor: pointer;
    color: #1d8d94;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  }

  .nav-links a {
    padding: 12px;
    border-radius: 10px;
    background: #f3f7f7;
  }

  .menu-toggle:checked ~ .nav-links {
    display: flex;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 196px;
	/*width: 36px;
    height: 36px;*/
  }
}

    .btn {
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding: 13px 20px; border-radius: 999px; font-weight: 800;
      transition: transform .2s ease, box-shadow .2s ease;
      border: 1px solid transparent;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color:#fff; box-shadow: 0 14px 28px rgba(74,141,255,.18); }
    .btn-secondary { background: rgba(255,255,255,.82); border-color: rgba(24,50,74,.10); color: var(--text); box-shadow: var(--shadow-sm); }

    .hero { padding: 64px 0 36px; }
    .hero-grid { display:grid; grid-template-columns: 1.04fr .96fr; gap: 34px; align-items:center; }
    .eyebrow {
      display:inline-flex; align-items:center; gap:10px; padding:8px 14px; border-radius:999px;
      background: rgba(19,191,174,.10); color: #158978; font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
      border:1px solid rgba(19,191,174,.14);
    }
    .eyebrow::before { content:''; width:8px; height:8px; border-radius:50%; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 0 0 5px rgba(19,191,174,.12); }
    h1,h2,h3,h4,p { margin-top: 0; }
    .hero h1 { font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: 1.03; letter-spacing: -.035em; margin: 18px 0 16px; }
    .gradient-text { background: linear-gradient(135deg, var(--brand), var(--brand-2)); -webkit-background-clip:text; background-clip:text; color: transparent; }
    .lead { font-size: 1.1rem; color: var(--muted);  }
    .cta-row { display:flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 24px; }
    .hero-points { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 16px; }
    .hero-points div {
      padding: 15px 16px; border-radius: 18px; background: rgba(255,255,255,.72); border:1px solid var(--line); box-shadow: var(--shadow-sm);
      color: var(--text); display:flex; gap:12px;
    }
    .hero-points .icon { width:28px; height:28px; border-radius:50%; background: rgba(19,191,174,.12); color: var(--brand); display:grid; place-items:center; flex: 0 0 28px; font-weight: 900; }
    .image-shell { background: rgba(255,255,255,.74); border:1px solid rgba(24,50,74,.08); padding: 16px; border-radius: 30px; box-shadow: var(--shadow); }
    .image-shell img { border-radius: 22px; }

    .stats { padding: 10px 0 18px; }
    .stats-grid { display:grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
    .stat { background: var(--card-strong); border:1px solid rgba(24,50,74,.08); border-radius: 22px; padding: 22px; box-shadow: var(--shadow-sm); }
    .stat strong { display:block; font-size: 1.95rem; line-height:1; margin-bottom: 10px; }
    .stat span { color: var(--muted); font-size: 15px; }

    section { padding: 34px 0; }
    .section-head { margin-bottom: 24px; }
    .section-head h2 { font-size: clamp(2rem, 3.6vw, 2.5rem); line-height: 1.08; letter-spacing: -.03em; margin: 14px 0 10px; }
    .section-head p { color: var(--muted); margin: 0; }

    .card-grid { display:grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
    .card { background: var(--card); border:1px solid rgba(24,50,74,.08); border-radius: 24px; padding: 24px; box-shadow: var(--shadow-sm); }
    .card h3 { font-size: 1.18rem; margin-bottom: 8px; }
    .card p { color: var(--muted); margin-bottom: 0; }
    .icon-chip { width: 52px; height: 52px; border-radius: 16px; display:grid; place-items:center; margin-bottom: 16px; font-size: 24px; background: linear-gradient(135deg, rgba(19,191,174,.14), rgba(74,141,255,.12)); color: var(--text); }

    .split { display:grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: stretch; }
    .split > * { height: 100%; min-width: 0; }
    .panel { background: var(--card); border:1px solid rgba(24,50,74,.08); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); display:flex; flex-direction:column; }
    .bullet-list { display:grid; gap: 12px; padding:0; margin: 0; }
    .bullet-list li { list-style: none; padding-left: 30px; position: relative; color: var(--muted); }
    .bullet-list li::before { content: '✓'; position:absolute; left: 0; top: 0; color: var(--brand); font-weight: 900; }

    .soft-banner { background: linear-gradient(135deg, rgba(19,191,174,.10), rgba(74,141,255,.09)); border:1px solid rgba(24,50,74,.08); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); display:flex; flex-direction:column; }
    .soft-banner p { color: var(--muted); margin-bottom: 0; }
    .tag-row { display:flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
    .tag { padding: 10px 20px; border-radius: 999px; background: rgba(255,255,255,.76); border:1px solid rgba(24,50,74,.08); color: #24506f; font-size: 14px; font-weight: 600; }

    .leadership-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
    .leader-card { background: var(--card-strong); border:1px solid rgba(24,50,74,.08); border-radius: 24px; padding: 22px; box-shadow: var(--shadow-sm); }
    .leader-top { display:flex; gap: 14px; align-items: center; margin-bottom: 12px; }
    .leader-avatar { width: 58px; height: 58px; border-radius: 18px; display:grid; place-items:center; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color:#fff; font-size: 18px; font-weight: 900; box-shadow: 0 12px 24px rgba(74,141,255,.16); }
    .leader-role { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #1a7d83; font-weight: 800; margin-bottom: 4px; }
    .leader-card h3 { margin-bottom: 0; font-size: 1.18rem; }
    .leader-card p { color: var(--muted); margin-bottom: 0; }

    .contact-wrap { display:grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
    .contact-form { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
    .contact-form .full { grid-column: 1 / -1; }
    input, select, textarea {
      width: 100%; padding: 14px 16px; border-radius: 16px; border:1px solid rgba(24,50,74,.10);
      background: rgba(255,255,255,.88); color: var(--text); font: inherit; outline: none;
    }
    textarea { min-height: 126px; resize: vertical; }
    input::placeholder, textarea::placeholder { color: #88a0b3; }

    footer { padding: 24px 0 50px; color: var(--muted); }
    .footer-grid { display:grid; grid-template-columns: 1.2fr .8fr .8fr .9fr; gap: 22px; padding-top: 22px; border-top: 1px solid rgba(24,50,74,.10); }
    .footer-grid h4 { color: var(--text); margin-bottom: 8px; }
    .footer-grid a { display:block; margin: 6px 0; }

    @media (max-width: 1080px) {
      .hero-grid, .split, .contact-wrap { grid-template-columns: 1fr; }
      .card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
      .stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    }
    @media (max-width: 760px) {
      .nav-links { display:none; }
      .hero-points, .card-grid, .stats-grid, .leadership-grid, .contact-form, .footer-grid { grid-template-columns: 1fr; }
      .hero { padding-top: 44px; }
    }
	
	
.founder-section {
  padding: 32px;
  border-radius: 18px;
}

.founder-header {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
}

.founder-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}

.founder-header h2 {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.2;
}

.founder-section p {
  margin: 0 0 14px;
  line-height: 1.7;
  text-align: justify;
}

@media (max-width: 768px) {
  .founder-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .founder-img {
    width: 130px;
    height: 130px;
  }

  .founder-header h2 {
    font-size: 24px;
  }
}


.contact-line{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0px 0;
}

.contact-icon{
    width:20px;
    height:20px;
    object-fit:contain;
}




/* Chat Wrapper */
.aiss-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
}

/* Floating Button */
.chat-float {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 52, 160, 0.35);
}

/* Chat Box */
.chat-box {
  display: none;
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 360px;
  height: 455px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.22);
}

/* Header */
.chat-header {
  height: 64px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
}

.bot-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-text h4 {
  margin: 0;
  font-size: 15px;
}

.header-text p {
  margin: 4px 0 0;
  font-size: 12px;
}

.online-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #00d66b;
  border-radius: 50%;
  margin-right: 5px;
}

.chat-close {
  margin-left: auto;
  background: transparent;
  border: none;
  color: #c9d7ff;
  font-size: 24px;
  cursor: pointer;
}

/* Body */
.chat-body {
  height: 335px;
  padding: 16px;
  background: #fff;
  overflow-y: auto;
}

.message-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}

.small-bot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f0ff;
  color: #0648c9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.msg {
  max-width: 76%;
  padding: 13px 15px;
  font-size: 14px;
  line-height: 1.45;
}

.msg.bot {
  background: #f1f4f9;
  color: #001b3d;
  border-radius: 16px 16px 16px 4px;
}

.msg.user {
  background: linear-gradient(135deg, var(--brand), var(--brand-2)) !important;
  color: #fff;
  border-radius: 16px 16px 4px 16px;
  margin-left: auto;
}

/* Input */
.chat-input {
  height: 60px;
  border-top: 1px solid #dce3ef;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: #fff;
}

.chat-input input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #001b3d;
}

.chat-input input::placeholder {
  color: #8c99ad;
}

.chat-input button {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #0057e7;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.send-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #0057e7;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.send-btn:disabled {
  background: #8fb4f5;
  cursor: not-allowed;
}

.send-btn svg {
  display: block;
}
/* Mobile */
@media(max-width: 480px) {
  .aiss-chat {
    right: 12px;
    bottom: 18px;
  }

  .chat-box {
    width: calc(100vw - 24px);
    height: 460px;
  }

  .chat-body {
    height: 335px;
  }
}

