/* ==============================================
   RESPONSIVE STYLES - SECTION-TARGETED
   Sections: .property-management-services,
             .why-choose-queenanne,
             .property-owner-testimonials,
             .partner-with-us-section,
             section.page-title,
             #join-collection-section
   Breakpoints: 1366, 1024, 980, 540, 375, 360, 320
   ============================================== */

/* ──────────────────────────────────────────────
   1366px — Large Laptops / Small Desktops
   ────────────────────────────────────────────── */
@media (max-width: 1366px) {

  /* Property Management Services */
  .property-management-services .naim-heading h2 {
    font-size: 42px;
  }
  .property-management-services .naim-heading p {
    font-size: 18px;
    margin-bottom: 48px;
  }
  .property-management-services .service-card h3 {
    font-size: 22px;
  }
  .property-management-services .service-card p {
    font-size: 16px;
  }

  /* Why Choose */
  .why-choose-queenanne h2 {
    font-size: 42px;
  }
  .why-choose-queenanne .benefit-card h4 {
    font-size: 22px;
  }

  /* Testimonials */
  .property-owner-testimonials .section-title {
    font-size: 42px;
  }
  .property-owner-testimonials .quote {
    font-size: 17px;
  }

  /* Partner With Us */
  .partner-with-us-section h2 {
    font-size: 42px;
  }
  .partner-with-us-section .description {
    font-size: 18px;
  }
}

/* ──────────────────────────────────────────────
   1024px — Tablets Landscape / Small Laptops
   ────────────────────────────────────────────── */
@media (max-width: 1024px) {

  /* Property Management Services */
  .property-management-services .naim-heading h2 {
    font-size: 36px;
  }
  .property-management-services .naim-heading p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .property-management-services .service-card {
    padding: 24px;
  }
  .property-management-services .service-card h3 {
    font-size: 20px;
  }
  .property-management-services .service-card p {
    font-size: 15px;
  }
  .property-management-services .service-card .icon {
    width: 54px;
    height: 54px;
  }

  /* Why Choose */
  .why-choose-queenanne h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .why-choose-queenanne .benefit-card {
    padding: 24px;
    margin-bottom: 24px;
  }
  .why-choose-queenanne .benefit-card h4 {
    font-size: 20px;
  }
  .why-choose-queenanne .benefit-card p {
    font-size: 15px;
  }
  .why-choose-queenanne .checklists li {
    font-size: 15px;
  }

  /* Testimonials */
  .property-owner-testimonials .section-title {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .property-owner-testimonials .testimonial-card {
    padding: 24px;
  }
  .property-owner-testimonials .quote {
    font-size: 16px;
  }

  /* Partner With Us */
  .partner-with-us-section h2 {
    font-size: 36px;
  }
  .partner-with-us-section .description {
    font-size: 17px;
    margin-bottom: 32px;
  }
  .partner-with-us-section .btn-schedule,
  .partner-with-us-section .btn-call {
    padding: 12px 24px;
    font-size: 15px;
  }

  /* Page Title Banner */
  section.page-title h1 {
    max-width: 720px;
  }
  section.page-title .pro-mang {
    top: 8rem;
  }

  /* Join Collection Form */
  #join-collection-section .form-header {
    margin-bottom: 40px;
  }
  #join-collection-section button[type="submit"] {
    padding: 12px 60px;
  }
}

/* ──────────────────────────────────────────────
   980px — Tablets Portrait
   ────────────────────────────────────────────── */
