
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
}

.site-header {
  background: #0e1b3d;
  color: #fff;
}

/* Top bar */
.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 12px 30px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top-left span {
  margin-right: 15px;
  opacity: 0.9;
}

.top-right a {
  margin-right: 16px;
  color:white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.top-right .icon {
 
  cursor: pointer;
  opacity: 0.9;
}

/* Nav bar */
.nav-bar {
  display: flex;
  align-items: center;
  padding: 18px 30px;
  border-bottom: 3px solid #e63946;
}

/* Logo */
.logo-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* LOGO FIX */
.logo-main {
  width: 90px;      /* REQUIRED */
  height: auto;
  display: block;
}

/* TEXT */
.logo-meta {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 14px;
}

.logo-meta .date {
  font-weight: 500;
}

.logo-meta .weather {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.85;
}


/* Navigation */
.main-nav{
margin-left: 22%;
}
.main-nav a {
  margin-right: 26px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
   font-family: "Poppins", sans-serif;
  
}

.main-nav a.active {
  color: #e63946;
  font-weight: 700;
}

.menu-icon {
  font-size: 22px;
  margin-left: 10px;
  cursor: pointer;
}

/* Actions */
.nav-actions {
  margin-left: auto;
  display: flex;
  gap: 12px;
}

.btn {
  padding: 10px 18px;
  border-radius: 20px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.demo {
  background: #e63946;
  color: #fff;
}

.btn.hosting {
  background: #fff;
  color: #0e1b3d;
}



/* sec start */
/* MAIN GRID */
.news-layout {
  
  padding: 40px;
  display: grid;
  grid-template-columns: 2fr 1.3fr 1fr;
  gap: 30px;
  
}

/* FEATURE */
.feature img {
  width: 100%;
  margin-bottom: 20px;
  height: 465px;
  object-fit: cover;
}

.feature h1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #131F49;
}

.meta {
  color: #e63946;
  font-size: 14px;
  margin-bottom: 12px;
}

.excerpt {
  color: #475569;
  line-height: 1.6;
  font-family: "Roboto Condensed", sans-serif;
}

/* TOPICS */
/* COLUMN */
.topics-col {
  background: #ffffff;
  margin-left: 46px;
   font-family: "Poppins", sans-serif;
}

/* HEADER */
.topics-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.topics-header h3 {
  color: #e63946;
  font-size: 20px;
}

.topics-nav a {
  margin-left: 14px;
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}

.topics-nav a:hover {
  color: #1e293b;
}

/* FEATURED */
.topic-feature img {
  width: 100%;
  
  margin-bottom: 14px;
}

.topic-feature h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #131F49;
}

.topic-meta {
  font-size: 14px;
}

.topic-meta .category {
  color: #e63946;
  font-weight: 600;
  margin-right: 8px;
}

.topic-meta .date {
  color: #64748b;
}

/* DIVIDER */
.topics-col hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 10px 0;
}

/* LIST ITEMS */
.topic-list {
  padding: 12px 0;
  border-bottom: 1px solid #c9caca;
}

.topic-list h4 {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #131F49;
}

.topic-list span {
  font-size: 13px;
  color: #e12b2b;
}


/* HOT LIST */
.hot ul {
  list-style: none;
}

.hot li {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
}

.rank {
  font-size: 28px;
  font-weight: 700;
  color: #cbd5e1;
}

.hot strong {
  font-size: 15px;
  display: block;
}

