html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtM.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDXbtM.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans";
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #666666;
}

a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

/*** Realty Nxt Css Start ****/

section,
.section {
  position: relative;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  overflow: hidden;
}

.section {
  padding: 0;
}

.theme-section {
  padding-top: 0;
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.home-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 15px;
  position: relative;
}

.advertisement-block {
  width: 130px;
  flex: 0 0 130px;
}

.detail-wrapper {
  width: calc(100% - 275px);
  flex: 0 0 calc(100% - 275px);
}

.large-radius-img img {
  border-radius: 10px;
}

.news-links a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  font-weight: normal;
  color: #000000;
}

.fw-700 {
  font-weight: 700 !important;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
}

.splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #d7d7d7;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #ff0006;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.splide__pagination {
  margin-top: 10px;
  justify-content: start;
}

.sub-title h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.latest-news-item,
.most-read-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.latest-news-img {
  width: 135px;
  flex: 0 0 135px;
}

.small-radius-img img {
  border-radius: 10px;
}

.latest-news-detail a,
.most-read-detail a,
.tags-desc a,
.reports-desc a,
.tags-desc-block a,
.reports-desc-block a {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  margin-bottom: 4px;
  color: #7C7C7C;
  display: inline-block;
}

.latest-news-detail a:hover,
.most-read-detail a:hover,
.tags-desc a:hover,
.reports-desc a,
.tags-desc-block a,
.reports-desc-block a {
  color: #000;
}

.most-read-title p {
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.latest-new-block ul li,
.most-read-block ul li {
  margin-bottom: 8px;
}

.latest-new-block ul li:last-child,
.most-read-block ul li:last-child {
  margin-bottom: 0;
}

/* .view-all-btn {
  margin-top: 20px;
} */
.view-all-link {
  display: flex !important;
  align-items: center;
  gap: 3px;
  padding: 8px 10px 8px 15px;
  border: 1px solid #ff0006;
  max-width: fit-content;
  border-radius: 40px;
  justify-content: space-between;
}

.view-all-link span {
  color: #ff0006;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.view-all-link:hover {
  background-color: #ff0006;
}

.view-all-link:hover span,
.view-all-link:hover svg {
  color: #fff;
}

.view-all-link svg {
  color: #ff0006;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 18px;
  width: 18px;
}

.position-sticky-page {
  overflow-x: unset;
  overflow-y: unset;
}

.position-sticky-body {
  overflow-y: auto !important;
}

.position-sticky-section,
.position-sticky-wrapper {
  position: unset !important;
  overflow: unset !important;
  align-items: flex-start;
}

.position-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 99;
}

.section-title h1,
.section-title h2 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.section-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title:last-child {
  margin-bottom: 0;
}

.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.news-update-list a {
  color: #7c7c7c;
  font-size: 12px;
  position: relative;
  z-index: 9;
}

.news-update-list a:hover {
  color: #000;
}

.save-btn img {
  width: 18px;
  height: 16px;
  position: relative;
  margin: 0 auto;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 15px;
}

.title h4,
.blog-title h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.blog-title h4 {
  margin-bottom: 10px;
  color: #fff;
}

/* .blogs-wrapper .border-right {
  border-right: 1px solid #333333;
} */
.save-button {
  width: 30px;
  flex: 0 0 30px;
}

.editorial-desk-desc p {
  font-size: 12px;
}

.splide__arrow svg {
  fill: transparent;
  height: 18px;
  transition: fill 0.2s linear;
  width: 18px;
  margin-left: -2px;
}

.splide__arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #000000;
  color: #fff;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__arrow--next svg {
  font-size: 20px;
  right: -2px;
  position: relative;
  top: 1px;
}

.splide__arrow--prev svg {
  font-size: 22px;
  left: -1px;
  top: 0;
  position: relative;
}

.arrow-top-slider .splide__arrows {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 9;
  margin-top: 0;
}

.arrow-top-slider .splide__arrow {
  position: static;
  transform: unset;
}

.gray-bg {
  background-color: #f5f5f5;
}

.section-podcast {
  padding: 30px 0 20px;
  margin-bottom:0;
}

