#masthead {
    transition: all 0.2s ease-in-out;
}
#masthead.active {
    position: fixed !important;
    width: 100%;
    background-color: #ffffff;
}
.zero-mb p {
	margin-bottom: 0;
}
.teal {
	color: #A3FFD6!important;
}
.freedom-color {
	color: #AFCD37!important;
}
.fredoka {
	font-family: 'Fredoka', sans-serif;
}
.rage {
	font-family: "Rage", Sans-serif!important;
}
.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}
.marquee li span {
	font-family: "Poppins", Sans-serif;
	font-size: 1em;
	font-weight: 790;
	color: #ffffff;
}
.marquee-content {
	display: inline-flex !important;
	animation: marquee 10s linear infinite;
	width: 1550px;
	gap: 40px;
	list-style-type: none;
}
.elementor-icon-list-item {
	flex: 0 0 auto;
	margin-right: 40px;
}
.fs-1p5 {
	font-size: 1.5em!important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.d-none {
	display: none;
}
.d-flex {
	display: flex;
}
.d-grid {
	display: grid;
}
.flex-column {
	flex-direction:column;
}
.justify-space {
	justify-content: space-between
}
.justify-end {
	justify-content: end;
}
.align-center {
	justify-items: center;
}
.items-center {
	align-items: center;
}
.flex-1 {
	flex: 1;
}
.flex-2 {
	flex: 2;
}
.fw-500 {
	font-weight: 500!important;
}
.gap-8 {
	gap: 8px!important;
}
.gap-10 {
	gap: 10px!important;
}
.gap-20 {
	gap: 20px!important;
}
.mb-0{
	margin-bottom: 0!important;
}
.mb-5 {
	margin-bottom: 5px!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.h-100 {
	height: 100%;
}
.hdr-icon-space svg {
	margin:0!important;
}
.burger-menu-icon div[role="button"]{
	display: flex!important;
    flex-direction: column;
    align-items: end;
}
.mobile-phone-icon .elementor-icon-wrapper{
	position: relative;
	top:3px;
}
.hero-list-btn > ul > li:first-child {
	    border: 1px solid #F04937;
		border-radius: 40px;
		padding: 5px 20px;
}
.hero-list-btn > ul > li:first-child:hover{
		background-color: #F04937;
}
.hero-list-btn > ul > li:last-child:hover{
		background-color: #718096;
		border:1px solid #718096;
}
.hero-list-btn > ul > li svg,
.hero-list-btn > ul > li svg path {
		transition: background-color 0.2s ease-in-out;
}
.hero-list-btn > ul > li:first-child:hover svg path:first-child {
	fill:#ffffff!important;
}
.hero-list-btn > ul > li:first-child:hover svg path:not(:first-child) {
	fill:#F04937!important;
}
.hero-list-btn > ul > li:last-child {
	    border: 1px solid #FFFFFF;
		border-radius: 40px;
		padding: 5px 20px;
}
.hero-list-btn > ul li a {
	text-decoration: none!important;
}
.center-me .elementor-icon-wrapper{
	display: flex;
	flex-direction:column;
}
.broker-card {
	text-decoration: none!important;
}

.broker-section {
  	display: none;
}
.team-member {
	grid-template-columns: repeat(6, auto);
}
.staff {
	text-align: center;
	font-family: "Poppins", Sans-serif;
	background-color: #e2e6eb;
    border-radius: 15px;
    padding: 10px 5px;
}
.staff h3 {
	font-family: 'Fredoka', sans-serif;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1;
}
.staff h6 {
	font-weight: 500;
}
.team-member-img {
	width:181.3333333333333px;
	height:299px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
	margin: 0 auto 20px auto;
    border-radius: 10px;
}
.quote {
	line-height: 1.2;
	display: block;
}
.read-more {
	justify-content: center;
	font-weight: 600;
	margin-top: 15px;
	align-items: center;
    font-size: 14px;
	cursor: pointer;
}
.rm-arrow {
	background-image: url('/wp-content/themes/astra-child/img/arrow-blue.svg');
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;
	height: 25px;
    width: 25px;
}
.modal-window {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b2b50cf;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
	opacity: 0;
  	transition: all 0.3s ease-in-out;
	overflow-y: scroll;
}
.modal-window-container {
	background-color: #e2e6eb;
    border-radius: 14px;
    padding: 15px 25px;
	width:560px;
}
.staff-window{
	text-align:center;
}
.team-member-img-window {
	width: 140px;
    height: 199px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	margin:auto;
}
.team-member-bio-window {
	text-align: start;
	min-height: 220px;
}
.team-member-bio-window p{
	line-height: 1.2;
	margin-bottom: 15px;
}
.close {
	background-color: #f04937;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 2px 14px;
    border-radius: 5px;
	cursor: pointer;
}

.broker-card:hover h4,
.broker-card:hover span,
.broker-card:hover div {
	color: #0B2B50!important;
}
.broker-card:hover svg circle {
	fill: #ffffff!important;
}

.broker-card:hover div:last-child div svg.broker-card-img > path {
	fill: #0B2B50!important;
}
.broker-card:hover switch g > path {
	fill: #0B2B50!important;
}
.broker-card-img:hover > path {
	fill: #0B2B50!important;
}
#wpcf7-f205-o2 a{
	color: #f04937!important;
}
#wpcf7-f205-o2 input[type="text"],
#wpcf7-f205-o2 input[type="email"]{
	padding: 12px!important;
	box-shadow: none;
	border: 1px solid #475569;
	font-family: 'Fredoka', sans-serif;
}
#wpcf7-f205-o2 input[type="text"]::placeholder,
#wpcf7-f205-o2 input[type="email"]::placeholder{
	color: #475569;
}
#wpcf7-f205-o2 select {
	border: 1px solid #475569;
	font-family: 'Fredoka', sans-serif;
}
#popmake-216,
#popmake-231 {
	border-radius: 15px;
    padding: 35px 25px;
}
#popmake-231 {
	padding: 2em 2.5rem;
}
#wpcf7-f205-o2 input[type="submit"]{
	width: 100%;
    border-radius: 10px;
    font-family: 'Fredoka', sans-serif;
}
.mobile-container {
    position: relative;
    margin-bottom: 13px;
}
#wpcf7-f205-o2 .mobile-container span:first-child{
	position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    font-size: 14px;
    font-family: 'Fredoka', sans-serif;
}
#wpcf7-f205-o2 input[name="mobile"]{
	border: 1px solid #475569;
    padding-left: 45px!important;
}
#wpcf7-f205-o2 .wpcf7-spinner{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#wpcf7-f81-p47-o1 label {
	color: #ffffff!important;
}
#wpcf7-f81-p47-o1 input[type="submit"] {
	background-color: #ffff00;
	color: #000000;
	width: 100%;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	transition: background-color 0.2s ease-in-out;
}
#wpcf7-f81-p47-o1 input[type="submit"]:hover {
	background-color: #000000;
	color: #ffffff;
}	
#wpcf7-f81-p47-o1 .wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#wpcf7-f81-p47-o1 .wpcf7-not-valid-tip {
	color: #ffffff;
	font-style: italic;
}
#wpcf7-f81-p47-o1 .wpcf7-response-output {
	color: #ffffff;
}
/*Freedom*/
#wpcf7-f232-o1 input[type="text"],
#wpcf7-f232-o1 input[type="email"],
#wpcf7-f232-o1 select {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #718096;
	border-radius: 0;
	font-family: 'Fredoka', sans-serif;
}
#wpcf7-f232-o1 input[type="text"],
#wpcf7-f232-o1 input[type="email"]{
	padding: 1.5em 0;
}
#wpcf7-f232-o1 select {
	color: #718096;
	padding-left:0;
	height:48.89px;
}
#wpcf7-f232-o1 input[name="mobile"]{
	padding-left: 33px;
}
#wpcf7-f232-o1 .mobile-container {
	margin-bottom:13px!important;
}
#wpcf7-f232-o1 .mobile-container span:first-child{
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 1;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Fredoka', sans-serif;
    color: #718096;
}
#wpcf7-f232-o1 input[type="text"]::placeholder,
#wpcf7-f232-o1 input[type="email"]::placeholder {
	color: #718096;
	font-family: 'Fredoka', sans-serif;
}
#wpcf7-f232-o1 input[type="submit"]{
	border-radius: 30px;
    padding: 15px 40px;
}
#wpcf7-f232-o1 .wpcf7-spinner {
	top: 50%;
    transform: translateY(-50%);
    position: absolute;
} 
#wpcf7-f232-o1 form .wpcf7-list-item label span {
	color: #0B2B50;
	font-family: 'Fredoka', sans-serif;	
}
#wpcf7-f232-o1 form .wpcf7-list-item {
	margin-left: 0;
}
#wpcf7-f232-o1 form p:not(:nth-last-child(-n+2)){
	margin-bottom: 13px!important;
}
/*Contact Us*/
#wpcf7-f235-p225-o3 input[type="text"],
#wpcf7-f235-p225-o3 input[type="email"],
#wpcf7-f235-p225-o3 select {
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #718096;
	font-family: 'Fredoka', sans-serif;
}
#wpcf7-f235-p225-o3 input[type="text"],
#wpcf7-f235-p225-o3 input[type="email"]{
	padding: 12px 12px 12px 0;
	box-shadow: none;
}
#wpcf7-f235-p225-o3 input[type="text"]::placeholder,
#wpcf7-f235-p225-o3 input[type="email"]::placeholder{
	color: #475569;
}
#wpcf7-f235-p225-o3 select {
	border: none!important;
	font-family: 'Fredoka', sans-serif;
	border-bottom: 1px solid #718096!important;
	padding-left: 0;
}
#wpcf7-f235-p225-o3 select div[aria-hidden="true"]{
	padding-left:0;
}
#wpcf7-f235-p225-o3 .mobile-container span:first-child{
	position:absolute;
	font-family: 'Fredoka', sans-serif;
	color: #718096;
	top:7px;
}
#wpcf7-f235-p225-o3 input[name="mobile"]{
	padding-left:35px;
}
#wpcf7-f235-p225-o3 input[type="submit"]{
	border-radius: 30px;
    padding: 15px 40px;
}
#wpcf7-f235-p225-o3 .wpcf7-spinner {
	top: 50%;
    transform: translateY(-50%);
    position: absolute;
} 
#wpcf7-f235-p225-o3 form .wpcf7-list-item label span {
	color: #0B2B50;
	font-family: 'Fredoka', sans-serif;	
}
#wpcf7-f235-p225-o3 form .wpcf7-list-item {
	margin-left: 0;
}
.icon-dates button[aria-selected="true"] svg path:not(:first-child){
	fill: #ffffff;
}
.icon-dates button svg:first-child:hover path:not(:first-child){
	fill: #ffffff;
}
.icon-dates button:hover svg:first-child path:not(:first-child){
	fill: #ffffff;
}
.icon-dates button:last-child:hover svg:first-child{
	fill: #e5959a!important;
}
.icon-dates button:last-of-type[aria-selected="true"] svg path:first-child{
	fill: #e5959a!important;
}
.menu-items-container {
	max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
	z-index: 5;
}
.menu-items-container.visible {
    max-height: 165px;
    opacity: 1;
}
.burger-menu {
    display: flex;
	width: 28px;
    height: 18px;
    flex-direction: column;
    justify-content: space-between;
	cursor: pointer;
}
.burger-menu span{
    width: 100%;
    height: 2px;
    background-color: #948484;
    border-radius: 5px;
}

