.home-review-carousel .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active), .home-listing-carousel .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background-color: #ffffff !important;
	opacity: 1 !important;
}

.property-detail-list li.elementor-icon-list-item {
	background-color: #96161A;
    align-items: center;
    width: 250px;
    padding: 5px 20px;
}

.property-detail-list li.elementor-icon-list-item:last-child {
	background-color: #707070;
}


.gform_validation_errors {
	display: none !important;
}

.gfield_description.validation_message.gfield_validation_message {
	margin-block-start: 3px !important;
}

.gform_fields.top_label.form_sublabel_below.description_below {
	gap: 8px !important;
}

.gform_required_legend {
	display: none !important;
}

#gform_wrapper_1 #gform_fields_1, #gform_wrapper_2 #gform_fields_2 {
	align-items: start;
}

/* Lets Chat Form  */
#gform_wrapper_1 .gform_footer {
	margin-block-start: 0px !important;
}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="submit"]{
    background-color: #EAEAEA !important;
    border: none !important;
	border-radius: 0px !important;
	font-weight: bold;
	font-size: 16px !important;
	font-family: 'Lato' !important;
	text-align: center;
	outline: none !important;
	box-shadow: none !important;
	min-height: 55px;
}


#gform_wrapper_1 #field_1_1 {
	grid-column: span 3;
}

#gform_wrapper_1 #field_1_3 {
	grid-column: span 5;
}

#gform_wrapper_1 #field_submit{
	grid-column: span 4;
}

#gform_wrapper_1 input[type="submit"]{
	background-color: #232323 !important;
/* 	border-color: #232323 !important; */
	text-transform: uppercase;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
	transition: background-color 300ms, color 300ms;
}

#gform_wrapper_1 input[type="submit"]:hover {
	color: #232323 !important;
    background-color: #EAEAEA !important;
}


#gform_wrapper_1 input[type="text"]::placeholder, 
#gform_wrapper_1 input[type="email"]::placeholder {
    text-align: center;
	font-weight: bold;
	font-size: 17px !important;
	font-family: 'Lato' !important;
}

@media only screen and (max-width: 1024px) {
	 #gform_wrapper_1 #field_1_1 {
		grid-column: span 12;
	}

	#gform_wrapper_1 #field_1_3 {
		grid-column: span 12;
	}

	#gform_wrapper_1 #field_submit{
		grid-column: span 12;
	}
}

/* Subscribe Form  */
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 input[type="submit"]{
    background-color: white !important;
	border-radius: 0px !important;
	font-weight: 500;
	font-size: 18px !important;
	font-family: 'Lato' !important;
	outline: none !important;
	box-shadow: none !important;
	min-height: 40px !important;
}

#gform_wrapper_2 #field_2_1 {
	grid-column: span 9;
}

#gform_wrapper_2 #field_submit{
	grid-column: span 3;
}

#gform_wrapper_2 input[type="submit"]{
	background-color: #96171A !important;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	color: white !important;
	font-weight: bold;
	transition: background-color 300ms, color 300ms;
}

#gform_wrapper_2 input[type="submit"]:hover{
	background-color: #EAEAEA !important;
	color: #96171A !important;
}

#gform_wrapper_2 input[type="email"]::placeholder {
	font-weight: 500 !important;
	font-size: 18px !important;
	font-family: 'Lato' !important;
}

#gform_wrapper_2 .gform-body.gform_body {
	display: flex;
	justify-content: end;
}

#gform_wrapper_2 #gform_fields_2 {
	width: 80%;
}

@media only screen and (max-width: 1024px) {
	#gform_wrapper_2 .gform-body.gform_body {
		justify-content: center;
	}
	#gform_wrapper_2 #field_2_1 {
		grid-column: span 12;
	}
	#gform_wrapper_2 #field_submit {
		grid-column: span 12;
	}
}

/* Buyer Form */
#gform_wrapper_3 .gform_fields {
	gap: 25px !important;
}

#gform_wrapper_3 fieldset div {
	gap: 15px !important;
}

#gform_wrapper_3 input[type="text"],
#gform_wrapper_3 input[type="email"],
#gform_wrapper_3 input[type="tel"],
#gform_wrapper_3 textarea {
	background-color: white !important;
    border: white 2px solid !important;
	border-radius: 0px !important;
	font-weight: 500;
	font-size: 21px !important;
	font-family: 'Lato' !important;
	outline: none !important;
	box-shadow: none !important;
	min-height: 55px;
}


#gform_wrapper_3 input[type="text"]::placeholder,
#gform_wrapper_3 input[type="email"]::placeholder,
#gform_wrapper_3 input[type="tel"]::placeholder,
#gform_wrapper_3 textarea::placeholder {
	color: #96171A !important;
}

#gform_wrapper_3 textarea {
	min-height: 250px;
}

#gform_wrapper_3 .gfield_label, #gform_wrapper_3 .gfield_required{
	font-size: 21px !important;
	font-family: 'Lato' !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #112337 !important;
	gap: 0px !important;
}

#gform_wrapper_3 .gform-footer {
	justify-content: center;
}

#gform_wrapper_3 .gform-footer {
	margin-block-start: 45px !important;
}

#gform_wrapper_3 input[type="submit"] {
	color: white !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #96171A !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 31px !important;
	font-family: 'Lato' !important;
	border-radius: 0px;
	width: 100% !important;
	max-width: 350px;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background-color 300ms, color 300ms;
}

