@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/metropolis.min.css");
@import "slick-carousel/slick/slick.css";
@import "slick-carousel/slick/slick-theme.css";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Metropolis", sans-serif;
}
/* .slick-prev{
  left: -15px !important;
  width: 32px !important;
  height: 32px !important;
  border: none !important;
  border-radius: 100% !important;
  z-index: 10;
  transform: rotate(271deg);
  top: 33px;
}
.slick-next:before, .slick-prev:before{
  color: black !important;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: end !important;
  content: "\2303" !important;
} */
.dropdown-menu-bottom {
  list-style: none;
  margin: 56px 0px;
  padding: 0;
  position: absolute;
  border-radius: 10px;
  background-color: white;
  color: black;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.arrow-drop-down-img {
  width: 21.63px;
}

.clickable-container {
  cursor: pointer;
}

.clickable-container .Typeahead {
  pointer-events: none; /* Prevents the input from being clicked directly */
}

.clickable-container:focus-within .Typeahead {
  pointer-events: auto; /* Re-enables pointer events when focused */
}
.span-text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.rbt-menu {
  top: 5px !important;
}
.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.a-tag:hover {
  color: white;
  text-decoration: none;
}
.a-tag {
  color: white;
  text-decoration: none;
}
.a-tag-black {
  color: #333333;
  text-decoration: none;
}
.a-tag-black:hover {
  color: #333333;
  text-decoration: none;
}
.wrapper-mobile-view {
  display: none;
}
.wrapper-mobile-view-last {
  display: none;
}
.mobile-view-img {
  display: none;
}
.bottom-banner-mobile-bg {
  display: none;
}
.section {
  width: 100%;
  height: 197px;
  position: relative;
  margin-top: 65px;
}
.section img {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  z-index: -1;
}
.heading {
  top: 51px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48.41px;
  text-align: left;
  position: absolute;
  left: 58px;
  color: #fff;
  font-family: inherit;
}
.subheading {
  margin: 0;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  text-align: center;
  top: 113px;
  position: absolute;
  color: #fff;
  left: 58px;
}
#blog_new_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 39px;
  padding: 0px 60px 40px;
}
#blog_new_right {
  width: 70%;
}

#search-for-blogs {
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 18px 122px 34px 60px;
  align-items: center;
}
/* BlogRightCard.css */
.blog-right-card {
  width: 100%;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  overflow: hidden;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  position: relative;
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  height: 411px;
  display: block;
  object-fit: cover;
}

.card-image .tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(249, 41, 60, 0.5);
  color: white;
  padding: 12px 15px;
  border-radius: 5px 0px 0px 0px;
  font-size: 22px;
  height: 50px;
  width: auto;
  line-height: 26.63px;
  font-weight: 500;
  text-align: center;
}

.card-content {
  padding: 7px 47px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.631);
  width: 100%;
  height: 135px;
}

.card-content h2 {
  font-size: 24px;
  color: white;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

.meta-info {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  color: #777;
  margin-bottom: 8px;
  gap: 10px;
  padding-top: 10px;
  align-items: center;
}

.meta-info .read-time,
.meta-info .date {
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  /* margin-top: 6px; */
  margin-left: -4px;
}

.tags .tag {
  background-color: #ffffff;
  color: #f04e58;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 4px;
}

.tag {
  background: white;
  padding: 5px 15px;
  border-radius: 5px;
  color: red;
}

.tagtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: white;
}

.new-blog-card-bottom {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f9293c;
  position: relative;
  padding-bottom: 32px;
  flex-wrap: wrap;
  padding-top: 20px;
}

.bottom-card {
  display: flex;
  width: 48%;
}

.bottom-card-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 12px;
  margin-top: 3px;
}

.bottom-card-content {
  flex: 1;
  margin-top: 6px;
}

.bottom-card-title {
  font-size: 16px;
  margin: 0 0 8px;
}

.bottom-card-meta-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

.bottom-card-image2 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 21px;
  margin-top: 3px;
}

