/* =================== Add Property Hero Section =================== */

.add_property_hero_sec {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.add_property_hero_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.add_property_hero_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.add_property_hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_property_hero_title {
  color: #ffffff;
  font-family: "Crimson Text", serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.add_property_hero_subtitle {
  color: #f1f1f1;
  font-size: 1.4rem;
  font-weight: 400;
}

.add_property_hero_btn {
  background-color: #ff7d32 !important;
  color: #ffffff !important;
  padding: 12px 35px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.add_property_hero_btn:hover {
  background-color: #e66a20;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .add_property_hero_sec {
    height: 400px;
  }
  .add_property_hero_title {
    font-size: 2.2rem;
  }
  .add_property_hero_subtitle {
    font-size: 1.1rem;
  }
}

/* =================== Why List With YatraDham Section =================== */
.add_property_why_list_sec {
  padding: 80px 0;
  background-color: #ffffff;
}

.add_property_section_title {
  color: #5d1229;
  font-family: "Crimson Text", serif;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .add_property_section_title {
    font-size: 1.7rem;
  }
}

.add_property_feature_card {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.add_property_feature_card:hover {
  border-color: #ff7d32 !important;
  box-shadow: 0 10px 25px rgba(255, 125, 50, 0.15) !important;
  transform: translateY(-5px);
}

.add_property_feature_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff5ed;
  color: #ff7d32;
  font-size: 2rem;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.add_property_feature_card:hover .add_property_feature_icon {
  background-color: #ff7d32;
  color: #fff;
  transform: scale(1.1) rotateY(360deg);
}

.add_property_feature_card h5 {
  color: #333;
  font-size: 1.2rem;
  margin-top: 10px;
}

/* =================== Who Can List Section CSS =================== */

.add_property_maroon_text {
  color: #5d1229;
  font-family: "Crimson Text", serif;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .add_property_maroon_text {
    font-size: 1.7rem;
  }
}

.add_property_dest_card {
  height: 350px;
  cursor: pointer;
}

.add_property_dest_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.add_property_dest_card:hover .add_property_dest_img {
  transform: scale(1.1);
}

.add_property_dest_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  transition: all 0.4s ease;
}

.add_property_dest_overlay h5 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

.add_property_dest_card:hover .add_property_dest_overlay h5 {
  opacity: 1;
  transform: translateY(0);
}

.add_property_dest_card:hover .add_property_dest_overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
}

/* =================== Trust & Assured Section =================== */
.add_property_trust_card {
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.add_property_trust_card:hover {
  border-color: #ff7d32 !important;
  box-shadow: 0 10px 25px rgba(255, 125, 50, 0.15) !important;
  transform: translateY(-5px);
}

.add_property_trust_icon_wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff5ed;
  color: #ff7d32;
  font-size: 2rem;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_property_trust_card:hover .add_property_trust_icon_wrap {
  background-color: #ff7d32;
  color: #ffffff;
  transform: scale(1.1) rotateY(360deg);
}

.add_property_trust_card h5 {
  color: #333;
  transition: color 0.3s ease;
}

/* =================== PHP Form Section =================== */

.add_property_maroon_text {
  color: #5d1229;
  font-family: "Crimson Text", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
.add_property_form_card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  max-width: 850px;
  margin: auto;
}
.add_property_progress_bar {
  height: 10px;
  background: #e9ecef;
  flex: 1;
  margin: 0 5px;
  border-radius: 10px;
}
.add_property_progress_bar.active {
  background: #ff7d32;
}
.add_property_label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.add_property_input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
}
.add_property_error {
  color: #dc3545;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.add_property_btn_action {
  background: #710933;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
  font-size: 16px;
}

.add_property_btn_action:hover {
  background: #5d1229;
}

.add_property_back_btn {
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 16px;
}

.add_property_back_btn:hover {
  background: #f8f9fa;
  border-color: #999;
}

.add_property_step_box .d-flex {
  gap: 20px;
}

.add_property_check_item {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}

.add_property_check_item input[type="checkbox"] {
  width: 22px;
  height: 22px;
  cursor: pointer;
  accent-color: #ff7d32;
  margin-right: 12px;
}

.add_property_check_item:has(input:checked) {
  border-color: #ff7d32;
  background-color: #fffaf7;
}

.add_property_img_upload_area {
  border: 2px dashed #ff7d32;
  background: #fffaf7;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
}

.add_property_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.add_property_modal_box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  max-width: 450px;
  width: 90%;
  position: relative;
  animation: ydFadeIn 0.3s ease-out;
}

@keyframes ydFadeIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.add_property_success_icon {
  width: 80px;
  height: 80px;
  background: #e6f7ef;
  color: #28a745;
  font-size: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.add_property_btn_done {
  background: #5d1229;
  color: #fff;
  border: none;
  padding: 12px 60px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 25px;
  cursor: pointer;
}

/* =================== Add Property Testimonials Section =================== */
.add_property_title {
  color: #5d1229;
  font-weight: 700;
  font-size: 32px;
}

.add_property_testimonial_card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border-left: 5px solid #ff7043;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease;
}

.add_property_testimonial_card:hover {
  transform: translateY(-5px);
}

.add_property_quote_icon {
  font-size: 45px;
  color: #ffccbc;
  margin-bottom: 15px;
  line-height: 1;
}

.add_property_testimonial_text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: normal;
}

.add_property_owner_name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-top: auto;
}
