/* ==========================================================================
   BLAGWEB PREMIUM FOOTER DESIGN SPEC
   ========================================================================== */
.tc-footer {
  background-color: #020916; /* Deep midnight canvas base */
  color: #94a3b8; /* High-legibility neutral gray-blue text */
  padding: 80px 0 40px 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.tc-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Tier 1: 6-Column Grid */
.tc-footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Column Header Styles */
.tc-col-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #38bdf8; /* Premium Sky Blue */
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(56, 189, 248, 0.12); /* Subtle blue bottom border */
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tc-title-icon {
  font-size: 0.95rem;
  color: #38bdf8;
}

/* Footer Link Styles */
.tc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tc-footer-links li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 400;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.tc-footer-links li a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

/* Connect List Details */
.tc-footer-connect-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tc-footer-connect-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.4;
}

.tc-footer-connect-list li i {
  color: #38bdf8;
  margin-top: 3px;
  font-size: 0.95rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.tc-footer-connect-list li a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tc-footer-connect-list li a:hover {
  color: #ffffff;
}

.tc-footer-connect-list li.address-item span {
  color: #94a3b8;
}

/* Circular Social Buttons */
.tc-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.social-icon.facebook {
  background-color: #1877f2;
}

.social-icon.youtube {
  background-color: #FF0000;
}

.social-icon.linkedin {
  background-color: #0a66c2;
}

.social-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-icon.pinterest {
  background:#E60023;
}
.social-icon:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}

/* Tier 2: Trust/Value Badges Row */
.tc-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tc-trust-badges {
  display: grid;
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 30px 0;
  margin-bottom: 40px;
  gap: 20px;
}

.tc-badge-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 10px;
  box-sizing: border-box;
}

.tc-badge-card:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-badge-icon-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(56, 189, 248, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 1.15rem;
  flex-shrink: 0;
  background-color: rgba(56, 189, 248, 0.03);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.05);
}

