/*
Theme Name: Hold4rom Theme
Theme URI: https://h4r.biz
Author: Hold4rom
Author URI: https://h4r.biz
Description: WordPress theme generated from the Hold4rom HTML template while preserving the original header and footer structure.
Version: 1.7
Text Domain: hold4rom-theme
*/

/* Reduce oversized homepage CTA without altering the source HTML template */
.home .cta-btn-area6 .btn-area a {
  font-size: 96px;
  line-height: 1.05;
  letter-spacing: -1.6px;
}

@media (max-width: 1024px) {
  .home .cta-btn-area6 .btn-area a {
    font-size: 72px;
  }
}

@media (max-width: 767px) {
  .home .cta-btn-area6 .btn-area a {
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -0.6px;
  }
}

/* Keep the homepage sticky header transparent while scrolling */
.home .homepage4-menu .header-sticky {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.home .homepage4-menu .header-sticky .container.headerfix {
  background: transparent !important;
}

.home .homepage4-menu .header-sticky .row-bg1 {
  background: rgba(7, 10, 14, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
}

@media (max-width: 991px) {
  .home .homepage4-menu .header-sticky {
    padding: 0 !important;
  }

  .home .homepage4-menu .header-sticky .row-bg1 {
    border-radius: 0 !important;
  }
}
