.footer {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 10px;
    color: #FFF;
}

.footer ul li {
    list-style: none;
}

/* ── Top bar ── */
.footer .footer-topbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10%;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 20px;
}

.footer .footer-topbar .brand img {
    max-width: 105px;
    filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 16px #fff) drop-shadow(0 0 24px #fff);
}

.footer .footer-topbar .topbar-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #ccc;
}

.footer-topbar .social-row ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-topbar .social-row ul a img {
    width: 32px !important;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #3f3f3f;
    flex-wrap: wrap;
    gap: 10px;
}

.copyright a {
    color: #FFF;
}

.footer-bottom ul li a {
    color: #FFF;
}

.footer-bottom ul li {
    position: relative;
}

.footer-bottom ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 43%;
    left: -17px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFF;

}

.footer-bottom ul {
    display: flex;
    gap: 30px;
}

.footer-body {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.col-subscribe {
    width: 30%;
}

.col-links {
    width: 15%;
}

.col-services {
    width: 20%;
}

.col-contact {
    width: 24%;
}

/* Subscribe col */
.footer-body .col h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-body .col-subscribe p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.footer .footer-body .col-subscribe .email-form {
    position: relative;
    max-width: 420px;
}

.footer-body .col-subscribe .email-form input {
    width: 100%;
    background: #191919;
    border: none;
    padding: 12px 60px 15px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #FFF;
    outline: none;
    transition: border-color 0.22s;
    border-bottom: 0;
}

.footer-body .col-subscribe .email-form input::placeholder {
    color: #FFF;
}

.footer .footer-body .col-subscribe .email-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #E3B25A;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s;
}

.footer .footer-body .col-subscribe .email-form button:hover {
    background: #444;
}

.footer .footer-body .col-subscribe .email-form button svg {
    width: 15px;
    height: 15px;
    stroke: #FFF;
    fill: none;
}

/* Quick Links */
.footer-body .col ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-body .col ul li {
    position: relative;
    padding-left: 22px;
}

.footer-body .col ul li::before {
    content: '✦';
    position: absolute;
    top: 0;
    left: 0;
}

.footer-body .col ul li a {
    font-size: 14px;
    color: #FFF;
    transition: color 0.2s;
}

.footer-body .col ul li a:hover {
    color: #E3B25A;
}

/* Get In Touch */

.footer-body .col-contact ul li::before {
    display: none;
}

.footer-body .col-contact ul li {
    display: grid;
    grid-template-columns: 40px auto;
    padding-left: 0;
    gap: 15px;
    align-items: center;
}

.footer-body .col-contact ul li img {
    width: 20px !important;
    height: 20px;
    object-fit: contain;
}

.footer-body .col-contact ul li p {
    width: 40px !important;
    display: block;
    padding: 10px;
    border-radius: 50%;
    background: #242424;
    height: 40px;
}

.footer-body .col-contact h3 {
    font-size: 16px;
}

.footer-body .col-contact strong {
    font-size: 14px;
    margin-top: 3px;
    font-weight: 400;
    display: block;
}

.backtotop {
    cursor: pointer;
    background: #000;
    bottom: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 3;
    border-radius: 4px;
}

.backtotop svg {
    width: 28px;
    height: 22px;
    margin-bottom: -8px;
}

.backtotop svg path {
    stroke: #fff;
}

#button-contact-vr {
    bottom: 55px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 3;
    right: 10px;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 70px;
    height: 70px;
    top: 6px;
    left: 6px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #ED1A36;
    background-color: rgba(237, 26, 54, .7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    line-height: 40px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#viber-vr .phone-vr-img-circle {
    background-color: #ED1A36;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle svg {
    fill: #ffffff;
    width: 38px;
    height: 44px;
    margin-top: 8px;
}

