body{
    background-color: white;
    margin: 0;
    overflow-x: hidden;
}
a{
  text-decoration: none;
  color: black;
}
.social-icons{
    display: flex;
    color: black;
    gap: 25px;
    padding-left: 40px;
    padding-top: 30px;
}
.head h1 {
    font-family: Work Sans, sans-serif;
    font-size: 51px;
    margin-top: 0px;
    font-weight: 800;
    margin-bottom: 10px;
}
.nav1{
    display: flex;
    justify-content: space-between;
}
.about-contact a{
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    padding-left: 10px;
}
.about-contact{
    gap: 40px;
        padding-right: 30px;
    padding-top: 30px;
    font-family: sans-serif;
  
}
.hr1 {
    position: sticky;
    top: 44px;
    z-index: 998; /* Slightly less than .nav2 (z-index: 999) */
    background: white; /* Prevents content from showing through */
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 0px;
    margin-right: 30px;
}
.hrr{
     position: sticky;
    top: 44px;
    z-index: 998; /* Slightly less than .nav2 (z-index: 999) */
    background: white; /* Prevents content from showing through */
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 0px;
    margin-right: 30px;
    border: solid .1px rgb(201, 201, 201);
}

.nav2{
    display: flex;
  gap: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: white; 
}
.nav2 a{
    text-decoration: none;
    color: black;
    font-size: 12px;
    font-family:workArial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}


.trending-stories {
    font-family: 'Georgia', serif;
    background-color: transparent;
    color: #fff;
    padding: 33px;
    max-width: 311px;
    padding-bottom: 0px;
    padding-top: 10px;

  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}
.trending-stories.active {
  opacity: 1;
  transform: translateY(0);
}
.trending-title {
  font-size: 28px;
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 20px;
}

.story-item {
  margin-bottom: 16px;
}

.category {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 30px;
}

.story-content {
  display: flex;
  align-items: flex-start;
}

.story-number {
  background-color: #d35400;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  margin-right: 15px;
  font-size: 16px;
}

.story-text {
  flex: 1;
}

.story-title {
  font-size: 18px;
  color: #000000;
  margin: 0;
  font-weight: bold;
  margin-right: 25px;
}

.story-meta {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 0px;
}

.hr3 {
  border: none;
  border-top: 1px solid #c1bebe;
  margin-left: 47px;
margin-bottom: 25px;
}
.section{
display: flex;
}
.section2{
    width: 35%;
    margin-left: 20px;
}
.section2a img {
    width: 100%;
    margin-top: 70px;
    transition: filter 0.4s ease; /* Smooth transition */
    cursor: pointer;
}

.section2a img:hover {
    filter: grayscale(100%);
}

.section2a {
  opacity: 0;
  transform: translate(-70px, 70px); /* left (-X) and bottom (+Y) */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}

.section2a.active {
  opacity: 1;
  transform: translate(0, 0);
}

.section3a img {
    width: 100%;
    margin-top: 120px;
    transition: filter 0.4s ease; /* Smooth transition */
    cursor: pointer;
}

.section3a img:hover {
    filter: grayscale(100%);
}
img{
   transition: filter 0.4s ease; /* Smooth transition */
    cursor: pointer;
}
img:hover{
  filter: grayscale(100%);
}

.section3a {
  opacity: 0;
  transform: translateX(-90px); /* move from the left */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
  margin-top: 30px;
}

.section3a.active {
  opacity: 1;
  transform: translateX(0); /* move to the original position */
}

.section31{
  display: none;
}


.feature-section {
  font-family: 'Georgia', serif;
  background-color: transparent; /* dark background */
  color: rgb(0, 0, 0);
  padding: 40px;
  max-width: 400px;
  padding-bottom: 0px;


  opacity: 0;
  transform: translate(50px, 50px); /* right (+X) and bottom (+Y) */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}

.feature-section.active {
  opacity: 1;
  transform: translate(0, 0);
}

.feature-section h1 {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.feature-section h1:hover{
    color: orangered;
}

.feature-section h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.feature-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.read-more-btn {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid black;
  border-radius: 50px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family: sans-serif;
  transition: background-color 0.3s, color 0.3s;
}

.read-more-btn:hover {
  background-color: black;
  color: white;
}



.feature-section2 {
  font-family: 'Georgia', serif;
  background-color: transparent; /* dark background */
  color: rgb(0, 0, 0);
  padding: 40px;
  max-width: 400px;



  opacity: 0;
  transform: translate(50px, 50px); /* right (+X) and bottom (+Y) */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}

.feature-section2.active {
  opacity: 1;
  transform: translate(0, 0);
}

.feature-section2 h1 {
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 20px 0;
  cursor: pointer;
  
}
.feature-section2 h1:hover{
    color: orangered;
}

.feature-section2 h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.feature-section2 p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}



