.idream-single {
  padding: 0 15%;
  margin-top: 150px;
}

.singlePage-title-idream h1 {
  margin: 35px 0;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.4;
  color: #212121;
}

.singlePage-body {
  text-align: justify;
}

.singlePage-content .wp-block-image.size-large.is-resized {
  max-width: 100%;
}

.singlePage-content .wp-block-image img {
  border-radius: 24px;
  padding-bottom: 15px;
  padding-top: 15px;
  filter: drop-shadow(13px 12px 0 rgba(18, 17, 17, .07)) drop-shadow(8px 7px 0 rgba(18, 17, 17, .05)) drop-shadow(4px 4px 0 rgba(18, 17, 17, .04)) drop-shadow(2px 2px 0 rgba(18, 17, 17, .03)) drop-shadow(0.4px 0.3px 0 rgba(18, 17, 17, .02));
}

.singlePage-content p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.singlePage-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.singlePage-share ul li {
  border: 1px solid #DEDEDE;
  width: 56px;
  height: 56px;
  text-align: center;
  border-radius: 30px;
  margin: 18px 0 38px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.singlePage-share ul a {
  color: #666;
}

.singlePage-sidebar {
  position: sticky;
  top: 50px;
  height: 100vh;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}

.singlePage-sidebar h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

body a {
  text-decoration: none;
  color: #11b1e7;
}

.singlePage-tag a {
  padding: 9px 29px;
  border: 1px solid rgba(199, 199, 199, .3);
  border-radius: 25px;
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  text-decoration: none;
}

.singlePage-tag a:hover {
  border: 1px solid #39F;
  background: rgba(51, 153, 255, .2);
  color: #39F;
}

.singlePage-tag {
  margin-bottom: 20px;
}

.singlePage-content .wp-block-image figcaption {
  color: #555;
  font-size: 16px;
  text-align: center;
}


.singlePage-content .wp-block-list{
    margin: 0 0 1.5em 3em;
}

@media screen and (max-width: 992px) {
  .singlePage-body {
    display: block;
  }




  .idream-single {
    margin: 100px 0;
  }

  .singlePage-share ul li {
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }

  .singlePage-sidebar {
    height: auto;
  }

  .singlePage-sidebar ul {
    display: flex;
    gap: 20px;
  }

  .singlePage-sidebar h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .singlePage-tag {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .singlePage-title-idream h1 {
    margin: 18px 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
  }


  .singlePage-content p {
    font-size: 16px;
    color: #212121;
    text-align: left;
  }

  .single-post.content-max-width figure {
    margin: 20px 0;
  }

  .singlePage-tag a {
    padding: 5px 20px;
    margin: 3px 2px;
  }

  .singlePage-share ul {
    display: flex;
    gap: 10px;
  }

  .singlePage-share ul li {
    width: 59px;
    height: 59px;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 20px;
  }

  .singlePage-sidebar {
    height: auto;
    margin: 0;
  }

  .singlePage-sidebar p {
    margin: 0;
  }

  .singlePage-sidebar h3 {
    font-size: 28px;
  }

  .slick-arrow {
    display: none;
  }
}

.singlepage-share {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.singlepage-sharebutton a {
  padding: 0 10px;
  color: #666;
  font-size: 14px;
}

.singlepage-share-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding: 2px 0;
  display: flex;
  align-items: center;
  color: #212121;
}

.singlepage-product {
  border: 1px solid #DEDEDE;
  box-shadow: 13px 12px 0 rgba(18, 17, 17, .07),
    8px 7px 0 rgba(18, 17, 17, .05),
    4px 4px 0 rgba(18, 17, 17, .04),
    2px 2px 0 rgba(18, 17, 17, .03),
    0.4px 0.3px 0 rgba(18, 17, 17, .02);
  border-radius: 21px;
  margin: 25px 0;
  display: flex;
  padding: 30px;
}

.singlepage-productimg img {
  max-width: 225px;
}

.singlepage-text h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  margin: 15px 0;
  line-height: 1.4;
  color: #212121;
}

.singlepage-text p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
  line-height: 22px;
}

.singlepage-text a {
  color: #1BB1E7;
  font-size: 14px;
}

.singlepage-text {
  padding: 0 35px;
}

@media screen and (max-width: 992px) {
  .singlepage-product {
    padding: 10px;
    flex-direction: column;
    margin: 20px 0;
  }

  .singlepage-productimg {
    text-align: center;
  }

  .singlepage-text {
    padding: 0 5px;
  }

  .idream-single {
    padding: 1px 30px;
   }

}

@media screen and (max-width: 600px) {
  .singlepage-share-text {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
}

.idream-breadcrumb {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 1.4;
}

.idream-breadcrumb a {
  text-decoration: none;
  color: #14b1e7;
}

.homepage-title h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  color: #212121;
}

