.category-grid-section {
    max-width:1440px;
    margin: 60px auto;
    padding:0;
}
/* ROW 1 */
.grid-featured-post {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}
.grid-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.grid-featured-content h2 {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0 15px;
      font-family: "Karla", sans-serif;
    color: #000000;
    font-weight:700;
}
/* ROW 2 */
.grid-post-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.grid-card img {
    width: 100%;
    margin-bottom: 10px;
}
.grid-card h3 {
    font-size: 18px;
    margin: 8px 0;
    color: #000000;
    font-family: "Karla", sans-serif;
    font-weight: 700;    
}
.grid-featured-post a h2:hover,.grid-card h3:hover,.post-card h3:hover{
    text-decoration: underline;
    text-decoration-color:#ff5722;
    text-decoration-style: solid;
    text-decoration-thickness: 0.125rem;
    text-underline-position: under;
    text-underline-offset: -0.125rem;
}
/* COMMON */
.grid-category {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}
.grid-author {
    font-size: 14px;
    color: #777;
}
/* RESPONSIVE */
@media (max-width: 900px) {
    .grid-featured-post {
        grid-template-columns: 1fr;
    }

    .grid-post-cards {
        grid-template-columns: 1fr;
    }
}
.category-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.category-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}
.category-hero-card {
background: #fff;
padding: 16px 35px;
text-align: center;
max-width: 700px;
margin-bottom: -1px;
position: relative;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.category-hero-card h1 {
  font-size: 42px;
  margin:0px;
  margin-bottom: 15px;
  font-family: "Karla", sans-serif;
      font-weight: 700;
}
.category-archive{
    text-align:center;
}
.archive-title{
 margin-bottom: 35px;
}
.category-hero-card p {
  font-size:16px;
  color: #555;
    font-family: "Karla", sans-serif;
}
.category-archive {
  max-width:1440px;
  margin: 0 auto;
  padding-top:20px;
}
.content{
    width:100%!important;
}
.cat-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.cat-tabs li {
    cursor: pointer;
    padding: 10px 5px;
    font-weight: 500;
    width: 200px;
    text-align: center;
    background: #0000004f;
    border: 0px;
    margin: 0px;
    transition: background-color 0.3s ease;
}
.cat-tabs li.active {
    border-bottom:3px solid #ea3314;
    color: #ffffff;
    background: #000000;
}
.cat-tabs li:hover {
    color: #ffffff;
    background: #000000;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.post-card img {
  width: 100%;
  height: auto;
}
.post-card h3 {
  font-size: 18px;
  margin: 10px 0 5px;
    font-family: "Karla", sans-serif;
    color: #000000;
    font-weight: 700;
}
.post-author {
  font-size: 14px;
  color: #777;
}
@media(max-width:786px){
.posts-grid {
    grid-template-columns: repeat(3, 1fr);
}
}
@media(max-width:686px){
.posts-grid {
    grid-template-columns: repeat(1, 1fr);
}
.cat-tabs li {
    padding: 4px 19px;
}
.cat-tabs {
    overflow-x: scroll;
}
.newsletter-strip{
        flex-direction: column;
    justify-content: center;
}
.newsletter-left div{
    text-align:center;
}
}

/*Css For NewsLetter Popup Start*/
/* NEWSLETTER STRIP */
.newsletter-strip {
display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f6;
    padding: 25px 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.newsletter-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.newsletter-left h3 {
    margin: 0;
    font-size: 22px;
      font-family: "Karla", sans-serif;
}
.newsletter-left p {
    margin: 0;
    color: #555;
      font-family: "Karla", sans-serif;
}
.newsletter-btn {
    background:#ea3314;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-weight: 600;
    cursor: pointer;
}
/* POPUP */
.newsletter-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.newsletter-popup-content {
    background: #fff;
    max-width: 400px;
    padding: 30px;
    margin: 10% auto;
    position: relative;
    text-align: center;
}
.newsletter-popup-content input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
}
.newsletter-popup-content button {
    width: 100%;
    background: #0a7c7b;
    color: #fff;
    padding: 12px;
    border: none;
}
.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}
/*Css For NewsLetter Popup End*/