.newsletter-container {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding-bottom: 40px;
}

.newsletter-title {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 80px;
    margin-top: 0px;
    
   
}

.newsletter-subtitle {
  font-size: 24px;
  font-family: 'Arial', sans-serif;
  margin-bottom: 32px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.newsletter-input {
  padding: 12px 16px;
  font-size: 18px;
  width: 220px;
  border: none;
  background-color: #dcdcdc;
  color: #000;
  outline: none;
}

.newsletter-button {
  padding: 12px 24px;
  font-size: 18px;
  background-color: #ff6600;
  color: #000;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-button:hover {
  background-color: #e65c00;
}






.design-section {
    margin-left: 30px;
    max-width: 300px;
    font-family: Georgia, serif;
}
.category-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}

.design-post {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.design-post img {
  width: 140px;
  height: 20vh;
  object-fit: cover;
}

.post-text h3 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.post-text p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}


.design-section2{
  width: 35%;
  margin-left: 50px;
  padding-left: 30px;
  text-align: center;

}
.design-section3{
  width: 28%;
  margin-left: 50px;
}
.design-section2 img{
  width: 100%;
  height: 83vh;
  object-fit: cover;
}
.d-section{
  display: flex;
  margin-top: 70px;
 
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}
.d-section.active {
  opacity: 1;
  transform: translateY(0);
}
.design-section2 span{
  color: orangered;
  font-weight: 400;
  font-family: sans-serif;
}
.design-section2 p{
    font-weight: 600;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  margin-top: 0px;

}
.design-section2 h3{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}




.opinion-section {
  max-width: 600px;
  font-family: Georgia, serif;
  margin: 0 auto;
}

.section-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.featured-post img {
  width: 98%;
  height: 30vh;
  object-fit: cover;
}

.featured-post h3 {
  font-size: 21px;
  margin: 15px 0 5px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.author {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.post-grid {
  display: flex;
  gap: 20px;
}

.small-post {
  flex: 1;
  border-bottom: 1px solid #c1bbbb;
}

.small-post img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}

.small-post h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}



.spotlight-section {
  text-align: center;
  padding: 0px 20px;
  max-width: 1200px;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 70px;
  overflow-x: hidden;
  background-color: rgb(227, 223, 223);
}

