/*
Theme Name: Oway Auto
Theme URI: https://owayauto.com
Description: Custom child theme for Oway Auto - Professional Automotive Export
Author: Code Master
Template: astra
Version: 1.0.0
Text Domain: oway-auto
*/

#header {
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #eaf3fb 0%, #f7fbff 48%, #dbeaf6 100%);
  border-bottom: 1px solid rgba(31, 78, 121, 0.16);
}

#header #headerimg {
  min-height: 126px;
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

#header #headerimg h1 {
  margin: 0;
  line-height: 1;
}

#header #headerimg h1 a {
  display: inline-block;
  color: #1f4e79;
  font-size: clamp(50px, 6vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 10px 30px rgba(31, 78, 121, 0.18);
}

#header #headerimg .description {
  display: none;
}

#page > hr {
  display: none;
}
