.elementor-1435 .elementor-element.elementor-element-ee76c3c{--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;--flex-wrap:wrap;}.elementor-1435 .elementor-element.elementor-element-9229dc8{--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;}.elementor-1435 .elementor-element.elementor-element-6dd31a2{--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;}.elementor-1435 .elementor-element.elementor-element-f6c0121{--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;}.elementor-1435 .elementor-element.elementor-element-cc33f6a{--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;}.elementor-1435 .elementor-element.elementor-element-4888a2e{--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;}.elementor-1435 .elementor-element.elementor-element-17226b2{--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;}@media(min-width:768px){.elementor-1435 .elementor-element.elementor-element-9229dc8{--width:33.3333%;}.elementor-1435 .elementor-element.elementor-element-6dd31a2{--width:33.3333%;}.elementor-1435 .elementor-element.elementor-element-f6c0121{--width:33.3333%;}.elementor-1435 .elementor-element.elementor-element-cc33f6a{--width:33.3333%;}.elementor-1435 .elementor-element.elementor-element-4888a2e{--width:33.3333%;}.elementor-1435 .elementor-element.elementor-element-17226b2{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-b03763f */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 350px;
  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: 18px;
  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: #0c1632;
  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: #1b2a5a;
}

.details-btn i {
  margin-right: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b32f47a */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 350px;
  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: 18px;
  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: #0c1632;
  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: #1b2a5a;
}

.details-btn i {
  margin-right: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9592bc0 */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 350px;
  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: 18px;
  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: #0c1632;
  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: #1b2a5a;
}

.details-btn i {
  margin-right: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd502d7 */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 350px;
  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: 18px;
  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: #0c1632;
  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: #1b2a5a;
}

.details-btn i {
  margin-right: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4213792 */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 350px;
  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: 18px;
  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: #0c1632;
  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: #1b2a5a;
}

.details-btn i {
  margin-right: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e2611e */.listing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 350px;
  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: 18px;
  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: #0c1632;
  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: #1b2a5a;
}

.details-btn i {
  margin-right: 5px;
}/* End custom CSS */