* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --navy: #0A1628;
  --royal: #1B3A8C;
  --gold: #F5A623;
  --teal: #3A8A85;
  --green: #1DB07A;
  --offwhite: #F8F9FC;
  --charcoal: #0D0D0D;
  --gray: #6B7280;
  --font-display: 'Playfair Display', serif;
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --ease: cubic-bezier(0.4,0,0.2,1);
}

html,body {
  scroll-behavior: smooth;
   font-family: var(--font-body);
  color: var(--charcoal);
  background: #fff;
  overflow-x: hidden;
}


a { text-decoration: none; }

/* =============================================
   NAVIGATION
============================================= */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px, 2vw, 48px);
  transition: background 0.4s, box-shadow 0.4s;
  background-color: transparent;
}

#nav.scrolled {
  background: var(--navy);
  box-shadow: 0 2px 24px rgba(0,0,0,0.4);
  border-bottom: 1px solid white;
}

#nav.scrolled .hamburger span { background: #ffffff; }

.hamburger span {
  width: 24px; height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.nav-logo-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.nav-logo-wrap img { height: 44px; width: auto; }

.nav-logo-wrap .logo-text {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  padding: 7px 10px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.1); }

.nav-right { display: flex; align-items: center; gap: 12px; }

.btn-apply {
  background: var(--gold);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 7px;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.btn-apply:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 20px rgba(245,166,35,0.5);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-logo-pill{
  /* background:#ffffff; */
  /*border-radius:10px;*/
  /*padding:6px 16px;*/
  display:flex;
  align-items:center;
  /*box-shadow:0 2px 12px rgba(0,0,0,.25), 0 0 0 1px rgba(255,255,255,.6);*/
}
.nav-logo-pill img{height:70px;width:auto;display:block;}
.scrolled > .nav-logo-pill img{height:60px;}
.scrolled > .nav-logo-pill.logo {
    height: 50px;
}
footer{background:var(--navy);padding:60px 40px 32px;color:rgba(255,255,255,.65);}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr;gap:40px;margin-bottom:40px;}
.footer-brand .nav-logo{margin-bottom:16px;}
.footer-brand p{font-size:14px;line-height:1.7;max-width:280px;}
.footer-col h4{font-size:13px;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;}
.footer-col a{display:block;font-size:14px;color:rgba(255,255,255,.55);margin-bottom:10px;transition:color .2s;}
.footer-col a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;}
.footer-bottom a{color:rgba(255,255,255,.4);transition:color .2s;}
.footer-bottom a:hover{color:#fff;}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:580px){
  .footer-grid{grid-template-columns:1fr;}
  footer{padding:48px 20px 24px;}
}

/* Tablets */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .btn-apply { padding: 9px 14px !important; }
}

/* Phones */
@media (max-width: 600px) {
  .btn-apply { display: none !important; }
  .nav-logo-wrap img { height: 36px !important; }
}


