body {
  font-family: Lato !important;
}

html body div,
html body span,
html body p,
html body a,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  font-family: 'Lato' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato !important;
}

ul {
  padding-left: 0rem !important;
}

/* .send-cta.validate-otp {
  cursor: default;
} */

.right_container {
  /* background-image: url(/app/images/unlisted/banner.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%; */

  background-image: url(/app/images/unlisted/unlisted_right_banner.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 475px;

}

.send-cta.create_lead {
  cursor: pointer;
}

.slider_container {
  padding-top: 30px;
}

#sticky_div {
  position: sticky;
  top: 100px;
  z-index: 9;
}

.sticky-border {
  border: 4px solid #145599 !important;
  border-radius: 16px;
}


.scroll-box {
  /* max-height: 3300px;
  overflow-y: hidden;
  transition: overflow 0.3s; */
}

/* Show scrollbar on hover */
.scroll-box:hover {
  overflow-y: auto;
}

/* Custom Scrollbar for WebKit browsers */
.scroll-box::-webkit-scrollbar {
  width: 8px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background-color: #F4EBF9;
}

.send-cta:hover {
  color: #ffffff;
}

.left_container {
  padding: 10% 0% 0% 6% !important;
}

.left_container h1 {
  font-size: 46px;
  font-weight: 700;
  font-style: italic;
}

.left_container p {
  font-size: 20px;
  color: #6E6E6E;
  font-weight: 700;
}

.left_container label {
  font-size: 20px;
  color: #97144D;
  font-weight: 700;
}

.left_container button {
  font-size: 14px;
  color: #282828;
  font-weight: 700;
  border: 1px solid #F14687;
  border-radius: 69px;
  padding: 12px 16px;
  margin-top: 25px;
}

/* .left_container button::after {
  content: " →";
  font-size: 16px;
  margin-left: 8px;
  color: #ED1164;
} */



.txt_offerings {
  position: relative;
  font-size: 32px;
  font-weight: 700;
}

.txt_black {
  color: #282828;
}

.txt_theme_color {
  color: #97144D;
}

.txt_offerings::before,
.txt_offerings::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15%;
  height: 1px;
  background: #97144D;
}

.txt_offerings::before {
  left: 55px;
}

.txt_offerings::after {
  right: 55px;
}

.txt_explore {
  font-size: 16px;
  font-weight: 700;
  color: #97144D;
}

.view_more_container {
  padding-bottom: 15px;
}

/* slider css starts here */

.carousel-dots-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0px;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  width: 24px;
  border-radius: 4px;
  background-color: #e91e63;
}

.carousel-control {
  /* width: 32px; */
  height: 32px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #E2E2E2 !important;
  font-size: 30px;
  padding: 14px 12px 20px 12px !important;
}


.carousel-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.carousel-dots .dot.active {
  background-color: #333;
}

.card-content {
  padding: 16px 12px;
  /* margin-bottom: 2px; */
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  /* box-shadow: 0px 2px 4px 0px #00000014; */
  background-color: #f9f9f9;
}

.card-content .card-title {
  font-size: 15px;
  font-weight: 700;
  color: #282828;
  height: 48px;
  margin-bottom: 0px !important;
  width: 85%;
}

.card {
  border: none !important;
  border-radius: 16px !important;
}

.card-content .card-subtitle {
  font-size: 11px;
  font-weight: 400;
  color: #6E6E6E;
  margin-bottom: 12px;
}

.card-header {
  background-color: #ffffff !important;
  border-bottom: none !important;
  padding: 0px !important;
  position: relative;
  border-top-left-radius: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
}

.card-logo {
  max-width: 75%;
  max-height: 75%;
  z-index: 1;
}

.card-tag.tag-yellow {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #EDBC27;
  border-left: 50px solid transparent;
  z-index: 0;
}

.card-tag.tag-red {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #D84008;
  border-left: 50px solid transparent;
  z-index: 0;
}

.card-tag.tag-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #278829;
  border-left: 50px solid transparent;
  z-index: 0;
}

.card-tag.tag-blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #145599;
  border-left: 50px solid transparent;
  z-index: 0;
}

.tag-icon {
  position: absolute;
  top: 11px;
  right: 5px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.card-tag.tag-yellow img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}