.spotlight-title {
  font-size: 48px;
  font-family: 'Georgia', serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.spotlight-category {
  font-size: 14px;
  letter-spacing: 1px;
  color: #444;
  margin-bottom: 30px;
}

.spotlight-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.spotlight-item {
    flex: 1 1 225px;
    max-width: 311px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.spotlight-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.spotlight-item h3 {
  font-family: 'Georgia', serif;
  font-size: 18px;
  margin: 15px 0 5px;
  
  padding-bottom: 10px;
}



.category-grid-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

.category-grid-heading {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.category-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}
.category-card-grid.active {
  opacity: 1;
  transform: translateY(0);
}

.category-card {
  flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
}

.category-card-img {
    width: 290px;
    height: 40vh;
    object-fit: fill;
    margin-bottom: 15px;
}

.category-card-title {
  font-size: 19px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-bottom: 10px;
}

.category-card-desc {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.category-card-meta {
  font-size: 14px;
  color: #777;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 11px;
}





.floating-text-container {
  width: 100%;
  overflow: hidden;
  background:rgb(113, 112, 112);
  white-space: nowrap;
  position: relative;
  padding: 25px 0;
  margin-top: 50px;
}

.floating-text-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.floating-text-group {
  display: flex;
}

.floating-text {
  display: inline-block;
  margin-right: 20rem;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



.footer {
  display: flex;
  padding-top: 20px;
  align-items: flex-start;
  padding: 40px;
  background-color: #000;
  color: #fff;
  flex-wrap: wrap;
  gap: 90px;
}

.footer-left,
.footer-center,
.footer-right {
  margin: 10px;
}

.footer-brand {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: sans-serif;
}
.footer-center h3{
  margin-top: 40px;
  
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  font-size: 16px;
  font-family: sans-serif;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.social-iconss a {
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.social-iconss a:hover {
  opacity: 0.7;
}

.footer-right p {
    font-size: 14px;
    margin-top: 75px;
    font-family: sans-serif;
}
.category-page-section{
  margin-bottom: 70px;
}
.category-page-section h1{
  font-size: 40px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 120px;
  font-family: sans-serif;
  font-weight: 800;
}


@media screen and (min-width:1400px) {
  body{
    margin: 0;
  padding: 0;
  /* width: 100%; */
  /* overflow-x: hidden; */
  

  }
 
  .section{
    width: 97%;
    margin-top: 40px;
    padding-left: 20px;
  }
  .section2a img {
    
    margin-bottom: 74px;
    margin-top: 45px;
}
 
  .section1{
    width: 30%;
  }
  
  .section2{
    width: 32%;
  }
  .section3{
    width: 35%;
  }
  .section3a img{
    margin-top: 20px;
  }
  .read-more-btn{
    margin-bottom: 200px;
  }
  .d-section{
    width: 100%;
  }
  
  .design-section{
    width: 30%;
  }
  .design-section2{
    width: 40%;
  }
  .design-section3{
    width: 32%;
    margin-left: 11px;
  }
  .opinion-section {
    max-width: 416px;
    font-family: Georgia, serif;
    margin: 0px 0px 0px 0px 0px;
}
.design-section2 img {
    width: 92%;
    height: 69vh;
    object-fit: cover;
}
.design-post img {
    width: 120px;
    height: 14vh;
    object-fit: cover;
}
.spotlight-section {
    text-align: center;
    padding: 0px 5px;
    max-width: 1370px;
    padding-bottom: 60px;
    margin-left: 30px;
    margin-top: 70px;
    overflow-x: hidden;
    background-color: rgb(242, 241, 241);
}
.newsletter-container {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding-bottom: 90px;
}
.category-card-img {
        width: 332px;
        height: 29vh;
        object-fit: fill;
        margin-bottom: 15px;
    }

.category-grid-section {
    padding: 0px 20px;
    max-width: 1374px;
    margin: 0px 0px 0px 0px;
    padding-top: 80px;
    opacity: 1;
    padding-left: 30px;
}
.floating-text-container{
  padding: 40px 0;
  background: rgb(146, 146, 146);
}

.category-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  
}
.footer{
  gap: 170px;
}
.head h1{
  font-size: 70px;
  font-weight: 900;
  padding-left: 60px;
  font-family: Arial black;
}
.about-contact{
  padding-top: 40px;
}
.social-icons{
  padding-left: 32px;
  padding-top: 40px;
  cursor: pointer;
}
.about-contact a{
  font-size: 12px;
  padding-left: 30px;
}

.explore-section{
  margin-left: 60px;
  margin-top: 35px;
  width: 97%;
}
.explore-section1{
  width: 60%;
}
.explore-section2{
  margin-left: 55px;
}
.other-posts-wrapper{
  margin-left: 10px;
}

.about-section {
    width: 100%;
    margin-left: 50px;
    opacity: 0;
    transform: translateY(90px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: transform, opacity;

    
}


}






/* Explore-section */

.explore-section {
  display: flex;
  width: 97%;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0px;
}

.explore-section1 {
    width: 70%;
    padding: 20px;
    padding-left: 50px;
    padding-top: 60px;
    /* height: 100vh; */
    /* overflow-y: scroll; */
}

.explore-section2 {
  width: 30%;
  position: sticky;
  top: 0;
  height: 60vh;
  padding: 20px;
  background-color: #ffffff;
  /* NO overflow here, so it doesn’t block scroll */
}



.explore-section1::-webkit-scrollbar {
  display: none;                   /* Chrome, Safari, Opera */
}
.about-section
{
  width: 96%;
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}
.about-section.active {
    opacity: 1;
    transform: translateY(0);
   
    
}
.about-section h1 {
    margin-bottom: 20px;
    font-family: unset;
    font-size: 58px;
    font-weight: 00;
    line-height: 55px;
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 33rem;
    margin-bottom: 50px;
}
.ab3
{
   margin-bottom: 16px;
    font-size: 18px;
    font-weight: 6500;
    line-height: 30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: black;
            margin-left: 30px;
    margin-right: 33rem;
}
.explore-section1 h1{
     margin-bottom: 20px;
    font-family: unset;
    font-size: 59px;
    font-weight: 600;
    line-height: 55px;
    margin-top: 10px;
    

}
.explore-section1 h2{
     margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 55px;
    margin-top: 10px;
    margin-right: 30px;

}
.about-section h2{
   margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    margin-top: 10px;
    margin-left: 30px;
}
.exp1{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: grey;
}
.exp2{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}
.explore-section1 span{
  font-weight: 400;
  font-size: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.custom-sidebar-container {
  padding: 20px;
  max-width: 300px;
  font-family: 'Georgia', serif;
}

.custom-sidebar-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.custom-share-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.custom-icon-btn {
  display: inline-block;
  background-color: black;
  color: white;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.custom-icon-btn:hover {
  background-color: #333;
}

.custom-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-related-list li {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

.custom-related-link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
}

.custom-related-link:hover {
  text-decoration: underline;
}
.explore-section1 img{
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.exp3{
  margin-bottom: 16px;
    font-size: 18px;
    font-weight: 6500;
    letter-spacing: 1px;
    line-height: 30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: black;
}


.tdw-rich-block {
    border-left: 5px solid #555;
    padding-left: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #111;
    font-weight: 600;
    max-width: 800px;
    margin-top: 30px;
    /* margin: 2rem auto; */
    font-family: 'Helvetica Neue', sans-serif;
}

.newsletter-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 40px;
    font-family: Georgia, serif;
    margin-top: 60px;
    margin-bottom: 100px;
    max-width: 1200px;
    margin-left: 0px;
}
.newsletter-block-wrapper-about {
    display: flex
;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    font-family: Georgia, serif;
    margin-top: 60px;
    margin-bottom: 100px;
    max-width: 1200px;
    margin-left: 82px;
    margin-right: 20px;
}
.newsletter-block-left,
.newsletter-block-right {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
}

.newsletter-block-left {
  border-right: 1px solid #ccc;
}

.newsletter-block-title-about {
  font-size: 32px;
  
  margin: 0;
  margin-left: 30px;
  margin-top: 40px;
  font-weight: 400;
}
.newsletter-block-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.newsletter-block-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-top: 0px;
  margin-right: 60px;
  margin-left: 30px;
}
.newsletter-block-description-about {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 42px;

}

.newsletter-block-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  gap: 10px;
}

.newsletter-block-input {
  flex: 1;
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  min-width: 160px;
}

.newsletter-block-button {
  padding: 12px 24px;
  background-color: #f2600c;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-block-button:hover {
  background-color: #d54e00;
}

.other-posts-wrapper {
  padding: 40px 20px;

  font-family: Georgia, serif;
  margin-top: 50px;
}

.other-posts-heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.other-posts-grid {
    display: flex
;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}
.post-card-unique {
  display: flex;
  gap: 20px;
  flex: 1 1 300px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 40px;
}

.post-card-image-unique {
  width: 160px;
  height: 130px;
  object-fit: cover;
}

.post-card-content-unique {
  flex-grow: 1;
}

.post-card-author-unique {
  font-size: 1rem;
  margin-bottom: 5px;
}

.author-name-unique {
  color: #f2600c;
  
}

.post-card-title-unique {
  font-size: 1.2rem;
  
  line-height: 1.4;
  color: #000;
  font-family: workArial, sans-serif; 
}




.writers-section {
  padding: 1px 15px 70px 15px;
  max-width: 1250px;
  margin: auto;
  background: rgb(240, 239, 239);
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 30px;
}

.writers-section h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-left: 0px;
}

.writers-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.writer-card {
  background-color: #fff;
  padding: 0;
  width: calc(25% - 22.5px);
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
}

.writer-card img {
    width: 100%;
    height: 35vh;
    display: block;
    object-fit: cover;
}
.writer-info {
  padding: 16px;
  text-align: start;
}

.label {
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: sans-serif;
}

.name {
  color: #f58220;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
}



/* contact-section */
.contact-container {
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.contact-left {
  flex: 1;
  max-width: 400px;
  margin-left: 120px;
}

.contact-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
      font-family: unset;
}

.contact-email {
  display: block;
  font-size: 20px;
  color: #f58220;
  text-decoration: underline;
  margin-bottom: 24px;
  font-weight: bold;
}

.contact-address {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-right {
  flex: 1;
  margin-left: 80px;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 10px;
  font-family: sans-serif;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  resize: none;
}

.contact-submit {
  margin-top: 20px;
  background-color: #ff7a22;
  color: #000;
  border: none;
  padding: 12px 32px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  width: 20%;
}
.section4{
  display: none;
}
.tdw-navbar {
  display: none;
}
.tdw-mobile-menu{
  display: none;
}















/* Mobile view */

@media (max-width: 767px){

    body,html{
    width: 100%;
    overflow-x: hidden;
    
  }
  .section{
    flex-direction: column;
  }
  .navbar{
    display: none;
  }
  .nav2{
    display: none;
  }
  .section1{
    display: none;
  }
  .d-section{
    flex-direction: column;
  }
 

  
  .section2 {
    margin-top: 40px;
    width: 100%;
    margin-left: 0px;
  }

  .section3a img{
    display: none;
  }
  .section31 img {
    width: 100%;
    margin-top: 0px;
    transition: filter 0.4s ease; /* Smooth transition */
    cursor: pointer;
}

.section31 img:hover {
    filter: grayscale(100%);
}
::placeholder{
  text-align: center;
 
}

.section31 {
  display: block;
  opacity: 0;
  transform: translateX(-90px); /* move from the left */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
  margin-top: 30px;
}

.section31.active {
  opacity: 1;
  transform: translateX(0); /* move to the original position */
}
.feature-section2 {
    font-family: 'Georgia', serif;
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 20px;
}
    .hrr{
      display: none;
    }
    .feature-section {
    font-family: 'Georgia', serif;
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 20px;
    max-width: 400px;
    }
    .feature-section h1 {
    font-size: 35px;
    font-weight: 900;
    margin: 0 0 20px 0;
    cursor: pointer;
    }
    .section2a {
    opacity: 0;
    transform: translate(-70px, 70px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: transform, opacity;
    margin-right: 20px;
    margin-left: 20px;
}
    .read-more-btn {
      width: 36%;
      padding: 10px 100px;
    }
   .category-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}
.category-card-grid.active {
  opacity: 1;
  transform: translateY(0);
  flex-direction: column;

}
    .section4{
      display: block;
    }
    .newsletter-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 49px;
    font-family: sans-serif;
    }
    .newsletter-form {
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
}
.newsletter-input {
    padding: 12px 0px;
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    border: none;
    background-color: #dcdcdc;
    color: #000;
    outline: none;
}

.newsletter-subtitle {
    font-size: 19px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
}
.design-post {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.design-section {
        margin-left: 20px;
        max-width: 100%;
        margin-right: 20px;
        font-family: Georgia, serif;
    }
.design-post img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}
.featured-post h3 {
    font-size: 18px;
    margin: 15px 0 5px;
    font-weight: bold;
}
    .design-section2 {
        width: 89%;
        margin-left: 20px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
.design-section2 img{
  margin-right: 20px;
  height: 54vh;
}
.design-section2 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
.design-section3 {
    width: 89%;
    margin-left: 20px;
}
.post-grid {
    /* display: flex
; */
flex-direction: column;
    gap: 20px;
}
    .spotlight-section {
    text-align: center;
    padding: 0px 10px;
    max-width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: hidden;
    background-color: rgb(238, 236, 236);
}
.spotlight-item {
    flex: 1 1 225px;
    max-width: 316px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
/* .category-grid-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.category-grid-heading {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: sans-serif;
}
.category-card-img {
    width: 339px;
    height: 43vh

;
    object-fit: fill;
    margin-bottom: 15px;
}
.category-card {
    flex: 1 1 calc(25% - 29px);
    max-width: calc(25% - -246px);
    display: flex
;
    flex-direction: column;
} */

/* =================================================== */
/* Container */
.category-grid-section {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Helvetica', sans-serif;
}

/* Header */
.category-grid-heading {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Cards wrapper */
.category-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Each card */
.category-card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
}

/* Image */
.category-card-img {
    width: 100%;
    height: auto;
    
    object-fit: cover;
    border-radius: 0px;
}

/* Title */
.category-card-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}

/* Author / Subheading */
.category-card-author {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}



/* ==================================================================== */

.footer-nav {
  background-color: #000;     /* black background */
  display: flex;
  flex-direction: column;     /* stack items vertically */
  align-items: center;        /* center horizontally */
  justify-content: center;    /* optional: center vertically if needed */
  height: 20vh;              /* optional: full screen height */
  gap: 1rem;                  /* spacing between links */
}

.footer {
    display: flex;
    align-items: flex-start;
    
    background-color: #000;
    color: #fff;
    flex-wrap: wrap;
    gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
   
   justify-content: center;
}
.footer-center{
  background-color: #000;     /* black background */
  display: flex;
  flex-direction: column;     /* stack items vertically */
  align-items: center;        /* center horizontally */
  justify-content: center;    /* optional: center vertically if needed */
  height: 10vh;              /* optional: full screen height */
  gap: 10px;  
 
}
.social-iconss a{
  margin-left: 10px;
}
.footer-heading {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-right p {
    font-size: 14px;
    margin-top: 50px;
    font-family: sans-serif;
}
.footer-brand {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: sans-serif;
}

/* === Reset === */




/* === Navbar === */
.tdw-navbar {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ccc;

 
  top: 0;
  z-index: 999;
  background: white; /* Important if it should stay visible over content */




   position: fixed;

  left: 0;
  width: 92%;
 
 
  z-index: 999;
}

.tdw-logo {
        font-weight: bold;
        font-size: 1.6rem;
        font-family: Arial black;
    }

.tdw-menu-toggle {
  font-size: 1.5rem;
  cursor: pointer;
}

/* === Mobile Menu === */


.tdw-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  overflow-y: auto;

  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
  opacity: 0;
}

.tdw-mobile-menu.tdw-active {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
  padding-top: 14px;
  padding-left: 16px;
}

    .tdw-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        padding-right: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }
.tdw-menu-close {
  font-size: 2rem;
  cursor: pointer;
}

.tdw-nav-links {
  list-style: none;
  text-align: center;
  margin-bottom: 1.5rem;
}

.tdw-nav-links li {
  padding: 0.7rem 0;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
}

/* === Divider === */
.tdw-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1.5rem 0;
}

/* === Search Box === */
.tdw-search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 0.3rem 0.5rem;
 
}

.tdw-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
}

.tdw-search-icon {
  margin-left: 0.5rem;
  font-size: 1rem;
}




/* explore page */
.explore-section {
    flex-direction: column;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.explore-section1 {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    padding-top: 90px;
    /* height: 100vh; */
    /* overflow-y: scroll; */
}
.explore-section1 img {
    width: 90%;
    height: 60vh;
    margin-top: 30px;
}
.explore-section1 h1 {
        margin-bottom: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 41px;
        font-weight: 500;
        line-height: 55px;
        margin-top: 5px;
        padding-right: 52px;
    }
    .exp1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: grey;
    margin-bottom: 0px;
}
.exp3 {
    padding-right: 45px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 6500;
    line-height: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}
.newsletter-block-wrapper {
    display: flex
;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border: 0px solid #f9f9f9;
    padding: 0px;
    font-family: Georgia, serif;
    margin-top: 56px;
    margin-bottom: 1px;
    margin-right: 40px;
}
    .newsletter-block-wrapper-about {
        display: flex
;
        flex-wrap: wrap;
        background-color: #f9f9f9;
        border: 0px solid #f9f9f9;
        padding: 0px;
        font-family: Georgia, serif;
        margin-top: 56px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-bottom: 40px;
            margin-right: 25px;
        max-width: 100%;
        margin-left: 25px;
    }

.explore-section1 h2 {
    margin-bottom: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 55px;
    margin-top: 10px;
}
.newsletter-block-left{
    flex: 1 1 50%;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid #f9f9f9;
    box-sizing: border-box;
    
}
    .newsletter-block-left h2 {
        font-size: 35px;
        margin-top: 35px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
.newsletter-block-button {
    padding: 13px 115px;
    background-color: #f2600c;
    color: white;
    width: 100%;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}
.category-page-section h1 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 135px;
    }
.explore-section2 {
    width: 100%;
    position: sticky;
    top: 0;
    height: 40vh;
    margin-top: 50px;
    padding: 0px;
    background-color: #ffffff;
}
.other-posts-wrapper {
    padding: 40px 20px;
    border-top: 0px solid #eee;
    font-family: Georgia, serif;
    margin-top: 80px;
}
.other-posts-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.post-card-unique {
    flex-direction: column;
    gap: 20px;
    flex: 1 1 300px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.post-card-image-unique {
    /* width: 337px; */
    width: 100%;
    height: 290px;
    object-fit: cover;
} 
.post-card-title-unique {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
}
.custom-sidebar-container {
    padding: 00px;
    max-width: 300px;
    font-family: 'Georgia', serif;
}
.tdw-rich-block {
    border-left: 5px solid #555;
    padding-left: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #111;
    max-width: 800px;
    margin: 2rem auto;
    padding-right: 3rem;
    font-family: 'Helvetica Neue', sans-serif;
}



/* about-page */
.about-section h1 {
    margin-bottom: 20px;
    font-family: unset;
    font-size: 39px;
    font-weight: 500;
    line-height: 55px;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 0rem;
    margin-bottom: 0px;
}
.ab3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 6500;
    line-height: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    margin-left: 20px;
    margin-right: 0rem;
}
.writers-section{
  margin-left: 20px;
  padding-top: 3px;
}
.writers-grid{
  flex-direction: column;
}
.writer-card{
  width: 100%;
}
.writers-section h1{
  margin-top: 30px;
  margin-bottom: 30px;
}
.writer-card img {
    width: 100%;
    height: 50vh;
    display: block;
    object-fit: cover;
}
.writer-info {
    padding: 16px;
  text-align: center;
}
.about-section h2{
  margin-left: 20px;
}



.contact-container{
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-left{
  margin-left: 0px;
}
.contact-right{
  margin-left: 0px;
}
.form-group input, .form-group textarea {
    padding: 10px;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: none;
}
.contact-submit{
  width: 100%;
}
.contact-heading{
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-email{
  font-weight: 400;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
}


}







@media (min-width: 768px) and (max-width: 991.98px){
  .feature-section2.active{
    display: none;
  }
    .category-grid-section {
        padding: 20px;
        max-width: 100%;
        margin: 0 auto;
        font-family: 'Helvetica', sans-serif;
        margin-left: 0px;
       
    }

/* Header */
.category-grid-heading {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Cards wrapper */
.category-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Each card */
.category-card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
}

/* Image */
.category-card-img {
    width: 100%;
    height: auto;
    
    object-fit: cover;
    border-radius: 0px;
}

/* Title */
.category-card-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}

/* Author / Subheading */
.category-card-author {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}
 .navbar{
    display: none;
  }
  .nav2{
    display: none;
  }
  

/* === Navbar === */
.tdw-navbar {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ccc;

 
  top: 0;
  z-index: 999;
  background: white; /* Important if it should stay visible over content */




   position: fixed;

  left: 0;
  width: 96%;
 
 
  z-index: 999;
}

.tdw-logo {
        font-weight: bold;
        font-size: 1.6rem;
        font-family: Arial black;
    }

.tdw-menu-toggle {
  font-size: 1.5rem;
  cursor: pointer;
}

/* === Mobile Menu === */


.tdw-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  overflow-y: auto;

  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
  opacity: 0;
}

.tdw-mobile-menu.tdw-active {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
  padding-top: 14px;
  padding-left: 16px;
}

    .tdw-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5rem;
        padding-right: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }
.tdw-menu-close {
  font-size: 2rem;
  cursor: pointer;
}

.tdw-nav-links {
  list-style: none;
  text-align: center;
  margin-bottom: 1.5rem;
}

.tdw-nav-links li {
  padding: 2rem 0;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
}

/* === Divider === */
.tdw-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1.5rem 0;
}

/* === Search Box === */
.tdw-search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 0.3rem 0.5rem;
 
}