#gform_wrapper_3 input[type="submit"]:hover{
	background-color: #EAEAEA !important;
	color: #96171A !important;
}


/* Landlord Form */
#gform_wrapper_4 .gform_fields {
	gap: 25px !important;
}

#gform_wrapper_4 fieldset div {
	gap: 15px !important;
}

#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 textarea {
	background-color: white !important;
    border: white 2px solid !important;
	border-radius: 0px !important;
	font-weight: 500;
	font-size: 21px !important;
	font-family: 'Lato' !important;
	outline: none !important;
	box-shadow: none !important;
	min-height: 55px;
}


#gform_wrapper_4 input[type="text"]::placeholder,
#gform_wrapper_4 input[type="email"]::placeholder,
#gform_wrapper_4 input[type="tel"]::placeholder,
#gform_wrapper_4 textarea::placeholder {
	color: #96171A !important;
}

#gform_wrapper_4 textarea {
	min-height: 150px;
}

#gform_wrapper_4 .gfield_label, #gform_wrapper_4 .gfield_required{
	font-size: 21px !important;
	font-family: 'Lato' !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #112337 !important;
	gap: 0px !important;
}

#gform_wrapper_4 .gform-footer {
	justify-content: center;
}

#gform_wrapper_4 .gform-footer {
	margin-block-start: 45px !important;
}

#gform_wrapper_4 input[type="submit"] {
	color: white !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #96171A !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 31px !important;
	font-family: 'Lato' !important;
	border-radius: 0px;
	width: 100% !important;
	max-width: 350px;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background-color 300ms, color 300ms;
}

#gform_wrapper_4 input[type="submit"]:hover{
	background-color: #EAEAEA !important;
	color: #96171A !important;
}

/* Seller Form */
#gform_wrapper_5 .gform_fields {
	gap: 25px !important;
}

#gform_wrapper_5 fieldset div {
	gap: 15px !important;
}

#gform_wrapper_5 input[type="text"],
#gform_wrapper_5 input[type="email"],
#gform_wrapper_5 input[type="tel"],
#gform_wrapper_5 textarea {
	background-color: white !important;
    border: white 2px solid !important;
	border-radius: 0px !important;
	font-weight: 500;
	font-size: 21px !important;
	font-family: 'Lato' !important;
	outline: none !important;
	box-shadow: none !important;
	min-height: 55px;
}


#gform_wrapper_5 input[type="text"]::placeholder,
#gform_wrapper_5 input[type="email"]::placeholder,
#gform_wrapper_5 input[type="tel"]::placeholder,
#gform_wrapper_5 textarea::placeholder {
	color: #96171A !important;
}

#gform_wrapper_5 textarea {
	min-height: 150px;
}

#gform_wrapper_5 .gfield_label, #gform_wrapper_5 .gfield_required{
	font-size: 21px !important;
	font-family: 'Lato' !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #112337 !important;
	gap: 0px !important;
}

#gform_wrapper_5 .gform-footer {
	justify-content: center;
}

#gform_wrapper_5 .gform-footer {
	margin-block-start: 45px !important;
}

#gform_wrapper_5 input[type="submit"] {
	color: white !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #96171A !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 31px !important;
	font-family: 'Lato' !important;
	border-radius: 0px;
	width: 100% !important;
	max-width: 350px;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background-color 300ms, color 300ms;
}

#gform_wrapper_5 input[type="submit"]:hover{
	background-color: #EAEAEA !important;
	color: #96171A !important;
}

/* Home Hero  */
#btn-home-buy a, #btn-home-sell a, #btn-home-lease a {
	min-width: 220px !important;
}

/* Flip Box */
.flip-box {
  max-width: 1150px;
  margin: 0 auto !important;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease-in-out;
}

.flip-box .elementor-widget-container {
  transition: opacity 0.4s ease-in-out;
}

.flip-box::after {
  content: "VIEW PROPERTY";
  position: absolute;
  inset: 0;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lora';
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  z-index: 2;
}

.flip-box.flipped::after {
  opacity: 1;
}

.flip-box.flipped .elementor-widget-container {
  opacity: 0;
}

.main-header-nav {
    transition: background-color 0.3s ease, min-height 0.3s ease;
	min-height: 165px; 
}


.main-header-nav.scrolled {
    background-color: #ffffff !important;
	min-height: 130px;
}

.main-header-inner {
    transition: border 0.3s ease;
}

.main-header-line {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.main-header-line .elementor-widget-container {
    margin: 20px 0;
    transition: margin 0.3s ease;
}

.main-header-nav.scrolled .main-header-inner {
    border: none !important;
}

.main-header-nav.scrolled .main-header-line {
    opacity: 0;
    visibility: hidden;
}

.main-header-nav.scrolled .main-header-line .elementor-widget-container {
    margin: 0px !important;
}

#btn-scroll-to-top {
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hero-text .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-letter:nth-child(n+11) {
  color: #96161A !important;
}

.hero-text .elementor-headline-dynamic-wrapper {
	background-color: transparent !important;
}

#privaciy-policy-content ul {
	margin-bottom: 15px;
}

/* Image carousel */
.listing-image-carousel .swiper-wrapper{
	padding-bottom: 25px !important;
}

.listing-image-carousel .swiper{
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 767px) {
	.listing-image-carousel .swiper{
		padding-left: 7px;
		padding-right: 7px;
	}
}

#sec-new-to-market .e-con-inner {
	padding: 0px;
}