.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide feature titles on all screens */
.qodef-property-list.qodef-item-layout--info-below-with-feature-titles .qodef-e-pl-feature-titles-holder {
    display: none !important;
}

/* Hide map navigation tabs on all screens */
.qodef-image-map-gallery .qodef-map-navigation {
    display: none !important;
}

/* Desktop styles (768px and above) */
@media (min-width: 768px) {
    .qodef-image-map-gallery .qodef-img-holder {
        width: 54% !important;
    }
    
    .qodef-image-map-gallery .qodef-map-holder {
        width: 46% !important;
    }
    
    .qodef-image-map-gallery .qodef-img-holder .qodef-media-section {
        width: 100% !important;
    }
}

/* Mobile styles (below 768px) */
@media (max-width: 767px) {
    .qodef-image-map-gallery .qodef-img-holder {
        width: 100% !important;
    }
    
    .qodef-image-map-gallery .qodef-map-holder {
        width: 100% !important;
    }
    
    .qodef-image-map-gallery .qodef-img-holder .qodef-media-section {
        width: 100% !important;
    }
}


/* Target the intl-tel-input phone .elementor-kit-7 specifically */
.intl-tel-input .selected-flag,
.intl-tel-input .selected-dial-code {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* Country dropdown list */
.intl-tel-input .country-list {
    background-color: #1a1a1a !important;
}

/* Individual country items in dropdown */
.intl-tel-input .country {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

/* Country name and dial code text */
.intl-tel-input .country-name,
.intl-tel-input .dial-code {
    color: #ffffff !important;
}

/* Hover state for countries */
.intl-tel-input .country:hover,
.intl-tel-input .country.highlight {
    background-color: #2a2a2a !important;
}

/* Active/selected country */
.intl-tel-input .country.active {
    background-color: #333333 !important;
}

/* The input field itself */
.qodef-contact-form input[type="text"].wpcf7-phonetext {
    background-color: transparent !important;
    color: #ffffff !important;
}

.wpcf7-form-control.wpcf7-select {
  width: 100%;
  background:#1D1D1D; /* Same as section bg */
  color: #babfc5 !important;
  border: none;
  border-bottom: 1.3px solid #fff;
  border-radius: 0;
  padding: 0px 0px 6px 0px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 16px;
  transition: border-color 0.2s;

}

.wpcf7-form-control.wpcf7-select:focus {
  border-bottom: 1.5px solid #fff;
  outline: none;
}

.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background: #1D1D1D;
  color: #fff !important;
  border: none;
   border-bottom: 1.3px solid #fff;
  border-radius: 0;
  padding: 8px 0 6px 0;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 16px;
  min-height:80;
  max-height: 80px;
  resize: none;
  transition: border-color 0.2s;
}

.wpcf7-form-control.wpcf7-textarea:focus {
  border-bottom: 1.5px solid #babfc5;
  outline: none;

}/* End custom CSS */