.tc-badge-content h4 {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.tc-badge-content p {
  color: #94a3b8;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0;
}

/* Tier 3: Newsletter Banner Card */
.tc-newsletter-banner {
  background-color: #03112a;
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 12px;
  padding: 26px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.tc-newsletter-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tc-newsletter-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.tc-newsletter-text h3 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.tc-newsletter-text p {
  color: #94a3b8;
  font-size: 0.85rem;
  margin: 0;
}

.tc-newsletter-right {
  flex-grow: 1;
  max-width: 460px;
}

.tc-newsletter-form {
  display: flex;
  background-color: rgba(2, 9, 22, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 8px;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.tc-newsletter-form input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 0.88rem;
  flex-grow: 1;
  width: 50%;
}

.tc-newsletter-form input::placeholder {
  color: #4b5563;
}

.tc-newsletter-form button {
  background-color: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 10px 24px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tc-newsletter-form button:hover {
  background-color: #1d4ed8;
}

/* Tier 4: Bottom Copyright & Branding Bar */
.tc-footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
}

.tc-bottom-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  max-width: 250px;
}

.tc-brand-logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tc-brand-badge {
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.1rem;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-brand-name {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.tc-brand-tagline {
  color: #94a3b8;
  font-size: 0.78rem;
  margin: 0;
  line-height: 1.4;
}

.tc-bottom-right-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  gap: 20px;
}

.tc-copyright {
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 400;
}

.tc-bottom-links {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.85rem;
}

.tc-bottom-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tc-bottom-links a:hover {
  color: #ffffff;
}

.tc-link-separator {
  color: rgba(255, 255, 255, 0.15);
  font-weight: 300;
}

/* ==========================================================================
   FLUID RESPONSIVE FOOTER BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .tc-footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  .tc-trust-badges {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .tc-badge-card:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 820px) {
  .tc-footer {
    padding: 60px 0 30px 0;
  }
  
  .tc-newsletter-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 20px;
  }
  
  .tc-newsletter-right {
    width: 100%;
    max-width: 100%;
  }
  
  .tc-footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  
  .tc-bottom-brand {
    border-right: none;
    padding-right: 0;
    max-width: 100%;
  }
  
  .tc-bottom-right-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .tc-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tc-trust-badges {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tc-badge-card {
    border-right: none !important;
  }
}
/* ==========================================
   CENTER FOOTER CONTENT ON SMALL DEVICES
   ========================================== */

@media (max-width: 480px) {

  .tc-footer-grid {
    text-align: center;
  }

  .tc-footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .tc-col-title {
    justify-content: center;
    width: 100%;
  }

  .tc-footer-links {
    align-items: center;
    width: 100%;
  }

  .tc-footer-links li {
    text-align: center;
    width: 100%;
  }

  .tc-footer-links li a {
    text-align: center;
  }

  /* Connect section */
  .tc-col-connect {
    align-items: center;
    text-align: center;
  }

  .tc-footer-connect-list {
    align-items: center;
    width: 100%;
  }

  .tc-footer-connect-list li {
    justify-content: center;
    text-align: center;
  }

  .tc-footer-connect-list li a,
  .tc-footer-connect-list li span {
    text-align: center;
  }

  /* Address */
  .tc-footer-connect-list li.address-item {
    justify-content: center;
    text-align: center;
  }

  /* Social icons */
  .tc-social-icons {
    justify-content: center;
    width: 100%;
  }

}

/* ==========================================================================
   FLOATING ACTION BUTTONS (FAB) STYLES
   ========================================================================== */
.fab-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 999999; /* Ensures buttons sit cleanly over all site content */
  pointer-events: none; /* Prevents container box from blocking background clicks */
}

.fab {
  pointer-events: auto; /* Re-enables clicking on the actual buttons */
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(15, 37, 55, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  /* Smooth transform spring effect on hover */
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              box-shadow 0.3s ease, 
              background-color 0.3s ease;
}

/* Crisp SVG Vector & Font Icon Sizing */
.fab i,
.fab svg {
  font-size: 22px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1;
}

/* Context/Brand Color Variations */
.fab--phone {
  color: #e21b65; /* Deep pink color profile matching image */
}

.fab--contact {
  color: #a78bfa; /* Soft aesthetic purple/lavender */
}

.fab--whatsapp {
  color: #25d366; /* Official WhatsApp Green */
}

/* Scroll-to-Top Button Initial Hidden State */
.fab--scroll-top {
  background-color: #1492e6; /* Actionable blueprint blue */
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateY(20px);
  transition: opacity 0.4s ease, 
              visibility 0.4s ease, 
              transform 0.4s ease, 
              background-color 0.3s ease;
}

/* Interactive Hover States */
.fab:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 10px 25px rgba(15, 37, 55, 0.18);
}

.fab--scroll-top:hover {
  background-color: #0b79c2;
  transform: translateY(-4px) scale(1.04);
}

/* Active Class applied by JS when page is scrolled down */
.fab--scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}

/* Smooth Responsive Tweaks for Smaller Screens */
@media (max-width: 576px) {
  .fab-container {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  .fab {
    width: 48px;
    height: 48px;
  }
  .fab i,
  .fab svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}

/* ==========================================================================
   PREMIUM CALL TO ACTION (CTA) STYLES
   ========================================================================== */
.premium-cta-section {
  padding: 120px 0;
  background-color: #0c151d; /* Deep rich canvas tone */
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Atmospheric Ambient Lighting effect */
.cta-mesh-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(20, 146, 230, 0.15) 0%, rgba(167, 139, 250, 0.05) 50%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.cta-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* Glassmorphism Premium Card Design */
.cta-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 32px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Abstract Design Circle Ring Element */
.cta-accent-circle {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 250px;
  height: 250px;
  border: 1px dashed rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.cta-content-box {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-tagline {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a78bfa; /* Lavender tint accent */
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}

.cta-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.cta-card p {
  font-size: 1.15rem;
  color: #94a3b8; /* Balanced light grey slate */
  line-height: 1.6;
  margin: 0 0 40px 0;
}

/* Action Buttons Grid Interface */
.cta-actions-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Primary Button Styling */
.cta-btn--primary {
  background-color: #1492e6; /* Vibrant blue standard */
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 146, 230, 0.3);
}

.cta-btn--primary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.cta-btn--primary:hover {
  background-color: #1c9ff5;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(20, 146, 230, 0.45);
}

.cta-btn--primary:hover svg {
  transform: translateX(4px);
}

/* Ghost Outline Button Styling */
.cta-btn--ghost {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
}

/* ==========================================================================
   RESPONSIVE DESIGN ADAPTATIONS
   ========================================================================== */
@media (max-width: 768px) {
  .cta-card {
    padding: 60px 30px;
    border-radius: 24px;
  }
  .cta-actions-group {
    flex-direction: column;
    width: 100%;
  }
  .cta-btn {
    width: 100%;
  }
}/* =========================================================
   FINAL FOOTER BOTTOM SECTION
   CENTER EVERYTHING ON ALL DEVICES
   ========================================================= */

/* Main bottom section */
.tc-footer-bottom-bar {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;

  text-align: center !important;

  gap: 30px !important;

  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
}


/* =========================================================
   BRAND SECTION
   ========================================================= */

.tc-bottom-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 600px !important;

  padding-right: 0 !important;
  border-right: none !important;

  text-align: center !important;
}


.tc-brand-logo-container {
  justify-content: center !important;
}


.tc-brand-tagline {
  text-align: center !important;
}


.tc-brand-desc {
  text-align: center !important;
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   COPYRIGHT + LEGAL + LINKS CONTAINER
   ========================================================= */

.tc-bottom-right-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;

  flex-grow: 0 !important;

  gap: 15px !important;

  text-align: center !important;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.tc-copyright {
  width: 100% !important;
  max-width: 100% !important;

  text-align: center !important;

  color: #94a3b8;
  font-size: 0.85rem;
  line-height: 1.6;
}


/* =========================================================
   LEGAL DETAILS
   ========================================================= */

.tc-legal-details {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;

  margin-top: 8px !important;
  padding: 0 !important;

  color: #94a3b8;

  font-size: 0.78rem;
  line-height: 1.7;

  text-align: center !important;

  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}


.tc-legal-details div {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 0 3px 0 !important;

  text-align: center !important;

  white-space: normal !important;
  overflow-wrap: anywhere !important;
}


.tc-legal-details strong {
  color: #ffffff;
  font-weight: 600;
}


/* =========================================================
   BOTTOM LINKS
   ========================================================= */

.tc-bottom-links {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;

  flex-wrap: wrap !important;

  gap: 10px 14px !important;

  text-align: center !important;
}


.tc-bottom-links a {
  text-align: center !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

  .tc-footer-bottom-bar {
    gap: 30px !important;
  }

  .tc-bottom-brand {
    max-width: 700px !important;
  }

  .tc-brand-desc {
    max-width: 700px;
  }

  .tc-legal-details {
    font-size: 0.78rem;
  }

}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (min-width: 1025px) and (max-width: 1199px) {

  .tc-footer-bottom-bar {
    gap: 28px !important;
  }

  .tc-bottom-brand {
    max-width: 650px !important;
  }

  .tc-brand-desc {
    max-width: 650px;
  }

}


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

@media (min-width: 769px) and (max-width: 1024px) {

  .tc-footer-bottom-bar {
    gap: 25px !important;
  }

  .tc-bottom-brand {
    max-width: 600px !important;
  }

  .tc-brand-desc {
    max-width: 600px;
  }

  .tc-legal-details {
    font-size: 0.76rem;
  }

}


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

@media (min-width: 577px) and (max-width: 768px) {

  .tc-footer-bottom-bar {
    gap: 22px !important;
  }

  .tc-bottom-brand {
    max-width: 90% !important;
  }

  .tc-brand-desc {
    max-width: 90%;
  }

  .tc-bottom-right-container {
    width: 100% !important;
  }

  .tc-legal-details {
    font-size: 0.75rem;
  }

}


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

@media (max-width: 576px) {

  .tc-footer-bottom-bar {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;

    box-sizing: border-box !important;

    gap: 22px !important;

    align-items: center !important;
    text-align: center !important;
  }


  .tc-bottom-brand {
    width: 100% !important;
    max-width: 100% !important;

    align-items: center !important;
    text-align: center !important;
  }


  .tc-brand-logo-container {
    justify-content: center !important;
  }


  .tc-brand-tagline {
    width: 100% !important;
    text-align: center !important;
  }


  .tc-brand-desc {
    width: 100% !important;
    max-width: 100% !important;

    text-align: center !important;

    margin-left: auto !important;
    margin-right: auto !important;
  }


  .tc-bottom-right-container {
    width: 100% !important;
    max-width: 100% !important;

    align-items: center !important;
    text-align: center !important;
  }


  .tc-copyright {
    width: 100% !important;
    max-width: 100% !important;

    text-align: center !important;

    font-size: 0.78rem;
  }


  .tc-legal-details {
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    font-size: 0.73rem;

    line-height: 1.7;

    padding: 0 !important;
    margin-top: 10px !important;
  }


  .tc-legal-details div {
    width: 100% !important;
    max-width: 100% !important;

    text-align: center !important;

    overflow-wrap: anywhere !important;
  }


  .tc-bottom-links {
    width: 100% !important;

    display: flex !important;

    justify-content: center !important;
    align-items: center !important;

    flex-wrap: wrap !important;

    text-align: center !important;

    gap: 8px 12px !important;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .tc-footer-bottom-bar {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }


  .tc-brand-desc {
    font-size: 0.78rem;
  }


  .tc-copyright {
    font-size: 0.75rem;
  }


  .tc-legal-details {
    font-size: 0.70rem;

    line-height: 1.75;
  }


  .tc-bottom-links {
    font-size: 0.75rem;

    gap: 7px 10px !important;
  }

}
/* ==========================================
   BLAGWEB FOOTER LOGO
   ========================================== */

.tc-footer-logo {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.tc-brand-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


/* ==========================================
   DESKTOP
   ========================================== */

@media (min-width: 1200px) {

  .tc-footer-logo {
    width: 320px;
  }

}


/* ==========================================
   LAPTOP
   ========================================== */

@media (min-width: 1025px) and (max-width: 1199px) {

  .tc-footer-logo {
    width: 300px;
  }

}


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

@media (min-width: 577px) and (max-width: 1024px) {

  .tc-footer-logo {
    width: 280px;
  }

}


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

@media (max-width: 576px) {

  .tc-footer-logo {
    width: 250px;
    max-width: 90%;
    height: auto;
  }

}


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

@media (max-width: 400px) {

  .tc-footer-logo {
    width: 220px;
    max-width: 90%;
  }

}