.footer-top {
    margin-bottom: 5%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-brand-row{
    display:flex;
    align-items:center;
    gap:24px;
}

.footer-logo{
    width:40%;
	max-width: 100px;
    height:auto;
}

.footer-brand-row h2{
    margin:0;
    color:#fff;
    font-size:96px;
    font-weight:800;
    line-height:1;
    text-transform:uppercase;
}
.footer-brand-row:hover > h2 {
    background: linear-gradient(180deg, #A91D24 -31.58%, #8B2026 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}
.footer-slogan{
    margin-top:20px;
    color:#fff;
    font-size:32px;
    font-weight:400;
}

.bg-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 80px 20px 40px;
}

.footer-container {
    max-width: 1400px;
    margin: auto;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.footer-col {
    position: relative;
}

.footer-col h4,
.bottom-col h4 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-col h4::after,
.bottom-col h4::after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -12px;

    background: linear-gradient(
        90deg,
        #3764ff,
        #ff4aa8
    );
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
    gap: 5%;
}

.footer-col a {
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #fff;
    text-decoration: none;

    padding: 18px 0;
    font-size: 24px;
	gap: 10px;
}

.footer-col a:hover {
    color: #b37dff;
}

.footer-col a:hover > span {
    transform: rotate(-45deg);
}

.address-item {
    padding: 15px 0;
}

.address-item h5 {
    margin: 0 0 8px;
	font-size: 1.5rem;
}

.address-item p {
    margin: 0;
    font-size: 1rem;
    color: rgba(255,255,255,.85);
}
.footer-main {
	margin-bottom: 60px;
}
/* Bottom Box */
.footer-bottom {
    display: grid;
    grid-template-columns: 0.6fr 1.5fr 2.2fr;
    gap: 5%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    backdrop-filter: blur(12px);
    padding: 3%;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 18px;
}

.social-list a {
    width: 54px;
    height: 54px;

    border-radius: 50%;
    background: rgba(255,255,255,.12);

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    text-decoration: none;

    font-size: 24px;
}

.qr-code {
    width: 65px;
}

.subscribe-form {
    display: flex;
    overflow: hidden;

    height: 62px;

    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.15);

    margin-bottom: 20px;
}

form.subscribe-form > button:hover > i {
    transform: rotate(-45deg);
}

.subscribe-form input {
    flex: 1;
    border: none;
    outline: none;

    background: transparent;
    color: white;

    padding: 0 25px;
}

.subscribe-form button {
    width: 72px;
    border: none;
    color: white;
    cursor: pointer;

    background: linear-gradient(
        135deg,
        #4f76ff,
        #ff5fa8
    );
}

.subscribe-col p {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    line-height: 1.7;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-width: 280px;
    height: 60px;

    border: 1px solid rgba(255,255,255,.5);
    border-radius: 999px;

    color: white;
    text-decoration: none;

    transition: .3s;
}

.footer-btn:hover {
    background: white;
    color: #111;
}

.footer-btn:hover > i {
    transform: rotate(-45deg);
}

.flex-box {
    display: flex;
    gap: 5%;
}

/* ==========================
   TABLET
========================== */

@media (max-width: 1024px) {

    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-col::after {
        display: none;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .footer-slogan {
        font-size: 24px;
    }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {

    .bg-footer {
        padding: 60px 15px 30px;
    }

    .footer-logo {
        max-width: 260px;
    }

    .footer-slogan {
        font-size: 20px;
    }

    .footer-col h4,
    .bottom-col h4 {
        font-size: 22px;
    }

    .footer-col a {
        font-size: 18px;
		justify-content: flex-start;
		padding: 5px 0;
    }

    .address-item h5 {
        font-size: 20px;
    }

    .address-item p {
        font-size: 16px;
    }

    .footer-bottom {
        padding: 25px;
		gap: 20px;
    }

    .subscribe-form {
        height: 52px;
    }

    .footer-btn {
        width: 100%;
        min-width: unset;
    }

    .social-list {
        flex-wrap: wrap;
    }
	
	.menu-item-has-children > a {
		display: none;
	}
	
	.footer-col ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.flex-box {
		flex-direction: column;
	}
}

/* ==========================================================================
   BRAVO THEME - Footer
   ========================================================================== */

.site-footer {
  background-color: var(--bravo-light);
  border-top: 1px solid var(--bravo-gray-medium);
  padding-top: var(--bravo-space-16);
  padding-bottom: var(--bravo-space-8);
}

/* ------------------------------------------------------------------
   1. FOOTER MAIN
   ------------------------------------------------------------------ */
/* Footer brand */
.footer-brand {
  max-width: 300px;
}

.footer-brand__logo {
  margin-bottom: var(--bravo-space-4);
}

.footer-brand__logo img {
  height: 125px;
  width: auto;
}

.footer-brand__text {
  font-size: var(--bravo-fs-sm);
  color: var(--bravo-text-light);
  line-height: var(--bravo-lh-relaxed);
}

/* Footer columns */
.footer-col__title {
  font-family: var(--bravo-font-heading);
  font-size: var(--bravo-fs-sm);
  font-weight: var(--bravo-fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--bravo-ls-wide);
  color: var(--bravo-text-light);
  margin-bottom: var(--bravo-space-4);
}

.footer-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--bravo-text-light);
}

.footer-col__list li {
  margin-bottom: var(--bravo-space-2);
}

.footer-col__list li a {
  font-size: var(--bravo-fs-sm);
  color: var(--bravo-text-light);
  transition: color var(--bravo-transition-fast);
}

.footer-col__list li a:hover {
  font-weight: 600;
}


/* ------------------------------------------------------------------
   2. FOOTER SOCIAL LINKS
   ------------------------------------------------------------------ */
.footer-social {
  display: flex;
  gap: var(--bravo-space-3);
  margin-top: var(--bravo-space-4);
}

.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--bravo-radius-full);
  background-color: var(--bravo-gray-light);
  color: var(--bravo-text-muted);
  transition: all var(--bravo-transition-fast);
}