.bottom-card-content2 {
  flex: 1;
  margin-top: 6px;
}

.bottom-card-content3 {
  flex: 1;
  margin-top: -12px;
}

.bottom-card-title2 {
  font-size: 16px;
  margin: 0 0 8px;
}

.bottom-card-meta-info2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 7px;
}

.bottom-card-read-time,
.bottom-card-category {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.bottom-card-category {
  margin-left: 8px;
}

.bottom-card-tags .bottom-card-tag {
  color: #f04e58;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: -9px;
  line-height: 12px;
  font-weight: 400;
}

.bottom-card-tags2 .bottom-card-tag2 {
  color: #f04e58;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: -9px;
  line-height: 12px;
  font-weight: 400;
}

.Read-Icon {
  display: flex;
  padding-right: 6px;
}
.Read-Icon2 {
  display: flex;
  padding-right: 6px;
}
.bottom-tagtext {
  color: rgba(51, 51, 51, 0.698);
  margin-right: -4px;
}

.bottom-tagtext2 {
  color: rgba(51, 51, 51, 0.698);
  margin-right: -4px;
}

.LineUp {
  margin-left: 8px;
  color: rgba(51, 51, 51, 0.698);
}

.Line {
  width: 100%;
  height: 2px;
  position: absolute;
  border: 1px solid red;
  bottom: -31px;
}

.blog-right-card-container {
  display: flex;
  gap: 44px;
  margin-top: 30px;
  border-bottom: 2px solid #f9293c;
  padding-bottom: 60px;
  position: relative;
}

.bottom-show-more {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 19px;
}

.bottom-show-more-text {
  display: flex;
  text-decoration: underline;
  color: #4a266e;
}

.blog-right-card-container-last {
  display: flex;
  gap: 44px;
  margin-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

.large-card {
  width: 420px;
}

.large-card-image {
  width: 420px;
  height: 245px;
  object-fit: cover;
}

.large-card-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 25px 0;
}

.large-card-meta,
.large-card-tags {
  font-size: 0.9em;
  color: #888;
}

.small-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 47px;
}

.small-card {
  display: flex;
  flex-direction: row;
}

.small-card-image {
  width: 100px;
  height: 100px;
}

.small-card-title {
  font-size: 1.2em;
  margin: 12px 21px;
}

.small-card-meta,
.small-card-tags {
  font-size: 0.9em;
  color: #888;
  margin-left: 37px;
}

.SmallCard {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.pagination-button {
  background-color: #452575; /* Adjust color as needed */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 10px;
}

.pagination-button.previous {
  border-radius: 5px 5px 5px 5px;
  width: 140px;
  height: 39px;
}

.pagination-button.next {
  border-radius: 5px 5px 5px 5px;
  width: 140px;
  height: 39px;
}

.pagination-numbers {
  display: flex;
  align-items: center;
}

.pagination-number,
.pagination-ellipsis {
  margin: 0 5px 0 5px;
  font-size: 16px;
  width: 11px;
  height: 19px;
  line-height: 19px;
  cursor: pointer;
  font-weight: 500;
}

.pagination-number.active {
  color: red; /* Adjust color as needed */
  text-decoration: underline;
}

.unique-card-container {
  position: relative;
  text-align: center;
  color: white;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.unique-search-bg-image {
  width: 100%;
  height: 300px;
}

.unique-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.unique-overlay h1 {
  font-size: 36px;
  margin-bottom: 30px;
  width: 100%;
  height: 32px;
  line-height: 46px;
  font-weight: 500;
}

.unique-search-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.arrow-drop-down-bottom {
 vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 25px;
}

.unique-search-input {
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
  width: 350px;
  height: 50px;
  border-radius: 50px;
  outline: none;
}

.unique-search-button {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  border: none;
  background-color: #f04e58;
  color: white;
  cursor: pointer;
  width: 184px;
  height: 37.36px;
  border-radius: 50px;
}

.web-stories-container {
  text-align: center;
  margin: 0px 0;
}

.web-stories-container h2 {
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 29px;
  font-weight: 500;
}

.highlight {
  color: red;
}

.highlight-webstories {
  color: #f04e58;
}

.stories-carousel {
  display: flex;
  justify-content: flex-start;
  gap: 22px;
  padding: 0px 51px;
  width: 100%;
}

.story-card {
  position: relative;
  width: 295px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  height: 375px;
}

.story-image {
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  object-fit: cover;
}

.story-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  color: white;
  width: 100%;
}

.story-content h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  width: 100%;
  height: 33px;
}

