/* -------------------------------------------------------------------------
   FOOTER  (6 sections, all on #221e13)
   ---------------------------------------------------------------------- */

.wmoving-footer {
	background: var(--wmoving-dark);
	color: var(--wmoving-mute);
}

.wmoving-footer a {
	color: var(--wmoving-mute);
	transition: color 0.3s ease;
}

.wmoving-footer a:hover {
	color: var(--wmoving-gold);
}

/* --- 1. Award badge: title left, diamond right, centered --- */
.wmoving-footer__award {
	border-bottom: 1px solid var(--wmoving-line);
}

.wmoving-footer__award-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding-top: 32px;
	padding-bottom: 32px;
}

.wmoving-footer__badge {
	width: 100px;
	height: auto;
}

.wmoving-footer__award-title {
	margin: 0;
	font-family: var(--wmoving-display);
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	color: var(--wmoving-white);
    letter-spacing: 2%;
}

/* --- 2. Social --- */
.wmoving-footer__social-row {
	border-bottom: 1px solid var(--wmoving-line);
}

.wmoving-footer__social-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
}

.wmoving-footer__social-title {
	margin: 0;
	font-family: var(--wmoving-display);
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	color: var(--wmoving-white);
    letter-spacing: 2%;
}

.wmoving-footer__social {
	display: flex;
	flex-direction: row;
	gap: 14px;
	align-items: center;
	justify-content: center;
}

.wmoving-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wmoving-white);
	transition: color 0.2s ease;
}

.wmoving-footer__social a:hover {
	color: var(--wmoving-gold);
}

.wmoving-footer__soc-icon {
	width: 32px;
	height: 32px;
	color: currentColor;
}

/* --- 3. Link columns (4 per row) --- */
.wmoving-footer__cols-row {
	border-bottom: 1px solid var(--wmoving-line);
    
}

.wmoving-footer__cols {
	display: flex;
	flex-direction: column;
	gap: 34px;
	padding-top: 32px;
	padding-bottom: 32px;
    width: 95%;
}

.wmoving-footer__title {
	margin: 0 0 20px;
	font-family: var(--wmoving-display);
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: var(--wmoving-white);
}

.wmoving-footer__links {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer-int-div {
    display: flex;
    gap: 8px;
}

.footer-text-details {
    text-align: left;
}
.wmoving-footer__link {
	font-family: var(--wmoving-body-font);
	font-size: 14px;
	text-transform: uppercase;
	color: var(--wmoving-mute);
	transition: color 0.3s ease;
}

.wmoving-footer__link:hover {
	color: var(--wmoving-gold);
}

.wmoving-footer__link--static {
	color: var(--wmoving-mute);
	cursor: default;
}

.wmoving-footer__link--static:hover {
	color: var(--wmoving-mute);
}

/* --- 4. GET IN TOUCH - centered block --- */
.wmoving-footer__touch-row {
	border-bottom: 1px solid var(--wmoving-line);
}

.wmoving-footer__touch {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
}

.wmoving-footer__touch-name {
	margin: 0;
	font-size: 14px;
}

.wmoving-footer__touch-items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.wmoving-footer__touch-item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--wmoving-mute);
}

.wmoving-footer__cicon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: var(--wmoving-mute);
}

.wmoving-footer__touch-item a {
	color: var(--wmoving-mute);
	text-decoration: underline;
}

.wmoving-footer__touch-item a:hover {
	color: var(--wmoving-gold);
}

.wmoving-footer__map {
	width: 100%;
	max-width: 600px;
	margin-top: 8px;
	line-height: 0;
}

.wmoving-footer__map iframe {
	width: 100%;
	height: 200px;
	border: 0;
	border-radius: 4px;
}

/* --- 5. Reviews + Legal row --- */
.wmoving-footer__legal-row {
	border-bottom: 1px solid var(--wmoving-line);
}

.wmoving-footer__legal-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.wmoving-footer__reviews {
	display: flex;
	justify-content: center;
}

.wmoving-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wmoving-footer__legal a {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--wmoving-mute);
}

.wmoving-footer__legal a:hover {
	color: var(--wmoving-gold);
}

/* --- 6. Copyright --- */
.wmoving-footer__copyright {
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
}

.wmoving-footer__copyright p {
	margin: 0;
	font-size: 14px;
	color: var(--wmoving-mute);
}


/* -------------------------------------------------------------------------
   FOOTER RESPONSIVE
   ---------------------------------------------------------------------- */

/* ===== TABLET 768-991px: columns 2x2 ===== */
@media all and (min-width: 768px) and (max-width: 991px) {

	.wmoving-footer__cols {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px 30px;
	}

	.wmoving-footer__col {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex: 1 1 40%;
	}
}

/* ===== ABOVE 992px: 4 columns per row ===== */
@media all and (min-width: 992px) {

	.wmoving-footer__cols {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 30px;
	}

	.wmoving-footer__col {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ===== MOBILE footer: badge above title, smaller titles ===== */
@media all and (max-width: 767px) {

	.wmoving-footer__award-inner {
		flex-direction: column;
		gap: 30px;
	}

	.wmoving-footer__award-title,
	.wmoving-footer__social-title {
		font-size: 36px;
	}

	.wmoving-footer__title {
		font-size: 28px;
	}

	.wmoving-footer__cols {
		width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 40px;
	}
    .wmoving-footer__links {
    	gap: 12px;
    }
    .wmoving-footer__link {
    	line-height: 1.2
    }

	/* Legal row centered instead of right */
	.wmoving-footer__legal-inner {
		align-items: center;
	}

	.wmoving-footer__legal {
		justify-content: center;
        flex-direction: column;
        text-align: center;
	}
    p.wmoving-footer__touch-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.wmoving-footer__touch-item span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-int-div, .footer-int-div * {
    flex-direction: column;
    text-align: center;
}
}

#div_block-387-11 {
    width: 40px;
    background-color: #e5b318;
    border-radius: 50%;
    display: none;
    position: fixed;
    right: 1%;
    height: 40px;
    text-align: left;
    align-items: center;
    justify-content: center;
    bottom: 20%
}

@media (max-width: 991px) {
    #div_block-387-11 {
        width:50px;
        display: flex;
        height: 50px;
        bottom: 10%
    }
}

@media (max-width: 767px) {
    #div_block-387-11 {
        bottom:5%;
        right: 2%;
        box-shadow: 0px 2px 10px 6px rgba(0,0,0,0.1)
    }
}

@media (max-width: 479px) {
    #div_block-387-11 {
        bottom:4%
    }
}

#fancy_icon-388-11 {
    color: #221e13
}

#fancy_icon-388-11>svg {
    width: 30px;
    height: 30px
}

@media (max-width: 991px) {
    #fancy_icon-388-11 {
        color:#221e13
    }

    #fancy_icon-388-11>svg {
        width: 26px;
        height: 26px
    }
}

@media (max-width: 767px) {
    #fancy_icon-388-11 {
        color:#221e13
    }

    #fancy_icon-388-11>svg {
        width: 24px;
        height: 24px
    }
}