.card-content .get-quote-btn {
  font-size: 12px;
  font-weight: 700;
  color: #97144D;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.get-quote-btn {
  cursor: pointer !important;
}

/* slider css ends here */

.sec_past_performance {
  background: #F4EBF9;
  padding: 32px 32px !important;
}

.sec_past_performance h4 {
  font-size: 32px;
  font-weight: 700;
}

.sec_past_performance p {
  font-size: 14px;
  font-weight: 400;
  color: #282828;
}

.txt_perform {
  color: #97144D;
}

/* Tab css starts here */
/* Tabs container */
.tabs {
  display: flex;
  overflow-x: auto;
}

.tab {
  /* display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 20px;
  background: #ffffff;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #282828; */

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  background: #ffffff;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #282828;
}

.tab.active {
  border: 1px solid #145599;
  box-shadow: 0px 12px 24px 0px #14559929;
}

.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
  /* display: flex;
  justify-content: center;
  gap: 40px;
  overflow-x: auto;
  padding: 10px 0; */

  gap: 16px;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 10px 0;
  margin-left: 30px;
}

.tab-content {
  display: none;
  border-top: none;
  margin-top: 23px;
}

.tab-content.active {
  display: block;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  display: inline-block;
}

.web_img {
  display: block;
}

.mob_img {
  display: none;
}

@media (max-width: 768px) {
  .card-slider {
    justify-content: unset !important;
  }

  .tabs {
    gap: 10px;
    padding: 10px;
  }

  .tab {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-width: 220px;
    /* ✅ Increase tab width */
    padding: 12px 16px;
    white-space: normal;
  }

  .tab img {
    width: 24px;
    height: auto;
    flex-shrink: 0;
  }

  .tab span {
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    max-width: 160px;
  }

  .sec_past_performance {
    padding: 24px 16px !important;
  }

  .ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    /* ✅ Make scrollable */
    padding: 0 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: normal;
  }

  .ui-tabs.ui-widget.ui-widget-content.ui-corner-all::-webkit-scrollbar {
    display: none;
  }

  .web_img {
    display: none;
  }

  .mob_img {
    display: block;
  }

  .row_mb_0 {
    margin-bottom: 0px !important;
  }

  #sticky_div {
    position: static !important;
    top: auto;
  }
}

/* Tab css ends here   */

/* Why unlisted sec css starts here */
.sec_why_unlisted {
  background: #F9F1EB;
  padding: 32px 32px !important;
}

.sec_why_unlisted h4 {
  font-size: 32px;
  font-weight: 700;
}

/* Card Styling with Web View Size */
.why-card {
  flex: 0 0 197px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-right: 35px;
  min-height: unset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
}

.card-slider-wrapper {
  width: 82%;
  margin: 25px auto;
}

.why_card_container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 300px;
  width: 200px;
  padding: 16px;
  border-radius: 16px;
}

.cardOne {
  background-image: url(/app/images/unlisted/Get_early_adv.svg);
}

.cardTwo {
  background-image: url(/app/images/unlisted/diversify.svg);
}

.cardThree {
  background-image: url(/app/images/unlisted/emerging_section.svg);
}


.why_card_container h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.card-slider-wrapper .card {
  background-color: #f9f1eb;
  transition: box-shadow 0.3s ease;
}

.card-slider-wrapper .card :hover {
  box-shadow: 0px 16px 24px 0px #4A1D3252;
}

.why_card_container p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  font-family: lato !important;
  letter-spacing: 0.32px;
}

/* Scroll Container */
.card-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: center;
}

.card-slider::-webkit-scrollbar {
  display: none;
}

/* Dots container */
.scroll-dots {
  display: none;
  justify-content: center;
  margin-top: 25px;
}

.scroll-dots .dot {
  height: 6px;
  width: 6px;
  margin: 0 2px;
  background-color: #B4B4B4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.scroll-dots .dot.active {
  background-color: #ED1164;
  width: 16px;
  height: 6px;
  border-radius: 4px;
  margin-top: 1px;
}

/* Mobile View */
@media (max-width: 768px) {
  .why-card {
    flex: 0 0 200px;
    width: 200px;
    height: 300px;
  }

  .scroll-dots {
    display: flex;
    align-items: center;
  }

  .card-slider-wrapper {
    width: 100%;
  }

  .sec_why_unlisted {
    background: #F9F1EB;
    padding: 24px 16px 0px 16px !important;
  }
}