.view-button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 18px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}

.view-button span {
  margin-left: 5px;
}

.border-line {
  position: absolute;
  width: 254px;
  height: 324px;
  border: 2px solid #ffffff;
  top: 26px;
  left: 31px;
}

.navigate-next {
  width: 52px;
  height: 56px;
}

.new-bottom-banner {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

.bottom-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #333;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 69px;
  margin-top: 59px;
  margin-bottom: 43px;
}

.banner-content h2 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: start;
}

.banner-content p {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: start;
}

.highlight {
  color: white;
  padding: 6px;
  border-radius: 5px;
  background-color: #4a266e;
}

.highlight2 {
  color: #f04e58;
}

.features {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  background-color: #4a266e;
  color: white;
  padding: 19px;
  border-radius: 5px;
  width: 681px;
  height: 56px;
}

.email-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.email-input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  width: 300px;
  height: 50px;
  outline: none;
}

.get-link-button {
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  background-color: #f04e58;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 155px;
  height: 50px;
  font-weight: 600;
  gap: 10px;
}

.app-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.app-store-badge {
  height: 50px;
  width: 157px;
  margin-right: 32px;
}
.google-play-badge {
  height: 50px;
  width: 160px;
  margin-right: 32px;
}

.phones {
  position: absolute;
  bottom: 29px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 2;
  align-items: baseline;
}

.phone-image1 {
  height: 270px;
  width: 124px;
}

.phone-image2 {
  height: 342px;
  width: 157px;
}

.phone-image3 {
  height: 270px;
  width: 124px;
}

.blank-box {
  width: 681px;
  height: 115px;
  background-color: #4a266e;
  z-index: 1;
  margin-top: 256px;
  border-radius: 5px;
  margin-bottom: 29px;
}

.blank-box2 {
  width: 19px;
  height: 224px;
  background-color: #4a266e;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 161px;
}

.Dot-Box-image {
  height: 93px;
  width: 93px;
  z-index: 1;
}

.new-left-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 215px;
  width: 100%;
  gap: 13px;
}

.left-top-1 {
  width: 100%;
  height: 89px;
}

.left-top-2 {
  width: 100%;
  margin-bottom: 10px;
  gap: 13px;
  flex-direction: column;
  display: flex;
}

.left-top-3 {
  width: 100%;
}

.highlight-new-top {
  color: #f04e58;
}

.left-top-1-text {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  padding: 0px 30px;
}

.input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px 15px;
  width: 100%;
}

.email-input-top {
  flex: 1;
  font-weight: 500;
  padding: 5px 5px 5px 18px;
  font-size: 14px;
  color: #333333;
  border: none;
  outline: none;
  height: 50px;
}

.email-icon {
  width: 24px; /* Adjust the size as needed */
  height: 24px;
}

.subscribe-button {
  background-color: #f56363; /* Use your desired color */
  color: white;
  border: none;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  cursor: pointer;
  text-align: center;
}

.subscribe-button:hover {
  background-color: #f56363; /* Darker shade for hover effect */
}

#blog_new_left {
  display: flex;
  flex-direction: column;
  /* gap: 35px; */
  width: 30%;
  /* height: 215px; */
}

.left-search-top {
  height: 300px;
  width: 100%; /* Fixed width to match the image */
  background-image: url("../../assets/BlogListing/SearchTopBg.png"); /* Replace with the actual path to your image */
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px; /* Rounded corners */
  margin-top: 35px;
}

