/* BigDot Global - 03/02/2026*/

/* Fonts URL */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap");

/* Theme Controls Starts */
:root {
  --site-primary-font: "Familjen Grotesk", sans-serif !important;
  --site-secondary-font: "Fraunces", serif !important;
  --site-tertiary-font: "Bricolage Grotesque", sans-serif !important;

  --site-primary-color: #3a1593;
  --site-secondary-color: #f4f0ff;
  --site-tertiary-color: #2255e8;
  --site-quaternary-color: #f15a25;
  --site-text-color: #1c1a16;
  --site-text-muted-color: #808080;
  --site-cta-color: #f15a25;
  --site-cta-text-color: #ffffff;
}

/* Responsive Height Control Starts */

body {
  font-size: 14px;
  /* line-height: 24px; */
  font-family: var(--site-primary-font) !important;
  background-color: #f9f9f9;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Fill full height of viewport */
app-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Take remaining space (main content) */
/* router-outlet,
app-dashboard {
    flex: 1 0 auto;
} */

ul {
  padding: 0 !important;
  margin: 0 !important;
}

ol {
  padding: 0 !important;
  margin: 0 !important;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
  color: var(--site-primary-color);
}

.primaryColor {
  color: var(--site-primary-color) !important;
}

.primaryColor a {
  color: var(--site-primary-color) !important;
}

.primaryBgColor {
  background-color: var(--site-primary-color) !important;
}

.secondaryColor {
  color: var(--site-primary-color) !important;
}

.secondaryColor a {
  color: var(--site-primary-color) !important;
}

.secondaryBgColor {
  background-color: var(--Secondary_BGColor) !important;
}

.headingColor {
  color: var(--Heading_Color) !important;
}

.headingColor a {
  color: var(--Heading_Color) !important;
}

.linkColor {
  color: var(--Link_Color) !important;
}

.linkColor a {
  color: var(--Link_Color) !important;
}

.iconColor {
  color: var(--Icon_Color) !important;
}

.iconColor a {
  color: var(--Icon_Color) !important;
}

.borderColor {
  border-color: var(--site-primary-color) !important;
}

.paragraphColor {
  color: var(--Paragraph_Color) !important;
}

.offerBg {
  background-color: var(--Secondary_BtnBgColor) !important;
}

.secondaryBtnBgColor {
  background-color: var(--Secondary_BtnBgColor) !important;
}

.HdrCTA1BG {
  background-color: var(--HdrCTA1BG) !important;
}

.HdrCTA2BG {
  background-color: var(--HdrCTA2BG) !important;
}

.HdrCTA3BG {
  background-color: var(--HdrCTA3BG) !important;
}

.HdrCTA1Text {
  color: var(--HdrCTA1Text) !important;
}

.HdrCTA2Text {
  color: var(--HdrCTA2Text) !important;
}

.HdrCTA3Text {
  color: var(--HdrCTA3Text) !important;
}

.instaPrimaryColor {
  color: var(--site-primary-color);
}

.instaPrimaryBgColor {
  background-color: var(--site-primary-color);
}

.smallTag.active {
  background-color: var(--site-primary-color);
}

.smallTag:hover {
  background-color: var(--site-primary-color);
}

.otherSearchtext {
  color: var(--site-primary-color);
}

/* Theme Controls Ends Here */

/* Typography Controls Starts Here */

.font400 {
  font-weight: 400 !important;
}

.font500 {
  font-weight: 500 !important;
}

.font600 {
  font-weight: 600 !important;
}

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

.font800 {
  font-weight: 800 !important;
}

.font900 {
  font-weight: 900 !important;
}

.font9 {
  font-size: 9px;
  line-height: 13px;
}

.font10 {
  font-size: 10px;
  line-height: 15px;
}

.font11 {
  font-size: 11px;
  line-height: 16px;
}

.font12 {
  font-size: 12px;
  line-height: 18px;
}

.font13 {
  font-size: 13px;
  line-height: 20px;
}

.font14 {
  font-size: 14px;
  line-height: 21px;
}

.font16 {
  font-size: 15px;
  line-height: 24px;
}

.font18 {
  font-size: 18px;
  /* line-height: 27px; */
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
  line-height: 33px;
}

.font24 {
  font-size: 24px;
  line-height: 36px;
}

.font26 {
  font-size: 26px;
  line-height: 39px;
}

.font28 {
  font-size: 28px;
  line-height: 36px;
}

.font30 {
  font-size: 30px;
  line-height: 40px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font40 {
  font-size: 40px;
  line-height: 47px;
}

.font42 {
  font-size: 42px;
  line-height: 50px;
}

.font60 {
  font-size: 60px;
  line-height: 75px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Fraunces", serif !important;
  font-weight: 600;
}

/*  Typography Controls Ends Heres */

/* Main CSS Starts Here */

.form-check-input:checked {
  background-color: var(--site-primary-color);
  border-color: var(--site-primary-color);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--site-primary-color);
}

/* For full custom color (track and thumb), use these webkit selectors: */
input[type="range"]#customRange2::-webkit-slider-thumb {
  background: var(--site-primary-color);
  /* Thumb color */
  border: none;
}

input[type="range"]#customRange2::-webkit-slider-runnable-track {
  background: #e4e4e4;
  /* Track color */
}

input[type="range"]#customRange2::-ms-fill-lower {
  background: #e4e4e4;
}

input[type="range"]#customRange2::-ms-fill-upper {
  background: #e4e4e4;
}

input[type="range"]#customRange2::-moz-range-thumb {
  background: var(--site-primary-color);
  border: none;
}

input[type="range"]#customRange2::-moz-range-track {
  background: #e4e4e4;
}

input[type="range"]#customRange2::-ms-thumb {
  background: var(--site-primary-color);
  border: none;
}

input[type="range"]#customRange2:focus {
  outline: none;
  /* Optional: Remove the default blue outline */
}

/* Main CSS Ends Here */

/* Navbar CSS */

header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #dcdcdc;
}

header .nav .bigDotlogo a img {
  height: 40px;
  cursor: pointer;
}

header .nav .bigDotlogo {
  margin-right: 100px;
}

header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bigDotMenuside {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.bigDotallMenu ul li {
  display: inline-block;
  padding: 0px 30px;
}

.bigDotallMenu ul li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  cursor: pointer;
}

.selectedLanguage a .langIcon i {
  font-size: 31px;
  color: #000;
}

.bigDotButtonsSide {
  display: flex;
  align-items: center;
}

.mainHeader.bigDotButtonsSide .bigDotListing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 300px;
}

.mainHeader.bigDotButtonsSide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.selectedLanguage a {
  display: flex;
  align-items: center;
}

.selectedLanguage a .langName {
  font-size: 15px;
  color: #000;
  margin-left: 6px;
  line-height: 20px;
  font-weight: 400;
}

.bigDotSignup {
  margin-left: 48px;
  margin-right: 15px;
}

.bigDotSignup a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}

.bigDotListing .listingBtn {
  padding: 8px 20px;
  color: #fff;
  background-color: var(--site-cta-color);
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  background-size: 0% 100%;
  transition: background-color 0.5s;
  margin-left: 15px;
}

.bigDotListing .listingBtn:hover {
  background-color: #3a1497;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.7) 100%
  );
  background-repeat: no-repeat;
  background-size: 200% 100%;
  transition:
    background-size 1s,
    background-color 1s;
}

.bigDotListing .listingBtn span {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  color: #fff;
  display: inline-grid;
  transition: all 0.8s ease;
  /* position: relative; */
  /* z-index: 1; */
}

.bigDotListing .listingBtn span i {
  font-size: 18px;
  margin-right: 6px;
  transition: transform 0.4s ease;
}

.listingBtn:hover i {
  transform: rotate(180deg);
}

.searchNavigation {
  display: flex;
  align-items: center;
  gap: 12px;
}

.searchNavigation .locationSearchAreaHeader {
  width: 210px;
  height: 50px;
  border-radius: 10px;
  position: relative;
}

.searchNavigation .locationSearchAreaHeader input {
  width: 210px;
  height: 100%;
  border-radius: 10px;
  padding-left: 50px;
}

.searchNavigation .locationSearchAreaHeader input::placeholder {
  color: #747474;
}

.searchNavigation .locationSearchAreaHeader .locationSearchIcon {
  position: absolute;
  top: 5px;
  left: 20px;
}

.searchNavigation .locationSearchAreaHeader .locationSearchIcon img {
  width: 18px;
}

.searchNavigation .otherSearchAreaHeader {
  width: 100%;
  height: 50px;
  position: relative;
}

.searchNavigation .otherSearchAreaHeader {
  width: 100%;
}

.searchNavigation .otherSearchAreaHeader input {
  width: 530px;
  height: 100%;
  border-radius: 10px;
  padding-left: 70px;
}

.searchNavigation .otherSearchAreaHeader input::placeholder {
  color: #747474;
}

.searchNavigation .otherSearchAreaHeader .otherSearchtext {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2px;
  color: var(--site-primary-color);
}

.searchNavigation .otherSearchAreaHeader .searchButton {
  position: absolute;
  top: 5px;
  right: 5px;
}

.searchNavigation .otherSearchAreaHeader .searchButton button {
  padding: 10px 30px;
  border: none;
  background-color: var(--site-primary-color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
}

.notificationIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--site-primary-color);
  font-size: 24px;
  margin-right: 16px;
  cursor: pointer;
}

.userIcon {
  border: 1px solid var(--site-primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
}

.userIcon img {
  width: 100%;
  height: 100% !important;
}

.logoSider .navbar-toggler:focus {
  box-shadow: none;
}

.logoSider .navbar-toggler.border-0 {
  padding: 0px;
  font-size: 24px;
  color: #000 !important;
}

.bigDotFrontPage {
  padding: 15px 0px 15px;
  /* border-bottom: 1px solid #cccccc;; */
}

.fontPageLeftPanel {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  /* border: 1px solid #dee2e6; */
}

.tabPartwithHeading {
  padding: 15px 15px 0px;
  border-bottom: 1px solid #cccccc;
}

.tabPartwithHeading h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22.5px;
  color: #000;
  margin-bottom: 15px;
}

.tabPartwithHeading .tagButton {
  padding: 6px 15px;
  border-radius: 10px;
  border: none;
  color: #000;
  background-color: var(--site-secondary-color);

  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tabPartwithHeading .groupTags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.classifiedPart {
  padding: 15px 15px;
  /* border: 1px solid #cccccc; */
}

.classifiedHeading h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22.5px;
  color: #000;
  margin-bottom: 15px;
}

.classifiexIconFeatured {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.classifiexIconFeatured .iconSider img {
  width: 30px;
  height: 30px;
}

.classifiexIconFeatured .iconSider svg {
  width: 30px;
  height: 30px;
}

.classifiexIconFeatured .textSider h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  color: #000;
  margin-bottom: 0px;
}

.classifiexIconFeatured .textSider p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #515151;
  margin-bottom: 0;
}

.classifiexIconFeatured .textSider h6:hover {
  color: var(--site-primary-color);
}

/* .classifiexIconFeatured .textSider p:hover {
  color: var(--site-primary-color);
} */

.forntPageDetailsArea {
  padding: 0px 10px;
}

.detailsAreaAeading h1 {
  font-weight: 500;
  color: #000;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 50px;
}

.detailsAreaAeading h1 span {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  background: linear-gradient(
    90deg,
    #310f84 27%,
    #9784c6 44%,
    var(--site-primary-color) 80%
  );
  background: linear-gradient(
    90deg,
    var(--site-primary-color) 27%,
    var(--site-tertiary-color) 44%,
    var(--site-primary-color) 80%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  text-transform: capitalize;
}

.locationSearchArea {
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.locationSearchArea input {
  width: 100%;
  border-radius: 50px !important;
  padding-left: 50px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.locationSearchArea input::placeholder {
  color: #747474;
}

.locationSearchIcon {
  position: absolute;
  top: 11px;
  left: 25px;
}

.locationSearchIcon img {
  width: 14px;
}

.otherSearchArea {
  width: 100%;
  position: relative;
}

.otherSearchArea {
  width: 100%;
}

.otherSearchArea input {
  width: 100%;
  border-radius: 50px !important;
  padding-left: 65px !important;
}

.otherSearchArea input::placeholder {
  color: #747474;
}

.otherSearchtext {
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2px;
  color: var(--site-primary-color);
}

.searchButton i {
  position: absolute;
  top: 8px;
  right: 8px;
}

.otherSearchArea .searchButton {
  position: absolute;
  top: 21px;
  right: 8px;
  transform: translateY(-50%);
  color: #ffffff;
  cursor: pointer;
  background: var(--site-primary-color);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 18px;
}

.otherSearchArea .searchButton button {
  padding: 14px 30px;
  border: none;
  background-color: var(--site-primary-color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
}

.forntPageDetailsArea .mb25 {
  margin-bottom: 20px;
}

.frontMainAreaWithTags {
  margin-bottom: 70px;
}

.frontMainAreaWithTags h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}

.mainAreaTags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.smallTag {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 6px 14px;
  border: none;
  outline: none;
  background-color: #e4e4e4;
  color: #000;
  border-radius: 10px;
  transition: 0.3s;
}

.smallTag:hover {
  background-color: var(--site-primary-color);
  color: #fff;
}

.smallTag.active {
  background-color: var(--site-primary-color);
  color: #fff;
}

.productSaveDetails .detailsView button span i {
  font-size: 22px;
  vertical-align: middle;
}

.dealIconArea {
  margin-bottom: 60px;
}

.field .ng-select-container {
  height: 42px !important;
}

.dealsAreaIcon {
  cursor: pointer;
  text-align: center;
  border: 2px solid var(--site-secondary-color);
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
}

.dealsAreaIcon:hover {
  background: var(--site-secondary-color);
  border: 1px solid var(--site-primary-color);
}

.dealsAreaIcon svg {
  height: 50px;
  display: block;
  margin: auto;
}

.dealsAreaIcon img {
  height: 60px;
  display: block;
  margin: auto;
}

.dealsAreaIcon h6 {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  margin-top: 10px;
  margin-bottom: 0;
}

.spotlightArea h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #111;
  margin-bottom: 55px;
}

.spotlightArea {
  position: relative;
}

.spotTagLines {
  display: flex;
  align-items: end;
  gap: 15px;
  flex-wrap: wrap;
  padding-left: 35px;
}

.spotTagLines a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  /* background: linear-gradient(90deg, #310f84 27%, #9784c6 44%, #f15a25 80%); */
  background: linear-gradient(
    90deg,
    var(--site-primary-color) 27%,
    var(--site-tertiary-color) 44%,
    var(--site-primary-color) 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  text-transform: lowercase;
}

.spotLightIcon {
  position: absolute;
  top: 30px;
  left: 0;
}

.spotLightIcon img {
  height: 70px;
}

.footerLinks p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #646464;
  margin-bottom: 0;
}

.footerLinks p a {
  color: #646464;
}

.footerLinks ul li {
  display: inline-block;
  padding: 0px 22px;
  text-align: end;
}

.footerLinks ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #646464;
}

footer {
  padding: 14px 0px;
  border-top: 1px solid #dcdcdc;
}

/* Default Banner Area  Starts */

.siteBanner {
  width: 100%;
  padding: 20px 0px;
  /* background-color: #f9e9df; */
  background-color: var(--site-secondary-color);
  position: relative;
  height: 185px;
}

.pageBannerText .breadcrumb .breadcrumb-item a {
  color: #111;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.pageBannerText .breadcrumb .breadcrumb-item.active {
  color: var(--site-primary-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--site-primary-color);
}

.pageHeading {
  margin-top: 10px;
}

.pageHeading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #080808;
  line-height: 46px;
  font-family: var(--site-secondary-font);
}

.bannerImageArea {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 185px;
}

.plateOne img {
  /* width: 550px; */
  height: 185px;
  object-fit: cover;
}

.plateTwo img {
  width: 350px;
}

.bannerImageArea {
  position: absolute;
  top: 0;
  right: 0;
}

/* Default Banner Settings End */

/* Product Area */
.pageContentArea {
  padding: 25px 0px;
  border: 1px solid #cccccc;
}

.productSearchArea {
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

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

.searchHeadingArea .searchHeading {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #111;
}

.searchHeadingArea .searchHeading::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #e1e1e1;
}

.searchHeadingArea .searchHeading::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  height: 2px;
  width: 40%;
  background-color: var(--site-primary-color);
}

.clearSearch {
  color: red;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.searchFieldGroup {
  margin-top: 30px;
}

.searchFieldGroup .field {
  margin-bottom: 15px;
}

.innerSearch {
  margin-top: 15px !important;
}

.searchFieldGroup .field .form-control {
  background-color: #f9f9f9;
}

.field .form-control,
.field .form-select {
  height: 40px;
  border: 1px solid #cccccc;
  font-size: clamp(12px, 1vw, 14px);
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: 1px solid var(--site-primary-color);
}

.innerSearch h6 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

.filterLabelArea {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 4px;
}

.filterViewAll {
  font-weight: 400 !important;
  color: #3f51b5 !important;
  font-size: 13px !important;
  margin-bottom: 2px;
}

.filterLabel {
  margin-bottom: 4px !important;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

.innerSearch span {
  color: #646464;
  font-size: 15px;
}

.innerSearch .field {
  position: relative;
}

.innerSearch .field .locationCircle {
  position: absolute;
  top: 8px;
  right: 8px;
}

.mt20 {
  margin-top: 15px;
}

.ng-select-container {
  border-radius: 10px !important;
}

.range-slider {
  width: 100%;
  position: relative;
  display: flex;
}

.rangeSlider .range {
  width: 100%;
  max-width: 100%;
  border-radius: 4rem;
  box-shadow: 0 6px 16px hsla(256, 72%, 24%, 0.15);
  display: grid;
}

.rangeSlider .rangeContent {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
}

.rangeSlider .rangeSalider {
  width: 100%;
  height: 6px;
  background-color: #e9ecf2;
  border-radius: 4rem;
  overflow: hidden;
}

.rangeSlider .rangeSaliderLine {
  width: 100%;
  height: 100%;
  background: var(--site-primary-color);
  width: 0;
}

.rangeSlider .rangeThumb {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 12px hsla(256, 72%, 24%, 0.2);
  position: absolute;
  border: 2px solid var(--site-primary-color);
}

/* Value input range */
.rangeSlider .rangeValue {
  width: 24px;
  height: 24px;
  background: var(--site-primary-color);
  position: absolute;
  top: -34px;
  left: -2px;
  border-radius: 2rem 2rem 2rem 0.25rem;
  transform: rotate(-45deg);
  display: grid;
  place-items: center;
}

.rangeSlider .rangeValueNumber {
  transform: rotate(45deg);
  color: #fff;
  font-size: 12px;
}

/* Default input range */
.rangeSlider .rangeInputs {
  appearance: none;
  width: 100%;
  height: 16px;
  position: absolute;
  opacity: 0;
}

.rangeSlider .rangeInputs::-webkit-slider-thumb {
  appearance: none;
  width: 32px;
  height: 32px;
}

.rangeSlider .rangeInputs::-webkit-slider-thumb:hover {
  cursor: pointer;
}

.priceRangeFild {
  display: flex;
  align-items: center;
  gap: 20px;
}

.multiCheckField {
  margin-bottom: 30px;
}

.heignt25px {
  height: 35px;
}

.stylePosit {
  top: 10px;
  right: 10px;
  color: var(--site-primary-color);
}

.anotherBgcolor {
  background-color: var(--site-primary-color);
}

.listingBtnNewStyl {
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

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

.checkList .form-check-input:focus {
  border-color: #f67c43;
}

.checkList .form-check {
  width: 50%;
}

.checkList .form-check-input {
  background-color: #fff4f5;
  box-shadow: none;
}

.checkList label {
  font-size: 13px;
  color: #8f9ca2;
}

.checkList .form-check-input:checked {
  background-color: var(--site-primary-color);
  border-color: var(--site-primary-color);
}

.searchMainBtn button {
  width: 100%;
  padding: 10px 25px;
  background-color: var(--site-primary-color);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.productMainArea {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #fff;
}

.mb30 {
  margin-bottom: 30px;
}

.productMainArea .searchHeadingArea .clearSearch {
  color: var(--site-primary-color);
}

.dishPlate {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  display: flex;
  gap: 12px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.4s;
  height: 100%;
  flex-direction: column;
}

.dishPlate:hover .dishName {
  color: var(--site-primary-color);
}

.dishesImageSide {
  text-align: center;
}

.dishesImageSide img {
  width: 120px;
  border-radius: 10px;
  height: 120px;
  object-fit: cover;
}

.dishReview {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: var(--site-primary-color);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 5px;
  border-radius: 4px;
}

.dishesDetailsSide {
  /* position: relative; */
  width: 100%;
}

/* .productAvilableDtls ul li:nth-child(n + 3) {
  display: none;
}

.productAvilableDtls ul li:nth-child(5) .text::after {
  content: "...";
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
} */

.tagSpan {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 5px 3px 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #f2ad22;
  border: 1px solid #f2ad22;
  background-color: #fef9ef;
  border-radius: 10px;
}

.dishesDetailsSide .dishName {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #111;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dishesDetailsSide .dishHighlight {
  color: var(--site-primary-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.productAvilableDtls ul li {
  margin: 8px 0px;
  display: flex;
}

.productAvilableDtls ul li .icons {
  color: var(--site-primary-color);
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

p.breadcrumb-item.active {
  margin-bottom: 5px !important;
}

.productAvilableDtls ul li .text {
  color: #797979;
  font-size: 14px;
  line-height: 18px;
}

.productMainArea .col-xl-6.col-lg-12 {
  margin-bottom: 10px;
}

.productSaveDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* margin-top: 10px; */
}

.productSaveDetails .bookmark button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #008001;
  font-size: 16px;
  font-weight: 500;
}

.productSaveDetails .detailsView button {
  padding: 5px 16px;
  border-radius: 10px;
  background-color: var(--site-primary-color);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  border: none;
}

.productMainArea,
.mapMainArea {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
}

.productSearchArea {
  min-height: 450px;
}

.allSearchAreas {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.mapView button {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #cccccc;
  color: #282828;
  background: transparent;
  border-radius: 10px;
}

.mapView button i {
  margin-right: 10px;
  color: var(--site-primary-color);
  width: 18px;
}

.selectDishCategory .form-select {
  padding: 10px 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #646464;
  min-width: 240px;
}

.listGrids {
  display: flex;
  align-items: center;
  gap: 7px;
}

.listGrids button {
  font-size: 18px;
  padding: 10px 10px;
  border: 1px solid var(--site-primary-color);
  color: var(--site-primary-color);
  line-height: 0;
  background: transparent;
  transition: 0.4s;
  border-radius: 10px;
}

.listGrids button.active {
  background-color: var(--site-primary-color);
  color: #fff;
}

.listGrids button.active,
.listGrids button:hover {
  border: 1px solid #cccccc;
}

.listGrids button:hover {
  border: 1px solid #cccccc;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25px {
  margin-bottom: 25px;
}

.mb50px {
  margin-bottom: 50px;
}

/* Dishes Plate list view */
.dishPlateListView {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  position: relative;
  margin-bottom: 20px;
}

.listdetaliImageSider {
  display: flex;
  gap: 20px;
}

.listdetaliImageSider .dishesImageSide img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}

.dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishName {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishHighlight {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--site-primary-color);
  margin-bottom: 18px;
}

.dishPlateListView
  .listdetaliImageSider
  .dishesDetailsSide
  .productAvilableDtls
  ul
  li
  .icons {
  font-size: 15px;
  margin-right: 5px;
}

.dishPlateListView
  .listdetaliImageSider
  .dishesDetailsSide
  .productAvilableDtls
  ul
  li
  .text {
  font-size: 14px;
  line-height: 20px;
}

.dishPlateListView
  .listdetaliImageSider
  .dishesDetailsSide
  .productSaveDetails {
  margin-top: 5px;
}

.dishPlateListView .listdetaliImageSider .productSaveDetails .bookmark button {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.checkAndPromote {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  margin-bottom: 20px;
}

.verifyData span img {
  height: 24px;
}

.promoteArea button {
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  padding: 2px 6px;
  line-height: 20px;
  background-color: #fef9ef;
  border: 1px solid #f2ad22;
  color: #f2ad22;
}

.webScanner {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 15px;
}

.scannerImage {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  display: none;
}

.scannerImage img {
  width: 75px;
  height: 75px;
}

.listViewButtonGroup {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  margin-top: 10px;
}

.productAvilableDtls ul li:last-child {
  margin-bottom: 10px;
}

.listViewButtonGroup a button {
  padding: 8px 25px;
  border: 1px solid var(--site-primary-color);
  color: var(--site-primary-color);
  border-radius: 10px;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.4s;
}

.listViewButtonGroup a button.active {
  background-color: var(--site-primary-color);
  color: #fff;
}

.listViewButtonGroup a button:hover {
  background-color: var(--site-primary-color);
  color: #fff;
}

/* Product details Page */
.detailsBannerSlider {
  overflow: hidden;
  width: 100%;
}

.detailsBannerSlider .carousel-item {
  height: 600px !important;
  object-fit: cover;
}

.detailsBannerSlider .carousel-item img {
  height: 600px !important;
  object-fit: cover;
}

.detailsBannerSlider .container {
  min-width: 100%;
  padding: 0;
}

.sliderWrapper {
  position: relative;
  width: 100%;
}

.sliderWrapper .slideButton {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 20px;
  background: #ff3c48;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.sliderWrapper .slideButton:hover {
  background: #404040;
}

.sliderWrapper .slideButton#prev-slide {
  left: 25px;
  /* display: none; */
}

.sliderWrapper .slideButton#next-slide {
  right: 25px;
}

.sliderWrapper .imageList {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  /* gap: 18px; */
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sliderWrapper .imageList::-webkit-scrollbar {
  display: none;
}

.sliderWrapper .imageList .imageItem {
  width: 360px;
  height: 350px;
  object-fit: cover;
}

.detailsBannerSlider .container .sliderScrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  display: none;
}

.sliderScrollbar .scrollbarTrack {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
  display: none;
}

.sliderScrollbar:hover .scrollbarTrack {
  height: 4px;
}

.sliderScrollbar .scrollbarThumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}

.sliderScrollbar .scrollbarThumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.sliderScrollbar .scrollbarThumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

/* .dropdown {
    float: left;
    overflow: hidden;
}

.dropdown-toggle.show,
.dropdown-toggle:focus,
.dropdown-toggle:active {
    outline: none !important;
} */

.languageSelectorDropdown .form-select {
  border-color: transparent !important;
  padding: 5px 10px !important;
  font-size: 16px !important;
}

#offcanvasNavbar {
  display: none;
}

/* Shop Details */
.shopDetails {
  padding: 25px 0px;
  background-color: #fff;
}

.productShopArea {
  display: flex;
  align-items: center;
  gap: 30px;
}

.shopImage {
}

.shopImage img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #00000040;
  background-color: #fff;
  padding: 5px;
  object-fit: cover;
}

.shopName {
  display: flex;
  align-items: center;
  gap: 32px;
}

.shopName h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
}

