.wrapper .swiper-slide .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 815px; */
  max-height: 470px;
  border-radius: 16px;
  object-position: top left;
}

.brochureMobFilter div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ffa500;
  background: white;
  cursor: pointer;
}

.wrapper .swiper-slide .img-container {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
}

.wrapper .swiper-slide .img-container.main-img-container {}

.wrapper .swiper-slide .description {
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(70, 70, 70, 0) 0%,
      rgba(21, 21, 21, 0.920139) 78.99%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  color: #fff;
  border-radius: 0 0 16px 16px;
}

.wrapper .swiper-slide .subBox .description {
  height: 100px;
  padding: 10px 18px;
}

.wrapper .swiper-slide .description h3 {
  font-weight: 800;
  font-size: 37.6929px;
  line-height: 51px;
  color: #ffffff;
  text-shadow: 0px 0px 6.58515px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 9px 0 6px 0;
}

.wrapper .swiper-slide .subBox .description h3 {
  font-weight: 700;
  font-size: 21.8827px;
  line-height: 30px;
}

.wrapper .swiper-slide .description p {
  font-style: normal;
  font-weight: 700;
  font-size: 21.9875px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 6.58515px rgba(0, 0, 0, 0.2);
  max-width: 623px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wrapper .swiper-slide .description span {
  background: linear-gradient(180deg, #ff8419 0%, #ff9818 100%);
  border-radius: 47.1161px;
  width: max-content;
  padding: 3px 15px;
}

.wrapper .swiper-slide .sub-box {
  /* width: 427px;
  height: 220px; */
  border-radius: 16px;
}

.wrapper .swiper-slide .sub-box .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 427px; */
  max-height: 220px;
  border-radius: 16px;
}

.wrapper .subBox {
  gap: 30px;
}

.viewWrap.latestBlog {
  background: none;
}

.viewWrap.latestBlog .freeResources {
  padding-top: 0;
}

.viewWrap.latestBlog .listCard .imgcontainer img {
  max-width: 318px;
  width: 100%;
  border-radius: 16px;
  height: 166px;
  object-fit: cover;
}

.viewWrap.latestBlog .listCard .descWrap p {
  max-width: 82%;
  color: #252525;
}

.viewWrap.latestBlog .listCard .headingWrap h3 {
  background: linear-gradient(90.6deg, #ff3f25 13.03%, #ffa500 99.64%);
  -webkit-background-clip: text;
  width: max-content;
  font-weight: 700;
  max-width: 242px;
  margin-bottom: 1rem;
}

.viewWrap.latestBlog::before {
  position: absolute;
  content: "";
  width: 509.15px;
  height: 503.34px;
  right: 0;
  top: 0;
  background: linear-gradient(140.81deg, #ff2929 8%, #1b3fff 101.59%);
  opacity: 0.4;
  z-index: -1;
  filter: blur(175px);
  will-change: opacity;
}

.viewWrap.latestBlog::after {
  position: absolute;
  content: "";
  width: 506px;
  height: 506px;
  left: -10%;
  bottom: 0;
  top: auto;
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #00a3ff 93.13%);
  opacity: 0.15;
  filter: blur(47px);
  z-index: -1;
  will-change: opacity;
}

.viewWrap .freeResources .card-wrapper .card .desc-container .btnwrap a {
  font-weight: 700;
  font-size: 16.0931px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.011em;
  background: linear-gradient(90.6deg, #ff3f25 13.03%, #ff6b00 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: max-content;
}

.dateWrap {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.dateWrap span.date {
  font-weight: 800;
  padding: 2px 9px;
  font-size: 14.0815px;
  line-height: 19px;
  color: #fff;
  text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8419 0%, #ff9818 100%);
  border-radius: 27.6257px;
}

.dateWrap a {
  background: #ffffff;
  border-radius: 24px;
  padding: 2px 9px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  text-decoration: none;
  letter-spacing: -0.02em;
  color: #ff6b00;
}

.dateWrap img {
  max-width: 16px !important;
  max-height: 16px;
  object-fit: contain !important;
  width: auto !important;
  height: 100% !important;
  border-radius: 0 !important;
}

.pagination {
  justify-content: center;
}

.pagination-container {
  /* width: calc(100% - 2rem); */
  display: flex;
  align-items: center;
  /* position: absolute; */
  bottom: 0;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-container .first-button,
.pagination-container .last-button {
  display: flex;
  align-items: center;
}

.pagination-number,
.pagination-button {
  width: 40px;
  height: 40px;
  border: 1px solid #d0d5dd;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}

.pagination-number.active {
  background: linear-gradient(180deg, #ffb701 0%, #ff9900 100%);
  border-right: 1px solid #d0d5dd;
  color: #fff;
}

.pagination-button {
  color: #344054;
}

.pagination-button.prev {
  border-radius: 8px 0 0 8px;
}

.pagination-button.next {
  border-radius: 0 8px 8px 0;
}

.review.blogReview {
  position: relative;
}

.blogBg {
  position: absolute;
  top: -100px;
  left: 0;
}

.blogBg img {
  max-width: 400px;
}

.blogSection {
  position: relative;
}

.blogSection:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 480.17px;
  height: 507.22px;
  left: -16px;
  top: -49.79px;
  background: linear-gradient(130.43deg, #ff5c00 -1.47%, #ff9900 93.13%);
  opacity: 0.16;
  filter: blur(175px);
  border-radius: 50%;
  will-change: opacity;
}

.blogSection .scrollable-section {
  overflow-x: hidden;
  width: 100vw;
  height: 268px;
  float: left;
  top: 0;
  position: absolute;
  transform: rotate(270deg) translate(0%, -50%);
  right: 0;
  left: -39%;
}

.blogSection .swiper {
  padding-bottom: 0;
}

.blog-detailpage .header3 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  height: 100px;
}

.blog-detailpage .innerheader {
  position: fixed;
  top: 97px;
  width: 100%;
  z-index: 3;
  background: #fff;
}

.blog-detailpage .progress-container {
  background-color: rgba(0, 0, 0, 0.1);
  height: 8px;
  width: 100%;
  border-radius: 16px;
}

.blog-detailpage .progress-bar {
  background: linear-gradient(90deg,
      #750bfb -0.53%,
      #f901fe 33.58%,
      #ff190a 68.21%,
      #fec401 100.22%);
  height: 8px;
  width: 0%;
  border-radius: 16px;
}

.blog-detailpage .heading {
  /* margin-top: 30px; */
  /* padding-top: 200px; */
}

.freeResourceSection::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 480.17px;
  height: 507.22px;
  right: -16px;
  top: -49.79px;
  background: linear-gradient(130.43deg, #ff5c00 -1.47%, #ff9900 93.13%);
  opacity: 0.16;
  filter: blur(175px);
  border-radius: 50%;
  will-change: opacity;
}

.freeResourceSection::before {
  position: absolute;
  content: "";
  top: 75px;
  height: 100%;
  width: 100%;
  max-width: 198px;
  max-height: 198px;
  background-image: url("../images/hand4.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.twoSection {
  padding-top: 80px;
  position: relative;
}

.twoSection:after {
  position: absolute;
  content: "";
  width: 447.89px;
  height: 442.78px;
  left: 1096.71px;
  top: 397.14px;
  background: linear-gradient(140.81deg, #ff3d00 8%, #ffc700 101.59%);
  opacity: 0.2;
  filter: blur(175px);
  will-change: opacity;
}

.twoSection .element {
  position: absolute;
  right: 15px;
  top: -10px;
  z-index: 3;
}

.twoSection .sortWrap {
  z-index: 3;
}

.blog-detailpage .heading h1 {
  /* margin: 2rem 0; */
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  /* line-height: 56px; */
  color: rgba(0, 0, 0, 0.9);
  margin-top: 1rem;
}

.blog-detailpage .heading .date {
  background: linear-gradient(180deg, #ff8419 0%, #ff9818 100%);
  border-radius: 47.1161px;
  color: #fff;
  font-weight: 800;
  font-size: 18.8464px;
  line-height: 26px;
  padding: 3px 15px;
}

.blog-detailpage .tagWrap {
  gap: 5px;
  justify-content: center;
  max-width: 80%;
  align-items: center;
}

.blog-detailpage .tagWrap span {
  background: #eaf2fc;
  padding: 6px 12px;
  mix-blend-mode: normal;
  border-radius: 6px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #01264b;
  opacity: 0.8;
}

.blog-detailpage .socialLinks ul {
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
}

.blog-detailpage .socialLinks ul li a img {
  width: 24px;
}

.content .contentArea {
  padding-bottom: 55px;
}

.content .img-container {}

.content .img-container img {
  border-radius: 30px;
  position: relative;
  border-radius: 30px;
  top: 0;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: white;
  object-fit: cover;
  object-position: top left;
}

.content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #ff8d07;
  margin-top: 45px;
}

.content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #ff8d07;
  margin-top: 45px;
}

.content h3 {
  font-family: Nunito;
  margin-top: 45px;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ff8d07;
}

.content h4 {
  font-family: Nunito;
  margin-top: 45px;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ff8d07;
}

.content h5 {
  font-family: Nunito;
  margin-top: 45px;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ff8d07;
}

.content h6 {
  font-family: Nunito;
  margin-top: 45px;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #ff8d07;
}

dl,
ol,
ul {
  font-size: 24px;
}

.content p {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000;
  opacity: 0.8;
}

.content a {
  color: rgb(0, 89, 200) !important;
}

.content img {
  margin: 50px 0px;
  width: 100%;
}

.related_section {
  position: relative;
}

.related_section:after {
  position: absolute;
  content: "";
  width: 571px;
  height: 634.43px;
  right: 0;
  top: -155px;
  background: linear-gradient(130.43deg, #00ff57 -1.47%, #00ffe0 93.13%);
  opacity: 0.09;
  filter: blur(47px);
  z-index: -1;
  will-change: opacity;
}

.related_section .element {
  position: absolute;
  right: 0;
  top: -60%;
}

.relatedPost .ttl-wrap h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  color: #ff4026;
}

.relatedPost .ttl-wrap a {
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  /* identical to box height */
  text-align: right;
  color: #ff3f25;
  padding: 5px 8px;
  background: #ffffff;
  border-radius: 16px;
}

.sideSection h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg,
      rgba(36, 0, 255, 0.9) 0%,
      rgba(255, 0, 229, 0.9) 51.56%,
      rgba(255, 122, 0, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.postComment .form-control {
  background: #f8f8f8;
  border: 1px solid rgba(176, 217, 255, 0.4);
  border-radius: 8px;
  line-height: 38px;
}

.postComment {
  position: relative;
  padding-top: 95px;
}

.postComment::before {
  position: absolute;
  content: "";
  width: 571px;
  height: 634.43px;
  left: -30%;
  top: -80%;
  background: linear-gradient(130.43deg, #ff00f5 -1.47%, #ff0000 93.13%);
  opacity: 0.09;
  filter: blur(47px);
  z-index: -1;
}

.postComment h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: #000000;
}

.postComment p {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}

.postComment form {
  margin-top: 2rem;
}

.postComment form .form-check-input {
  border: 2px solid #00000066;
  border-radius: 0;
}

.postComment-btn {
  background: linear-gradient(180deg, #0077ff 0%, #004faa 100%);
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding: 10px 16px;
  margin-top: 50px;
}

.latestBlog .searchbar {
  display: none;
}

.viewWrap.latestBlog .btnWrap button {
  width: 100%;
}

.card-wrapper .card.common-card {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08) !important;
}

.shareSocial {
  cursor: pointer;
}

.content .img-container {
  border-radius: 15px;
  /* Apply the same border-radius to the container */
}

.content .img-container img.blog_cover_image {
  object-fit: contain;
  border-radius: 15px;
  /* Adjust the value as needed */
  margin-top: 0px;
}

.content img.blog_inner_assets {
  /* object-fit: cover; */
  object-fit: contain;
  border-radius: 15px;
  margin: 50px 0;
  width: max-content;
  max-width: 100%;
  max-height: 450px;
}

.image_loader {
  width: 300px;
  height: 280px;
  border-radius: 20px;
  background-color: #ccc;
}

.blog_progress {
  top: 94px;
}

.blog_progress__top {
  top: 0px !important;
}

.blog_swiper {
  transform: translateY(38px);
}

@media (min-width: 1599.9px) {
  .featured-blogs .swiper-container {
    overflow: hidden;
  }
}

@media (max-width: 1299.9px) {
  .featured-blogs .swiper-slide.swiper-slide-active {
    min-width: 360px;
  }

  .twoSection .element img {
    max-width: 180px;
  }

  .blog-detailpage .heading {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1199.9px) {
  .viewWrap .nav-pills .nav-link {
    max-width: 45px;
  }

  .wrapper .swiper-slide .img-container img {
    height: 400px;
  }

  .wrapper .swiper-slide .sub-box .img-container img {
    height: 180px;
  }

  .related_section .element img {
    max-width: 180px;
  }

  .sideSection h2 {
    font-size: 30px;
  }
}

@media (max-width: 991.9px) {
  .sideSection {
    padding-top: 30px;
  }
}

@media (max-width: 779px) {
  .blog-detailpage .heading h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .content h2 {
    font-size: 22.1954px;
    line-height: 29px;
  }

  .content p {
    font-size: 16px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  .blog-detailpage .heading h1 {
    margin-top: 5.5rem;
  }

  .blog-detailpage .innerheader.blog_progress {
    margin-top: 0px !important;
    top: 90px;
  }

  .blog-detailpage .innerheader.blog_progress__top {
    margin-top: 0px !important;
  }

  .related_section .element {
    display: none;
  }

  .content img.blog_inner_assets {
    width: 100%;
  }

  .postComment .form-control {
    font-size: 14px;
  }

  .postComment .form-check-label {
    font-size: 12px;
  }

  .postComment-btn {
    font-size: 14px;
    padding: 6px 14px;
    margin-top: 25px;
  }

  .sideSection h2,
  .relatedPost .ttl-wrap h2 {
    font-size: 25px;
    padding-top: 25px;
  }

  .content h3 {
    font-size: 22px;
  }

  .content .downloadBtn {
    font-size: 12px;
    padding: 5px 12px;
  }

  .content .downloadBtn img {
    max-width: 16px;
    max-height: 16px;
  }

  .twoSection {
    padding-top: 85px;
  }

  .blog-detailpage .heading .date {
    font-size: 12px;
  }

  .blog-detailpage .content {
    /* padding-top: 45px; */
    padding-top: 15px;
  }

  .content .contentArea {
    padding-bottom: 0px;
  }

  .sideSection {
    padding-top: 0px;
  }

  .content img {
    margin-bottom: 20px;
  }

  .content h3,
  .content h4,
  .content h5,
  .content h2,
  .content h1,
  .content h6 {
    margin-top: 10px;
  }

  .content img.blog_inner_assets {
    margin: 15px 0px;
    height: auto;
    max-height: 250px;
  }

  .blog-detailpage .socialLinks ul li a img {
    width: 18px;
  }

  .blog-detailpage .progress-container,
  .blog-detailpage .progress-bar {
    height: 4px;
  }

  .blog-detailpage .innerheader {
    top: 54px;
    z-index: 4;
    padding-top: 26px;
    padding-bottom: 25px;
  }

  .pagination {
    display: none;
  }

  .card-wrapper .card.common-card .img-container {
    max-height: 250px;
  }

  .dateWrap span.date,
  .dateWrap a {
    font-size: 12px;
  }

  .dateWrap img {
    max-width: 12px !important;
  }

  .viewWrap .headingWrap h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .viewWrap.latestBlog .tabWrap {
    margin-top: 15px;
  }

  .viewWrap.latestBlog .freeResources .card-wrapper {
    margin-top: 0;
  }

  .featured-blogs .swiper-pagination {
    display: none;
  }

  .featured-blogs .heading-wrapper {
    margin-bottom: 20px;
  }

  .featured-blogs .swiper-slide .img-container {
    height: 100%;
  }

  .featured-blogs .swiper-wrapper,
  .featured-blogs .swiper-slide img,
  .featured-blogs .swiper-slide .wrapper {
    height: 100%;
  }

  .MainSection {
    margin-top: 36px;
  }

  .container.breadcrumb_wrap {
    display: none;
  }

  .freeResourceSection::before,
  .scrollable-section {
    display: none;
  }

  .wrapper .subBox {
    gap: 0;
    padding-top: 25px;
    flex-wrap: wrap !important;
  }

  .wrapper .subBox .col-6 {
    width: 100% !important;
  }

  .wrapper .swiper-slide .img-container img {
    height: 300px !important;
    object-fit: cover;
    margin-top: 20px;
  }

  .maintab {
    width: 100%;
    max-width: 220px;
    margin: auto;
    justify-content: center;
  }
}

@media (max-width: 575.9px) {
  .postComment .form-check-label {
    font-size: 12px;
  }

  .postComment-btn {
    font-size: 12px;
    padding: 5px 12px;
  }

  .postComment {
    padding-top: 43px;
  }

  .postComment h4 {
    font-size: 25px;
  }

  .postComment p {
    font-size: 12px;
  }

  .socialLinks {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 !important;
  }

  .twoSection {
    padding-top: 0px;
  }

  .blog-detailpage .socialLinks ul {
    gap: 12px;
  }

  .viewWrap .headingWrap h3 {
    font-size: 20px;
    -webkit-text-fill-color: #ff6b00;
    background: transparent;
  }

  .freeResourceSection::after,
  .viewWrap.latestBlog::before,
  .freeResources:after {
    display: none;
  }
}