#podcast-slider .splide__arrows {
  right: 20px;
}

.proptech-buzz-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.proptech-img {
  width: 160px;
  flex: 0 0 160px;
}

.proptech-buzz-detail {
  width: calc(100% - 170px);
  flex: 0 0 calc(100% - 170px);
}

.proptech-buzz-block .title,
.realtyguru-block .title {
  margin-bottom: 0;
}

.proptech-buzz-block,
.realtyguru-block {
  margin-bottom: 15px;
}

.proptech-buzz-block:last-child,
.realtyguru-block:last-child {
  margin-bottom: 0;
}

.business-wrapper {
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  z-index: 9;
}

.realative {
  position: relative;
}

.latest-new-block ul li,
.most-read-block ul li {
  position: relative;
}

.reports-detail .save-btn img {
  background-color: #fff;
}

.reports-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 20px;
  background-color: #f5f5f5;
  gap: 15px;
}

.reports-img {
  width: 135px;
  flex: 0 0 135px;
}

.reports-img img {
  height: 135px;
  width: 135px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.advertisement-banner {
  max-width: 800px;
  margin: 0 auto;
}

.tab-list li {
  list-style: none;
}

.tab-list .tab {
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
  background: transparent;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.tab-list .tab:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.tab-list {
  position: relative;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
  color: #ff0006;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-list .tab a {
  font-family: "Playfair Display";
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
  color: #ff0006;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-img img {
  border-radius: 6px;
}

.blog-desc {
  font-size: 12px;
}

.webp .memes-wrapper {
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/05/665996c28c8ae_meme-bg.jpg);
}

.no-webp .memes-wrapper {
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/05/665996c28c8ae_meme-bg.jpg);
}

.memes-wrapper {
  padding: 20px;
  background-size: cover;
  border-radius: 20px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.blogs-wrapper .advertisement-banner {
  max-width: 350px;
  margin: 0 auto;
}

/* .memes-block {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
} */
.series-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.series-video iframe {
  width: 100%;
  min-height: 485px;
  border-radius: 10px;
}

.series-detail p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000 !important;
  font-family: "Open Sans";
}

.series-tab .tab-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.series-tab .tab-list li {
  width: calc(33.33% - 10px);
  flex: 0 0 calc(33.33% - 10px);
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.series-col {
  padding: 8px;
}

.columns.series-cols {
  margin: -8px;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 74px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  border: 1px solid rgb(52 52 52 / 15%);
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

.scrollToTopBtn:hover {
  background: #ff0006;
}

.scrollToTopBtn.showBtn {
  opacity: 1;
  transform: translateY(0);
}

#section-footer {
  padding: 50px 0;
  background-color: #000000;
}

.footer-logo {
  max-width: 250px;
}

.footer-links ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-links ul li {
  width: 33.33%;
  flex: 0 0 33.33%;
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #fff;
}

.footer-links ul li a:hover {
  color: #aba7a7;
}

.copyright-bar p {
  color: #fff;
}

.footer-cols:nth-child(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid #2c2c2c;
}

.social__icon {
  position: relative;
  display: block;
  max-width: 35px;
  flex: 0 0 35px;
  transform: scale(1);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.social__icon:hover {
  transform: scale(1.2);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#business-slider .splide__arrows {
  display: none;
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

.blogs-wrapper .tab-list-block {
  max-height: 360px;
}

.talk-series.theme-scrollbar {
  padding-right: 0;
}

/* .blogs-wrapper .view-all-btn {
  padding-left: 12px;
} */
.view-all-btn {
  padding-top: 0;
}

.white-view-all-btn .view-all-link {
  border: 1px solid #fff;
}

.white-view-all-btn .view-all-link span,
.white-view-all-btn .view-all-link svg {
  color: #fff;
}

.theme-bg {
  position: relative;
  overflow: visible;
}

/* .theme-bg::before {
  content: " ";
  position: absolute;
  background: linear-gradient(89.74deg, #ec2c31 0.29%, #e40060 99.84%);
  width: 200%;
  height: 100%;
  right: 0;
  left: -400px;
  top: 0;
} */
.theme-bg::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  right: 0;
  left: -400px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/669f4c003cb14_theme-bg2.png);
}

/* .banner-theme-bg::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  right: 0;
  left: -400px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/669f4c003cb14_theme-bg2.png);
} */

.white-arrow .splide__arrow {
  color: #fff;
  border: 1px solid #fff;
}

.dark h2,
.dark p {
  color: #ffffff;
}

.podcast-wrapper {
  position: relative;
  z-index: 9;
}

.reports-img {
  margin-bottom: 10px;
}

.reports-block {
  height: 100%;
}

.reports-block,
.news-block,
.update-blog-block,
.latest-news-wrapper {
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.business-wrapper .section-title {
  display: block;
}

.news-update-list {
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}

.news-update-list::before {
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/05/66599c96a893b_arrow1.png);
  content: "";
  position: absolute;
  width: 8px;
  height: 18px;
  background-size: cover;
  left: 2px;
  background-position: right;
  top: 1px;
}

.news-title h1 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}