.phone-vr-img-circle svg path {
    stroke: #fff;
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.wrap-button-fixed {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: #f5f6fa;
    width: 230px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 10px 20px;
    display: none;
}

.wrap-button-fixed.active {
    display: block;
}

.wrap-button-fixed .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.wrap-button-fixed .close svg {
    width: 20px;
    height: 20px;
}

.wrap-button-fixed .link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.wrap-button-fixed .link img {
    width: 40px;
    height: 40px;
}

.wrap-button-fixed .link .text {
    font-size: 18px;
}

footer .text-content img {
    height: auto !important;
}

.contact-footer-m {
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 0;
}

.contact-footer-m .inner {
    padding-bottom: 10px;
    display: flex;
    position: relative;
    padding-top: 5px;
}

.contact-footer-m .inner .item {
    position: relative;
    display: block;
    width: 25%;
    text-align: center;
    padding: 11px 0 0px 0;
}

.contact-footer-m .inner span {
    display: block;
}

.contact-footer-m .item img {
    height: 30px;
    width: 30px;
}

.contact-footer-m .item .label {
    padding: 0px 2px 0 2px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.contact-footer-m .item .icon {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background-image: linear-gradient(92.83deg, #da112c 0, #ed1a36 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -28px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 15%) 0 -3px 10px 0px;
    border: 2px solid #fff;
}

.phone-vr-circle-filll {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 #ed1a36;
    border: 2px solid #FFF;
    transition: all .5s;
    animation: zoom 1.3s infinite;
}

@keyframes zoom {
    0% {}

    70% {
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.contact-footer-m .item .icon img {
    max-width: 25px;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-footer-m .item .label.center {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    padding: 0px 8px;
    background-image: linear-gradient(92.83deg, #da112c 0, #ed1a36 100%);
    border-radius: 30px;
    color: white;
    display: inline-block;
}

.contact-footer-m::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url('../images/mb-footer-bg.svg');
    background-color: unset;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: unset;
    height: 76px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.contact-footer-m .svg-iconn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ed1936;
    color: #FFF;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__logo img {
    height: 80px;
}

.footer__contact {
    padding-right: 45px;
}

@media (max-width: 992px) {
    .tag-list ul {
        grid-template-columns: repeat(5, 1fr);
    }

    .footer__newsletter-container {
        grid-template-columns: 1fr;
    }

    .footer__newsletter-container .inner {
        justify-content: left;
        margin-top: 10px;
    }

    .footer__container {
        grid-template-columns: 1fr 1fr;
    }

    .col-subscribe {
        width: 45%;
    }

    .col-links {
        width: 48%;
    }

    .col-services {
        width: 48%;
    }

    .col-contact {
        width: 45%;
    }
}

@media (min-width: 768px) {
    .contact-footer-m {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer-body .col ul {
        gap: 12px;
    }

    .footer-body .col h2 {
        font-size: 18px;
    }

    #button-contact-vr {
        display: none;
    }

    .footer__bottom {
        padding: 20px 0 115px;
        font-size: 13.5px;
    }

    .footer .footer-topbar {
        display: block;
    }

    .footer .footer-topbar .topbar-desc {
        margin: 15px 0;
    }
}


@media (max-width: 576px) {
    .footer-bottom {
        justify-content: center;
    }

    .col-contact {
        width: 100%;
        padding-right: 40px;
    }

    .col-subscribe {
        width: 100%;
    }

    .tag-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    footer .text-content img {
        width: 250px !important;
    }

    .footer__newsletter-container .inner {
        display: block;
        text-align: center;
    }

    .footer__logo {
        text-align: center;
    }

    .footer__logo img {
        height: 65px;
    }

    .footer__newsletter-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .footer__container {
        grid-template-columns: repeat(2, 1fr);
    }

    /* .footer__quick-links,
    .footer__services {
        grid-column: span 1;
    } */

    .footer__about,
    .footer__contact {
        grid-column: 1 / -1;
    }

    .footer__container h3 {
        font-size: 18px;
    }

    .footer::before {
        display: none;
    }

    .footer__main {
        padding: 30px 0 20px;
    }

    .footer__contact {
        padding-right: 0;
    }

    
    
    .backtotop {
        right: 13px;
        bottom: 55px;
    }
}

/* ===== WIDGET WRAPPER ===== */
#widget {
	position: fixed;
	bottom: 65px;
    right: 12px;
	z-index: 99;
}

/* ===== POPUP PANEL ===== */
#panel {
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 260px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	display: none;
	animation: slideUp 0.25s ease;
}

#panel.active {
	display: block;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Panel Header */
.panel-header {
	background: #E3B25A;
	padding: 12px 18px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.3px;
}

/* Contact Items */
.contact-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 16px;
	cursor: pointer;
	border-bottom: 1px solid #f3f3f3;
	transition: background 0.15s;
	text-decoration: none;
}

.contact-item:last-child {
	border-bottom: none;
}

.contact-item:hover {
	background: #fafafa;
}

.contact-icon {
    display: flex;
    border-radius: 50%;
}

.contact-icon img {
  width: 32px;
    height: 32px;
    object-fit: contain;
    padding: 5px;
    border-radius: 50%;
}

#fab img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  position: absolute;
  transition: opacity 0.25s, transform 0.25s;
  opacity: 0;
  transform: scale(0.7);
}

.contact-text {
	flex: 1;
}

.contact-name {
	font-weight: 600;
	font-size: 14px;
	color: #222;
}

.contact-sub {
	font-size: 12px;
	color: #64748b;
	margin-top: 2px;
}

/* ===== FLOATING BUTTON ===== */
#fab {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s, box-shadow 0.3s;
	outline: none;
	position: relative;
}

#fab:hover {
	transform: scale(1.1);
}

#fab img {
	width: 26px;
	height: 26px;
	/* fill: white; */
	position: absolute;
	transition: opacity 0.25s, transform 0.25s;
}

/* Pulse ring */
#fab::before {
	content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 3px solid #E3B25A;
    opacity: 0.4;
    animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.4;
	}

	70% {
		transform: scale(1.3);
		opacity: 0;
	}

	100% {
		transform: scale(0.9);
		opacity: 0;
	}
}

/* Close X button style */
#fab.is-open::before {
	display: none;
}

#fab.is-open {
	transform: none;
}

#fab.is-open:hover {
	transform: rotate(90deg);
}

/* Backdrop */
#backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 98;
}

#backdrop.active {
	display: block;
}

@media (max-width: 575px) {
    #fab {
        width: 45px;
    height: 45px;
    }

    #widget {
        bottom: 115px;
    }
}