@media (max-width: 980px) {

  /* Property Management Services */
  .property-management-services .naim-heading h2 {
    font-size: 32px;
  }
  .property-management-services .naim-heading p {
    font-size: 15px;
    margin-bottom: 32px;
  }
  .property-management-services .service-row {
    row-gap: 20px;
  }
  .property-management-services .service-card {
    padding: 20px;
  }
  .property-management-services .service-card h3 {
    font-size: 18px;
  }
  .property-management-services .service-card p {
    font-size: 15px;
  }

  /* Why Choose */
  .why-choose-queenanne h2 {
    font-size: 32px;
  }
  .why-choose-queenanne .benefit-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .why-choose-queenanne .benefit-card h4 {
    font-size: 18px;
  }
  .why-choose-queenanne .benefit-card p {
    font-size: 14px;
  }
  .why-choose-queenanne .checklists li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .why-choose-queenanne .benefit-card-content {
    gap: 14px;
  }

  /* Testimonials */
  .property-owner-testimonials .section-title {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .property-owner-testimonials .testimonial-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .property-owner-testimonials .quote {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .property-owner-testimonials .info h4 {
    font-size: 15px;
  }

  /* Partner With Us */
  .partner-with-us-section h2 {
    font-size: 32px;
  }
  .partner-with-us-section .description {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .partner-with-us-section .buttons {
    gap: 14px;
  }

  /* Page Title Banner */
  section.page-title h1 {
    max-width: 600px;
  }
  section.page-title .pro-mang {
    top: 8rem;
    margin-top: 16px;
  }

  /* Join Collection Form */
  #join-collection-section .form-header {
    margin-bottom: 32px;
  }
  #join-collection-section .form-group-wrapper {
    margin-bottom: 26px;
  }
  #join-collection-section button[type="submit"] {
    padding: 12px 50px;
  }
  .captcha-box {
    width: 100%;
    max-width: 300px;
  }
}

/* ──────────────────────────────────────────────
   540px — Large Phones / Small Tablets
   ────────────────────────────────────────────── */
@media (max-width: 540px) {

  /* Property Management Services */
  .property-management-services .naim-heading h2 {
    font-size: 26px;
  }
  .property-management-services .naim-heading p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .property-management-services .service-card {
    padding: 18px;
  }
  .property-management-services .service-card .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }
  .property-management-services .service-card .icon i {
    font-size: 18px;
  }
  .property-management-services .service-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .property-management-services .service-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Why Choose */
  .why-choose-queenanne h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .why-choose-queenanne .benefit-card {
    padding: 18px;
    margin-bottom: 16px;
  }
  .why-choose-queenanne .benefit-card-content {
    gap: 12px;
  }
  .why-choose-queenanne .benefit-card .icon {
    width: 40px;
    height: 40px;
  }
  .why-choose-queenanne .benefit-card .icon i {
    font-size: 15px;
  }
  .why-choose-queenanne .benefit-card h4 {
    font-size: 16px;
  }
  .why-choose-queenanne .benefit-card p {
    font-size: 14px;
    margin-top: 6px;
  }
  .why-choose-queenanne .checklists li {
    font-size: 14px;
  }

  /* Testimonials */
  .property-owner-testimonials .section-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .property-owner-testimonials .testimonial-card {
    padding: 18px;
  }
  .property-owner-testimonials .quote {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .property-owner-testimonials .author {
    gap: 10px;
  }
  .property-owner-testimonials .avatar {
    width: 38px;
    height: 38px;
  }
  .property-owner-testimonials .info h4 {
    font-size: 14px;
  }
  .property-owner-testimonials .info span {
    font-size: 12px;
  }

  /* Partner With Us */
  .partner-with-us-section h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .partner-with-us-section .description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .partner-with-us-section .buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .partner-with-us-section .btn-schedule,
  .partner-with-us-section .btn-call {
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* Page Title Banner */
  section.page-title h1 {
    max-width: 100%;
    font-size: 26px;
  }
  section.page-title .pro-mang {
    top: 2rem;
    margin-top: 12px;
  }
  section.page-title .pro-mang a {
    padding: 12px 16px;
    font-size: 14px;
  }

  /* Join Collection Form */
  #join-collection-section .form-header {
    margin-bottom: 24px;
  }
  #join-collection-section .form-header h2 {
    font-size: 22px;
  }
  #join-collection-section .form-header p {
    font-size: 13px;
  }
  #join-collection-section .section-title {
    font-size: 16px;
  }
  #join-collection-section label {
    font-size: 12px;
  }
  #join-collection-section input[type="text"],
  #join-collection-section input[type="email"],
  #join-collection-section input[type="tel"],
  #join-collection-section textarea,
  #join-collection-section select {
    padding: 9px 12px;
    font-size: 13px;
    margin-bottom: 14px;
  }
  #join-collection-section .form-group-wrapper {
    margin-bottom: 20px;
  }
  #join-collection-section .footer-group {
    padding-left: 0;
    padding-right: 0;
  }
  #join-collection-section button[type="submit"] {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
  }
  .captcha-box {
    width: 100%;
    max-width: 100%;
  }
 section.page-title p {
    top: 6px;
    font-size: 18px;
  }
  .property-management-services .col-12{
      padding-left: 0;
      padding-right: 0;
    }
    .property-management-services .col-md-6{
        padding-left: 0;
      padding-right: 0; 
    }
    .why-choose-queenanne .col-lg-6{
           padding-left: 0;
      padding-right: 0; 
    }
    .property-owner-testimonials .col-12{
           padding-left: 0;
      padding-right: 0; 
    }
    .property-owner-testimonials .col-lg-6{
           padding-left: 0;
      padding-right: 0; 
    }
    #join-collection-section .col-md-4{
           padding-left: 0;
      padding-right: 0; 
    }
}

