.elementor-258 .elementor-element.elementor-element-3208a0ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-52a81387 *//* ===== VIXORAA FOOTER — IMPERIAL COLLECTION ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap');

.vixoraa-footer {
    --pure-gold: #D4AF37;
    --antique-gold: #C49A2B;
    --rose-gold: #B76E79;
    --champagne: #F7E7CE;
    --obsidian-black: #0A0B0C;
    --raven-black: #121416;
    --charcoal-suede: #1E2124;
    --pearl-white: #F5F5F7;
    --smoke-silver: #8A8F99;
    
    margin: 0;
    padding: 0;
    background: linear-gradient(145deg, var(--obsidian-black) 0%, #0D0F12 100%);
    color: var(--pearl-white);
    font-family: 'Montserrat', sans-serif;
    position: relative;
    border: none;
    isolation: isolate;
}

/* ===== LAYER 1: GOLD THREAD BORDER (HAND-STITCHED EFFECT) ===== */
.vixoraa-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--pure-gold) 20%,
        var(--antique-gold) 50%,
        var(--pure-gold) 80%,
        transparent
    );
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.6));
    z-index: 5;
}

/* ===== LAYER 2: LEATHER TEXTURE EMBOSS ===== */
.vixoraa-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            rgba(212, 175, 55, 0.02) 0px,
            rgba(212, 175, 55, 0) 1px,
            transparent 1px,
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(212, 175, 55, 0.01) 0px,
            transparent 1px,
            transparent 4px
        );
    pointer-events: none;
    z-index: 1;
}

/* ===== FOOTER CONTAINER — BESPOKE GRID ===== */
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 80px 50px;
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1.2fr;
    gap: 50px;
    position: relative;
    z-index: 10;
}

/* ===== COLUMN STYLES ===== */
.footer-col {
    position: relative;
}

/* ----- COLUMN 1: RAA MASTERPIECE ----- */
.footer-col:first-child {
    position: relative;
}

.footer-col:first-child h3 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 5px 0;
    background: linear-gradient(
        135deg,
        var(--champagne) 0%,
        var(--pure-gold) 60%,
        var(--antique-gold) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 6px;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.footer-col:first-child h3::before {
    content: '✦';
    position: absolute;
    left: -25px;
    top: 10px;
    font-size: 24px;
    color: var(--pure-gold);
    -webkit-text-fill-color: var(--pure-gold);
    opacity: 0.8;
}

.footer-col:first-child h3::after {
    content: '✦';
    position: absolute;
    right: -25px;
    top: 10px;
    font-size: 24px;
    color: var(--pure-gold);
    -webkit-text-fill-color: var(--pure-gold);
    opacity: 0.8;
}

.est-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px;
    color: var(--pure-gold);
    background: rgba(212, 175, 55, 0.08);
    display: inline-block;
    padding: 6px 16px;
    margin-top: 5px;
    border: 0.5px solid rgba(212, 175, 55, 0.3);
    border-radius: 30px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.footer-col:first-child p {
    color: var(--smoke-silver);
    font-size: 15px;
    line-height: 1.85;
    margin-top: 30px;
    font-weight: 300;
    padding-right: 20px;
    border-left: 2px solid rgba(212, 175, 55, 0.3);
    padding-left: 20px;
    font-style: normal;
}

/* GST — SEALED WITH ELEGANCE */
.gst-badge {
    display: inline-block;
    margin-top: 25px;
    padding: 10px 22px;
    background: rgba(18, 20, 22, 0.7);
    backdrop-filter: blur(8px);
    border: 0.5px solid rgba(212, 175, 55, 0.4);
    color: var(--champagne);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    position: relative;
}

.gst-badge::before {
    content: '✓';
    color: var(--pure-gold);
    margin-right: 10px;
    font-weight: 700;
}

/* ----- COLUMN HEADERS (GOLD FOIL STAMP) ----- */
.footer-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--pearl-white);
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
    position: relative;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--pure-gold);
    box-shadow: 0 0 8px var(--pure-gold);
}

