.absolute-footer.dark {
	display: none;
}

footer .section-footer {
	padding: 64px 0px !important;
}

footer .section-footer .footer-top {
	padding-bottom: 40px;
}

footer .section-footer .ux-logo {
	align-items: start !important;
    align-self: start !important;
}
footer .section-footer .ux-logo-link {
	padding: 0px !important;
	width: auto;
	height: 98px;
}
footer .section-footer .ux-logo-link img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

footer .section-footer .footer-top .col-top .col-inner{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
footer .section-footer .icon-box {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px !important;
}

footer .section-footer .icon-box .icon-box-img {
	width: 24px !important;
	height: 100%;
	margin-bottom: 0px;
}
footer .section-footer .icon-box .icon-box-text {
	flex: 1;
}
footer .section-footer .icon-box .icon-box-text * {
	font-size: var(--fz-16);
	font-weight: 400;
	line-height: 1.5;
}

footer .caption-ft {
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.5;
	color: var(--text-white);
	margin-bottom: 24px;
}
footer h5 {
	font-weight: 600 !important;
	margin-bottom: 24px;
}
footer .footer-bottom {
	padding-top: 33px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
footer .footer-bottom .col {
	padding-bottom: 0px;
}
footer .footer-bottom ul {
	margin-bottom: 0px;
	display: flex;
	justify-content: end;
}

footer .footer-bottom ul li:nth-child(1) {
	display: none;
}

footer .footer-bottom ul li a {
	font-size: var(--fz-14);
	font-weight: 400;
    line-height: 1.5;
	color: var(--text-white);
}
footer .footer-bottom ul li a:hover {
	color: #fbba00;
}
.footer-top .social-icons {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.footer-top .social-icons a {
	margin-bottom: 0px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	border-radius: 33554400px;
	background: rgba(255, 255, 255, 0.10);
}

.fixed-social {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 999;
}
.fixed-social .wrap-social {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
}
.fixed-social .social-item {
    width: 64px;
    height: 64px;
    border-radius: 1798.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    background: #FFF9E9;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

 .social-large {
    overflow: hidden;
    flex-direction: column;
}
.social-large.active {
    height: auto; 
    padding:10px;
    gap: 12px;
	border-radius: 999px;
	background: rgba(254, 239, 195, 0.90);
	box-shadow: 0 12.5px 18.75px -3.75px rgba(0, 0, 0, 0.10), 0 5px 7.5px -5px rgba(0, 0, 0, 0.10);
}

.social-item .wrap-small {
    display: none;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.social-large.active .wrap-small {
    display: flex;
}
.fixed-social .wrap-small a {
	width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.social-item .btn-close {
	display: none; 	
	width: 24px;
	height: 24px;
}
.btn-chat { animation: ring-chili 3s linear infinite; }

.social-large.active .btn-chat { display: none; }
.social-large.active .btn-close { 
    display: flex; 
    width: 24px; 
    height: 24px; 
    margin-bottom: 5px; 
}

.appointment-button { background: #FEC00F !important; }
.appointment-button::before {
    content: ""; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); width: 80px; height: 80px;
    border-radius: 50%; background: rgba(254, 192, 15, 0.25);
    animation: zoom-chili 1.5s ease-in-out infinite;
	box-shadow: 0 0 0 0 rgba(254, 192, 15, 0.25);
	z-index: -1;
}

.social-toolbar {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	display: none;
	border-radius: 24px 24px 0 0;
	background: #FFF7DE;
	box-shadow: 0 12.5px 18.75px -3.75px rgba(0, 0, 0, 0.10), 0 5px 7.5px -5px rgba(0, 0, 0, 0.10);
	width: 100%;
	padding: 16px 40px 20px 40px;
	box-sizing: border-box;
}

.social-toolbar .appointment-button::before {
	display: none;
}

.social-toolbar .wrap-smalls {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social-toolbar .wrap-smalls a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}
.social-toolbar .wrap-smalls a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


@keyframes ring-chili {
    0%, 30%, 57%, 100% { transform: rotate(0deg); }
    33%, 39%, 45%, 51% { transform: rotate(-15deg); }
    36%, 42%, 48%, 54% { transform: rotate(15deg); }
}
@keyframes zoom-chili {
    70% { box-shadow: 0 0 0 15px transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
}

@media (min-width: 1024px) {
	footer .footer-bottom ul li {
		margin-bottom: 0px;
	}
	footer .section-footer .footer-top .col {
	padding-bottom: 0px;
}
footer .section-footer .footer-top .col-top {
	padding-right: 45px;
}
}

@media (max-width: 567px) {
	footer .footer-bottom ul {
		justify-content: start;
		margin-top: 14px;
	}
	footer .footer-bottom {
		text-align: center;
	}
	.col-title .col {
		padding-left: 0px;
		padding-right: 0px;
	}
	.fixed-social {
		display: none;
	}
	.social-toolbar {
		display: block;
	}
}