* { box-sizing: border-box; margin: 0; padding: 0; }
html, body, h1, h2, h3, h4, h5, h6, p, a, li, span, button, input, textarea, select {
  font-family: 'Noto Sans Devanagari', 'Nirmala UI', 'Mangal', 'Segoe UI', Arial, sans-serif, 'Noto Color Emoji', 'Segoe UI Emoji', 'Apple Color Emoji';
}
body {
  font-family: 'Noto Sans Devanagari', 'Mangal', 'Nirmala UI', 'Segoe UI', Arial, sans-serif, 'Noto Color Emoji', 'Segoe UI Emoji', 'Apple Color Emoji';
  background: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a:hover { text-decoration: none; }
.container-fluid { padding-left: 15px; padding-right: 15px; max-width: 1400px; margin: 0 auto; background: white; }
.wrap { max-width: 1400px; margin: 0 auto; padding: 0 8px; }
.box { border: 1px solid #ccc; padding: 12px; text-align: center; font-weight: bold; margin-bottom: 12px; font-size: 14px; }
.ads { background: #ffdede; }
.mainbox { background: #deebff; }
.side-list-card {
  text-align: left;
  font-weight: 600;
  background: #fff;
}
.side-list-title {
  margin: 0 0 10px 0;
  background: rgb(160, 0, 0);
  color: #fff;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 15px;
}
.side-list-title a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.side-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-list li {
  border-bottom: 1px solid #eee;
}
.side-list li:last-child {
  border-bottom: 0;
}
.side-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1d4e89;
  padding: 7px 4px;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}
.side-list a:hover {
  color: #a00000;
}
.side-list-count {
  color: #a00000;
  font-weight: 800;
  margin-left: auto;
  white-space: nowrap;
}
.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 12px;
}
.quick-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  padding: 6px 8px;
  border-radius: 5px;
}
.quick-link-item:hover { opacity: 0.92; color: #fff; }
@media (max-width: 1199px) {
  .quick-links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .quick-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-link-item { font-size: 16px; min-height: 58px; }
}
@media (max-width: 575px) {
  .quick-links-grid { grid-template-columns: 1fr; }
}
.main-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
.main-grid > div { width: 33.3333%; display: flex; }
@media (max-width:1200px) and (min-width:950px) { .main-grid > div { width: 50%; } }
@media (max-width:949px) { .main-grid > div { width: 100%; } }
.section-card {
  text-align: left !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 600px;
}
.section-card h4 {
  margin-bottom: 8px;
  background: rgb(160, 0, 0);
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
}
.section-items { width: 100%; flex: 1; overflow-y: auto; }
.section-item { border-bottom: 1px solid #ccc; padding: 5px 0; margin-bottom: 5px; text-align: left !important; }
.section-item-head { display: flex; align-items: flex-start; gap: 8px; }
.section-item-link { text-decoration: none; color: #333; font-size: 13px; line-height: 1.4; display: block; text-align: left !important; flex: 1 1 auto; min-width: 0; }
.section-item-labels { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; flex: 0 0 auto; }
.section-item-label {
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  background: #546e7a;
}
.section-item-label.label-new { background: #1b9e3e; }
.section-item-label.label-old { background: #1e88e5; }
.section-item-label.label-expired { background: #e53935; }
.section-item-label.label-urgent { background: #fb8c00; }
.section-item-label.label-hot { background: #8e24aa; }
.section-card-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.section-view-more {
  display: inline-block;
  text-decoration: none;
  background: #0042a4;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.section-view-more:hover { background: #003280; }
.section-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
  flex: 0 0 auto;
}
.section-share-btn:hover { opacity: 0.9; color: #fff; }
.share-whatsapp { background: #25d366; }
.share-telegram { background: #229ed9; }
.share-facebook { background: #1877f2; }

/* job detail page */
.job-detail-card {
  font-weight: 400;
}
.job-detail-card .section-item-labels {
  width: 100%;
  max-width: none;
  flex: 1 1 100%;
  justify-content: flex-start;
}
.job-block-title {
  margin: 16px 0 8px;
  font-size: 20px;
  color: #1f2937;
  font-weight: 700;
}
.job-detail-card h1 {
  margin: 16px 0 12px;
  padding: 10px;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.25;
  color: #7f0000;
  background: #ffe9e9;
  border-left: 5px solid #a00000;
  border-radius: 6px;
}
.job-detail-card h2 {
  margin: 14px 0 10px;
  padding: 10px;
  font-size: clamp(20px, 2vw, 26px);
  color: #0b3b5a;
  background: aliceblue;
  border-left: 4px solid #1d4ed8;
  border-radius: 5px;
}
.job-detail-card h3 {
  margin: 14px 0 10px;
  padding: 10px;
  font-size: clamp(18px, 1.7vw, 22px);
  color: #14532d;
  background: #ecfdf5;
  border-left: 4px solid #15803d;
  border-radius: 5px;
}
.job-detail-card h4 {
  margin: 14px 0 10px;
  padding: 10px;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #7c2d12;
  background: #fff7ed;
  border-left: 4px solid #c2410c;
  border-radius: 5px;
}
.job-detail-card h5 {
  margin: 14px 0 10px;
  padding: 10px;
  font-size: clamp(15px, 1.2vw, 18px);
  color: #581c87;
  background: #faf5ff;
  border-left: 4px solid #7e22ce;
  border-radius: 5px;
  font-weight: 700;
}
.job-detail-card h6 {
  margin: 14px 0 10px;
  padding: 10px;
  font-size: clamp(14px, 1.05vw, 16px);
  color: #374151;
  background: #f3f4f6;
  border-left: 4px solid #4b5563;
  border-radius: 5px;
  font-weight: 700;
}
.job-detail-card .job-block-title {
  margin: 14px 0 10px;
  padding: 10px;
  font-size: clamp(15px, 1.2vw, 18px);
  color: #581c87;
  background: #faf5ff;
  border-left: 4px solid #7e22ce;
  border-radius: 5px;
  font-weight: 700;
}
.job-detail-list {
  margin: 0 0 14px 0;
  padding-left: 22px;
  list-style: disc;
}
.job-detail-list li {
  margin: 0 0 8px;
  line-height: 1.5;
  font-size: 17px;
  color: #1f2937;
  font-weight: 600;
}
.job-detail-list li::marker {
  color: #a00000;
}
.job-sections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.job-section-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
.job-section-card .table {
  margin-bottom: 0;
}
.job-section-span {
  grid-column: 1 / -1;
}

.job-rich-content {
  margin-top: 8px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}
.job-rich-content p {
  margin: 0 0 12px;
}
.job-rich-content ul,
.job-rich-content ol {
  margin: 0 0 14px 0;
  padding-left: 24px;
}
.job-rich-content ul {
  list-style: disc;
}
.job-rich-content ol {
  list-style: decimal;
}
.job-rich-content li {
  margin: 0 0 8px;
  padding-left: 2px;
  line-height: 1.6;
  font-weight: 500;
}
.job-rich-content li::marker {
  color: #a00000;
  font-weight: 700;
}
.job-rich-content h1 {
  margin: 16px 0 12px;
  padding: 10px 12px;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.25;
  color: #7f0000;
  background: linear-gradient(135deg, #fff1f1, #ffe1e1);
  border-left: 5px solid #a00000;
  border-radius: 6px;
}
.job-rich-content h2 {
  margin: 14px 0 10px;
  padding: 10px;
  color: #0b3b5a;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 26px);
  background: aliceblue;
  border-left: 4px solid #1d4ed8;
  border-radius: 5px;
}
.job-rich-content h3 {
  margin: 14px 0 10px;
  padding: 10px;
  color: #14532d;
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 22px);
  background: #ecfdf5;
  border-left: 4px solid #15803d;
  border-radius: 5px;
}
.job-rich-content h4 {
  margin: 14px 0 10px;
  padding: 10px;
  color: #7c2d12;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 20px);
  background: #fff7ed;
  border-left: 4px solid #c2410c;
  border-radius: 5px;
}
.job-rich-content h5 {
  margin: 14px 0 10px;
  padding: 10px;
  color: #581c87;
  font-weight: 700;
  font-size: clamp(15px, 1.2vw, 18px);
  background: #faf5ff;
  border-left: 4px solid #7e22ce;
  border-radius: 5px;
}
.job-rich-content h6 {
  margin: 14px 0 10px;
  padding: 10px;
  color: #374151;
  font-weight: 700;
  font-size: clamp(14px, 1.05vw, 16px);
  background: #f3f4f6;
  border-left: 4px solid #4b5563;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .job-sections-grid {
    grid-template-columns: 1fr;
  }
  .job-section-span {
    grid-column: auto;
  }
  .job-rich-content {
    font-size: 15px;
    line-height: 1.6;
  }
  .job-rich-content ul,
  .job-rich-content ol {
    padding-left: 20px;
  }
}

/* header */
.top-header {
  background: linear-gradient(135deg, #8a0000, #b31217);
  color: #fff;
  border: 1px solid #6a0000;
  box-shadow: 0 6px 18px rgba(80, 0, 0, 0.25);
}
.top-header .header-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
}
.top-header .header-col { min-width: 0; }

.header-col-brand { text-align: center; }
.top-header .site-title {
  font-size: clamp(22px, 3.6vw, 32px);
  margin: 0;
  line-height: 1.05;
  display: inline-block;
  padding: 2px 0;
  border-radius: 0;
  background: none;
  border: none;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.28);
}
.top-header .site-tagline { margin-top: 4px; font-size: clamp(10px, 2.2vw, 13px); font-weight: 700; line-height: 1.3; }

.header-col-social { text-align: center; }
.header-col-ad .header-ad-slot { padding: 0; }
.header-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 6px;
}
.header-social-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.header-social-link:hover { background: rgba(255,255,255,0.28); color: #fff; }
.header-contact {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.header-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .header-col-ad,
  .header-col-social {
    display: none;
  }
}

.header-ad-slot {
  padding: 0 10px 12px;
}
.header-ad-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 86px;
  border-radius: 6px;
  border: 1px dashed rgba(255,255,255,0.55);
  background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
  text-decoration: none;
  padding: 10px;
}
.header-ad-text {
  color: #fff;
  font-size: clamp(12px, 2.2vw, 16px);
  font-weight: 800;
  letter-spacing: 0.2px;
  text-align: center;
}

@media (min-width: 992px) {
  .top-header .header-grid {
    grid-template-columns: minmax(320px, 1.2fr) minmax(360px, 1.6fr) minmax(180px, 0.8fr);
    gap: 14px;
    padding: 12px 14px;
  }
  .header-col-brand { text-align: left; }
  .top-header h1 { font-size: clamp(28px, 2.3vw, 40px); }
  .top-header p { margin-top: 2px; font-size: clamp(12px, 0.95vw, 15px); }
  .header-col-social { text-align: right; }
  .header-social { justify-content: flex-end; }
  .header-ad-link {
    min-height: 96px;
  }
}

/* navbar */
.main-nav { background: #0042a4; }
.nav-wrapper { border: 1px solid #002d72; background: #0042a4; }
.nav-grid { display: grid; grid-template-columns: repeat(8, 1fr); }
.main-nav a { text-decoration: none; color: #fff; text-align: center; padding: 10px 4px; font-weight: 700; font-size: 15px; border-right: 1px solid #1a5dc9; display: block; }
.main-nav a:last-child { border-right: 0; }
.main-nav a:hover { background: #003280; }
@media (max-width: 980px) and (min-width: 681px) { .nav-grid { grid-template-columns: repeat(4, 1fr) !important; } .main-nav a { border-right: 1px solid #1a5dc9; border-bottom: 1px solid #1a5dc9; } .main-nav a:nth-child(4n) { border-right: none; } .main-nav a:nth-child(n+5) { border-bottom: none; } }
@media (max-width: 680px) and (min-width: 481px) { .nav-grid { grid-template-columns: repeat(4, 1fr) !important; } .main-nav a { border-right: 1px solid #1a5dc9; border-bottom: 1px solid #1a5dc9; } .main-nav a:nth-child(4n) { border-right: none; } .main-nav a:nth-child(n+5) { border-bottom: none; } }
@media (max-width: 480px) { .nav-grid { grid-template-columns: repeat(3, 1fr) !important; } .main-nav a { border-right: 1px solid #1a5dc9; border-bottom: 1px solid #1a5dc9; } .main-nav a:nth-child(3n) { border-right: none; } .main-nav a:nth-child(n+7) { border-bottom: none; } }

/* ===== COMPACT SIX-STAT SECTION ===== */
.uniform-stats {
  background: linear-gradient(145deg, #0a2647, #1e3a6b);
  padding: 8px 0;
  margin-top: 20px;
  border-top: 4px solid #ff9933;
  border-bottom: 2px solid #ff9933;
}
.stats-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 15px; }
.stats-uniform {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.stat-item-uniform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  padding: 4px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255,153,51,0.3);
  min-width: 120px;
  flex: 0 1 auto;
  box-sizing: border-box;
}
.stat-item-uniform i {
  font-size: 20px;
  color: #ffb347;
}
.stat-item-uniform .number {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(to right, #fff, #ffd966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.stat-item-uniform .label {
  font-size: 13px;
  font-weight: 600;
  color: #b8d6ff;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .stat-item-uniform { min-width: 140px; padding: 4px 8px; }
  .stat-item-uniform .number { font-size: 18px; }
  .stat-item-uniform .label { font-size: 12px; }
}
@media (max-width: 550px) {
  .stats-uniform {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .stat-item-uniform {
    min-width: 0;
    width: 100%;
    padding: 8px 6px;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3px;
  }
  .stat-item-uniform i { font-size: 15px; }
  .stat-item-uniform .number { font-size: 16px; line-height: 1.1; }
  .stat-item-uniform .label { font-size: 12px; white-space: normal; line-height: 1.2; }
}

/* ===== ATTRACTIVE 6-COLUMN FOOTER ===== */
.footer-attractive {
  background: linear-gradient(145deg, #0a1f3a, #1a3f5c, #0e2e4a);
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  box-shadow: 0 -10px 30px rgba(0, 20, 30, 0.5);
  border-top: 4px solid #ff9933;
}
.footer-attractive::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff9933, #ffcc66, #ff9933, #ffaa33);
  background-size: 300% 100%;
  animation: gradientMove 6s ease infinite;
}
@keyframes gradientMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.footer-wrapper { max-width: 1400px; margin: 0 auto; padding: 30px 20px 20px; }
.footer-grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-bottom: 25px; }
@media (max-width: 1100px) { .footer-grid-6 { grid-template-columns: repeat(3, 1fr); gap: 25px; } }
@media (max-width: 700px) { .footer-grid-6 { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 400px) { .footer-grid-6 { grid-template-columns: 1fr; } }
.footer-col { transition: transform 0.2s; display: flex; flex-direction: column; }
.footer-col:hover { transform: translateY(-3px); }
.footer-col .footer-title { color: #ffcc66; font-size: 16px; font-weight: 700; margin: 0 0 15px 0; border-left: 4px solid #ff9933; padding-left: 10px; letter-spacing: 0.5px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #e0f0ff; text-decoration: none; font-size: 13px; transition: all 0.3s; display: inline-block; position: relative; }
.footer-col a i { margin-right: 8px; color: #ff9933; font-size: 12px; width: 18px; transition: transform 0.3s; }
.footer-col a:hover { color: #ffcc66; transform: translateX(6px); }
.footer-col a:hover i { transform: scale(1.2); color: #ffaa33; }
.about-attractive p { color: #d0e0ff; font-size: 13px; line-height: 1.6; margin: 10px 0 15px; text-shadow: 0 1px 2px rgba(0,0,0,0.2); }

.social-attractive {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 15px 0 10px;
  width: 100%;
  text-align: center;
}
.social-attractive a {
  width: 36px;
  height: 36px;
  background: rgba(255,153,51,0.15);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  transition: all 0.3s;
  border: 1px solid rgba(255,200,100,0.3);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.social-attractive a i { margin: 0; padding: 0; width: auto; height: auto; font-size: 18px; color: white; }
.social-attractive a:hover { background: #ff9933; transform: scale(1.15) rotate(5deg); box-shadow: 0 0 15px #ff9933; border-color: #fff; }
.social-attractive a:hover i { color: white; transform: none; }

.contact-attractive p { margin-bottom: 8px; color: #d0e0ff; font-size: 13px; display: flex; align-items: center; }
.contact-attractive i { color: #ff9933; width: 24px; font-size: 14px; text-shadow: 0 0 5px rgba(255,153,51,0.5); }
.newsletter-attractive { margin-top: 15px; display: flex; max-width: 100%; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.newsletter-attractive input { flex: 1; padding: 8px 12px; border: none; border-radius: 25px 0 0 25px; font-size: 12px; outline: none; height: 38px; background: rgba(255,255,255,0.95); }
.newsletter-attractive input:focus { background: white; box-shadow: inset 0 0 5px #ff9933; }
.newsletter-attractive button { background: #ff9933; border: none; color: white; padding: 0 16px; border-radius: 0 25px 25px 0; font-size: 16px; cursor: pointer; height: 38px; display: flex; align-items: center; transition: all 0.3s; font-weight: 600; }
.newsletter-attractive button:hover { background: #ffaa33; transform: scale(1.02); box-shadow: 0 0 10px #ff9933; }
.payment-attractive { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 10px; }
.payment-attractive i { font-size: 24px; color: rgba(255,255,255,0.5); transition: all 0.3s; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); }
.payment-attractive i:hover { color: #ffcc66; transform: scale(1.15); }

.bottom-attractive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(255,153,51,0.3);
  font-size: 13px;
  margin-top: 15px;
  position: relative;
}
.bottom-attractive::after { content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 150px; height: 2px; background: linear-gradient(90deg, transparent, #ff9933, transparent); }
.copyright-attractive { color: #b0c4de; font-weight: 500; }
.copyright-attractive i { color: #ff6b6b; margin: 0 3px; animation: heartbeat 1.5s ease infinite; }
@keyframes heartbeat { 0%,100% { transform: scale(1); } 50% { transform: scale(1.1); } }
.links-attractive { display: flex; gap: 20px; }
.links-attractive a { color: #ccc; text-decoration: none; font-size: 13px; font-weight: 500; transition: all 0.3s; position: relative; }
.links-attractive a::after { content: ""; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: #ff9933; transition: width 0.3s; }
.links-attractive a:hover { color: #ffcc66; }
.links-attractive a:hover::after { width: 100%; }
.footer-col .footer-title i { margin-right: 5px; color: #ff9933; font-size: 14px; }
.footer-col:first-child { text-align: center; }
.footer-col:first-child h5 { text-align: left; }
.footer-col:first-child .about-attractive { text-align: left; }

/* Footer hardening for small/mobile screens */
.footer-attractive,
.footer-attractive * { box-sizing: border-box; }
.footer-col ul { margin: 0; padding: 0; }
.links-attractive { flex-wrap: wrap; }
.copyright-attractive { word-break: break-word; }

@media (max-width: 575px) {
  .footer-wrapper { padding: 22px 14px 16px; }
  .footer-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 18px; }
  .footer-col h5 { font-size: 15px; margin-bottom: 10px; }
  .footer-col li { margin-bottom: 8px; }
  .footer-col a { font-size: 12px; }
  .footer-grid-6 .footer-col:first-child,
  .footer-grid-6 .footer-col:last-child { grid-column: 1 / -1; }
  .contact-attractive p { align-items: flex-start; }
  .newsletter-attractive { width: 100%; }
  .newsletter-attractive input { min-width: 0; }
  .bottom-attractive {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 14px;
  }
  .links-attractive {
    width: 100%;
    gap: 12px;
  }
}