@keyframes marquee {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}

.gradient-mesh {
	background-color: hsla(0, 100%, 50%, 1);
	background-image: radial-gradient(at 17% 12%, hsla(60, 100%, 50%, 1) 0px, transparent 50%), radial-gradient(at 74% 49%, hsla(18, 95%, 49%, 1) 0px, transparent 50%), radial-gradient(at 47% 87%, hsla(42, 100%, 50%, 1) 0px, transparent 50%), radial-gradient(at 21% 77%, hsla(308, 99%, 50%, 1) 0px, transparent 50%),
		radial-gradient(at 88% 10%, hsla(99, 95%, 51%, 1) 0px, transparent 50%), radial-gradient(at 92% 93%, hsla(41, 100%, 50%, 1) 0px, transparent 50%);
	animation: gradient 10s ease infinite;
	background-size: 160% 160%;
}
@keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	25% {
		background-position: 100% 0%;
	}
	50% {
		background-position: 100% 100%;
	}
	75% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}

.gradient-mesh-4 {
	background-color: hsla(0, 100%, 50%, 1);
	background-image: radial-gradient(at 17% 12%, hsla(226, 73%, 77%, 100) 0px, transparent 50%), 
	                  radial-gradient(at 74% 49%, hsla(48, 100%, 60%, 100) 0px, transparent 50%), 
			  radial-gradient(at 47% 87%, hsla(42, 100%, 50%, 100) 0px, transparent 50%), 
			  radial-gradient(at 21% 77%, hsla(226, 73%, 77%, 100) 0px, transparent 50%), 
			  radial-gradient(at 88% 10%, hsla(153, 100%, 82%, 100) 0px, transparent 50%), 
			  radial-gradient(at 92% 93%, hsla(153, 100%, 82%, 100) 0px, transparent 50%);
	animation: gradient-4 10s ease infinite;
	background-size: 160% 160%;
}
@keyframes gradient-4 {
	0% {
		background-position: 0% 0%;
	}
	25% {
		background-position: 100% 0%;
	}
	50% {
		background-position: 100% 100%;
	}
	75% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}
