/*
CTC Separate Stylesheet
Updated: 2026-09-01 10:05:00
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1788257100
*/
.e-con > .e-con-inner {
  width: 100%;
}

@media (min-width: 40rem) {
  .e-con > .e-con-inner {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .e-con > .e-con-inner {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .e-con > .e-con-inner {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .e-con > .e-con-inner {
    max-width: 80rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 96rem) {
  .e-con > .e-con-inner {
    max-width: 96rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.e-con > .e-con-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .e-con > .e-con-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .e-con > .e-con-inner {
/*     max-width: 1440px; */
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* .footer-logo img {
    filter: brightness(0) invert(1);
} */

.footer-sec:before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(201, 169, 110, 0.5), transparent);
}
.view_rea a:hover svg path {
    stroke: #C9A96E !important;
}

.copyright_last a {
    color: #c9a96e;
}
.services_icon .elementor-icon-wrapper {
    display: flex;
}
.services_list span {
    color: #c9a96e;
    font-size: 1rem;
    font-family: 'DM Sans';
    margin-left: 2px;
}
@media (max-width: 1024px) {
  ul#menu-2-3ba022b li.mobile_call_button a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9a96e;
    text-decoration: none;
    padding: 0.75rem 1.4rem;
    border: 1px solid #c9a96e;
    border-radius: 2px;
    background: rgb(250, 248, 245);
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
  }
  ul#menu-2-3ba022b li.mobile_book_button a:hover,
  ul#menu-2-3ba022b li.mobile_call_button a:hover {
    background-color: #c9a96e;
    color: #ffffff;
  }

  ul#menu-2-3ba022b li.mobile_book_button a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: #2c2c2c;
    padding: 0.75rem 1.4rem;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
  }
}

@media (max-width: 1024px) {
  .bm_menu ul#menu-2-3ba022b {
    padding: 1.5rem;
    border-top: 1px solid rgba(201, 169, 110, 0.25);
  }

  .bm_menu ul .menu-item:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid rgba(44, 44, 44, 0.05);
  }

  .bm_menu ul#menu-2-3ba022b li.mobile_call_button a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c9a96e;
    text-decoration: none;
    padding: 0.75rem 1.4rem;
    border: 1px solid #c9a96e;
    border-radius: 2px;
    background: rgb(250, 248, 245);
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
		display: flex;
        align-items: center;
        justify-content: center;
  }
  .bm_menu ul#menu-2-3ba022b li.mobile_book_button a:hover,
  .bm_menu ul#menu-2-3ba022b li.mobile_call_button a:hover {
    background-color: #c9a96e;
    color: #ffffff;
  }

  .bm_menu ul#menu-2-3ba022b li.mobile_book_button a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: #2c2c2c;
    padding: 0.75rem 1.4rem;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
		display: flex;
        align-items: center;
        justify-content: center;
  }
}
.bm_icon .elementor-icon {
    border-color: rgba(201, 169, 110, 0.25) !important;
}

/* =========================
   ENQUIRY FORM
========================= */

.enquiry-section {
  max-width: 100%;
  padding: 0;
}

.enquiry-section .container {
  max-width: 100%;
}

.enquiry-section .subtitle {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #a8a8a8;
  margin-bottom: 22px;
  font-weight: 400;
}

/* =========================
   RADIO BUTTON TABS
========================= */

.enquiry-section .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.enquiry-section .wpcf7-list-item {
  margin: 0 !important;
}

.enquiry-section .wpcf7-list-item input {
  display: none;
}

.enquiry-section .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 30px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
	font-family: "DM Sans", sans-serif;
    font-weight: 400;
    background: transparent;
    color: #2c2c2c;
    border: 1px solid rgba(44, 44, 44, 0.18);
    letter-spacing: 0.03em;
    transform: scale(1);
    box-shadow: none;
}

.enquiry-section .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  font-family: "DM Sans", sans-serif;
    font-weight: 500;
    background: #2c2c2c;
    color: rgb(255, 255, 255);
    border: 1px solid #2c2c2c;
    letter-spacing: 0.03em;
    transform: scale(1.03);
    box-shadow: rgba(44, 44, 44, 0.14) 0px 2px 10px;
}

/* =========================
   FORM GRID
========================= */

.enquiry-section .form-row {
  display: flex;
  gap: 24px;
}

.enquiry-section .form-row .form-group {
  width: 50%;
}

.enquiry-section .form-group {
  margin-bottom: 38px;
}

/* =========================
   INPUTS
========================= */

.enquiry-section input[type="text"],
.enquiry-section input[type="email"],
.enquiry-section input[type="tel"],
.enquiry-section textarea {
 width: 100% !important;
    border: 0 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    background: transparent !important;
    padding: 0.5rem 0px !important;
    font-size: 0.9rem !important;
    color: #2c2c2c !important;
    font-family: "DM Sans", sans-serif;
}

.enquiry-section input:focus,
.enquiry-section textarea:focus {
  outline: none !important;
  border-bottom-color: #262626 !important;
}

.enquiry-section input::placeholder,
.enquiry-section textarea::placeholder {
  color: #b5b5b5;
  opacity: 1;
}

.enquiry-section textarea {
  resize: none;
}

/* remove extra CF7 paragraph spacing */
.enquiry-section p {
  margin: 0;
}

/* =========================
   FOOTER
========================= */

.enquiry-section .form-footer {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 10px;
}

/* Submit Button */

.enquiry-section .wpcf7-submit {
  font-family: "DM Sans", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgb(255, 255, 255) !important;
  background: #2c2c2c !important;
  padding: 0.9rem 2rem !important;
  cursor: pointer;
	border: none;
}

.enquiry-section .wpcf7-submit:hover {
  background: #1d1d1d !important;
}

.enquiry-section .response-text {
  color: rgba(44, 44, 44, 0.35);
  font-size: 0.75rem;
  margin: 0;
}

/* Hide spinner alignment issue */
.enquiry-section .wpcf7-spinner {
  margin: 0 0 0 10px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .enquiry-section .form-row {
    flex-direction: column;
    gap: 0;
  }

  .enquiry-section .form-row .form-group {
    width: 100%;
  }

  .enquiry-section .form-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .enquiry-section .wpcf7-submit {
    width: 100%;
  }
}

.enquiry-section .enquiry-tabs {
  margin-bottom: 25px;
}
.enquiry-section label {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    text-transform: none;
    color: rgba(44, 44, 44, 0.38);
    transition: 0.18s;
}
.bm_scroll{
    scroll-margin-top: 120px;
}
.wpcf7-not-valid-tip {
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    margin-top: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 1rem;
    color: #2c2c2c;
    text-transform: uppercase;
}