.left-search-top h2 {
  padding: 0px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.vendor-select,
.city-select {
  width: 100%;
  display: flex;
  padding: 0px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 45px;
  background-color: white;
  justify-content: space-between;
}
.rbt {
  position: relative;
  height: 100%;
  width: 100%;
}
.rbt-input-hint-container {
  position: relative;
  height: 100%;
  width: 100%;
}
#pos0 {
  height: 50px;
  width: 324px;
  border-radius: 30px;
  background: #fff;
}
#pos0 .rbt-input-main {
  height: 100% !important;
  padding: 0px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  margin: 0px !important;
  cursor: pointer;
}
.search-button {
  width: 100%;
  padding: 10px;
  background-color: #f56363;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  height: 45px;
}

.search-button:hover {
  background-color: #e05252;
}

.new-social-media {
  width: 100%;
  height: 123px;
  /* border: 1px solid black; */
  background-color: #f6f5ff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 30px;
}

.new-social-media h2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.social-icons {
  gap: 35px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 27px;
}

.social-icons img {
  width: 35px; /* Adjust size as needed */
  height: 35px;
  cursor: pointer;
}

.social-icons img:hover {
  opacity: 0.8;
}

.new-banner-cards {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 35px;
}

.new-banner-card1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  size: 45px;
  border: 0.5px solid #000000;
  font-size: 45px;
  line-height: 32px;
}

.new-banner-card2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  size: 45px;
  border: 0.5px solid #000000;
  font-size: 45px;
  line-height: 32px;
}

.new-banner-card3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  size: 45px;
  border: 0.5px solid #000000;
  font-size: 45px;
  line-height: 32px;
}

.popular-blog-card {
  position: relative;
  width: 100%;
  height: 82px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-blog {
  margin-top: 29px;
}

.popular-blog-card-title {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 25px;
}

.popular-blog-card-img {
  width: 100%;
}

.new-left-bottom-last {
  display: flex;
  flex-direction: column;
  /* height: 440px; */
  gap: 20px;
  width: 100%;
  background: rgba(233, 226, 255, 0.4);
  margin-top: 20px;
  border-radius: 5px;
  margin-bottom: 39px;
}

.bottom-last-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding: 16px 0px 19px 0px;
}

.bottom-last-item:last-child {
  border-bottom: none;
}

