/*
Theme Name: Tatweer Theme v2
Theme URI: https://example.com
Author: Automated WP Converter
Author URI: https://example.com
Description: A custom WordPress theme converted from a static real‑estate landing page for a development project in New Cairo.  It loads Tailwind via CDN and uses modern PHP to register assets and menus.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tatweer-theme-v2
*/

/* Additional custom styles copied from the original HTML.  These keep the smooth scrolling and hide the default scrollbars. */
body {
  scroll-behavior: smooth;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Offset the sticky header so it does not clash with the WordPress admin bar. */
/* body.admin-bar header.sticky {
  top: 32px !important;
} */

@media screen and (max-width: 782px) {
  body.admin-bar header.sticky {
    top: 46px !important;
  }
}