.property-management-services {
  background: #ffffff;
}

.property-management-services .naim-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.property-management-services .naim-heading p {
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-bottom: 60px;
}

.property-management-services .service-row {
  row-gap: 30px;
}

.property-management-services .service-card {
  background: #fafafa;
  padding: 32px;
  height: 100%;
}

.property-management-services .service-card .icon {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.property-management-services .service-card .icon i {
  font-size: 20px;
  color: #000;
}

.property-management-services .service-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}

.property-management-services .service-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  font-weight: 400;
}

/* -------------=========================---------------------------------- */
.why-choose-queenanne {
  background: #f9fafb;
}

.why-choose-queenanne h2 {
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.why-choose-queenanne .why-choose-queenanne p {
  font-size: 20px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
}

.why-choose-queenanne .checklists ul {
  list-style: none;
  padding: 0;
}

.why-choose-queenanne .checklists li {
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.why-choose-queenanne .checklists li i {
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}

.why-choose-queenanne .benefit-card {
  background: #ffffff;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.why-choose-queenanne .benefit-card-content {
  display: flex;
  gap: 18px;
}

.why-choose-queenanne .benefit-card .icon {
  width: 48px;
  height: 48px;
  background: var(--btn-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-choose-queenanne .benefit-card .icon i {
  font-size: 18px;
}

.why-choose-queenanne .benefit-card h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #000;
}

.why-choose-queenanne .benefit-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-top: 10px;
}


/* ==================================================== */
.property-owner-testimonials {
    background: #ffffff;
    text-align: center;
}

.property-owner-testimonials .section-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
}

.property-owner-testimonials .testimonial-card {
    background: #f9fafb;
    padding: 32px;
    text-align: left;
}

.property-owner-testimonials .quote {
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 24px;
}

.property-owner-testimonials .author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.property-owner-testimonials .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
}
.property-owner-testimonials .avatar img{
  width: 100%;
  border-radius: 50%;
}

.property-owner-testimonials .info h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.property-owner-testimonials .info span {
    font-size: 14px;
    color: #6b7280;
}

/* -----------========================------------------- */

.partner-with-us-section {
    background-color: var(--btn-color); 
    color: #ffffff;
    text-align: center;
}

.partner-with-us-section h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 10px;
    color: white;
}

.partner-with-us-section .description {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    font-weight: 400;
    margin-right: auto;
}

.partner-with-us-section .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.partner-with-us-section .btn-schedule {
    background-color: #ffffff;
    color: #0b1424;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0;
    transition: background-color 0.3s, color 0.3s;
}

.partner-with-us-section .btn-schedule:hover {
    background-color: #e0e0e0;
    color:var(--btn-color);
}

.partner-with-us-section .btn-call {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0;
    transition: background-color 0.3s, color 0.3s;
}

.partner-with-us-section .btn-call:hover {
    background-color: #ffffff;
    color:var(--btn-color);
}

/* banner ====================== */
section.page-title h1{
  /* top: 0; */
      max-width: 900px;
    margin: auto;
    line-height: 1.3;
}
section.page-title p{
  /* top: 0; */
}
section.page-title .pro-mang{
  top: 7rem;
  margin-top: 23px;
  position: relative;
}
section.page-title .pro-mang a{
      background-color: var(--white-color);
      border: 1px solid var(--white-color) !important;
      color: var(--btn-color);
      font-weight: 400;
      padding: 19px;
}

/* ====================-----------------------------====================================== */
#join-collection-section {
    background-color: #ffffff;
  
}

#join-collection-section .form-header {
    text-align: center;
    margin-bottom: 50px;
}

#join-collection-section .form-header h2 {
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
}

#join-collection-section .form-header p {
    color: #555;
    font-size: 14px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#join-collection-section .section-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

#join-collection-section .form-group-wrapper {
    margin-bottom: 35px;
}

#join-collection-section label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}

#join-collection-section input[type="text"],
#join-collection-section input[type="email"],
#join-collection-section input[type="tel"],
#join-collection-section textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

#join-collection-section textarea {
    height: 120px;
    resize: vertical;
}

#join-collection-section .checkbox-group {
  margin-top: 10px;
}
#join-collection-section select {
      width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

#join-collection-section .inline-label {
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 15px;
    vertical-align: middle;
}

#join-collection-section .consent-item {
    margin-bottom: 10px;
}

#join-collection-section .captcha-placeholder {
    margin-top: 25px;
    margin-bottom: 30px;
}

#join-collection-section .submit-wrapper {
  text-align: center;
}
#join-collection-section .footer-group {
  padding-left: 17px;
  padding-right: 17px;
}

#join-collection-section button[type="submit"] {
    background-color: #1d2d35;
    color: #fff;
    border: none;
    padding: 12px 80px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.captcha-placeholder {
  margin-top: 20px;
}

.captcha-box {
  width: 300px;
  height: 75px;
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-radius: 4px;
}

.captcha-box span {
  margin-left: 10px;
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
}

.captcha-box input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#join-collection-section button[type="submit"]:hover {
    background-color: #2c424d;
}

/* Custom placeholder color */
#join-collection-section ::placeholder {
    color: #ccc;
    font-size: 13px;
}