.entry-content p{
  font-family:  'Poppins' !important;

}

.is-left-sidebar {
    width: 20%;
  }
  
  .is-right-sidebar {
    width: 20%;
  }
  
  .site-content .content-area {
    width: 60%;
    margin-top: 40px;
  }
  .ez-toc-icon-toggle-span{
  display: none;
  }
  
  #right-sidebar{
    color:white;
  }
  
  .inside-left-sidebar {
    z-index: 11;
}
.inside-right-sidebar {
    z-index: 10;
}
.inside-left-sidebar {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    padding: 10px;
}

.inside-right-sidebar {
    position: sticky;
    top: 40px;     z-index: 9;
    background-color: #fff;
    padding: 10px;
    height: 535px !important;
    margin-top: 40px;
}
  
  #ez-toc-widget-container{
  font-size: 80% !important ;
  
  }
  
  #ezw_tco-8 .ez-toc-widget-container ul.ez-toc-list li a {
    font-size: 80% !important ;
    font-weight: 500;
    /* color: white !important; */
  }

  
  
  .wpcf7-form-control.wpcf7-textarea{
    height: 50px;
  }
  
  .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-fluid {
    height: 30px;
    font-size: 15px;
  }
  
  .wpcf7-form-control.wpcf7-text.form-fluid{
    height: 30px;
    font-size: 15px;
  }
  .wpcf7-form-control-wrap.your-subject{
    margin-top: 20px;
  }
  .wpcf7-form-control.wpcf7-select{
    height: 40px;
    font-size: 14px;
  
  }
  
  .ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded{
    display: none;
  }
  
  .wpcf7-form-control.wpcf7-textarea{
  font-size: 15px;
  }
  
  .site-content{
    background-color: white;
  }
  
  #block-15{
    background-color: black;
  }
  
  .inside-left-sidebar aside{
    background-color :#fff !important;
    margin-top: 15px;
    color: white !important;
    
  

  }
  
  #ez-toc-widget-container{
    font-size: 80% !important;
  }
  @media (min-width: 960px) {
  .limit-width {
      max-width: 100%!important;
      margin: auto;
  }
  }
  .grid-container {
    max-width: 1440px;
  }
  
  .entry-header{
  z-index: 0 !important;
  }
  
  /* #ezw_tco-16 .ez-toc-title {
  font-size: 80%;
  font-weight: 500;
  color: #000;
  } */
  .entry-meta{
font-size: 75% !important;

  }

  
  .widget-area .widget {
  padding: 0px;
  }
  
  
  .one-container .inside-article>.featured-image {
  margin-top: 30px;
  margin-bottom: 2em;
  }
  
  
  .grid-container {
    background-color: white !important;
  }

  body {
    background-color: transparent !important;
  }



  .ez-toc-list.ez-toc-list-level-1 li.ez-toc-page-1 a {
    color: #008FCB !important;
    font-size: 110% !important;
    font-weight: bold;

}

.ez-toc-title-container{
    border-bottom: 1px solid black;
    font-size: 100% !important;
}

.ez-toc-title{
    font-size: 80% !important;
    font-weight: bold;
    text-transform: uppercase;
}


.ez-toc-widget-container{
    border-bottom: 1px solid black;
}

.uncont{
    margin-top: 25px !important;
}


.ez-toc-widget-container ul.ez-toc-list li.active {
    background-color: darkgray !important;
}

.entry-content p {
  font-size: 15px;
  
}
.read-more-section {
  padding: 40px 0;
  max-width: 1400px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Poppins' !important;

}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  font-family: 'Poppins' !important;
  height: 400px !important;

}


.blog-card {
  /* background: #6366f1; */
  border-radius: 10px;
  padding: 20px;
  color: black;
  height: 500px; 
  overflow: hidden; 
}

.blog-image {
  margin-bottom: 15px;
}

.blog-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-category {
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-title {
  font-size: 20px;
  margin-bottom: 4px;
}

.blog-title a {
  color: black;
  text-decoration: none;
}

.blog-excerpt {
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.blog-meta {
  font-size: 14px;
  opacity: 0.8;
}

.blog-meta span {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .blog-grid {
      grid-template-columns: 1fr;
  }
}


.post-category {
  margin-top: 5px;
  float: inline-end;
  margin-right: 55%;
  font-size: 12px;

}

.post-category::before {
  content: '/';
  margin-right: 5px; 
}

@media screen and (max-width: 768px) {
  .post-category {
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 50px;

  }
  .entry-header {
        display: flex;
        flex-direction: column;
    }

    .post-category {
        order: 2;
        margin-top: 10px;
    }

    .entry-meta {
        order: 1;
    }

}

.newsletter-container {
  background-color: #008FCB;
  padding: 2rem;
  border-radius: 8px;
  margin: 6rem 0;
  width: 1380px;
  margin-left: 2%;
 }


.newsletter-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.newsletter-illustration {
  flex: 1;
  max-width: 400px;
}

.newsletter-illustration img {
  width: 100%;
  /* height: auto; */
  height: 200px !important;
  width: 200px !important;
  margin-left: 15%;
  padding-top: 5px;
}


.newsletter-form {
  flex: 1;
  color: white;
  font-family: 'Poppins' !important;

}

.newsletter-form h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-family: 'Poppins' !important;

}

.newsletter-form h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-family: 'Poppins' !important;

}

.subscription-form {
  display: flex;
  gap: 0.5rem;
  font-family: 'Poppins' !important;
  width: 90%;

}

.subscription-form input[type="email"] {
  flex: 1;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-family: 'Poppins' !important;

}

.subscribe-button {
  background-color: #F65164;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s;
  font-family: 'Poppins' !important;

}

.subscribe-button:hover {
  background-color: #e4404f;
}


#ez-toc-container {
  display: none !important;
}

#right-sidebar {
  margin-top: 48px !important;
}

#left-sidebar {
  margin-top: 10px !important;
}

.site-content {
  padding: 30px !important;
}


/* Responsive Design */
@media (max-width: 768px) {
  .newsletter-content {
      flex-direction: column;
      text-align: center;
  }

  .subscription-form {
      flex-direction: column;
      margin-left: 20px;
  }

  .newsletter-illustration {
      /* max-width: 300px; */
      margin: 0 auto;
  }

  .newsletter-container {
 max-width: 90%;
 margin-top: 300%;
 margin-left: 5%;
  }

}

.widget.inner-padding.ez-toc{
  list-style: none;
}



/* #left-sidebar.inside-left-sidebar.ez-toc nav {
  height: 470px !important ;
  overflow-y: auto !important;

} */

@media (min-width: 768px) and (max-width: 1024px) {

.newsletter-container {

  max-width: 740px;
  
}
}

@media (min-width: 414px) and (max-width: 450px) {
  .newsletter-container {
      margin-top: 265% !important; /* Apply specific margin */
  }
}

