*{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; }
nav{
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  /* background: rgb(0, 29, 158);  */
  background: linear-gradient(120deg, rgb(0,29,158) 50%,  #031d44 100%);
  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: bolder;
}

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;
      
  }
  

}

/* ── 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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


.header-for-web{
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.webpage-header{

  min-width: 60%;
  margin: 10px;
}
.info-line{
  margin: 10px;
  background-color: brown;
  width: 38px;
  height: 3px;
}



.webpage-header a{
  color: rgba(0, 0, 0, 0.986);
  font-weight: bolder;

}
.web-mode{
  display: flex;
  flex-direction: row;
  margin: 10px;
} 

.web-mode a {font-size: 12px; color: blue;}

.disc-google{display: flex; margin-left: auto; margin-top: -15px;}

.google-btn {display: inline-flex; align-items: center;text-decoration: none; background: #ffffff; border: 1px solid #dadce0;border-radius: 6px;
      overflow: hidden; height: 50px; transition: box-shadow 0.2s ease,  border-color 0.2s ease, transform 0.15s ease; box-shadow: 0 1px 3px rgba(0,0,0,0.08);  cursor: pointer;  position: relative;}

    .google-btn:hover { box-shadow: 0 4px 16px rgba(66,133,244,0.18),  0 1px 4px rgba(0,0,0,0.1);  border-color: #4285f4; transform: translateY(-2px);}
 
    .google-btn:active {transform: translateY(0); box-shadow: 0 1px 4px rgba(0,0,0,0.1);}
 
    .google-btn::after {content: ''; position: absolute; inset: 0; border-radius: 6px; opacity: 0; }
 
    .google-btn:hover::after { animation: ripple-ring 1.5s ease-out infinite;opacity: 1; }

     @keyframes ripple-ring {
      0%   { box-shadow: 0 0 0 0   rgba(66,133,244,0.30); }
      70%  { box-shadow: 0 0 0 9px rgba(66,133,244,0.00); }
      100% { box-shadow: 0 0 0 0   rgba(66,133,244,0.00); }
    }
 
    /* Icon cell — Font Awesome Google brand icon */
    .google-btn__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      background: #fff;
      flex-shrink: 0;
    }
 
    .google-btn__icon .fa-google {
      font-size: 22px;
      /* Replicate Google's brand blue on the FA icon */
      color: #4285f4;
    }

    .google-btn__divider {
      width: 1px;
      height: 26px;
      background: #dadce0;
      flex-shrink: 0;
    }
 
    /* Label */
    .google-btn__text {
      padding: 0 22px 0 18px;
      font-family: 'Google Sans', 'DM Sans', sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: #3c4043;
      white-space: nowrap;
      letter-spacing: 0.01em;
    }
 
    .g-blue   { color: #4285f4; }
    .g-red    { color: #ea4335; }
    .g-yellow { color: #fbbc05; }
    .g-green  { color: #34a853; }

.webpage-header h1{ color:black; font-size:2.5rem; text-align: left; font-family: 'Segoe UI', system-ui, sans-serif;}


 


.webpage-header .Sirv{
  
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  
}

.red-line{
  content: '';
  border: 1px solid brown;
  margin: 10px;
  height: 50px;
  width: 10px;
}  

/* 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 .mid-brand-name{
      color: gold;
    }
    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%);
    }

    





.imgadd{
  text-align: center;
  color: black;
  letter-spacing: 1px;
  margin-top: 0; 
  font-style: italic;
  opacity: 0.5;
}

.author-info{margin: 10px;}



.auth-by{font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888780;
  font-family: 'Source Serif 4', serif;
  font-weight: 300;
}

.author-name{
  margin-right: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a18;
  margin: 0 0 2px;
  letter-spacing: -0.01em;
  text-decoration: underline;
}

.byline-dot{
  margin-left: 5px;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: brown;
  display: inline-block;
}

.read-time, .byline-date{
  font-size: 12px;
  color: #888780;
  font-weight: 300;  
}

.details{
  font-style: italic;
  border-left: 2px solid darkred;
  padding: 0 10px ;
  text-align: left;
  font-size: 13px; 
}





.sharing-section {
  display: flex;
  gap: 10px;
  border-left: 2px solid black;
  
}

.share-buttons{
  margin: 10px;
   display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;

}

.share-btn {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 14px;
}



.share-btn:hover { transform: translateY(-3px);}

.copied-message {text-align: center; margin-top: 15px; color: #6b0ab9;font-weight: 500; opacity: 0;transition: opacity 0.3s;}
.copied-message.show {  opacity: 1; }

.fa-square-facebook{color: blue;} .fa-whatsapp{color: green;} .fa-copy{color: rgb(0, 140, 255);}


.ads-for-web{min-width: 600px; height: 90px; background-color: rgba(0, 0, 0, 0.308); margin:10px; }


.content-for-web{
  width: 100%;
  display: flex;  
  flex-direction: row;
}

.article-body-for-web{
 
  width: 60%;
  margin: 20px;
  
}
 
.article-body-for-web h2{ font-size: clamp(22px,) 3vw 30px; font-weight: bold; margin: 10px;line-height: 1.25; text-align: left;  }
h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: blue;
    margin-bottom: 5px;
  } 



h3{color: rgb(129, 111, 6); margin: 10px; font-size: 1.2rem; font-weight: 700;}

.article-body-for-web p{
  margin: 20px 20px 40px 20px;
  line-height: 43px;
  color: black;
  font-weight: 500;
  font-size: 16px;
}

.article-body-for-web a{text-decoration: underline;}

.article-body-for-web .web-stories {
  color: darkred;

  background-color: rgb(255, 255, 255);
  margin-bottom: -10px;
  margin: -10px 2px;
  font-size: 1rem;
  font-weight: 700;
}

.article-body-for-web ul li{
  margin: 10px;
  list-style: decimal;
  line-height: 35px;
}


.related{
  width: 100%;
  height: 10rem;
  display: flex;
  flex-direction: row;
  z-index: 1;
  background-color: #F5F5F5;
}

.related a{
 
  margin:20px 10px 20px 50px ; 
  display: flex;
  color:blue;
  text-decoration: none;
  line-height: 25px;
  font-size: 1rem;
  word-spacing: 1px;
 
  
}
.related a:hover{
  text-decoration: underline;
}

.related a img{
  width: 15rem;
  height:10rem;
  margin: -20px 20px -20px -50px ; 
  
  border-left: 2px solid gold;
  

}

.article-ads {

  width: 100%;
  height: 25rem;
  background-color: rgba(0, 0, 0, 0.226);
  margin: 50px 10px 50px 10px;
  padding: 10px;
}

.end-article-ads {
  width: 100%;
  height: 25rem;
  background-color: rgba(0, 0, 0, 0.226);
  margin: 50px 10px 50px 10px;
  padding: 10px;
}


.key-point{
  background: #e3f2fd;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  border-left: 4px solid #2196f3;
}

.highlight-box{
  background: #fff8e1;
  padding: 20px;
  border-left: 4px solid #ffa726;
 margin: 25px 0;
  border-radius: 5px;
}



.embedded-post{
  width: 90%;
  height: auto;
  margin: 20px ;
}

.twitter-tweet{
  width: 90%;
}


.article-img{
  width: 100%;
  text-align: center;
} .article-img img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* WHATSAPP POPUP — scoped with ihf-wa-    ══════════════════════════════════════════ */

.popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.65);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;

  opacity:0;
  visibility:hidden;
  transition:0.5s ease;
  padding:20px;
}

.popup-overlay.show{
  opacity:1;
  visibility:visible;
}

    /* POPUP BOX */
    .popup-box{
        width:100%;
        max-width:420px;
        background:#ffffff;
        border-radius:24px;
        overflow:hidden;
        position:relative;
        animation:popupBounce 0.7s ease;
        box-shadow:0 20px 60px rgba(0,0,0,0.35);
    }

    @keyframes popupBounce{
        0%{
            transform:scale(0.6) translateY(80px);
            opacity:0;
        }
        70%{
            transform:scale(1.03);
        }
        100%{
            transform:scale(1);
            opacity:1;
        }
    }

    /* TOP SECTION */
    .popup-top{
        background:linear-gradient(135deg,#00c853,#00e676);
        padding:40px 30px;
        text-align:center;
        color:#fff;
        position:relative;
    }

    .whatsapp-icon{
        width:85px;
        height:85px;
        background:#fff;
        color:#00c853;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:45px;
        margin:0 auto 18px;
        box-shadow:0 10px 25px rgba(0,0,0,0.2);
        animation:pulse 1.5s infinite;
    }

    @keyframes pulse{
        0%{
            transform:scale(1);
        }
        50%{
            transform:scale(1.08);
        }
        100%{
            transform:scale(1);
        }
    }

    .popup-top .exlc-upd{
        font-size:2rem;
        margin-bottom:12px;
        line-height:1.2;
        font-weight:800;
    }

    .popup-top p{
        font-size:1rem;
        line-height:1.6;
        opacity:0.95;
    }

    /* CONTENT */
    .popup-content{
        padding:30px;
    }

    .benefits{
        display:grid;
        gap:15px;
        margin-bottom:28px;
    }

    .benefit{
        display:flex;
        align-items:center;
        gap:12px;
        background:#f5fff8;
        padding:14px;
        border-radius:14px;
        border:1px solid #d7ffe3;
    }

    .benefit span{
        font-size:1.3rem;
    }

    .benefit p{
        color:#222;
        font-size:0.95rem;
        font-weight:600;
    }

    /* CTA BUTTON */
    .join-btn{
        display:block;
        align-items:center;
        justify-content:center;
        gap:10px;
        width:100%;
        text-decoration:none;
        background:linear-gradient(135deg,#00c853,#00e676);
        color:#fff;
        padding:18px;
        border-radius:16px;
        font-size:1.1rem;
        font-weight:800;
        transition:0.3s ease;
        box-shadow:0 10px 25px rgba(0,200,83,0.35);
    }

    .join-btn:hover{
        transform:translateY(-3px) scale(1.02);
        box-shadow:0 15px 35px rgba(0,200,83,0.45);
    }

    /* CLOSE BUTTON */
    .close-btn{
        position:absolute;
        top:15px;
        right:15px;
        width:40px;
        height:40px;
        border:none;
        border-radius:50%;
        background:rgba(255,255,255,0.2);
        color:#fff;
        font-size:1.4rem;
        cursor:pointer;
        backdrop-filter:blur(6px);
        transition:0.3s ease;
    }

    .close-btn:hover{
        background:#fff;
        color:#111;
        transform:rotate(90deg);
    }
  




.read-more{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: -10px;
  background-color: #F5F5F5;

  
}
.read-more p{
  color: red;
  font-size: 2rem;
  font-weight: 900;
  margin: 10px 0 0 10px;
}


.read-more ul li {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  line-height: 30px;
  border-left: 2px solid rgb(0, 60, 170);
  
}

.read-more a{
  display: flex;
  flex-direction: row;
  color: black;
  font-size: 16px;
  text-decoration: none;

}


.read-more ul li  img{
  aspect-ratio: 3/2;
  display: flex;
  flex-direction: column;
  width: 12rem;
  margin: 5px 10px 10px 10px;

}


.read-more ul li a:hover{
  text-decoration: underline;  
}

/* NEW CTA BOX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.follow-us {
      background: linear-gradient(135deg, #0f172a 0%, #1e2937 100%);
      color: white;
      padding: 30px 20px;
      text-align: center;
      margin: 30px 0;
    }


    .section-header {
      margin-bottom: 50px;
    }

    .section-header .info-text {
      font-size: 2rem;
      margin-bottom: 12px;
      background: linear-gradient(90deg, #60a5fa, #a78bfa);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
    }

    .section-header p {
      font-size: 1rem;
      color: #cbd5e1;
      max-width: 500px;
      margin: 0 auto;
      line-height: 1.6;
      
    }



     .follow-us .foll-card:hover{
      transform: translateY(-12px);
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.25);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    

    .follow-us i:hover {
      transform: scale(1.5);
    }

    .x-icon { color: #ffffff; }
    .fb-icon { color: #1877f2; }
    .wa-icon { color: #25d366; }

   
.follow-us a i{
  transition: transform 0.5s ease;
   
   padding: 0 10px;
   font-size: 20px;
} 




.recommended-story{
  width:40%;
  margin: 20px;
  padding: 0 ;
  line-height: 35px;
}
.recommended-story p{
  color: red;
  font-size: 2rem;
  font-weight: 900;
}
.recommended-story ul li {
  color: black;
  border-left: 2px solid black;
  padding:  5px;
  margin: 10px;
}
.recommended-story ul li a:hover{
  text-decoration: underline;  
}
.recommended-story ul li a{
  color: black;
  font-weight: 500;
  font-size: 15px;
}

.advert{
  color:black;
  border: 2px solid white;
  border-width: 10px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.29);
  text-align: center;
}


/* SECTION F0R POP-UP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 10000;
      backdrop-filter: blur(8px);
    }

    .popup {
      background: white;
      width: 100%;
      max-width: 360px;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
      animation: slideUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .popup-header {
      background: linear-gradient(135deg, #25D366, #1A9C6B);
      color: white;
      padding: 28px 24px 20px;
      text-align: center;
      position: relative;
    }

    .close-btn {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 36px;
      height: 36px;
      background: rgba(255,255,255,0.25);
      border: none;
      border-radius: 50%;
      color: white;
      font-size: 22px;
      cursor: pointer;
    }

    .whatsapp-icon {
      font-size: 52px;
      margin-bottom: 10px;
    }

    .popup-header h2 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .popup-content {
      padding: 28px 24px;
      text-align: center;
    }

    .countdown {
      background: #fef3c7;
      color: #92400e;
      padding: 8px 16px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 14px;
      margin: 15px auto;
      display: inline-block;
      min-width: 180px;
    }

    .benefits {
      text-align: left;
      margin: 20px 0 25px;
      font-size: 14.5px;
    }

    .benefits li {
      padding: 7px 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .benefits li:before {
      content: "🔥";
      font-size: 16px;
    }

    .join-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background: #25D366;
      color: white;
      font-size: 17px;
      font-weight: 700;
      padding: 17px 32px;
      border-radius: 9999px;
      text-decoration: none;
      box-shadow: 0 10px 20px rgba(37, 211, 102, 0.35);
      transition: all 0.3s ease;
    }

    .join-btn:hover {
      transform: scale(1.05);
      background: #22c55e;
    }

    @keyframes slideUp {
      from { opacity: 0; transform: translateY(80px) scale(0.95); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }


  /* NEW PRO FOOTER NAV!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */



  .section-for-footer{
    position: sticky;
    width: 100%;
    display: flex;
    flex-direction: row;
    background: linear-gradient(90deg, #001024 50%,  #000000 100%);
    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;
  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: linear-gradient(90deg, #001024 50%,  #000000 100%);
 
 }

 .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:1024px){
  .header-for-web {
    margin-top: 90px;
    flex-direction: column;
  }
 
  .webpage-header {
    width: 100%;
    margin: 0 10px;
  }

  .webpage-header h1 {
    font-size: 2rem;
    margin: 15px 10px;
  }
 
  .webpage-header h1 {
    font-size: 2rem;
    margin: 15px 10px;
  }
 
  .disc-google {
    margin-left: auto;
  }

   .content-for-web {
    flex-direction: column;
  }

  .article-body-for-web {
    width: 100%;
    margin: 10px;
    padding: 0 10px;
  }

  .article-body-for-web p {
    margin: 15px 10px 30px 10px;
    line-height: 38px;
    font-size: 16px;
   
  }

  
  .article-body-for-web h2 {
    font-size: clamp(20px, 3vw, 28px);
  }

  .recommended-story {
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
  }

  .related {
    height: auto;
    flex-direction: column;
  }
 
  .related a {
    margin: 15px 10px;
  }
 
  .related a img {
    width: 10rem;
    height: 7rem;
    margin: 0 15px 0 0;
  }

   .ads-for-web {
    min-width: unset;
    width: calc(100% - 20px);
    height: 80px;
    margin: 10px;
  }
 
  .article-ads,
  .end-article-ads {
    width: calc(100% - 20px);
    height: 18rem;
    margin: 30px 10px;
  }

  .section-for-footer {
    flex-direction: column;
  }

  .first-content-footer {
    width: 100%;
    margin: 20px 15px;
  }
 
  .second-content-footer {
    width: 100%;
    flex-direction: row;          /* keep two columns on tablet */
    flex-wrap: wrap;
    margin: 20px ;
    gap: 50px;
  }
 
  .second-content-sub-one {
    padding-right: 30px;          /* was 200px — way too wide */
    margin-bottom: 20px;
  }
 
  /* ---- LAST FOOTER STRIP ---- */
  .last-footer-section {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }
 
  .footer-socials {
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }
 
  .rights-reserved {
    margin-left: auto;            /* was hardcoded 350px */
    margin-right: auto;
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
    text-align: center;
  }
 
  .footer-links {
    margin: 10px auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
 
 
}

 


 


@media(max-width:680px){

 
    body.dark-mode nav ul {
      background-color: black;
    }

  .header-for-web{
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column ;
    text-align: center;
  }
 
  .webpage-header{
    width: 100%;
    margin:0px;
  } 

 

  .webpage-header h1{
    width: fit-content;
    font-size:2rem;
    color: rgb(0, 0, 39);
    font-weight: bolder;
    text-align:left;
    margin: 20px 5px 20px 10px;
  }

  .article-body-for-web p{
    margin: 20px 20px 40px 20px;
    font-family: candara;
    padding: 0;
  }
  .img-header{
    width: 95%;
    padding:10px;
    padding-bottom: 0;
    border-radius: 30px;
    height:auto;
  }
  .imgadd{
    text-align: center;
    color: black;
    letter-spacing: 1px;
    margin-top: 0; 
    font-style: italic;
    opacity: 0.5;
    margin-bottom: 10px;
  }

  .details{
    margin: 10px;
    font-size:smaller;
  }

  .sharing-section{
    margin:-10px 0 0 10px;
    font-size: 1rem;
  }
  .ads-for-web{min-width:2rem; min-height: 40vh; margin: 10px ;}



  .content-for-web{
    width: auto;
    display: flex;
    flex-direction: column;
  }

 
  .article-body-for-web ul li{
    margin: 15px;
    width: 95%;
  }

  .article-body-for-web{
    width: fit-content;
    margin: 10px;
  }
  .article-img{
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 20px;
    text-align: center;
  }
  .article-img p{
    margin: -10px;
  }
  
  .related a img{width: 13rem;}

 
  .embedded-post{
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
  overflow: hidden;  }

     .embedded-post iframe {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 250px !important;
          
  }

  .article-ads { max-width: 100%; overflow-x: hidden; width:auto; height:100px ; margin: 0; }



  


  .read-more{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px -10px; }

  .read-more p{
  color: red;
  font-size: 2rem;
  font-weight: 900;margin: 10px 0 0 10px;}

  .read-more ul li {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  line-height: 30px;
  border-left: 2px solid rgb(0, 60, 170);
  margin-bottom: 30px;}
  

 
  .read-more a{
    display: flex;
    flex-direction: row;
    color: black;
    font-size: 16px;
  }

  .read-more ul li  img{
   aspect-ratio: 1/1;
   display: flex;
   flex-direction: column;
   width: 9rem;
   margin: 5px 10px 10px 10px;
  }

  .end-article-ads{width:auto; height:25rem ; margin: 0;}


 .recommended-story{
    width: 100%;
    margin: 0;
    padding: 0 ;
    line-height: 35px;
  }

  
  .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;
   
  }

}