/* ----- ADDRESS COLUMN (SCULPTED) ----- */
.footer-col:nth-child(2) p,
.footer-col:nth-child(3) p {
    color: #C0C6CC;
    line-height: 1.9;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.address-icon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.address-icon span:first-child {
    color: var(--pure-gold);
    font-size: 18px;
    min-width: 24px;
}

.address-text {
    color: #C0C6CC;
    line-height: 1.8;
}

/* ----- CONTACT COLUMN (CONCIERGE STYLE) ----- */
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    transition: all 0.2s ease;
}

.contact-item:hover {
    transform: translateX(5px);
}

.contact-icon {
    width: 38px;
    height: 38px;
    background: rgba(212, 175, 55, 0.08);
    border: 0.5px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pure-gold);
    font-size: 16px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: var(--pure-gold);
    color: var(--obsidian-black);
    border-color: var(--pure-gold);
}

.contact-detail {
    color: #E0E6ED;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-detail:hover {
    color: var(--pure-gold);
}

/* ----- SOCIAL ICONS — BLACK LABEL PREMIUM ----- */
.social-grid {
    display: flex;
    gap: 12px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.social-tile {
    width: 52px;
    height: 52px;
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pure-gold);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    letter-spacing: 1px;
}

.social-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pure-gold);
    transform: scale(0);
    transition: transform 0.35s ease;
    z-index: -1;
}

.social-tile:hover {
    color: var(--obsidian-black);
    border-color: var(--pure-gold);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
}

.social-tile:hover::before {
    transform: scale(1);
}

/* ----- TRICKER BADGES (PREMIUM STATUS) ----- */
.badge-collection {
    background: rgba(10, 11, 12, 0.75);
    backdrop-filter: blur(12px);
    border: 0.5px solid rgba(212, 175, 55, 0.2);
    padding: 25px 20px;
    margin-top: 15px;
    border-radius: 0;
    box-shadow: 0 15px 30px -15px black;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    color: #D8DEE3;
    font-size: 14px;
    font-weight: 400;
}

.badge-item:last-child {
    margin-bottom: 0;
}

.badge-icon {
    width: 32px;
    height: 32px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pure-gold);
    font-size: 16px;
}

/* ===== FOOTER BOTTOM — NO WINDOWS, ONLY CLASS ===== */
.footer-bottom {
    background: #080A0C;
    padding: 30px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 15;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    margin-top: 20px;
}

.copyright-section {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #9AA1B0;
    font-size: 14px;
}

.copyright-symbol {
    color: var(--pure-gold);
    font-size: 16px;
}

.brand-strong {
    color: var(--pure-gold);
    font-weight: 600;
    margin-left: 5px;
}

.divider {
    color: rgba(212, 175, 55, 0.3);
    font-weight: 300;
}

.legal-links {
    display: flex;
    gap: 30px;
}

.legal-links a {
    color: #9AA1B0;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.25s ease;
    font-weight: 400;
}

.legal-links a:hover {
    color: var(--pure-gold);
}

/* ===== RESPONSIVE REFINEMENT ===== */
@media (max-width: 1100px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 60px 40px 40px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        padding: 50px 30px 40px;
        gap: 45px;
    }
    
    .footer-col:first-child h3::before,
    .footer-col:first-child h3::after {
        display: none;
    }
    
    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    
    .footer-col h4 {
        text-align: center;
    }
    
    .social-grid {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
        text-align: center;
    }
    
    .copyright-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 40px 20px 30px;
    }
    
    .footer-col:first-child h3 {
        font-size: 36px;
    }
    
    .gst-badge {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .badge-collection {
        padding: 20px 15px;
    }
}