@media screen and (max-width: 768px) {
  .homepage-title h1 {
    font-size: 48px;
  }

  h2.wp-block-heading {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  .homepage-title h1 {
    font-size: 32px;
  }
}

.image-archive {
  margin: 0 5px 18px 0;
}

@media (max-width: 768px) {
  .archive-idream {
    padding: 20px;
  }

  .homepage-title {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .archive-idream {
    padding: 20px;
  }

  .homepage-title {
    font-size: 32px;
  }


  .singlePage-title-idream h1 {
    font-size: 40px;
  }



}

@media screen and (max-width: 600px) {

  .singlePage-title-idream h1 {
    font-size: 34px;
  }


  h2.wp-block-heading {
    font-size: 26px;
    line-height: 1.4;
  }
}

.container-bg {
  background-color: #ffffff !important
}

.archive-idream a {
  outline: none !important;
}

.archive-idream {
  width: 100%;
  padding: 10px 15%;
}

.singlePage-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.singlePage-share ul li {
  border: 1px solid #DEDEDE;
  width: 56px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 38px;
  margin-top: 18px;
  padding: 10px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.singlePage-share ul a {
  color: #666;
}

.singlePage-sidebar {
  position: sticky;
  top: 50px;
  height: 100vh;
  display: flex;
  text-align: center !important;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}

.singlePage-sidebar h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.singlePage-sidebar p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  color: #000;
}



@media screen and (max-width: 992px) {
  .singlePage-sidebar {
    height: inherit;
  }

  .singlePage-sidebar ul {
    display: flex;
    gap: 20px;
  }

  .singlePage-sidebar h3 {
    font-size: 28px;
  }

  .singlePage-share ul li {
    border: 1px solid #DEDEDE;
    width: 65px;
    text-align: center;
    border-radius: 65px;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .singlePage-sidebar {
    height: inherit;
    margin: 0;
  }

  .singlePage-sidebar p {
    margin: 0;
  }

  .singlePage-sidebar h3 {
    font-size: 28px;
  }

  .singlePage-share ul li {
    border: 1px solid #DEDEDE;
    width: 59px;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 20px;
  }

  .singlePage-share ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
  }
}

.no-results.not-found.container {
  padding: 125px 145px;
}

@media screen and (max-width: 992px) {
  .no-results.not-found.container {
    padding: 20px 30px;
  }
}

.text-idream-pagenot-found h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 38px;
  color: #212121;
}

.container-pagenot-found {
  display: flex;
  flex-direction: row;
  margin: 10px 210px;
  align-items: center;
  justify-content: center;
}



@media screen and (max-width: 992px) {
  .container-pagenot-found {
    display: flex;
    flex-direction: row;
    margin: 0 40px;
    align-items: center;
  }
}

@media screen and (max-width: 728px) {
  .container-pagenot-found {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 40px;
    align-items: center;
  }

  .image-idream-pagenot-found .lottie {
    width: 100%;
    height: inherit !important;
  }
}

.text-idream-pagenot-found p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #575756;
  width: 100%;
  margin-top: 20px;
}

.text-idream-pagenot-found button {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  border: none;
  background: none;
  margin: 20px 0 5px 0;
  text-transform: capitalize;
}

.text-idream-tags span {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  color: #575756;
  border: 1px solid #C7C7C74D;
  padding: 7px 19px;
  box-shadow: 3px 3px;
  white-space: nowrap;
  border-radius: 18px;
}

.text-idream-tags span:hover {
  color: #39F;
  border: 1px solid #39F;
  background: rgba(51, 153, 255, .2);
}

.erroractive {
  color: #3399FF !important;
  border: 1px solid #39F !important;
  background: rgba(51, 153, 255, .2);
}

.text-idream-tags a {
  margin-top: 15px;
  text-decoration: none;
}

.image-idream-pagenot-found {
  max-width: 600px;
  width: 100%;
}

.text-idream-pagenot-found {
  height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}




/* --------------------------------Home page News Letter CSS code------------------------------------------------------------------------------------ */


.archive-idream {
  margin: 20px auto;
}

.archive-idream .image-archive {
  columns: 4;
  gap: 15px;
}

@media only screen and (max-device-width: 992px) {
  .archive-idream .image-archive {
    columns: 3;
    gap: 15px;
  }
}

@media only screen and (max-device-width: 600px) {
  .archive-idream .image-archive img {
    border-radius: 7px !important;
    margin-bottom: 6px;
  }
}

.archive-idream .image-archive img {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 30px !important;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.archive-idream .image-archive img:hover {
  border-color: #d6d6d6;
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 4px 8px rgba(38, 38, 38, .2);
}

@media only screen and (max-device-width: 600px) {
  .archive-idream .image-archive {
    columns: 2;
    gap: 8px;
  }
}

.btn__wrapper button {
  background-color: #11b1e7;
  color: #ffffff;
  border: none;
  font-family: Inter;
  font-size: 16px;
  padding: 15px 40px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}

.btn__wrapper {
  text-align: center;
}

.container-bg {
  margin-top: 90px;
}


h1,
h2,
h3,
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

span,
a,
p,
button {
  font-family: 'Poppins', sans-serif;
}