.bottom-last-item1 {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.image-container {
  flex: 0 0 50px;
  margin-right: 20px;
}

.image-container img.article-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.text-container {
  display: flex;
  flex-direction: column;
}

.article-text {
  width: 212px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.read-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.read-time img.document-icon {
  width: 10px;
  height: 11px;
  margin-right: 5px;
}

#por_78 {
  padding: 19px 22px;
  display: flex;
  flex-direction: column;
}

.large-card-title1 {
  font-size: 24px;
  margin-top: -3px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
/* Custom styles for the pagination dots */
.custom-slider-new .slick-dots li button:before {
  color: white !important;
  font-family: slick;
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-slider-new .slick-dots li.slick-active button:before {
  color: white; /* Highlight active dot */
}
.vendor-select input, .city-select input{
border: none !important;
    width: 100% !important;
    outline: none;
}
/*<<<<<<<<<<<<<<<<<<<for mobile devices>>>>>>>>>>>>>>>>>>>>>*/

@media only screen and (max-width: 768px) {
  .subheading {
    font-size: 16px;
    left: 18px !important;
    line-height: 19px;
    font-weight: 500;
    top: 124px;
  }

  /* Custom styles for the pagination dots */
  .custom-slider-new .slick-dots li button:before {
    color: red !important;
    font-family: slick;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 19px;
    left: 4px;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .web-stories-container h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 29px;
    font-weight: 500;
  }

  .stories-carousel::-webkit-scrollbar {
    display: none !important;
  }

  .small-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0px;
  }

  .stories-scroll-container {
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .new-social-media {
    width: 100%;
    height: 123px;
    /* border: 1px solid black; */
    background-color: #f6f5ff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .left-search-top {
    height: 300px;
    width: 100%; /* Fixed width to match the image */
    background-image: url("../../assets/BlogListing/SearchTopBg.png"); /* Replace with the actual path to your image */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px; /* Rounded corners */
    margin-top: 25px;
  }

  .story-card-mobile {
    position: relative;
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 10px;
    height: 375px;
  }

  .story-card-mobile img {
    width: 100%;
    height: auto;
  }
  /* Pagination dots */
  .pagination-dots {
    display: none;
    /* text-align: center;
  margin-top: 10px; */
  }

  .pagination-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }

  .pagination-dots .dot.active {
    background-color: #ff7272; /* Active dot color */
  }

  .stories-scroll-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for webkit browsers */
  }

  .custom-slider-new .slick-dots li.slick-active button:before {
    color: red; /* Highlight active dot */
  }

  .web-stories-container {
    text-align: center;
    margin: 40px 0;
  }

  .error-msg-text {
    color: red;
    font-size: 14px;
    margin-bottom: -10px;
    margin-top: -11px;
  }
  .border-line {
    position: absolute;
    width: 254px;
    height: 324px;
    border: 2px solid #ffffff;
    top: 26px;
    left: 28px;
  }

  .a-tag {
    color: #333333;
  }

  .section img {
    object-fit: cover;
  }

  .heading {
    font-size: 22px;
    line-height: 22px;
    left: 18px;
    font-weight: 500;
    top: 82px;
  }

  #search-for-blogs {
    width: 100%;
    display: flex;
    padding: 0px 15px;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start;
    gap: 24px;
  }

  .card-image .tag {
    font-size: 13px;
    width: 125px;
    font-weight: 500;
  }

  #blog_new_wrapper {
    flex-direction: column;
    padding: 0px 15px;
    gap: 0px;
  }

  #blog_new_right {
    width: 100%;
    margin-top: 16px;
  }

  #ist-heading-blog-info {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
  }

  .card-image img {
    height: 239px;
  }

  .card-content {
    padding: 13px 47px 0px 0px;
    position: static;
    bottom: 0;
    width: 100%;
    height: 135px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    background-color: white;
    margin-bottom: 29px;
  }

  .card-content h2 {
    display: flex;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    margin-bottom: -10px;
    color: #333333;
  }

  .blog-right-card {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }

  .meta-info {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    color: #777;
    margin-bottom: 0px;
    gap: 10px;
    padding-top: 10px;
    margin-left: 0px;
  }

  .meta-info .read-time,
  .meta-info .date {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin-top: 6px;
    margin-left: -4px;
  }

  .tagtext {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    color: #333333;
  }

  .tags .tag {
    background-color: white;
    color: #f04e58;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 4px;
    line-height: 18px;
    font-weight: 400;
  }

  .new-blog-card-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 2px solid #f9293c;
    position: relative;
    padding-bottom: 10px;
    padding-top: 0px;
  }

  .bottom-card {
    display: flex;
    width: 100%;
    gap: 12px;
  }
  .bottom-card-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .bottom-card-content {
    flex: 1;
    margin-top: 3px;
  }
  .bottom-card-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 3px;
  }

  .bottom-card-meta-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
  }

  .bottom-tagtext {
    color: rgba(51, 51, 51, 0.698);
    margin-right: -4px;
    font-size: 12px;
    line-height: 12px;
  }

  .blog-right-card-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    border-bottom: 2px solid #f9293c;
    padding-bottom: 45px;
    position: relative;
  }
  .blog-right-card-container-last {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    border-bottom: 2px solid #f9293c;
    padding-bottom: 45px;
  }

  .large-card-title1 {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .large-card-image {
    width: 100%;
    height: 195px;
  }

  .large-card {
    width: 100%;
  }

  .large-card-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 20px 0;
  }

  .bottom-card-image2 {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 12px;
    margin-top: 3px;
  }

  .bottom-card-title2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 9px;
  }

  .bottom-card-meta-info2 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 9px;
  }

  .pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 39px 0;
  }

  .pagination-button.previous {
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 35px;
  }
  .pagination-numbers {
    display: flex;
    align-items: center;
    width: 100%;
    height: 21px;
  }
  .pagination-button.next {
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 35px;
  }
  .pagination-button {
    background-color: #452575;
    color: white;
    border: none;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
  }

  #blog_new_left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: 100%;
  }

  .wrapper-mobile-view {
    display: block; /* or display: flex; depending on your layout */
    border-bottom: 2px solid #f9293c;
    padding-bottom: 25px;
  }
  .wrapper-mobile-view-last {
    display: block; /* or display: flex; depending on your layout */
    padding-bottom: 25px;
  }

  .mobile-view-img {
    display: block;
  }

  .mobile-wrapper-view {
    display: none;
  }

  .unique-search-bg-image {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }

  .unique-overlay h1 {
    font-size: 18px;
    margin-bottom: 30px;
    width: 100%;
    height: 64px;
    line-height: 28px;
    font-weight: 600;
    padding: 0px 50px;
  }

  .unique-card-container {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
    height: 335px;
    margin-bottom: 40px;
  }

  .unique-search-bg-image-mob {
    object-fit: cover;
    width: 100%;
    height: 335px;
  }

  .unique-search-bg-image {
    display: none;
  }

  .unique-search-input {
    padding: 10px 10px 10px 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border: none;
    border-radius: 4px;
    width: 290px;
    height: 50px;
    border-radius: 50px;
    outline: none;
  }

  .stories-carousel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    width: 100%;
    overflow: auto;
  }

  .story-card {
    width: 100%; /* Take full width on mobile */
    margin-right: 0; /* Remove space between cards */
    height: 375px;
  }

  /* Optionally hide the other cards */
  .story-card:not(:first-child) {
    display: none;
  }

  .new-bottom-banner {
    position: relative;
    width: 100%;
    height: 595px;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
  }

  .bottom-banner-bg {
    display: none;
  }

  .bottom-banner-mobile-bg {
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .blank-box2 {
    display: none;
  }
  .banner-content {
    z-index: 8;
    margin: 0;
    height: 100%;
    padding: 0px 24px;
    width: 100%;
  }

  .banner-content h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-align: start;
    width: 100%;
    margin: 32px 0px 12px 0px;
  }

  .banner-content p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 400;
    text-align: start;
  }
  .features {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 258px;
    font-weight: 500;
    background-color: #4a266e;
    color: white;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    height: 60px;
  }
  .email-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .get-link-button {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 14px;
    border: none;
    border-radius: 4px;
    background-color: #f04e58;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 155px;
    height: 50px;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
  }

  .Link-Icon {
    width: 15px;
    height: 15px;
  }

  .google-play-badge {
    height: 42px;
    width: 100%;
    margin-right: 0px;
  }

  .app-store-badge {
    height: 40px;
    width: 100%;
    margin-right: 0px;
  }
  .app-links {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-left: 27px;
  }
  .custom-slider-new .slick-slide {
    width: 100% !important;
  }
}