.shopName .shopStatus {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #61d75f;
}

.shopName .shopStatus::before {
  content: " ";
  position: absolute;
  top: 3px;
  left: -18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #61d75f;
}

.disheHighlight h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--site-primary-color);
  margin: 5px 0px 10px;
}

.productShareArea {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  justify-content: end;
  padding-right: 30px;
}

.productShareArea .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  padding: 10px;
  border: 1px solid #ff3c48;
  background: transparent;
  border-radius: 4px;
  line-height: 0;
  color: #ff3c48;
  transition: 0.4s;
}

.productShareArea .tooltip:hover {
  background: #ff3c48;
  color: #fff;
}

.productShareArea .tooltip.active {
  background-color: #ff3c48;
  color: #fff;
}

.productShareArea .tooltip.active .tooltiptext {
  visibility: visible;
}

.productShareArea .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ff3c48;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  line-height: 18px;
}

.productShareArea .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ff3c48 transparent transparent transparent;
}

.productShareArea .tooltip:hover .tooltiptext {
  visibility: visible;
}

.productDetailsMain {
  padding: 32px 0px;
  border-bottom: 1px solid #cccccc;
}

.aboutProduct {
  padding: 25px 22px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.productHeadings h5 {
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.productHeadings h5::before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #e1e1e1;
}

.productHeadings h5::after {
  content: " ";
  position: absolute;
  top: 30px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--site-primary-color);
}

.aboutProduct p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #797979;
  margin-top: 16px;
  margin-bottom: 0;
}

.foodsTimesBox {
  padding: 25px 22px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-top: 30px;
}

.foodContent .nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.foodContent .nav::before {
  content: " ";
  position: absolute;
  top: 30px;
  left: 0;
  height: 1.5px;
  width: 100%;
  background-color: #e1e1e1;
}

.foodContent .nav::after {
  content: " ";
  position: absolute;
  top: 30px;
  left: 0;
  height: 1.5px;
  width: 50px;
  background-color: var(--site-primary-color);
}

.foodContent .nav-pills .nav-link.active,
.foodContent .nav-pills .nav-link {
  padding: 0;
  background-color: transparent;
  color: #111;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.foodAccordion .accordion .accordion-item {
  border: 1px solid #ff3c48;
  margin-bottom: 14px;
  border-radius: 10px;
}

.foodAccordion .accordion .accordion-item button[aria-expanded="true"] {
  /* border-bottom: 1px solid #FF3C48; */
  background-color: #ff3c48;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.foodAccordion .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #111;
  font-size: 1.15rem;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
}

.foodAccordion .accordion button:hover,
.foodAccordion .accordion button:focus {
  cursor: pointer;
  color: #111;
}

.foodAccordion .accordion button:hover::after,
.foodAccordion .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.foodAccordion .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.foodAccordion .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 16px;
  width: 22px;
  height: 22px;
  background-color: #ff3c48;
  border-radius: 4px;
  color: #fff;
}

.foodAccordion .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.foodAccordion .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 10px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.foodAccordion .accordion button[aria-expanded="true"] {
  color: #03b5d2;
}

.foodAccordion .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.foodAccordion .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 1000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.foodAccordion .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}

.foodAccordion .accordion .accordion-content .menuItemDels {
  padding: 16px;
}

.menuItemDelsCart {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #fff3f3;
  padding: 10px 10px;
}

.borderBottomNone {
  border-bottom: none;
}

.menuImage img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.menuHeadingPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.menuHeadingPrice h5,
.menuHeadingPrice h6 {
  margin-bottom: 0;
}

.menuItemDtlText p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #646464;
}

.menuHeadingPrice h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.menuHeadingPrice h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.amenitiPointsBox {
  padding: 10px;
}

.aminitiPoints {
  display: flex;
  gap: 5px;
  align-items: center;
}

.aminitiPoints span {
  color: #767676;
}

.aminitiPoints span i {
  color: #ff3c48;
}

.mb10 {
  margin-bottom: 10px;
}

.locationMapping {
  padding: 25px 22px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-top: 40px;
}

.longButtonGroups {
  margin-bottom: 30px;
}

.longButtonGroups a button {
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

.longButtonGroups a button i {
  margin-right: 6px;
}

.longButtonGroups a button.orderButton {
  background-color: var(--site-primary-color);
  color: #fff;
  margin-bottom: 16px;
}

.longButtonGroups a button.bigcardButton {
  background-color: #181818;
  color: #fff;
}

.openTimeTable {
  padding: 27px 22px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.textGreen {
  color: #008001;
  font-weight: 600;
}

.timeTable .table td {
  color: #767676;
}

.timeTable .table {
  margin-bottom: 20px;
}

.timeTable h5 {
  font-size: 20px;
  color: #008001;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.productPromo {
  width: 100%;
}

.productPromo img {
  width: 100%;
  border-radius: 10px;
}

.productPromo {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #111;
}

.classifiGroups {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.classifiGroups a .classfiIcon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #373737;
  margin-bottom: 8px;
}

.classifiGroups a .classfiIcon img {
  width: 20px;
  /* height: 20px; */
}

.classifiGroups a {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  color: #111;
}

.classifiedMobile {
  padding: 13px;
  display: none;
}

.showInMobile {
  display: none;
}

.searchInAdvanced {
  margin-bottom: 20px;
}

.searchInAdvanced .mapView button i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--site-primary-color);
}

.searchInAdvanced .mapView button {
  font-size: 15px;
  border: 1px solid var(--site-primary-color);
}

.searchInAdvanced .selectDishCategory .form-select {
  font-size: 15px;
  min-width: 220px;
  border: 1px solid var(--site-primary-color);
}

.searchInAdvanced .selectDishCategory {
  position: relative;
}

.searchInAdvanced .selectDishCategory .listingIconns {
  position: absolute;
  top: 7px;
  right: 10px;
  color: var(--site-primary-color);
  font-size: 18px;
  background-color: #fff;
}

.advancedSearchingPart .searchOnTop {
  display: none;
}

.dsDesktopNotShowThis {
  display: none;
}

.mobileHeader .navbarMobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px #0000001a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobileHeader .navbarMobile .logoSider img {
  height: 40px;
}

.mobileHeader .navbarMobile .iconSeder {
  display: flex;
  align-items: center;
}

.iconSeder .notificationIcon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--site-primary-color);
  font-size: 15px;
  margin-right: 0;
  position: relative;
}

.iconSeder .notificationIcon .notifiDot {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff3f22;
}

.iconSeder .userIcon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--site-primary-color);
  margin: 0px 10px;
}

.iconSeder .addLister {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--site-primary-color);
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selectLocateHeader .form-select {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  border: none;
  width: 135px;
}

.selectLocateHeader label {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-top: -3px;
  color: #535353;
}

.pac-container {
  display: none !important;
}

.selectLocateHeader.position-relative {
  display: none;
}

.dishReview span.dsplayNotshowinMobile {
  display: none !important;
}

.filtersMode.mapView {
  display: none;
}

.locationSearchArea .suggestion-content strong {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
}

.locationSearchArea li.custom-suggestion-item h5 {
  font-size: 17px;
  margin: 5px 0px;
  font-weight: 500;
  color: var(--site-primary-color);
}

.locationSearchArea .custom-suggestion-item {
  padding: 3px 10px !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.otherSearchArea .dropdown-list li {
  padding: 4px 10px !important;
  font-size: 14px;
}

.countryCity li.custom-suggestion-item.lightDarkPurple {
  background: var(--site-secondary-color) !important;
  color: #161616;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 500;
  vertical-align: middle;
  padding: 10px !important;
}

.custom-dropdown.countryCity {
  width: 270px;
  padding: 10px !important;
  border-radius: 10px;
  /* margin-top: 5px !important; */
}

.listdetaliImageSider .dishesImageSide {
  position: relative;
  height: 100%;
}

.countryDropIcon {
  width: 20px;
}

.dropdown.otherSearchArea .dropdown-menu {
  padding: 0px;
}

.dropdown-list {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  max-height: 222px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-list li {
  padding: 10px;
  cursor: pointer;
}

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

.liveBigDotSupport2 ul.dropdown-menu {
  /* max-height: 300px; */
  max-height: 325px;
  overflow-y: scroll;
  margin-top: 5px !important;
  width: 350px;
  padding: 10px !important;
  overflow-x: hidden;
}

.liveBigDotSupport2 ul.dropdown-menu li a.dropdown-item {
  padding: 8px 10px !important;
  cursor: pointer;
  border-bottom: 1px dashed #cbcbcb;
  border-radius: 0px;
}

.liveBigDotSupport2 ul.dropdown-menu li a.dropdown-item span {
  margin-left: 0.5rem !important;
}

.liveBigDotSupport2 .input-group-prepend .input-group-text {
  padding: 12px;
  background-color: #ffffff;
  border: 1px #3a1593 solid;
  border-radius: 10px !important;
}

.liveBigDotSupport2 .form-control {
  background-color: #ffffff !important;
  font-size: clamp(13px, 1vw, 14px);
  border: 1px #3a1593 solid;
  border-radius: 10px !important;
  margin-left: 5px !important;
}

.bigDotButtonsSide ul.dropdown-menu {
  max-height: 325px;
  overflow-y: auto;
  margin-top: 5px !important;
  width: 250px;
  padding: 10px !important;
  overflow-x: hidden;
}

.bigDotButtonsSide ul.dropdown-menu li a.dropdown-item {
  padding: 8px 10px !important;
  cursor: pointer;
  border-bottom: 1px dashed #cbcbcb;
  width: 100%;
  border-radius: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000 !important;
}

.countrySelectorDropdown a#dropdownMenuLink {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  max-width: 150px;
}

.filterBox .checkbox.form-check-input {
  background-color: #fb5607;
  border-color: #fb5607;
  margin-right: 10px;
}

.locationSearchIcon img {
  filter: invert(44%) sepia(82%) saturate(2886%) hue-rotate(347deg)
    brightness(98%) contrast(93%);
}

.textSider {
  cursor: pointer;
}

.cardsOfferInfo {
  color: var(--site-primary-color);
}

.voucherBtn {
  color: #ffffff;
  background-color: #fb5607;
  border-color: #fb5607;
}

.offerHeading {
  font-size: 20px;
}

/* Support Modal CSS */

.SupportContainer {
  padding: 20px !important;
}

.cHeaderRight span {
  position: absolute;
  right: 20px;
  top: 32px;
  background: #3a1593;
  padding: 10px;
  color: #fff;
}

.mycityBgColor2 {
  color: #373737;
  font-size: 20px;
  margin-bottom: 10px;
}

.countryCode.searchLocation form.row.mb25 {
  margin-top: 20px;
}

.mobileViewHeader .iconSeder {
  align-items: center;
}

.BigDotData table,
th,
td {
  border: 1px #3a1593 solid;
  border-collapse: collapse;
  padding: 8px;
  font-weight: normal;
  font-size: 13px;
  color: #000;
  text-align: left;
}

table.BigDotData {
  width: 100%;
}

.BigDotSupport1 img {
  width: 125px;
  margin: 10px 0px 25px;
}

/* Support Modal CSS */

/* header css start here */

.bigDotSignup {
  margin-left: 48px;
  margin-right: 125px;
  position: absolute;
  right: 400px;
  top: 50%;
  transform: translateY(-50%);
}

li.bigDotListing.smallScreenOff {
  position: absolute;
  right: 370px;
  top: 50%;
  transform: translateY(-50%);
}

.mobileViewHeader {
  position: absolute;
  right: 0px;
}

.logoSider .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  position: relative;
}

li.bigDotListing.smallScreenOff a.nav-link {
  padding: 0px;
}

/* header css end here */

/* wedding collections css start here */

.instaCitiTopHeaderSection {
  background: #ce3782;
  color: #fff;
  font-size: 12px;
  padding: 6px 0px;
}

.instaCitiUnderLeft {
  text-align: right;
}

.instaCitiUnderLeft span {
  margin-left: 10px;
}

.instaCitiMenuSection {
  padding: 8px 0px;
  background: #ffe4e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=1);
  box-shadow: 0px 10px 10px 0px #00000026;
  position: relative;
  z-index: 5;
}

.logoSet img {
  width: 50px;
}

.logoSet span {
  position: relative;
  top: 9px;
  left: -20px;
}

.instaLoginHere {
  text-align: right;
  position: relative;
  top: 4px;
}

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

.instaLoginHere p {
  font-size: 11px;
  position: relative;
  top: 3px;
}

.instaCitiMenu {
  justify-content: center;
  display: flex;
  margin-top: 5px;
  text-transform: capitalize;
}

.topnav {
  overflow: hidden;
  /*background-color: #333;*/
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 13px;
}

.topnav .icon {
  display: none;
}

.dropdown .dropbtn {
  font-size: 13px;
  border: none;
  outline: none;
  color: #000;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: capitalize;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.dropdown-content a {
  float: none;
  color: #2420ca;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #bd0c0c;
  color: white;
  transition: all 0.5s ease-out 0s;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
  transition: all 0.5s ease-out 0s;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dpCustomWidth i {
  width: 15px;
  height: 15px;
  text-align: center;
  color: #ce3782;
}

.dropdown,
.dropup {
  position: static;
}

.btn-default {
  color: #fff;
  background-color: #28acce;
  border-radius: 0;
  padding: 7px 20px;
  font-size: 12px;
  border: 0px;
  display: inline-block;
}

.btn-default:hover {
  transition: all 0.5s ease-out 0s;
  background-color: #2bd3ff;
  color: #fff;
}

.DpBground {
  background: url(http://resources.manikworks.com/instaportalimg/bridleweresee.jpg);
  background-size:
    100% 100%,
    cover;
}

.dpCustomWidth {
  width: 100%;
  left: 0;
}

.instaDpArrow:before {
  content: "\f0dd";
  width: 0;
  height: 0;
  position: absolute;
  color: #ce3782;
  font: normal normal normal 14px/1 FontAwesome;
  top: -18px;
  font-size: 30px;
  left: 43%;
}

.dpCustomWidth ul {
  width: 50%;
  float: left;
  padding: 20px 0px;
  margin: 0px;
}

.dpCustomWidth h4 {
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  color: #ce3782;
  font-size: 16px;
}

.instaDpArrow a:hover {
  transition: all 0.5s ease-out 0s;
  padding-left: 5px;
}

.instaCitiRegisterArea {
  width: 100%;
  float: left;
  border-top: 1px #ff7cf0 solid;
}

.regsterOne {
  width: 50%;
  float: left;
  text-align: left;
  padding: 14px 10px;
  font-size: 11px;
}

.regsterOne a {
  text-align: left;
}

.regsterTwo {
  width: 50%;
  float: left;
  text-align: right;
  padding: 14px 20px;
  color: #ff0000;
  font-size: 11px;
}

.regsterTwo a {
  text-align: right;
}

/* Styling the header */
.weddingHeaderSection {
  position: relative;
  background-image: url("https://dkzxkcjlbnjui.cloudfront.net/uploads/media/images/wedding-collection.jpg");
  /* Replace with the image's path */
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  height: 450px;
  color: white;
  padding: 100px 20px;
}

.giftflowerHeaderSection {
  position: relative;
  background-image: url("https://www.wenghoa.com/wp-content/uploads/2022/06/BLOG-02.png");
  /* Replace with the image's path */
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  height: 450px;
  color: white;
  padding: 100px 20px;
}

.partycelebrateHeaderSection {
  position: relative;
  background-image: url("https://cf.ltkcdn.net/celebrations/parties/images/orig/341607-1600x1066-birthday-party-names-1001540940.jpg");
  /* Replace with the image's path */
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  height: 450px;
  color: white;
  padding: 100px 20px;
}

.weddingHeaderSection .weddingHeaderHeading {
  font-size: 64px;
}

.weddingHeaderSection .weddingHeaderText {
  font-size: 14px;
  margin-bottom: 0px;
}

.weddingHeaderSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1603e;
  opacity: 0.5;
  z-index: 1;
}

.weddingHeaderSection * {
  position: relative;
  margin-top: 10px;
}

.weddingHeaderSection .searchBar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 12px;
  background: #fff;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
  color: white;
}

.weddingHeaderSection .searchBar .locationBox {
  display: flex;
  align-items: center;
  background: #ffe4e1;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.weddingHeaderSection .searchBar .locationBox i {
  font-size: 18px;
  color: #ff6f61;
  margin-right: 8px;
}

.weddingHeaderSection .searchBar .locationBox span {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}

.weddingHeaderSection .searchBar input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  padding: 10px 20px;
  background: transparent;
}

.weddingHeaderSection .searchBar input::placeholder {
  color: #aaa;
}

.weddingHeaderSection .searchBar button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ff6f61;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.weddingHeaderSection .searchBar button i {
  font-size: 18px;
}

.weddingCategoryCards {
  padding: 40px 20px;
}

.weddingCategoryCards .categoryCardOne {
  display: flex;
  align-items: center;

  border-radius: 10px;
  margin: 20px 0;
}

.photographersCard {
  background-color: #ffe8e0;
}

.venuesCard {
  background-color: #ffefce;
}

.makeupCard {
  background-color: #d4bbd0;
}

.bridalWearCard {
  background-color: #c6e8e4;
}

.groomWearCard {
  background-color: #e0b669;
}

.jewelleryCard {
  background-color: #f2d8d4;
}