/* ──────────────────────────────────────────────
   375px — iPhone Standard
   ────────────────────────────────────────────── */
@media (max-width: 375px) {

  /* Property Management Services */
  .property-management-services .naim-heading h2 {
    font-size: 23px;
  }
  .property-management-services .naim-heading p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .property-management-services .service-card {
    padding: 16px;
  }
  .property-management-services .service-card h3 {
    font-size: 16px;
  }
  .property-management-services .service-card p {
    font-size: 13px;
  }

  /* Why Choose */
  .why-choose-queenanne h2 {
    font-size: 23px;
  }
  .why-choose-queenanne .benefit-card {
    padding: 16px;
    margin-bottom: 14px;
  }
  .why-choose-queenanne .benefit-card h4 {
    font-size: 15px;
  }
  .why-choose-queenanne .benefit-card p {
    font-size: 13px;
  }
  .why-choose-queenanne .checklists li {
    font-size: 13px;
    margin-bottom: 8px;
  }

  /* Testimonials */
  .property-owner-testimonials .section-title {
    font-size: 23px;
  }
  .property-owner-testimonials .testimonial-card {
    padding: 16px;
  }
  .property-owner-testimonials .quote {
    font-size: 13px;
  }
  .property-owner-testimonials .info h4 {
    font-size: 13px;
  }
  .property-owner-testimonials .info span {
    font-size: 11px;
  }

  /* Partner With Us */
  .partner-with-us-section h2 {
    font-size: 23px;
  }
  .partner-with-us-section .description {
    font-size: 13px;
  }
  .partner-with-us-section .btn-schedule,
  .partner-with-us-section .btn-call {
    font-size: 13px;
    padding: 11px 16px;
    max-width: 100%;
    width: 100%;
  }

  /* Page Title Banner */
  section.page-title h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  section.page-title .pro-mang {
    top: 1.5rem;
    margin-top: 10px;
  }
  section.page-title .pro-mang a {
    padding: 10px 14px;
    font-size: 13px;
  }

  /* Join Collection Form */
  #join-collection-section .form-header h2 {
    font-size: 20px;
  }
  #join-collection-section .form-header p {
    font-size: 13px;
    line-height: 19px;
  }
  #join-collection-section .section-title {
    font-size: 15px;
    margin-bottom: 14px;
  }
  #join-collection-section input[type="text"],
  #join-collection-section input[type="email"],
  #join-collection-section input[type="tel"],
  #join-collection-section textarea,
  #join-collection-section select {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 12px;
  }
  #join-collection-section label {
    font-size: 11px;
  }
  #join-collection-section button[type="submit"] {
    font-size: 13px;
    padding: 12px 16px;
  }
  #join-collection-section .inline-label {
    font-size: 12px;
  }
}