.footer-social__link:hover {
  background-color: var(--bravo-primary);
  color: var(--bravo-secondary);
  transform: translateY(-2px);
}

}
.footer-social__link svg {
    width: 35px;
    height: 35px;
    fill: currentColor;
}

/* ------------------------------------------------------------------
   3. FOOTER CATEGORIES / TAGS
   ------------------------------------------------------------------ */
.footer-categories {
  margin-bottom: var(--bravo-space-12);
}

.footer-categories__title {
  font-family: var(--bravo-font-heading);
  font-size: var(--bravo-fs-sm);
  font-weight: var(--bravo-fw-semibold);
  text-transform: uppercase;
  letter-spacing: var(--bravo-ls-wide);
  color: var(--bravo-text-light);
  margin-bottom: var(--bravo-space-4);
}

.footer-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--bravo-space-2);
}

/* Uses .bravo-tag component styles */
.bravo-tag {
	color:#111;
	gap: 5px;
}
.bravo-tag:hover {
	background: #ffb9bb;
}
.bravo-tag:hover > i {
	transform: rotate(-45deg);
}

/* ------------------------------------------------------------------
   4. FOOTER BOTTOM
   ------------------------------------------------------------------ */
.footer-bottom__copyright {
  font-size: var(--bravo-fs-xs);
  color: var(--bravo-text-light);
}

.footer-bottom__links {
  display: flex;
  gap: var(--bravo-space-6);
}

.footer-bottom__links a {
  font-size: var(--bravo-fs-xs);
  color: var(--bravo-text-light);
  transition: color var(--bravo-transition-fast);
}

.footer-bottom__links a:hover {
  color: var(--bravo-primary-dark);
}

.footer-logo img {
    width: 90px;
}

.footer-heading h2 {
    font-size: clamp(48px, 6vw, 100px);
    font-weight: 800;
    line-height: 1;
    margin: 0;
	color: white;
}

/* MENU */

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;

    margin-bottom: 50px;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
}

.footer-menu a:hover {
    opacity: .7;
}

.footer-menu a:hover > i {
	transform: rotate(-45deg);
}