.weddingCategoryCards .categoryCardOne img {
  width: 250px;
  height: 175px;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 84% 100%, 30% 100%, 0 100%, 0 0);
  margin-right: 20px;
}

.weddingCategoryCards .categoryCardOne .categoryCardHeading {
  font-size: 22px;
}

.weddingCategoryCards .categoryCardOne .categoryCardPara {
  font-size: 16px;
}

.weddingCategoryCards .categoryCard h5 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.weddingCategoryCards .categoryCard p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  color: #555;
}

.weddingCategoryCards .categoryHeading {
  color: #aeaeae;
  font-size: 20px;
}

/* wedding collections css end here */

.cursorPointer {
  cursor: pointer;
}

div#offcanvasBottom {
  height: 60vh;
  width: 500px;
  margin: auto;
  border-radius: 20px 20px 0 0;
}

.offcanvas-backdrop {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.countryDropdownText {
  font-size: 14px;
}

.fi {
  border-radius: 3px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--site-primary-color) !important;
}

.noRecordFound img {
  width: 350px !important;
}

.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value {
  background-color: var(--site-secondary-color) !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-selected.ng-option-marked {
  background-color: var(--site-secondary-color) !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--site-secondary-color) !important;
}

.portalHeaderLogo {
  /* width: 150px; */
  height: 46px;
  cursor: pointer;
}

.form-control {
  padding: 10px 10px;
  border-radius: 10px;
  font-size: clamp(12px, 1vw, 14px) !important;
}

.mobileViewHeader .mobileHeaderLogo {
  display: none;
}

.foodContent .accordion-button::after {
  display: none;
}

.foodContent .accordion-button .icon-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.foodContent .accordion-button .toggle-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.foodContent .accordion-button.collapsed .toggle-icon {
  content: "\f067";
}

.foodContent .accordion-button:not(.collapsed) .toggle-icon {
  content: "\f068";
}

.foodContent .accordion-item {
  border: 0px !important;
  margin-bottom: 10px;
}

.foodContent .accordion-item button.accordion-button {
  justify-content: space-between;
  background: var(--site-primary-color);
  color: #fff !important;
  border-radius: 10px !important;
}

.timeTable {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 15px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 15px !important;
  border: 1px solid #ddd;
  min-width: 90px;
  text-align: left;
}

.table thead {
  background-color: #f4f4f4;
  position: sticky;
  top: 0;
  z-index: 1;
}

.table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table tr:hover {
  background-color: #f1f1f1;
}

/* Header Issue Fixed */

/* Header Issue Fixed */
/* Tablet Header UI */

/* Tablet Header UI */
.touristSection .card.touristBox img.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.HeadingSection img {
  width: 30px;
  margin-bottom: 5px;
}

.HeadingSection h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* .BigDotProfessional {
    position: fixed;
    right: 0px;
    top: 50%;
    display: flex;
    align-items: center;
    background-color: #d00250;
    z-index: 1;
    padding: 10px 20px 10px 20px;
    border-radius: 100px 0px 0px 100px;
    transform: translateY(-50%);
    cursor: pointer;
} */
/*
.BigDotProfessional i {
    font-size: 22px;
    color: #fff;
    margin-right: 15px;
}

.BigDotProfessional p.mb-0 {
    font-size: 14px;
    color: #fff;
}

.BigDotProfessional h3 {
    font-size: 18px;
    color: #fff;
} */

.fontPageLeftPanel.Professional .tabPartwithHeading .tagButton {
  background: #f0e4ff;
}

/*
.BigDotProfessional.Business {
    background-color: #7c0ab1;
} */

.highlightsBand span {
  color: var(--site-primary-color);
  border-bottom: 1px dashed grey;
  font-weight: 500;
  margin-right: 10px;
  cursor: pointer;
}

.cMenu {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  max-height: 500px;
}

.cMenu ul {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1000;
  text-transform: uppercase;
  box-shadow: 2px 2px 4px 0px #ccc;
  -webkit-box-shadow: 2px 2px 4px 0px #ccc;
  -moz-box-shadow: 2px 2px 4px 0px #ccc;
  -ms-box-shadow: 2px 2px 4px 0px #ccc;
  -o-box-shadow: 2px 2px 4px 0px #ccc;
}

.cMenu li,
.cMenu li li {
  display: block;
  list-style: none;
}

.cMenu li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px 15px;
  border-bottom: solid 1px #ededed;
  cursor: pointer;
}

.cMenu li a .categoryIcons {
  /* filter: invert(11%) sepia(85%) saturate(5909%) hue-rotate(335deg) brightness(94%) contrast(105%); */
  padding-right: 10px;
  width: 35px;
}

.mapviewCard {
  width: 280px;
  height: auto;
}

.mapviewCard h3 {
  font-size: 18px;
}

.mapviewCard img {
  height: 110px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* bigdot mart css start here */
.trendingCategories h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.trendingCategories {
  /* padding: 0px 5%; */
  margin-top: 10px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}

.trendingCategories ul {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.trendingCategories ul li a {
  border-bottom: 2px dashed;
  text-decoration: none;
  color: #e53935;
  font-size: 16px;
  font-weight: 300;
}

.trendingCategories ul li {
  display: inline-block;
}

.trendingCategories ul li {
  display: inline-block;
  margin-left: 15px;
}

.height490 img.img-fluid.bannerImg1 {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  border-radius: 10px;
  object-fit: cover;
}

.height490 img.img-fluid.bannerImg2 {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  object-fit: cover;
}

.searchProducts {
  padding: 50px 20px;
  background: #ffeaeb;
  margin-top: 30px;
  border-radius: 10px;
}

.searchProducts p {
  margin-bottom: 20px;
}

.searchProducts h3 {
  font-size: 18px;
  font-weight: 600;
}

.searchProducts .input-group {
  height: 45px;
}

.searchProducts .input-group input.form-control {
  border-radius: 10px;
  border-right: 0px;
}

.searchProducts span.input-group-text {
  background: #fff;
  border-radius: 10px;
}

.searchProducts button.btn {
  background: #e53935;
  width: 100%;
  color: #ffff;
  padding: 10px;
  border-radius: 10px;
}

.searchProductsImg img {
  width: 100%;
  min-height: 215px;
  border-radius: 10px;
}

.searchProductsImg {
  margin-top: 30px;
}

.customGapping img.sectionImg {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 10px;
}

.customGapping .card {
  border-radius: 15px;
}

.sectionGroupImg img.sectionImg {
  width: 100%;
  height: 200px;
  transition: all 0.7s;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 10px;
}

.sectionGroupImg img.sectionImg:hover {
  transform: scale(1.1);
}

.sectionGroupImg {
  overflow: hidden;
}

.sectionGroupImg span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.sectionGroupImg h4 {
  font-size: 18px;
  color: #000;
  text-align: center;
}

.card.shopByOccasions {
  border-radius: 160px 160px 10px 10px;
  overflow: hidden;
}

.card.shopByOccasions img.groupImg {
  width: 100%;
  transition: all 0.7s;
}

.card.shopByOccasions span {
  overflow: hidden;
  position: relative;
}

.card.shopByOccasions img.groupImg:hover {
  transform: scale(1.1);
}

.card.shopByOccasions h3 {
  text-align: center;
  font-size: 18px;
  margin: 10px 0px;
}

.customGapping .home-demo {
  margin-top: 20px;
}

.customGapping .home-demo .item img {
  border-radius: 15px;
}

.customGapping .home-demo .owl-nav {
  display: none;
}

.customGapping .home-demo .owl-dots {
  margin-top: 10px;
  margin-bottom: 50px;
}

.customGapping {
  padding-left: 5%;
  padding-right: 5%;
}

.purpleLightBoxShadow {
  box-shadow: 0px 10px 20px rgba(218, 203, 255, 0.25);
}

.secondaryBtnBgColor {
  background-color: var(--Secondary_BtnBgColor) !important;
}

.customGapping .carousel-inner img {
  width: 100%;
  max-height: 540px !important;
  object-fit: cover !important;
  min-height: 550px;
  border-radius: 10px;
}

.width51 {
  width: 51px;
  height: 51px;
  border-radius: 50%;
}

.removeIcon {
  background-image: none;
}

.redDarkBg {
  background-color: #e53935;
}

.height490 img.img-fluid.bannerImg2 {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
}

.mobileView {
  display: none;
}

.darkPinkBg {
  background-color: #e53935;
}

.customGapping .contain {
  margin-top: 30px;
}

.customGapping .contain .owl-nav {
  display: none;
}

.customGapping .contain .owl-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}

.customGapping .contain .item img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 15px;
}

/* Product Page from seller css start here */

.productOccasion img.img-fluid {
  width: 100%;
  border: 8px solid #eeeeee;
  border-radius: 100%;
  padding: 10px;
  height: 200px;
  object-fit: cover;
}

.productOccasion h2 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 4px;
}

.productOccasion button.browseProducts.btn {
  background: #e53935;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  padding: 7px 20px;
}

.productOccasion {
  /* border: 5px solid #eeee; */
  text-align: center;
}

.wishWhiteHeart {
  position: absolute;
  top: 10px;
  right: 10px;
}

.wishWhiteHeart img.heart-icon-size {
  width: 25px;
}

.productItemBox .productList .productImg img.img-fluid {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.7s;
  border-radius: 10px;
}

.productItemBox .productList .productImg img.img-fluid:hover {
  transform: scale(1.1);
}

