/*
Theme Name: Softgen
Theme URI: https://wp.dynamiclayers.net/softgen
Author: DynamicLayers
Author URI: https://themeforest.net/user/dynamiclayers
Description: Softgen is a Software and Technology WordPress theme. Specially designed for Software Agency and IT Solution provider representing a software company with innovative technologies.
Version: 1.0.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: softgen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* 顶部主菜单字体样式 */
.navigation-menu .main-menu > li > a {
  font-size: 18px !important;          /* 字体大小（你可以改为 15 或 17） */
  font-family: 'Poppins', sans-serif; /* 字体族，可换成 Montserrat, Inter 等 */
  font-weight: 400;                   /* 字重，400=正常，500=偏粗 */
  letter-spacing: 0.5px;              /* 字间距，适合品牌风格 */
  color: #000 !important;             /* 字体颜色，按你的网站主题来定 */
  text-transform: none;               /* 不要强制大写 */
}
/* Footer Logo 图片宽度 */
.footer-widget-items.widget-col-3 .widget-brand img {
  width: 160px !important;
  height: auto;
}

/* Footer 区块整体字体白色 */
.footer-widget-items.widget-col-3,
.footer-widget-items.widget-col-3 h2.widget-title,
.footer-widget-items.widget-col-3 .menu-footer-links-container a,
.footer-widget-items.widget-col-3 .contact-info-list li,
.footer-widget-items.widget-col-3 .contact-info-list li .list-text,
.footer-widget-items.widget-col-3 .contact-info-list li a.list-text {
  color: #ffffff !important;
}

/* Footer 链接 hover 效果 */
.footer-widget-items.widget-col-3 .menu-footer-links-container a:hover,
.footer-widget-items.widget-col-3 .contact-info-list li a.list-text:hover {
  color: #dddddd !important;
}
/* Footer 左侧文字（介绍公司）变白色 */
.footer-widget-items.widget-col-3 .widget_softgen_about_widget p {
  color: #ffffff !important;
}
.cta-content h3 {
  font-family: 'Poppins', sans-serif !important;
}