
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      background: #050406;
      color: #f5f5f5;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    /* HEADER */
    header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(15, 0, 0, 0.96);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .header-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .logo {
      font-weight: 800;
      font-size: 22px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #ffcf40;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .logo i {
      font-size: 20px;
    }

    nav ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      gap: 20px;
    }

    nav a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.08em;
      opacity: 0.9;
    }

    nav a:hover {
      opacity: 1;
      color: #ffcf40;
    }

    .header-cta {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .btn-small {
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      border: 1px solid rgba(255, 255, 255, 0.25);
    }

    .btn-small.primary {
      background: linear-gradient(135deg, #ff4b4b, #ff9a3c);
      border: none;
      color: #fff;
    }

    .btn-small.primary i {
      margin-left: 6px;
    }

    .hamburger {
      display: none;
      font-size: 22px;
      cursor: pointer;
    }

    /* MOBILE SIDEBAR */
    .overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.65);
      z-index: 900;
    }

    .sidebar {
      position: fixed;
      top: 0;
      right: -260px;
      width: 260px;
      height: 100%;
      background: #210005;
      box-shadow: -6px 0 20px rgba(0, 0, 0, 0.6);
      padding-top: 60px;
      transition: right 0.35s ease;
      z-index: 1001;
    }

    .sidebar a {
      display: block;
      padding: 14px 24px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 13px;
    }

    .sidebar a:hover {
      background: rgba(255, 255, 255, 0.05);
    }

    .sidebar .closebtn {
      position: absolute;
      top: 10px;
      right: 18px;
      border: none;
      font-size: 30px;
      background: none;
    }

    /* HERO / SEARCH */
    .hero {
      background: radial-gradient(circle at top left, #ff3b6e 0, #3b0010 35%, #050406 80%);
      padding: 40px 16px 50px;
    }

    .hero-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 3fr 2fr;
      gap: 32px;
      align-items: center;
    }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.4);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 10px;
    }

    .hero-tag span.badge {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #23ff90;
    }

    .hero h1 {
      font-size: 32px;
      line-height: 1.3;
      margin: 0 0 10px;
    }

    .hero h1 span {
      color: #ffcf40;
    }

    .hero-sub {
      font-size: 14px;
      opacity: 0.9;
      max-width: 480px;
      margin-bottom: 18px;
    }

    .hero-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      margin-bottom: 22px;
      font-size: 13px;
    }

    .hero-stats div {
      display: flex;
      flex-direction: column;
    }

    .hero-stats strong {
      font-size: 18px;
      font-weight: 700;
    }

    .hero-stats span {
      opacity: 0.8;
    }

    .search-box {
      background: rgba(2, 0, 8, 0.9);
      border-radius: 16px;
      padding: 10px;
      display: flex;
      gap: 10px;
      align-items: center;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
      max-width: 540px;
    }

    .search-box select {
      flex: 1;
      border: none;
      padding: 12px;
      border-radius: 10px;
      font-size: 14px;
      outline: none;
      background: #100815;
      color: #f5f5f5;
    }

    .search-box button {
      border: none;
      padding: 12px 18px;
      border-radius: 12px;
      background: linear-gradient(135deg, #ff4b4b, #ff9a3c);
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 600;
    }

    .search-note {
      margin-top: 10px;
      font-size: 12px;
      opacity: 0.85;
    }

    .hero-right-card {
      border-radius: 20px;
      background: radial-gradient(circle at top, #ffcf40 0, #702416 45%, #050406 100%);
      padding: 18px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .hero-right-card h3 {
      margin: 0;
      font-size: 18px;
    }

    .hero-right-card p {
      margin: 0;
      font-size: 13px;
      opacity: 0.9;
    }

    .hero-right-meta {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      opacity: 0.9;
    }

    .hero-right-video {
      margin-top: 10px;
      border-radius: 14px;
      overflow: hidden;
      border: 2px solid rgba(0, 0, 0, 0.4);
    }

    .hero-right-video video {
      display: block;
      width: 100%;
      height: auto;
    }

    /* BREADCRUMB */
    .breadcrumb {
      background: #0c0507;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      padding: 8px 16px;
    }

    .breadcrumb-inner {
      max-width: 1100px;
      margin: 0 auto;
      font-size: 12px;
      color: #f3c24a;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .breadcrumb a {
      color: #f3c24a;
    }

    .breadcrumb span {
      opacity: 0.8;
    }

    /* MAIN CONTAINER */
    .section {
      max-width: 1100px;
      margin: 30px auto;
      padding: 0 16px;
    }

    .pill-note {
      font-size: 13px;
      background: rgba(255, 255, 255, 0.06);
      border-radius: 999px;
      padding: 6px 12px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
    }

    .pill-note i {
      font-size: 12px;
      color: #ffcf40;
    }
    
    .highlight-box {
        position: relative;
        background: linear-gradient(135deg, #3f0710, #60181f);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
        margin-bottom: 24px;
    
        overflow: hidden;   /* REQUIRED */
        padding: 20px;         /* REMOVE padding */
    }
    .highlight-box h2 {
      margin: 0 0 8px;
      font-size: 40px;
    }
    .highlight-box h3 {
      margin: 0 0 8px;
      font-size: 25px;
    }
    .highlight-box p {
      margin: 0;
      font-size: 16px;
      line-height: 1.6;
      opacity: 0.95;
    }

    .highlight-actions {
      margin-top: 14px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .btn-ghost {
      border-radius: 999px;
      border: 1px dashed rgba(255, 255, 255, 0.5);
      padding: 8px 14px;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .btn-ghost i {
      margin-right: 6px;
    }

    /* SERVICE GRID */
    .section-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 12px;
      margin-bottom: 16px;
    }
    
    .section-header h2 {
      margin: 0;
      font-size: 22px;
    }
    
    .section-header span {
      font-size: 13px;
      opacity: 0.8;
    }
    
    .service-grid {
      display: grid;
      /* Default: 4 columns for Desktop */
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    
    .card {
      background: #16070f;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
      position: relative;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.7);
    }
    
    .card img {
      display: block;
      width: 100%;
      /* --- FIXED HERE --- */
      aspect-ratio: 3 / 4;
      object-fit: cover; /* Ensures image covers area without stretching */
      object-position: top; /* Focuses on the face/top of image */
      background: #050406;
    }
    
    .tag-verified {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 4px 10px;
      font-size: 11px;
      font-weight: 700;
      border-radius: 999px;
      background: #10b981;
      color: #020617;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    
    .card-body {
      padding: 10px 12px 12px;
    }
    
    .card-title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 2px;
      color: #fff; /* Added white color for visibility on dark bg */
    }
    
    .card-meta {
      font-size: 12px;
      opacity: 0.8;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 4px;
      margin-bottom: 6px;
      color: #fff;
    }
    
    .rating {
      font-size: 12px;
      color: #ffcf40;
    }
    
    .card-footer {
      display: flex;
      margin-top: 8px;
      gap: 8px;
    }
    
    .btn-card {
      flex: 1;
      padding: 8px;
      border-radius: 10px;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      text-decoration: none;
    }
    
    .btn-call {
      background: #dc2626;
      color: #fff;
    }
    
    .btn-wa {
      background-color: #25D366; /* WhatsApp green */
      color: #000000;            /* BLACK text = highest contrast */
      font-weight: 600;
      border: 2px solid #25D366;
    }
    .btn-wa:hover,
    .btn-wa:focus {
      background-color: #1EBE5D; /* darker green */
      color: #000000;
    }
    
    /* --- NEW MOBILE RESPONSIVE CODE --- */
    
    @media (max-width: 900px) {
        /* For Tablets: 3 Columns */
        .service-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    
    @media (max-width: 600px) {
        /* For Mobile: 2 Columns */
        .service-grid {
            grid-template-columns: repeat(1, minmax(0, 2fr));
            gap: 12px; /* Smaller gap for mobile */
        }
        
        /* Slightly smaller image on mobile to fit screen better */
        .card img {
            height: 320px; 
        }
        
        .card-title {
            font-size: 14px;
        }
    }
    /* VIDEO SECTION */
    .video-section {
      margin-top: 40px;
    }

    .video-shell {
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      padding: 16px;
      background: radial-gradient(circle at top, #3b0716, #050406 70%);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
    }

    .video-shell-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      font-size: 13px;
      opacity: 0.9;
    }

    .video-shell-header span strong {
      font-size: 14px;
    }

    .video-shell-inner {
      border-radius: 14px;
      overflow: hidden;
    }

    .video-shell video {
      width: 100%;
      display: block;
    }

/* CTA Wrapper */
.mobile-cta {
  display: none;
}


    /* TABLES */
    .table-block {
      margin-top: 40px;
    }

    .table-title {
      background: #facc15;
      color: #111827;
      padding: 10px 14px;
      font-weight: 700;
      border-radius: 10px 10px 0 0;
      font-size: 16px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      background: #1f0a12;
      border-radius: 0 0 10px 10px;
      overflow: hidden;
      font-size: 14px;
    }

    th,
    td {
      padding: 10px 12px;
      border-bottom: 1px solid rgba(250, 204, 21, 0.2);
    }

    th {
      background: rgba(250, 204, 21, 0.12);
      text-align: left;
      font-weight: 600;
      color: #facc15;
    }

    tr:last-child td {
      border-bottom: none;
    }

    /* TAGS */
    .tags-section {
      margin-top: 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding-top: 20px;
    }

    .tags-title {
      font-size: 18px;
      color: #e5e5e5;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .tags-container {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag-btn {
      font-size: 12px;
      font-weight: 600;
      padding: 6px 10px;
      border-radius: 999px;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .tag-pink {
      background: #fecaca;
      color: #111827;
    }

    .tag-blue {
      background: #bfdbfe;
      color: #111827;
    }

    .tag-green {
      background: #bbf7d0;
      color: #111827;
    }

    .tag-purple {
      background: #e9d5ff;
      color: #111827;
    }

    .tag-orange {
      background: #fed7aa;
      color: #111827;
    }

    .tag-grey {
      background: #e5e7eb;
      color: #111827;
    }

    .tag-cyan {
      background: #bae6fd;
      color: #111827;
    }

    /* FAQ */
    .faq-section {
      margin-top: 40px;
      background: linear-gradient(135deg, #3f0710, #60181f);
      border-radius: 18px;
      padding: 20px 18px;
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .faq-title {
      font-size: 20px;
      margin: 0 0 16px;
    }

    .faq-item {
      margin-bottom: 16px;
    }

    .faq-question {
      background: #f9fafb;
      color: #111827;
      border-radius: 10px;
      padding: 10px 12px;
      font-weight: 600;
      font-size: 14px;
      cursor: default;
    }

    .faq-answer {
      margin-top: 6px;
      font-size: 13px;
      line-height: 1.6;
      opacity: 0.9;
      padding-left: 4px;
    }

    /* LOCATIONS */
    .locations-section {
      margin-top: 40px;
      background: linear-gradient(135deg, #3f0710, #60181f);
      border-radius: 18px;
      padding: 20px 18px;
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .locations-section h2 {
      margin: 0 0 12px;
      font-size: 18px;
    }

    .locations-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .loc-btn {
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 600;
      text-transform: capitalize;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    }

    .btn-red {
      background: #f97373;
      color: #111827;
    }

    .btn-green {
      background: #4ade80;
      color: #052e16;
    }

    .btn-blue {
      background: #60a5fa;
      color: #0b1120;
    }

    .btn-pink {
      background: #fb7185;
      color: #111827;
    }

    .btn-orange {
      background: #fdba74;
      color: #111827;
    }

    .btn-purple {
      background-color: #6A1B9A; /* deep purple */
      color: #FFFFFF;           /* white text */
      font-weight: 600;
      border: 2px solid #6A1B9A;
    }

    .btn-cyan {
      background: #22d3ee;
      color: #083344;
    }

    /* FOOTER */
    footer {
      margin-top: 50px;
      background: #020617;
      padding: 20px 16px 80px; /* extra bottom for sticky bar */
      font-size: 12px;
      color: #9ca3af;
    }

    footer .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }

    /* STICKY CALL/WA BAR */
    .sticky-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      z-index: 9999;
    }

    .sticky-btn {
      flex: 1;
      text-align: center;
      padding: 12px 8px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #fff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    .sticky-call {
      background: #b91c1c;
    }

    .sticky-wa {
      background-color: #25D366;
      color: #000000;
      font-weight: 700;
      border: 2px solid #b91c1c;
      box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    }
    .sticky-wa:hover,
    .sticky-wa:focus {
      background-color: #1EBE5D; /* darker green */
      color: #000000;
    }
    
    .sticky-wa:focus-visible {
      outline: 3px solid #ffffff;
      outline-offset: 3px;
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
      .hero-inner {
        grid-template-columns: 1fr;
      }

      .hero-right-card {
        max-width: 420px;
        margin: 0 auto;
      }

      .service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      nav ul {
        display: none;
      }

      .header-cta {
        display: none;
      }

      .hamburger {
        display: block;
      }

      .hero {
        padding-top: 26px;
      }

      .hero h1 {
        font-size: 26px;
      }

      .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .card img {
        height: 480px;
      }

      .locations-section,
      .faq-section {
        padding: 18px 14px;
      }

      .tags-container {
        gap: 6px;
      }
    }

    @media (max-width: 480px) {
      .service-grid {
        grid-template-columns: 1fr;
      }

      .hero-stats {
        gap: 10px;
      }

      .search-box {
        flex-direction: column;
        align-items: stretch;
      }

      .sticky-btn {
        font-size: 12px;
        padding: 10px 4px;
      }
    }
    /* --- NEW FOOTER STYLES --- */
        /* --- NEW FOOTER STYLES --- */
        .main-footer {
          background: #0f0205; /* Very dark red/black */
          border-top: 3px solid #ffcf40; /* Gold border top */
          padding: 60px 16px 100px; /* Extra bottom padding for sticky buttons */
          color: #d1d5db;
          font-size: 14px;
          margin-top: 60px;
        }
        
        .footer-container {
          max-width: 1100px;
          margin: 0 auto;
        }
        
        .footer-grid {
          display: grid;
          grid-template-columns: 1.5fr 1fr 1fr 1fr;
          gap: 30px;
        }
        
        /* Column Styles */
        .footer-col h3 {
          color: #fff;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          margin-top: 0;
          margin-bottom: 20px;
          border-left: 3px solid #dc2626;
          padding-left: 10px;
        }
        
        .footer-logo {
          font-size: 20px;
          font-weight: 800;
          color: #ffcf40;
          margin-bottom: 15px;
          display: flex;
          align-items: center;
          gap: 8px;
        }
        
        .footer-desc {
          line-height: 1.6;
          opacity: 0.8;
          margin-bottom: 20px;
        }
        
        .footer-socials {
          display: flex;
          gap: 12px;
        }
        
        .footer-socials a {
          width: 36px;
          height: 36px;
          background: rgba(255, 255, 255, 0.1);
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          transition: 0.3s;
          color: #fff;
        }
        
        .footer-socials a:hover {
          background: #ffcf40;
          color: #000;
        }
        
        /* Links List */
        .footer-links {
          list-style: none;
          padding: 0;
          margin: 0;
        }
        
        .footer-links li {
          margin-bottom: 10px;
        }
        
        .footer-links a {
          color: #9ca3af;
          transition: 0.2s;
          display: block;
        }
        
        .footer-links a:hover {
          color: #ffcf40;
          padding-left: 5px;
        }
        
        /* Two Column Links for Locations */
        .two-col-links {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 0 10px;
        }
        
        /* Contact List */
        .footer-contact {
          list-style: none;
          padding: 0;
          margin: 0;
        }
        
        .footer-contact li {
          display: flex;
          gap: 10px;
          margin-bottom: 14px;
          align-items: flex-start;
        }
        
        .footer-contact i {
          color: #ffcf40;
          margin-top: 3px;
        }
        
        /* Bottom Section */
        .footer-divider {
          height: 1px;
          background: rgba(255, 255, 255, 0.1);
          margin: 40px 0 20px;
        }
        
        .footer-bottom {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          gap: 20px;
        }
        
        .legal-text p {
          margin: 0 0 5px;
          font-size: 12px;
          opacity: 0.7;
        }
        
        .legal-links {
          display: flex;
          gap: 15px;
        }
        
        .legal-links a {
          font-size: 12px;
          color: #9ca3af;
          text-decoration: underline;
        }
        
        /* Footer Responsive */
        @media (max-width: 900px) {
          .footer-grid {
            grid-template-columns: 1fr 1fr;
          }
        }
        
        @media (max-width: 600px) {
          .footer-grid {
            grid-template-columns: 1fr;
            gap: 40px;
          }
          
          .footer-bottom {
            flex-direction: column;
            text-align: center;
          }
          
          .two-col-links {
            grid-template-columns: 1fr 1fr; /* Keep 2 cols for locations even on mobile to save space */
          }
        }
        .age-modal {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }
        
        .age-box {
            max-width: 420px;
            background: linear-gradient(135deg, #3f0710, #60181f);
            padding: 30px;
            border-radius: 18px;
            text-align: center;
            color: #fff;
            box-shadow: 0 20px 50px rgba(0,0,0,0.7);
            border: 1px solid rgba(255,255,255,0.15);
        }
        
        .age-box h2 {
            margin-bottom: 12px;
        }
        
        .age-box p {
            font-size: 14px;
            line-height: 1.6;
            opacity: 0.9;
        }
        
        .age-actions {
            display: flex;
            gap: 12px;
            margin-top: 20px;
        }
        
        .age-actions button {
            flex: 1;
            padding: 12px;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            font-weight: 600;
        }
        
        .btn-yes {
            background: #d4af37;
            color: #000;
        }
        
        .btn-no {
            background: #111;
            color: #fff;
            border: 1px solid rgba(255,255,255,0.3);
        }
        .sr-only {
              position: absolute;
              width: 1px;
              height: 1px;
              padding: 0;
              margin: -1px;
              overflow: hidden;
              clip: rect(0, 0, 0, 0);
              white-space: nowrap;
              border: 0;
            }
            
        .sticky-footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            display: flex;
            z-index: 9999;
        }
        .sticky-btn {
            flex: 1;
            text-align: center;
            padding: 15px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
        }
        .sticky-btn.sticky-call {
        background-color: #b30000; /* deep red */
        color: #ffffff;            /* white text */
        border: 2px solid #b30000;
    }
        .sticky-btn.sticky-call:hover,
        .sticky-btn.sticky-call:focus,
        .sticky-btn.sticky-call:visited {
            background-color: #990000;
            color: #ffffff;
        }


        
        .sticky-btn.sticky-wa {
        background-color: #25D366; /* WhatsApp green */
        color: #000000;            /* black text (max contrast) */
        border: 2px solid #25D366;
    }
        .sticky-btn.sticky-wa:hover,
        .sticky-btn.sticky-wa:focus,
        .sticky-btn.sticky-wa:visited {
            background-color: #1EBE5D;
            color: #000000;
        }