/* ===== ABSOLUTELY NO WINDOWS ACTIVATION MESSAGE ===== */
.activate-windows, 
.windows-notice, 
[class*="activate"],
[class*="Windows"],
[class*="windows"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}
/* ===== VIXORAA PREMIUM FOOTER — IMPERIAL COLLECTION ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap');

.vixoraa-footer {
    --pure-gold: #D4AF37;
    --antique-gold: #C49A2B;
    --rose-gold: #B76E79;
    --champagne: #F7E7CE;
    --obsidian-black: #0A0B0C;
    --raven-black: #121416;
    --charcoal-suede: #1E2124;
    --pearl-white: #F5F5F7;
    --smoke-silver: #8A8F99;
    --whatsapp-green: #25D366;
    
    margin: 0;
    padding: 0;
    background: linear-gradient(145deg, var(--obsidian-black) 0%, #0D0F12 100%);
    color: var(--pearl-white);
    font-family: 'Montserrat', sans-serif;
    position: relative;
    border: none;
    isolation: isolate;
}

/* ===== LAYER 1: GOLD THREAD BORDER (HAND-STITCHED EFFECT) ===== */
.vixoraa-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--pure-gold) 20%,
        var(--antique-gold) 50%,
        var(--pure-gold) 80%,
        transparent
    );
    filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.6));
    z-index: 5;
}

/* ===== LAYER 2: LEATHER TEXTURE EMBOSS ===== */
.vixoraa-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            rgba(212, 175, 55, 0.02) 0px,
            rgba(212, 175, 55, 0) 1px,
            transparent 1px,
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(212, 175, 55, 0.01) 0px,
            transparent 1px,
            transparent 4px
        );
    pointer-events: none;
    z-index: 1;
}

/* ===== FOOTER CONTAINER — BESPOKE GRID ===== */
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 80px 50px;
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1.2fr;
    gap: 50px;
    position: relative;
    z-index: 10;
}

/* ===== COLUMN STYLES ===== */
.footer-col {
    position: relative;
}

/* ----- COLUMN 1: VIXORAA LOGO + BRAND PHILOSOPHY ----- */
.footer-col:first-child {
    position: relative;
}

.vixoraa-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--pure-gold);
    padding: 5px;
    background: var(--obsidian-black);
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
    transition: all 0.4s ease;
    margin-bottom: 15px;
}

.vixoraa-logo:hover {
    transform: scale(1.05);
    border-color: var(--champagne);
    box-shadow: 0 0 35px rgba(212, 175, 55, 0.5);
}

.est-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px;
    color: var(--pure-gold);
    background: rgba(212, 175, 55, 0.08);
    display: inline-block;
    padding: 6px 16px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0.5px solid rgba(212, 175, 55, 0.3);
    border-radius: 30px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.footer-col:first-child p {
    color: var(--smoke-silver);
    font-size: 15px;
    line-height: 1.85;
    margin-top: 10px;
    font-weight: 300;
    padding-right: 20px;
    border-left: 2px solid rgba(212, 175, 55, 0.3);
    padding-left: 20px;
    font-style: normal;
}

/* GST — SEALED WITH ELEGANCE */
.gst-badge {
    display: inline-block;
    margin-top: 25px;
    padding: 10px 22px;
    background: rgba(18, 20, 22, 0.7);
    backdrop-filter: blur(8px);
    border: 0.5px solid rgba(212, 175, 55, 0.4);
    color: var(--champagne);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    position: relative;
}

.gst-badge::before {
    content: '✓';
    color: var(--pure-gold);
    margin-right: 10px;
    font-weight: 700;
}

/* ----- COLUMN HEADERS (GOLD FOIL STAMP) ----- */
.footer-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--pearl-white);
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
    position: relative;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--pure-gold);
    box-shadow: 0 0 8px var(--pure-gold);
}

/* ----- ADDRESS COLUMN (SCULPTED) ----- */
.address-icon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.address-icon span:first-child {
    color: var(--pure-gold);
    font-size: 20px;
    min-width: 24px;
}

.address-text {
    color: #C0C6CC;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 300;
}

/* ----- CONTACT COLUMN (CONCIERGE STYLE) ----- */
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    transition: all 0.2s ease;
}

.contact-item:hover {
    transform: translateX(5px);
}

