/* ==================================================
   MOBILE OPTIMIZATION STYLESHEET (Victor - 2025)
   Optimizes W3Layouts blog template for phones/tablets
   ================================================== */

html, body {
  overflow-x: hidden;
  font-size: 95%;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

/* ---------- GLOBAL LAYOUT ---------- */
.container,
.row,
.content,
.about-content,
.contact-content,
.single {
  width: 100% !important;
  padding: 0 14px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* Remove floats and enforce stacking */
.logo,
.top-menu,
.search,
.content-main,
.side-content,
.footer,
.about-grid,
.about-grid2,
.who-iam,
.man-info,
.man-pic,
.contact-map,
.company_address {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  display: block;
  clear: both;
}

/* ---------- HEADER & MENU ---------- */
.logo {
  text-align: center;
  margin: 0 auto 10px;
}
.logo img {
  max-width: 150px;
  height: auto;
}
.top-menu {
  text-align: center;
  margin: 10px auto;
}
.top-menu span.menu {
  display: block;
  background: #00aeff;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.top-menu ul {
  display: none;
  list-style: none;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 8px;
}
.top-menu ul li {
  display: block;
  border-bottom: 1px solid #f5f5f