/* ──────────────────────────────────────────────
   360px — Android Standard
   ────────────────────────────────────────────── */
@media (max-width: 360px) {

  /* Property Management Services */
  .property-management-services .naim-heading h2 {
    font-size: 21px;
  }
  .property-management-services .naim-heading p {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .property-management-services .service-card {
    padding: 14px;
  }
  .property-management-services .service-card .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }
  .property-management-services .service-card .icon i {
    font-size: 16px;
  }
  .property-management-services .service-card h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .property-management-services .service-card p {
    font-size: 13px;
  }

  /* Why Choose */
  .why-choose-queenanne h2 {
    font-size: 21px;
  }
  .why-choose-queenanne .benefit-card {
    padding: 14px;
    margin-bottom: 12px;
  }
  .why-choose-queenanne .benefit-card-content {
    gap: 10px;
  }
  .why-choose-queenanne .benefit-card .icon {
    width: 36px;
    height: 36px;
  }
  .why-choose-queenanne .benefit-card .icon i {
    font-size: 13px;
  }
  .why-choose-queenanne .benefit-card h4 {
    font-size: 14px;
  }
  .why-choose-queenanne .benefit-card p {
    font-size: 12px;
    margin-top: 4px;
  }
  .why-choose-queenanne .checklists li {
    font-size: 12px;
    margin-bottom: 8px;
  }

  /* Testimonials */
  .property-owner-testimonials .section-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .property-owner-testimonials .testimonial-card {
    padding: 14px;
  }
  .property-owner-testimonials .quote {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .property-owner-testimonials .avatar {
    width: 36px;
    height: 36px;
  }
  .property-owner-testimonials .author {
    gap: 8px;
  }
  .property-owner-testimonials .info h4 {
    font-size: 13px;
  }
  .property-owner-testimonials .info span {
    font-size: 11px;
  }

  /* Partner With Us */
  .partner-with-us-section h2 {
    font-size: 21px;
  }
  .partner-with-us-section .description {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .partner-with-us-section .btn-schedule,
  .partner-with-us-section .btn-call {
    font-size: 12px;
    padding: 10px 14px;
  }

  /* Page Title Banner */
  section.page-title h1 {
    font-size: 20px;
  }
  section.page-title .pro-mang {
    top: 1rem;
    margin-top: 8px;
  }
  section.page-title .pro-mang a {
    padding: 9px 12px;
    font-size: 12px;
  }

  /* Join Collection Form */
  #join-collection-section .form-header h2 {
    font-size: 18px;
  }
  #join-collection-section .form-header p {
    font-size: 12px;
  }
  #join-collection-section .section-title {
    font-size: 14px;
  }
  #join-collection-section input[type="text"],
  #join-collection-section input[type="email"],
  #join-collection-section input[type="tel"],
  #join-collection-section textarea,
  #join-collection-section select {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  #join-collection-section label {
    font-size: 11px;
    margin-bottom: 6px;
  }
  #join-collection-section .form-group-wrapper {
    margin-bottom: 16px;
  }
  #join-collection-section .footer-group {
    padding-left: 6px;
    padding-right: 6px;
  }
  #join-collection-section button[type="submit"] {
    font-size: 12px;
    padding: 11px 14px;
  }
  #join-collection-section .inline-label {
    font-size: 11px;
    margin-left: 4px;
    margin-right: 10px;
  }
  .captcha-box {
    height: 65px;
  }
  .captcha-box span {
    font-size: 12px;
  }
}

/* ──────────────────────────────────────────────
   320px — Small / Older Phones
   ────────────────────────────────────────────── */