/* Why unlisted sec css ends here */


/* Who Is It for you sec css starts here */
.sec_who_is_it {
  background: #FFFFFF;
  padding: 32px 32px !important;
}

.sec_who_is_it h4 {
  font-size: 32px;
  font-weight: 700;
}

.sec_who_is_it p {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  line-height: 24px;
}

.card_container {
  border-radius: 12px;
  overflow: hidden;
  background-image: url('/app/images/unlisted/LayerBlur.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 60px 30px 30px !important;
  display: block;
}

.mob_card_container {
  display: none;
}

.card-1 .card-overlay {
  background-image: url('/app/images/unlisted/Frame1.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card-2 .card-overlay {
  background-image: url('/app/images/unlisted/Frame2.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card-3 .card-overlay {
  background-image: url('/app/images/unlisted/Frame3.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card_container .card.form-card.card-form-hover {
  width: 215px;
  height: 215px;
  background-size: cover;
  background-position: center;
  border-radius: 0px !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 0px;
  background-image: url('/app/images/unlisted/Frame1_blur.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card_container .card.form-card {
  box-shadow: none !important;
}

.card_container .card.form-card.card-form-hover:hover {
  /* transform: scale(1.02); */
}

.card_container .card-overlay img {
  height: 100%;
}

.card_container .card-overlay {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.card_container .card-subheader {
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #282828;
}

.card_container .card-description {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  color: #6e6e6e;
  padding: 10px 0px 4px 0px;
}

.btn-primary {
  color: #fff;
  background-color: #97144D !important;
  border-color: #97144D !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0px 0px 2px 0px #0000001A;
  padding: 12px 16px !important;
  border-radius: 8px !important;
}

.btn_container {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .card_container .card-overlay {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
  }

  .card_container .card-description,
  .card_container .card-subheader {
    text-align: left;
    padding: 0;
  }

  .card_container .card-text-content {
    flex: 1;
  }

  .btn_container {
    margin-top: 0px;
  }

  .card_container .card-overlay img {
    width: 45%;
    height: auto;
    object-fit: contain;
    margin-left: 12px;
    padding-top: 43px;
  }

  .card_container .card-description {
    font-size: 12px;
  }

  .card_container .card-subheader {
    font-size: 16px;
  }

  .sec_who_is_it {
    background: #FFFFFF;
    padding: 24px 0px !important;
  }

  .card_container .card.form-card.card-form-hover {
    width: 100%;
    height: 116px;
    padding: 0px;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .card_container {
    display: none;
  }

  .mob_card_container {
    display: block;
    margin-top: 18px;
  }

  .mob_who_is {
    padding: 0px 16px;
  }

  .cust_mob {
    padding: 0px 16px !important;
  }

  .mob_m {
    padding: 0px !important;
  }
}

/* Who Is It for you sec css ends here */

/* Set up sec css starts here */
.sec_success {
  background: #F3FBFB;
  padding: 32px 32px !important;
}

.sec_success h4 {
  font-size: 32px;
  font-weight: 700;
}

.sec_success p {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  margin-top: 15px;
}

.web-break {
  display: none;
}

.success img {
  width: 60%;
}

.txt_incorrect_otp {
  font-size: 12px !important;
  font-weight: 700;
  color: #EB0000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.otp-error-box {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}

.otp-error-box:focus {
  border: 1px solid #EB0000;
}

.txt_resend_otp {
  font-size: 12px;
  font-weight: 700;
  color: #6e6e6e;
  letter-spacing: 1px;
}

.otp-input-group {
  display: flex;
  gap: 8px;
  margin: 8px 0px;
}

.otp-box {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
}

.otp-box:focus {
  border: 1px solid #404040;
}

.spinner {
  width: 15px;
  height: 15px;
  border: 1px solid #404004;
  border-top: 1px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.txt_verify_otp {
  font-size: 12px;
  font-weight: 400;
  color: #404040;
  text-transform: capitalize;
  padding-left: 10px;
  letter-spacing: 0.32px;
}




@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 769px) {
  .web-break {
    display: inline;
  }
}


@media only screen and (min-width:992px) and (max-width:1440px) {
  .otp-input-group {
    gap: 5px;
  }

  .otp-box {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .otp-error-box {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}



@media only screen and (max-width:600px) {
  .sec_success {
    background: #F3FBFB;
    padding: 32px 0px !important;
  }

  .sec_success p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
  }

  .sec_success h4 {
    text-align: center;
    font-size: 18px;
  }

  .sec_success p {
    text-align: center;
    margin: 0px 15px;
  }

  .otp-box {
    width: 37px;
    height: 40px;
  }

  .sec_who_is_it h4 {
    font-size: 18px;
  }

  .otp-error-box {
    width: 37px;
    height: 40px;
  }

  .sec_who_is_it p {
    font-size: 14px;
  }
}

/* Set up sec css ends here */

@media only screen and (max-width:600px) {
  .left_container h1 {
    font-size: 24px;
  }

  .left_container p {
    font-size: 16px;
  }

  .left_container label {
    font-size: 16px;
  }

  .left_container button {
    font-size: 12px;
  }

  .right_container {
    background-size: 131% 169%;
    height: 184px;
  }

  .offer-unlisted-sha {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mob_image {
    display: none;
  }

  .container_mob_pad {
    padding: 0px !important;
  }

  .row {
    --bs-gutter-x: 0px !important;
  }

  .custom_card .card {
    width: 100%;
  }

  .form-card {
    border: 1px solid #e2e2e2 !important;
  }

  .carousel-control.prev,
  .carousel-control.next {
    display: none;
  }

  #view_more_cards {
    display: none;
  }

  .sec_past_performance h4 {
    font-size: 18px;
  }

  .form_content {
    width: 100% !important;
  }
}

@media only screen and (max-width: 374px) {
  .left_container h1 {
    font-size: 21px;
  }
}

/* Progress bar css starts here */

.progress-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background-color: #97144D;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.progress-button .progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #ED1164;
  /* darker blue or any color you prefer */
  z-index: 1;
  transition: width 2s linear;
}

.progress-button .text {
  position: relative;
  z-index: 2;
}

/* Progress bar css ends here */

/* modal pop up css starts here */
.modal_txt_left {
  text-align: left;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
}

.modal-dialog {
  transition: none;
  /* Disable transition */
  transform: translateY(0);
  /* No slide effect */
}

.modal-content {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.form_content {
  width: 80% !important;
}

.bottom_modal_para {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
}

.modal_para {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
}

.bottom_modal .close:hover,
.bottom_modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* For mobile view, transform the modal into a bottom sheet */
@media (max-width: 768px) {


  .modal-content {
    border-radius: 15px;
    width: 100%;
    margin: 0;
  }

  /* Remove the transition effect */
  .modal.fade .modal-dialog,
  .modal.show .modal-dialog {
    transition: none;
    /* Disable transition */
    transform: translateY(0);
    /* No slide effect */
  }

  /* Position the close button at the top of the modal, outside of modal content */
  .modal-close-top {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1055;
    /* Ensure it's above the modal */
  }

  .bottom_modal_para {
    margin-bottom: 10px !important;
  }

  .modal_para {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 424px) {
  .bottom_modal_para {
    font-size: 18px;
  }
}

/* modal pop up css ends here */

/* set you up success css starts here */
.success-card {
  transition: all 0.3s ease;
}

.success-card:hover {
  border-radius: 16px;
  box-shadow: 0px 19.55px 32.58px 0px #81C1BD3D;
}

.success-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #282828;
}

.success-card p {
  font-size: 12px;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 18px;
  margin-bottom: 0px !important;
}

.success-card img {
  border-radius: 16px 16px 0 0;
}

.success_row {
  margin-top: 12px !important;
}

.success_container {
  padding: 20px 13px 16px 13px;
}

/* Only apply on small screens */
@media (max-width: 767px) {
  .success-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 1rem;
    padding-left: 15px;
  }

  .success_row {
    display: flex;
    flex-wrap: nowrap;
  }

  .success_row .col-lg-4 {
    flex: 0 0 auto;
    width: 80%;
    margin-right: 1rem;
  }

  .success-card {
    min-height: 100%;
  }

  .mob_sec {
    padding: 0px 16px !important;
    display: none;
  }

  .ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    margin-left: 0px;
    padding: 0 0px;
  }

}


/* set you up success css ends here */

/*added by samee for postlogin page*/
.post-login .hero-container-full-stock {
  background-image: url('/app/images/unlisted/hero-img-full-stock.png');
  background-repeat: no-repeat;
  height: 320px;
  background-size: 100% 100%;
  padding: 5% !important;
}

.post-login .stock-list-container {
  padding: 5%;
}

.post-login .f-32 {
  font-size: 32px;
  font-weight: 700;
  color: #282828;
}

.post-login .f-18 {
  font-size: 18px;
  color: #6E6E6E;
  font-weight: 700;
}

.post-login .f-20 {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #97144D;
}

.post-login .f-14 {
  font-size: 14px;
}

.post-login .lab-div {
  display: flex;
  float: right;
  flex-wrap: wrap;
}

.post-login .lab-div p {
  margin-right: 18px;
}

.post-login .mt-40 {
  margin-top: 40px;
}

.post-login .list-of-stock .col-lg-3 {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 32px;
}

.post-login .faq-container {
  padding: 32px;
  background-color: #F1F4F7;
}

.post-login .brand-c {
  color: #97144D;
}

.post-login .search-box {
  position: relative;
  width: 300px;
}

.post-login .search-box input {
  width: 75%;
  padding: 8px 12px 8px 40px;
  /* extra left padding for icon */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 32px;
  box-sizing: border-box;
}

.post-login .search-box i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  /* allows clicking through icon */
}

a {
  text-decoration: none;
}

ul {
  margin-bottom: 0px !important;
  padding-left: 0px;
}

.post-login .accordion ul {
  padding-left: 30px !important;
  list-style: disc !important;
}

.post-login .accordion-item {
  background-color: transparent;
}

.post-login .accordion-button {
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  padding: 1rem 0rem;
}

.post-login .accordion-body {
  font-size: 16px;
  color: #6E6E6E;
  padding-left: 0px;
}

.post-login .accordion:hover {
  background-color: transparent;
}

.post-login .accordion-button::after {
  background-image: none;
  content: "+";
}

.post-login .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  transform: none;
}

.post-login .mobile-break {
  display: none;
}

.post-login .h-w {
  display: none;
}

.post-login .h-m {
  display: block;
}

@media(max-width: 997px) {
  .post-login .h-w {
    display: block;
  }

  .post-login .h-m {
    display: none;
  }

  .post-login .hero-container-full-stock {
    background-image: url('/app/images/unlisted/hero-img-full-stock-m.png');
    height: auto;
  }

  .post-login .card-stock {
    width: auto;
    margin: 4px;
  }

  .post-login .faq-container {
    padding: 5%;
  }

  .post-login .list-of-stock .col-6 {
    padding: 4px;
    display: block !important;
  }

  .post-login .row {
    margin-bottom: 0px !important;
  }

  .post-login .f-32 {
    font-size: 24px;
  }

  .post-login .f-18 {
    font-size: 16px;
  }

  .post-login .f-20 {
    font-size: 16px;
  }

  .post-login .mobile-break {
    display: block;
    flex-basis: 100%;
    height: 0;
    /* optional: you can use margin if spacing is needed */
  }

  .post-login .lab-div p {
    margin-top: 8px !important;
  }

  .post-login .card-content .card-title {
    font-size: 12px;
  }

  .post-login .list-of-stock .col-lg-3 {
    margin-top: 12px;
  }

  .post-login .search-box input {
    width: 100%;
  }

  .post-login .search-box {
    width: 100%;
  }

  .sec_success p {
    text-align: center;
    margin: 0px 16px;
  }

  .slide-up-modal .modal-dialog {
    right: -25% !important;
  }
}


.post-login .accordion-button:not(.collapsed) {
  color: #282828;
  background-color: transparent;
}

.post-login .accordion-button:focus {
  box-shadow: none;
}

.post-login .accordion-body {
  font-weight: 700;
}

/*end samee css*/

.mob_slider {
  display: none;
}


.mob_card {
  width: 216px;
  height: 281px;
}

.mob_slider {
  padding: 16px;
  overflow: hidden;
}

.slider-container_mob {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.slider-container_mob::-webkit-scrollbar {
  display: none;
}

.mob_card {
  flex: 0 0 216px;
  background: #ffffff;
  border-radius: 16px;
  scroll-snap-align: start;
}

.slider-container_mob .card-header {
  background-color: rgb(242 242 242) !important;
  border-bottom: none !important;
  padding: 0px !important;
  position: relative;
  border-top-left-radius: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 146px;
}

.slider-container_mob .card-content {
  padding: 16px 12px;
  margin-bottom: 2px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0px 2px 4px 0px #00000014;
}

.slider-container_mob .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  height: 48px;
  margin-bottom: 0px !important;
  width: 85%;
}

.slider-container_mob .card-subtitle {
  font-size: 11px;
  font-weight: 400;
  color: #6E6E6E;
  margin-bottom: 12px;
}

.slider-container_mob .get-quote-btn {
  font-size: 12px;
  font-weight: 700;
  color: #97144D;
  text-transform: uppercase;
  text-decoration: none;
}

.dots_container_mob {
  text-align: center;
  margin-top: 12px;
}

.dots_container_mob .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 4px;
  background-color: #B4B4B4;
  border-radius: 50%;
}

.dots_container_mob .dot.active {
  background-color: #ED1164;
}

@media only screen and (max-width:767px) {
  .mob_slider {
    display: block;
  }
}






/* Positioning modal at bottom-right */
.slide-up-modal .modal-dialog {
  position: fixed;
  bottom: 5%;
  /* left: 50%; */
  right: -5%;
  transform: translate(-50%, 100%) !important;
  margin: 0;
  width: 100%;
  max-width: 400px;
  transition: transform 0.4s ease-out;
  z-index: 1055;
}

/* When modal is shown, slide up */
.slide-up-modal.show .modal-dialog {
  transform: translate(-25%, 0) !important;
}

/* Optional backdrop styling */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.5);
}



/*New css by Pranita starts here*/
.mobile_card_container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0px 15px;
}

.mob_card_one {
  flex: 0 0 220px;
  scroll-snap-align: start;
  min-width: 70%;
  border-radius: 16px;
  background-color: #f3f3f3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0px 2px 4px 0px #00000014;
  margin-right: 3px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  position: relative;
}

.mobile_card_container::-webkit-scrollbar {
  display: none;
}

.mobile_card_container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mob_card_content {
  background-color: #ffffff !important;
  width: 100%;
}

.mobile_dot_container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 10px 0px 20px 0px;
}