.news-desc p {
  color: #7c7c7c;
}

/* .news-detail-wrapper {
  padding: 0 12px 0 8px;
  border-right: 1px solid #d7d7d7;
  height: 100%;
} */
.news-links,
.news-links a {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 500;
}

.news-block {
  margin-bottom: 20px;
}

.updat-blog-title h2,
.lates-news-title p {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 700;
}

/* .latest-news-item .lates-news-title p {
  font-size: 12px;
  line-height: 16px;
} */
.update-blos-detail {
  padding: 15px 10px;
}

#updated-blogs-slider .splide__arrows {
  display: none;
}

.update-blog-block {
  height: 100%;
}

.latest-new-block ul li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}

.latest-new-block ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.latest-news-wrapper {
  padding: 20px 15px;
  /* height: 100%; */
  max-width: 430px;
}

.blogs-tegs-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.blogs-tegs-wrapper ul li {
  background-color: #ff0006;
  border-radius: 20px;
  padding: 8px 16px;
}

.blogs-tegs-wrapper ul li a {
  color: #fff;
}

.blogs-tegs-wrapper ul li:hover {
  background-color: #7c7c7c;
}

.blogs-tegs-wrapper {
  margin-top: 20px;
}

.reality-slider-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* .realtyguru-block {
  width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
} */
.download-blok h4 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Open Sans";
  color: #fff;
  margin-bottom: 20px;
}

.download-app-wrapper,
.jobs-wrapper {
  position: relative;
  z-index: 9;
}

