/*
Theme Name: MTT Theme
Theme URI: https://mtt-software.com
Author: MTT Software Company
Author URI: https://mtt-software.com
Description: Custom corporate theme for MTT Software Company - an international software outsourcing company. Built with TailwindCSS, supports multilingual content (EN, VI, DE, AR with RTL), responsive UI, SEO optimization, and high performance.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mtt-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, rtl-language-support
*/

:root {
  --mtt-header-h: 5rem;
}

main#main-content > section:first-of-type {
  min-height: calc(100vh - var(--mtt-header-h));
  min-height: calc(100svh - var(--mtt-header-h));
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.mtt-disable-first-section-fullscreen
  main#main-content
  > section:first-of-type {
  min-height: unset;
  display: block;
}

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

.mtt-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
