/*
Theme Name: GB WhatsApp Pro Landing Page
Theme URI: https://9aleh.app/
Description: Landing page download GB WhatsApp PRO v16.70 dan v21.30 terbaru gratis dengan fitur premium antiban, mode hantu, dan bebas kustomisasi.
Author: 9ALEH
Author URI: https://9aleh.app/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gb-whatsapp-landing
Tags: landing-page, one-column, custom-colors, translation-ready

This stylesheet is designed for the GB WhatsApp Pro WordPress Integration.
It declare theme credentials so that it can be uploaded directly to WordPress under the /wp-content/themes/ folder.
*/

/* Custom smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Inter & Roboto fonts fallback */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f8fafc;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Smooth transiton for accordion and modal */
.transition-accordion {
  transition: max-height 0.3s ease-out, opacity 0.2s ease-out;
}