.download-app-link {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.section-download .theme-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.app-cols {
  align-items: end;
}

.section-download.theme-bg::before,
.section-download.theme-bg::after {
  height: 85%;
  top: 50%;
  transform: translateY(-50%);
}

.section-download.theme-bg::before {
  content: " ";
  position: absolute;
  background: linear-gradient(89.74deg, #ec2c31 0.29%, #e40060 99.84%);
  width: 200%;
  right: 0;
  left: -400px;
}

.section-download {
  padding-bottom: 20px;
}

.phone-img {
  max-width: 410px;
  margin: 0 auto;
}

.jobs-title h5 {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
}

.jobs-title span {
  font-size: 12px;
  color: #7c7c7c;
}

.jobs-title {
  margin-bottom: 10px;
}

.jobs-block {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  /* height: 100%; */
}

.jobs-detail {
  padding: 10px 8px 20px 8px;
}

.jobs-requirements li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.jobs-requirements li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}

.jobs-requirements li p {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

.jobs-requirements li span,
.view-all-link.jobs-view-link span {
  font-weight: 700;
  font-size: 12px;
  color: #333333;
}

.view-all-link.jobs-view-link {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border: none;
  max-width: fit-content;
  border-radius: unset;
  justify-content: space-between;
}

.view-all-link.jobs-view-link svg {
  width: 15px;
  height: 15px;
}

.view-all-link.jobs-view-link:hover {
  background-color: transparent;
}

.view-all-link.jobs-view-link:hover svg,
.view-all-link.jobs-view-link:hover span {
  color: #ff0006;
}

.apply-now-link,
.apply-fulfilled {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 0 0 10px 10px;
  padding: 12px;
}

.apply-now-btn span {
  font-weight: 600;
  font-size: 12px;
  color: #4b4b4b;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.apply-now-btn svg {
  width: 15px;
  height: 15px;
  color: #ff0006;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.apply-now-link:hover {
  background-color: #ff0006;
}

/* .apply-now-btn{
  border-radius: 0 0 10px 10px;
} */
.apply-now-link:hover svg,
.apply-now-link:hover span {
  color: #fff;
}

.jobs-detail-wrapper {
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.section-jobs.theme-bg::before,
.section-jobs.theme-bg::after {
  height: 50%;
}

.business-cols {
  justify-content: center;
}

.download-blok {
  padding: 10px 0;
}

/* .app-col:nth-child(1) {
  align-self: end;
} */
.white-arrow .splide__arrow:hover {
  background-color: #fff;
  color: #000;
}

.news-col,
.editorial-desk-col,
.realtyguru-col {
  padding: 8px;
}

.news-cols,
.editorial-desk-cols,
.realtyguru-cols {
  margin: -8px;
}

/* .latest-new-block {
  height: 100%;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
} */
/* .editorial-desk-col{
  border-right: 1px solid #D7D7D7;
} */
.save-btn {
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 4px;
}

.editorial-detail h5 {
  font-size: 16px;
  font-weight: 600;
}

.theme-block ul li {
  display: flex;
  gap: 10px;
  /* margin-bottom: 10px; */
  align-items: center;
}

.theme-block ul li:last-child {
  margin-bottom: 0;
}

.theme-block .theme-img {
  max-width: 148px;
  flex: 0 0 148px;
}

.theme-detail {
  width: calc(100% - 158px);
  flex: 0 0 calc(100% - 158px);
}

.tags-wrapper .border-right,
.section-reports .border-right {
  padding-right: 10px;
  border-right: 1px solid #d7d7d7;
  height: 100%;
}

.fixed-ratio img {
  width: 100% !important;
  aspect-ratio: 1 / 0.7 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

.splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}

.splide__arrows .splide__arrow {
  position: static;
  transform: unset;
}

.section-podcast.theme-bg::after,
.section-realtyguru.theme-bg::after {
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/669f473ebb879_theme-bg.jpg);
  z-index: -1;
}

.theme-black-bg.theme-bg::after {
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/668e251188c99_theme-black-bg.jpg);
  z-index: -1;
}

.blogs-wrapper .tab-list .tab a {
  color: #aaaaaa;
}

.blogs-wrapper .tab-list .tab:hover a,
.blogs-wrapper .tab-list .tab.is-active a {
  color: #fff;
}

.blog-detail.dark,
.realtyguru-detail .title h4 {
  color: #fff;
}

.blogs-wrapper .tab a {
  display: block;
}

.blogs-wrapper .news-update {
  font-family: "Open Sans" !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500;
  margin-bottom: 3px !important;
}

.memes-wrapper:before {
  content: "";
  position: absolute;
  background-color: #cfb034;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.realtyguru-detail .save-btn {
  background-color: transparent;
}

.realty-guru-desc p {
  font-size: 12px;
  line-height: 16px;
}

.editorial-detail-block .title h4,
.proptech-buzz-detail-block .title h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.realtyguru-detail .title {
  margin-bottom: 5px;
}

.realtyguru-image.fixed-ratio img {
  aspect-ratio: 1 / 0.65 !important;
}

.reports-block {
  border: 0;
}

.section-jobs {
  position: relative;
  overflow: visible;
}

.section-jobs::before {
  content: " ";
  position: absolute;
  width: 200%;
  height: 100%;
  right: 0;
  left: -280px;
  bottom: 0;
  /* background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/669f460cc96f4_jobs-bg-update.jpg);*/
  background-image: url(https://realtynxtmedia201121.s3.ap-south-1.amazonaws.com/media/2024/07/66a21a1d04add_jobs-bg-update-final-croped.jpg);
  background-repeat: no-repeat;
}

.jobs-wrapper {
  max-width: 1000px;
  margin-left: auto;
  padding-top: 20px;
}

.section-business {
  border-bottom: 1px solid #D7D7D7;
}

.section-podcast .section-title {
  display: block;
  text-align: center;
}

/* #section-jobs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(110, 126, 152, 1) 60%, rgba(112, 88, 102, 1) 100%);
  width: 200%;
  left: -280px;
  z-index: -1;
} */
.tags-desc p,
.reports-desc p,
.tags-desc-block p,
.reports-desc-block p {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.tags-desc ul li,
.reports-desc ul li,
.tags-desc-block,
.reports-desc-block {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}

.section-jobs {
  padding-bottom: 50px;
}

.tags-detail h5,
.reports-detail h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.tags-col,
.reports-col {
  padding: 6px;
}

.tags-cols,
.reports-cols {
  margin: -6px;
}

.editorial-block ul,
.theme-block ul {     /*.realtyguru-block add class here*/
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.editorial-block ul li,
.theme-block ul li {     /*.realtyguru-block add class here*/
  width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}

.theme-detail .title h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-detail-wrapper .news-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-img{
  background-color: transparent;
}
.playstore-btn,
.appstore-btn {
  max-width: 135px;
  flex:0 0 135px;
}
.section-news{
  padding-bottom: 0 !important;
}
.section-editorial-desk{
  padding-top: 0 !important;
}
.section-download{
  padding-top: 0 !important;
  padding-bottom:0 !important;
}
.latest-news-detail a,
.tags-desc a,
.reports-desc a,
.tags-desc-block a,
.reports-desc-block a{
  display: block;
}
.player-video-src {
  height: 300px !important;
}
.reports-desc a p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.apply-now-btn{
  padding: 0;
}

.header-menu {
  z-index: 999;
}

#jobs-slider .jobs-img img {
  object-fit: contain;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  background-color: #000;
}
/* .realtyguru-block.theme-block ul li{
  width: 100% !important;
  flex:0 0 100% !important;
} */

.tags-desc a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.view-all-btn.view-all-btn-center{
  width: fit-content;
  margin: 0 auto;
}
.blogs-wrapper .section-title h2{
  width: 50%;
  flex: 0 0 50%;
}
.blogs-wrapper .section-title:last-child{
  width: 50%;
  flex: 0 0 50%;
}
.blogs-wrapper .section-title{
  justify-content: start;
}
.google-logo img{
  height: 25px;
  width: auto;
}
.sticky-social-btn{
  position: fixed;
  right: 5px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
.sticky-social-btn a{
  margin-bottom: 10px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 100%;
}
.sticky-social-btn a:last-child{
  margin-bottom: 0;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}
.shimmer-animation {
  background-color: #f6f7f8;
  background-image: linear-gradient(
    to right,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-size: 800px 104px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
}
/* .detail-wrapper{
  position: relative;
  z-index: 111;
} */
.advertisement-block .adsbygoogle, .advertisement-block #aswift_1_host, .advertisement-block iframe {
  width: 130px !important;
  height: auto !important;
  position: relative !important;
}

/* Shimmer Effect */

.shimmer-card {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #e9ebed 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  height: 100%;
  min-height: 450px;
  width: 100%;
}


.memeshimmer-card {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #e9ebed 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  height: 100%;
  min-height: 150px;
  width: 100%;
}


.shimmer-card .blogs-wrapper {
  background: #f6f7f863;
  background-image: linear-gradient(to right, #f6f7f833 0%, #e9ebed1a 20%, #f6f7f81f 40%, #f6f7f800 100%);
  background-repeat: no-repeat;
}

@keyframes shimmer {
  0% {
      background-position: -10% 0;
  }
  100% {
      background-position: 200% 0;
  }
}

.shimmer-line {
  height: 35px;
  background: #f6f7f8;
  margin-bottom: 50px;
  border-radius: 4px;
}

.shimmer-square {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 91%;
  height: 19%;
  background: linear-gradient(90deg, #f6f7f8 25%, #e0e0e0 50%, #f6f7f8 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
.shimmer-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shimmer-line-content {
  width: 100%;
}



@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.shimmer-animation {
  background-color: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
}.loader-shimmer-photo {
  width: 135px;
  height: 75px;
  border-radius: 10px;
  margin-top: 10px;
}

.loader-shimmer-photo-edit {
  width: 308px;
  height: 75px;
  border-radius: 10px;
  margin-top: 10px;
}

.loader-shimmer-desc {
  height: 50px;
  width: 100%;
}

.loader-shimmer-horizontal-text-photo {
  display: flex;
  gap: 15px;
  align-items: center;
}.loader-shimmer-vertical-text-photo .loader-shimmer-desc {
  /* height: 135px; */
  margin-bottom: 20px;
  background-size: 800px 135px;
  margin-top: 10px;
}

.loader-shimmer-vertical-text-photo .loader-shimmer-line-desc {
  height: 15px;
  /* margin-bottom: 20px; */
  background-size: 800px 135px;
  margin-top: 10px;
  width: 125px;
}

.loader-shimmer-vertical-text-photo .loader-shimmer-photo {
  width: 100%;
  height: 250px;
  background-size: 800px 250px;
}
.loader-shimmer-vertical-sm .loader-shimmer-photo {
  height: 170px !important;
  margin-bottom: 20px;
}

.loader-shimmer-vertical-sm .loader-shimmer-photo {
  height: 170px !important;
  margin-bottom: 20px;
}

.loader-shimmer-vertical-sm .loader-shimmer-desc {
  height: 40px;
}

.loader-shimmer-vertical-sm .loader-shimmer-desc:not(:last-child) {
 margin-bottom: 10px;
}
#podcast-slider .loader-shimmer-photo,
.blogs-wrapper .loader-shimmer-vertical-text-photo .loader-shimmer-photo,
.blogs-wrapper .loader-shimmer-vertical-text-photo .loader-shimmer-desc,
.blogs-wrapper .loader-shimmer-vertical-text-photo .loader-shimmer-short-desc,
.section-realtyguru .loader-shimmer-vertical-text-photo .loader-shimmer-desc,
.section-realtyguru .loader-shimmer-photo-edit {
  background: #f6f7f863;
  background-image: linear-gradient(to right, #f6f7f833 0%, #e9ebed1a 20%, #f6f7f81f 40%, #f6f7f800 100%);
  background-repeat: no-repeat;
}
#podcast-slider .loader-shimmer-photo {
  width: 100%;
  height: 240px;
  background-size: 800px 250px;
}
.real-shimmer .loader-shimmer-vertical-text-photo .loader-shimmer-photo{
  background: #f6f7f863;
  background-image: linear-gradient(to right, #f6f7f833 0%, #e9ebed1a 20%, #f6f7f81f 40%, #f6f7f800 100%);
  background-repeat: no-repeat;
}

.realtylist-shimmer .loader-shimmer-horizontal-text-photo .loader-shimmer-desc{
  background: #f6f7f863;
  background-image: linear-gradient(to right, #f6f7f833 0%, #e9ebed1a 20%, #f6f7f81f 40%, #f6f7f800 100%);
  background-repeat: no-repeat;
}
/* .section-download{
  overflow: visible;
} */
 .section-ad-mobile{
  display: none;
 }

 .magazine-shimmer {
  position: relative;
}

.magazine-shimmer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: magazine-shimmer 5s;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #e6e6e600 5%, #cccccc 25%, #e6e6e600 35%);
  background-size: 1000px 100%;
  opacity: 0.8;
}

@keyframes magazine-shimmer {
  0% {
    background-position: -1000px 0;
  }
}

.view-magazine {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}

.view-magazine-img {
  max-width: 110px;
}
.ictdd-banner{
  overflow: visible;
}
.ictdd-banner .download-app-link {
    left: -30%;
    position: relative;
    width: calc(100% + 60%);
}
.prefrred-banner {
    background-color: #CC0000;
    padding: 10px;
    border-radius: 5px;
}
.prefrred-banner a {
    display: flex;
    align-items: center;
    justify-content: center;
     gap: 15px;
    color: #fff;
    text-decoration: none;
}
.prefrred-text {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}
.prefrredsource-img img {
    border-radius: 5px;
}
.prefrredsource-img {
    width: 120px;
    flex: 0 0 auto;
}