.header-contact {
  text-align: right;
  font-size: 14px;
  color: #dbeafe;
  line-height: 1.4;
  white-space: nowrap;
}

.brand h1{font-size:18px;margin:0;font-weight:700}


.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}




/* Dropdown Menu */
.menu {
  margin-top: 12px;
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-radius: 8px;
  overflow: hidden;
  z-index: 999;
}

.dropdown-content a {
  color: #0b1220;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

.dropdown-content a:hover {
  background: #eef4ff;
  color: #0047AB;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.hero p{margin:0 0 16px;color:rgba(255,255,255,0.95)}
.card{background:var(--card);padding:16px;border-radius:12px;box-shadow:0 6px 16px rgba(11,18,32,0.05)}
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:12px}
.prod img{width:100%;height:160px;object-fit:cover;border-radius:8px;background:#eef2f7}
.prod h4{margin:12px 0 6px}
.prod p{margin:0;color:var(--muted);font-size:14px}
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}
.badges{display:flex;flex-wrap:wrap;gap:8px}
.badge{background:#fff;padding:8px 10px;border-radius:999px;font-weight:600;box-shadow:0 6px 14px rgba(11,18,32,0.04)}
footer{padding:28px 0;background:#081026;color:#dbeafe;margin-top:24px}
footer a{color:#cfe8ff}

.breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 12px;
  color: #555;
}
.breadcrumb a {
  color: #1a73e8;
  text-decoration: none;
}

.spec-list {
  margin-left: 20px;
  line-height: 1.7;
}

/* ---------- TABLE ---------- */
.card-table {
  padding: 0;
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 12px;
  text-align: left;
}

.spec-table-head {
  background: #f3f7ff;
  font-weight: 700;
}

/* ---------- IMAGES ---------- */
.product-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* ---------- CTA ---------- */
.cta-block {
  display: inline-block;
  margin-top: 12px;
}

/* ---------- SECTIONS ---------- */
.section-title {
  margin-top: 24px;
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: #0d1b2a;
  color: #fff;
  padding: 40px 0;
  margin-top: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

/* Spacing utility for cards */
.card-spaced {
  margin-top: 32px;
}

/* Footer section headings */
.footer-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* Footer lists */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.9;
}


/* Brand */
.brand-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
}

/* Hero */
.hero-actions {
  display: flex;
  gap: 12px;
}

/* Spacing */
.section-spacing {
  margin-top: 20px;
}

.contact-spacing {
  margin-top: 12px;
}
/* Text */
.text-muted {
  color: var(--muted);
}


/* Cards */
.card-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Forms */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-input {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e6edf6;
  width: 100%;
}

.form-label {
	font-size:14px;
	color:#333;
}

/* Footer */
.footer-text {
  margin: 0 0 8px 0;
  line-height: 1.6;
  color: #dce3ef;
}

.footer-text-contact {
  margin:0 0 6px 0;
  color:#dce3ef;
}

.footer-link
{
	color:#dce3ef;
}

/* Footer bottom */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #a9b4c8;
}

/* Hero buttons */
.btn-outline {
  padding: 10px 12px;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.12);
  text-decoration: none;
  font-weight: 600;
}

/* Hero aside */
.hero-aside {
  display: flex;
  flex-direction: column;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.hero-product-title {
  font-weight: 700;
}

.hero-product-desc {
  color: var(--muted);
  font-size: 14px;
  margin-top: 6px;
}

/* Form textarea */
.form-textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e6edf6;
  width: 100%;
  min-height: 140px;
  font-family: inherit;
  resize: vertical;
}

.btn_blog
{
	font-weight:700;
	color:var(--royal);
}

.cta-btn {
  padding:12px 26px;
  border-radius:8px;
  font-size:16px
}


.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.footer-social a {
  color: #dce3ef;
  font-size: 16px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #4da3ff;
}

.contact-desc {
  color: var(--muted);
  font-size: 14px;
  margin-top: 10px;
}

.anti-spam
{
	display:none !important;
}

.text-center { text-align: center; }

.product-row {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;   /* allows scroll on mobile */
  padding: 10px 0;
}

.product-row img {
  flex: 0 0 auto;   /* prevents shrinking */
}

.note {
  flex-basis: 100%;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