/* BUTTON */

.footer-action {
    display: flex;
    justify-content: flex-end;

    margin-bottom: 70px;
}
.two-row {
    display: grid;
    grid-template-columns: 1fr auto;
}
.contact-btn {
    background: #fff;
    color: #111;

    padding: 18px 36px;
    border-radius: 50px;

    text-decoration: none;
    font-weight: 600;

    transition: .3s;
	font-size: 1.2rem;
}

.contact-btn:hover {
    transform: translateY(-3px);
}

/* SERVICES */

.footer-services h3 {
    font-size: clamp(32px, 4vw, 64px);
	color: white;
}

.footer-services .service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
	margin-top: 25px;
}

.footer-services .service-list a {
    background: #fff;
    color: #111;

    padding: 18px 42px;
    border-radius: 999px;

    text-decoration: none;
    font-weight: 600;
}

/* DIVIDER */

.footer-divider {
    margin: 50px 0;
    height: 1px;
    background: rgba(255,255,255,.2);
}

/* INFO */

.footer-info {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;

    font-size: 15px;
    color: rgba(255,255,255,.9);
}

/* QR */

.footer-qr {
    margin-top: 60px;
    text-align: center;
}

.footer-qr img {
    width: 140px;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
	margin: auto;
}
.subscribe-form button {
	border-radius: 30px;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-action {
        justify-content: flex-start;
    }

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

@media (max-width: 576px) {
	.footer-top {
        flex-direction: column;
        align-items: center;
    }
	.footer-logo {
        max-width: 70px;
    }
	.footer-brand-row h2 {
		font-size: 3rem;
	}
	.footer-col h4::after, .bottom-col h4::after {
		width: 100%;
	}
	.footer-slogan {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 2rem;
    }
	.footer-heading h2 {
		font-size: clamp(25px, 2vw, 80px);
	}
    .footer-info {
        grid-template-columns: 1fr;
    }
	.two-row {
		grid-template-columns: 1fr;
	}
	.footer-menu {
    	margin-bottom: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 5px;
	}
	.contact-btn {
		padding: 10px 15px;
		font-size: 1rem;
		margin: auto;
	}
	.footer-services h3 {
		font-size: clamp(20px, 4vw, 64px);
	}
	.footer-services .service-list {
		display: grid;
		gap: 10px;
		margin-top: 25px;
		grid-template-columns: 1fr 1fr;
	}
    .service-list {
        flex-direction: column;
    }
	.footer-services .service-list a {
		padding: 10px 20px;
	}
    .service-list a {
        text-align: center;
    }
	.footer-menu a {
		font-size: 12px;
	}
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-contact a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 15px rgba(0,0,0,.25);

    transition: .3s;
}

.floating-contact a:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
}

/* Phone */
.phone {
    background: #1877F2;
    color: #fff;
    font-size: 24px;
}

/* Facebook */
.facebook {
    background: #1877F2;
    color: #fff;
    font-size: 26px;
}

/* Zalo */
.zalo {
    background: #1877F2;
}

.phone {
    animation: phone-ring 1s infinite;
}

.phone::before,
.phone::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid #1877F2;
    animation: phone-wave 2s infinite;
}

.phone::after {
    animation-delay: 1s;
}

@keyframes phone-wave {
    0% {
        transform: scale(1);
        opacity: .8;
    }

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

@keyframes phone-ring {
    0%,100%{
        transform: rotate(0deg);
    }
    15%{
        transform: rotate(-15deg);
    }
    30%{
        transform: rotate(15deg);
    }
    45%{
        transform: rotate(-15deg);
    }
    60%{
        transform: rotate(15deg);
    }
    75%{
        transform: rotate(0deg);
    }
}

@media (max-width:768px){
    .floating-contact{
        right:15px;
        bottom:15px;
    }

    .floating-contact a{
        width:50px;
        height:50px;
    }

    .phone,
    .facebook{
        font-size:22px;
    }

    .zalo img{
        width:30px;
        height:30px;
    }
	.footer-col ul {
		flex-direction: column;
	}
}