/*
Theme Name: Basilico
Theme URI: http://demo.7iquid.net/basilico/
Author: 7iquid
Author URI: http://themeforest.net/user/7iquid
Description: Basilico is the WordPress theme for Restaurant, Cafe, Seafood, Bakery, Bar, Catering, Food business and for personal Chef portfolio website. It is designed with Unique and clean & modern Look. The theme helps you to get your site up and running in less than minutes with the One Click Demo Importer. Create pages easily with the Drag & Drop Page Builder (Elementor Free) and fully responsive, retina ready and easy to customize.
Version: 1.0.1
Tested up to: 8.3
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: basilico
Tags: elementor, cafe, chef, cooking, dishes, fastfood, food, food-store, fruit, meal, pizza, restaurant, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.main-title {
  font-size: 5vw; /* Dynamically adjust font size based on viewport width */
  white-space: nowrap; /* Prevent the title from breaking into multiple lines */
  overflow: hidden; /* Hide any content that overflows the container */
  text-overflow: ellipsis; /* Optional: Add "..." if the title is too long */
  word-wrap: normal; /* Reset word wrapping */
  word-break: normal; /* Prevent breaking the word */
  text-align: center; /* Center-align the title (optional) */
}