.hot small {
  font-size: 12px;
  color: #e63946;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
}
.post-grid {
  max-width: 1100px;
  margin: 40px auto;
  font-family: "Poppins", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.post-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.post-content {
  flex: 1;
}

.category {
  color: #e63946;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}

.post-content h3 {
  font-size: 14px;
  line-height: 1.3;
  color: #131F49;
}

.post-image img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.editorial-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

/* Columns */
.editorial-col {
  display: flex;
  flex-direction: column;
}

/* Single item */
.editorial-item {
  padding: 18px 0;
  border-bottom: 1px solid #cfd6e4;
}

/* Category label */
.editorial-tag {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #e60023;
  margin-bottom: 6px;
}

/* Optional alt tag */
.editorial-tag--alt {
  color: #e60023;
}

/* Headline */
.editorial-headline {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #0b1f4b;
  cursor: pointer;
}

.editorial-headline:hover {
  text-decoration: underline;
}

/* Container Styles */
.hot {
  font-family: 'Arial', sans-serif; /* Or 'Helvetica' */
  max-width: 400px;
  color: #00235a; /* Deep navy color for the titles */
  padding: 10px;
}



/* Individual Item Layout */
.hot-item {
  position: relative;
  padding: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* Category Label (Strategy, Tech, etc.) */
.category {
  display: block;
  color: #e63946; /* Bright red/orange from the image */
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  
}

/* Title Styling */
.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

strong {
  font-size: 19px;
  line-height: 1.3;
  padding-right: 40px; /* Space for the rank number */
  display: block;
}

/* The Large Gray Number */
.rank {
  font-size: 60px;
  color: #e0e0e0; /* Light gray */
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: -1; /* Keeps text readable over the number */
  
}

/* Horizontal Divider */
hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
}

.popular-categories {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  max-width: 350px;
  background-color: #fdf1f9; /* Light grey background from image */
  padding: 30px;
  color: #00235a; /* Deep navy text */
}

.popular-categories h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 0;
}

.popular-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-categories li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc; /* Subtle divider line */
}

/* Remove border from the last item to match clean design */
.popular-categories li:last-child {
  border-bottom: none;
}

.cat-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cat-count {
  font-size: 16px;
  font-weight: 700;
}
.add{
  object-fit: contain;
}
.follow-us {
  font-family: 'Segoe UI', Roboto, sans-serif;
  max-width: 350px;
  margin-bottom: 30px;
}

.follow-us h3 {
  color: #00235a;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}

.social-grid {
  display: flex;
  width: 100%;
  height: 120px; /* Adjust height to match your design */
}

.social-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 10px;
}

/* Specific Colors from Image */
.facebook {
  background-color: #5571ae; /* Muted Royal Blue */
}

.twitter {
  background-color: #26c1f2; /* Bright Sky Blue */
}

.youtube {
  background-color: #e64d3d; /* Red-Orange */
}

.count {
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.label {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.headline-sec {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  padding: 40px;
}

/* Red Line Title Style */
.sec-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.sec-header h2 {
  font-size: 28px;
  color: #00235a;
  margin: 0;
  padding-right: 15px;
    font-family: "PT Serif", serif;
}

.sec-header::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #e63946; /* The red line from the image */
}

/* Layout Grid */
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.main-cards img{
 width: 100%;
  height: 23%;
  display: block;
  margin-top: 6px;
}
.main-card img {
  width: 100%;
  height: 30%;
  display: block;
  
}

.main-card h3 {
  font-size: 18px;
  color: #00235a;
  margin: 15px 0 10px 0;
  line-height: 1.4;
}
.card-content{
  text-align: center;
}
.card-contents{
  margin-top: 12px;
  font-size: 13px;
}

.meta {
  font-size: 13px;
  color: #666;
}
.metas {
  font-size: 13px;
  color: #666;
  margin-top: 12px;
}

.meta .cat {
  color: #e63946;
  font-weight: bold;
  margin-right: 8px;
}

.excerpts {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
   font-family: "Roboto Condensed", sans-serif;
}

/* Exclusive Sidebar Section */
.exclusive-articles {
  background-color: #f4f6f8; /* Light blue-grey tint */
  padding: 15px;
}

.exclusive-articles h4 {
  color: #e63946;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.small-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.small-item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.small-item h6 {
  margin: 0;
  font-size: 14px;
  color: #00235a;
  line-height: 1.3;
}

.container-third {
  display: flex;
  gap: 20px;
 padding: 40px;
  margin: 0 auto;
}

.card-third {
  flex: 1;
  
}

.category-third {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a2a4e;
  padding-bottom: 10px;
  position: relative;
  font-family: "PT Serif", serif;
  background: #f4f6f8;
}

/* The red accent line under the category */
.category-third::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #d94a44;
  margin-bottom: -8px;
  margin-left: 30px;
}