.page-hero { background: linear-gradient(135deg, var(--dark) 0%, #1a2e2a 60%, var(--teal) 100%); padding: 72px 0 56px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231a7a6e' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.4; }
.page-hero .breadcrumb-item, .page-hero .breadcrumb-item a { color: rgba(255,255,255,0.6); font-size: 0.82rem; text-decoration: none; }
.page-hero .breadcrumb-item.active { color: var(--teal-light); }
.page-hero h1 { /*font-family: 'Playfair Display', serif;*/ font-size: clamp(2rem, 5vw, 3.2rem); color: #fff; font-weight: 800; margin-top: 10px; }
.page-hero h1 span { color: var(--teal-light); }
.page-hero p { color: rgba(255,255,255,0.7); max-width: 560px; margin-top: 12px; font-size: 1rem; line-height: 1.7; }

/* SECTION LABELS */
.section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
.section-title { /*font-family: 'Playfair Display', serif;*/ font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--dark); line-height: 1.25; }
.section-title span { color: var(--teal); }
.section-divider { width: 56px; height: 4px; background: linear-gradient(90deg, var(--teal), var(--orange)); border-radius: 2px; margin: 16px 0 32px; }

/* FEATURED POST */
.featured-section { padding: 72px 0 0; }
.featured-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 440px;
  background: var(--dark);
  display: flex; align-items: flex-end;
  box-shadow: 0 12px 48px rgba(0,0,0,0.18);
}
.featured-img {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a3a35 0%, #2d6b5e 50%, #1a7a6e 100%);
  overflow: hidden;
}
.featured-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #0d2b26, #1a7a6e 50%, #22a08a);
  display: flex; align-items: center; justify-content: center;
}
.featured-img-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.article-hero-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.featured-img-placeholder i { font-size: 6rem; color: rgba(255,255,255,0.08); }
.featured-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
}
.featured-content { position: relative; z-index: 2; padding: 40px; }
.featured-content .category-badge {
  background: var(--orange); color: #fff; border-radius: 4px; padding: 5px 14px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-bottom: 14px;
}
.featured-content h2 { /*font-family: 'Playfair Display', serif;*/ font-size: clamp(1.4rem, 3vw, 2rem); color: #fff; font-weight: 800; line-height: 1.3; margin-bottom: 12px; }
.featured-content p { color: rgba(255,255,255,0.75); font-size: 0.92rem; line-height: 1.7; margin-bottom: 20px; }
.post-meta { display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,0.55); font-size: 0.8rem; }
.post-meta span { display: flex; align-items: center; gap: 6px; }
.btn-read { background: var(--teal-light); color: #fff; border-radius: 6px; padding: 10px 24px; font-weight: 700; font-size: 0.88rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s; }
.btn-read:hover { background: var(--teal); color: #fff; }

/* FILTER BAR */
.filter-bar { padding: 40px 0 0; }
.filter-bar .filter-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-btn {
  border: 1.5px solid #e0e0e0;
  background: #fff;
  color: var(--text-muted);
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 0.83rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.search-wrap { position: relative; max-width: 300px; }
.search-wrap input {
  border: 1.5px solid #e0e0e0;
  border-radius: 50px;
  padding: 9px 20px 9px 42px;
  font-size: 0.85rem;
  width: 100%;
  outline: none;
  transition: border-color 0.2s;
}
.search-wrap input:focus { border-color: var(--teal-light); }
.search-wrap i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 0.85rem; }

/* BLOG GRID */
.blog-grid-section { padding: 48px 0 80px; }
.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.05);
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(0,0,0,0.12); }
.blog-card-img {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.blog-card-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem;
  color: rgba(255,255,255,0.2);
}
.blog-card-img-placeholder.bg1 { background: linear-gradient(135deg, #1a3a35, #22a08a); }
.blog-card-img-placeholder.bg2 { background: linear-gradient(135deg, #2d1b0e, #e8641a); }
.blog-card-img-placeholder.bg3 { background: linear-gradient(135deg, #0d1f3c, #2563eb); }
.blog-card-img-placeholder.bg4 { background: linear-gradient(135deg, #1a1a35, #7c3aed); }
.blog-card-img-placeholder.bg5 { background: linear-gradient(135deg, #1a2e1a, #16a34a); }
.blog-card-img-placeholder.bg6 { background: linear-gradient(135deg, #2e1a1a, #dc2626); }
.blog-cat-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--teal); color: #fff;
  border-radius: 4px; padding: 4px 12px;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
}
.blog-cat-badge.orange { background: var(--orange); }
.blog-cat-badge.blue { background: #2563eb; }
.blog-cat-badge.purple { background: #7c3aed; }
.blog-card-body { padding: 24px 22px 20px; }
.blog-card-body h5 { /*font-family: 'Playfair Display', serif;*/ font-size: 1.1rem; font-weight: 700; color: var(--dark); line-height: 1.4; margin-bottom: 10px; }
.blog-card-body h5 a { text-decoration: none; color: inherit; transition: color 0.2s; }
.blog-card-body h5 a:hover { color: var(--teal); }
.blog-card-body p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 18px; }
.blog-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.author-mini { display: flex; align-items: center; gap: 10px; }
.author-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }
.author-name { font-size: 0.78rem; font-weight: 600; color: var(--dark); }
.post-date { font-size: 0.75rem; color: var(--text-muted); }
.read-time { font-size: 0.75rem; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }

/* SIDEBAR */
.sidebar-card { background: #fff; border-radius: 12px; padding: 28px 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); margin-bottom: 28px; border: 1px solid rgba(0,0,0,0.05); }
.sidebar-card h6 { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: var(--dark); padding-bottom: 12px; border-bottom: 2px solid var(--teal-light); margin-bottom: 20px; }
.category-list { list-style: none; padding: 0; }
.category-list li { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #f5f5f5; }
.category-list li a { text-decoration: none; color: var(--dark); font-size: 0.87rem; transition: color 0.2s; }
.category-list li a:hover { color: var(--teal); }
.cat-count { background: var(--bg-light); color: var(--text-muted); border-radius: 50px; padding: 2px 10px; font-size: 0.75rem; font-weight: 600; }
.recent-post { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
.recent-post:last-child { border-bottom: none; }
.recent-post-img { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; background: linear-gradient(135deg, #1a3a35, #22a08a); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 1.2rem; }
.recent-post-info h6 { font-size: 0.85rem; font-weight: 600; color: var(--dark); line-height: 1.4; margin-bottom: 4px; }
.recent-post-info h6 a { text-decoration: none; color: inherit; transition: color 0.2s; }
.recent-post-info h6 a:hover { color: var(--teal); }
.recent-post-info span { font-size: 0.75rem; color: var(--text-muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-pill { border: 1.5px solid #e0e0e0; border-radius: 50px; padding: 5px 16px; font-size: 0.78rem; color: var(--text-muted); text-decoration: none; transition: all 0.2s; }
.tag-pill:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
.newsletter-form input { border: 1.5px solid #e0e0e0; border-radius: 8px; padding: 10px 14px; font-size: 0.88rem; width: 100%; margin-bottom: 10px; outline: none; transition: border-color 0.2s; }
.newsletter-form input:focus { border-color: var(--teal-light); }
.btn-subscribe { background: var(--teal); color: #fff; border: none; border-radius: 8px; padding: 11px; width: 100%; font-weight: 700; font-size: 0.88rem; transition: background 0.2s; }
.btn-subscribe:hover { background: var(--teal-light); }

/* PAGINATION */
.pagination .page-link { color: var(--teal); border-color: #e0e0e0; font-weight: 600; font-size: 0.88rem; padding: 10px 16px; }
.pagination .page-item.active .page-link { background: var(--teal); border-color: var(--teal); color: #fff; }
.pagination .page-link:hover { background: var(--bg-light); color: var(--teal); }

.article-meta { color: rgba(255,255,255,0.7); margin-top: 14px; font-size: 0.9rem; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; margin-right: 20px; }

/* ARTICLE HERO IMAGE */
    .article-hero-section { padding: 48px 0 0; }
    .article-hero-img {
      width: 100%;
      /*height: 480px;*/
      height: 100%;
      border-radius: 16px;
      overflow: hidden;
      background: linear-gradient(135deg, #1a3a35 0%, #2d6b5e 50%, #1a7a6e 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 12px 48px rgba(0,0,0,0.15);
      margin-bottom: 48px;
    }
    .article-hero-img i { font-size: 8rem; color: rgba(255,255,255,0.12); }

    /* ARTICLE CONTENT */
    .article-section { padding: 0 0 80px; }
    .article-content { font-size: 1.05rem; line-height: 1.85; color: var(--dark); }
    .article-content p { margin-bottom: 28px; }
    .article-content h2 { /*font-family: 'Playfair Display', serif;*/ font-size: 1.8rem; font-weight: 800; color: var(--dark); margin-top: 48px; margin-bottom: 20px; }
    .article-content h3 { /*font-family: 'Playfair Display', serif;*/ font-size: 1.4rem; font-weight: 700; color: var(--dark); margin-top: 36px; margin-bottom: 16px; }
    .article-content strong { /*color: var(--teal);*/ font-weight: 700; }
    .article-content em { color: var(--text-muted); }
    .article-content ul, .article-content ol { margin: 28px 0; padding-left: 32px; }
    .article-content li { margin-bottom: 12px; }
    .article-content blockquote {
      border-left: 4px solid var(--teal);
      padding: 24px 28px;
      background: var(--bg-light);
      border-radius: 8px;
      margin: 32px 0;
      font-style: italic;
      color: var(--text-muted);
    }


    /* Blog Table Styling */
    .article-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 16px;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

    .article-content table th, table td {
        border: 1px solid #ddd;
        padding: 12px 15px;
        text-align: left;
    }

    .article-content table th {
        background-color: #f5f5f5;
        font-weight: 600;
    }

    .article-content table tr:nth-child(even) {
        background-color: #fafafa;
    }

    .article-content table tr:hover {
        background-color: #f1f1f1;
    }

    .article-content a{ font-weight: 700; font-style: italic;  }

    @media (max-width: 768px) {
        .article-content table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
        }
    }



    /* AUTHOR BIO */
    .author-bio-card { background: linear-gradient(135deg, rgba(26,122,110,0.05), rgba(34,160,138,0.05)); border: 1px solid rgba(26,122,110,0.15); border-radius: 14px; padding: 32px; margin: 56px 0; display: flex; gap: 24px; align-items: flex-start; }
    .author-avatar-large { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-light)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; font-weight: 700; flex-shrink: 0; }
    .author-bio-content h5 { /*font-family: 'Playfair Display', serif;*/ font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
    .author-bio-content p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; margin: 0; }

    /* ARTICLE SHARING */
    .article-share { display: flex; align-items: center; gap: 16px; padding: 32px 0; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin: 48px 0; }
    .share-label { font-weight: 700; color: var(--dark); font-size: 0.95rem; }
    .share-buttons { display: flex; gap: 10px; }
    .share-btn { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; font-size: 0.95rem; transition: all 0.2s; border: none; cursor: pointer; }
    .share-btn-facebook { background: #1877f2; }
    .share-btn-facebook:hover { background: #166fe5; }
    .share-btn-twitter { background: #000; }
    .share-btn-twitter:hover { background: #1a1a1a; }
    .share-btn-linkedin { background: #0a66c2; }
    .share-btn-linkedin:hover { background: #085eb5; }
    .share-btn-email { background: #000000; }
    .share-btn-email:hover { background: #000000; }
    .share-btn-whatsapp { background: #000000; }
    .share-btn-whatsapp:hover { background: #000000; }

    /* RELATED POSTS */
    .related-section { padding: 64px 0 80px; border-top: 2px solid #e0e0e0; }
    .section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
    .section-title { /*font-family: 'Playfair Display', serif;*/ font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 800; color: var(--dark); line-height: 1.25; }
    .section-title span { color: var(--teal); }
    .section-divider { width: 56px; height: 4px; background: linear-gradient(90deg, var(--teal), var(--orange)); border-radius: 2px; margin: 16px 0 32px; }
    .related-card {
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(0,0,0,0.06);
      transition: transform 0.3s, box-shadow 0.3s;
      height: 100%;
      border: 1px solid rgba(0,0,0,0.05);
    }
    .related-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(0,0,0,0.12); }
    .related-card-img {
      height: 210px;
      overflow: hidden;
      position: relative;
    }
    .related-card-img-placeholder {
      width: 100%; height: 100%;
      display: flex; align-items: center; justify-content: center;
      font-size: 3.5rem;
      color: rgba(255,255,255,0.2);
    }
    .related-card-img-placeholder.bg1 { background: linear-gradient(135deg, #1a3a35, #22a08a); }
    .related-card-img-placeholder.bg2 { background: linear-gradient(135deg, #2d1b0e, #e8641a); }
    .related-card-img-placeholder.bg3 { background: linear-gradient(135deg, #0d1f3c, #2563eb); }
    .related-cat-badge {
      position: absolute; top: 16px; left: 16px;
      background: var(--teal); color: #fff;
      border-radius: 4px; padding: 4px 12px;
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
    }
    .related-cat-badge.orange { background: var(--orange); }
    .related-cat-badge.blue { background: #2563eb; }
    .related-card-body { padding: 24px 22px 20px; }
    .related-card-body h5 { /*font-family: 'Playfair Display', serif;*/ font-size: 1.05rem; font-weight: 700; color: var(--dark); line-height: 1.4; margin-bottom: 10px; }
    .related-card-body h5 a { text-decoration: none; color: inherit; transition: color 0.2s; }
    .related-card-body h5 a:hover { color: var(--teal); }
    .related-card-body p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 18px; }
    .related-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #f0f0f0; }
    .author-mini { display: flex; align-items: center; gap: 10px; }
    .author-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }
    .author-name { font-size: 0.78rem; font-weight: 600; color: var(--dark); }
    .post-date { font-size: 0.75rem; color: var(--text-muted); }
    .read-time { font-size: 0.75rem; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }

    /* SIDEBAR */
    .sidebar-card { background: #fff; border-radius: 12px; padding: 28px 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); margin-bottom: 28px; border: 1px solid rgba(0,0,0,0.05); position: sticky; top: 100px; }
    .sidebar-card h6 { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: var(--dark); padding-bottom: 12px; border-bottom: 2px solid var(--teal-light); margin-bottom: 20px; }
    .category-list { list-style: none; padding: 0; }
    .category-list li { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #f5f5f5; }
    .category-list li a { text-decoration: none; color: var(--dark); font-size: 0.87rem; transition: color 0.2s; }
    .category-list li a:hover { color: var(--teal); }
    .cat-count { background: var(--bg-light); color: var(--text-muted); border-radius: 50px; padding: 2px 10px; font-size: 0.75rem; font-weight: 600; }
    .recent-post { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
    .recent-post:last-child { border-bottom: none; }
    .recent-post-img { width: 64px; height: 64px; border-radius: 8px; flex-shrink: 0; background: linear-gradient(135deg, #1a3a35, #22a08a); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 1.2rem; }
    .recent-post-info h6 { font-size: 0.85rem; font-weight: 600; color: var(--dark); line-height: 1.4; margin-bottom: 4px; }
    .recent-post-info h6 a { text-decoration: none; color: inherit; transition: color 0.2s; }
    .recent-post-info h6 a:hover { color: var(--teal); }
    .recent-post-info span { font-size: 0.75rem; color: var(--text-muted); }
    .tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
    .tag-pill { border: 1.5px solid #e0e0e0; border-radius: 50px; padding: 5px 16px; font-size: 0.78rem; color: var(--text-muted); text-decoration: none; transition: all 0.2s; }
    .tag-pill:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
    .newsletter-form input { border: 1.5px solid #e0e0e0; border-radius: 8px; padding: 10px 14px; font-size: 0.88rem; width: 100%; margin-bottom: 10px; outline: none; transition: border-color 0.2s; }
    .newsletter-form input:focus { border-color: var(--teal-light); }
    .btn-subscribe { background: var(--teal); color: #fff; border: none; border-radius: 8px; padding: 11px; width: 100%; font-weight: 700; font-size: 0.88rem; transition: background 0.2s; }
    .btn-subscribe:hover { background: var(--teal-light); }

.blog-head-h1{ font-size:clamp(32px,5vw,56px);font-weight:800;color:#fff;line-height:1.1; width: 1140px; margin: 20px 20px;  }
.blog-banner-text{ background:linear-gradient(135deg,#0A1628 0%,#1B3A8C 100%);text-align:center; min-height: 60vh; display: flex; align-items: center; justify-content: center; flex-direction: column;  }

@media (max-width: 900px) {
  .blog-head-h1{ font-size:30px;font-weight:800;color:#fff;line-height:1.5; width: 100%; margin: 20px 20px;  }
  .blog-banner-text{ min-height: 45vh; }
}

/* Phones */
@media (max-width: 600px) {
  .blog-head-h1{ font-size:26px;font-weight:800;color:#fff;line-height:1.5; width: 100%; margin: 20px 20px;  }
  .blog-banner-text{ min-height: 50vh; }
}


.events-grid-section,
.testimonials-grid-section {
    padding: 72px 0 80px;
}

.section-divider {
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, var(--teal), var(--orange));
    border-radius: 2px;
    margin: 0 0 32px;
}

/* ==========================================
   TESTIMONIALS
========================================== */

.testimonials-grid-section {
    padding: 72px 0 80px;
}

.section-divider {
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, var(--teal), var(--orange));
    border-radius: 2px;
    margin: 0 0 32px;
}

.testimonials-grid-section {
    padding: 72px 0 80px;
}

.section-divider {
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, var(--teal), var(--orange));
    border-radius: 2px;
    margin: 0 0 32px;
}

.testimonial-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    transition: all .3s ease;

    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.testimonial-top img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-top h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
}

.testimonial-content {
    flex-grow: 1;
}

.testimonial-content p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.testimonial-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.testimonial-program {
    background: rgba(31,143,130,.12);
    color: var(--teal);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.testimonial-company {
    font-size: 12px;
    font-weight: 700;
    color: var(--dark);
    text-align: right;
}
.testimonial-date {
    display: flex;
    align-items: center;
    gap: 6px;

    margin-top: 4px;

    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}

.testimonial-date i {
    font-size: 11px;
}

/* Responsive */

@media (max-width: 991px) {
    .testimonials-grid-section {
        padding: 60px 0;
    }

    .testimonial-card {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .testimonials-grid-section {
        padding: 50px 0;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-top img {
        width: 52px;
        height: 52px;
    }

    .testimonial-content p {
        font-size: 0.86rem;
    }

    .testimonial-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-company {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .testimonial-card {
        border-radius: 12px;
        padding: 18px;
    }

    .testimonial-top h5 {
        font-size: 0.95rem;
    }
}


/*********************Event***************************/
.events-grid-section {
    padding: 72px 0 80px;
}

.section-divider {
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, var(--teal), var(--orange));
    border-radius: 2px;
    margin: 0 0 32px;
}

.event-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

    background: #fff;
    border-radius: 14px;
    overflow: hidden;

    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);

    text-decoration: none;
    transition: all .3s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

.event-img {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: #f5f5f5;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    object-position: center center;
}

.event-card:hover .event-img img {
    transform: scale(1.05);
}

.event-date-badge {
    position: absolute;
    top: 16px;
    left: 16px;

    background: var(--orange);
    color: #fff;

    font-size: 13px;
    font-weight: 700;
    padding: 10px 12px;

    border-radius: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}

.event-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.event-body h5 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.45;
    margin-bottom: 18px;
}

.event-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.event-footer span {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    font-size: 13px;
    color: var(--text-muted);
}

.event-footer i {
    color: var(--teal);
}

.event-view {
    font-weight: 700;
    color: var(--dark) !important;
    transition: .3s ease;
}

.event-card:hover .event-view {
    color: var(--orange) !important;
}

/* Responsive */

@media (max-width: 991px) {
    .events-grid-section {
        padding: 60px 0;
    }

    .event-img {
        height: 210px;
    }

    .event-body {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .events-grid-section {
        padding: 50px 0;
    }

    .event-img {
        height: 200px;
    }

    .event-body h5 {
        font-size: 1rem;
    }

    .event-footer {
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .event-card {
        border-radius: 12px;
    }

    .event-img {
        height: 190px;
    }

    .event-date-badge {
        top: 12px;
        left: 12px;
        font-size: 12px;
        padding: 8px 10px;
    }

    .event-body {
        padding: 18px;
    }

    .event-footer {
        flex-direction: column;
        gap: 10px;
    }
}

/*****************Footer Social Links*******************/

.footer-social h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    background: #fff;
    color: #000;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}
.btn-gold {
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}





/*====================================================
    TESTIMONIAL MODAL
====================================================*/

.testimonial-modal{
    max-width:700px;
}

#testimonialModal .modal-content{
    border:0;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
    max-height:88vh;
}

#testimonialModal .modal-header{
    background:linear-gradient(135deg,var(--navy),var(--royal));
    color:#fff;
    border:0;
    padding:18px 24px;
}

#testimonialModal .modal-title{
    font-family:var(--font-heading);
    font-size:22px;
    font-weight:800;
    margin-bottom:2px;
}

#testimonialModal .modal-header p{
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:13px;
}

#testimonialModal .btn-close{
    filter:invert(1);
    opacity:.9;
}

#testimonialModal .modal-body{
    padding:22px 24px;
    overflow-y:auto;
    max-height:calc(88vh - 135px);
    background:#fff;
}

#testimonialModal .modal-footer{
    border:0;
    padding:0px 24px 22px;
    background:#fff;
}

/*=====================================
    FORM
======================================*/

.testimonial-form .row{
    --bs-gutter-x:1rem;
    --bs-gutter-y:1rem;
}

.testimonial-form label{
    font-size:13px;
    font-weight:700;
    color:var(--navy);
    margin-bottom:6px;
}

.testimonial-form .required{
    color:#dc3545;
}

.testimonial-form .form-control,
.testimonial-form .form-select{

    height:46px;

    border:1px solid #d8dee8;

    border-radius:10px;

    font-size:14px;

    padding:0 14px;

    transition:.25s;
}

.testimonial-form textarea.form-control{

    min-height:95px;

    max-height:140px;

    resize:vertical;

    padding:12px 14px;
}

.testimonial-form .form-control:focus,
.testimonial-form .form-select:focus{

    border-color:var(--gold);

    box-shadow:0 0 0 3px rgba(245,166,35,.15);
}

.testimonial-form .form-control::placeholder{

    color:#a4a9b3;
}

/*=====================================
    FILE UPLOAD
======================================*/

.upload-box{

    border:2px dashed #d8dee8;

    border-radius:12px;

    padding:14px;

    text-align:center;

    background:#fafbfd;

    transition:.3s;
}

.upload-box:hover{

    border-color:var(--gold);

    background:#fffdf8;
}

.upload-box i{

    font-size:24px;

    color:var(--gold);

    margin-bottom:6px;
}

.upload-box h6{

    font-size:15px;

    font-weight:700;

    color:var(--navy);

    margin-bottom:4px;
}

.upload-box p{

    font-size:12px;

    color:var(--gray);

    margin-bottom:10px;
}

.upload-box input[type=file]{

    font-size:13px;
}

/*=====================================
    BUTTONS
======================================*/

.btn-submit-testimonial{

    background:var(--gold);

    color:var(--navy);

    border:none;

    border-radius:10px;

    font-size:14px;

    font-weight:700;

    padding:12px 24px;

    transition:.3s;
}

.btn-submit-testimonial:hover{

    background:#ffb938;

    color:var(--navy);

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(245,166,35,.30);
}

.btn-modal-cancel{

    background:#f3f4f6;

    color:#555;

    border:none;

    border-radius:10px;

    padding:12px 22px;

    font-size:14px;

    font-weight:600;
}

.btn-modal-cancel:hover{

    background:#e9ecef;
}

/*=====================================
    SUCCESS
======================================*/

.testimonial-success{

    text-align:center;

    padding:40px 20px;
}

.testimonial-success i{

    font-size:60px;

    color:var(--green);

    margin-bottom:15px;
}

.testimonial-success h3{

    font-family:var(--font-heading);

    font-size:26px;

    font-weight:800;

    color:var(--navy);

    margin-bottom:10px;
}

.testimonial-success p{

    color:var(--gray);

    max-width:420px;

    margin:auto;

    line-height:1.7;
}

/*=====================================
    MOBILE
======================================*/

@media(max-width:768px){

    .testimonial-modal{

        max-width:96%;
    }

    #testimonialModal .modal-header{

        padding:16px 18px;
    }

    #testimonialModal .modal-body{

        padding:18px;
    }

    #testimonialModal .modal-footer{

        padding:16px 18px 18px;
    }

    #testimonialModal .modal-title{

        font-size:20px;
    }

    .testimonial-form .form-control,
    .testimonial-form .form-select{

        height:44px;
    }

    .testimonial-form textarea.form-control{

        min-height:90px;
    }
}