 * {
      box-sizing: border-box;
      margin-left: 1px;
      padding-left: 1px;
      margin-right: 1px;
      padding-right: 1px ;
    }

body {
  margin: 0;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
}
.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  flex: 1;
  text-align: left;
}
.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 2;
  justify-content: center;
}
.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border 0.3s;
}
.nav-links a:hover {
  border-bottom: 2px solid #000;
}
.actions {
  display: flex;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}
.btn {
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  border-radius: 4px;
  transition: background 0.3s;
}
.login {
  background: transparent;
  color: #111;
  border: 1px solid #ccc;
}
.login:hover {
  border-color: #000;
}
.subscribe {
  background-color: #000;
  color: #fff;
}
.subscribe:hover {
  background-color: #333;
}

.menu-toggle {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    position: absolute;
    left: 16px;
    top: 14px;
}
/* this part is about loto of at position
*/

.top_name {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(5px 5px 5px gray);
}

.top-logo {
  max-width: 100%;
  max-height: 150px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


/* Responsive image resizing */
@media (max-width: 1024px) {
  .top-logo {
    width: 450px;
  }
}

@media (max-width: 768px) {
  .top-logo {
    width: 320px;
  }
}

@media (max-width: 480px) {
  .top-logo {
    width: 240px;
  }
}


/*this part is search container css*/
.highlight {
  background-color: yellow;
}

#searchBox {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#searchInput {
  width: 225px;
  height: 43px;
  border-radius: 25px;
  padding: 0 15px;
  font-size: 16px;
}

#searchbtn {
  width: 85px;
  height: 43px;
  border-radius: 25px;
  background-color: #007BFF;
  color: white;
  border: none;
  font-weight: bold;
}

button {
  margin-left: 5px;
}

    @media (max-width: 768px) {
      .menu-toggle {
        display: block;
      }

      .navbar {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 16px;
      }

      .logo {
        text-align: center;
        font-size: 24px;
        margin-bottom: 10px;
      }

      .nav-links,
      .actions {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
      }

      .nav-links.active,
      .actions.active {
        display: flex;
      }

      .nav-links a {
        padding: 10px 24px;
        border-bottom: 1px solid #eee;
      }

      .actions {
        padding: 0 24px;
      }
    }



    /**/
 /*here is footer section*/

.title{
    font-family: sans-serif;
}

.global-footer {
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 30px 30px;
  line-height: 1.6;
  border-radius: 10px;
  
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.brand-column {
  max-width: 400px;
}

.brand-column h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.purple {
  color: #b58eff;
}

.social-icons a {
  margin-right: 12px;
  font-size: 20px;
  color: #b58eff;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}



.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  max-width: 1200px;
  margin: 40px auto;
  gap: 30px;
}

.link-group h5 {
  font-size: 14px;
  color: #b58eff;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-group ul li {
  margin-bottom: 8px;
}

.link-group ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.link-group ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #222;
  padding-top: 20px;
  font-size: 13px;
  color: #888;
}


 /*this section for news articles*/
  #articles-list {
    align-items: center;
    text-align: center;
}



img{
    width: 300px;
    height: 300px;
}
.article{
    background-color: #f8f9fa17;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    padding-bottom: 12px;
}
  


.full-article {
  display: none;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  animation: fadeIn 0.3s ease-in-out;
}
.read-more {
  background-color: #b58eff;
  color: white;
  
}
.read-more:hover {
  background-color: #a44eff;
}

.read-more {
 

  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  margin-top: 10px;
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
}

.read-more:hover,
.read-more:focus {
  background-color: #2791f3;
  transform: scale(1.03);
  outline: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*this part is for world map*/

.map-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  
  box-sizing: border-box;
}
      
#map {
  border: 3px solid #333;
  
  width: 1000px;
  height: auto;
  
  box-sizing: border-box;
  background-color: rgb(213, 231, 231);
  border-radius: 40px;
}

a{
  color: #a44eff;
  text-decoration: none;
}



.sharebutton {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 20px 0;
  flex-wrap: wrap;
}

.sharebutton a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* WhatsApp Button */
.share-whatsapp {
  background-color: #25d366;
}
.share-whatsapp:hover {
  background-color: #1ebe57;
}

/* X (Twitter) Button */
.share-x {
  background-color: #000000;
}
.share-x:hover {
  background-color: #222222;
}

/* LinkedIn Button */
.share-linkedin {
  background-color: #0077b5;
}
.share-linkedin:hover {
  background-color: #005983;
}

/* Telegram Button */
.share-telegram {
  background-color: #0088cc;
}
.share-telegram:hover {
  background-color: #006699;
}



  /* this section for putinge logo on every imag eof globalaffirs.in*/

  .image-container {
  position: relative;
  width: 100%;
  max-width: 700px;
}

.article-img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-overlay {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 60px;
  opacity: 0.85;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3); /* optional */
  padding: 4px;
  border-radius: 4px;
}



/*this part is for font size
*/
/* Default font size for desktops */
body {
  font-size: 20px;
  line-height: 1.6;
}

/* Tablets */
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}

/* Mobile Phones */
@media (max-width: 600px) {
  body {
    font-size: 18px;
  }
}
