/* ==============================================
   RESPONSIVE STYLES - SECTION-TARGETED
   Sections: form / .form_box / .form-floating,
             .contact_from_box,
             .cda-content-area / .cda-single-content,
             section.contact-banner,
             section.contact-wrapper,
             section.contact-details,
             section.map-wrapper,
             .connect-with-us
   Breakpoints: 1366, 1024, 980, 540, 375, 360, 320
   ============================================== */

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

  /* Contact Banner */
  section.contact-banner h5 {
    font-size: 14px;
    letter-spacing: 5px;
    margin-top: 70px;
  }

  /* Contact From Box */
  .contact_from_box .our-contact-heading h3 {
    font-size: 34px;
  }
  .contact_from_box .our-contact-heading p {
    font-size: 15px;
  }
  .contact_from_box .heading h6 {
    font-size: 27px;
  }

  /* Contact Details */
  section.contact-details .contact-content h3 {
    font-size: 32px;
  }
  section.contact-details .contact-content p {
    font-size: 17px;
  }

  /* Contact Form */
  .contact-form h3 {
    font-size: 32px;
  }

  /* CDA Content */
  .cda-content-inner h4 {
    font-size: 18px;
  }
  .cda-content-inner p {
    font-size: 15px;
  }

  /* Map */
  section.map-wrapper {
    height: 400px;
  }
}

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

  /* Contact Banner */
  section.contact-banner {
    background-size: cover;
    background-attachment: scroll;
  }
  section.contact-banner h5 {
    font-size: 13px;
    letter-spacing: 4px;
    margin-top: 60px;
  }
  section.contact-banner h1 {
    font-size: 36px;
    margin-bottom: 16px;
  }

  /* Contact Wrapper */
  section.contact-wrapper {
    padding-top: 90px;
  }

  /* Contact From Box */
  .contact_from_box {
    padding: 30px;
  }
  .contact_from_box .our-contact-heading h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .contact_from_box .our-contact-heading p {
    font-size: 15px;
  }
  .contact_from_box .heading h6 {
    font-size: 24px;
  }

  /* Form */
  h2.form-head {
    font-size: 26px;
  }
  form label {
    font-size: 13px;
  }

  /* Contact Details */
  section.contact-details .contact-content h3 {
    font-size: 28px;
  }
  section.contact-details .contact-content p {
    font-size: 16px;
  }
  section.contact-details .text h3 {
    font-size: 18px;
  }
  section.contact-details .text p {
    font-size: 15px;
  }

  /* Contact Form heading */
  .contact-form h3 {
    font-size: 28px;
  }

  /* CDA */
  .cda-icon i {
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .cda-content-inner h4 {
    font-size: 17px;
  }
  .cda-content-inner p {
    font-size: 14px;
    margin: 8px 0;
  }
  .cda-single-content {
    margin: 0 14px;
    padding: 20px 0 4px;
  }

  /* Contact Page Heading */
  .contact-page-heading h2 {
    font-size: 32px;
  }
  .contact-page-heading p {
    font-size: 15px;
  }

  /* Map */
  section.map-wrapper {
    height: 360px;
  }

  /* Connect With Us */
  .connect-with-us h3 {
    font-size: 22px;
  }
  .connect-with-us .social-links a {
    font-size: 14px;
  }
}

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

  /* Contact Banner */
  section.contact-banner h5 {
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 50px;
  }
  section.contact-banner h1 {
    font-size: 30px;
  }

  /* Contact Wrapper */
  section.contact-wrapper {
    padding-top: 70px;
  }

  /* Contact From Box */
  .contact_from_box {
    padding: 24px;
  }
  .contact_from_box .our-contact-heading {
    margin-bottom: 20px;
  }
  .contact_from_box .our-contact-heading h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .contact_from_box .our-contact-heading p {
    font-size: 14px;
  }
  .contact_from_box .heading h6 {
    font-size: 22px;
  }

  /* Form */
  h2.form-head {
    font-size: 22px;
  }
  form label {
    font-size: 12px;
  }
  form input.form-control {
    padding-top: 22px !important;
    font-size: 13px;
  }
  textarea#floatingTextarea {
    height: 90px;
    font-size: 13px;
  }
  .form-floating {
    margin-bottom: 14px;
  }

  /* Contact Details */
  section.contact-details .contact-content h3 {
    font-size: 24px;
  }
  section.contact-details .contact-content p {
    font-size: 15px;
  }
  section.contact-details .text h3 {
    font-size: 17px;
  }
  section.contact-details .text p {
    font-size: 14px;
  }
  section.contact-details .reservations .icon {
    padding: 8px;
  }

  /* Contact Reservations */
  .contact-content .reservations {
    margin-top: 16px;
    margin-bottom: 22px;
  }
  .contact-content .reservations a {
    font-size: 14px;
  }

  /* Contact Form heading */
  .contact-form h3 {
    font-size: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* CDA */
  .cda-content-area {
    padding: 16px 0;
  }
  .cda-single-content {
    margin: 0 10px;
    padding: 16px 0 4px;
  }
  .cda-icon i {
    font-size: 28px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .cda-content-inner h4 {
    font-size: 16px;
  }
  .cda-content-inner p {
    font-size: 13px;
    margin: 6px 0;
  }

  /* Contact Page Heading */
  .contact-page-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .contact-page-heading p {
    font-size: 14px;
  }
  .contact-page-heading {
    margin: 0 14px;
    padding-top: 16px;
  }

  /* Contact Title */
  .contact_title h3 {
    font-size: 23px;
    padding-left: 20px;
  }

  /* Address */
  .address .right {
    border-right: none;
    border-bottom: 1px solid var(--heading-color);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  /* Map */
  section.map-wrapper {
    height: 320px;
  }

  /* Connect With Us */
  .connect-with-us {
    padding: 40px 10px;
  }
  .connect-with-us h3 {
    font-size: 20px;
  }
  .connect-with-us .social-links {
    gap: 10px;
    flex-wrap: wrap;
  }
  .connect-with-us .social-links a {
    font-size: 14px;
  }
  .contact-content {
    width: 100%;
  }
}

/* ──────────────────────────────────────────────
   540px — Large Phones / Small Tablets
   ────────────────────────────────────────────── */
@media (max-width: 540px) {
  .page-title p {
    font-size: 20px;
    top: 3rem;
  }
  .contact-form{
    padding-left: 0;
    padding-right: 0;
  }
      .contact-content {
        padding-left: 0;
    padding-right: 0;
    }

  /* Contact Banner */
  section.contact-banner {
    padding-top: 30px;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
  section.contact-banner h5 {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 8px;
  }
  section.contact-banner h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  /* Contact Wrapper */
  section.contact-wrapper {
    padding-top: 50px;
  }

  /* Contact From Box */
  .contact_from_box {
    padding: 20px 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .contact_from_box .our-contact-heading {
    margin-bottom: 16px;
  }
  .contact_from_box .our-contact-heading h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .contact_from_box .our-contact-heading p {
    font-size: 13px;
  }
  .contact_from_box .heading {
    margin-bottom: 12px;
  }
  .contact_from_box .heading h6 {
    font-size: 20px;
  }

  /* Form */
  h2.form-head {
    font-size: 20px;
  }
  form label {
    font-size: 12px;
  }
  form input.form-control {
    padding-top: 18px !important;
    font-size: 13px;
    border-radius: 0;
  }
  textarea#floatingTextarea {
    height: 80px;
    font-size: 13px;
  }
  .form-floating {
    margin-bottom: 12px;
  }
  form button.main-btn {
    margin-top: 14px !important;
    font-size: 14px;
    padding: 12px 16px;
  }
  label.error {
    font-size: 10px !important;
    height: 16px;
  }

  /* Form Box */
  .form_box input {
    height: 46px;
    font-size: 13px;
  }
  .form_box textarea {
    height: 120px;
    font-size: 13px;
  }

  /* Contact Details */
  section.contact-details .contact-content h3 {
    font-size: 22px;
  }
  section.contact-details .contact-content p {
    font-size: 14px;
  }
  section.contact-details .text h3 {
    font-size: 16px;
  }
  section.contact-details .text p {
    font-size: 13px;
  }
  section.contact-details .reservations .icon {
    padding: 8px;
  }

  /* Contact Reservations */
  .contact-content .reservations {
    margin-top: 14px;
    margin-bottom: 18px;
    gap: 8px;
  }
  .contact-content .reservations img {
    width: 28px;
  }
  .contact-content .reservations a {
    font-size: 13px;
  }

  /* Contact Form heading */
  .contact-form h3 {
    font-size: 22px;
    padding-left: 6px;
    padding-right: 6px;
  }

  /* CDA */
  .cda-content-area {
    padding: 12px 0;
  }
  .cda-single-content {
    margin: 0 8px;
    padding: 12px 0 4px;
  }
  .cda-icon i {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
  }
  .cda-content-inner h4 {
    font-size: 15px;
  }
  .cda-content-inner p {
    font-size: 13px;
    margin: 6px 0;
  }

  /* Contact Page Heading */
  .contact-page-heading h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .contact-page-heading p {
    font-size: 13px;
  }
  .contact-page-heading {
    margin: 0 10px;
    padding-top: 12px;
  }

  /* Contact Title */
  .contact_title h3 {
    font-size: 20px;
    padding-left: 12px;
  }

  /* Address */
  .address .right {
    border-right: none;
    border-bottom: 1px solid var(--heading-color);
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  /* Map */
  section.map-wrapper {
    height: 280px;
  }

  /* Connect With Us */
  .connect-with-us {
    padding: 32px 10px;
  }
  .connect-with-us h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .connect-with-us .social-links {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .connect-with-us .social-links a {
    font-size: 13px;
  }
  .connect-with-us .website {
    font-size: 13px;
  }
}

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

  /* Contact Banner */
  section.contact-banner h5 {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 32px;
  }
  section.contact-banner h1 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  /* Contact Wrapper */
  section.contact-wrapper {
    padding-top: 40px;
  }

  /* Contact From Box */
  .contact_from_box {
    padding: 16px 14px;
  }
  .contact_from_box .our-contact-heading h3 {
    font-size: 20px;
  }
  .contact_from_box .our-contact-heading p {
    font-size: 13px;
  }
  .contact_from_box .heading h6 {
    font-size: 18px;
  }

  /* Form */
  h2.form-head {
    font-size: 18px;
  }
  form label {
    font-size: 11px;
  }
  form input.form-control {
    font-size: 12px;
    padding-top: 16px !important;
  }
  textarea#floatingTextarea {
    font-size: 12px;
    height: 80px;
  }
  .form-floating {
    margin-bottom: 10px;
  }
  form button.main-btn {
    font-size: 13px;
    padding: 11px 14px;
  }

  /* Form Box */
  .form_box input {
    height: 44px;
    font-size: 12px;
  }
  .form_box textarea {
    height: 110px;
    font-size: 12px;
  }

  /* Contact Details */
  section.contact-details .contact-content h3 {
    font-size: 20px;
  }
  section.contact-details .contact-content p {
    font-size: 13px;
  }
  section.contact-details .text h3 {
    font-size: 15px;
  }
  section.contact-details .text p {
    font-size: 13px;
  }

  /* Contact Form heading */
  .contact-form h3 {
    font-size: 20px;
  }

  /* CDA */
  .cda-icon i {
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .cda-content-inner h4 {
    font-size: 14px;
  }
  .cda-content-inner p {
    font-size: 12px;
  }

  /* Contact Page Heading */
  .contact-page-heading h2 {
    font-size: 20px;
  }
  .contact-page-heading p {
    font-size: 12px;
  }

  /* Contact Title */
  .contact_title h3 {
    font-size: 18px;
    padding-left: 10px;
  }

  /* Map */
  section.map-wrapper {
    height: 240px;
  }

  /* Connect With Us */
  .connect-with-us h3 {
    font-size: 17px;
  }
  .connect-with-us .social-links a {
    font-size: 13px;
  }
  .connect-with-us .website {
    font-size: 12px;
  }
}

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

  /* Contact Banner */
  section.contact-banner h5 {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 28px;
  }
  section.contact-banner h1 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  /* Contact Wrapper */
  section.contact-wrapper {
    padding-top: 36px;
  }

  /* Contact From Box */
  .contact_from_box {
    padding: 14px 12px;
  }
  .contact_from_box .our-contact-heading {
    margin-bottom: 14px;
  }
  .contact_from_box .our-contact-heading h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .contact_from_box .our-contact-heading p {
    font-size: 12px;
  }
  .contact_from_box .heading h6 {
    font-size: 17px;
  }

  /* Form */
  h2.form-head {
    font-size: 17px;
  }
  form label {
    font-size: 11px;
  }
  form input.form-control {
    font-size: 12px;
    padding-top: 14px !important;
  }
  textarea#floatingTextarea {
    font-size: 12px;
    height: 75px;
    margin-bottom: 10px;
  }
  .form-floating {
    margin-bottom: 10px;
  }
  form button.main-btn {
    font-size: 13px;
    padding: 10px 12px;
    margin-top: 12px !important;
  }
  label.error {
    font-size: 10px !important;
    height: 14px;
  }

  /* Form Box */
  .form_box input {
    height: 42px;
    font-size: 12px;
    padding-left: 12px;
  }
  .form_box textarea {
    height: 100px;
    font-size: 12px;
    padding: 8px 0 0 12px;
  }

  /* Contact Details */
  section.contact-details .contact-content h3 {
    font-size: 18px;
  }
  section.contact-details .contact-content p {
    font-size: 13px;
  }
  section.contact-details .text h3 {
    font-size: 14px;
  }
  section.contact-details .text p {
    font-size: 12px;
  }
  section.contact-details .reservations .icon {
    padding: 7px;
  }

  /* Contact Reservations */
  .contact-content .reservations {
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .contact-content .reservations img {
    width: 24px;
  }
  .contact-content .reservations a {
    font-size: 13px;
  }

  /* Contact Form heading */
  .contact-form h3 {
    font-size: 18px;
    padding-left: 4px;
    padding-right: 4px;
  }

  /* CDA */
  .cda-content-area {
    padding: 10px 0;
  }
  .cda-single-content {
    margin: 0 6px;
    padding: 10px 0 4px;
  }
  .cda-icon i {
    font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 6px;
  }
  .cda-content-inner h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cda-content-inner p {
    font-size: 12px;
    margin: 4px 0;
  }

  /* Contact Page Heading */
  .contact-page-heading h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .contact-page-heading p {
    font-size: 12px;
  }
  .contact-page-heading {
    margin: 0 8px;
    padding-top: 10px;
  }

  /* Contact Title */
  .contact_title h3 {
    font-size: 17px;
    padding-left: 8px;
  }

  /* Map */
  section.map-wrapper {
    height: 220px;
  }

  /* Connect With Us */
  .connect-with-us {
    padding: 26px 8px;
  }
  .connect-with-us h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .connect-with-us .social-links {
    gap: 6px;
  }
  .connect-with-us .social-links a {
    font-size: 12px;
  }
  .connect-with-us .website {
    font-size: 12px;
    margin-top: 10px;
  }
}

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

  /* Contact Banner */
  section.contact-banner {
    padding-top: 20px;
  }
  section.contact-banner h5 {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-top: 22px;
    margin-bottom: 6px;
  }
  section.contact-banner h1 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  /* Contact Wrapper */
  section.contact-wrapper {
    padding-top: 28px;
  }

  /* Contact From Box */
  .contact_from_box {
    padding: 12px 10px;
  }
  .contact_from_box .our-contact-heading {
    margin-bottom: 12px;
  }
  .contact_from_box .our-contact-heading h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .contact_from_box .our-contact-heading p {
    font-size: 12px;
  }
  .contact_from_box .heading {
    margin-bottom: 10px;
  }
  .contact_from_box .heading h6 {
    font-size: 15px;
  }

  /* Form */
  h2.form-head {
    font-size: 15px;
  }
  form label {
    font-size: 10px;
  }
  form input.form-control {
    font-size: 11px;
    padding-top: 12px !important;
    border-bottom-width: 1px;
  }
  textarea#floatingTextarea {
    font-size: 11px;
    height: 70px;
    margin-bottom: 8px;
  }
  .form-floating {
    margin-bottom: 8px;
  }
  form button.main-btn {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    margin-top: 10px !important;
  }
  label.error {
    font-size: 9px !important;
    height: 12px;
  }

  /* Form Box */
  .form_box input {
    height: 40px;
    font-size: 11px;
    padding-left: 10px;
    border-radius: 0;
  }
  .form_box textarea {
    height: 90px;
    font-size: 11px;
    padding: 7px 0 0 10px;
  }

  /* Captcha */
  input#captcha {
    font-size: 11px;
  }

  /* Contact Details */
  section.contact-details .contact-content h3 {
    font-size: 16px;
  }
  section.contact-details .contact-content p {
    font-size: 12px;
  }
  section.contact-details .text h3 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  section.contact-details .text p {
    font-size: 12px;
  }
  section.contact-details .reservations .icon {
    padding: 6px;
  }

  /* Contact Reservations */
  .contact-content .reservations {
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .contact-content .reservations img {
    width: 22px;
  }
  .contact-content .reservations a {
    font-size: 12px;
  }

  /* Contact Form heading */
  .contact-form h3 {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  /* CDA */
  .cda-content-area {
    padding: 8px 0;
  }
  .cda-single-content {
    margin: 0 4px;
    padding: 8px 0 3px;
  }
  .cda-icon i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    margin-top: 0;
  }
  .cda-content-inner h4 {
    font-size: 13px;
  }
  .cda-content-inner p {
    font-size: 11px;
    margin: 3px 0;
  }
  .cda-content-inner a {
    font-size: 11px;
  }

  /* Contact Page Heading */
  .contact-page-heading h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .contact-page-heading p {
    font-size: 11px;
  }
  .contact-page-heading {
    margin: 0 6px;
    padding-top: 8px;
  }

  /* Contact Title */
  .contact_title h3 {
    font-size: 15px;
    padding-left: 6px;
  }

  /* Address */
  .address .right {
    border-right: none;
    border-bottom: 1px solid var(--heading-color);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .address h4 {
    font-size: 14px;
  }
  .address p {
    font-size: 12px;
  }

  /* Map */
  section.map-wrapper {
    height: 200px;
  }

  /* Connect With Us */
  .connect-with-us {
    padding: 22px 6px;
  }
  .connect-with-us .connect-inner {
    max-width: 100%;
  }
  .connect-with-us h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .connect-with-us .social-links {
    gap: 5px;
    flex-wrap: wrap;
  }
  .connect-with-us .social-links a {
    font-size: 11px;
  }
  .connect-with-us .divider {
    font-size: 11px;
  }
  .connect-with-us .website {
    font-size: 11px;
    margin-top: 8px;
  }
}