@media (max-width: 767px){
    body{
        padding: 0 10px;
    }
    
    .main-body-content{
    width: 100%;
    padding: 10px 0px;
}
    .header-section img {
    height: 58px;
    width: 100%;
}
.slogan {
    margin: 0;
    color: #565656;
    font-size: 8px;
    font-weight: 300;
}
.category-title {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.header-section{
    text-align: center;
}
.logo{
    font-size: 40px;
}
.category-options {
 display: none;
}
/* top-content-section */
.top-content-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
}
.top-content-section-left {
  width: 100%;
}
.top-content-section-right {
  width: 100%;
 gap: 10px;
}
.right-grid-head{
  font-size: 14px;
}
/* second-content-section */
.second-content-section{
  display: flex;
  flex-direction: column;
  gap:10px ;
}
.second-content-section-l{
  width: 100%;
}
.second-content-section-r{
   width: 100%;
}
.grid-half-div{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.grid-half{
  width: 100%;
}
.three-grid-part-section{
  flex-direction: column;
}
.three-grid-part{
  width: 100%;
}
.four-news-grid-section{
  flex-direction: column;
  gap: 10px;
}
.four-news-grid{
  width: 100%;
}
/* three-category-section */
.three-category-section{
   flex-direction: column;
  gap: 10px;
}
.three-category-section-grid{
  width: 100%;
}
 .site-footer {
    padding: 30px 0px ;
    width: auto;
    padding-bottom: 0px;
  }

  .footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-about,
  .footer-links,
  .footer-subscribe {
    flex: 1 1 100%;
    padding: 0px 10px;
  }


  /* Footer links section */
  .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
  }

  .footer-links ul {
    flex-direction: column;
    gap: 8px;
  }

  .footer-links ul li {
    font-size: 15px;
  }
  

  /* Subscribe form */
  .subscribe-form {
    flex-direction: column;
  }

  .subscribe-form input {
    margin-bottom: 10px;
    padding: 10px;
   
  }

  .subscribe-form button {
    padding: 10px;
    
  }

  /* Social icons wrap nicely */
  .social-icons {
    gap: 10px;
  }

  /* Footer bottom */
  .footer-bottom {
    font-size: 13px;
    padding: 10px 10px;
  }

  .footer-bottom a {
    margin: 0 3px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    padding: 0 10px;
  }

  .main-body-content {
    width: 95%;
  }

  /* Header */
  .header-section {
    padding: 25px 0;
  }

  .logo {
    font-size: 42px;
  }

  .slogan {
    font-size: 16px;
  }

  /* Category Section */
  .category-section,
  .category-portion {
    padding: 12px 10px;
    align-items: center;
  }
   .category-portion{
    margin: 0 auto;
    width: 95%;
   }
   .category-section-b{
    padding: 10px 0px;
}
  .category-options {
    gap: 3px;
  }

  .category {
    font-size: 14px;
  }

  /* Top Content Section */
  .top-content-section {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }

  .top-content-section-left,
  .top-content-section-right {
    width: 100%;
  }

  .main-img.top-content {
    height: 320px;
  }

  .image-head-text {
    font-size: 22px;
  }

  .right-grid {
    gap: 12px;
  }

  .right-grid-l {
    width: 35%;
  }

  .right-grid-r {
    width: 65%;
  }

  .main-img.right-grid {
    height: 110px;
  }

  .right-grid-head {
    font-size: 16px;
  }

  /* Second Content Section */
  .second-content-section {
    flex-direction: column;
    gap: 20px;
  }

  .second-content-section-l,
  .second-content-section-r {
    width: 100%;
  }

  .grid-half-div {
    gap: 20px;
  }

  .main-img.grid-half {
    height: 200px;
  }

  /* Three Grid Part Section */
  .three-grid-part-section {
    gap: 20px;
    flex-wrap: wrap;
  }

  .three-grid-part {
    width: 48%;
    gap: 12px;
  }

  .three-grid-part:nth-child(3) {
    width: 100%;
  }

  .main-img.three-grid {
    height: 100px;
  }

  /* Four Grid Section */
  .four-news-grid-section {
    flex-wrap: wrap;
    gap: 20px;
  }

  .four-news-grid {
    width: 48%;
  }

  .main-img.four-news-grid {
    height: 160px;
  }

  /* Three Category Section */
  .three-category-section {
    flex-direction: column;
    gap: 20px;
  }

  .three-category-section-grid {
    width: 100%;
  }

  .main-img.three-category-section {
    height: 280px;
  }

  /* Footer */
  .site-footer {
    width: 95%;
    padding: 35px 20px 20px;
  }

  .footer-container {
    gap: 40px;
  }

  .footer-about {
    flex: 1 1 100%;
  }

  .footer-links {
    flex: 1 1 45%;
  }

  .footer-subscribe {
    flex: 1 1 45%;
  }

  .footer-links ul {
    flex-wrap: wrap;
  }

  .subscribe-form input,
  .subscribe-form button {
    padding: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-body-content {
    width: 90%;
  }

  /* Header */
  .logo {
    font-size: 44px;
  }

  .slogan {
    font-size: 17px;
  }

  /* Category Section */
  .category-options {
    gap: 20px;
  }

  .category {
    font-size: 15px;
  }

  /* Top Content Section */
  .top-content-section {
    gap: 25px;
  }

  .main-img.top-content {
    height: 340px;
  }

  .image-head-text {
    font-size: 22px;
  }

  .paragraph {
    font-size: 15px;
  }

  .right-grid {
    gap: 13px;
  }

  .main-img.right-grid {
    height: 115px;
  }

  .right-grid-head {
    font-size: 17px;
  }
   .category-portion{
    margin: 0 auto;
    width: 95%;
   }
   .category-section-b{
    padding: 10px 0px;
}
  /* Second Content Section */
  .second-content-section {
    gap: 18px;
  }

  .grid-half-div {
    gap: 15px;
  }

  .main-img.grid-half {
    height: 210px;
  }

  /* Three Grid Part Section */
  .three-grid-part-section {
    gap: 25px;
  }

  .three-grid-part {
    gap: 13px;
  }

  .main-img.three-grid {
    height: 95px;
  }

  /* Four Grid Section */
  .four-news-grid-section {
    gap: 25px;
  }

  .main-img.four-news-grid {
    height: 170px;
  }

  /* Three Category Section */
  .three-category-section {
    gap: 25px;
  }

  .main-img.three-category-section {
    height: 230px;
  }

  /* Footer */
  .site-footer {
    width: 90%;
    padding: 40px 40px 20px;
  }

  .footer-container {
    gap: 50px;
  }

  .footer-about {
    flex: 1 1 280px;
  }

  .footer-links {
    flex: 1 1 280px;
  }

  .footer-subscribe {
    flex: 1 1 320px;
  }

  .footer-about h3,
  .footer-links h4,
  .footer-subscribe h4 {
    font-size: 19px;
  }

  .footer-about p,
  .footer-links ul li,
  .subscribe-form input,
  .subscribe-form button {
    font-size: 15px;
  }

  .footer-links ul {
    gap: 8px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {}