/*
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.1784184169
Updated: 2026-07-16 06:42:49

*/

.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: 5rem;
    padding-right: 5rem;
  }
}

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

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

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

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

/* Contact Form  */
.bm-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.bm-form-col {
  flex: 1;
}

.bm-full {
  width: 100%;
}

.bm-form-col label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(138, 128, 120);
  font-family: "Hanken Grotesk", sans-serif;
  margin-bottom: 6px;
}

.bm-form-col input,
.bm-form-col select,
.bm-form-col textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgb(226, 221, 216);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
  color: rgb(26, 23, 20);
  letter-spacing: 0.01em;
  outline: none;
  transition: border-color 200ms;
}

.bm-form-col textarea {
  height: 130px;
  resize: none;
}

.bm-form-col input:focus,
.bm-form-col select:focus,
.bm-form-col textarea:focus {
  outline: none;
  border-color: #d4b06f;
}
.bm-form-col p {
    margin-bottom: 0 !important;
}

.bm-form-col .bm-submit-btn {
  width: 100%;
  padding: 16px 28px;
  border-radius: 4px;
  border-width: medium;
  border-style: none;
  border-color: #fff;
  border-image: initial;
  cursor: pointer;
  background-color: rgb(201, 169, 110) !important;
  color: rgb(255, 255, 255) !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    background-color 200ms,
    transform 150ms;
  transform: translateY(0px);
  box-shadow: rgba(201, 169, 110, 0.2) 0px 2px 8px;
}

.bm-form-col .bm-submit-btn svg{
	transition: transform 200ms;
    transform: translateX(0px);
}
.bm-form-col .bm-submit-btn:hover svg{
    transform: translateX(3px);
}

.bm-form-col .bm-submit-btn:hover {
  background-color: rgb(184, 146, 79) !important;
	 transform: translateY(-1px);
  box-shadow: rgba(201, 169, 110, 0.35) 0px 6px 20px;
}

.bm-form-note {
    text-align: center;
    color: rgb(196, 189, 182);
    font-size: 11px;
    letter-spacing: 0.03em;
}

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

.transparent-header {
  position: absolute;
  width: 100%;
  background: transparent;
  transition: all 0.4s ease;
  z-index: 999;
}

/* Sticky state */
.transparent-header.elementor-sticky--effects {
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.elementor-sticky--active{
    width:100% !important;
    left:0 !important;
    right:0 !important;
}

/* Black menu after scroll */
.transparent-header.elementor-sticky--effects .ss_header_menu a {
  color: rgb(26, 26, 26) !important;
}

.transparent-header.elementor-sticky--effects .ss_animation_header_wrapper {
  background-color: rgb(0, 0, 0) !important;
}

.transparent-header.elementor-sticky--effects .ss_header_icon .elementor-icon {
  background-color: rgb(0, 0, 0) !important;
}

.transparent-header.elementor-sticky--effects .mobile_ham svg {
 fill: #000 !important;
}

/* What We Do Form  */

.wwd-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.wwd-form-col {
  flex: 1;
}

.wwd-full {
  width: 100%;
}

.wwd-form-col label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(81, 82, 92);
  font-family: "Hanken Grotesk", sans-serif;
  margin-bottom: 6px;
}

.wwd-form-col input,
.wwd-form-col select,
.wwd-form-col textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid rgb(226, 223, 224);
  border-radius: 0;
  background: rgb(248, 247, 247);
  font-size: 13px;
  box-sizing: border-box;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 300;
  color: rgb(0, 0, 0);
  letter-spacing: 0.01em;
  outline: none;
  transition: border-color 200ms;
}

.wwd-form-col textarea {
  height: 70px;
  resize: none;
}

.wwd-form-col input:focus,
.wwd-form-col select:focus,
.wwd-form-col textarea:focus {
  outline: none;
  border-color: rgb(174, 140, 193);
}

.wwd-form-col .wpcf7-submit {
  width: 100%;
  padding: 12px 0;
  border-radius: 0;
  border-width: medium;
  border-style: none;
  border-color: #fff;
  border-image: initial;
  cursor: pointer;
  background-color: rgb(174, 140, 193) !important;
  color: rgb(255, 255, 255) !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    background-color 200ms,
    transform 150ms;
  transform: translateY(0px);
  box-shadow: rgba(201, 169, 110, 0.2) 0px 2px 8px;
}

