/*
Theme Name: CompanyConnect
Theme URI: https://companyconnect.tech
Author: Hassan Mwasisebe
Author URI: https://mamero.co.za
Description: Custom Business Automation & CRM WordPress Theme
Version: 1.1
*/

/* === Reveal Animation System === */
.reveal {
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.cta-section.reveal {
  transition: opacity 0.65s ease, transform 0.65s ease;
}

/* === Mobile Section Title Clearance === */
@media (max-width: 991px) {
  .page-content-area,
  .chy-page-content,
  .services-details-area,
  .industries-area,
  .work-area,
  .pricing-area,
  .contact-page-area {
    padding-top: 108px !important;
  }

  .page-content-area .entry-content > h1:first-child,
  .chy-breadcrumb-area,
  .chy-breadcrumb-title {
    margin-top: 0 !important;
  }
}

/* === Floating Button Safety on Mobile === */
@media (max-width: 991px) {
  /* Ensure touch satellite never intercepts taps */
  #cc-touch-satellite {
    pointer-events: none !important;
    z-index: 9990 !important;
  }

  /* Rai + WhatsApp safe zone — always below menu z-index */
  #rai-widget-btn {
    z-index: 99990 !important;
  }

  .whatsapp-float {
    z-index: 99989 !important;
  }

  /* Mobile menu must be above floating buttons */
  #mobileMenu,
  .cc-mobile-menu {
    z-index: 99995 !important;
  }
}

/* === CTA Button Safety on Mobile === */
@media (max-width: 575px) {
  .hero-cta-row .btn,
  .cta-section .btn,
  .btn-cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.95rem 1.25rem;
    font-size: 0.97rem;
    white-space: normal;
  }

  .hero-cta-row {
    gap: 0.75rem !important;
  }
}

/* === Cursor elements hidden on touch === */
@media (hover: none), (pointer: coarse) {
  .cursor-dot,
  .cursor-ring,
  .ring-1,
  .ring-2 {
    display: none !important;
  }
}