.elementor-5952 .elementor-element.elementor-element-9dc3f60{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-5952 .elementor-element.elementor-element-cf35d0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5952 .elementor-element.elementor-element-c376a55{--display:flex;}.elementor-5952 .elementor-element.elementor-element-873535a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5952 .elementor-element.elementor-element-b35f24b{--display:flex;}@media(min-width:768px){.elementor-5952 .elementor-element.elementor-element-cf35d0b{--width:50%;}.elementor-5952 .elementor-element.elementor-element-873535a{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-d8f4f52 */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 750px;
  margin: auto;
  position: relative;
  font-family: Arial, sans-serif;
  transition: box-shadow 0.3s ease;
}

/* Hover effect for card shadow */
.listing-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card-image {
  position: relative;
  overflow: hidden; /* So image zoom doesn't spill out */
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; /* Smooth zoom */
}

/* Hover effect for image zoom */
.listing-card:hover .card-image img {
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #60045D;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: bold;
}

.fav-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255,255,255,0.8);
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  color: #333;
}

.card-content {
  padding: 15px 20px 20px;
}

.title {
  font-size: 13px;
  margin: 5px 0;
  font-weight: bold;
}

.subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.info p {
  font-size: 13px;
  color: #444;
  margin: 2px 0;
}

.info i {
  margin-right: 5px;
  color: #ff2c6d;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #d62929;
}

.details-btn {
  background: #60045D;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
}

.details-btn:hover {
  background: white;
  
  border:1px solid #60045D;
  
}

.details-btn i {
  margin-right: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c069f94 */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 750px;
  margin: auto;
  position: relative;
  font-family: Arial, sans-serif;
  transition: box-shadow 0.3s ease;
}

/* Hover effect for card shadow */
.listing-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card-image {
  position: relative;
  overflow: hidden; /* So image zoom doesn't spill out */
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; /* Smooth zoom */
}

/* Hover effect for image zoom */
.listing-card:hover .card-image img {
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff2c6d;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: bold;
}

.fav-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255,255,255,0.8);
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  color: #333;
}

.card-content {
  padding: 15px 20px 20px;
}

.title {
  font-size: 13px;
  margin: 5px 0;
  font-weight: bold;
}

.subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.info p {
  font-size: 13px;
  color: #444;
  margin: 2px 0;
}

.info i {
  margin-right: 5px;
  color: #ff2c6d;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #d62929;
}

.details-btn {
  background:  #60045D;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
}

.details-btn:hover {
  background: white;
  
  border:1px solid #60045D;
  
}
.details-btn i {
  margin-right: 5px;
}/* End custom CSS */