.wpcf7-submit:hover {
  background-color: rgb(155, 120, 174) !important;
}

.wwd-form-note {
  text-align: center;
  color: #c2b8ac;
  font-size: 13px;
  margin-top: 15px;
}
.wwd-form-row p {
    margin-bottom: 0 !important;
}

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

.transparent-header {
  position: absolute;
  width: 100%;
  background: transparent;
  transition: all 0.4s ease;
  z-index: 999;
}
.elementor-popup-modal {
    backdrop-filter: blur(6px);
}
.ss_hero-button a:hover svg {
    fill: none !important;
}
.scroll-indicator{
 animation:scrollFloat 2.5s ease-in-out infinite;
}

@keyframes scrollFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(10px);
    }

}
.ss_scroll{
    scroll-margin-top: 100px;
}
.property-features-list li {
    list-style: none;
}

ul.property-features-list {
    padding: 0;
}

/*  For Maintenance Form */
/*  For Maintenance Form */

.maintenance-form .cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.maintenance-form input[type="date"],
.maintenance-form input[type="email"],
.maintenance-form input[type="number"],
.maintenance-form input[type="password"],
.maintenance-form input[type="search"],
.maintenance-form input[type="tel"],
.maintenance-form input[type="text"],
.maintenance-form input[type="time"],
.maintenance-form input[type="url"],
.maintenance-form select,
.maintenance-form textarea {
  width: 100%;
  height: 48px;
  padding: 0px 14px;
  background: rgb(255, 255, 255);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 15px;
  color: rgb(156, 163, 175);
  outline: none;
  transition:
    border-color 160ms,
    box-shadow 160ms;
  box-sizing: border-box;
}

.maintenance-form input[type="date"]:focus,
.maintenance-form input[type="email"]:focus,
.maintenance-form input[type="number"]:focus,
.maintenance-form input[type="password"]:focus,
.maintenance-form input[type="search"]:focus,
.maintenance-form input[type="tel"]:focus,
.maintenance-form input[type="text"]:focus,
.maintenance-form input[type="time"]:focus,
.maintenance-form input[type="url"]:focus,
.maintenance-form select:focus,
.maintenance-form textarea:focus {
  border: 1.5px solid rgb(201, 169, 110);
  font-size: 15px;
  outline: none;
  transition:
    border-color 160ms,
    box-shadow 160ms;
  box-sizing: border-box;
  box-shadow: rgba(201, 169, 110, 0.12) 0px 0px 0px 3px;
}
.maintenance-form label {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(55, 65, 81);
  margin-bottom: 8px;
}

.maintenance-form h3 span {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgb(174, 140, 193);
  background: rgba(174, 140, 193, 0.1);
  border: 1px solid rgba(174, 140, 193, 0.2);
  border-radius: 2px;
  padding: 3px 8px;
}
.maintenance-form h3:nth-of-type(2) {
  margin-top: 18px;
}
.maintenance-form h3 {
  font-family: "Instrument Serif", serif;
  font-size: 22px;
  font-weight: 400;
  color: rgb(26, 26, 26);
  margin: 0px;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
p {
  margin-bottom: 0;
}
.maintenance-form h3 p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "Instrument Serif", serif;
  font-size: 22px;
  font-weight: 400;
  color: rgb(26, 26, 26);
  margin: 0px;
}

.maintenance-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.maintenance-form .cf7-col p {
  margin-bottom: 0;
}

.maintenance-form textarea {
  padding: 10px 14px;
  background: rgb(255, 255, 255);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 15px;
  color: rgb(26, 26, 26);
  outline: none;
  transition:
    border-color 160ms,
    box-shadow 160ms;
  box-sizing: border-box;
  resize: vertical;
  min-height: 150px;
}

/* button design */
.maintenance-form .wpcf7-form-control.wpcf7-radio {
  display: flex !important;
  gap: 15px;
  margin-top: 10px;
}

/* Individual list item: makes them grow to fill space equally */
.maintenance-form .wpcf7-list-item {
  margin: 0 !important;
  flex: 1;
  flex: 1 1 0%;
  height: 48px;
  /* Adjust based on your preferred maximum width */
}