.tdw-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
}

.tdw-search-icon {
  margin-left: 0.5rem;
  font-size: 1rem;
}

.section{
  margin-top: 90px;
}
.section2 {
    width: 48%;
    margin-left: 20px;
}

.section1{
  padding-right: 40px;
  width: 36%;
}
.trending-stories {
    font-family: 'Georgia', serif;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    max-width: 321px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 25px;
    opacity: 0;
}
.category {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
}
   body,html{
    width: 100%;
    overflow-x: hidden;
    
  }
    .read-more-btn {
      width: 36%;
      padding: 10px 100px;
    }
   .category-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: transform, opacity;
}
.category-card-grid.active {
  opacity: 1;
  transform: translateY(0);
  flex-direction: column;

}
.d-section.active {
    opacity: 1;
    transform: translateY(0);
    flex-direction: column;
}
.design-section3 {
        width: 95%;
        margin-left: 20px;
    }
    .opinion-section {
    max-width: 100%;
    font-family: Georgia, serif;
   
}
   
    .newsletter-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 49px;
    font-family: sans-serif;
    }
    .newsletter-form {
    
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
}
.newsletter-input {
    padding: 12px 17px;
    font-size: 18px;
    width: 300px;
    border: none;
    background-color: #dcdcdc;
    color: #000;
    outline: none;
}
.newsletter-subtitle {
    font-size: 19px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
}
.design-post {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.design-section {
        margin-left: 20px;
        max-width: 100%;
        margin-right: 20px;
        font-family: Georgia, serif;
    }
.design-post img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}
.featured-post h3 {
    font-size: 18px;
    margin: 15px 0 5px;
    font-weight: bold;
}
    .design-section2 {
        width: 95%;
        margin-left: 20px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
.design-section2 img{
  margin-right: 20px;
  height: 54vh;
}
.design-section2 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

.post-grid {
    /* display: flex
; */
flex-direction: column;
    gap: 20px;
}
    .spotlight-section {
    text-align: center;
    padding: 0px 10px;
    max-width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: hidden;
    background-color: rgb(238, 236, 236);
}
.spotlight-item {
    flex: 1 1 225px;
    max-width: 316px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.footer-nav {
  background-color: #000;     /* black background */
  
  flex-direction: column;     /* stack items vertically */
  align-items: center;        /* center horizontally */
  justify-content: center;    /* optional: center vertically if needed */
  height: 0vh;              /* optional: full screen height */
  gap: 1rem;                  /* spacing between links */
}
.footer-brand{
  text-align: center;
}

.footer {
    flex-direction: column;
    align-items: center;
    
    background-color: #000;
    color: #fff;
    flex-wrap: wrap;
    gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
   
   justify-content: center;
}
.footer-center{
  background-color: #000;     /* black background */
  display: flex;
  flex-direction: column;     /* stack items vertically */
  align-items: center;        /* center horizontally */
  justify-content: center;    /* optional: center vertically if needed */
  height: 10vh;              /* optional: full screen height */
  gap: 10px;  
 
}
.social-iconss a{
  margin-left: 10px;
}
.footer-heading {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-right p {
    font-size: 14px;
    margin-top: 50px;
    font-family: sans-serif;
}


/* Detailed page */
.explore-section {
   flex-direction: column;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}
.explore-section1 {
    width: 95%;
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    /* height: 100vh; */
    /* overflow-y: scroll; */
}
.explore-section2 {
    width: 50%;
    position: sticky;
    top: 0;
    height: 30vh;
    padding: 20px;
    background-color: #ffffff;
}
.other-posts-grid {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}
.post-card-image-unique {
    width: 100%;
    height: 47vh;
    object-fit: cover;
}
.post-card-unique{
  flex-direction: column;
}
.newsletter-block-wrapper-about {
    display: flex
;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px;
    font-family: Georgia, serif;
    margin-top: 60px;
    margin-bottom: 100px;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
.ab3
{
  margin-right: 0px;
  padding-top: 20px;
}
.writer-card img {
    width: 100%;
    height: 17vh;
    display: block;
    object-fit: cover;
}
.writers-section h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-top: 30px;
}
.about-section h1 {
    margin-bottom: 20px;
    font-family: unset;
    font-size: 58px;
    font-weight: 00;
    line-height: 55px;
    margin-top: 140px;
    margin-left: 30px;
    margin-right: 0rem;
    margin-bottom: 50px;
}



}

/* @media only screen and (min-width: 1024px) and (max-width: 1366px){
     .category-grid-section {
        padding: 20px;
        max-width: 100%;
        margin: 0 auto;
        margin-left: 0px;
        margin-right: 0px;
        font-family: 'Helvetica', sans-serif;
    }
    .category {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-bottom: 9px;
}
.story-item {
    margin-bottom: 0px;
}
.hr3 {
    border: none;
    border-top: 1px solid #c1bebe;
    margin-top: 0px;
    margin-bottom: 0px;
}


.category-grid-heading {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.category-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.category-card {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
}


.category-card-img {
    width: 100%;
    height: auto;
    
    object-fit: cover;
    border-radius: 0px;
}

.category-card-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}


.category-card-author {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}
.design-section2 {
    width: 24%;
    margin-left: 50px;
    padding-left: 30px;
    text-align: center;
}
.design-section2 img {
    width: 100%;
    height: 29vh;
    object-fit: cover;
}
.design-post img {
    width: 140px;
    height: 10vh;
    object-fit: cover;
}
.post-card-unique {
    display: flex
;
    gap: 20px;
    flex: 1 1 293px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 33px;
}
.other-posts-wrapper {
    padding: 40px 20px;
    border-top: 1px solid #eee;
    font-family: Georgia, serif;
    margin-top: 18px;
    margin-bottom: 90px;
}
.newsletter-block-wrapper {
    display: flex
;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    font-family: Georgia, serif;
    margin-top: 60px;
    margin-bottom: 100px;
    max-width: 1200px;
    margin-left: 0px;
}
.newsletter-block-input {
    flex: 1;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    min-width: 10px;
    width: 100%;
    max-width: 100%;
}
.about-section h1{
  margin-right: 0rem;
}
.ab3{
  margin-right: 0rem;
}
.writer-card img {
    width: 100%;
    height: 19vh;
    display: block;
    object-fit: cover;
}

}


 */