.unique-search-box input {
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  margin-right: 9px;
  width: 350px;
  height: 50px;
  border-radius: 50px;
  outline: none;
  margin-left: -29px;
  margin-top: -9px;
}

.rbt-menu dropdown-menu show {
  position: absolute;
  display: block;
  max-height: 300px;
  overflow: auto;
  will-change: transform;
  width: 310px;
  top: 0px;
  left: -7px !important;
  transform: translate3d(30px, 51px, 0px);
  z-index: 4 !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px -7px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* Custom styles for the slider container */
.custom-slider-new {
  margin: 20px 0;
}

/* Custom styles for each slide */
.custom-slider-new .slick-slide {
  padding: 10px;
}

/* Custom styles for the arrow buttons */
.custom-slider-new .slick-arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1000;
}

.custom-slider-new .slick-prev {
  left: -18px !important;
  width: 32px !important;
  height: 32px !important;
  border: 0px solid #f04e58 !important;
  border-radius: 100% !important;
  z-index: 8;
  transform: rotate(271deg);
  top: 190px;
  color: black !important;
}

.custom-slider-new .slick-next {
  right: -18px !important;
  width: 32px !important;
  height: 32px !important;
  border: 0px solid #f04e58 !important;
  border-radius: 100% !important;
  z-index: 8;
  top: 190px;
  color: black !important;
}

