/* ==========================================================================
   RESPONSIVE OVERRIDES & HERO LAYOUT REFINEMENTS FOR THE BLOG PAGE
   ========================================================================== */

/* --- 1920px (Desktop / Large Displays) --- */
@media (max-width: 1920px) {
  /* Desktop preservation - no changes */
}

/* --- 1600px (Desktop) --- */
@media (max-width: 1600px) {
  /* Desktop preservation - no changes */
}

/* --- 1440px (Laptop / Desktop) --- */
@media (max-width: 1440px) {
  /* Desktop preservation - no changes */
  .hero-content p {
    display: none !important;
  }
}

/* --- 1280px (Laptop / Small Desktop) --- */
@media (max-width: 1280px) {
  .hero-section {
    height: 380px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-bg {
    object-position: 15% center !important;
  }

  .hero-content {
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: 8.5rem !important;
    z-index: 5 !important;
  }

  .hero-mini-title {
    font-size: 13px !important;
    padding: 0.5rem 1rem !important;
    margin-bottom: 1.25rem !important;
  }

  .hero-content h1 {
    white-space: nowrap !important;
    font-size: clamp(52px, 6vw, 72px) !important;
    margin-bottom: 0 !important;
  }

  .hero-content h1 br {
    display: none !important;
  }

  .hero-content p {
    display: none !important;
  }

  /* Filter Navigation Spacing & Layout */
  .blog-navbar {
    max-width: 90% !important;
    margin-top: 3.5rem !important;
    margin-bottom: 4rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.75rem 0.625rem !important;
  }

  /* Blog Cards Layout Refinements */
  .blog-grid {
    max-width: 95% !important;
    gap: 2rem !important;
  }

  .blog-card {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 22.5rem !important;
  }

  .blog-content {
    padding: 1.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
  }

  .blog-category {
    margin-bottom: 1rem !important;
  }

  .blog-content h3 {
    font-size: 34px !important;
    margin-bottom: 1.25rem !important;
    line-height: 1.15 !important;
  }

  .blog-meta {
    font-size: 13.5px !important;
    color: #5d5d5d !important;
    margin-bottom: 1.5rem !important;
  }

  /* Footer Section Overrides */
  .lux-footer {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .lux-footer .container {
    flex-direction: column !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .footer-center {
    transform: none !important;
    margin-inline: auto !important;
    max-width: 100% !important;
  }

  .footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    gap: 2rem !important;
  }
}

/* --- 1100px (Medium Tablet Landscape / Laptop) --- */
@media (max-width: 1100px) {
  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 8rem !important;
    z-index: 5 !important;
  }

  .hero-content h1 {
    font-size: clamp(46px, 5.5vw, 64px) !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-navbar {
    padding: 1.25rem 1.5rem !important;
    margin-top: 4rem !important;
    gap: 0.75rem 0.625rem !important;
  }

  .blog-grid {
    gap: 1.75rem !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 21rem !important;
  }

  .blog-content {
    padding: 1.625rem !important;
  }

  .blog-content h3 {
    font-size: 32px !important;
  }
}

/* --- 1024px (Tablet Landscape / iPad Pro) --- */
@media (max-width: 1024px) {
  .hero-section {
    height: 340px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 7.5rem !important;
    z-index: 5 !important;
  }

  .hero-mini-title {
    font-size: 12px !important;
    padding: 0.4375rem 0.875rem !important;
    margin-bottom: 1rem !important;
  }

  .hero-content h1 {
    font-size: 52px !important;
    margin-bottom: 0 !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 20rem !important;
  }

  .blog-content {
    padding: 1.5rem !important;
  }

  .blog-content h3 {
    font-size: 28px !important;
  }

  .blog-navbar {
    max-width: 92% !important;
    margin-top: 4.5rem !important;
    gap: 0.75rem 0.5rem !important;
  }
}

/* --- Tablet Viewports Only (1024px - 769px) --- */
@media (max-width: 1024px) and (min-width: 769px) {
  .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2.5rem !important;
    align-items: start !important;
    width: 100% !important;
  }

  .footer-col {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .footer-links {
    align-items: flex-start !important;
  }

  .footer-contact,
  .footer-contact-item {
    justify-content: flex-start !important;
  }

  .lux-socials {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
  }

  .footer-center {
    max-width: 100% !important;
    margin-inline: auto !important;
  }
}

/* --- 992px (Medium Tablet Portrait) --- */
@media (max-width: 992px) {
  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .blog-navbar {
    margin-top: 4.5rem !important;
    gap: 0.75rem 0.5rem !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 19.5rem !important;
  }

  /* Footer wrapping layout */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2.5rem !important;
  }
}

/* --- 820px (iPad Air / Portrait Tablets) --- */
@media (max-width: 820px) {
  .hero-section {
    height: 320px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 6.5rem !important;
    z-index: 5 !important;
  }

  .hero-mini-title {
    font-size: 11px !important;
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.875rem !important;
  }

  .hero-content h1 {
    font-size: 46px !important;
    margin-bottom: 0 !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    padding: 1.5rem 1rem 6rem !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 19rem !important;
  }

  .blog-content {
    padding: 1.5rem !important;
  }

  .blog-content h3 {
    font-size: 28px !important;
    margin-bottom: 1.125rem !important;
  }

  .blog-navbar {
    margin-top: 5rem !important;
    margin-bottom: 3rem !important;
    border-radius: 1.75rem !important;
    padding: 1rem 1.25rem !important;
    gap: 0.75rem 0.5rem !important;
  }

  .blog-navbar button,
  .blog-navbar a {
    font-size: 14.5px !important;
    padding: 10px 18px !important;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2.5rem !important;
  }
}

/* --- 768px (Tablet Portrait / Mobile Landscape) --- */
@media (max-width: 768px) {
  .floating-logo {
    top: 24px !important;
    left: 24px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 18px !important;
  }

  .floating-logo img {
    width: 36px !important;
  }

  .mobile-menu-toggle {
    top: 24px !important;
    right: 24px !important;
  }

  .hero-section {
    height: 300px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 6rem !important;
    z-index: 5 !important;
  }

  .hero-content h1 {
    font-size: 42px !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
  }

  .blog-navbar {
    margin-top: 5.5rem !important;
    gap: 0.75rem 0.5rem !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 18.5rem !important;
  }

  .blog-content {
    padding: 1.375rem !important;
  }

  .blog-content h3 {
    font-size: 26px !important;
    margin-bottom: 1rem !important;
  }

  .blog-meta {
    margin-bottom: 1.25rem !important;
  }

  /* Footer mobile overrides mapping style.css / responsive.css */
  .lux-footer {
    padding: 50px 0 30px !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .lux-footer .container {
    flex-direction: column !important;
    padding: 0 24px !important;
  }

  .footer-center {
    transform: none !important;
    margin-inline: auto !important;
    max-width: 100% !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important; /* Stack vertically */
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .footer-col {
    text-align: left !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-self: flex-start !important;
    align-items: flex-start !important;
  }

  .footer-col h4 {
    text-align: left !important;
    width: 100% !important;
  }

  .footer-col p {
    text-align: left !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .footer-links {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .footer-contact,
  .footer-contact-item {
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
  }

  .lux-socials {
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    width: 100% !important;
  }

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

  .footer-center h2 {
    font-size: 34px !important;
  }

  /* Footer bottom elements collapse adapted from responsive.css */
  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 10px !important;
    padding: 20px 16px !important;
    margin-top: 30px !important;
  }

  .footer-meta {
    display: block !important;
    text-align: center !important;
    font-size: 11.5px !important;
  }

  .footer-meta-item {
    display: block !important;
    margin-bottom: 6px !important;
  }

  .footer-meta .dot-sep {
    display: none !important;
  }

  .footer-copy {
    text-align: center !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}

/* --- 640px (Small Tablet Portrait / Large Mobile) --- */
@media (max-width: 640px) {
  .hero-section {
    height: 260px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 5rem !important;
    padding-inline: 1.5rem !important;
    z-index: 5 !important;
  }

  .hero-mini-title {
    font-size: 10.5px !important;
    padding: 0.3125rem 0.625rem !important;
    margin-bottom: 0.75rem !important;
    letter-spacing: 1.5px !important;
  }

  .hero-content h1 {
    font-size: 36px !important;
    margin-bottom: 0 !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-grid {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
    padding-inline: 1.25rem !important;
  }

  .blog-card {
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 240px !important;
  }

  .blog-content {
    padding: 1.375rem !important;
  }

  .blog-content h3 {
    font-size: 26px !important;
    margin-bottom: 1rem !important;
  }

  .blog-navbar {
    padding: 1rem !important;
    margin-top: 6rem !important;
    gap: 0.625rem 0.5rem !important;
    border-radius: 1.5rem !important;
  }

  .blog-navbar button,
  .blog-navbar a {
    font-size: 13.5px !important;
    padding: 8px 14px !important;
  }

  .footer-center h2 {
    font-size: 28px !important;
  }
}

/* --- 480px (Standard Mobile Screen) --- */
@media (max-width: 480px) {
  .floating-logo {
    top: 20px !important;
    left: 20px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
  }

  .floating-logo img {
    width: 32px !important;
  }

  .mobile-menu-toggle {
    top: 20px !important;
    right: 20px !important;
  }

  .hero-section {
    height: 240px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 4.25rem !important;
    padding-inline: 1.25rem !important;
    z-index: 5 !important;
  }

  .hero-mini-title {
    font-size: 10px !important;
    padding: 0.25rem 0.5rem !important;
    margin-bottom: 0.625rem !important;
    letter-spacing: 1px !important;
  }

  .hero-content h1 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 210px !important;
  }

  .blog-content {
    padding: 1.25rem !important;
  }

  .blog-category {
    margin-bottom: 0.75rem !important;
  }

  .blog-content h3 {
    font-size: 24px !important;
    margin-bottom: 0.875rem !important;
  }

  .blog-meta {
    font-size: 13px !important;
    margin-bottom: 1.125rem !important;
  }

  .blog-navbar {
    margin-top: 6.5rem !important;
    gap: 0.625rem 0.375rem !important;
    padding: 0.875rem 0.625rem !important;
  }

  .blog-navbar button,
  .blog-navbar a {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  .footer-center h2 {
    font-size: 26px !important;
  }
}

/* --- 430px (Medium Mobile Screen) --- */
@media (max-width: 430px) {
  .hero-content {
    padding-top: 4rem !important;
  }

  .hero-content h1 {
    font-size: 28px !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 195px !important;
  }

  .blog-content h3 {
    font-size: 23px !important;
  }

  .blog-navbar {
    margin-top: 6.75rem !important;
    gap: 0.5rem 0.375rem !important;
    padding: 0.875rem !important;
  }

  .blog-navbar button,
  .blog-navbar a {
    font-size: 12.5px !important;
    padding: 7px 10px !important;
  }
}

/* --- 414px (Mobile Large - iPhone Plus/Max) --- */
@media (max-width: 414px) {
  .floating-logo {
    top: 16px !important;
    left: 16px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 14px !important;
  }

  .floating-logo img {
    width: 28px !important;
  }

  .mobile-menu-toggle {
    top: 16px !important;
    right: 16px !important;
  }

  .hero-section {
    height: 220px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 3.75rem !important;
    z-index: 5 !important;
  }

  .hero-content h1 {
    font-size: 27px !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-grid {
    padding: 1rem 0.75rem 4rem !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 190px !important;
  }

  .blog-content h3 {
    font-size: 22px !important;
  }

  .blog-navbar {
    margin-top: 7rem !important;
    margin-bottom: 2rem !important;
    gap: 0.5rem 0.375rem !important;
    padding: 0.875rem 0.5rem !important;
  }

  .whatsapp-float-wrapper {
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .whatsapp-float-btn {
    width: 3rem !important;
    height: 3rem !important;
  }

  .scroll-top-btn {
    width: 42px !important;
    height: 42px !important;
    right: 16px !important;
    bottom: 16px !important;
    border-radius: 12px !important;
  }

  .footer-center h2 {
    font-size: 24px !important;
  }

  .footer-center p {
    font-size: 14px !important;
  }
}

/* --- 390px (Standard Compact Mobile - iPhone 12/13/14) --- */
@media (max-width: 390px) {
  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content h1 {
    font-size: 25px !important;
    z-index: 5 !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 180px !important;
  }

  .blog-content h3 {
    font-size: 21px !important;
  }

  .blog-navbar {
    margin-top: 7rem !important;
    gap: 0.5rem 0.375rem !important;
  }

  .blog-content h3 {
    font-size: 19px !important;
  }
}

/* --- 375px (Compact Mobile - iPhone SE) --- */
@media (max-width: 375px) {
  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content h1 {
    font-size: 24px !important;
    z-index: 5 !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 175px !important;
  }

  .blog-content h3 {
    font-size: 20px !important;
  }

  .blog-navbar {
    margin-top: 7.25rem !important;
    gap: 0.5rem 0.375rem !important;
    padding: 0.75rem 0.375rem !important;
  }

  .blog-navbar button,
  .blog-navbar a {
    font-size: 12px !important;
    padding: 6px 8px !important;
  }
}

/* --- 360px (Standard Android Compact) --- */
@media (max-width: 360px) {
  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content h1 {
    font-size: 23px !important;
    z-index: 5 !important;
  }

  .blog-card img,
  .blog-card .image-overlay {
    height: 170px !important;
  }

  .blog-content h3 {
    font-size: 19px !important;
  }

  .blog-navbar {
    margin-top: 7.25rem !important;
    gap: 0.5rem 0.375rem !important;
  }

  .blog-content h3 {
    font-size: 18px !important;
  }

  .footer-center h2 {
    font-size: 22px !important;
  }
}

/* --- 320px (Extra Compact Mobile - iPhone 5/SE Gen 1) --- */
@media (max-width: 320px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .hero-section {
    height: 200px !important;
  }

  .hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.40),
      rgba(255, 255, 255, 0.22)
    ) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .hero-content {
    padding-top: 3.5rem !important;
    padding-inline: 1rem !important;
    z-index: 5 !important;
  }

  .hero-content h1 {
    font-size: 21px !important;
  }

  .hero-content p {
    display: none !important;
  }

  .blog-content h3 {
    font-size: 17px !important;
  }

  .blog-navbar {
    margin-top: 7.5rem !important;
    gap: 0.5rem 0.25rem !important;
    padding: 0.625rem 0.25rem !important;
  }

  .blog-navbar button,
  .blog-navbar a {
    font-size: 11px !important;
    padding: 5px 6px !important;
  }

  .footer-center h2 {
    font-size: 20px !important;
  }
}

/* Fix Contact Us section alignment in the footer on mobile and tablet */
@media (max-width: 1024px) {
    .lux-footer .footer-col:nth-child(2) {
        justify-self: start !important;
        margin-left: 0 !important;
    }
    .lux-footer .footer-col:nth-child(2) p {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 8px !important;
    }
    .lux-footer .footer-col:nth-child(2) p i {
        width: 16px !important;
        text-align: center !important;
        flex-shrink: 0 !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