.contact-icon {
    width: 38px;
    height: 38px;
    background: rgba(212, 175, 55, 0.08);
    border: 0.5px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pure-gold);
    font-size: 18px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: var(--pure-gold);
    color: var(--obsidian-black);
    border-color: var(--pure-gold);
}

.contact-detail {
    color: #E0E6ED;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-detail:hover {
    color: var(--pure-gold);
}

/* ----- SOCIAL ICONS — FONTAWESOME REAL ICONS + WHATSAPP ----- */
.social-grid {
    display: flex;
    gap: 14px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.social-tile {
    width: 52px;
    height: 52px;
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pure-gold);
    font-size: 22px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border-radius: 8px;
}

.social-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pure-gold);
    transform: scale(0);
    transition: transform 0.35s ease;
    z-index: -1;
    border-radius: 8px;
}

.social-tile:hover {
    color: var(--obsidian-black);
    border-color: var(--pure-gold);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
}

.social-tile:hover::before {
    transform: scale(1);
}

/* WhatsApp Special Styling */
.social-tile.whatsapp {
    border-color: rgba(37, 211, 102, 0.4);
    color: #25D366;
}

.social-tile.whatsapp::before {
    background: #25D366;
}

.social-tile.whatsapp:hover {
    color: var(--obsidian-black);
    border-color: #25D366;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* ----- TRUST BADGES (PREMIUM STATUS) ----- */
.badge-collection {
    background: rgba(10, 11, 12, 0.75);
    backdrop-filter: blur(12px);
    border: 0.5px solid rgba(212, 175, 55, 0.2);
    padding: 25px 20px;
    margin-top: 15px;
    border-radius: 12px;
    box-shadow: 0 15px 30px -15px black;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    color: #D8DEE3;
    font-size: 14px;
    font-weight: 400;
}

.badge-item:last-child {
    margin-bottom: 0;
}

.badge-icon {
    width: 32px;
    height: 32px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pure-gold);
    font-size: 16px;
}

/* ===== FOOTER BOTTOM — NO WINDOWS, ONLY CLASS ===== */
.footer-bottom {
    background: #080A0C;
    padding: 30px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 15;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    margin-top: 20px;
}

.copyright-section {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #9AA1B0;
    font-size: 14px;
}

.copyright-symbol {
    color: var(--pure-gold);
    font-size: 16px;
}

.brand-strong {
    color: var(--pure-gold);
    font-weight: 600;
    margin-left: 5px;
}

.divider {
    color: rgba(212, 175, 55, 0.3);
    font-weight: 300;
}

.legal-links {
    display: flex;
    gap: 30px;
}

.legal-links a {
    color: #9AA1B0;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.25s ease;
    font-weight: 400;
}

.legal-links a:hover {
    color: var(--pure-gold);
}

/* ===== RESPONSIVE REFINEMENT ===== */
@media (max-width: 1100px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 60px 40px 40px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        padding: 50px 30px 40px;
        gap: 45px;
    }
    
    .footer-col:first-child {
        text-align: center;
    }
    
    .vixoraa-logo {
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
    }
    
    .footer-col h4 {
        text-align: center;
    }
    
    .footer-col:first-child p {
        border-left: none;
        padding-left: 0;
        text-align: center;
    }
    
    .social-grid {
        justify-content: center;
    }
    
    .address-icon {
        justify-content: center;
    }
    
    .contact-item {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
        text-align: center;
    }
    
    .copyright-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 40px 20px 30px;
    }
    
    .vixoraa-logo {
        width: 90px;
        height: 90px;
    }
    
    .gst-badge {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .badge-collection {
        padding: 20px 15px;
    }
    
    .social-tile {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

/* ===== FONT AWESOME CDN - Add this in head ===== */
/* ===== ABSOLUTELY NO WINDOWS ACTIVATION MESSAGE ===== */
.activate-windows, 
.windows-notice, 
[class*="activate"],
[class*="Windows"],
[class*="windows"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}/* End custom CSS */