.mob_dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #B4B4B4;
  transition: background-color 0.3s;
}

.mob_dot.active {
  background-color: #ED1164;
  width: 16px;
  border-radius: 4px;
  height: 6px;
}

.sec_mob_slider {
  display: none;
  margin: 0px;
}



.mob-card-tag.tag-red {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #D84008;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-card-tag.tag-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #278829;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-card-tag.tag-yellow {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #EDBC27;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-card-tag.tag-blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #145599;
  border-left: 50px solid transparent;
  z-index: 0;
}

.mob-tag-icon {
  position: absolute;
  top: 9px;
  right: -33px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.mob-card-tag.tag-yellow img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}

.mob-card-logo {
  max-width: 75%;
  max-height: 95%;
  z-index: 1;
}

.carousel-wrapper {
  display: block;
}



@media only screen and (max-width: 767px) {
  .sec_mob_slider {
    display: block;
  }

  .carousel-wrapper {
    display: none;
  }

  .sec_why_unlisted h4 {
    font-size: 18px;
    font-weight: 700;
  }

  .mob_card_one {
    background-color: #ffffff !important;
  }

  .card-logo {
    max-height: 65%;
  }

  .mob-tag-icon {
    right: 5px;
  }

  .mob-green-icon {
    top: 9px;
    right: -37px;
    width: 16px;
    height: 16px;
    z-index: 1;
    position: absolute;
  }

  .hide-on-mobile {
    display: none;
  }

  .view_more_header {
    display: none;
  }
}

@media only screen and (min-width:767px) {
  .mob_subheader {
    display: none;
  }
}

@media only screen and (max-width:767px) and (min-width:374px) {
  .why_card_container {
    background-size: cover;
    width: 100%;
  }

  .why-card {
    flex: 0 0 245px;
  }
}

/*New css by Pranita ends here*/