

* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Inter', sans-serif;
      background: #f1f3f6;
      color: #000;
    }

    header {
      background: #f9fafb;
      padding: 10px 3rem;
      border-bottom: 1px solid #ccc;
    }

    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      gap: 10px;
    }

    .top-left {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .menu-icon {
      font-size: 22px;
      cursor: pointer;
    }

    .logo-bar {
      font-family: 'Georgia', serif;
      font-size: 28px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .top-bar a {
      text-decoration: none;
      color: #000;
    }

    .nav-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      border-top: 1px solid #000;
      padding: 10px 0;
    }

    .nav-links {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .nav-links a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
    }

    .nav-right {
      font-weight: 500;
    }

    @media (max-width: 768px) {
      header {
        padding: 10px 0.5rem;
      }
      .res-head{
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;

        
      }
      .sidebar{
        top: 3.5rem !important;
      }

      .logo-bar {
        font-size: 10px;
      }
      .top-bar{
        display: none;
      }

      .nav-bar {
        display: none;
      }
      
    }

     .alert-banner {
      background: #fede00;
      text-align: center;
      margin: 30px auto;
      max-width: 1080px;
      border: 1px solid #000;
      position: relative;
    }

    .alert-content {
      padding: 50px 20px;
    }

    .alert-btn {
      background: #0d1530;
      color: #fede00;
      padding: 16px 30px;
      font-size: 30px;
      font-weight: bold;
      border-radius: 50px;
      display: inline-block;
      transform: rotate(-2deg);
    }

    .alert-note {
      font-size: 14px;
      color: #444;
      margin-top: 15px;
    }

    .banner-icons {
      position: absolute;
      top: 8px;
      right: 8px;
      display: flex;
      gap: 8px;
    }

    .banner-icons div {
      width: 16px;
      height: 16px;
      background: #fff;
      border: 1px solid #999;
      border-radius: 2px;
    }

     .menu-toggle {
      font-size: 20px;
      cursor: pointer;
      background: transparent;
      border: none;
      padding: 10px;
      transition: all 0.3s ease;
    }

    .menu-toggle.active {
      background: #333;
      color: white;
    }

    body.no-scroll {
      overflow: hidden;
    }

    .sidebar {
      position: fixed;
      top: 6rem;
      left: -100%;
      width: 280px;
      height: 100%;
      background: white;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
      border-right: 1px solid #ddd;
      padding: 20px;
      transition: left 0.3s ease;
      z-index: 9999;
    }

    .sidebar.open {
      left: 0;
    }

    .search-box {
      display: flex;
      margin-bottom: 15px;
    }

    .search-box input {
      flex: 1;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px 0 0 4px;
    }

    .search-box button {
      background: #eee;
      border: 1px solid #ccc;
      border-left: none;
      padding: 8px 12px;
      cursor: pointer;
      border-radius: 0 4px 4px 0;
    }

    .menu {
      list-style: none;
    }

    .menu li {
      border-bottom: 1px solid #eee;
    }

    .menu-button {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px;
      cursor: pointer;
      font-size: 0.95rem;
    }

    .menu-button:hover {
      background-color: #f0f0f0;
    }

    .submenu {
      display: none;
      padding-left: 20px;
      font-size: 0.9rem;
      color: #444;
      background-color: #f9f9f9;
    }

    .res-head{
      display: none;
    }

    .submenu.open {
      display: block;
    }

    .caret {
      font-size: 0.7rem;
      transition: transform 0.3s;
    }

    .caret.rotate {
      transform: rotate(90deg);
    }

    @media (max-width: 600px) {
      .sidebar {
        width: 100%;
      }
    }

    .drags{
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .didldo a{
      text-decoration: none;
      color: #000;
    }
.layout-wrap-1 {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      max-width: 1400px;
      margin: 0 auto;
    }

    .article-card-1 {
      background: #fff;
      padding: 20px;
      flex: 1 1 65%;
      
    }

    .article-card-1 h4 {
      font-size: 14px;
      color: #4c5a67;
      font-weight: 600;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .article-card-1 h2 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 16px;
    }

    .article-card-1 img {
      width: 100%;
      border-radius: 4px;
      margin-bottom: 12px;
    }

    .article-card-1 p {
      font-size: 16px;
      color: #333;
      margin-bottom: 10px;
    }

    .timestamp-1 {
      font-size: 13px;
      color: #728090;
    }

    .promo-ad-1 {
  flex: 1 1 31%;
  display: flex;
  align-items: center;
  justify-content: center;
}

    .promo-ad-1 img {
      width: 100%;
      padding: 10px;
      height: 90vh;
      display: block;
      object-fit: cover;
    }

    @media (max-width: 900px) {
      .layout-wrap-1 {
        flex-direction: column;
      }

      .article-card-1, .promo-ad-1 {
        flex: 1 1 100%;
      }
    }
    .section-flex-2 {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 1400px;
      margin: 3rem auto;
    }

    .latest-col-2 {
      flex: 1 1 30%;
      background: #fff;
      padding: 20px;
     justify-content:space-between;
      display: flex;
      flex-direction: column;
      
    }

    .latest-col-2 h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .latest-items-wrapper-2 {
      flex-grow: 1;
    }

    .latest-item-2 {
      margin-bottom: 14px;
    }

    .latest-item-2 p {
      font-size: 15px;
      color: #000;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .latest-item-2 span {
      font-size: 13px;
      color: #5f6c77;
    }

    .more-link-2 {
      font-size: 14px;
      font-weight: 600;
      color: #0056d2;
      margin-top: 10px;
      display: inline-block;
    }
    @media only screen and (min-width: 1024px) and (max-width: 1366px){
        .grid-stories-2 {
      flex: 1 1 65%;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
      gap: 20px;
    }
    .latest-col-2 {
      flex: 1 1 30%;
      background: #fff;
      padding: 20px;
     height: max-content;
      display: flex;
      flex-direction: column;
      
    }
    .promo-ad-1 img {
      width: 100%;
      padding: 10px;
      height: auto;
      display: block;
      object-fit: cover;
    }
    }

    .grid-stories-2 {
      flex: 1 1 65%;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      gap: 20px;
    }

    .grid-card-2 {
      background: #fff;
      padding: 20px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .grid-card-2 img {
      width: 100%;
      height: auto;
    }

    .grid-text-2 {
      padding: 15px 0;
    }

    .grid-text-2 h5 {
      font-size: 11px;
      font-weight: 600;
      color: #5f6c77;
      margin-bottom: 6px;
      text-transform: uppercase;
    }

    .grid-text-2 p {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #000;
    }

    .grid-text-2 span {
      font-size: 13px;
      color: #5f6c77;
    }

    @media (max-width: 768px) {
      .section-flex-2 {
        flex-direction: column;
      }

      .latest-col-2, .grid-stories-2 {
        flex: 1 1 100%;
      }

      .grid-stories-2 {
        grid-template-columns: 1fr;
      }
    }
     .globe-layout-wrapper-custom {
      max-width: 1300px;
      margin: 0 auto;
      padding: 1rem;
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .main-story-section-custom {
      flex: 2;
      min-width: 300px;
    }

    .main-story-section-custom img {
      width: 100%;
      height: auto;
    }

    .globe-main-title-custom {
      font-size: 2rem;
      font-weight: bold;
      margin-top: 1rem;
    }

    .globe-main-subtext-custom {
      font-size: 1rem;
      line-height: 1.4;
      margin: 0.5rem 0 2rem;
    }

    .globe-subgrid-custom {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }

    .globe-subitem-custom {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .globe-subitem-custom img {
      width: 100%;
      height: auto;
    }

    .globe-subtitle-custom {
      font-size: 1.2rem;
      font-weight: bold;
    }

    .right-info-panel-custom {
      flex: 1;
      min-width: 250px;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .right-info-panel-custom img {
      width: 100%;
      height: auto;
    }

    .right-info-panel-custom p {
      font-size: 0.9rem;
      font-weight: bold;
    }

    .category-columns-wrapper {
      display: flex;
      gap: 2rem;
      max-width: 1300px;
      margin: 2rem auto;
      
      flex-wrap: wrap;
    }

    .category-box {
      flex: 1;
      min-width: 280px;
      background-color: #f8f9fb;
      padding: 1rem;
      box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }

    .category-box h3 {
      font-size: 1rem;
      margin-bottom: 1rem;
    }

    .category-box img {
      width: 100%;
      height: auto;
      margin-bottom: 1rem;
    }

    .category-box .headline {
      font-weight: bold;
      font-size: 0.95rem;
      margin: 0.5rem 0;
    }

    .category-box .timestamp {
      font-size: 0.8rem;
      color: #444;
      margin-bottom: 1rem;
    }

    .category-box .more-link {
      color: #0048aa;
      font-size: 0.9rem;
      font-weight: bold;
      display: inline-block;
      margin-top: 1rem;
    }

    @media (max-width: 768px) {
      .globe-layout-wrapper-custom,
      .category-columns-wrapper {
        flex-direction: column;
      }
      main{
      padding: 0 0.7rem !important;
    }
    }
    main{
      padding: 0 3rem;
    }
       .layout-wrapper-snapshot {
      max-width: 1300px;
      margin: 0 auto;
      padding: 1rem;
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .primary-article-section {
      flex: 2;
      min-width: 300px;
    }

    .primary-article-section img {
      width: 100%;
      height: auto;
    }

    .main-headline-text {
      font-size: 2rem;
      font-weight: bold;
      margin-top: 1rem;
    }

    .main-subdescription-text {
      font-size: 1rem;
      line-height: 1.4;
      margin: 0.5rem 0 2rem;
    }

    .subgrid-content-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }

    .subgrid-article-block {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .subgrid-article-block img {
      width: 100%;
      height: auto;
    }

    .subgrid-headline-title {
      font-size: 1.2rem;
      font-weight: bold;
    }

    .side-info-ads-panel {
      flex: 1;
      min-width: 250px;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .side-info-ads-panel img {
      width: 100%;
      height: auto;
    }

    .side-info-ads-panel p {
      font-size: 0.9rem;
      font-weight: bold;
    }

    .featured-articles-section {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      max-width: 1300px;
      margin: 2rem auto;
      
    }

    .featured-article-card {
      background: #f9fbfd;
      flex: 1 1 300px;
      border-radius: 4px;
      padding: 1rem;
    }

    .featured-article-card img {
      width: 100%;
      height: auto;
      margin-bottom: 1rem;
    }

    .featured-article-card .article-category-label {
      font-size: 0.85rem;
      font-weight: bold;
      color: #3a4a66;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
    }

    .featured-article-card .article-headline-text {
      font-size: 1.1rem;
      font-weight: bold;
      color: #0a1734;
      margin-bottom: 0.5rem;
    }

    .featured-article-card .article-date-time {
      font-size: 0.9rem;
      color: #555;
    }
    @media(max-width: 992px){
        .ship{
        display: none !important;
      }
      .section-flex-2{
        flex-direction: column;
      }
      .promo-ad-1 img {
        display: none;
      }

    }

    @media (max-width: 768px) {
      .layout-wrapper-snapshot {
        flex-direction: column;
      }
      .subgrid-content-wrap {
        grid-template-columns: 1fr;
      }
      .featured-articles-section {
        flex-direction: column;
      }
      .ship{
        display: none !important;
      }
    }
.footer {
  background: #f7f9fb;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #1e1e1e;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1400px;
  margin: auto;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 5px;
}

.footer-logo p {
  color: #666;
  font-size: 0.9rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-column h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  cursor: pointer;
}

.footer-column ul li i {
  margin-right: 8px;
  color: #222;
}

.social-text {
  font-weight: 500;
  margin-top: 15px;
  font-size: 0.95rem;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons i {
  font-size: 18px;
  cursor: pointer;
  color: #1e1e1e;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  font-size: 0.8rem;
  color: #333;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
.footer a {
  color: #1e1e1e;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer a:hover {
  text-decoration: underline;
}

.category-ad img{
    margin: 0 auto;
    display: flex;
    
}
.category-ad{
    margin: 6rem 0;
    border: 1px solid #ccc;
    padding: 1rem;
}

.detail-wrapper {
  max-width: 800px;
  padding-top: 5rem;
  margin: auto;
}
.detail-content{
    
  font-family: "Lora", serif;
    
}
.soshio{
    background-color: #fff !important;
}

.detail-category {
  font-size: 0.8rem;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-headline {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.detail-byline {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}

.detail-image-block{
    margin-top: 2rem;
}
.detail-author {
  font-weight: bold;
}

.detail-image-block img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.detail-caption {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 25px;
}

.detail-audio-block {
  background: #f8f8f8;
  padding: 15px;
  border-left: 4px solid #ccc;
  margin-bottom: 30px;
  font-size: 0.95rem;
}

.detail-audio-block i {
  color: #000;
  font-size: 1.4rem;
  margin-right: 10px;
}

.detail-audio-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.detail-audio-bar .detail-bar {
  flex: 1;
  height: 5px;
  background: #ccc;
  margin: 0 10px;
  border-radius: 5px;
}

.detail-content p {
  margin-bottom: 20px;
  color: #545454;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 600px) {
  .detail-headline {
    font-size: 1.4rem;
  }

  .detail-audio-bar span {
    font-size: 0.8rem;
  }
}
.detail-ad{
    padding: 1rem 0;
    
}
.detail-ad img{
    margin: 0 auto;
    display: flex;
    padding: 5px;
    border: 1px solid;
}
.read-next-section {
  max-width: 800px;
  margin: 40px auto;
  border-top: 1px solid #000;
  padding-top: 1rem;
}

.read-next-item {
  margin-bottom: 30px;
}

.read-next-label {
  font-weight: bold;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.read-next-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #003366;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 6px;
}

.read-next-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.read-next-date {
  font-size: 0.85rem;
  color: #444;
}

/* Line between items */
.read-next-section hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .read-next-title {
    font-size: 1rem;
  }
  .category-ad{
    display: none;
  }
  .read-next-date {
    font-size: 0.75rem;
  }

  .read-next-label {
    font-size: 0.95rem;
  }
}
.sohu{
    background-color: #ffff !important;
}

.dolu{
    border: none;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
}



/* Subscribe Modal Styles - FIXED */
        .subscribe-modal {
            position: fixed;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        .subscribe-modal.show {
            display: flex;
            animation: fadeIn 0.4s ease;
        }

        .subscribe-popup {
            background: #fff;
            padding: 30px 25px;
            border-radius: 12px;
            max-width: 400px;
            width: 90%;
            position: relative;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            animation: slideUp 0.5s ease forwards;
        }

        .close-btn {
            position: absolute;
            top: 12px;
            right: 16px;
            font-size: 1.5rem;
            background: none;
            border: none;
            color: #333;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .close-btn:hover {
            transform: scale(1.2);
        }

        .subscribe-popup h2 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: #333;
        }

        .subscribe-popup p {
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 20px;
        }

        .subscribe-form {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .subscribe-form input[type="email"] {
            flex: 1;
            padding: 10px;
            font-size: 0.9rem;
            border: 1px solid #ccc;
            border-radius: 6px;
            outline: none;
            min-width: 200px;
        }

        .subscribe-form input[type="email"]:focus {
            border-color: #007bff;
        }

        .subscribe-form button {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px 16px;
            font-size: 0.9rem;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .subscribe-form button:hover {
            background-color: #0056b3;
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                background-color: rgba(0, 0, 0, 0);
            }
            to {
                background-color: rgba(0, 0, 0, 0.5);
            }
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 480px) {
            .subscribe-popup {
                padding: 20px;
                width: 95%;
            }
           
            .subscribe-popup h2 {
                font-size: 1.3rem;
            }
           
            .subscribe-form {
                flex-direction: column;
            }
           
            .subscribe-form input,
            .subscribe-form button {
                width: 100%;
            }
        }
        .dosedg{
            margin-top: 2rem;
        }