/*
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.1785303246
Updated: 2026-07-29 05:34:06

*/
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #00bfa6;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #16fff2;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #00bfa6 #000;
}

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

@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: 3rem;
    padding-right: 3rem;
  }
}
.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: 70px;
}

.transparent-header.scrolled {
  background: rgba(10, 10, 10, 0.85) !important;
  backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Contact Form  */

.mase-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mase-contact-row {
  display: flex;
  gap: 1rem;
}

.mase-contact-row-pill {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.mase-pill-group .mase-pill-checkbox {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.mase-contact-col {
  flex: 1;
}
.mase-contact-form p {
  margin-bottom: 0;
}

/* INPUTS */

.mase-contact-form input[type="text"],
.mase-contact-form input[type="email"],
.mase-contact-form input[type="tel"],
.mase-contact-form textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 0.9rem 1.1rem;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

/* Placeholder */

.mase-contact-form input::placeholder,
.mase-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

/* Lable */

.mase-contact-form .mase-label {
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.4rem;
}

/* Focus */

.mase-contact-form input:focus,
.mase-contact-form textarea:focus {
  outline: none;
  border-color: rgba(0, 191, 166, 0.5);
}

/* SECTION TITLES */

.mase-contact-form .mase-contact-row-pill span {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.06em;
  margin: 0;
}

/* TEXTAREA */

.mase-contact-form textarea {
  min-height: 100px;
  resize: none;
}

.mase-pill-group .wpcf7-list-item {
  margin: 0;
}

.mase-pill-group .wpcf7-list-item label {
  font-family: "DM Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.18s;
}

.mase-pill-group .wpcf7-list-item input {
  display: none;
}

/* Hover */

.mase-pill-group .wpcf7-list-item label:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.7);
}

/* Active */

.mase-pill-group .wpcf7-list-item label:has(input:checked) {
  background: rgba(0, 191, 166, 0.12);
  border-color: rgba(0, 191, 166, 0.6);

}
.mase-pill-group .wpcf7-list-item label:has(input:checked) span{
	  color: rgb(0, 191, 166);
}

.mase-submit-btn {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  background: rgb(0, 191, 166);
  color: rgb(10, 10, 10);
  padding: 1rem 2rem;
  border-radius: 8px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 1rem;
  transform: translateY(0px);
  width: 100%;
}

.mase-submit-btn:hover {
  color: rgb(10, 10, 10);
  background: rgb(0, 212, 184);
  transform: translateY(-2px);
}

.mase-contact-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  border-radius: 8px;
  color: #fff;
}

@media (max-width: 767px) {
  .mase-contact-row {
    flex-direction: column;
  }
}
.elementor-icon-wrapper{
	display: flex;
}

/* Real Estate Contact Form */
.ms_re-from {
    font-family: "DM Sans", sans-serif;
    color: #fff;
}

.ms_re-from label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ms_re-from input[type="text"],
.ms_re-from input[type="email"],
.ms_re-from input[type="tel"],
.ms_re-from select,
.ms_re-from textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 0.95rem;
    padding: 0.9rem 1.1rem;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    border-radius: 0;
}
.ms_re-from input:focus,
.ms_re-from select:focus,
.ms_re-from textarea:focus {
    border-color: #00BFA6;
}
.ms_re-from input::placeholder,
.ms_re-from textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.ms_re-from select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") right 1rem center no-repeat rgba(255, 255, 255, 0.06);
    padding-right: 2.5rem;
}
.ms_re-from select option {
    background: #111;
    color: #fff;
}

.ms_re-from textarea {
    resize: vertical;
    min-height: 110px;
}

.ms_re-from-hint {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.4rem;
    line-height: 1.5;
    font-family: "DM Sans", sans-serif;
}

.ms_re-from-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 0.5rem;
}

.ms_re-from-contact-card {
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-sizing: border-box;
}
.ms_re-from-contact-card:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
}

.ms_re-from-whatsapp {
	padding: 1.25rem;
    border: 1px solid rgba(37, 211, 102, 0.2);
    background: rgba(37, 211, 102, 0.04);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-sizing: border-box;
}

.ms_re-from-whatsapp:hover {
    border-color: rgba(37, 211, 102, 0.45);
    background: rgba(37, 211, 102, 0.09);
}

.ms_re-from-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ms_re-from-icon.ms_re-icon-wa {
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.ms_re-from-contact-card div:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.ms_re-from-card-label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 700;
    text-transform: uppercase;
}
.ms_re-from-card-title {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    line-height: 1.3;
}
.ms_re-from-card-sub {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.2rem;
}

.ms_re-from-whatsapp .ms_re-from-card-label{
	    color: rgb(37, 211, 102);
}

.ms_re-from-submit-wrap button.ms_re-from-submit-custom {
    width: 100%;
    padding: 1.25rem;
    background: #00BFA6;
    border: none;
    cursor: pointer;
    transition: opacity 0.18s, transform 0.14s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    box-sizing: border-box;
    min-height: 120px;
    align-items: flex-start;
    color: #0a0a0a;
}
.ms_re-from-submit-wrap button.ms_re-from-submit-custom:hover {
    opacity: 0.88;
    transform: scale(0.985);
}
.ms_re-from-icon-dark {
    border-color: rgba(0, 0, 0, 0.2) !important;
}
.ms_re-from-label-dark {
    color: rgba(0, 0, 0, 0.6) !important;
}
.ms_re-from-title-dark {
    color: #0a0a0a !important;
    font-weight: 700 !important;
}
.ms_re-from-sub-dark {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 0.2rem;
}

.ms_re-from-submit-wrap{
	display: flex;
}

@media (max-width: 767px) {
    .ms_re-from-actions {
        grid-template-columns: 1fr;
    }
}

.wpcf7-not-valid-tip {
    font-size: 0.75rem !important;
    color: #ff6b6b !important;
    margin-top: 0.3rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff6b6b;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #00BFA6;
    color: #00BFA6;
    font-size: 0.85rem;
}

/* End Real Estate Contact Form */
.ms_rs_slider .swiper-pagination {
  display: flex;
  gap: 0.5rem;
}

.ms_rs_slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.5rem;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  opacity: 1;
  border-width: medium;
  border-style: none;
  border-color: #fff;
  border-image: none;
  cursor: pointer;
  padding: 0px;
  transition: width 0.35s cubic-bezier(0.23, 1, 0.32, 1), background 0.25s;
  border-radius: 2px;
}

.ms_rs_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  height: 3px;
  background: rgb(0, 191, 166) !important;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
  padding: 0px;
  transition: width 0.35s cubic-bezier(0.23, 1, 0.32, 1), background 0.25s;
  border-radius: 2px;
}