/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 22.0

All css files are placed in /css/ folder
*/

.bar-right-icon{
	  position: relative;
     top: 8px;
     display: block;
     float: left;
     font-size: 23px;
     line-height: 22px;
     margin-right: 5px;
     margin-left: -10px;
}


.content-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.8); /* 半透明黑色遮罩 */
     z-index: 1000;
     display: none;
}


/* 弹出框样式 */
.branch-popup {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: #024c4f;
     color: #ffffff;
     padding: 20px;
     border-radius: 10px;
     text-align: center;
     z-index: 1001;
     width: 80%;
     max-width: 950px;

     display: none;
}
.centre-point-popup {
     text-align: center;
     font-family: Arial, sans-serif;
     color: #ffffff;
     background-color: #024c4f;
     padding: 20px;
     border-radius: 10px;
}

.centre-point-popup h2 {
     font-size: 24px;
     margin-bottom: 10px;
}

.centre-point-popup p {
     font-size: 14px;
     margin-bottom: 20px;
}

.branch-links {
     display: flex;
     justify-content: center;
     gap: 40px;
     margin-bottom: 20px;
}

.branch {
     text-decoration: none;
     color: white;
     display: flex;
     flex-direction: column;
     align-items: center;
}

.branch img {
     width: 50px;
     height: auto;
     margin-bottom: 10px;
}

.branch h3 {
     font-size: 18px;
     margin: 5px 0;
}

.branch p {
     font-size: 14px;
     line-height: 1.2;
     text-align: center;
}

.close-popup {
     /* background-color: #ffffff; */
     color: #024c4f;
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
}