.site-main {
  padding: 80px 0px 0px 0px;
  max-width: inherit;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Poppins';
  font-weight: 600;
  color: #212121;
  line-height: 1.2;
}

.mobile-version-page {
  display: none;
}

.desktop-version-page {
  display: block;
}

.for-mobile {
  display: none !important;
}

.for-desktop {
  display: block;
}

.container-1440px {
  max-width: 1440px;
  margin: 0 auto;
}

.breadcrumb-container {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: #6c7880;
  padding: 26px 60px;
}

.breadcrumb-container span {
  color: #1bb1e7;
}

.breadcrumb-container span a {
  color: #666666;
}

/* entry header code start */

.entry-content {
  max-width: 1400px;
  padding: 30px 80px 15px 80px !important;
}

.entry-header-main {
  padding: 0px 20px 20px 20px;
  background-color: #4cc2ea38;
}

.entry-header {
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  background-color: white;
  padding: 30px 56px;
}

.entry-header .entry-category {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin: 0px;
  /* text-transform: uppercase; */
  color: #1bb1e7;
  text-align: center;
}

h1.entry-title {
  color: var(--black-1, #212121);
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 15px 0px;
}

.author-and-share {
  display: flex;
  justify-content: space-between;
}

.author-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.author-img img {
  width: 48px;
  object-fit: cover;
  height: 48px;
  border-radius: 48px;
}

.author-details p {
  color: #292929;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 2px 0px;
}

.share-container {
  display: flex;
  gap: 10px;
}

a.copy-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #5757563d;
  padding: 6px;
  border-radius: 4px;
  height: 38px;
}

a.copy-btn:hover {
  border: 1px solid #15B0E7;
  background-color: #F8FDFF;
}

.copy-btn img {
  width: 24px;
  height: 24px;
}

