.offer-card {
  position: relative;
  border: 1px solid #e6e9ec;
  border-radius: 3px;
  background: #ffffff;
}

.offer-image-wrapper {
  height: 220px;
  width: 100%;
  background: #d9d9d9;
}
.offer-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-image-wrapper.main {
  height: 530px;
}

.offer-body {
  display: flex;
  flex-direction: column;
}

.offer-description {
  padding: 14px 24px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.offer-desc-content {
  color: #696969;
  margin: 0;
  min-height: 115px;
}

.all-ink {
  font-size: 18px;
  text-decoration: underline;
  line-height: 21.6px;
}

.offer-desc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer-desc-footer .link-left {
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #2050f5;
  text-decoration: underline;
}

.offer-desc-footer .link-right {
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: right;
  color: #c1bfc7;
  text-decoration: underline;
}

.offer-footer {
  display: flex;
  padding: 16px 25px;
  border-top: 1px solid #e6e9ec;
  align-items: center;
  justify-content: space-between;
}

.offer-footer .button-primary {
  padding: 10px 15px;
  background: #2050f5;
  border-radius: 3px;
  color: #ffffff;
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-footer .button-secondary {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #000533;
  background: transparent;
}
.offer-footer .button-favourites {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 60px;
  background: #f6f8f9;
}

.offer-tag {
  padding: 5px 12px;
  color: #ffffff;
  font-family: Gabarito;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: left;
  border-radius: 3px;
}

.navy-blue-tag {
  background: #000533;
}

.light-blue-tag {
  background: #70d2e8;
}

.blue-tag {
  background: #2050f5;
}

.offer-tags {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 15px;
  left: 15px;
  gap: 4px;
}

.ribbon-wrapper-corner svg {
  transform: rotate(-35deg);
}

.ribbon-wrapper-corner {
  width: 172px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0px;
}

.ribbon-corner {
  color: #fff;
  text-align: center;
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -14px;
  top: 34px;
  width: 250px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(234, 51, 86, 1);
  background: rgba(234, 51, 86, 1);
}

.offer-builder-card {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 10px 50px 0px rgba(13, 38, 59, 0.1);
  overflow: hidden;
}

.offer-builder-card .ob-image-wrapper {
  height: 220px;
}

.offer-builder-card .ob-card-body {
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ob-card-body-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.date-holder {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ob-title {
  font-family: Gabarito;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000533;
}

.ob-desc {
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #696969;
}

.date-holder span {
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #696969;
}

.offer-builder-card .og-tags {
  position: absolute;
  top: 20px;
  left: 20px;
}

.ob-card-body-footer a {
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #2050f5;
  text-decoration: underline;
}

.offer-builder-card .og-tags .og-tag {
  font-family: Gabarito;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: left;
  background: #2050f5;
  padding: 5px 12px;
  border-radius: 3px;
  color: #ffffff;
  gap: 8px;
}

.offer-builder-card .ob-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scrollable-table th,
.scrollable-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.finished-offers {
  background: #f6f8f9;
}

.builders-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.builders-section .button-check-more {
  padding: 10px 25px;
  background-color: #2050f5;
  border-radius: 3px;
  width: fit-content;
  color: #fff;
  cursor: pointer;
}

.finished-offers .main-wrapper {
  padding: 20px 0;

  display: flex;
  gap: 20px;
}

.header-row {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  font-family: Gabarito;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
}

.finished-offers .main-wrapper .all-ink {
  color: #2050f5;
}

.list-promotion {
  padding: 40px 40px;
  background: rgba(234, 51, 86, 1);
  color: #fff;
  margin-bottom: -10px;
}

.promotion-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-list-promotion {
  padding: 10px 25px;
  background-color: #fff;
  border-radius: 3px;
  width: fit-content;
  color: rgba(234, 51, 86, 1);
  cursor: pointer;
}

.btn-special-offer{

  cursor:pointer;
}

@media (max-width: 767px) {
  .offer-footer{
    padding: 16px;
  }
}

/* css start */

.offers-hero {
  position: relative;
  width: 100%;
  height: 426px !important;
  background: url('/images/offers-banner.jpg') center/cover no-repeat !important; /* Replace with your image */
}
.offers-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 80, 245, 0.7); 
  backdrop-filter: blur(5px); 
}
.banner-caption .row>.col{
  z-index: 98;
}

.offers-hero .builder-select-container {
  width: 376px;
  position: relative;
  margin-top: 36px;
}

.offers-hero .selectBox {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  cursor: pointer;
  height: 48px;
  padding: 15px;
}

.offers-hero .dropdown-box {
  display: none;
  position: absolute;
  /* width: 100%; */
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 12px;
  margin-top: 4px;
}
.col-2.col-4.ps-0.sortFilter.third-col .dropdown-box {
  width:183px;
}
.dropdown-box::-webkit-scrollbar-thumb {
  background-color: red;
  border: 4px solid transparent;
  border-radius: 8px !important;
  background-clip: padding-box;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.offers-hero .builder_search input {
  width: 100%;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 8px; /* Added border radius */
}

.offers-hero .dropdown-box li {
  list-style: none;
  border-radius: 8px; /* Added border radius */
}

.offers-hero .dropdown-box li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 8px; /* Optional for rounded labels */
  padding: 0px 5px;
}

.offers-hero .dropdown-box li input {
  margin-right: 8px;
}
.offers-hero .selectBox select{
  height: 48px !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
.offers-hero .selectBox select {
  width: 100%;
  font-weight: bold;
  border-radius: 0;
  border-color: #e6e9ec;
  color: #696969;
  background: #fff url(/images/arrow_back_ios.png) no-repeat;
  background-size: auto;
  background-position: 96% center;
  background-size: 20px auto !important;
  padding-right: 50px;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  border:none;
}

.offers-hero  .search-container input {
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  flex-grow: 1;
  padding: 10px;
}

.offers-hero  .dropdown-icon {
  padding: 5px;
  cursor: pointer;
}

.offers-hero  .search-btn {
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: -58px; /* Overlapping effect */
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.offers-hero  .search-btn i {
  color: red;
  font-size: 20px;
  padding-right: 9px;
}

.filter_sec  .stateFilter form {
  width: 161px !important; /* Adjust width as needed */
}
.filter_sec  .col-2.ps-0.stateFilter{
  width: 175px !important;
}
.filter_sec .sorting-select {
  min-width: 100% !important;
  background-position:  92% center;
}

.filter_sec  .col-4.ps-0.sortFilter {
  width: 357px;
}
.filter_sec  form.secound_col{
  width:345px !important;
}
.filter_sec  .col-2.ps-0.sortFilter.third-col{
  width:171px !important;
}
.filter_sec  form.third_box {
  width: 184px;
}
.filter_sec .sorting-select {
  height: 60px;
}
.filter_sec .img-row img.home-thumb {
  height: 182px !important;
  border-radius: 3px 3px 0px 0px;
}
.offer_section .image-container,
.finished-offers .image-container{
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  overflow: hidden;
}

.offer_section img.img-fluid.home-thumb,
.finished-offers img.img-fluid.home-thumb{
  width: 100%;
  height: auto;
  display: block;
  filter: blur(5px);
  border: none;
  box-shadow: none;
  -webkit-filter: blur(5px);
}
.offer_section .image-container .overlay,
 .finished-offers .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/image 139 (1).png') no-repeat center center; 
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  border-bottom:none;
  flex-direction: column;
  border-radius: 3px 3px 0px 0px;
}
.offer_section .image-container:hover .overlay,
.finished-offers .image-container:hover .overlay {
  opacity: 1;
}
.offer_section .image-container .overlay h2,
.finished-offers .image-container .overlay h2{
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  text-shadow: 0px 3px 6px #001A74;
  height: 85px;
  align-items: center;
  justify-content: center;
  display: flex;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.finished-offers img.image_tag,
.offer_section img.image_tag {
  /* height: auto; */
  width: 141px;
    object-fit: contain;
    object-position: center;
    backdrop-filter: none;
    /* background-color: #fff; */
    height: 40px;
    border-radius: 5px;
    padding: 0 5px;
}

.offerpage_card .offer-footer.offer_btn .button-primary{
  background: #EA3356;
}
.offerpage_card .offer-footer.offer_btn .button-primary a{
  text-decoration: none !important;
}
.offerpage_card .offer-footer.offer_btn p{
  margin-bottom: 0px;
  font-weight: 400;
}
.offerpage_card .offer-footer.offer_btn a{
  margin-bottom: 0px;
  color: #C1BFC7;
  text-decoration: underline;
  text-underline-offset: 4px; /* Adjust the value as needed */
  line-height: 120%;
  font-weight: 400;
}
.offerpage_card .top_title h4{
  font-size: 16px;
  font-weight: 400;
  color: #000533;
}
.offerpage_card .offer-desc-content p{
  color: #696969;
  line-height: 120%;
}
.offerpage_card .offer-description {
  gap:17px;
}
.offerpage_card .offer-footer {
  padding: 20px 25px;
}
.offerpage_card .offer-card  {
  width: 461px !important;
  max-width: 100%;
}
.row.mb-4.align-items-center.filter_row {
  margin-left:2px;
  gap:7px;
}


@media screen and (max-width: 1199px) {
	.offerpage_card .offer-card {
    width: 100% !important; 
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .content.noRai.offer_section {
    width: 100% !important;
  }
  .lhs.offer_section {
      float: none;
      width: 100% !important;
      margin-left: 0px;
  }
}
@media screen and (max-width: 1600px) {
  .banner-caption {
    padding:20px;
  }
}
@media screen and (max-width: 475px) {
	.offers-hero .builder-select-container {
    width: max-content;
}
}
@media (max-width: 767px) {
  .filter_sec .col-2.ps-0.stateFilter {
      width: 100% !important;
      /* paddin.row.mb-4.align-items-center.filter_rowg: 0; */
  }
  .filter_sec .stateFilter form {
    width: 100% !important;
  }
  .filter_sec .col-4.ps-0.sortFilter {
    width: 100%;
  }
  .filter_sec .col-2.ps-0.sortFilter.third-col {
    width: 100% !important;
  
  }
  .filter_sec form.third_box {
    width: 100% !important;
  }
  .filter_sec .sortFilter {
    padding-right: -1px;
    padding-left: 1px !important; 
  }
  .row.mb-4.align-items-center.filter_row {
    margin-left: 0px;
    row-gap: 20px;
    column-gap: 20px;
  }
  .filter_sec .resultText {
    margin-top: 0px;
    padding: 0;
  }
  .offers-hero .banner-caption {
      padding: 50px 30px 20px;
  }
}
@media screen and (max-width: 390px) {
	.offers-hero .builder-select-container {
    width: 200px;
  }
  .row.mb-4.align-items-center.filter_row {
    margin-left: 0px;
    row-gap: 15px;
    column-gap: 15px;
}
}

/* css end */