.card-third img {
  width: 100%;
  height: auto;
  display: block;
}

.card-third h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #1a2a4e;
  margin-top: 15px;
   font-family: "Poppins", sans-serif;
}

/* Red text for the specific middle article */
.card-third h3.highlight {
  color: #d94a44;
}


.layout-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0px 40px;
  margin: auto;
  font-family: "Poppins", sans-serif;
  
}

.grid-card {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
}

.grid-img {
  flex-shrink: 0;
  width: 110px;
  height: 80px;
  overflow: hidden;
 
}

.grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #131F19;
  cursor: pointer;
}

.grid-title:hover {
  color: #d81d1d;
}

.layout-sec-grid.text-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px 24px;
   font-family: "Poppins", sans-serif;
  margin: auto;
  padding-top: 24px;
  
}

.text-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #131F19;;
  text-decoration: none;
  padding-top: 16px;
  font-family: "Poppins", sans-serif;
 
  
}

.text-item:hover {
  color: #d81d1d;
}

.editors-choice {
  background: #f5eee7;
  padding: 40px 0;
  margin-top: 30px;
}

/* Title */
.editors-head {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  margin-bottom: 60px;
}
.editors-heads{
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  
}
.editors-heads span {
  flex: 1;
  height: 2px;
  background: #ef4444;
}

.editors-heads h2 {
  font-size: 27px;
  font-weight: 700;
  color: #0f172a;
  font-family: "PT Serif", serif;
}

.editors-head span {
  flex: 1;
  height: 2px;
  background: #ef4444;
}

.editors-head h2 {
  font-size: 27px;
  font-weight: 700;
  color: #0f172a;
  font-family: "PT Serif", serif;
}

/* Columns */
.editors-columns {
  display: grid;
  
  grid-template-columns: repeat(4, 1fr);
}

.editor-col {
  padding: 0 32px;
  border-right: 1px solid #cbd5e1;
}

.editor-col:last-child {
  border-right: none;
}

/* Author */
.avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  object-fit: cover;
}

.editor-col h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-family: "PT Serif", serif;
  margin-bottom: 35px;
  color: #131F49;
}

/* Items */
.editor-item {
  
  padding-top: 20px;
  padding: 20px;
  
}

.cat {
  display: block;
  color: #ef4444;
  font-weight: 700;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}

.item-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.item-row p {
  font-size: 15px;
  line-height: 1.45;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.item-row img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
}


.layou-sec-grid-video-wrap {
   padding: 40px;
   
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background: #fff;
}

/* Header with red lines */
.layou-sec-grid-header {
    text-align: center;
    
   
}

.layou-sec-grid-header h2 {
    font-size: 1.2rem;
    color: #1a2a4e;
    text-transform: uppercase;
    margin: 10px 0;
}

/* Featured Video Area */
.layou-sec-grid-featured {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 10px;
}

.layou-sec-grid-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layou-sec-grid-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: white;
}

.play-btn {
    background: #ff0000;
    width: 60px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: auto; /* Center the play button */
}

/* Thumbnail Grid */
.layou-sec-grid-thumb-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.layou-sec-grid-thumb {
    cursor: pointer;
    position: relative;
}

.layou-sec-grid-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.layou-sec-grid-thumb p {
    font-size: 11px;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding-right: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    margin: 0;
}

/* Red border for active thumbnail */
.layou-sec-grid-thumb.active {
    outline: 3px solid #d94a44;
}

/* Core Layout */
.layou-sec-grid-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 350px; /* 1fr for left, fixed width for right */
  gap: 40px;
 
  margin: 0 auto;
  padding: 40px;
  font-family: sans-serif;
}

/* Header with red line */
.layou-sec-grid-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.layou-sec-grid-header h2 {
  font-size: 24px;
  color: #1a2a4e;
  white-space: nowrap;
}

.header-line {
  flex-grow: 1;
  height: 2px;
  background-color: #d94a44;
}