@media (max-width: 320px) {

  /* Property Management Services */
  .property-management-services .naim-heading h2 {
    font-size: 18px;
  }
  .property-management-services .naim-heading p {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .property-management-services .service-row {
    row-gap: 14px;
  }
  .property-management-services .service-card {
    padding: 12px;
  }
  .property-management-services .service-card .icon {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
  }
  .property-management-services .service-card .icon i {
    font-size: 14px;
  }
  .property-management-services .service-card h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .property-management-services .service-card p {
    font-size: 12px;
    line-height: 1.4;
  }

  /* Why Choose */
  .why-choose-queenanne h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .why-choose-queenanne .benefit-card {
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  }
  .why-choose-queenanne .benefit-card-content {
    gap: 8px;
  }
  .why-choose-queenanne .benefit-card .icon {
    width: 32px;
    height: 32px;
  }
  .why-choose-queenanne .benefit-card .icon i {
    font-size: 12px;
  }
  .why-choose-queenanne .benefit-card h4 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .why-choose-queenanne .benefit-card p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .why-choose-queenanne .checklists li {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .why-choose-queenanne .checklists li i {
    font-size: 12px;
    margin-right: 7px;
  }

  /* Testimonials */
  .property-owner-testimonials .section-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .property-owner-testimonials .testimonial-card {
    padding: 12px;
  }
  .property-owner-testimonials .quote {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .property-owner-testimonials .author {
    gap: 8px;
  }
  .property-owner-testimonials .avatar {
    width: 32px;
    height: 32px;
  }
  .property-owner-testimonials .info h4 {
    font-size: 12px;
  }
  .property-owner-testimonials .info span {
    font-size: 10px;
  }

  /* Partner With Us */
  .partner-with-us-section h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .partner-with-us-section .description {
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .partner-with-us-section .buttons {
    gap: 10px;
  }
  .partner-with-us-section .btn-schedule,
  .partner-with-us-section .btn-call {
    font-size: 12px;
    padding: 10px 12px;
    width: 100%;
    max-width: 100%;
  }

  /* Page Title Banner */
  section.page-title h1 {
    font-size: 18px;
    line-height: 1.2;
    max-width: 100%;
  }
  section.page-title .pro-mang {
    top: 0.5rem;
    margin-top: 6px;
  }
  section.page-title .pro-mang a {
    padding: 8px 10px;
    font-size: 11px;
  }

  /* Join Collection Form */
  #join-collection-section .form-header {
    margin-bottom: 18px;
  }
  #join-collection-section .form-header h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #join-collection-section .form-header p {
    font-size: 11px;
  }
  #join-collection-section .section-title {
    font-size: 13px;
    margin-bottom: 12px;
  }
  #join-collection-section label {
    font-size: 10px;
    margin-bottom: 4px;
  }
  #join-collection-section input[type="text"],
  #join-collection-section input[type="email"],
  #join-collection-section input[type="tel"],
  #join-collection-section textarea,
  #join-collection-section select {
    font-size: 11px;
    padding: 7px 8px;
    margin-bottom: 8px;
    border-radius: 3px;
  }
  #join-collection-section textarea {
    height: 100px;
  }
  #join-collection-section .form-group-wrapper {
    margin-bottom: 14px;
  }
  #join-collection-section .footer-group {
    padding-left: 4px;
    padding-right: 4px;
  }
  #join-collection-section .submit-wrapper {
    text-align: center;
  }
  #join-collection-section button[type="submit"] {
    width: 100%;
    font-size: 12px;
    padding: 11px 12px;
    border-radius: 4px;
  }
  #join-collection-section .inline-label {
    font-size: 10px;
    margin-left: 3px;
    margin-right: 8px;
  }
  #join-collection-section .consent-item {
    margin-bottom: 8px;
  }
  #join-collection-section ::placeholder {
    font-size: 11px;
  }
  .captcha-box {
    width: 100%;
    height: 60px;
    padding-left: 8px;
  }
  .captcha-box span {
    font-size: 11px;
    margin-left: 8px;
  }
  .captcha-box input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }
}