*{margin: 0;  padding: 0;text-decoration: none;box-sizing: border-box;list-style: none;} body,html{overflow-x: hidden; overflow-y: scroll; font-family: candara; background: black;}

:root {
      --bg-base:    #0a0a0b;
      --bg-card:    #111114;
      --bg-lift:    #18181d;
      --border:     rgba(255,255,255,0.07);
      --gold:       #c9a84c;
      --gold-light: #e8c96a;
      --gold-dim:   rgba(201,168,76,0.12);
      --red:        #d94f4f;
      --text-1:     #f0ede8;
      --text-2:     #9d9a95;
      --text-3:     #5a5855;
      --radius-sm:  6px;
      --radius-md:  12px;
      --radius-lg:  20px;
        --accent: #d4af37;

        

    }

        




nav{
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgb(0, 29, 158); 
  z-index: 9999; 
  box-sizing: border-box;
}


.brand-name{
  display: flex;
  gap: 0;
  top: 10px;
  color: white;
  position: absolute; 
  white-space: nowrap;
  margin-right: auto;
}

.brand-name svg{ font-size: 2rem; flex-shrink: 0;  margin-right: -15px;}



.mid-brand-name{
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: 600;
  color: gold;
  font-size: 3rem;
  line-height: 1;
  margin-top: 4px; 
}


.last-brand-name{
  font-family: monospace;
  font-weight:1000;
  font-size: 3rem;
  align-items: center;
  color: white; 
  margin-left: -2px;
}


nav ul{
  float: right;
  margin-right: 25px;  
}

nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 15px;
 
}

nav ul li a{
  position: relative;
  color: white;
  font-size: 15px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 500;
}

nav ul li a:hover{
  color: yellow;
}

nav ul li a::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s linear;
}


nav ul li a:hover::before{
  transform: scaleX(1);
  transform-origin: left;
}

label #btn,
label #cancel{
  color: rgb(255, 255, 255);
  font-size: 30px;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check{
  display: none;
}

.progress-container{
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 2px;
  background:rgba(0,0,0,0.08);
  z-index: 1;
 
}

.progress-bar{
  height: 100%;
  width: 0%;
  background:red;
  transition:width 0.1s ease;
   box-shadow:0 0 10px rgba(0,87,255,0.5);

}


@media (max-width: 1024px) {
  
  nav .brand-name{
   left: unset;
    top: 15px;
     
  }

  nav ul{
    float: right;
    margin-right: 10px;
  }

  nav ul li {
    margin: 0 8px;
  }

  nav ul li a{
      font-size: 10px;
  }
  
}

@media  (max-width: 680px) {
  label #btn{
      display: block;
  }

  .topbar-men ul{
   position: fixed ;
    width: 100%;
    height: 100vh;
    background: rgb(0, 29, 158);
    top: 80px;
    left: -100%;
    text-align: left;
    transition: all .5s;
    z-index: 3;
  }

  nav ul li{
      
      display: block;
      margin: 50px 50px 50px;
      line-height: 30px;
  }

  nav ul li a{
      font-size: 18px;

  }

  #check:checked ~ ul{
      left: 0;
  }

  #check:checked ~  label #btn{
      display: none;
  }

  #check:checked ~ label #cancel{
      display: block;
      
  }
  

}

/* START HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */





/* DARK MODE BUTTON!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* ── Dark mode overrides ── */
    body.dark-mode {
      background-color: #121212;
      color: lightgray;
    }
    
    body.dark-mode nav ul li a {
      color:grey;
    }
    body.dark-mode .webpage-header a {
      color: #b0aeff;
    }
    body.dark-mode .google-btn{background-color: #111110;}  body.dark-mode .google-btn__icon{background-color: #111110;}

    body.dark-mode .google-btn__text{color: grey;}


    body.dark-mode h1{
      color: grey;
    }
    body.dark-mode h2{
      color: green;
    }

    body.dark-mode p{
      color:lightgrey;
    }

    body.dark-mode .deck {
      color: #b0aea6;
      border-left-color: #7F77DD;
    }
    body.dark-mode .ads-for-web {
      background-color: rgba(255,255,255,0.08);
    }
    body.dark-mode .recommended-story {
      background-color: #252523;
      border-color: rgba(255,255,255,0.08);
    }
    body.dark-mode .recommended-story a {
      color: #c8c6be;
    }
    body.dark-mode footer {
      background-color: #111110;
      color: #c8c6be;
    }
    body.dark-mode footer a {
      color: #b0aeff;
    }
    body.dark-mode .article-body-for-web {
      background-color: #1c1c1a;
    }
    
    body.dark-mode .highlight-box {
      background-color: #252523;
      border-color: #534AB7;
    }
    body.dark-mode .key-point {
      background-color: #252523;
    }
    body.dark-mode .web-stories {
      background-color: #11111010;
    }
    body.dark-mode .related {background-color: rgba(255,255,255,0.1); } 
    body.dark-mode .related a {color: #888782;}

    body.dark-mode .read-more{background-color: #252523}  body.dark-mode .read-more a{ color: #c8c6be;}
    

    
    body.dark-mode .details,
    body.dark-mode .imgadd {
      color: #888782;
    }

    body.dark-mode #ihf-wa-popup { background: #0a0c07; }
    body.dark-mode #ihf-wa-popup::before {
      background: radial-gradient(circle, rgba(37,211,102,0.10) 0%, transparent 70%);
    }

    /* ── Dark mode toggle button ── */
    .dark-toggle-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
     
    }
    .dark-toggle-label {
      font-size: 15px;
      color: inherit;
      opacity: 0.6;
      transition: opacity 0.3s;
      white-space: nowrap;
      color: white;
      font-weight: bold;
      
      margin: 5px 10px;
    }
    .dark-toggle-label.active {
      opacity: 1;
      font-weight: bold;
    }
    .dark-toggle-track {
      position: relative;
      width: 48px;
      height: 26px;
      border-radius: 100px;
      background: #d0cfc6;
      border: none;
      cursor: pointer;
      padding: 0;
      outline: none;
      transition: background 0.35s;
      flex-shrink: 0;
    }
    .dark-toggle-track:focus-visible {
      box-shadow: 0 0 0 3px rgba(83,74,183,0.4);
    }
    body.dark-mode .dark-toggle-track {
      background: #534AB7;
    }
    .dark-toggle-thumb {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
    }
    body.dark-mode .dark-toggle-thumb {
      transform: translateX(22px);
    }
    .toggle-icon-sun,
    .toggle-icon-moon {
      position: absolute;
      transition: opacity 0.2s, transform 0.2s;
      color: #888;
      line-height: 1;
    }
    .toggle-icon-sun  { opacity: 1;  transform: scale(1);   }
    .toggle-icon-moon { opacity: 0;  transform: scale(0.6); }
    body.dark-mode .toggle-icon-sun  { opacity: 0;  transform: scale(0.6); }
    body.dark-mode .toggle-icon-moon { opacity: 1;  transform: scale(1); color: #7F77DD; 
  }

  /* START HERE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1 */

  .breadcrumb {
      display: flex; align-items: center; gap: 8px;
      padding: clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,5vw,3.5rem) 0;
      font-size: 0.78rem;
      color: var(--text-3);
      font-family: 'DM Mono', monospace;
      letter-spacing: 0.5px;
      margin-top: 60px;
    }
    .breadcrumb a { color: var(--text-3); text-decoration: none; transition: color 0.2s; }
    .breadcrumb a:hover { color: var(--gold); }
    .breadcrumb .sep { color: var(--text-3); }
    .breadcrumb .current { color: var(--gold); }

      /* ─── PROFILE HERO ─── */
    .profile-hero {
      position: relative;
      padding: clamp(2rem,5vw,4rem) clamp(1.25rem,5vw,3.5rem) 0;
      overflow: hidden;
    }
 
    .profile-hero-bg {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(201,168,76,0.06) 0%, transparent 70%);
      pointer-events: none;
    }
 
    .profile-hero-inner {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: clamp(1.5rem, 4vw, 3.5rem);
      align-items: start;
      max-width: 1120px;
      margin: 0 auto;
      position: relative; z-index: 1;
    }
 
    /* Photo */
    .author-photo-wrap {
      position: relative;
      flex-shrink: 0;
    }
    .author-photo-frame {
      width: clamp(140px, 18vw, 220px);
      aspect-ratio: 1;
      border-radius: 50%;
      padding: 3px;
      background: conic-gradient(var(--gold), var(--gold-light), #8b6e2a, var(--gold));
      position: relative;
    }
    .author-photo-frame::after {
      content: '';
      position: absolute; inset: -8px;
      border-radius: 50%;
      border: 1px solid rgba(201,168,76,0.2);
    }
    .author-photo {
      width: 100%; height: 100%;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      /* Placeholder gradient simulating a photo */
      background: linear-gradient(135deg, #1e2a38 0%, #2d3a4a 40%, #1a252f 100%);
    }
    /* Silhouette placeholder */
    .photo-placeholder {
      width: 100%; height: 100%;
      border-radius: 50%;
      background: linear-gradient(160deg, #1b2838 0%, #243447 55%, #161e27 100%);
      display: flex; flex-direction: column;
      align-items: center; justify-content: flex-end;
      overflow: hidden;
    }
    .photo-placeholder svg {
      width: 62%; margin-bottom: -4%;
    }
 
    .author-badge {
      position: absolute; bottom: 4px; right: 4px;
      background: var(--gold);
      color: var(--bg-base);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 20px;
      white-space: nowrap;
      box-shadow: 0 2px 12px rgba(201,168,76,0.4);
    }
 
    /* Info */
    .author-info { padding-top: 0.5rem; }
 
    .author-category {
      font-family: 'DM Mono', monospace;
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 0.75rem;
    }
 
    .author-name {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 900;
      line-height: 1.05;
      color: var(--text-1);
      margin-bottom: 0.5rem;
    }
 
    .author-title {
      font-size: clamp(0.85rem, 1.8vw, 1rem);
      color: var(--text-2);
      font-weight: 400;
      margin-bottom: 1.5rem;
      line-height: 1.5;
    }
    .author-title strong { color: var(--gold); font-weight: 600; }
 
    .author-bio {
      font-size: 0.92rem;
      line-height: 1.8;
      color: var(--text-2);
      max-width: 580px;
      margin-bottom: 2rem;
    }
 
    /* Stats row */
    .author-stats {
      display: flex; flex-wrap: wrap; gap: 1.5rem;
      margin-bottom: 2rem;
    }
    .stat-item { display: flex; flex-direction: column; gap: 2px; }
    .stat-value {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      font-weight: 700;
      color: var(--text-1);
      line-height: 1;
    }
    .stat-value span { color: var(--gold); }
    .stat-label {
      font-size: 0.72rem;
      color: var(--text-3);
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .stat-divider {
      width: 1px; background: var(--border);
      align-self: stretch;
    }
 
    /* Social row */
    .author-social {
      display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center;
    }
    .social-link {
      display: flex; align-items: center; gap: 8px;
      padding: 9px 16px;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      background: var(--bg-lift);
      color: var(--text-2);
      text-decoration: none;
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.3px;
      transition: all 0.2s;
    }
    .social-link:hover {
      border-color: var(--gold);
      color: var(--gold);
      background: var(--gold-dim);
    }
    .social-link svg { width: 15px; height: 15px; fill: currentColor; }
 
    .follow-btn {
      padding: 10px 22px;
      background: var(--gold);
      color: var(--bg-base);
      border: none;
      border-radius: var(--radius-sm);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
    }
    .follow-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
 
    /* ─── DIVIDER ─── */
    .section-divider {
      max-width: 1120px; margin: 3.5rem auto 0;
      padding: 0 clamp(1.25rem,5vw,3.5rem);
    }
    .section-divider hr {
      border: none;
      border-top: 1px solid var(--border);
    }
 
    /* ─── EXPERTISE ─── */
    .expertise-section {
      padding: 3rem clamp(1.25rem,5vw,3.5rem);
      max-width: 1120px;
      margin: 0 auto;
    }
    .section-label {
      font-family: 'DM Mono', monospace;
      font-size: 0.7rem;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1.5rem;
    }
    .expertise-tags {
      display: flex; flex-wrap: wrap; gap: 0.6rem;
    }
    .tag {
      padding: 7px 16px;
      border: 1px solid var(--border);
      border-radius: 30px;
      font-size: 0.8rem;
      color: var(--text-2);
      background: var(--bg-lift);
      cursor: default;
      transition: all 0.2s;
    }
    .tag:hover { border-color: var(--gold); color: var(--gold); }
    .tag.active { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }
 

        
  .tail-container {
   font-family: 'Inter', system-ui, sans-serif;
  }
        
  .heading-font {
   font-family: 'Playfair Display', sans-serif;
  }
  .hero-bg {
    background: linear-gradient(180deg, rgba(10,10,10,0.85), rgba(10,10,10,0.95));

    margin-top: 40px;
  }

  .article-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
        
  .article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  }

  .profile-img {
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  }
        
 .profile-img:hover {
    transform: scale(1.03);
  }

  /* ─── ARTICLES ─── */
    .articles-section {
      padding: 0 clamp(1.25rem,5vw,3.5rem) 5rem;
      max-width: 1120px; margin: 0 auto;
    }
    .articles-header {
      display: flex; align-items: baseline; justify-content: space-between;
      margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem;
    }
    .articles-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.4rem, 3vw, 2rem);
      font-weight: 700;
      color: var(--text-1);
    }
    .articles-title span { color: var(--gold); }
    .view-all-link {
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--gold);
      text-decoration: none;
      letter-spacing: 0.5px;
      display: flex; align-items: center; gap: 5px;
      transition: gap 0.2s;
    }
    .view-all-link:hover { gap: 8px; }
 
    /* Featured card */
    .articles-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
 
    .article-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
      position: relative;
    }
    .article-card:hover {
      transform: translateY(-4px);
      border-color: rgba(201,168,76,0.3);
      box-shadow: 0 16px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(201,168,76,0.1);
    }
 
    .article-card.featured {
      grid-column: span 2;
    }
 
    .card-image {
      width: 100%; aspect-ratio: 16/9;
      position: relative; overflow: hidden;
      flex-shrink: 0;
    }
    .article-card.featured .card-image { aspect-ratio: 16/8; }
 
    .card-image-bg {
      width: 100%; height: 100%;
      display: flex; align-items: center; justify-content: center;
      font-size: 3rem;
      transition: transform 0.4s;
    }
    .article-card:hover .card-image-bg { transform: scale(1.04); }

    .card-img-1 { background: linear-gradient(135deg, #0d1b2a 0%, #1a3a5c 50%, #0a1628 100%); }
    .card-img-2 { background: linear-gradient(135deg, #1a0a0a 0%, #3d1515 50%, #120808 100%); }
    .card-img-3 { background: linear-gradient(135deg, #0a1a0d 0%, #1a3d1f 50%, #081208 100%); }
    .card-img-4 { background: linear-gradient(135deg, #1a1a0a 0%, #3a3810 50%, #121209 100%); }
    .card-img-5 { background: linear-gradient(135deg, #0d0a1a 0%, #271a3d 50%, #09081a 100%); }
 
    .card-category-badge {
      position: absolute; top: 12px; left: 12px;
      font-size: 0.65rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding: 4px 10px;
      border-radius: 3px;
      background: var(--red);
      color: #fff;
    }
    .card-category-badge.gold { background: var(--gold); color: var(--bg-base); }
    .card-category-badge.teal { background: #2a8a8a; color: #fff; }
    .card-category-badge.green { background: #2e7d32; color: #fff; }
    .card-category-badge.purple { background: #6a2fa0; color: #fff; }
 
    .card-body {
      padding: 1.25rem 1.4rem 1.4rem;
      display: flex; flex-direction: column; flex: 1;
    }
 
    .card-meta-top {
      display: flex; align-items: center; gap: 8px;
      font-family: 'DM Mono', monospace;
      font-size: 0.7rem;
      color: var(--text-3);
      margin-bottom: 0.75rem;
    }
    .card-meta-top .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--text-3); }
 
    .card-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(0.9rem, 1.5vw, 1.1rem);
      font-weight: 700;
      color: var(--text-1);
      line-height: 1.4;
      margin-bottom: 0.75rem;
      transition: color 0.2s;
    }
    .article-card:hover .card-title { color: var(--gold); }
    .article-card.featured .card-title { font-size: clamp(1rem, 2vw, 1.35rem); }
 
    .card-excerpt {
      font-size: 0.83rem;
      color: var(--text-3);
      line-height: 1.7;
      flex: 1;
      margin-bottom: 1rem;
    }
 
    .card-footer {
      display: flex; align-items: center; justify-content: space-between;
      padding-top: 0.85rem;
      border-top: 1px solid var(--border);
    }
    .card-read-time {
      font-size: 0.73rem;
      color: var(--text-3);
      font-family: 'DM Mono', monospace;
    }
    .card-arrow {
      width: 28px; height: 28px;
      border-radius: 50%;
      border: 1px solid var(--border);
      display: grid; place-items: center;
      color: var(--text-3);
      transition: all 0.2s;
    }
    .article-card:hover .card-arrow {
      border-color: var(--gold);
      color: var(--gold);
      background: var(--gold-dim);
    }

    @keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
     to   { opacity: 1; transform: translateY(0); }
    }
  .profile-hero-inner { animation: fadeUp 0.6s ease both; }
  .expertise-section  { animation: fadeUp 0.6s 0.15s ease both; }
  .articles-section   { animation: fadeUp 0.6s 0.25s ease both; }
 

  


/* NEW CTA BOX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */




  .section-for-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #121212;
    bottom: 0;
    min-height: 100vh; 
   
  }

  .section-for-footer p{
    color: grey;
  }

  .footer-brand-name{
    display: flex;
    gap: 0;
    white-space: nowrap;
    margin-right: auto; 
  }

  .footer-brand-name .mid-brand-name{
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: 600;
    color: gold;
    font-size: 3rem;
    line-height: 1;
    margin-top: 10px; 
  }

  .footer-brand-name svg{ font-size: 2rem; flex-shrink: 0;  margin-right: -12px;}

  .first-content-footer{
    width: 40%;
    margin: 20px;
  }


 .second-content-footer{
  width: 60%;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
 } 

 .second-content-sub-one{
    padding-right:200px;

 }

 .second-content-sub-one ul li a{
  line-height: 40px;
  color: grey;
  margin: 0 5px;
  transition: all 0.3s ease;
  white-space:nowrap;
  
 }



 .second-content-sub-one i{
  margin-right: 5px;
 }

 .second-content-sub-one ul li a:hover{
  color:rgb(0, 140, 255); transform: translateY(-3px);
 }


 
 .footer-more{
  margin: 0;
  color: white;
  flex-direction: column;
  font-weight: bold;
 }

 .footer-more::after{
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, lightblue, rgb(0, 140, 255), purple);
  margin-top: 5px;

 }
 .before-section{
  content: '';
  position: absolute;
  width: 98%;
 
  height: 2px;
  background: linear-gradient(to right, #22d3ee, #a855f7);
 }


 .last-footer-section{
  display: flex;
  flex-direction: row;
  background-color: #121212;
 
 }

 .footer-socials{
  margin: 20px;
  
 }

 .footer-socials  i {
  margin-right: 30px;
  font-size: 1.3rem;
  color: grey;
  transition: all 0.3s ease;
  
 } .footer-socials i:hover{color: white; transform: translateY(-3px);}



 .rights-reserved{
  display:flex;
  gap: 10px;
  margin: 20px;
  font-size: 1rem;
  justify-content: center;
  margin-left:350px ;
  color: #BAC4C8;
 }

 .rights-reserved a{
  color:#BAC4C8 ;
  text-decoration: underline;
  font-weight: bold;
 }

 

 .footer-links{
  display: flex;
  text-align: center;
  gap: 20px;
  margin: 20px;
  margin-left: auto;
 }

 .footer-links a{
  color: #BAC4C8; transition: all 0.3s ease;
 }

 .footer-links a:hover{color: white; }




 

 


 @media (max-width: 900px) {
   .articles-grid { grid-template-columns: repeat(2, 1fr); }
    .article-card.featured { grid-column: span 2; }
  }




@media(max-width:680px){

 
  body.dark-mode nav ul {
    background-color: black;
  }

   .hero-bg {
    margin-top: 300px;
  }

  .grid {
    margin-top: -120px;
  }

  .nav-links { display: none; }
      .nav-hamburger { display: flex; }
 
      .profile-hero-inner {
        grid-template-columns: 1fr;
      }
      .author-photo-wrap {
        display: flex; justify-content: center;
      }
      .author-info { text-align: center; }
      .author-bio { margin: 0 auto 2rem; }
      .author-stats { justify-content: center; }
      .author-social { justify-content: center; }
 
      .articles-grid { grid-template-columns: 1fr; }
      .article-card.featured { grid-column: span 1; }
    }

     @media (max-width: 400px) {
      .stat-divider { display: none; }
    }



  .footer-line p{
    width: 100%;
    color: rgb(255, 255, 255);
  font-size: 0.7rem;
  font-weight: bolder;
  text-align: center;
  }
  .section-for-footer{ 
    flex-direction: column;
  }

  .first-content-footer{
    width: fit-content;
  }

  .second-content-footer{
    width: 100%;margin:20px; flex-direction: column;
  }
  .second-content-sub-one{margin-bottom: 30px;}

  .last-footer-section{display: flex; flex-direction: column;}

  .footer-socials{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rights-reserved{
   margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px 10px  ;
    gap: 20px;
    white-space: nowrap;
   
  }
  

@media(max-width:480px){

  .rights-reserved{
   margin: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: small;
  }

  .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px 10px  ;
    gap: 20px;
    white-space: nowrap;
    font-size: small;
   
  }

}