.copy-btn p {
  color: var(--black-2, #575756);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

a.share-btn img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border: 1px solid #5757563d;
  padding: 6px;
  border-radius: 4px;
}

a.share-btn img:hover {
  border: 1px solid #15B0E7;
  background-color: #F8FDFF;
}

@media screen and (max-width: 992px) {
  .mobile-version-page {
    display: block;
  }
  
  .desktop-version-page {
    display: none;
  }

  .site-main {
    padding: 40px 0px 0px 0px;
  }
  h1.entry-title {
    font-size: 32px;
  }
  .breadcrumb-container {
    padding: 50px 60px 25px 60px;
  }
}

@media screen and (max-width: 768px) {
  .entry-header {
    padding: 15px 35px;
  }

  h1.entry-title {
    font-size: 28px;
    margin: 25px auto;
  }
  .breadcrumb-container {
    font-size: 14px;
    padding: 50px 55px 30px 55px;
  }
}

@media screen and (max-width: 600px) {

  .category-you-may-explore {
      margin-bottom: 15px;
      padding: 5px 12px;
  }
  .site-main {
    padding: 20px 0px;
  }
  .for-mobile {
    display: block !important;
  }
  .for-desktop {
    display: none !important;
  }
  .breadcrumb-container {
    font-size: 13px;
    padding: 70px 30px 5px 30px;
  }

  .entry-header {
    padding: 10px 22px;
  }

  .entry-header .entry-category {
    font-size: 14px;
  }

  h1.entry-title {
    font-size: 22px;
    line-height: 1.6;
  }

  .author-details p,
  .copy-btn p {
    font-size: 12px;
  }

  .copied-animate {
    transition: transform 0.3s, color 0.3s;
    color: #27ae60 !important;
    transform: scale(1.2);
  }

  .author-img img {
    width: 38px;
    height: 38px;
  }
  .copy-btn img {
    width: 15px;
    height: 15px;
  }

  a.copy-btn,
  .author-img {
    height: 30px;
  }
  a.share-btn img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 440px) {
  .author-and-share {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  h1.entry-title {
    margin: 15px 0px;
  }
}

/* entry header code end */

/* entry content code start */
.entry-content {
  padding: 30px;
  display: flex;
  gap: 3%;
}


.related-post {
  margin-bottom: 8px;
}

.entry-content img {
  width: 100%;
}

.entry-content p {
  color: var(--black-1, #212121);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

@media screen and (max-width: 992px) {
  .entry-content {
    padding: 10px 20px 15px 20px !important;
  }
}

@media screen and (max-width: 600px) {
  .entry-content p {
    color: var(--black-1, #212121);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }
}
/* entry content code end */

/* author bottom code start */
.author-bottom-main-container {
  background-color: #e2f7ff;
  padding: 30px 80px 15px 80px !important;
}

.author-bottom-container {
  margin: auto;
  background-color: white;
  border-radius: 16px;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px 20px 10px 20px;
}

.article-author-img {
  border-radius: 10px;
  width: 105px;
  height: 114px;
}

.article-author-img img {
  min-width: 105px;
  height: 114px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.article-author-details h4 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
}

.article-author-details p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  margin: 12px 0px;
  line-height: 1.6;
}

.article-author-email {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-author-email img {
  height: 30px;
  width: 30px;
}

.article-author-email a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  color: #212121;
}

@media screen and (max-width: 992px) {
  .author-bottom-main-container {
    padding: 10px 20px 15px 20px !important;
  }
}

@media screen and (max-width: 600px) {
  .author-bottom-main-container {
    padding: 20px 20px;
  }
  .author-bottom-container {
    flex-direction: column;
  }
  .article-author-img {
    border-radius: initial;
    display: flex;
    width: inherit;
    height: inherit;
    gap: 10px;
  }
  .author-name-mobile h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    margin: 4px auto;
  }

  .article-author-img img {
    max-width: 68px;
    height: 68px;
    min-width: 68px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .article-author-email img {
    height: 30px;
    min-width: 30px;
    width: 100%;
  }

  .article-author-email {
    padding: 6px 0px 0px 0px;
    gap: 8px;
  }

  .article-author-details p {
    font-size: 15px;
    margin: -5px 0px 10px 0px;
  }
}
/* author bottom code end */


/* category you may explore code start */

.content-blog-container {
  width: 75%;
}

.content-blog-sidebar {
  width: 30%;
  position: sticky;
  margin-top: auto;
  bottom: 0;
}

.category-you-may-explore h4 {
  color: var(--black-1, #212121);
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 16px 5px;
}

.category-you-may-explore {
  margin-bottom: 15px;
}

.category-list a {
  padding: 7px 18px;
  border-radius: 12px;
  color: var(--black-1, #212121);
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 3px 5px;
  display: inline-block;
  border: 1px solid var(--iDream-blue-1, #1bb1e7);
  background: linear-gradient(0deg, #f1fbff 0%, #feffff 53.82%, #fff 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.category-list a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(27, 177, 231, 0.2);
  background: linear-gradient(0deg, #e6f7ff 0%, #f8fdff 53.82%, #f0faff 100%);
}

.category-list a:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(27, 177, 231, 0.1);
}

@media screen and (max-width: 992px) {
  .content-blog-sidebar{
    display: none;
  }
  .category-you-may-explore {
      margin-bottom: 15px;
      padding: 30px 80px 15px 80px !important;
  }

  .content-blog-container {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

  .category-you-may-explore{
    padding: 10px 20px 15px 20px !important;
  }
  
  .category-list a {
    padding: 15px;
    border-radius: 12px;
    margin: 0px 12px 10px 0px;
    display: inline-block;
    border: 1px solid var(--iDream-blue-1, #1bb1e7);
    color: var(--black-1, #212121);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.793px;
    background: linear-gradient(0deg, #f1fbff 0%, #feffff 53.82%, #fff 100%);
  }

  .category-you-may-explore {
    padding: 5px 20px;
  }
}
/* category you may explore code end */

/* recent blog code start */

.recent-blog-main-container {
  display: flex;
  padding: 0px 80px 15px 80px !important;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.recent-blog-heading h4 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 48px;
  color: #212121;
  text-align: center;
  margin: 20px 0px 35px 0px;
}
.recent-blog-container {
  display: flex;
  gap: 15px;
  flex-direction: row;
  align-items: center;
  width: 46.5%;
}

.recent-blog-container img {
  max-width: 208px;
  width: 100%;
  height: 126px;
}

.recent-blog-text {
  display: flex;
  flex-direction: column;
  min-height: 126px;
  justify-content: space-around;
}

.recent-blog-text p {
  color: var(--black-2, #575756);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.recent-blog-text h3 {
  color: var(--black-1, #212121);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
}

.recent-blog-author-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.recent-blog-author-date span:nth-child(1) {
  color: var(--black-1, #212121);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.recent-blog-author-date span:nth-child(3) {
  color: var(--black-2, #575756);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

@media screen and (max-width: 992px) {
  .recent-blog-main-container {
    gap: 30px;
  }

  .recent-blog-container {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .recent-blog-main-container {
    padding: 10px 20px 15px 20px !important;
    gap: 20px;
  }
  .recent-blog-heading h4 {
    margin: 20px 0px 15px 0px;
    color: var(--black-1, #212121);
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .recent-blog-text p {
    text-transform: uppercase;
    margin: 0px;
    color: #575756;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .recent-blog-text h3 {
    margin: 0px;
    color: #212121;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
  }

  .recent-blog-author-date span:nth-child(1),
  .recent-blog-author-date span:nth-child(3) {
    font-size: 12px;
  }

  .recent-blog-container {
    flex-direction: column;
  }

  .recent-blog-container img {
    max-width: inherit;
    width: 100%;
    height: inherit;
  }

  .recent-blog-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    min-height: inherit;
    padding: 0px 10px 10px 10px;
  }
}

/* recent blog code end */



/* newsletter section css start */

.blog-home-newsletter-content {
  width: 70%;
  padding: 0px 20px 0px 120px;
}

.blog-home-newsletter-image {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-home-newsletter-img{
  width: 30%;
}

.blog-home-newsletter-content h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #212121;
}

form.blog-home-newsletter-form {
  display: flex;
}

.blog-home-newsletter-form input[type="email"] {
  color: #FFFFFF;
  border: none;
  padding: 15px 20px;
  width: 100%;
  max-width: 380px;
}

.blog-home-newsletter-form button {
  background-color: #212121;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  padding: 15px 30px;
}

.blog-home-newsletter-content p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  padding: 0px;
  margin: 8px 0px;
}


.blog-home-newsletter-image img {
  height: 100%;
  max-height: 220px;
  object-fit: contain;
}

.blog-home-newsletter-container {
  background-color: #E2F7FF;
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
  padding-bottom: 20px;
}

/* newsletter section css end */

@media screen and (max-width: 992px) {
  .blog-home-newsletter-content {
    width: 70%;
    padding: 0px 20px 0px 80px;
  }
  .blog-home-newsletter-img {
    width: 30%;
  }
  .blog-home-newsletter-content h4 {
    padding-top: 10px;
    font-size: 28px;
    margin-bottom: 20px;
}
.blog-home-newsletter-form input[type="email"] {
  color: #FFFFFF;
  border: none;
  padding: 12px 14px;
  width: 100%;
  max-width: 220px;
}
}

@media screen and (max-width: 768px) {
 

.blog-home-newsletter-form input[type="email"] {
  color: #FFFFFF;
  border: none;
  font-size: 14px;
  padding: 5px 12px;
  width: 100%;
  max-width: 220px;
}
.blog-home-newsletter-form button {
  background-color: #212121;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  font-size: 14px;
  padding: 12px 22px;
}

.blog-home-newsletter-content h4 {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}
}

@media screen and (max-width: 600px) {
   /* newsletter code */
   .blog-home-newsletter-content {
    width: 70%;
    padding: 0px 20px 0px 20px;
}

.blog-home-newsletter-container {
  margin: 20px auto;
  padding-bottom: 20px;
}
/* newsletter code end  */
}