/* Label styled as a button */
.maintenance-form .wpcf7-list-item label {
  flex: 1 1 0%;
  height: 48px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  background: rgb(255, 255, 255);
  color: rgb(107, 114, 128);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 180ms;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Hide the default circular radio input */
.maintenance-form .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Hover state for the "button" */

/* Selected state: styles the button when the radio inside is checked */
.maintenance-form .wpcf7-list-item:has(input[type="radio"]:checked) label {
  border: 1.5px solid rgb(174, 140, 193);
  color: rgb(124, 58, 237);
}

.maintenance-form span.wpcf7-list-item.first:has(input[type="radio"]:checked) label {
  border: 1.5px solid rgb(239, 68, 68);
  border-radius: 3px;
  background: rgba(239, 68, 68, 0.06);
  color: rgb(220, 38, 38);
}

.maintenance-form .emergency-box {
  background: rgb(248, 247, 245);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 20px 24px;
  transition:
    background 300ms,
    border-color 300ms;
}
.maintenance-form .emergency-box {
  background: rgb(248, 247, 245);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 20px 24px;
  transition:
    background 300ms,
    border-color 300ms;
}
.maintenance-form .emergency-box ul {
  padding: 0;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.maintenance-form .emergency-box li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 13.5px;
  color: rgb(107, 114, 128);
  line-height: 1.5;
  transition: color 300ms;
}
.maintenance-form .emergency-box li p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 13.5px;
  color: rgb(107, 114, 128);
  line-height: 1.5;
  transition: color 300ms;
}
.maintenance-form .emergency-footer {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 13.5px;
  color: rgb(107, 114, 128);
  line-height: 1.5;
  transition: color 300ms;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
  align-items: center;
}
.maintenance-form .emergency-footer p br {
  display: none;
}
.maintenance-form .emergency-footer p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 13px;
  color: rgb(156, 163, 175);
  margin: 0px;
  line-height: 1.5;
  transition: color 300ms;
}
.maintenance-form .emergency-footer p img {
  display: flex;
}
.maintenance-form .emergency-footer a {
  color: rgb(174, 140, 193);
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
}

.maintenance-form p.emergency-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(107, 114, 128);
  margin: 0px 0px 14px;
  transition: color 300ms;
}

.maintenance-form .emergency-radio .wpcf7-form-control.wpcf7-radio {
  margin-top: 0;
}

.maintenance-form .maintenance-form h3:nth-of-type(3) {
  margin-top: 18px;
}

.maintenance-form .codedropz-upload-handler {
  border: 2px dashed rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 40px 24px;
  text-align: center;
  cursor: pointer;
  background: rgb(255, 255, 255);
  transition:
    border-color 180ms,
    background 180ms;
}

.maintenance-form .codedropz-upload-inner {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(55, 65, 81);
  margin: 0px 0px 4px;
}

.maintenance-form a.cd-upload-btn {
  color: rgb(174, 140, 193);
  text-decoration: underline;
}

.maintenance-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  height: 56px;
  background: rgb(13, 13, 13);
  color: rgb(255, 255, 255);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 3px;
  font-family: "Instrument Serif", serif;
  font-size: 18px;
  font-style: italic;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition:
    background 200ms,
    transform 160ms;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: translateY(0px);
}
p.maintenance-bottom {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 12px;
    color: rgb(156, 163, 175);
    text-align: center;
}
.maintenance-form .wpcf7-submit:hover{
    background-color:rgb(13, 13, 13) !important;
}
.elementor-popup-modal .dialog-close-button
 {
    padding: 8px;
}
#elementor-popup-modal-337 label {
    color: rgba(226, 223, 224, 0.65);
}

#elementor-popup-modal-337 .wwd-form-col input, #elementor-popup-modal-337 .wwd-form-col select, #elementor-popup-modal-337 .wwd-form-col textarea {
    background: rgba(255, 255, 255, 0.06);
    color: rgb(255, 255, 255);
}

@media(max-width:767px){
.ss_popup_scroll .elementor-widget-heading {
    min-width: 10.5rem;
	  text-align:center;
}
}