#notify-btn a:after {
	content: "";
	background-image: url(/wp-content/uploads/2025/03/get-notify-btn.svg);
	background-position: center center;
	background-size: 45px 26px;
	width: 45px;
	height: 26px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
}

.responsive-video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}

.responsive-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fr-form {
	margin-bottom: 0!important;
}
.fr-form img {
	width: 48px;
}
.fr-h {
	font-size: 2.8em;
    font-weight: 500;
    line-height: 1em;
}
@media( max-width: 1230px){
	.team-member {
		grid-template-columns: repeat(5, auto);
	}
}
@media( max-width: 1040px){
	.team-member {
		grid-template-columns: repeat(4, auto);
	}
}
@media( max-width: 835px){
	.team-member {
		grid-template-columns: repeat(3, auto);
	}
}
@media( max-width: 635px){
	.team-member {
		grid-template-columns: repeat(2, auto);
	}
}
@media( max-width: 600px ){
	.modal-window-container {
		width: 460px;
	}
}
@media( max-width: 500px ){
	.modal-window-container {
		width: 90%;
	}
	svg.broker-card-img {
		width:250px;
	}
	.broker-card .broker-photo{
		align-items: center;
	}
}
@media( max-width: 430px){
	.team-member {
		grid-template-columns: repeat(1, auto);
	}
}
@media (max-width: 1280px) {
	.rm-br-lg {
		display: none;
	}
}
@media (max-width: 769px) {
	.rm-br-md {
		display: none;
	}
}
@media(min-width: 768px){
	.flex-md-row>*{
		flex: 1;
	}
}
@media( min-width: 500px ){
	.d-sm-flex {
		display: flex;
	}
	.add-br-sm {
		display: none;
	}
}