.custom-slider-new .slick-prev:before {
  color: black !important;
  font-size: 50px !important;
}

.custom-slider-new .slick-next:before {
  color: black !important;
  font-size: 50px !important;
}

.a-tag-black2 {
  color: #333333b2;
}
.a-tag-black2:hover {
  text-decoration: none;
  color: #333333b2;
}

.a-tag-black3 {
  color: #333333;
}
.a-tag-black3:hover {
  text-decoration: none;
  color: #333333;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.email-input-top {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.email-input-top.error {
  border-color: red;
  box-shadow: 0 0 5px red;
  color: red;
}

.email-input-top.success {
  border-color: green;
  box-shadow: 0 0 5px green;
  color: green;
}

.email-input-top::placeholder {
  color: inherit;
  opacity: 0.7;
}

.input-wrapper.input-has-message input::placeholder {
  font-style: italic;
}

.shake {
  animation: shake 0.5s;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
}

.error-msg-text {
  color: red;
  font-size: 14px;
  margin-bottom: -7px;
}

.error-msg-text1 {
  color: red;
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: -9px;
}

.popup-container {
  position: fixed;
  width: 816px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b267e;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.popup-content {
  display: flex;
  width: 100%;
  align-items: center;
  color: white;
}

.popup-image {
  width: 110px;
  height: 110px;
  margin-right: 21px;
}

.popup-text-container {
  flex-grow: 1;
  display: flex;
}

.popup-text {
  margin: 0;
  width: 462px;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.popup-button {
  background-color: white;
  color: #4b267e;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: bold;
  width: 165px;
  height: 48px;
  margin-top: 9px;
  font-weight: 700;
  font-size: 16px;
}

.popup-button:hover {
  background-color: #f0f0f0;
}

.popup-close {
  font-size: 30px;
  color: white;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-bottom: 90px;
  margin-right: 8px;
}

/* Mobile View CSS */
@media (max-width: 767px) {
  .popup-container {
    width: 100%;
    bottom: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: blur(10px); /* Apply blur effect to the background */
  }

  .popup-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.6); /* Optional: Add a slight background color with transparency */
  }

  .popup-image {
    width: 100%;
    height: 100%;
    margin: 0 0 20px 0;
    position: relative;
  }

  .popup-text {
    width: 332px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }

  .popup-button {
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 22px;
  }

  .popup-close {
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    position: absolute;
    top: 37px;
    right: 5px;
  }

  .popup-text-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 41%;
  }
}

/* General Blur Effect */
.blur-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari Support */
}

@media only screen and (max-width: 768px) {
  .wrapper-mobile-view-old {
    width: 100%; /* or use a specific pixel value, e.g., 100px */
  }
}
@media only screen and (min-width: 769px) {
  .wrapper-mobile-view-old {
    display: none;
  }
}

#vendor-type, #city-select {
  z-index: 4 !important;
      display: flex !important;
    flex-direction: column;
}
#city-select {
  z-index: 4 !important;
}
#pos0{
  margin-top: 10px;
}
#vendor-type a, #city-select a {
      padding: 10px 27px !important;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: 'Metropolis', sans-serif;
    height: 50px;
    overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .left-top-1-text{
   margin-top: 20px;
  }
  .unique-overlay h2{
    font-size: 30px;
  }
}
.blog-categories-swiper{
  width: 100% !important;
}
.swiper-wrapper{
  justify-content: space-between !important;
}