/* Left Grid Content */
.layou-sec-grid-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.layou-sec-grid-post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.layou-sec-grid-post h3 {
  font-size: 18px;
  margin: 15px 0;
  color: #1a2a4e;
  line-height: 1.3;
}

.highlight-red { color: #d94a44; }

/* Sticky Right Sidebar */
.layou-sec-grid-right-sidebar {
  position: relative;
}

.sticky-container {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 20px; /* Distance from top of viewport */
}

/* Sidebar Elements */
.sidebar-section h3 {
  border-bottom: none;
  font-size: 20px;
  margin-bottom: 15px;
}

.social-grid-last {
  display: flex;
  color: white;
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}

.social-box { flex: 1; padding: 15px 5px; }
.fb { background: #4a6ea9; }
.tw { background: #29b6f6; }
.yt { background: #e53935; }

.popular-post {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.popular-post img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.footer-sec-wrap {
    background-color: #101a3b;
    color: #ffffff;
    padding: 40px;
    font-family: 'Segoe UI', Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

/* Top Navigation Bar */
.footer-top-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.footer-logo {
    font-size: 60px;
    font-family: serif;
    font-weight: bold;
    line-height: 1;
}

.footer-red-line {
    flex-grow: 1;
    height: 2px;
    background-color: #e53e3e;
}

.footer-top-nav {
    display: flex;
    gap: 20px;
    font-size: 13px;
    font-weight: bold;
}

.footer-top-nav a {
    color: white;
    text-decoration: none;
}

/* Main Grid */
.footer-main-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-col-branding { width: 20%; }
.footer-col { width: 23%; }

.footer-title {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

/* The small vertical red accent next to titles */
.footer-title::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    width: 3px;
    height: 18px;
    background-color: #e53e3e;
}

.footer-links, .footer-headlines {
    list-style: none;
    padding: 0;
}

.footer-links li, .footer-headlines li {
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}

.footer-links a { color: white; text-decoration: none; }
.text-red { color: #e53e3e; }

/* Newsletter Form */
.newsletter-form {
    display: flex;
    margin-top: 20px;
    background: white;
    border-radius: 30px;
    padding: 5px;
}

.newsletter-form input {
    border: none;
    padding: 10px 20px;
    flex-grow: 1;
    border-radius: 30px 0 0 30px;
}

.newsletter-form button {
    background-color: #e53e3e;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    margin-left: -51px;
}

/* Floating Actions on Right */
.floating-actions {
    position: fixed;
    right: 0;
    top: 20%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 100;
}

.action-btn {
    background: white;
    color: #333;
    padding: 15px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
}

.scroll-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #e53e3e;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.end-foo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  background-color: #0b1a3a; /* dark blue like image */
  color: #ffffff;
  font-size: 14px;
}

.end-foo-left {
  opacity: 0.9;
}

.end-foo-right {
  display: flex;
  gap: 16px;
}

.end-foo-right a {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
}
.privacy-consent{
  margin-top: 9px;
}

/* icons */
.fb-end-foo-icon { background-image: url("facebook.svg"); }
.ig-end-foo-icon { background-image: url("instagram.svg"); }
.tt-end-foo-icon { background-image: url("tiktok.svg"); }
.tw-end-foo-icon { background-image: url("twitch.svg"); }
.x-end-foo-icon  { background-image: url("x.svg"); }

/* optional hover */
.end-foo-right a:hover {
  opacity: 0.7;
}
.footer-col-branding p{
  font-family: "Roboto Condensed", sans-serif;

}






/* category */
/* Container styling */
.cate-business-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #eee;
}

/* Logo styling */
.cate-business-page-logo {
  font-size: 38px;
  font-weight: 900;
  color: #0d234d; /* Dark navy color */
  letter-spacing: -1px;
}

/* Navigation styling */
.cate-business-page-nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  position: relative;
  /* Red underline across the nav section */
 
  padding-bottom: 5px;
}

.cate-business-page-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.cate-business-page-nav-item {
  font-weight: 800;
  font-size: 18px;
  color: #0d234d;
  cursor: pointer;
  padding: 0 15px;
   border-bottom: 1px solid #c0392b; 
}

.cate-business-page-nav-separator {
  color: #ccc;
  font-weight: normal;
}

/* Action Buttons styling */
.cate-business-page-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cate-business-page-btn {
  background: white;
  border: 1px solid #ddd;
  padding: 8px 20px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  min-width: 100px;
  text-align: center;
}

.cate-business-page-btn:hover {
  background: #f9f9f9;
}

.cate-business-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 50px;
  
 
  margin: 0 auto;
}

.cate-business-page-card {
  display: flex;
  flex-direction: column;
}

.cate-business-page-image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}

.cate-business-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cate-business-page-title {
  font-size: 24px;
  line-height: 1.2;
 
  font-weight: 800;
  
}

.cate-business-page-content{
  padding: 30px;
  margin-top: -23px;
  

}
/* Specific colors from the image */
.cate-business-page-title.navy {
  color: #0d234d;
  font-size: 30px;
   font-family: "Poppins", sans-serif;
}

.cate-business-page-title.red {
   color: #0d234d;
  font-size: 30px;
   font-family: "Poppins", sans-serif;
}

.cate-business-page-meta {
  font-size: 14px;
  margin-top: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.cate-business-page-category {
  color: #e63946; /* Red category label */
  font-weight: bold;
}

.cate-business-page-author {
  color: #333;
  font-weight: 500;
   font-family: "Poppins", sans-serif;
}

.cate-business-page-date {
  color: #666;
}

.cate-business-page-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-top: 10px;
}

/* Container Layouts */
.cate-business-page-grid-2, .cate-business-page-grid-3 {
  display: grid;
  gap: 30px;
  padding: 50px;
 
 
  
}

.cate-business-page-grid-2 { grid-template-columns: 1fr 1fr; }
.cate-business-page-grid-3 { grid-template-columns: repeat(3, 1fr); }

/* Components */
.cate-business-page-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.cate-business-page-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 10px;
}

.cate-business-page-title.small { font-size: 18px; }

/* Colors */
.cate-business-page-title.navy { color: #0d234d; }
.cate-business-page-title.red { color: #e63946; }

.cate-business-page-meta {
  font-size: 13px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
}

.cate-business-page-cat {
  color: #e63946;
  margin-right: 5px;
}

.cate-business-page-text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

.cate-business-page-load-wrapper {
  text-align: center;
  padding: 40px 0;
  width: 100%;
}

.cate-business-page-load-btn {
  background-color: #0d234d; /* Matches the navy logo */
  color: white;
  border: none;
  padding: 15px 45px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  font-family: "Roboto Condensed", sans-serif;

}

.cate-business-page-load-btn:hover {
  background-color: #e63946; /* Matches the red highlights */
}

/* Hidden animation state */
.cate-business-page-dots {
  display: none;
  gap: 6px;
}

.cate-business-page-dot {
  width: 8px;
  height: 8px;
  background-color: white;
  /* Square dots as requested */
  animation: cate-business-square-pulse 1.2s infinite ease-in-out;
}

.cate-business-page-dot:nth-child(2) { animation-delay: 0.2s; }
.cate-business-page-dot:nth-child(3) { animation-delay: 0.4s; }

/* Clicking/Loading State */
.cate-business-page-load-btn.is-loading .cate-business-page-btn-text {
  display: none;
}

.cate-business-page-load-btn.is-loading .cate-business-page-dots {
  display: flex;
}

/* detail */

/* Main Layout */
.det-sec-start-container {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 2/3 for left, 1/3 for right */
  gap: 30px;
 
  
 
  align-items: start; /* Crucial for sticky behavior */
}
.det-sec-start-content{
  padding: 50px;
}

/* Left Sticky Section */
.det-sec-start-left {
 position: -webkit-sticky;
  position: sticky;
  top: 20px;
  align-self: start; /* Vital for Flex/Grid layouts */
  
  /* Optional: Ensure it has a height */
  height: fit-content;
}

.det-sec-start-img {
  width: 100%;
  height: auto;
  display: block;
}

.det-sec-start-main-title {
  font-size: 38px;
  color: #0d234d;
  font-weight: 800;
  margin-top: 15px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

/* Right Section Styling */
.det-sec-start-sidebar-box {
 padding-top: 10px;
  border-left: 1px solid #eee;
  padding-left: 20px;
}

.det-sec-start-sidebar-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0d234d;
  margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.det-sec-start-trend-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.det-sec-start-trend-info {
  padding-right: 15px;
}

.det-sec-start-cat-red {
  color: #e63946;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
 
  margin-bottom: 5px;
}

.det-sec-start-trend-title {
  font-size: 15px;
  color: #0d234d;
  margin: 0;
  line-height: 1.4;
}

.det-sec-start-trend-number {
  font-size: 40px;
  font-weight: 900;
  color: #e0e0e0; /* Light gray large numbers */
}
.det-sec-start-read-time{
  font-family: "Roboto Condensed", sans-serif;

}

/* Topics Section */
.det-sec-start-topics-header {
  margin-top: 40px;
  border-bottom: 1px solid #e63946;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
}

.det-sec-start-topics-nav {
  font-size: 13px;
  color: #666;
  display: flex;
  gap: 15px;
  font-family: "Roboto Condensed", sans-serif;
}

.det-sec-start-author-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:5px 50px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  
}

.det-sec-start-author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.det-sec-start-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.det-sec-start-by {
  color: #555;
  font-size: 16px;
}

.det-sec-start-author-name {
  color: #0d234d; /* Navy blue */
  font-weight: 800;
  font-size: 14px;
}

.det-sec-start-author-divider {
  width: 1px;
  height: 25px;
  background-color: #ccc;
  margin: 0 10px;
}

.det-sec-start-publish-date {
  color: #0d234d;
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;

}

/* Social Icon Styling */
.det-sec-start-social-group {
  display: flex;
  gap: 8px;
}

.det-sec-start-social-link {
  background-color: #1a2a4e; /* Dark navy background */
  color: white;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: opacity 0.2s ease;
}

.det-sec-start-social-link:hover {
  opacity: 0.9;
  background-color: #e63946; /* Red hover state to match branding */
}
.det-sec-st-pt{
  font-family: "Roboto Condensed", sans-serif;
  padding: 25px 50px;
  font-size: 18px;
  color: #00235a;
   line-height: 1.3;

}
.det-sec-start-article-body {
 padding:0px 50px;
 
  font-family: 'Georgia', serif; /* Classic editorial font */
}

/* Red Blockquote Design */
.det-sec-start-quote {
  color: #e63946; /* The signature red */
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  margin: 40px 0;
  padding: 0 20px;
  border: none;
}

/* Paragraph Styling */
.det-sec-start-p {
  font-size: 18px;
  line-height: 1.8;
  color: #00235a;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

/* Image Wrapper and Image */
.det-sec-start-inline-img-wrapper {
  width: 100%;
  margin-top: 30px;
}

.det-sec-start-inline-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 4. Tags Section Style */
.det-sec-start-tags-container {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
}

.det-sec-start-tag-label {
  background-color: #1a2a4e;
  color: white;
  padding: 8px 15px;
  font-weight: 800;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;

}

.det-sec-start-tag-item {
  border: 1px solid #1a2a4e;
  color: #1a2a4e;
  padding: 7px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s;
  font-family: "Roboto Condensed", sans-serif;

}

.det-sec-start-tag-item:hover {
  background-color: #1a2a4e;
  color: white;
}


.det-tec-layout-clear-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 25px;
  max-width: 1000px;
  margin: 20px auto;
  font-family: sans-serif;
}

.det-tec-layout-clear-card {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
}

.det-tec-layout-clear-category, 
.det-tec-layout-clear-category-food {
  display: block;
  color: #e84118; /* Red color from image */
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.det-tec-layout-clear-title {
  color: #192a56; /* Dark blue/navy from image */
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: "Poppins", sans-serif;
}

/* Remove border from the last two cards to match a clean grid finish */
.det-tec-layout-clear-card:nth-last-child(-n+2) {
  border-bottom: none;
}

.det-tec-layout-clear-related-wrapper {
  padding: 30px;
  
  color: #1a2b48;
}

/* Header with Red Line */
.det-tec-layout-clear-header-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.det-tec-layout-clear-main-heading {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
}

.det-tec-layout-clear-header-line {
  flex-grow: 1;
  height: 2px;
  background-color: #d63031; /* Red line */
}

/* Article Items */
.det-tec-layout-clear-article-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.det-tec-layout-clear-feature-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 15px;
}

.det-tec-layout-clear-article-title-large {
  font-size: 1rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.det-tec-layout-clear-article-title {
  font-size: 1rem;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

/* Meta Data (Category & Date) */
.det-tec-layout-clear-meta {
  display: flex;
  gap: 10px;
  font-size: 0.9rem;
}

.det-sec-start-right{
top:0px;
position: sticky;
}
.det-tec-layout-clear-cat-label {
  color: #d63031;
  font-weight: bold;
  
}

.det-tec-layout-clear-date {
  color: #666;
}

/* General Layout */
.inbox-det-text-cat-main-container {
  width: 100%;
  text-align: center;
  
}

.inbox-det-text-cat-top-border {
  border-top: 2px solid #e33;
  margin: 10px 0;
}

/* Popular Categories */
.inbox-det-text-cat-section-title {
  color: #1a2b48;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.inbox-det-text-cat-category-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #1a2b48;
  font-family: "Poppins", sans-serif;
}

.inbox-det-text-cat-divider { color: #ccc; }

/* Ad Banner Styling */
.inbox-det-text-cat-ad-banner {
  background-color: #f1f5f8;
  padding: 30px;
  margin: 40px auto;
  max-width: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inbox-det-text-cat-ad-brand {
  font-size: 2rem;
  font-weight: 900;
  color: #1a2b48;
  margin-right: 20px;
}

.inbox-det-text-cat-ad-btn {
  background-color: #1a2b48;
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* Sidebar Styling */
.inbox-det-text-cat-related-sidebar {
  max-width: 350px;
  text-align: left;
}

.inbox-det-text-cat-header-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.inbox-det-text-cat-related-heading {
  font-size: 1.4rem;
  color: #1a2b48;
  white-space: nowrap;
  margin: 0;
}

.inbox-det-text-cat-heading-line {
  flex-grow: 1;
  height: 2px;
  background: #e33;
  margin-left: 15px;
}

.inbox-det-text-cat-thumb {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.inbox-det-text-cat-article-card {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.inbox-det-text-cat-article-title-lg { font-size: 1.5rem; color: #1a2b48; margin: 0 0 10px; }
.inbox-det-text-cat-article-title-sm { font-size: 1.2rem; color: #1a2b48; margin: 0 0 10px; }

.inbox-det-text-cat-label { color: #e33; font-weight: bold; margin-right: 10px;font-family: "Roboto Condensed", sans-serif; }
.inbox-det-text-cat-date { color: #777; font-size: 0.9rem; }


/* Pagination Grid */
.inbox-det-text-cat-pagination-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
 
  background-color: #fafafa;
  padding: 50px;
}

.inbox-det-text-cat-nav-box {
  text-align: center;
}

.inbox-det-text-cat-nav-label {
  display: block;
  font-size: 15px;
  color: #ce332a;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
}

.inbox-det-text-cat-nav-title {
  margin-top: 15px;
  font-size: 28px;
    font-family: "Poppins", sans-serif;
    color: #00235a;
}


.inbox-det-text-cat-nav-img{
  width: 100%;
  height: auto;
}



@keyframes cate-business-square-pulse {
  0%, 80%, 100% { transform: scale(0); opacity: 0.3; }
  40% { transform: scale(1); opacity: 1; }
}




/* Container & Base Styles */
.inbox-det-text-cat-main-nav {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 color: white;
  
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  margin-left: 23%;
}

.inbox-det-text-cat-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.inbox-det-text-cat-nav-list > li {
  position: relative;
  display: flex;
  align-items: center;
}

/* Link Styling */
.inbox-det-text-cat-nav-list a {
  text-decoration: none;
 
  color: #ffffff;
  padding: 0 15px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.inbox-det-text-cat-nav-list a:hover,
.inbox-det-text-cat-active {
  color: #ce332a !important; /* News Red */
}

/* Dropdown Logic */
.inbox-det-text-cat-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  color: black;
  background-color: white;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: none; /* Hidden by default */
  list-style: none;
  padding: 10px 0;
  border-top: 3px solid #ce332a;
  z-index: 1000;
}

.inbox-det-text-cat-dropdown li a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
  color: black;
}

/* Hover to Show Dropdown */
.inbox-det-text-cat-has-dropdown:hover .inbox-det-text-cat-dropdown {
  display: block;
}

/* Mobile Menu Icon & Toggle */
.inbox-det-text-cat-toggle-input {
  display: none;
}

.inbox-det-text-cat-menu-icon {
 /* Hidden on Desktop */
  font-size: 24px;
  cursor: pointer;
  color: #dee2ea;
}

/* hide checkbox */
.inbox-det-text-cat-toggle-input {
  display: none;
}

/* menu icon */
.inbox-det-text-cat-menu-icon {
  font-size: 22px;
  cursor: pointer;
}

/* overlay */
.end-foo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}

/* sidebar */
.end-foo-side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 900px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  color: black;
  transition: .4s ease;
  overflow-y: auto;
  padding: 30px;
}

/* open state */
#inbox-det-text-cat-menu-toggle:checked ~ .end-foo-overlay {
  opacity: 1;
  visibility: visible;
}

#inbox-det-text-cat-menu-toggle:checked ~ .end-foo-side-menu {
  right: 0;
}

/* close button */
.end-foo-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
}

/* content layout */
.end-foo-menu-content {
  display: grid;
  grid-template-columns: 109px 1fr;
  gap: 40px;
  
}

/* hot topics */
.end-foo-hot-topics h3 {
  margin-bottom: 15px;
   font-family: "Poppins", sans-serif;
  
}

.end-foo-hot-topics ul {
  list-style: none;
  padding: 0;
}

.end-foo-hot-topics li {
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  color: red;
  font-weight: 600;
}

/* social icons */
.end-foo-social {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.end-foo-social a {
  width: 20px;
  height: 20px;
  
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

/* category section */
.end-foo-cat h3 {
  display: flex;
  align-items: center;
  gap: 8px;
    font-family: "Poppins", sans-serif;
}

.end-foo-cat .dot {
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
}

.end-foo-cat p {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.end-foo-mega-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
  background: #fff;
  height: 5vh;
}

/* column */


/* title */
.end-foo-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0b1a3a;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
   
}

.end-foo-title span {
  width: 8px;
  height: 8px;
  background: #e53935;
  border-radius: 50%;
   font-family: "Poppins", sans-serif;
}

/* list */
.end-foo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.end-foo-list li {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #0b1a3a;
  padding: 16px 0;
  border-bottom: 1px solid #aab0c3;
  cursor: pointer;
}

.end-foo-list li:last-child {
  border-bottom: none;
}

/* active / highlighted */
.end-foo-list li.is-active {
  color: #e53935;
  font-weight: 600;
}

/* hover */
.end-foo-list li:hover {
  color: #e53935;
}








/* search */
/* hide checkbox */
.end-foo-search-toggle {
  display: none;
}

/* search icon */
.end-foo-search-icon {
  cursor: pointer;
  font-size: 15px;
  color: #fcfcfe;
}

/* search box */
.end-foo-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 12px;

  transform: translateY(-100%);
  transition: .35s ease;
  z-index: 1000;
}

/* input */
.end-foo-search-input {
  flex: 1;
  height: 40px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #ccc;
  outline: none;
}

/* close */
.end-foo-search-close {
  cursor: pointer;
  font-size: 22px;
  color: #0b1a3a;
}

/* open state */
#end-foo-search-toggle:checked ~ .end-foo-search-box {
  transform: translateY(0);
}