.productItemBox .productList .productImg {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.productItemBox .productList .nullProdName {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.productItemBox .productList .priceOffer {
  display: flex;
  align-items: center;
}

.productItemBox .productList .prodPrice {
  font-size: 16px;
  font-weight: 500;
}

.productItemBox .productList .listPrice {
  font-size: 14px;
  color: rgba(136, 136, 136, 0.6);
  margin-left: 6px;
  font-weight: 500;
  display: inline-block;
  text-decoration: line-through;
}

.productList .discountPrice {
  margin-left: 6px;
  color: #ffa500;
  font-size: 14px;
  font-weight: 500;
}

.productList .startImgCount {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 6px;
  min-height: 24px;
}

.productItemBox .productList .startImgCount .starImgNum {
  background: #4caf50;
  border-radius: 5px;
  padding: 3px 6px;
  width: 46px;
  height: 22px;
  display: flex;
  align-items: center;
}

.productItemBox .productList .startImgCount .starImgNum .starImage {
  color: #ffffff;
  background-color: #fff;
  -webkit-clip-path: polygon(
    50% 0,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  height: 14px;
  width: 14px;
}

.productItemBox .productList .startImgCount .starImgNum .starNum {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding-left: 4px;
}

.productItemBox .productList .startImgCount .starCount {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-left: 15px;
  color: #197889;
  text-transform: capitalize;
}

.productItemBox .productList {
  border: 1px solid #cacaca;
  border-radius: 10px;
}

.productCard .productImage img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.productCard .productInfo {
  flex: 1;
}

.productCard .seller a {
  color: #e53935;
  text-decoration: none;
}

.productCard .rating {
  margin: 10px 0;
  font-size: 14px;
}

.productCard .tag.bestSeller {
  background: #e53935;
  color: white;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 4px;
  font-size: 12px;
}

.productCard .price {
  margin: 15px 0;
  font-size: 18px;
}

.productCard .discountedPrice {
  color: #e53935;
  font-weight: bold;
}

.productCard .originalPrice {
  text-decoration: line-through;
  color: gray;
  margin: 0 10px;
}

.productCard .offer {
  color: green;
}

.servings button,
.delivery button {
  margin: 5px 5px 10px 0;
  padding: 8px 12px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.servings button:hover,
.delivery button:hover {
  background: #e53935;
  color: white;
}

.productCard .messageInput {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.productCard .addToCart {
  width: 100%;
  padding: 12px;
  background: #e53935;
  color: white;
  font-size: 16px;
  border: none;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}

.productCard .addToCart:hover {
  background: #e53935;
}

.productCard .description {
  margin-top: 20px;
  font-size: 14px;
}

.productCard.customGapping {
  margin-top: 20px;
}

.productCard .prodGroupImg img.img-fluid {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  height: auto;
}

.OtherSellersSection {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.OtherSellersSection .otherSellers {
  margin-bottom: 16px;
}

.OtherSellersSection .marketplaceName {
  color: #e53935;
  font-weight: 500;
}

input[formcontrolname="searchtext"] {
  padding-right: 55px !important;
  padding-left: 70px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.OtherSellersSection .productName,
.availability {
  margin: 4px 0;
}

.home-demo {
  margin-top: 20px;
}

.OtherSellersSection .checkNow {
  color: #e53935;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}

.OtherSellersSection .addToWishlist {
  width: 100%;
  padding: 8px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
}

.OtherSellersSection .offers {
  background-color: #f9f9f9;
  margin-bottom: 16px;
  font-size: 14px;
}

.OtherSellersSection .promotedProduct {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}

.OtherSellersSection .productImage {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 10px;
}

.OtherSellersSection .productInfo {
  flex: 1;
}

.productInfo h2 {
  font-size: 22px;
}

.OtherSellersSection .productTitle {
  margin: 0;
  font-weight: 500;
}

.OtherSellersSection .productPrice {
  float: right;
  color: #000;
}

.OtherSellersSection .bakeryLink {
  text-decoration: none;
  color: #e53935;
  font-size: 14px;
}

.breadcrumbContainer {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
}

.breadcrumbLink {
  color: #888;
  text-decoration: none;
}

.breadcrumbLink:hover {
  text-decoration: underline;
}

.breadcrumbSeparator {
  margin: 0 5px;
  color: #888;
}

.breadcrumbCurrent {
  color: #e53935;
  font-weight: 500;
}

.cartoffcanvas .cakeCard {
  display: flex;
}

.cartoffcanvas .cakeImage img {
  width: 150px;
  height: 190px;
  border-radius: 10px;
  object-fit: cover;
}

.cartoffcanvas .cakeDetails {
  margin-left: 16px;
  flex: 1;
}

.cartoffcanvas .cakeTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
}

.cartoffcanvas .cakeVendor {
  font-size: 14px;
  color: #777;
  margin: 0 0 0px;
}

.cartoffcanvas .cakeRating {
  font-size: 14px;
  margin-bottom: 0px;
}

.cartoffcanvas .ratingCount {
  color: #111111;
  margin-left: 4px;
}

.cartoffcanvas .cakePriceSection {
  margin-bottom: 10px;
}

.cartoffcanvas .cakePrice {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right: 8px;
}

.cartoffcanvas .cakeOriginalPrice {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  margin-right: 8px;
}

.cartoffcanvas .cakeDiscount {
  font-size: 14px;
  color: #e53935;
  font-weight: 600;
}

.cartoffcanvas .addToCartButton {
  background-color: #e53935;
  color: #fff;
  border: none;
  padding: 8px 5px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
}

.cartoffcanvas .addToCartButton:hover {
  background-color: #e53935;
}

.cartoffcanvas {
  width: 500px;
}

.cartoffcanvas .badgeWrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  border-bottom: 1px solid #bbbbbb;
  padding: 5px 0px;
  margin-bottom: 5px;
}

.cartoffcanvas .bestSellerBadge {
  background-color: #e53935;
  color: white;
  padding: 0px 8px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
}

.cartoffcanvas .badgeCategory {
  color: #333;
  font-size: 14px;
}

.cartoffcanvas .productImage img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.cartoffcanvas .productInfo h3.productTitle {
  font-size: 18px;
  margin-bottom: 2px;
}

.cartoffcanvas .productInfo p.storeName {
  margin-bottom: 2px;
}

.cartoffcanvas span.rating {
  color: #f2ad22;
  font-size: 18px;
}

.cartoffcanvas .productborder {
  border-bottom: 1px dashed #b5b5b5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cartoffcanvas .cakeCard {
  display: flex;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 20px;
}

/* Product Page from seller css end here */

/* cart page css start here */

.addonSection {
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background: #ffe6d7;
}

.addonSection .addonTitle {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 500;
  color: #0e4d64;
}

.addonSection .addonItem {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.addonSection .addonItem img {
  width: 100% !important;
  height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.addonSection .addonName {
  font-size: 1.1em;
  margin: 10px 0 0px;
  color: #848484;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.addonSection .addonPrice {
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.addonSection .addonBtn {
  padding: 8px 15px;
  color: #0e4d64;
  border: 1px solid #0e4d64;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.addonSection .addonBtn:hover {
  border: 1px solid #0e4d64;
}

.addonSection .owl-nav span {
  background: #0e4d64;
  font-size: 35px;
  padding: 5px 10px;
  color: #fff;
  width: 40px;
  border-radius: 100px;
  display: inline-block;
  height: 40px;
  line-height: 20px;
}

.addonSection .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.addonSection .owl-nav button.owl-prev {
  top: 50%;
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
}

.addonSection .owl-nav button.owl-prev:hover,
.addonSection .owl-nav button.owl-next:hover {
  background-color: transparent;
}

.addonSection .owl-carousel .owl-dots.disabled,
.addonSection .owl-carousel .owl-nav.disabled {
  display: block;
}

.itemSummary {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  margin-top: 20px;
}

.itemSummary .itemCard {
  display: flex;
  justify-content: space-between;
}

.itemSummary .itemImage img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.itemSummary .itemDetails {
  flex-grow: 1;
  margin-left: 12px;
}

.itemSummary .itemTitle {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.itemSummary .itemVendor {
  font-size: 12px;
  color: #999;
  margin: 0px;
}

.itemSummary .vendorLink {
  color: #e53935;
  text-decoration: none;
  font-weight: 600;
}

.itemSummary .itemPrice {
  font-size: 14px;
  color: #000;
  margin: 0px;
}

.itemSummary .originalPrice {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  margin-left: 8px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}

.itemSummary .itemWeight {
  font-size: 12px;
  color: #666;
  margin-bottom: 0px;
}

.itemSummary .deleteButton {
  background: none;
  border: 1px solid #e53935;
  color: #e53935;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.itemSummary .quantitySelector {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #e53935;
  border-radius: 10px;
  padding: 4px 8px;
  width: 100px;
}

.itemSummary .quantitySelector button {
  background: none;
  border: none;
  color: #e53935;
  font-size: 19px;
  cursor: pointer;
  width: 40px;
}

.itemSummary .itemActions {
  text-align: center;
}

.itemSummary .quantity {
  font-size: 14px;
  color: #e53935;
}

.itemSummary .messageInput {
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
}

.itemSummary h3 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.cartSummary {
  width: 100%;
  max-width: 350px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.cartSummary .cartHeader {
  padding: 14px;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
}

.cartSummary .cartBody {
  padding: 16px;
}

.cartSummary .cartRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}

.cartSummary .cartTotalRow {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 20px;
}

.cartSummary .placeOrderBtn {
  width: 100%;
  padding: 10px;
  background-color: #e53935;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  font-size: 16px;
}

.cartSummary .placeOrderBtn:hover {
  background-color: #e53935;
}

.instaCitiTopweddingHeaderSection {
  padding: 15px 0px;
}

/* cart page css end here */

.sellerHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sellerHeader .logoContainer {
  flex: 0 0 auto;
}

.sellerHeader .logoContainer .sellerLogo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #aaaaaa;
  margin-top: 20px;
}

.sellerHeader .sellerInfo {
  flex-grow: 1;
  padding-left: 15px;
}

.sellerInfo .sellerName {
  font-size: 22px;
  margin: 0;
}

.sellerHeader .sellerInfo .sellerTags {
  margin-top: 5px;
}

.sellerHeader .sellerInfo .sellerTags .bestSellerTag {
  background-color: red;
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 5px;
}

.customGapping .sellerTags .categoryTag {
  color: gray;
  font-size: 12px;
}

.customGapping .ratingContainer {
  text-align: right;
}

.customGapping .ratingContainer .ratingValue {
  font-weight: bold;
  font-size: 16px;
  margin-right: 5px;
}

.customGapping .ratingContainer .starIcons {
  color: gold;
  margin-right: 5px;
}

.customGapping .ratingContainer .ratingCount {
  color: gray;
  font-size: 12px;
}

.searchBarContainer.customGapping {
  margin-bottom: 20px;
}

.categoryGroupImg img.img-fluid {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
}

.dashedUnderline {
  /* border-bottom: 1px dashed #000; */
  display: inline-block;
  padding-bottom: 2px;
}

.languageSelectorDropdown {
  border-radius: 50px;
  border: 1px solid #dcdcdc;
  float: left;
  overflow: hidden;
  width: 110px;
}

.languageSelectorDropdown.form-select {
  border: none;
}

.countrySelectorDropdown {
  /* float: left; */
  /* overflow: hidden; */
  border: 1px solid #dcdcdc;
  border-radius: 100px;
}

/* kanchan add css beauty live portal */

/* Hero Section */
.beautyHeaderDesktop {
  background-color: transparent !important;
  position: absolute;
  border: 0px;
  width: 100%;
  z-index: 1;
}

.heroSection {
  background: linear-gradient(135deg, #c4dbff 0%, #e2c6e4 50%, #ffffff 100%);
  min-height: 500px;
  padding: 80px 0 60px;
  overflow: hidden;
}

.textAlignment {
  padding: 40px 8px;
}

.cabinetText {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 65px);
  line-height: 1.2;
  color: #000000;
  margin: 0;
  background: linear-gradient(
    102.38deg,
    #e11753 6.28%,
    #e8628a 39.32%,
    #cb406a 55.84%,
    #789ce3 72.36%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.playfairText {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(36px, 5.5vw, 75px);
  line-height: 1.2;
  color: #e91e63;
  margin: 0;
  font-style: italic;
}

.searchContainer {
  max-width: 600px;
}

.searchBox {
  border-radius: 50px;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.searchBtnBeauty {
  border-radius: 50px !important;
  padding: 8px 25px;
  background-color: #e11753;
  color: #fff;
  border: none;
}

.beautyIllustration {
  text-align: end;
}

.beautyIllustration img {
  max-width: 100%;
  height: auto;
}

/* Services Section */
.servicesSection {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 10px 20px;
}

.servicesTitle {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.servicesGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 100%;
}

.serviceCard {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  cursor: pointer;
  background: white;
  margin-bottom: 15px;
}

.serviceCard:hover {
  transform: translateY(-2px);
}

.serviceImageContainer {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.serviceImageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceLabel {
  position: absolute;
  bottom: 8px;
  left: 5%;
  /* This creates 5% space on left (half of the 10% remaining space) */
  background: #e11753;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  /* Center alignment */
  width: 90%;
  /* Keep 90% width */
  text-align: center;
  /* Center text inside */
  box-sizing: border-box;
  /* Include padding in width calculation */
}

/* Packages Section */
.packagesSection {
  background-color: #f8f9fa;
}

.packageCard .card-body {
  padding: 10px;
}

.packageCard .card-body h5 {
  margin: 0px 10px;
}

.packageCard {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.packageCard:hover {
  transform: translateY(-5px);
}

.packageImageContainer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
}

.packageImageContainer img {
  width: 100%;
  object-fit: cover;
}

/* Salon Cards Section */
.salonSection {
  padding: 40px 0px;
}

.sectionHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.sectionTitle {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.viewAllLink {
  font-size: 14px;
  color: #000;
  text-decoration: underline dotted !important;
}

.salonGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.salonCard {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.salonCard:hover {
  transform: translateY(-5px);
}

.cardImageContainer {
  height: 180px;
  overflow: hidden;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardBody {
  padding: 20px;
}

.salonName {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.salonCategory {
  font-size: 14px;
  color: #e11753;
  margin-bottom: 10px;
}

.locationInfo,
.hoursInfo {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.locationIcon {
  margin-right: 6px;
  color: transparent;
  -webkit-text-stroke: 1px #e11753;
}

.clockIcon {
  margin-right: 6px;
  color: transparent;
  -webkit-text-stroke: 1px #e11753;
}

.serviceTags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.serviceTag {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #3313b4;
  text-decoration: overline;
}

.placeholderText {
  color: #6c757d;
  font-size: 14px;
  text-align: center;
}

/* For Real state bigdot live Real state added by Kanchan */

/* .realEstateHeader {
    background: linear-gradient(38deg, #eab027 22%, #FF9800 75%);
} */

.realEstateHeroSection {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 50px;
}

.realEstateHeroSection .heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures video covers like background */
  z-index: -1;
  /* keep video behind content */
}

.realEstateHeroSection .heroContent {
  position: relative;
  z-index: 1;
  /* ensure content appears above video */
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* .realEstateHeroSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://dkzxkcjlbnjui.cloudfront.net/uploads/media/images/real-estate-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 1;
  filter: blur(2px);
} */

.realEstateHeroSectionWithBgImage {
  background: url("https://dkzxkcjlbnjui.cloudfront.net/uploads/media/images/realestate-hero-image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}

/* Add overlay for better text readability */
.realEstateHeroSectionWithBgImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(248, 249, 250, 0.9) 0%,
    rgba(233, 236, 239, 0.8) 100%
  );
  pointer-events: none;
}

.no-data-message {
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-top: -5px;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 0px !important;
}

.realEstateHeroContent {
  position: relative;
}

/* .realEstateHeader {
  background: linear-gradient(358deg, #00128c, #1759cf);
}

.realEstateHeader .bigDotSignup a {
  color: #ffffff;
}

.realEstateHeader .nav-link {
  color: #ffffff;
} */

.realEstateHeroTitle {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-weight: 700;
  color: #f03511;
  margin-bottom: 1rem;
  margin-top: 25px;
  color: linear-gradient(90deg, #7065f0 0%, #140994 100%);
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  text-fill-color: transparent;
  text-transform: capitalize;
  font-size: 48px;
  background: #f7d001fa;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 20px;
}

.realEstateHeroSubtitle {
  font-family: var(--site-primary-font);
  color: #ffffff;
  margin-bottom: 2.5rem;
  font-size: 32px;
  line-height: 60px;
  text-transform: capitalize;
  background: #f03613;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 20px;
}

.landingPagePropertySearchCard {
  max-width: 800px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 2rem;
  position: relative;
  margin: 24px;
}

.landingPagePropertySearchCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /* background: linear-gradient(90deg, #7065f0 0%, #140994 100%); */
}

.headerIcons .text-dark i {
  font-size: 20px !important;
}

.realStatelandingPageSearchTabsNav {
  border: none;
  margin-bottom: 2rem;
}

.realStatelandingPageSearchTabsNav .nav-link {
  border: none;
  background: transparent;
  color: var(--site-text-color);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.realStatelandingPageSearchTabsNav .nav-link:hover {
  background-color: #dfdeed;
  color: #000;
}

.realStatelandingPageSearchTabsNav .nav-link.active {
  background-color: #463bc6;
  color: #ffffff;
  font-weight: 600;
}

.realStateLandingPageSearchInput {
  width: 100%;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 14px;
  color: #495057;
  margin-bottom: 1.5rem;
}

.realStateLandingPageSearchInput::placeholder {
  color: #6c757d;
  font-size: 15px;
}

.realStateLandingPageSearchInput:focus {
  border-color: var(--site-primary-color);
  outline: none;
  box-shadow: 0 0 0 3px #f6f5ff;
}

.realStateLandingPageFormGroup {
  margin-bottom: 1.5rem;
}

.realStateLandingPageFormGroup label {
  font-weight: 500;
  color: var(--site-text-color);
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.realStateLandingPageCustomSelect {
  width: 100%;
  padding: 10px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 15px;
  color: var(--site-text-color);
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}

.realStateLandingPageCustomSelect:focus {
  border-color: var(--site-primary-color);
  outline: none;
  box-shadow: 0 0 0 3px #f6f5ff;
}

.reaStatelandingPageSearchButton {
  background-color: var(--site-primary-color);
  border: none;
  color: #ffffff;
  padding: 0.875rem 3rem;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(73, 99, 216, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reaStatelandingPageSearchButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #aaa8c1;
  background: linear-gradient(135deg, #756fc1, #7065f0);
}

.landingPageDecorativeElement {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--site-secondary-color), transparent);
  border-radius: 50%;
  opacity: 0.5;
}

.landingPageDecorativeElement1 {
  top: 10%;
  right: 10%;
  animation: float 6s ease-in-out infinite;
}

.landingPageDecorativeElement2 {
  bottom: 20%;
  left: 5%;
  width: 60px;
  height: 60px;
  animation: float 6s ease-in-out infinite 2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Property Listing */
.propertyListingCard {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 950px;
  margin: 10px auto;
}

/* --- IMAGE SECTION STYLES --- */

.propertyListingImageWrapper {
  padding: 10px;
}

.propertyListingImageContainer {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}

.propertyListingImageContainer .carousel,
.propertyListingImageContainer .carousel-inner,
.propertyListingImageContainer .carousel-item {
  height: 100%;
}

.propertyListingImageContainer .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.propertyListingHeartIcon {
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4d4d;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 10;
}

.propertyListingHeartIcon:hover {
  background-color: #ff4d4d;
  color: #fff;
}

.listingWishlistIcon {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4d4d;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 10;
  display: none;
}

.listingWishlistIcon:hover {
  background-color: #ff4d4d;
  color: #fff;
}

/* --- DETAILS SECTION STYLES --- */

.propertyListingDetailsContainer {
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.propertyListingHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.propertyListingTitle {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.propertyListingFlagIcon {
  background-color: #f1f5f9;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #64748b;
}

.propertyListingFlagIcon i {
  font-size: 13px;
  padding-left: 2px;
}

.propertyListingLocation {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 10px;
}

.propertyListingLocation i {
  margin-right: 8px;
  font-size: 12px;
}

/* Price Section Layout */
.propertyListingPriceDetails {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.propertyListingPriceMain .propertyListingAmount {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
}

.propertyListingPriceMain .propertyListingRentType {
  font-size: 12px;
  color: #64748b;
  margin-left: 5px;
}

.propertyListingPriceSubGroup {
  display: flex;
  gap: 20px;
  color: #475569;
  font-size: 14px;
}

.propertyListingPriceSubGroup strong {
  font-weight: 600;
}

.propertyListingAttributeItem {
  display: flex;
  align-items: center;
  color: #475569;
  padding: 8px 6px;
  border-bottom: 1px solid #ebebeb;
}

.propertyListingAttributeItem i {
  color: #64748b;
  font-size: 14px;
  text-align: center;
  margin-right: 8px;
}

.propertyListingAttributeItem strong {
  font-weight: 600;
  color: #1e293b;
}

/* Tags Section */
.propertyListingTagsContainer {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.propertyListingTagsContainer i {
  color: #475569;
}

.propertyListingTag {
  color: var(--site-primary-color);
  /* padding: 0 5px 2px 5px; */
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid var(--site-primary-color);
  margin-left: 6px;
}

/* Footer Section */
.propertyListingFooter {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.propertyListingTourInfo {
  font-size: 14px;
  color: #475569;
  visibility: hidden;
}

.propertyListingTourInfo strong {
  color: #1e293b;
}

.propertyListingActionButtons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.propertyListingDetailsLink {
  color: var(--site-primary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}

.propertyListingOwnerButton {
  background-color: var(--site-primary-color);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.attributesGridContainer {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0px;
}

.col-md-12.propertyListingAttributeItem:last-child {
  border-bottom: 0;
}

.col-md-6.propertyListingAttributeItem:nth-child(1) {
  border-right: 1px solid #ebebeb;
}

.col-md-6.propertyListingAttributeItem:nth-child(3) {
  border-right: 1px solid #ebebeb;
}

.searchByFilter {
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
}

.searchByFilter .form-check-inline {
  margin-right: 0rem !important;
}

/* Responsive CSS Starts Here */
.featuredGridView .propertyImage img.img-fluid.w-100 {
  width: 100% !important;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .featuredListing.featuredGridView .propertyFooter button.btnViewMore {
    width: 100%;
    margin-top: 15px;
  }

  .featuredListing.featuredGridView .propertyFooter {
    display: block;
  }
}

@media (max-width: 991px) {
  .heroBackgroundImage {
    height: 400px;
  }

  .mainHeadlineText {
    font-size: 2.2rem;
  }

  .mobileViewHeader .logoSider .mobileHeaderLogo {
    left: -380px !important;
  }

  .countryDropdown {
    position: absolute !important;
    top: 75px !important;
    left: 50% !important;
    max-width: 650px;
    transform: translateX(-50%) !important;
    height: auto;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
  }

  .headerIcons {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .globalMobileHeader span.mobileCountry {
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    display: inline-block;
  }

  .beautySpaHeader .globalMobileHeader .UserLogin {
    border: 1px solid #43229a;
  }

  .heroSection {
    padding-top: 50px !important;
  }

  .beautySpaHeader .globalMobileHeader span.mobileCountry {
    border: 1px solid #43229a;
  }

  header.mobileView.beautySpaHeader .globalMobileHeader {
    background-color: transparent;
  }

  header.mobileView.beautySpaHeader {
    position: absolute;
    width: 100%;
    background-color: transparent;
    border: 0px;
  }

  .globalMobileHeader {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
  }

  .globalMobileHeader .logo img {
    height: 40px;
  }

  .globalMobileHeader .UserLogin {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    line-height: 36px;
    border: 1px solid #d6d6d6;
    text-align: center;
    font-size: 16px;
    color: var(--site-primary-color);
    display: inline-block;
  }

  .globalMobileHeader .logo i {
    font-size: 22px;
    cursor: pointer;
    color: #333;
    margin-right: 25px;
  }

  .mobileView {
    display: block !important;
  }

  /* .productSearchArea {
    display: none !important;
  } */

  .propertyGridView .propertyListingOwnerButton {
    width: 50%;
  }

  .propertyListingImageWrapper {
    padding: 0;
    margin-bottom: 10px;
  }

  .propertyListingDetailsContainer {
    padding-top: 10px;
  }

  .propertyListingHeartIcon {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  #dealsCarouselIndicator .col-lg-3,
  #dealsCarouselIndicator .col-md-6,
  #dealsCarouselIndicator .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dealBannerImg {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .carousel-item .row {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .carousel-item .col-lg-3:not(:first-child) {
    display: none;
  }

  .promoBannerImage {
    height: 200px !important;
  }

  .heroBackgroundImage {
    height: 500px;
  }

  .glassInfoPanel {
    padding: 20px;
    margin-bottom: 40px;
    border-left: 3px solid var(--site-primary-color);
  }

  .mainHeadlineText {
    font-size: 1.8rem;
  }

  .primaryActionButton {
    width: 100%;
    margin-top: 10px;
  }

  .pricingWrapper {
    gap: 10px;
  }

  .realEstateHeroTitle {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .realStatelandingPageSearchTabsNav {
    justify-content: center;
  }

  .realEstateHeroSubtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .landingPagePropertySearchCard {
    padding: 20px 10px;
    margin: 1rem;
  }

  .realStatelandingPageSearchTabsNav .nav-link {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 14px;
  }

  .propertyListingImageContainer {
    height: 250px;
  }

  .propertyListingPriceDetails {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .propertyListingPriceSubGroup {
    flex-direction: column;
    gap: 5px;
  }

  .propertyListingFooter {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .propertyListingActionButtons {
    width: 100%;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .propertyListingOwnerButton,
  .propertyListingDetailsLink {
    width: 100%;
    text-align: center;
    padding: 12px 10px;
  }

  .hdfcCard img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
  }

  .hdfcCard .card-body.card {
    border-radius: 0px 0px 12px 12px !important;
  }

  .hdfcCard .col-md-5 {
    height: 250px;
  }

  .bankImage {
    height: 250px !important;
    border-radius: 12px 12px 0 0;
  }

  input[formcontrolname="searchtext"]::placeholder {
    font-size: 12px;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .propertyListingTitle {
    font-size: 18px;
  }

  .propertyListingPriceMain .propertyListingAmount {
    font-size: 16px;
  }

  .propertyListingFlagIcon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .propertyListingTourInfo span {
    font-size: 12px;
  }

  .propertyListingOwnerButton {
    padding: 5px 10px;
    font-size: 12px;
  }

  .propertyListingAttributeItem span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .listingWishlistIcon {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .dealNotFound img.dealImage {
    height: 100% !important;
  }

  div#carouselExampleAutoplaying .arrowBox {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 18px;
    bottom: 0px !important;
  }

  div#carouselExampleAutoplaying .carousel-control-prev {
    left: 5px;
  }

  div#carouselExampleAutoplaying .carousel-control-next {
    right: 5px;
  }

  .purchaseCard {
    margin-top: 20px;
  }

  .globalMobileHeader .UserLogin .dropdown-item {
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 26px;
  }

  .reservePropertyCard {
    margin-top: 20px;
  }

  .leadsForm {
    padding: 20px !important;
  }

  .leadsAreaTwo {
    padding: 0px !important;
    border-radius: 30px !important;
  }

  .mobileCountry .countryFlagPicker {
    width: 20px;
    margin-top: -3px;
    margin-right: 0px;
  }

  .dishPlate .dishesImageSide img {
    width: 100%;
    height: 150px;
  }

  .filtersMode.mapView i {
    margin: 0px;
  }

  .countryDropdown {
    max-width: 350px;
    height: auto;
    max-height: 300px;
  }

  #offcanvasNavbar .mobile-selectors .countryDropdown {
    top: 120px !important;
    border-radius: 5px;
    border-top: 1px solid #ececec;
  }

  .bigDotButtonsSide {
    display: block !important;
  }

  .searchButton i {
    right: 6px !important;
    top: 5px !important;
  }

  .locationSearchIcon {
    top: 8px;
    left: 25px;
  }

  .mobile-selectors .form-group .dropdown select.form-select {
    padding: 15px 20px !important;
    border-radius: 100px !important;
    border-color: #6c757d;
    font-size: 16px !important;
  }

  /* .selectLocateHeader img.locationImg {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 5px;
    margin-top: 4px;
  } */

  /* .countrySelectorDropdown a#dropdownMenuLink:after {
    display: none;
  } */

  .countrySelectorDropdown a#dropdownMenuLink {
    border: 1px solid #828487;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    padding: 0px;
  }

  .offerHeading {
    margin-top: 25px;
  }

  .dsplayNotshowinMobile .allSearchAreas {
    gap: 20px;
  }

  .detailsBannerSlider .carousel-item img.d-block.w-100 {
    height: 300px !important;
    object-fit: cover;
  }

  .offcanvas.offcanvas-start {
    width: 380px;
  }

  .productPromo img {
    width: 100%;
    height: 350px;
  }

  .wizardCard .wizardlustration .title {
    font-size: 22px;
    font-weight: 500;
  }

  .modal-content.SchoolWizardModal {
    padding: 20px;
    min-height: 95vh;
  }

  .wizardlustration .mb-0.desc {
    max-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  /* .BigDotProfessional {
        right: 0px !important;
        bottom: 30px !important;
        transform: initial !important;
        top: initial !important;
    } */

  .detailsBannerSlider .carousel-item {
    height: 300px !important;
    object-fit: cover !important;
  }

  .listGrids button.active,
  .listGrids button:hover {
    margin-left: 10px;
  }

  .mobileViewHeader .mobileHeaderLogo {
    display: block !important;
    width: 80px;
  }

  .screeenShowHide.mobileSearchLocation .locationSearchArea {
    display: none;
  }

  /* .portalHeaderLogo {
    display: none;
  } */

  .extraDetailsScanner .listViewButtonGroup {
    display: none;
  }

  .webScanner.loader-table {
    display: none;
  }

  .productMainArea .dishPlate {
    display: block;
  }

  .dishPlate .dishesImageSide {
    height: 150px;
  }

  .col-xl-3.col-lg-4.dsplayNotshowinMobile {
    display: none !important;
  }

  .pageContentArea .dsplayNotshowinMobile.show {
    display: block !important;
  }

  .selectLocateHeader.position-relative {
    display: block;
  }

  .filtersMode.mapView a button {
    padding: 10px 15px !important;
    font-size: 18px;
  }

  .mapView button {
    padding: 10px 20px;
  }

  .selectLocateHeader .form-select {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
    max-width: 150px;
  }

  .logoSider .selectLocateHeader img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    margin-right: 10px;
  }

  .mobileHeader .navbarMobile {
    padding-bottom: 20px;
  }

  .tabPartwithHeading .groupTags {
    gap: 5px;
  }

  .tabPartwithHeading h6 {
    margin-bottom: 5px !important;
  }

  .searchByFilter {
    justify-content: center;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .listdetaliImageSider .dishesImageSide img {
    width: 110px;
    height: 110px;
  }

  .dealIconArea {
    margin-bottom: 15px;
  }

  .tabPartwithHeading {
    margin-top: 25px;
    padding: 0 !important;
  }

  .dealIconArea .col-6 {
    padding: 0px 8px;
  }

  .dealsAreaIcon {
    margin: 8px 0px !important;
  }

  .languageSelectorDropdown {
    display: none;
  }
}

@media only screen and (max-width: 1350px) {
  .detailsAreaAeading h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .detailsAreaAeading h1 span {
    font-size: 48px;
    line-height: 62px;
  }

  .forntPageDetailsArea {
    padding: 40px 40px;
  }

  .locationSearchArea input::placeholder {
    font-size: 14px;
  }

  .otherSearchArea input::placeholder {
    font-size: 14px;
  }

  /* .locationSearchArea,
    .otherSearchArea {
        height: 50px;
    } */

  .locationSearchIcon img {
    width: 14px;
  }

  .locationSearchArea input {
    padding-left: 45px;
  }

  /* .otherSearchtext {
        font-size: 14px;
        top: 25px;
        left: 14px;
    } */

  .otherSearchArea input {
    padding-left: 55px;
  }

  .otherSearchArea .searchButton button {
    padding: 9px 18px;
    font-size: 15px;
  }

  .spotlightArea h6 {
    margin-bottom: 65px;
  }

  .spotLightIcon img {
    height: 70px;
  }

  .spotTagLines {
    padding-left: 25px;
    gap: 10px;
  }

  .spotTagLines a {
    font-size: 14px;
  }

  .classifiexIconFeatured {
    margin-bottom: 35px;
  }

  .frontMainAreaWithTags {
    margin-bottom: 30px;
  }

  header .nav .bigDotlogo {
    margin-right: 15px;
  }

  .searchNavigation .locationSearchAreaHeader,
  .searchNavigation .locationSearchAreaHeader input {
    width: 180px;
  }

  .searchNavigation .locationSearchAreaHeader .locationSearchIcon img {
    width: 14px;
  }

  .searchNavigation .locationSearchAreaHeader input {
    padding-left: 40px;
  }

  .searchNavigation .otherSearchAreaHeader input {
    width: 465px;
  }

  .searchNavigation .locationSearchAreaHeader .locationSearchIcon {
    left: 15px;
  }

  .plateTwo img,
  .plateOne img {
    width: 600px;
  }

  .searchHeadingArea .searchHeading {
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .clearSearch {
    font-size: 14px;
    line-height: 18px;
  }

  .checkList {
    flex-wrap: wrap;
  }

  .checkList .form-check {
    width: 100%;
  }

  .searchMainBtn button {
    font-size: 18px;
    line-height: 22px;
  }

  .dishesDetailsSide .dishName {
    font-size: 15px;
    line-height: 20px;
  }

  .dishesImageSide img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    object-fit: cover;
  }

  .dishPlate .dishesDetailsSide {
    position: relative;
    width: 100%;
  }

  .tagSpan {
    top: 0px;
  }

  .dishesDetailsSide .dishHighlight {
    font-size: 13px;
  }

  .productAvilableDtls ul li {
    margin-bottom: 3px;
  }

  .productAvilableDtls ul li .icons,
  .productAvilableDtls ul li .text {
    font-size: 13px;
  }

  .productSaveDetails .detailsView button {
    font-size: 14px;
    /* line-height: 18px; */
  }

  .dishReview {
    font-size: 12px;
    line-height: 16px;
  }

  .listViewButtonGroup a button {
    padding: 10px 22px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .detailsAreaAeading h1 span {
    font-size: 35px;
    line-height: 46px;
  }

  .reaStatelandingPageSearchButton {
    font-size: 14px;
    padding: 10px;
  }

  .realEstateHeroSection {
    padding-top: 80px;
  }

  .realEstateHeroSubtitle {
    margin-bottom: 10px;
  }

  .realEstateHeroTitle {
    margin-bottom: 10px;
  }

  .detailsAreaAeading h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .forntPageDetailsArea {
    padding: 20px 20px;
  }

  .tabPartwithHeading {
    padding: 20px 20px 0px;
  }

  .tabPartwithHeading .tagButton {
    padding: 6px 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .bigDotallMenu.searchNavigation {
    display: none;
  }

  .bigDotMenuside {
    justify-content: end;
  }

  .plateTwo img,
  .plateOne img {
    width: 550px;
  }

  .pageHeading h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .pageBannerText {
    position: relative;
    z-index: 1;
  }

  .bannerImageArea {
    opacity: 0.4;
  }

  .allSearchAreas {
    justify-content: end;
    flex-wrap: wrap;
  }

  .mapView button {
    font-size: 16px;
  }

  .field .ng-select-container {
    height: 36px;
    padding: 4px 20px;
  }

  .selectDishCategory .form-select {
    font-size: 14px;
    min-width: 200px;
  }

  .listdetaliImageSider .dishesImageSide img {
    width: 110px;
    height: 110px;
  }

  .dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishName {
    font-size: 15px;
    line-height: 20px;
  }

  .dishPlateListView .listdetaliImageSider .dishesDetailsSide .dishHighlight {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }

  .dishPlateListView
    .listdetaliImageSider
    .dishesDetailsSide
    .productAvilableDtls
    ul
    li
    .text {
    font-size: 13px;
    line-height: 18px;
  }

  .dishPlateListView
    .listdetaliImageSider
    .dishesDetailsSide
    .productAvilableDtls
    ul
    li {
    margin-bottom: 3px;
  }

  .checkAndPromote {
    margin-bottom: 12px;
  }

  .verifyData span img {
    height: 20px;
  }

  .promoteArea button {
    font-size: 12px;
    line-height: 16px;
  }

  .scannerImage img {
    width: 65px;
    height: 65px;
  }

  .listViewButtonGroup a button {
    gap: 10px;
  }

  .listViewButtonGroup a button {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .dishPlateListView
    .listdetaliImageSider
    .dishesDetailsSide
    .productSaveDetails {
    margin-top: 5px;
  }

  .dishPlateListView
    .listdetaliImageSider
    .productSaveDetails
    .bookmark
    button {
    font-size: 14px;
  }

  .classifiexIconFeatured .textSider h6 {
    font-size: 15px;
    margin-bottom: -5px;
  }

  .classifiexIconFeatured .textSider p {
    font-size: 13px;
  }

  .tabPartwithHeading .tagButton {
    padding: 6px 12px;
    font-size: 13px;
  }

  .smallTag {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 8px 14px;
    border: none;
    outline: none;
    background-color: #e4e4e4;
    color: #000;
    border-radius: 10px;
    transition: 0.3s;
  }

  .dealsAreaIcon h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .dealIconArea .dealsAreaIcon {
    padding: 5px;
  }

  .dealIconArea .dealsAreaIcon img {
    height: 40px;
  }

  .tabPartwithHeading h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22.5px;
    color: #000;
    margin-bottom: 0px;
  }

  .bigDotallMenu ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
  }

  .bigDotSignup a {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
  }

  .bigDotListing .listingBtn span i {
    font-size: 18px;
    margin-right: 6px;
  }

  .bigDotListing .listingBtn span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    color: #fff;
  }

  .mainHeader.bigDotButtonsSide .bigDotListing a.nav-link.cursorPointer {
    width: 100px;
    font-size: 14px;
  }

  .portalHeaderLogo {
    height: 40px;
  }

  .bigDotListing .listingBtn {
    padding: 4px 10px;
  }

  .footerLinks p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #646464;
    margin-bottom: 0;
  }

  header .nav .bigDotlogo a img {
    height: 30px;
  }

  header {
    background-color: #fff;
    padding: 6px 0px;
  }

  .classifiedHeading h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    color: #000;
    margin-bottom: 10px;
  }

  .classifiexIconFeatured {
    margin-bottom: 18px;
  }

  .field .form-control,
  .field .form-select {
    height: 38px;
    border: 1px solid #cccccc;
    font-size: 13px;
  }

  .siteBanner {
    padding: 16px 0px;
  }

  .pageBannerText .breadcrumb .breadcrumb-item a {
    font-size: 15px;
  }

  .pageBannerText .breadcrumb .breadcrumb-item.active {
    font-size: 15px;
  }

  .searchMainBtn button {
    font-size: 15px;
    line-height: 22px;
  }

  .searchMainBtn button {
    padding: 8px 25px;
  }
}

@media only screen and (max-width: 992px) {
  .spotLightIcon {
    display: none;
  }

  .spotTagLines {
    padding: 0;
  }

  .spotlightArea h6 {
    margin-bottom: 20px;
  }

  .smallTag {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }

  .mainAreaTags {
    gap: 10px;
  }

  .shopName h4 {
    font-size: 22px;
    line-height: 26px;
  }

  .shopName .shopStatus {
    font-size: 13px;
    line-height: 16px;
  }

  .shopName .shopStatus::before {
    top: 3px;
    left: -15px;
    width: 9px;
    height: 9px;
  }

  .productShareArea {
  }
}

@media only screen and (max-width: 765px) {
  .small_screen_off {
    display: none;
  }

  .searchHeadingArea.mb30 {
    margin-bottom: 20px;
    position: absolute;
    top: 65px;
  }

  .smallScrinOrder {
    order: 2;
  }

  header .nav .bigDotlogo a img {
    height: 40px;
  }

  header {
    padding: 7px 0px;
  }

  .detailsAreaAeading h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .detailsAreaAeading h1 span {
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
  }

  .frontMainAreaWithTags h6 {
    margin-top: 15px;
  }

  .bigDotFrontPage {
    padding: 10px;
    background-color: #fff;
  }

  .forntPageDetailsArea {
    padding: 25px 15px;
  }

  /* .smallScreenPxoff {
        padding: 0px;
    } */

  .locationSearchArea {
    margin-bottom: 10px;
  }

  .otherSearchArea .searchButton button {
    padding: 10px;
    background-color: var(--site-primary-color);
  }

  .dealsAreaIcon {
    margin: 20px 0px;
  }

  .spotLightIcon {
    display: block;
  }

  .spotLightIcon img {
    height: 55px;
  }

  .spotlightArea h6 {
    margin-bottom: 50px;
  }

  .spotTagLines {
    padding-left: 18px;
  }

  .spotTagLines a {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #f04657;
  }

  .classifiedMobile {
    display: none;
  }

  .fontPageLeftPanel {
    border: none;
  }

  .tabPartwithHeading {
    padding: 10px 13px 0px;
    border-bottom: none;
  }

  .mobileViewSect {
    padding: 13px 16px;
    background-color: #fff6f2;
    border-radius: 10px;
  }

  .classifiedPart {
    display: block;
  }

  .tabPartwithHeading .tagButton {
    background-color: var(--site-secondary-color);
    font-size: 14px;
  }

  .dishesDetailsSide .dishHighlight {
    font-size: 12px;
    line-height: 14px;
  }

  .pageBannerText .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    line-height: 18px;
  }

  .pageBannerText .breadcrumb .breadcrumb-item.active {
    font-size: 14px;
    line-height: 18px;
  }

  .breadcrumb {
    display: flex;
    align-items: center;
  }

  .pageHeading h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .mobileOrderTwo {
    order: 2;
  }

  .searchHeadingArea .searchHeading {
    font-size: 16px;
    line-height: 24px;
  }

  .clearSearch {
    font-size: 15px;
    line-height: 18px;
  }

  .productAvilableDtls ul li {
    margin-bottom: 0;
  }

  .productAvilableDtls ul li .icons,
  .productAvilableDtls ul li .text {
    font-weight: 500;
    font-size: 14px;
  }

  .productSaveDetails .bookmark button {
    font-size: 14px;
  }

  .mobileOrderThree {
    order: 3;
  }

  .pageContentArea {
    background-color: #fff;
  }

  .checkList .form-check {
    width: 48%;
  }

  .showInMobile {
    display: block;
    order: 1;
  }

  .showInMobile .productMainArea {
    height: inherit;
  }

  .dsplayNotshowinMobile {
    display: block !important;
    padding-top: 10px;
  }

  .productMainArea {
    height: inherit;
  }

  .searchHeadingArea.mb30 {
    margin-bottom: 20px;
  }

  .productMainAreaMobileView {
    padding: 0;
    border: none;
    position: relative;
  }

  .dsDesktopNotShowThis {
    display: block;
  }

  .mapMainArea {
    height: inherit;
  }

  .footerLinks {
    text-align: center !important;
  }

  .footerLinks .text-end {
    text-align: center !important;
    margin-top: 15px !important;
  }

  .sliderWrapper .imageList .imageItem {
    width: 185px;
    height: 150px;
  }

  .shopImage img {
    width: 80px;
    height: 80px;
  }

  .productShopArea {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .productShareArea {
    margin-top: 25px;
    justify-content: center;
  }

  .disheHighlight h6 {
    margin-bottom: 5px;
  }

  .menuItemDelsCart {
    /* align-items: flex-start; */
    gap: 10px;
    flex-direction: column;
  }

  .menuImage img {
    width: 80px;
    height: 80px;
  }

  .searchInAdvanced .selectDishCategory .form-select {
    min-width: 190px;
  }

  .countryCity li.custom-suggestion-item.lightDarkPurple {
    color: #161616;
    font-size: 15px;
  }

  .locationSearchArea .suggestion-content strong {
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
  }

  .languageSelectorDropdown .form-select {
    padding: 2px 8px !important;
    width: 100px !important;
    border-color: transparent !important;
  }
}

@media only screen and (max-width: 1023px) {
  #offcanvasNavbar {
    display: block;
  }

  .sliderWrapper .slideButton {
    display: none !important;
  }

  .sliderWrapper .imageList {
    gap: 0px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .sliderWrapper .imageList .imageItem {
    width: 280px;
    height: 380px;
  }

  .sliderScrollbar .scrollbarThumb {
    width: 20%;
  }
}

@media (max-width: 420px) {
  .smallTag {
    font-size: 14px;
    padding: 6px 8px;
  }

  body .reservePropertyCard .heading h1 {
    font-size: 20px !important;
  }

  body .reservePropertyCard .heading h2 {
    font-size: 20px !important;
  }

  .dishesDetailsSide .dishName {
    max-width: 140px !important;
  }

  .countryDropdown {
    max-width: 300px;
  }

  .dsplayNotshowinMobile .allSearchAreas {
    gap: 10px;
  }

  .offcanvas.offcanvas-start {
    width: 320px;
  }

  .locationSearchArea .custom-dropdown.countryCity {
    width: 330px !important;
  }

  .otherSearchArea .custom-dropdown.countryCity {
    width: 330px !important;
  }

  .field .ng-select-container {
    height: 40px !important;
    padding: 10px 6px;
  }

  .allSearchAreas .mapView button {
    padding: 10px 8px;
    font-size: 14px;
  }

  .filtersMode.mapView a button {
    padding: 10px 10px !important;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .custom-dropdown.countryCity {
    width: 398px !important;
  }

  .dsplayNotshowinMobile {
    display: block !important;
    padding-bottom: 10px;
  }
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 10px;
}

.advancedSearchingPart {
  margin-bottom: 20px;
}

.field .ng-select .ng-select-container {
  overflow-y: auto;
  max-height: 60px;
}

.dsplayNotshowinMobile {
  margin-bottom: 20px;
}

app-map-view {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .col-md-5.dsplayNotshowinMobile {
    position: absolute;
    padding: 0px;
    right: 10px;
    top: 8px;
  }

  .reservePropertyCard .heading h1 {
    font-size: 24px !important;
  }

  .reservePropertyCard .heading h2 {
    font-size: 24px !important;
  }

  .productSaveDetails .detailsView button span i {
    font-size: 15px;
  }

  .bigDotListing .listingBtn {
    padding: 10px 10px;
    width: 100%;
    margin-left: 0px;
  }

  .globalMobileHeader .selectLocateHeader .locationIcon {
    margin-top: 5px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--site-primary-color) !important;
    -webkit-text-stroke: initial;
  }

  #offcanvasNavbar .offcanvas-body ul.navbar-nav {
    padding: 0px !important;
  }

  div#offcanvasBottom .offcanvas-body.small {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
  }

  .mobile-selectors .btn-outline-secondary i {
    margin-right: 5px;
    vertical-align: middle;
  }

  .dishPlateListView
    .listdetaliImageSider
    .dishesDetailsSide
    .productAvilableDtls
    ul
    li
    .icons
    i {
    vertical-align: middle;
  }

  .productAvilableDtls ul li {
    margin: 4px 0px;
  }

  .top-services-text-container {
    padding-bottom: 0px;
  }

  li.bigDotListing.smallScreenOff {
    position: initial;
    right: 200px;
  }

  .otherSearchArea .searchButton {
    right: 8px;
    width: 27px;
    height: 25px;
    line-height: 15px;
    top: 18px;
  }

  .filtersMode.mapView {
    display: block;
  }

  .otherSearchArea input {
    height: 70%;
  }

  .bigDotSignup {
    position: initial;
  }

  .mobileViewHeader {
    position: initial;
    right: 0px;
  }

  /* .countryCode.searchLocation.screeenShowHide {
        display: none;
    } */

  .bannerImageArea {
    height: initial;
  }

  .logoSider li.nav-item {
    padding: 0px 0px 0px 0px;
  }

  .logoSider.deskTopScreen img.heignt25px {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .topnav a {
    display: none;
  }

  .topnav a.icon {
    width: 100%;
    padding: 6px;
    margin: 10px 0px;
    background: #bd2c73;
  }

  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 240px) and (max-width: 479px) {
  .topnav a {
    display: none;
  }

  .topnav a.icon {
    width: 100%;
    padding: 6px;
    margin: 10px 0px;
    background: #bd2c73;
  }

  .topnav a.icon {
    width: 100%;
    padding: 6px;
    margin: 10px 0px;
    background: #bd2c73;
  }

  .topnav a {
    display: none;
  }

  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .instaCitiMenu {
    display: inline;
  }

  .example-1 {
    width: auto !important;
  }

  .form-group {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 479px) {
  .logoSet {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .weddingHeaderSection .searchBar {
    padding: 0 12px;
    /* Adjust padding for smaller screen */
    max-width: 100%;
    /* Full width on mobile */
  }

  .weddingHeaderSection .searchBar .locationBox {
    display: none;
  }

  .weddingHeaderSection .searchBar input {
    width: 100%;
    /* Input field takes full width */
  }

  .weddingHeaderSection .searchBar button {
    width: 50px;
    /* Slightly larger button for better touch interaction */
    height: 50px;
  }

  .weddingHeaderSection .weddingHeaderHeading {
    font-size: 30px;
  }

  .weddingHeaderSection .weddingHeaderText {
    font-size: 14px;
  }

  .weddingCategoryCards .categoryCardOne img {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* .otherSearchArea input,
    .locationSearchArea input {
        height: 100%;
    } */

  /* .locationSearchIcon {
        position: absolute;
        top: 13px;
        left: 16px;
    } */

  .dishesDetailsSide .dishName {
    font-size: 16px !important;
    max-width: 150px !important;
    -webkit-line-clamp: 1 !important;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* .mobileViewHeader .nav-item.countryCode.searchLocation.screeenShowHide {
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    gap: 0px;
    margin-bottom: 0px;
    align-items: center;
  } */

  .mobileViewHeader .dropdown-menu {
    top: 100%;
    left: -100px;
  }

  .mobileViewHeader .iconSeder .logoSider {
    position: relative;
  }

  .countrySelectorDropdown {
    position: absolute;
    right: 20px;
    overflow: initial;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* .locationSearchIcon {
        top: 8px !important;
    } */

  /* .otherSearchtext {
        top: 18px !important;
    } */

  /* .otherSearchArea .searchButton {
        top: 18px !important;
    } */

  .filtersMode.mapView {
    display: block !important;
  }

  .mobileViewHeader .mobileHeaderLogo {
    display: block !important;
    width: 100px !important;
    position: absolute !important;
    left: -685px !important;
    top: -5px !important;
  }

  .dsplayNotshowinMobile .row {
    padding: 16px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  /* .locationSearchIcon {
        top: 8px !important;
    } */

  /* .otherSearchtext {
        top: 19px !important;
    } */

  /* .otherSearchArea .searchButton {
        top: 18px !important;
    } */
}

@media (min-width: 767px) and (max-width: 1024px) {
  .filtersMode.mapView {
    display: block !important;
  }

  .countryCode.searchLocation form.row.mb25 {
    display: none !important;
  }

  /* .portalHeaderLogo {
    display: none !important;
  } */

  .selectLocateHeader.position-relative {
    display: block !important;
  }

  .logoSider .selectLocateHeader img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    margin-right: 10px !important;
  }

  .selectLocateHeader .form-select {
    width: 300px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-right: 40px !important;
  }

  .selectLocateHeader label {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin-top: -3px !important;
    color: #535353 !important;
  }

  div#offcanvasBottom {
    width: auto !important;
  }

  .custom-dropdown.countryCity {
    width: 360px !important;
  }
}

@media (max-width: 767px) {
  .trendingCategories ul li {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .countryNameDisable {
    display: none;
  }

  .productOccasion img.img-fluid {
    height: 150px !important;
  }

  .productOccasion button.browseProducts.btn {
    font-size: 15px;
    padding: 4px 15px !important;
  }

  .productOccasion button.browseProducts.btn {
    margin-bottom: 20px;
  }

  .customGapping .carousel-inner img {
    max-height: 400px !important;
    min-height: 400px !important;
  }

  .productItemBox .productList {
    margin-bottom: 20px;
  }

  .itemSummary .quantitySelector {
    width: 75px !important;
  }

  body .categoryGroupImg img.img-fluid {
    height: 100px !important;
  }

  .sectionGroupImg img.sectionImg {
    height: 150px !important;
  }

  .customGapping .contain .item img {
    height: auto !important;
  }

  .desktopView {
    display: none !important;
  }
}

@media only screen and (max-width: 1440px) {
  .cMenu li a {
    padding: 8px 15px !important;
    font-size: 12px !important;
  }

  .dealsMegaMenu .cMenu li a {
    padding: 8px 0 !important;
  }

  .dealsAreaIcon {
    padding: 8px;
  }

  .dealsAreaIcon img {
    height: 50px;
  }

  .customGapping .carousel-inner img {
    max-height: 500px !important;
    min-height: 500px;
  }

  .height490 img.img-fluid.bannerImg1 {
    height: 310px;
    margin-bottom: 10px;
  }

  .searchProducts p {
    font-size: 12px;
  }

  .searchProductsImg img {
    min-height: 200px;
  }

  .searchProducts .input-group input.form-control {
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .searchProducts button.btn {
    padding: 5px;
    font-size: 14px;
  }

  .searchProducts .input-group {
    height: 30px;
  }

  .sectionGroupImg h4 {
    font-size: 15px;
  }

  .sectionGroupImg img.sectionImg {
    height: 150px;
  }

  .card.shopByOccasions h3 {
    font-size: 15px;
  }

  .addonSection .addonItem img {
    height: 150px;
  }

  .addonSection .owl-nav span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 15px;
  }

  .addonSection .addonName {
    font-size: 14px;
  }

  .addonSection .addonBtn {
    padding: 4px 15px;
    font-size: 14px;
  }

  .cartSummary .placeOrderBtn {
    padding: 5px;

    font-size: 14px;
  }

  .itemSummary h3 {
    font-size: 16px;
    font-weight: 600;
  }

  .cartSummary .cartHeader {
    padding: 10px 15px;
    font-size: 16px;
  }

  .trendingCategories h3 {
    font-size: 18px;
  }

  .trendingCategories ul li a {
    font-size: 14px;
  }

  .itemSummary .messageInput {
    padding: 5px;
    font-size: 12px;
  }

  .addonSection .addonTitle {
    font-size: 18px;
  }

  .customGapping .contain .item img {
    height: 300px;
  }

  .productItemBox .productList .productImg img.img-fluid {
    height: 210px;
  }

  .productItemBox .productList .nullProdName {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .productItemBox .productList .prodPrice {
    font-size: 14px;
  }

  .productItemBox .productList .listPrice {
    font-size: 12px;
  }

  .productList .discountPrice {
    font-size: 14px;
  }

  .productOccasion img.img-fluid {
    height: 160px;
  }

  .productOccasion button.browseProducts.btn {
    font-size: 14px;
    padding: 5px 20px;
  }

  .productOccasion h2 {
    font-size: 18px;
    margin-top: 10px;
  }

  .servings button,
  .delivery button {
    padding: 5px 12px;
    font-size: 12px;
  }

  .productCard .messageInput {
    padding: 5px 10px;
  }

  .productCard .addToCart {
    padding: 5px 10px;
  }

  .OtherSellersSection .productImage {
    height: 150px;
  }

  .OtherSellersSection .offers p {
    margin-bottom: 8px;
  }

  .categoryGroupImg img.img-fluid {
    height: 150px !important;
  }

  .searchBarContainer.customGapping .input-group input.form-control {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .servicesGrid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  /* .dropdown {
        float: none !important;
    } */

  .mobile-selectors {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .mobile-selectors ul li {
    padding-bottom: 0px !important;
  }

  .textAlignment {
    padding: 20px 15px;
  }

  .heroSection {
    min-height: auto;
    padding: 20px 0;
  }

  .servicesGrid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
  }

  .serviceImageContainer {
    height: 200px;
  }

  .salonGrid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
  }

  .sectionHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .sectionTitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .servicesGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .salonGrid {
    grid-template-columns: 1fr;
  }

  .serviceImageContainer {
    height: 200px;
  }

  .serviceLabel {
    font-size: 12px;
    padding: 6px 8px;
    width: 90%;
  }
}

/* Responsive CSS Ends Here */

/* .shopBtn {
    background-color: #13d837;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)!important;
  } */

.top-services-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-icon {
  width: 20px;
  height: auto;
}

.top-services-text-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
}

.service-item {
  color: var(--site-primary-color);
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-top: 1px solid var(--site-primary-color);
}

.separator {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #e0e0e0;
}

.dsplayNotshowinMobile {
  position: relative;
}

.extraDetailsScanner .listViewButtonGroup {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.smartBar nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.smartBar nav {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #d00250;
  position: fixed;
  width: 60px;
  box-shadow: 2px 2px 8px 0px rgb(253 162 196);
  z-index: 123;
  border-radius: 100px 0px 0px 100px;
}

.smartBar nav li {
  height: 50px;
}

.smartBar nav li a {
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 15px;
  position: relative;
  cursor: pointer;
}

.smartBar nav li a i {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 22px;
}

.smartBar ul li a span {
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  right: 60px;
  top: 0px;
  bottom: 0;
  background: #d00250;
  min-width: 175px;
  font-size: 12px;
  padding: 10px 10px 10px 25px;
  transition: all 0.3s linear;
}

.smartBar ul li a:hover span {
  opacity: 1;
  visibility: visible;
  min-width: 170px;
  border-radius: 100px 0px 0px 100px;
}

.smartBar nav:hover {
  border-radius: 0px;
}

.smartBar.Business nav {
  background-color: #7c0ab1;
  box-shadow: 2px 2px 8px 0px rgb(198 144 223);
}

.smartBar.Business ul li a span {
  background-color: #7c0ab1;
}

.field.w-40 {
  width: 180px;
}

#buy-tab,
#commercial-tab {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Optional: If you want to remove the tabindex behavior as well */
#buy-tab[tabindex="-1"],
#commercial-tab[tabindex="-1"] {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Realestate Listing Detail CSS Starts*/

.groupTags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.groupTags .facilityTag {
  padding: 12px 15px;
  background-color: #f8fafc;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e2e8f0;
}

.listDownloader .fill-btn {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
  background-color: var(--site-primary-color);
  border-radius: 12px;
  transition: 0.4s ease;
}

.listingBannerImg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.leftFilterImg img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.listDownloader .reservePropertyBtn {
  background-color: #3e31cf;
}

.listDownloader .outline-button {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  color: #1a365d;
  border: 2px solid #1a365d;
  border-radius: 12px;
  transition: 0.4s;
}

.pricArea h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--site-primary-color);
  margin-bottom: 12px;
}

.productImageArea #mainProductImage {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.facilityBox {
  padding: 24px 30px;
  text-align: center;
  border-radius: 16px;
  box-shadow:
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 8px 32px 0px #0000000f;
  height: 100%;
}

.facilityBox img {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
}

.facilityBox h6 {
  font-size: 18px;
  font-weight: 500;
  color: #1a365d;
  margin-bottom: 0;
  margin-top: 15px;
}

.mainTabs li button.active {
  border: none;
  border-bottom: 3px solid var(--site-primary-color) !important;
}

.mainTabs li button {
  padding: 12px 22px;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  border: none;
}

.floorImage img {
  max-height: 700px;
  object-fit: cover;
  border-radius: 16px;
}

.servicePoints .servArea {
  padding: 16px;
  border-radius: 12px;
  box-shadow:
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 8px 32px 0px #0000000f;
  height: 100%;
  margin-bottom: 24px;
}

.servicePoints .servArea .txts h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #1a2332;
}

.servicePoints .servArea .txts p {
  color: #64748b;
  margin-bottom: 0;
}

.mapView iframe {
  min-height: 380px;
  height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow:
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 0px 0px 0px #00000000,
    0px 8px 32px 0px #0000000f;
  width: 100%;
}

.leadsAreaTwo {
  background: url(https://dkzxkcjlbnjui.cloudfront.net/uploads/media/images/lead-2.jpg)
    no-repeat;
  /* background-size: 100%; */
  background-size: cover;
  padding: 50px 180px;
  border-radius: 10px;
}

.leadsForm {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 24px;
}

.leadsForm h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1a2332;
  margin: 10px 0px 20px;
}

.leadsForm form input {
  height: 50px;
  width: 100%;
  border-radius: 8px;
  outline: none;
  border: 1px solid #e2e8f0;
  margin-bottom: 20px;
}

.custom-btn2 {
  background-color: var(--site-primary-color) !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 28px;
  border: 1px solid var(--site-primary-color);
  transition: background-color 0.3s ease;
}

.exploreProperty {
  display: none;
}

/* Realestate Listing Detail CSS Ends*/

.city-input {
  border: 2px solid var(--site-primary-color);
  padding-left: 10px;
}

.city-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
}

.detect-location {
  background: #fff4f0;
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  color: #070707;
}

.detect-location:hover {
  background: #ffe9e2;
}

.dropdown-section {
  padding: 10px;
}

.section-title {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}

.dropdown-item {
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 5px;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

/* loand band css start here */
.loanBand {
  max-width: 800px;
  background: #384d6c;
  border-radius: 100px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 30px auto;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
}

.loanBand img {
  width: 30px;
  height: 30px;
  filter: invert(1);
  object-fit: cover;
}

.loanBand p {
  margin: 0px 10px !important;
}

.loanBand button.btn.CheckEligibility {
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 100px;
}

.loanBand button.btn.CheckEligibility:hover {
  color: #000;
}

.modal-content.modal-dynamic {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .loanBand {
    border-radius: 20px;
    padding: 20px 10px;
    display: block;
  }

  .loanBand p {
    margin: 10px 10px !important;
  }
}

.HomeLoan {
  display: flex;
  border: 1px solid #cccccc;
  padding: 8px;
  border-radius: 15px;
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  background: #ffffff;
}

.HomeLoan svg {
  width: 50px;
}

.HomeLoan .loanContent {
  margin-left: 15px;
}

.HomeLoan .loanContent h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.HomeLoan .loanContent p {
  font-size: 15px;
  color: #959595;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .HomeLoan .loanContent {
    margin-left: 10px;
  }

  .propertyGridView .propertyListingOwnerButton {
    width: 50%;
  }

  .HomeLoan img {
    width: 40px;
    height: 40px;
  }

  .HomeLoan {
    margin-bottom: 20px;
    padding: 10px;
  }

  .wizardlustration img {
    display: none;
  }

  /* .HomeLoanBox .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */

  .HomeLoanBox .row::-webkit-scrollbar {
    display: none;
  }

  /* .HomeLoanBox .row>div {
    flex: 0 0 auto;
    width: 90%;
    margin-right: 0px;
  } */
}

/* loand band css end here */

/* Pay School Fees Css Start Here */
.EmailInstitute p {
  margin: 0px;
  font-size: 16px;
  text-align: center;
}

.schoolFeePayment img {
  width: 100%;
}

.EmailInstitute {
  padding: 15px;
  background-color: #e8f0ff;
  border-radius: 10px;
}

h3.headingSection {
  border-bottom: 4px solid #ba3458;
  display: inline-block;
  font-size: 22px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

button.mainCtaBtn.GoBackBtn {
  background-color: transparent;
  color: #3a1593;
  border: 1px solid #3a1593;
}

/* Pay School Fees css End Here */

/* SmartMedia Control Starts */

.mediaContainer {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.smartMediaPreview {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.smartMediaPreview img,
.smartMediaPreview video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  text-align: center;
}

.overflow-thumbnails {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #007bff #f1f1f1;
  padding: 5px 0;
}

.overflow-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.overflow-thumbnails::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 4px;
}

.smartMediaThumb {
  flex: 0 0 auto;
  width: 100px;
  margin: 0 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.smartMediaThumb img,
.smartMediaThumb video {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
}

.smartMediaThumb:hover {
  transform: scale(1.05);
}

.smartMediaThumb.active img,
.smartMediaThumb.active video {
  border-color: #007bff;
}

/* Buttons */

/* .btn {
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
} */

.uploadBtn {
  background: #28a745;
  color: #fff;
}

.uploadBtn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.thunderBtn {
  background: #007bff;
  color: #fff;
}

.mediaTypeSelection {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.mediaTypeSelection input[type="radio"] {
  margin-right: 6px;
  accent-color: #007bff;
}

.custom-save-btn {
  background-color: #28a745;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.custom-save-btn:hover:not(:disabled) {
  background-color: #218838;
}

.custom-save-btn:active:not(:disabled) {
  background-color: #1e7e34;
}

.custom-save-btn:disabled {
  background-color: #c6c8ca;
  color: #6c757d;
  cursor: not-allowed;
}

.smartMediaPreview img {
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  position: relative;
  max-width: 100%;
}

.col.sliderSmartMedia.smartMediaPreview div#color-overlay {
  display: none;
}

#color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(110, 25, 247);
  opacity: 0.6;
}

.overlay {
  bottom: 0;
  transition: 0.5s ease;
  color: white !important;
  padding: 100px;
  text-align: center;
}

.mediaImage.blue.box .col.text-start {
  display: flex;
}

.mediaContainer .mediaImage .thunderBtn {
  background-color: #ffd1c1;
  color: var(--site-primary-color) !important;
  padding: 5px 10px;
  border-radius: 7px;
}

.mediaImage.blue.box .col.text-end {
  display: flex;
}

.mediaContainer .mediaImage .uploadBtn {
  background-color: #e3d8ff;
  color: #3a1593 !important;
  padding: 5px 10px;
  border-radius: 7px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}

button.btn.saveBtn {
  background-color: var(--site-primary-color);
  color: #fff;
  font-size: 15px;
}

.mediaContainer .mediaImage .settingBtn {
  color: #4f8000;
  background-color: #eafdc8;
  padding: 5px 10px;
  border-radius: 7px;
}

.mediaContainer .mediaImage .deleteBtn {
  background-color: #ffd3e9;
  color: #e70777 !important;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 7px;
}

.sliderSmartMedia.smartMediaPreview video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.smartMediaThumb img {
  border-radius: 0.5rem !important;
  min-height: 100px !important;
  max-height: 100px;
  object-fit: cover;
  cursor: pointer;
}

.mediaContainer .mediaImage .uploadBtn input {
  position: absolute;
  left: 0;
  opacity: 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

/* SmartMedia Control Ends */

/* Lab Test Starts */

.testsSection {
  padding: 2rem;
  background-color: #fff;
}

.testsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.sectionHeading {
  font-size: 1.4rem;
  font-weight: 600;
}

.viewAllLink {
  font-size: 0.95rem;
  color: #00b4d8;
  font-weight: 500;
  text-decoration: none;
}

.mutedTextDark {
  color: #777;
}

.viewAllLink:hover {
  text-decoration: underline;
}

.testCard {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  height: 100%;
}

.testCard:hover {
  transform: translateY(-4px);
}

.testImage {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.testContent {
  padding: 15px;
}

.testTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.testDescription {
  font-size: 0.9rem;
  color: #555;
  min-height: 50px;
  margin-bottom: 0.5rem;
}

.testPrice {
  font-weight: 600;
  color: #000;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.detailsButton {
  background-color: #00b4d8;
  color: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  border: none;
}

.detailsButton:hover {
  background-color: #0096c7;
}

.testDescription {
  margin: 10px 0px;
}

.testDetailsCard {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testDetailsBookNowCard {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testImage {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.badgeTag {
  background-color: #e8f5fe;
  color: #0275d8;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
  position: relative;
  top: -201px;
  width: 130px;
  margin: 0px 10px;
}

.availabilityText {
  color: #10b981;
  font-size: 15px;
  font-weight: 500;
}

.timeText {
  font-size: 0.9rem;
  color: #6c757d;
}

.priceText {
  font-size: 1.2rem;
  font-weight: 600;
}

.bookButton {
  background-color: #e11753;
  color: white;
  border-radius: 8px;
  font-weight: 500;
}

.bookButton:hover {
  background-color: #1dbcce;
  color: white;
}

.infoBadge {
  background-color: #f0f0f0;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 5px;
}

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

.sectionIconTestPreparations {
  background-color: #e11753;
  color: #fff;
  border-radius: 10px;
  padding: 6px;
  font-size: 1rem;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionIcon {
  background: linear-gradient(to right, #059669, #10b981);
  color: #28a745;
  border-radius: 10px;
  padding: 6px;
  font-size: 1rem;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infoBox {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.9rem;
}

.successBox {
  background-color: #e6f7f1;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #28a745;
}

.textDetailsCard {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #fff;
}

.testDetailsCard {
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.bookButton {
  background-color: #e11753;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 6px;
  white-space: nowrap;
}

.testDetailsImage {
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sectionIcon i {
  color: #fff;
  font-size: 20px;
}

.successBoxPreparation {
  color: #065f46;
}

.successBox i {
  background: #065f46;
  color: #ffff;
  padding: 4px;
  border-radius: 30px;
  font-size: 10px;
}

.textColorTestDetails {
  color: #475569;
}

.bookNowSchedule {
  position: relative;
  top: 0px;
}

.timeText i {
  color: #000;
}

.headingUnderline {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.headingUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60px;
  /* blue part length */
  height: 3px;
  background-color: #06b6d4;
  /* blue color */
}

.headingUnderline::before {
  content: "";
  position: absolute;
  left: 60px;
  /* starting after blue line */
  bottom: -6px;
  width: 100px;
  /* gray part length */
  height: 3px;
  background-color: #d1d5db;
  /* gray color */
}

/* Lab Test Ends*/

/* wedding collection Css Start Here */
.instaSelectArea {
  width: 100%;
  float: left;
  text-align: center;
  justify-content: center;
  display: flex;
  z-index: 12;
}

.weddingTexts {
  z-index: 1;
}

.instaCitiSelectOne {
  display: inline;
  float: left;
  width: 30%;
  margin-right: 10px;
}

.instaSelectArea .form-control {
  border-radius: 10px;
  height: 48px;
  border: 0px;
}

.instaCitiSelectTwo button {
  height: 48px;
  border: 1px var(--site-primary-color) solid;
  background: var(--site-primary-color);
  color: #fff;
  padding: 0px 40px;
  border-radius: 10px;
}

.instaCitiUnderLeft button.btn.btn-default.modal-footer {
  border-radius: 10px;
  background-color: var(--site-primary-color);
}

@media (max-width: 767px) {
  .instaCitiTopweddingHeaderSection .row.align-items-center span {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  .instaCitiUnderLeft {
    text-align: center;
  }

  .weddingCategoryCards .categoryHeading {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .weddingCategoryCards {
    padding: 20px 0px;
  }

  .instaSelectArea .instaCitiSelectOne {
    display: inline-block;
    float: initial;
    width: 100%;
  }

  .weddingCategoryCards .categoryCardOne {
    display: block;
    margin: 10px 0;
    padding: 10px;
  }

  .weddingCategoryCards .categoryCardOne {
    margin: 10px 0;
  }

  .instaSelectArea {
    display: block;
    float: initial;
  }

  .weddingCategoryCards .categoryCardOne .categoryCardPara {
    margin-bottom: 0px;
  }

  .weddingCategoryCards .categoryHeading {
    font-size: 18px;
    margin-bottom: 0px;
  }
}

/* wedding collection Css End Here */

/* all Billers css start here */
.allBillers .dealsAreaIcon {
  padding: 15px 25px;
  border-radius: 10px;
}

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

.paymentsBill img {
  width: 100%;
}

@media (max-width: 767px) {
  .allBillers .dealsAreaIcon {
    margin-right: 0px;
    flex: 1 1 calc(50% - 10px);
  }
}

.breadCrumbNav .breadCrumbLink {
  color: #000;
}

.breadCrumbLink.active {
  color: #4b2aad;
}

.breadCrumbDot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: var(--site-primary-color);
}

/* all Billers css end here */

.listingSubmitBand {
  max-width: 100%;
  background: #4caf50;
  border-radius: 100px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin: 30px auto;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
}

.congratulationsIcon svg {
  width: 200px;
  height: 235px;
}

.featuredListing {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.featuredListing .ListingLeftContent {
  background: #978efd;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  height: 70px;
  border-radius: 10px 0px 0px 0px;
}

.featuredListing .ListingRightContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #7065f0;
  padding: 10px;
  height: 70px;
  border-radius: 0px 10px 10px 0px;
}

.featuredListing .ListingRightContent img.ListingLogo {
  width: 100px;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
}

.featuredListing .ListingLeftContent i {
  font-size: 24px;
  color: #ffd400;
}

.featuredListing .ListingLeftContent .featuredText {
  font-size: 18px;
  font-weight: 500;
}

.ListingRightContent .priceText {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.featuredListing .propertyImage {
  position: relative;
  overflow: hidden;
}

.propertyImage .newBadge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 50px;
}

.propertyImage .favoriteIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  color: #d33;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.featuredListing .propertyBody h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.featuredListing .propertyBody {
  padding: 10px 15px;
}

.propertyFooter {
  border-top: 1px solid #ddd;
  padding: 10px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.propertyFooter .btnViewMore {
  background: #8563f3;
  border: none;
  color: #fff;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 16px;
}

.propertyImage img.img-fluid.w-100 {
  width: 100% !important;
  height: 250px;
  border-radius: 0px 0px 10px 10px;
  object-fit: cover;
}

.featuredListing .propertyBody a.small {
  font-size: 16px;
  color: #7065f0;
  margin-bottom: 8px !important;
  display: block;
}

.featuredListing .propertyFooter .iconGroup {
  color: #64748b;
}

.propertyFooter .iconGroup i {
  font-size: 24px;
  margin-right: 5px;
}

.featuredListing.NormalListing .propertyImage img.img-fluid {
  border-radius: 10px;
}

.featuredListing.NormalListing .propertyBody {
  padding-top: 0px;
}

.featuredListing.NormalListing .propertyBody span.priceText {
  color: #8563f3;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 24px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .featuredListing .ListingRightContent {
    border-radius: 0px;
  }

  .propertyBody {
    padding: 10px 5px !important;
  }

  .propertyFooter {
    padding: 10px 0px;
  }

  .featuredListing .ListingLeftContent {
    border-radius: 10px 10px 0px 0px;
  }
}

.autocomplete-item {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color 0.2s ease;
}

.autocomplete-item:hover,
.autocomplete-item.highlighted {
  background-color: #e3f2fd;
  border-left: 3px solid #2196f3;
}

.autocomplete-item i {
  font-size: 12px;
  color: #6c757d;
}

.autocomplete-item span {
  color: #333;
  font-size: 14px;
}

.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px #00000026;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 4px;
  animation: _ngcontent-ng-c3475403375_slideDown 0.2s ease-out;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.property-features .feature .value {
  font-size: 0.9rem;
  background: #cdcdcd;
  border-radius: 5px;
  color: #fff;
}

.property-features .feature {
  margin-bottom: 0.2rem;
}

.property-features .feature .value {
  font-size: 0.9rem;
  background: #cdcdcd;
  border-radius: 5px;
  color: #fff;
}

.property-features .feature .check,
.property-features .feature .value {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  display: inline-block;
}

.property-features .feature .check {
  color: #93c47d;
}

.sectionHeading .h6 {
  color: #1c5fe9;
}

.localityDetailBtn {
  color: var(--site-primary-color);
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.scrollable-content-container .dishPlate {
  height: initial;
}

.gm-style .gm-style-iw {
  overflow: initial;
}

.gm-style .gm-style-iw-c {
  overflow: initial;
}

button.gm-ui-hover-effect {
  position: absolute !important;
  z-index: 12;
  top: -22px;
  right: -22px;
}

app-root section.pageContentArea {
  padding-top: 0px;
}

.overviewSection strong {
  font-size: 18px;
}

.overviewSection p {
  color: #8f8f8f;
  font-size: 15px;
}

.container.overviewSection a.link {
  color: var(--site-primary-color);
  text-decoration: underline !important;
}

.mapArea .mapView div#map {
  height: 370px !important;
}

.HomeLoan img {
  width: 48px;
}

button.btnClose {
  position: absolute;
  right: 15px;
  background-color: transparent;
  border: 0px;
  top: 15px;
  color: var(--site-primary-color);
  z-index: 12;
}

.modal-content {
  border-radius: 15px;
}

.BigDotData th,
.BigDotData td {
  border: 1px solid #ddd;
  padding: 8px;
}

.disabledDropdown {
  pointer-events: none;
  opacity: 0.8;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
}

.country-dropdown::after {
  display: none;
}

/* Global page scaffold */
/* body {
  background: #f5f7fb;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  min-height: 100vh;
} */

.page-header {
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 16px;
}

/* Card + two-panel layout */
.wizard-card {
  background: #fff;
  /* border-radius: 20px; */
  box-shadow: 0 20px 40px rgba(18, 38, 63, 0.08);
  overflow: hidden;
}

.wizard-illustration {
  background: var(--site-primary-color);
  height: 100%;
}

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

/* Progress header (matches your previous wizards) */
.progress-header {
  background: linear-gradient(
    45deg,
    var(--site-secondary-color),
    var(--site-primary-color)
  );
  padding: 1.25rem;
  color: #fff;
  text-align: center;
}

.progress-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
  font-weight: 700;
  font-size: 1rem;
  border: 3px solid rgba(255, 255, 255, 0.35);
}

.step-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.step-subtitle {
  font-size: 0.9rem;
  opacity: 0.95;
  margin: 0.35rem 0 0;
}

/* Form styles */
.wizard-body {
  padding: 20px 28px;
  height: auto;
  overflow-y: auto;
  max-height: 420px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

/* .form-label {
  font-weight: 600;
  color: #374151;
}

.form-control,
.form-select {
  border-radius: 10px;
  border: 1.5px solid #e5e7eb;
  padding: 0.7rem 1rem;
} */

.form-control:focus,
.form-select:focus {
  border-color: var(--site-primary-color);
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

.navigation-bar {
  padding: 14px 28px;
  border-top: 1px solid #eef0f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafbfc;
  bottom: 0px;
  position: absolute;
  width: 100%;
}

.btn-primary {
  background: var(--site-primary-color);
  border: none;
  border-radius: 25px;
  padding: 0.7rem 1.4rem;
}

.btn-outline-secondary {
  border-radius: 25px;
  padding: 0.7rem 1.4rem;
}

.modal-dialog.modal-xl {
  max-width: 1100px;
}

/* .modal-body,
.offcanvas-body {
  padding: 0;
} */

.offcanvas-bottom {
  height: 90vh !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .wizard-body,
  .navigation-bar {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.wizard-container {
  max-width: 650px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.wizard-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.formHeader {
  background: linear-gradient(45deg, #007bff, #0056b3);
  padding: 1.5rem;
  color: white;
  text-align: center;
  position: relative;
}

.progress-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-weight: bold;
  font-size: 1.1rem;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.step-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.step-subtitle {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0.5rem 0 0;
}

.formGreeting {
  padding: 1rem 2rem 0;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.formControls {
  padding: 2rem;
}

/* .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.form-control,
.form-select {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
} */

.form-control:focus,
.form-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group-text {
  border-radius: 10px 0 0 10px;
  border: 1px solid #dee2e6;
  border-right: none;
  background: #f8f9fa;
  font-weight: 600;
}

.input-group .form-control {
  border-radius: 0 10px 10px 0 !important;
  font-size: clamp(13px, 1vw, 14px);
}

.input-group:focus-within .input-group-text {
  border-color: var(--site-primary-color) !important;
}

.customGradient .cardHeaderTitle {
  display: none;
}

.loan-type-card {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
}

.loan-type-card:hover {
  border-color: #007bff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.loan-type-card.selected {
  border-color: #007bff;
  background: #f8f9fa;
}

.loan-type-icon {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 0.5rem;
}

.amount-display {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.amount-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
}

.formAcknowledge,
.formRepaint {
  display: none;
}

.purpleText {
  color: #764ba2 !important;
}

.formFooter {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.formActions {
  padding: 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

/* .btn {
  border-radius: 25px;
  padding: 0.75rem 1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
  border: none;
}

.btn-primary {
  background: linear-gradient(45deg, #007bff, #0056b3);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary:hover {
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
} */

.is-invalid {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem !important;
}

@media (max-width: 768px) {
  .formActions {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .dealCard .dealImage {
    height: 250px;
  }

  .dealBody {
    min-height: auto;
  }

  .realEstateHeroSection {
    padding-top: 0px !important;
  }
}

@media (max-width: 576px) {
  .wizard-container {
    margin: 1rem auto;
    padding: 0 0.5rem;
  }

  .formControls {
    padding: 1.5rem;
  }

  .formActions {
    padding: 1rem 1.5rem;
    grid-template-columns: 1fr;
  }
}

.partnerLogo {
  height: 65px;
}

button.btnClose i {
  font-size: 20px;
}

button.nearbyThings {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 6px 14px;
  border: none;
  outline: none;
  background-color: var(--site-primary-color);
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.globalGoToTop {
  overflow: hidden;
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  bottom: 50px;
  right: 30px;
  text-align: center;
  z-index: 9999;
  color: #fff;
  background-color: var(--site-primary-color);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.globalGoToTop:hover {
  color: #fff;
  background-color: var(--site-tertiary-color);
}

.selectLocateHeader {
  border: 1px solid #efefef;
  padding: 5px 10px;
  border-radius: 8px;
}

.realStateLandingPageSearchInput.ng-select {
  border: none;
}

.realStateLandingPageSearchInput.ng-select .ng-select-container {
  min-height: 45px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: white;
}

.realStateLandingPageSearchInput.ng-select
  .ng-select-container
  .ng-value-container {
  padding: 5px 15px;
}

.realStateLandingPageSearchInput.ng-select
  .ng-select-container
  .ng-value-container
  .ng-placeholder {
  color: #999;
  top: initial !important;
  padding-bottom: 0px !important;
}

.realStateLandingPageSearchInput.ng-select.ng-select-focused
  .ng-select-container {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.realStateLandingPageSearchInput.ng-select .ng-dropdown-panel {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.realStateLandingPageSearchInput.ng-select
  .ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option {
  padding: 6px 15px;
  text-align: left;
}

.realStateLandingPageSearchInput.ng-select
  .ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-marked {
  background-color: #f0f0f0;
}

.realStateLandingPageSearchInput.ng-select
  .ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-selected {
  background-color: #007bff;
  color: white;
}

.countryFlagPicker {
  width: 22px;
  margin-right: 5px;
  border-radius: 3px;
}

.otherSearchArea ul.dropdown-list {
  border-radius: 10px;
  margin-top: 4px !important;
}

.dropdown.locationSearchArea .dropdown-menu.show {
  padding: 0px;
  margin-top: 4px;
}

.form-label {
  color: #222;
  font-size: clamp(13px, 0.9vw, 14px) !important;
  margin-bottom: 2px !important;
}

.customButton {
  border-radius: 8px !important;
  padding: 10px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #fff !important;
  border: 0 !important;
}

.wizard-card .flex-grow-1 {
  position: relative;
}

.dropdown button.btn.bg-white.dropdown-toggle {
  background-color: transparent !important;
  padding: 0px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
}

/* .dropdown button.btn.bg-white.dropdown-toggle:after {
  display: none;
} */

.dropdown button.btn.bg-white.dropdown-toggle {
  background-color: #fff !important;
  padding: 4px 8px;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  display: flex;
  align-items: center;
}

.profileAvatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
  line-height: 32px !important;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}

.profileHeader .profileName {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.dropdown.LoginDropDown ul.dropdown-menu {
  overflow-y: auto;
  margin-top: 10px !important;
  width: auto;
  padding: 10px !important;
  overflow-x: hidden;
  border-radius: 15px;
}

/* submit your property css start here */

.freeNotice {
  font-size: 22px;
  margin: 15px 0;
  font-style: italic;
  font-weight: 500;
}

.submitPropertyLeft {
  width: 50%;
  background-color: #f4ecff;
}

.submitPropertyContainer {
  border-radius: 15px;
}

.submitPropertyLeft h2.mb-4 {
  font-size: 28px;
}

.submitPropertyRight {
  width: 50%;
}

.propertyFeatures li .featureIcon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3a1497;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
}

.propertyFeatures li {
  font-size: 16px;
}

.submitPropertyRight .payNowBtn {
  background: #fa5f1c;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  transition: background 0.2s;
  padding: 10px !important;
  width: 100%;
}

.payNowBtn:hover {
  background: #d94e14;
}

.submitPropertyRight .priceText {
  font-size: 45px;
  color: #3a1497;
}

.submitPropertyRight a.selected {
  color: #7954d5;
  border-bottom: 1px dashed #7954d5 !important;
}

.submitPropertyRight .listingFee {
  font-size: 18px;
}

.homePropertyImg {
  width: 120px;
  float: inline-end;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .submitPropertyLeft {
    width: 100%;
    border-radius: 10px;
  }

  .submitPropertyRight {
    width: 100%;
    padding: 10px 10px !important;
  }

  .submitPropertyContainer {
    display: block !important;
  }
}

/* submit your property css end here */

.reservePropertyCard .heading p {
  color: #7f7f7f;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.reservePropertyCard .heading h1 {
  font-size: 28px;
  font-weight: 600;
}

.reservePropertyCard .heading h2 {
  font-size: 22px;
  font-weight: 600;
}

.reservePropertyCard .heading h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.reservePropertyCard {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
}

.reservationAmout {
  color: #e96b6b;
  font-size: 16px;
}

.reservationBox {
  font-family: Arial, sans-serif;
  width: 100%;
  margin-top: 20px;
}

.reservationRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.reservationRow h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.reservationRow .smallLink {
  display: block;
  font-size: 16px;
  margin-top: 0px;
}

.reservationRow .learnMore {
  font-size: 14px;
  color: #6641be;
  margin-left: 5px;
  border-bottom: 1px dashed;
  font-weight: 500;
}

.reserveInfoBar {
  width: 100%;
  background: #3e31cf;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.UserLogin img.profileAvatar {
  margin-right: 0px;
}

.gallerySection {
  text-align: center;
  border: 1px dashed #635ef7;
  border-radius: 10px;
  background: #f5f6fe;
  padding: 24px 0 18px 0;
  margin-bottom: 35px;
}

.gallerySection .uploadIcon {
  font-size: 30px;
  margin-bottom: 5px;
}

.gallerySection .uploadInfo {
  color: #7878a0;
  font-size: 14px;
  margin-bottom: 12px;
}

.chooseFilesButton {
  background: #404852;
  color: #fff;
}

.chooseFilesButton:hover {
  color: #fff;
}

.buttonRow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.backButton {
  border: 1px solid #cccccc;
  color: var(--PrimaryColor);
}

.borderRadius100 {
  border-radius: 100px;
}

.borderRadius10 {
  border-radius: 10px;
}

.progressHeader .progress-circle {
  background-color: var(--site-primary-color);
  display: block;
  margin: initial;
  line-height: 55px;
  text-align: center;
  margin-right: 30px;
  color: #fff;
}

.progressHeader {
  display: flex;
  padding: 0px 0px 10px;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.wizardlustration .title {
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0px 10px !important;
}

.wizardlustration img {
  width: 100px;
}

.wizardlustration {
  background-color: var(--site-primary-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.modal-content.modalDynamic {
  padding: 20px;
}

.navigationBar {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-content.SchoolWizardModal {
  padding: 20px;
  border-radius: 30px;
  position: relative;
}

button.wizardCloseBtn.btn {
  position: absolute;
  right: -5px;
  top: -12px;
  padding: 0px;
  font-size: 25px;
  z-index: 12;
}

button.wizardCloseBtn.btn i {
  background-color: #fff;
  border-radius: 100px;
  color: var(--site-primary-color);
}

.dropImg i {
  color: var(--site-primary-color) !important;
}

.dropImg:hover {
  border-color: var(--site-primary-color) !important;
  background: #f0f4ff;
}

.dropImg {
  cursor: pointer;
  border: 2px dashed var(--site-primary-color);
}

/* deals home page css start here */

.logoContainer {
  height: 100%;
  cursor: pointer;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.logoImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.dealPricePrimary {
  font-size: 18px;
  margin-right: 10px;
  color: var(--site-primary-color);
}

.dealPriceStrikethrough {
  font-size: 16px;
}

.storeItem {
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-image-slice: 1;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.175);
  width: 100%;
  height: 140px;
  background-color: #fff;
}

.saveBadge {
  border-radius: 10px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: var(--site-primary-color);
  position: absolute;
  text-align: center;
  left: 0;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background-color: var(--site-primary-color);
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.storeItem:hover .saveBadge.saveBadgeA {
  opacity: 1;
}

.storeRow {
  margin-bottom: 20px;
}

.dealCard .dealImage {
  width: 100%;
  object-position: top;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  display: block;
}

.dealBody {
  min-height: 193px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dealTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.card.dealCard.shadow-sm {
  border-radius: 10px;
  overflow: hidden;
}

.wizardBody .formGroup input#mobile {
  border-left: 0px;
  border-radius: 0px 10px 10px 0px !important;
}

.filterBar .filterButton {
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 10px;
  font-weight: 500;
}

.filterBar .filterDropdown {
  background-color: white;
  border: 1px solid #dee2e6;
  color: #495057;
  padding-left: 20px;
  padding-right: 20px;
}

.sortButton i {
  font-size: 1rem;
}

.storeCard {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.cardImageWrapper {
  position: relative;
  overflow: hidden;
}

.cardBannerImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.saveBadgeBtn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 0.85rem;
  font-weight: bold;
  color: white;
  border-bottom-left-radius: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.saveBadgeGreen {
  background-color: var(--site-primary-color);
}

h2.sectionTitle.dealsName {
  font-size: 24px;
  margin-bottom: 8px;
}

.cardTitle {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.cardDetail {
  font-size: 14px;
  line-height: 1.2;
}

.ratingPill {
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
  min-width: 35px;
  text-align: center;
}

.ratingPillGreen {
  background-color: #5cb85c;
}

.bankOffersTitle {
  font-size: 22px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border: 1px dashed #ffff;
  display: inline-block;
  background-color: var(--site-primary-color);
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}

.sectionBox .symbol i {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  color: var(--site-primary-color);
}

.couponBadge {
  background-color: var(--site-primary-color);
  border-radius: 5px;
  border: 1px dashed #fff;
}

.cardImageOverlay.cbqOverlay {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}

img.cbqCards {
  height: 100%;
  width: 100%;
  object-position: top;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .filterBar .filterButton {
    padding: 5px 12px;
    font-size: 0.85rem;
  }

  .cardImageOverlay.cbqOverlay {
    height: 100%;
  }

  .dealCard .dealImage {
    height: 100%;
  }

  .mainGalleryImage {
    height: auto !important;
  }

  .cardImageWrapper {
    height: auto;
  }
}

.categoryTabs {
  background-color: #fff;
  padding: 10px 0px;
}

.categoryTabs h3 {
  font-size: 22px;
  color: var(--site-primary-color);
  font-weight: 600;
}

@media (max-width: 767px) {
  .voucherCard {
    display: block !important;
  }

  .storeItemColorA.storeItem {
    height: 120px;
  }

  .checkOutletsButton {
    margin-top: 15px;
  }

  .componentContainer .headerSection {
    display: block !important;
  }

  .voucherCardsRow .giftVoucherCard .getButton {
    padding: 6px 10px;
    border-bottom: 5px solid #0a55d4;
    font-size: 12px;
  }

  .componentContainer .ratingBadge {
    min-width: 70px;
  }

  .voucherCard .saveButton {
    width: 100%;
    margin-top: 10px;
  }

  .componentContainer .logoWrapper {
    width: 90px !important;
    height: 90px !important;
  }

  .componentContainer .logoStrip {
    justify-content: center;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}

.componentContainer {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.componentContainer .brandLogo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
}

.ratingBadge {
  text-align: right;
  background-color: #38a169;
  color: white;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1.1;
  margin-left: 15px;
  min-width: 80px;
}

.ratingBadge .ratingValue {
  font-size: 1.25rem;
}

.ratingBadge .visitsCount {
  font-size: 0.7rem;
  font-weight: normal;
  opacity: 0.8;
}

.openStatus {
  color: #38a169;
  font-weight: 500;
}

.readMoreLink {
  color: #e91e63;
  text-decoration: none;
  font-weight: 500;
}

.voucherCard {
  background-color: #ebf5ff;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voucherCard .voucherIcon {
  font-size: 22px;
  color: #4c8bf5;
}

.voucherCard .saveButton {
  background-color: #4c8bf5;
  color: white;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 6px;
  border: none;
}

.otherOutletsCard {
  background-color: #fce4ec !important;
  border-radius: 8px;
}

.otherOutletsCard .tagsIcon {
  font-size: 22px;
  color: #e91e63;
}

.outletButton {
  background-color: white !important;
  color: #e91e63 !important;
  border: 1px solid #e91e63 !important;
}

.componentContainerV2 {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.headerSection {
  padding-top: 10px;
}

.voucherTitle {
  font-weight: 600;
}

.voucherValidity {
  font-size: 0.85rem;
  color: #555 !important;
}

.outletsAndBought {
  font-size: 0.8rem;
  color: #333;
}

.fireIcon {
  color: #e91e63;
}

.headerDivider {
  border-top: 1px solid #eee;
  opacity: 1;
}

.checkOutletsButton {
  color: #e91e63;
  border: 1px solid #e91e63;
  background-color: transparent;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 8px;
  white-space: nowrap;
}

.checkOutletsButton:hover {
  background-color: #fce4ec;
}

.giftVoucherCard {
  background-color: #f7f9fc;
  border-radius: 8px;
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.giftVoucherCard .voucherName {
  font-size: 18px;
  font-weight: 600;
}

.giftVoucherCard .refundStatus {
  font-size: 14px;
  color: #888;
}

.voucherInfo span.badge {
  background-color: var(--site-primary-color) !important;
}

.giftVoucherCard .getButton {
  background-color: #fff;
  color: #0a55d4;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 10px;
  border: 1px solid #0a55d4;
  white-space: nowrap;
  border-bottom: 5px solid #0a55d4;
}

.saveInfo {
  font-size: 14px;
  font-weight: 600;
  color: #0a55d4;
  border-radius: 4px;
  margin-top: 8px;
  text-align: center;
}

.saveIcon {
  font-size: 1rem;
}

.componentContainer .logoWrapper {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.componentContainer .dealLogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.componentContainer .logoStrip {
  display: flex;
  gap: 15px;
  justify-content: center;
}

/* deals home page css end here */

.footerLinks a {
  color: #412096 !important;
  border-bottom: 1px dashed #412096;
  font-weight: 400;
}

.dealImage img {
  width: 100px;
  object-fit: cover;
  height: 100px;
  border-radius: 8px;
}

.dealImage {
  margin-right: 10px;
}

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

@media (max-width: 767px) {
  .saveInformation {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .giftVoucherCard .voucherInfo {
    display: block;
    align-items: center;
  }

  .voucherInfo .dealImage {
    margin-right: 0px;
  }

  .dealImage img {
    width: 100%;
    height: 140px;
  }

  .giftVoucherCard .voucherName {
    margin-top: 10px;
  }

  .voucherCardsRow .giftVoucherCard {
    display: block;
    padding: 10px;
  }

  .saveInformation .saveInfo {
    margin-top: 0px !important;
    margin-left: 15px;
  }
}

.mainGalleryImage {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.dealInfoBox {
  background: white;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
  border: 1px solid #e0e0e0;
}

.dealInfoBox .sectionTitle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.dealInfoBox p {
  font-size: 14px;
  margin-bottom: 5px;
}

.purchaseCard {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.pricingDisplay {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
}

.alert.alertSuccess {
  background-color: var(--site-secondary-color);
  padding: 10px;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
}

.buyButton {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #1a9d60;
  color: #fff;
}

.buyButton:hover {
  background-color: #198754;
  color: #fff;
}

.modal-footer .btn-primary {
  background: var(--site-primary-color) !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 7px 15px !important;
}

button.btn.shareDealBtn {
  border: 1px solid var(--site-primary-color);
  border-radius: 100px;
  color: var(--site-primary-color);
  font-size: 14px;
}

.largeFinalPrice {
  font-size: 30px;
  font-weight: 800;
  color: var(--site-primary-color);
}

.largeRegularPrice {
  font-size: 1.2rem;
  text-decoration: line-through;
  color: #999;
}

div#carouselExampleAutoplaying .arrowBox {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  bottom: 90px;
}

div#carouselExampleAutoplaying button.carousel-control-prev,
button.carousel-control-next {
  opacity: 1;
}

div#carouselExampleAutoplaying button.carousel-control-prev:hover .arrowBox {
  background-color: #fff;
  opacity: 1;
  color: #000;
  transform: scale(1.1);
}

div#carouselExampleAutoplaying button.carousel-control-next:hover .arrowBox {
  background-color: #fff;
  opacity: 1;
  color: #000;
  transform: scale(1.1);
}

/* .sectionBox .boxbg h3 {
  width: 60%;
  background-color: var(--site-primary-color);
  padding: 10px 0;
  margin: 0px;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 400;
} */

.sectionBox {
  display: flex;
  width: 100%;
  /* float: left; */
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #d9d9d9;
  align-items: center;
  justify-content: space-between;
}

.sectionBox h5 {
  margin-bottom: 0px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 2px solid var(--site-primary-color);
  padding-bottom: 5px;
  font-size: 16px;
}

.sectionBox .symbol i {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

.sectionBox .symbol {
  float: right;
}

/* Color Overrides to match the image */
.headerContainer .logoWrapperDeals img {
  width: 100px;
  height: auto;
}

input.form-control.searchForDeals {
  height: 40px !important;
  border-left: 0px;
  border-radius: 0px 0px 0px 0px !important;
}

.searchGroup .dealsCategoryBtn {
  height: 40px;
  width: auto;
  max-width: 150px;
  color: #fff;
  background-color: var(--site-primary-color);
  border-color: var(--site-primary-color);
  border-radius: 5px 0px 0px 5px;
  /* background-image: url(https://dkzxkcjlbnjui.cloudfront.net/uploads/media/icons/arrow-down-white.svg);
  background-size: 16px;
  background-position-y: 18px; */
  padding: 0px 15px;
}

.headerIcons .cartBadge {
  font-size: 12px;
  width: 18px;
  line-height: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
}

@media (max-width: 768px) {
  .headerIcons {
    gap: 10px !important;
  }
}

button.btn.dealSearchBtn {
  height: 40px;
  background-color: var(--site-primary-color);
  color: #fff;
}

.dealsHeaderContent {
  display: flex;
  align-items: center;
  justify-content: end;
}

.couponSection {
  background: var(--site-primary-color);
  background: linear-gradient(
    to right,
    var(--site-secondary-color),
    var(--site-primary-color)
  );
  min-height: 500px;
  padding: 40px 0px;
}

.headerWrapper {
  border-bottom: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #d9d9d9;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px !important;
}

.couponCard {
  background: #fff;
  padding: 20px 0px;
  margin: 0px 15px;
  border-radius: 10px;
}

.logoWrapper {
  height: 160px;
  padding: 20px;
}

.logoWrapper img.brandLogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-dotted {
  border-top: 2px dotted #e0e0e0 !important;
}

.offerHeading {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}

.storeInfo,
.expiryText {
  font-size: 14px;
}

.getCodeButton {
  background-color: var(--site-primary-color);
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  border-radius: 5px;
  padding: 8px;
}

.getCodeButton:hover {
  background-color: var(--site-primary-color);
  color: #fff;
}

.customPrevBtn,
.customNextBtn {
  border-radius: 5px;
  color: #fff;
  background-color: var(--site-primary-color);
  font-size: 18px;
  border: 0px;
}

.couponBadge h3 {
  margin-bottom: 0px;
  font-size: 22px;
  /* color: var(--site-primary-color); */
  border: 0px;
  padding: 0px;
}

.couponBadge i {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .headerWrapper {
    width: 94%;
    display: block !important;
  }

  .sectionBox .symbol {
    float: initial;
    text-align: center;
    margin-top: 10px;
  }

  .sectionBox .bankOffersTitle {
    font-size: 22px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }

  .couponBadge {
    justify-content: center;
    padding: 10px !important;
  }

  .couponBadge h3 {
    font-size: 20px;
  }

  .couponBadge i {
    font-size: 20px;
  }

  .couponSection {
    position: relative;
  }

  .sectionBox {
    display: block;
  }

  .couponCard {
    margin-bottom: 40px;
  }

  .navigationControls {
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hdfcCard {
  border-radius: 10px;
}

.hdfcCard .card-body.card {
  border-radius: 0px 10px 10px 0px;
}

.bankTitle {
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.cashbackHighlight {
  font-size: 18px;
}

.termsLink {
  color: #3a1693;
  font-size: 0.85rem;
  font-weight: 500;
}

.imageNavButtons button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

/* Ensure the image covers the area on desktop */
.hdfcCard img {
  height: 100%;
  object-fit: cover;
}

button.applyNowBtn.btn {
  background-color: var(--site-primary-color);
  padding: 8px;
  color: #fff;
  font-size: 15px;
}

a.btnCardDetail {
  width: 100%;
  display: block;
  background-color: var(--site-primary-color);
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
}

.card-body.dealBody {
  z-index: 999 !important;
  position: relative;
}

.customImageLg {
  object-fit: cover;
}

.customImageMd {
  object-fit: cover;
  height: 100%;
}

/* .customGradient {
  background: linear-gradient(0deg, rgb(241 90 37) 0%, rgba(0, 0, 0, 0) 40%);
  padding: 10px;
  background: linear-gradient(0deg,
      var(--site-primary-color) 0%,
      color-mix(in srgb, var(--site-secondary-color), transparent 70%) 30%);
} */

.cardHeaderTitle {
  font-weight: 500;
  font-size: 16px;
}

.storeCardsRow .col-12 {
  display: flex;
}

.storeCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.storeCard .cardBannerImage {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.storeCard .card-body.cardContent {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.storeCard .cardTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.storeCard .cardDetail {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
}

.storeCard .btnCardDetail {
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--site-primary-color);
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.storeCard .btnCardDetail:hover {
  background-color: #d1491e;
  color: #fff;
}

/* Ensure the search group doesn't clip the menu */
.searchGroup {
  position: initial;
}

/* Force the dropdown to span the entire screen width */
.dealsMegaMenu {
  border-radius: 5px;
  border: none;
  border-top: 2px solid var(--site-primary-color);
  width: 90%;
  top: 20px !important;
  inset: initial !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 20px !important;
}

/* Styling the links inside the mega menu */
.dealsMegaMenu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0 !important;
  text-transform: uppercase;
  font-size: 15px;
}

.dealsMegaMenu a:hover {
  color: var(--site-primary-color);
  padding-left: 5px;
  transition: all 0.2s;
}

.liveBigDotSupport2 .input-group-text.dealsCountryCode {
  border-radius: 10px 0px 0px 10px !important;
  cursor: pointer;
}

.liveBigDotSupport2 input.form-control.dealsFormControl {
  border-radius: 0px 10px 10px 0px !important;
  margin-left: 0px !important;
}

.imageNavButtons {
  z-index: 1;
  margin: 0px !important;
  bottom: 10px !important;
  right: 10px !important;
  width: 100%;
  display: flex;
  justify-content: end;
}

.accommodationBtn {
  border: 1px solid #463bc6 !important;
  color: #463bc6 !important;
  opacity: 1 !important;
}

.dealNotFound img.dealImage {
  height: 396px;
  object-fit: cover;
}

/* event site page css start here */

.eventCustomCarousel {
  /* background: linear-gradient(90deg, #ffffff 0%, #e0e0e0 100%); */
  background-color: var(--site-primary-color);
  background: linear-gradient(
    to right,
    var(--Secondary_Color),
    var(--site-primary-color)
  );
  border-radius: 15px;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.CarouselItemContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.eventDetails {
  flex: 1;
  padding-right: 20px;
  width: 70%;
}

.eventDateTime {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.eventDetails .eventTitle {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
  line-height: 35px;
}

.eventlocation {
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
}

.eventPrice {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.eventBtnBook {
  background-color: var(--site-primary-color);
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
}

/* Poster Image Styling */
.eventPosterContainer {
  /* flex: 0 0 350px; */
  width: 30%;
  height: 500px;
}

.eventPosterImg {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Carousel Indicators - Dots */
.carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
}

.carousel-indicators .active {
  background-color: var(--site-primary-color);
}

/* Custom Navigation Arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  /* Makes white arrows black */
  width: 1.5rem;
}

@media (max-width: 767px) {
  .CarouselItemContent {
    padding: 20px 0px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }

  .eventPosterContainer {
    /* flex: 0 0 350px; */
    width: 100%;
    height: initial;
  }

  .eventDetails {
    padding: 15px;
    width: 100%;
  }

  .UserLogin .profileAvatar {
    border: none;
    margin: 0px;
  }

  .eventCustomCarousel {
    border-radius: 0px;
  }
}

.eventCustomCarousel .carousel-control-next,
.eventCustomCarousel .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.eventCard {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  transition: transform 0.2s;
  cursor: pointer;
}

.eventCard:hover {
  transform: translateY(-5px);
}

.imageContainer {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.eventImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardContent {
  padding: 16px;
}

.cardContent .eventDate {
  color: var(--site-primary-color);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.cardContent .eventTitle {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cardContent .eventLocation {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 2px;
}

.cardContent .eventPrice {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.exploreContainer {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
}

.categoryScrollWrapper {
  display: flex;
  overflow-x: auto;
  /* gap: 15px; */
  padding-bottom: 10px;
  scrollbar-width: none;
  margin-top: 20px;
  /* flex: 0 0 auto; */
  /* width: 130px; */
  /* text-align: center; */
}

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

.categoryCard {
  /* flex: 0 0 auto; */
  width: 110px;
  height: 150px;
  flex: 0 0 auto;
  width: 130px;
  text-align: center;
  /* border: 1px solid #e8e8e8; */
  /* border-radius: 10px; */
  /* background: linear-gradient(180deg, #ffffff 0%, #fff9e6 100%); */
  /* display: flex; */
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
  /* padding: 10px 5px; */
  /* cursor: pointer; */
  /* transition: transform 0.2s ease; */
}

.categoryCard:hover {
  transform: translateY(-3px);
  border-color: var(--site-primary-color);
}

/* .categoryLabel {
        font-size: 0.65rem;
        font-weight: 800;
        color: #7a632a;
        text-transform: uppercase;
        text-align: center;
    } */

.categoryIcon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.horizontalScroll {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  /* padding-bottom: 10px; */
  scrollbar-width: none;
  margin-top: 25px;
}

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

/* Safari/Chrome */
.horizontalScroll .artistCard {
  flex: 0 0 auto;
  width: 130px;
  text-align: center;
}

.horizontalScroll .artistImageWrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}

.horizontalScroll .artistImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
  border: 2px solid #9e9e9e;
}

.horizontalScroll .artistName {
  font-size: 18px;
  font-weight: 600;
}

.sectionWrapper {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
}

.hdfcCard .row.g-0 {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.hdfcCard .col-md-5 {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 0;
}

.bankImage {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px 0 0 12px;
}

.hdfcCard owl-carousel-o,
.hdfcCard .owl-carousel,
.hdfcCard .owl-stage-outer,
.hdfcCard .owl-stage,
.hdfcCard .owl-item {
  height: 100% !important;
}

.hdfcCard .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hdfcCard .d-grid {
  margin-top: auto;
  margin-bottom: 10px;
}

.termsLink {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}

.hdfcCard .row.g-0 {
  height: 100%;
}

.eventHeroSection img.img-fluid {
  width: 100%;
  border-radius: 10px;
}

.eventDetailPage .ticketCard {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.ticketCard button.btn.buyButton {
  position: absolute;
  bottom: 20px;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
}

.eventDetailPage {
  background: linear-gradient(
    to right,
    var(--Secondary_Color),
    var(--site-primary-color)
  );
  padding: 20px 0px;
}

.galleryImg {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}

.artistThumb {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}

/* event site page css end here */

.addtionalInfoBtn.btn {
  background-color: var(--site-primary-color);
  color: #fff;
  margin-top: 20px;
}

/* new deals Ui top banner */

.grandHeroSection {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin: 10px auto;
  border-radius: 5px;
}

.heroBackgroundImage {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 6s ease;
}

.overlayGradientLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.glassInfoPanel {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-left: 5px solid var(--site-primary-color);
  padding: 25px 35px;
  border-radius: 0 15px 15px 0;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  max-width: 600px;
  animation: fadeUpAnimation 1s ease-out;
}

.mainHeadlineText {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.subDescriptionText {
  color: #e0e0e0;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 10px;
  max-width: 95%;
}

.accentColorText {
  color: var(--site-primary-color);
}

.pricingWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.priceTagContainer {
  color: #fff;
}

.oldPriceText {
  text-decoration: line-through;
  color: #bbb;
  font-size: 0.9rem;
  display: block;
}

.currentPriceText {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--site-primary-color);
}

.perNightLabel {
  font-size: 0.8rem;
  color: #fff;
}

.primaryActionButton {
  background-color: var(--site-primary-color);
  border: none;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212529;
}

.primaryActionButton:hover {
  background-color: #fff;
  color: var(--site-primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--site-primary-color);
}

/* 6. Custom Arrows */
.navCircleButton {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.navCircleButton:hover {
  background: var(--site-primary-color);
  border-color: var(--site-primary-color);
}

/* Bootstrap Overrides */
.carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #fff;
}

.carousel-indicators .active {
  background-color: var(--site-primary-color);
  transform: scale(1.2);
}

@keyframes fadeUpAnimation {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* middle banner */

.seasonalImageSliderSection {
  width: 100%;
  margin-top: 20px;
  position: relative;
  padding: 0px 10px !important;
}

.promoBannerImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
}

.customDotIndicators {
  bottom: 15px;
}

.customDotIndicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0 6px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.customDotIndicators .active {
  background-color: #fff;
  transform: scale(1.3);
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* adds banner */

.dealsHeaderBadge {
  background-color: var(--site-primary-color);
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
}

/* 2. View All Link */
.viewAllLink {
  text-decoration: none;
  color: #333;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.viewAllLink i {
  color: var(--site-primary-color);
  margin-left: 8px;
}

.dealBannerCard {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.dealBannerCard:hover {
  transform: scale(1.03);
}

.dealBannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.customCarouselBtn {
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-primary-color);
  transition: all 0.3s ease;
  position: absolute;
}

.customCarouselBtn:hover {
  background-color: var(--site-primary-color);
  color: white;
}

/* .carousel-control-prev {
  width: 50%;
  justify-content: flex-start;
  left: 10px;
}

.carousel-control-next {
  width: 50%;
  justify-content: flex-end;
  right: 10px;
} */

.selectCountryNotFound {
  padding: 12px 12px;
  border-radius: 8px;
  background-color: var(--site-primary-color);
  border: none;
  color: #ffffff;
  font-size: 16px;
}

.adImage {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  margin-top: 20px;
}

/* education school listing view css start here */

.educationSchoolCard {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.educationSchoolCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-color: var(--site-primary-color);
}

/* Image Section */
.educationSchoolCard .imageWrapper {
  position: relative;
  height: 100%;
  min-height: 180px;
  background: #eee;
}

.educationSchoolCard .schoolImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .wishlistBtn {
            position: absolute;
            top: 8px;
            left: 8px;
            width: 30px;
            height: 30px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            cursor: pointer;
            z-index: 2;
            transition: color 0.2s;
            display: none;
        }

        .wishlistBtn:hover {
            color: #dc3545;
        } */

/* Content Section */
.contentWrapper {
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Header */
.contentWrapper .headerSection {
  margin-bottom: 4px;
  display: block;
  padding-top: 0px;
}

.contentWrapper .schoolName {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

/* .verifiedBadge {
  font-size: 0.7rem;
  color: var(--site-primary-color);
  background: var(--site-secondary-color);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: 600;
} */

.verifiedBadge {
  float: right;
  width: 80px;
}

.ratingBadgeListing {
  background: var(--site-tertiary-color);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.contentWrapper .locationText {
  font-size: 14px;
  margin: 6px 0px;
}

.contentWrapper .locationText i {
  color: var(--site-primary-color);
}

/* --- CSS ONLY SHOW MORE/LESS --- */
.descCheckbox {
  display: none;
  /* Hide the checkbox input */
}

.descText {
  font-size: 0.8rem;
  margin-bottom: 2px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Logic: When checkbox is checked, remove line clamp */
.descCheckbox:checked ~ .descText {
  -webkit-line-clamp: unset;
}

.toggleLabel {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--site-primary-color);
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
}

/* Label Text Switching */
.descCheckbox:checked ~ .toggleLabel::before {
  content: "Show Less";
}

.descCheckbox:not(:checked) ~ .toggleLabel::before {
  content: "Show More";
}

/* Info Grid with Labels */
.infoGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 15px;
  background: #fbfbfb;
  border: 1px dashed #e0e0e0;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.infoItem {
  color: #333;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}

.infoItem i {
  color: var(--site-primary-color);
}

.infoLabel {
  margin-right: 4px;
}

/* .infoValue {
            font-weight: 600;
            color: #333;
        } */

/* Footer */
.cardFooter {
  margin-top: auto;
  border-top: 1px solid #f0f0f0;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feeLabel {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}

.feeValue {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--site-primary-color);
}

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

.qrCode {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.viewDetailsBtn {
  background: var(--site-primary-color);
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s;
}

.viewDetailsBtn:hover {
  background: #d1400e;
  color: #fff;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .infoGrid {
    grid-template-columns: 1fr;
    /* Stack info on mobile */
  }

  .imageWrapper {
    min-height: 160px;
  }
}

/* education school listing view css start here */

.portalGlobalLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  /* IMPORTANT */
}

/* auto mobile listing css start here */

.carLisingCard {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  background: white;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.carLisingCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cardRow {
  min-height: 280px;
}

.calculateBtn {
  background-color: var(--DefaultButtonBgColor);
  color: #fff;
  font-weight: 500 !important;
  border-radius: 10px;
}

.specItem {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
  flex-direction: column;
}

.carouselContainer {
  height: 100%;
  position: relative;
}

.verifiedBadge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #10b981;
  color: white;
  font-size: 0.65rem;
  padding: 0px 8px;
  border-radius: 4px;
  z-index: 10;
  /* Image ke upar */
  font-weight: 600;
}

.carouselInner,
.carouselItem {
  height: 100%;
  display: block !important;
}

.carImg {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.badgeOverlay {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
}

.cardBodyCustom {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.headerSection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.carTitle {
  font-weight: 700;
  font-size: 20px;
  color: #212529;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.locationText {
  color: var(--text-gray);
  font-size: 0.9rem;
}

.viewBtn {
  background-color: var(--site-primary-color);
  color: white;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: none;
  transition: 0.3s;
  white-space: nowrap;
}

.viewBtn:hover {
  background-color: var(--site-tertiary-color);
  color: white;
}

.descriptionText {
  color: var(--text-gray);
  font-size: 0.95rem;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.priceStrip {
  border: 1px solid var(--site-primary-color);
  color: var(--site-primary-color);
  padding: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0;
}

.priceLabel {
  font-size: 0.9rem;
  opacity: 0.95;
  font-weight: 500;
}

.currentPrice {
  font-size: 20px;
  font-weight: 700;
}

.oldPrice {
  text-decoration: line-through;
  font-size: 12px;
  opacity: 0.6;
  margin-right: 10px;
  color: rgb(81, 79, 79);
  font-weight: 400;
}

.specsRow {
  display: flex;
  border-top: 1px solid #eee;
}

.specItem {
  flex: 1;
  text-align: center;
  border-right: 1px solid #eee;
}

.descriptionText span {
  color: var(--DefaultButtonBgColor) !important;
  cursor: pointer !important;
}

.specItem:last-child {
  border-right: none;
}

.specIcon {
  color: var(--site-primary-color);
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.specTitle {
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.specValue {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}

.extraDetailsScanner img.verifiedBadge {
  background-color: transparent;
  float: inline-end;
  text-align: right;
  right: 0px !important;
  left: auto;
}

.listingCard {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  border: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.listingCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* automobile listing css end here */

/* automobile grid css start here */

.carImage {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.listingCard {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  border: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.carouselWrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.cardPrice {
  color: var(--site-primary-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.oldPrice {
  text-decoration: line-through;
  font-size: 12px;
  opacity: 0.6;
  margin-right: 10px;
  color: rgb(81, 79, 79);
  font-weight: 400;
}

.specsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.specTag {
  background-color: #f1f3f4;
  color: #000;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.locationText {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 10px;
}

.viewDetailBtn {
  width: 100%;
  background-color: var(--site-primary-color);
  color: white;
  border: none;
  padding: 8px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  margin-top: auto;
  transition: 0.3s;
}

/* automobile grid css end here */

/* event detail page css start here */

:root {
  --eventsiteBg: #f4f4f5;
  --eventsiteSurface: #ffffff;
  --eventsiteSurfaceHover: #fafafa;
  --eventsiteText: #09090b;
  --eventsiteTextMuted: #52525b;
  --eventsiteAccent: #4f46e5;
  --eventsiteAccentHover: #4338ca;
  --eventsiteRadius: 24px;
  --eventsiteBorder: 1px solid rgba(0, 0, 0, 0.06);
  --eventsiteShadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.eventsiteBtnPrimary {
  background-color: var(--eventsiteAccent);
  color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eventsiteBtnPrimary:hover {
  background-color: var(--eventsiteAccentHover);
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
  color: #ffffff;
}

/* --- Detail Page Specifics --- */
.eventsiteHero {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}

.eventsiteHeroBg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.eventsiteHeroGradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    var(--eventsiteBg) 0%,
    rgba(244, 244, 245, 0.8) 40%,
    rgba(244, 244, 245, 0.1) 100%
  );
  z-index: -1;
}

.eventsiteDetailTitle {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--eventsiteText);
}

.eventsiteDetailSlogan {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--eventsiteAccent);
  margin-bottom: 20px;
}

.eventsiteTags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.eventsiteHeroMeta {
  color: var(--eventsiteTextMuted);
  font-weight: 500;
}

.eventsiteDetailContainer {
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

/* Bento Info Boxes */
.eventsiteBentoBox {
  background: var(--eventsiteSurface);
  border: var(--eventsiteBorder);
  border-radius: var(--eventsiteRadius);
  box-shadow: var(--eventsiteShadow);
  padding: 30px;
  margin-bottom: 24px;
}

.eventsiteBentoTitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--eventsiteAccent);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eventsiteBentoText {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--eventsiteTextMuted);
}

/* Detail Page Links & Forms */
.eventsiteEmailLink {
  color: var(--eventsiteAccent);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}

.eventsiteEmailLink:hover {
  color: var(--eventsiteAccentHover);
  border-bottom-color: var(--eventsiteAccentHover);
}

.eventsiteShareLink {
  color: var(--eventsiteTextMuted);
  text-decoration: none;
  transition: color 0.2s;
}

.eventsiteShareLink:hover {
  color: var(--eventsiteText);
}

/* Floating Ticket Card */
.eventsiteTicketCard {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border: var(--eventsiteBorder);
  border-radius: var(--eventsiteRadius);
  padding: 30px;
  position: sticky;
  top: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.eventsiteTicketType {
  color: var(--eventsiteAccent);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.eventsitePriceBig {
  font-size: 3rem;
  font-weight: 900;
  color: var(--eventsiteText);
  line-height: 1;
  margin-bottom: 5px;
}

.eventsiteQuantityBox {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.eventsiteQuantityLabel {
  color: #000;
  font-weight: 600;
}

.eventsiteDecription {
  font-size: 12px;
}

.eventsiteQuantityBox .eventsitePriceBig {
  font-size: 28px;
  margin-bottom: 0px;
}

button.eventSiteBuyBtn {
  background-color: #2ea546;
  border: 0px;
  padding: 5px 15px;
  border-radius: 8px;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}

.eventsiteQuantitySelect {
  color: var(--eventsiteText);
  font-weight: 600;
}

@media (max-width: 768px) {
  .eventsiteListCard {
    flex-direction: column;
  }

  .eventsiteListCardImgWrapper {
    width: 100%;
    height: 250px;
  }

  .eventsiteDetailTitle {
    font-size: 2.5rem;
  }

  .eventsiteHeroBg {
    object-position: top;
  }
}

.orderingFooterSection {
  border-top: 1px dashed #8b8b8b;
  margin-top: 15px;
  padding: 15px 0;
}

.bigdotUpiFooter p,
.narrowFooter p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 14px;
  text-align: right;
}

.orderingFooterSection {
  border-top: 1px dashed #8b8b8b;
  margin-top: 15px;
  padding: 15px 0;
}

.bigdotUpiFooter p,
.narrowFooter p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 14px;
  text-align: right;
}

/* .cWebcardmap {
    height: 400px !important;
    width: 100%;
    padding: 2% 0;
} */

/* Pricing Layout */
.eventsiteTicketPriceRow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.eventsitePriceOriginal {
  text-decoration: line-through;
  color: var(--eventsiteTextMuted);
  font-size: 1.25rem;
  font-weight: 600;
}

/* Urgency Badges based on [Available] column */
.eventsiteUrgencyBadge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eventsiteBadgeWarning {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.eventsiteBadge {
  background: #fff;
  border: 1px solid var(--eventsiteAccent);
  color: var(--eventsiteAccent);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.eventsiteBadgeDanger {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.eventsiteTicketBusiness {
  border-top: 4px solid var(--eventsiteAccent);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(79, 70, 229, 0.1);
}

.eventsiteTicketPremium {
  background: var(--eventsiteText);
  /* Dark background */
  color: var(--eventsiteSurface);
}

.eventsiteTicketPremium .eventsiteTicketType {
  color: #fbbf24;
}

/* Gold accent */
.eventsiteTicketPremium .eventsitePriceBig,
.eventsiteTicketPremium .eventsiteQuantityLabel,
.eventsiteTicketPremium .eventsiteQuantitySelect {
  color: var(--eventsiteSurface);
}

.eventsiteTicketPremium .eventsitePriceOriginal,
.eventsiteTicketPremium .eventsiteTextMuted {
  color: #a1a1aa;
}

.eventsiteTicketPremium .eventsiteQuantityBox {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.eventsiteTicketPremium .eventsiteQuantitySelect option {
  color: #000;
}

/* Fix dropdown text color on dark mode */
.eventsiteTicketPremium .eventsiteBtnPrimary {
  background-color: #fbbf24;
  color: #000;
}

.eventsiteTicketPremium .eventsiteBtnPrimary:hover {
  background-color: #f59e0b;
  box-shadow: 0 8px 20px rgba(251, 191, 36, 0.3);
}

.eventsiteTicketPremium .eventsiteShareLink {
  color: #a1a1aa;
}

.eventsiteTicketPremium .eventsiteShareLink:hover {
  color: #fff;
}

.eventsiteTicketCard {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eventsiteTicketActionArea {
  margin-top: auto;
  /* Pushes the button to the bottom so cards align */
}

/* event detail page css end here */
