@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-size: 16px;
}
body {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(0,0,0,.55);
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
a{
  color: rgba(0,0,0,.55);
  font-weight: 400;
}
section{
  padding-top: 50px;
  padding-bottom: 50px;
}
#intro-section{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav li a {
  padding: 0 0 0 15px;
  text-align: left;
}
.navbar-brand img{
  width: 50px;
}
.logo-tagline{
  display: grid;
}
.logo-tagline p{
  margin-bottom: 0;
}
.navbar-brand h3{
  color: #707070;
  margin-bottom: 0;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  width: 250px;
}
#menu-main-menu {
  margin-top: 40px;
  display: inherit;
}
#menu-main-menu li{
  float: left;
}
.contact-btn-top {
  margin-right: 10px;
  float: right;
}
.contact-btn-top a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: #fff;
  padding: 5px 20px;
  border: 1px solid #707070;
  color: #707070;
}
.contact-btn-top a:hover {
  background: #212529;
  color: #fff;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 60px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.hero-content h2 {
  font-size: 48px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
}
.hero-content p {
  font-size: 21px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
}
.service-heading{
  font-size: 24px;
  margin-bottom: 50px;
}
.about-content-details h3{
  font-size: 18px;
  margin-bottom: 20px;
  color: #707070;
}
.about-content-details p {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  color: #707070;
  line-height: 22px;
  font-weight: 400;
}
.about-content h3{
  font-size: 20px;
  margin-bottom: 20px;
  color: #707070;
}
.requirement-company-info h3{
  font-size: 20px;
  margin-bottom: 20px;
  color: #707070;
  font-weight: 400;
}
.service-content-details img{
  width: 100%;
}
.service-content-details h3{
  margin-top: 20px;
  font-size: 16px;
}
.service-content-details h3 a{
  text-decoration: none;
}
.read-more a{
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline !important;
}
.about-content-details .read-more{
  display: block;
  margin-top: 50px;
}
.company-image img{
  width: 100%;
}
.blog-details h3{
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-details img {
  width: 100%;
}
.intro-list li {
  float: left;
  padding: 0px 40px 0 0px;
  font-size: 22px;
  font-weight: 400;
}
.intro-list li:first-child{
  list-style: none;
}
.features-banner-info h3{
  font-weight: 400;
  font-size: 24px;
}
.features-banner-info p {
  width: 650px;
  text-align: left;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 24px;
}
/* Service page css */
.service-banner-info h3{
  text-align: center;
  margin-bottom: 50px;
}
.service-info img {
  width: 100%;
}
.service-info h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.price-btn a, .inquery-btn a {
  border: 1px solid;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 25px;
}

.price-btn a:hover, .inquery-btn a:hover {
  background: #212529;
  color: #fff;
}

.price-btn a i, .inquery-btn a i{
  float: right;
  margin-top: 10px;
}
.service-btn a{
  border: 1px solid;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 15px;
}
.service-btn a:hover {
  background: #212529;
  color: #fff;
}
.service-btn a i{
  float: right;
  margin-top: 10px;
}

/* Contact Page */
.contact-form input,.contact-form textarea{
  border: 1px solid #707070;
  border-radius: 0px;
}
.contact-form .form-check-input[type=radio] {
  border-radius: 50%;
  margin-top: 8px;
}
.contact-form .form-check-input[type=checkbox] {
  margin-top: 8px;
}
.radio-label p{
  margin-bottom: 0;
}
.contact-form .form-label{
  margin-bottom: 0;
}
.terms-conditions-info {
  border: 1px solid;
  padding: 10px;
}
.terms-conditions-info p{
  line-height: 22px;
}
.terms-conditions-info ul {
  margin-left: -10px;
}
.terms-conditions-info ul li{
  line-height: 22px;
}
.contact-form-btn{
  width: 300px;
  margin: 0 auto;
}
.contact-form ::placeholder {
  color: #ddd;
  opacity: 1; /* Firefox */
}

.contact-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ddd;
}
.contact-form-btn:hover {
  background: #212529;
  color: #fff;
}

/* Contact Information */
.company-information p{
  line-height: 28px;
}
.company-profile-list p{
  line-height: 22px;
  margin-top: 10px;
}
.arrow-down-icon img{
  width: 90px;
  margin: 0 auto;
  display: block;
}
.InnoTech-btn a {
  text-decoration: none;
  border: 1px solid;
  width: 300px;
  display: block;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  margin-top: 20px;
}
.InnoTech-btn a:hover {
  background: #212529;
  color: #fff;
}
.company-info-details-list td {
  padding: 20px 15px;
  border-bottom: 1px solid;
}
.service-price-name h2, .service-price-name h4, .service-price-content h4{
  font-weight: 400;
}
.service-price-name span {
  font-size: 12px;
}
.compare-company-title h4{
  text-align: center;
  margin-bottom: 70px;
  font-weight: 400;
  line-height: 35px;
}
.first-company-info-details h4{
  font-weight: 400;
  font-size: 18px;
}
.first-company-info-details ul{
  margin-left: -30px;
}
.first-company-info-details ul li{
  list-style: none;
}

#company-area-section {
  margin-bottom: 100px;
}
.service-banner-info img{
  display: block;
  margin: 0 auto;
  width: 100%;
}
.primary-btn-list a{
  width: 100% !important;
}


.lod-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  height: 100%;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.lod-card:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.lod-card img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 15px;
}
.lod-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.lod-subtitle {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 10px;
}
.lod-text {
  font-size: 0.9rem;
  text-align: justify;
  color: #555;
  line-height: 22px;
}


.bim-image img {
  align-items: center;
  width: 100%;
}
.bim-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.bim-price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #555;
}
.bim-tax {
  font-size: 0.9rem;
  color: #888;
  margin-left: 5px;
}
.bim-data {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #555;
}
.bim-info p {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: #666;
}

.company-section {
  padding: 80px 0;
  text-align: center;
}

.company-box {
  border: 1px solid #ccc;
  padding: 25px 20px;
  background: #fff;
  height: 100px;
  transition: box-shadow 0.3s ease;
  text-align: center;
  align-items: center;
  display: grid;
  margin-bottom: 10px;
}

.company-box:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.company-box h6 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.company-box p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.arrow-down {
  font-size: 2rem;
  color: #aaa;
  margin: 40px 0;
}

.main-company {
  border: 1px solid #ccc;
  padding: 30px;
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
/* Footer Css  */

.footer {
    background-color: #ddd;
    padding: 40px 0;
    font-size: 14px;
}
.footer a {
    text-decoration: none;
    color: #333;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .btn-custom {
    width: 200px;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 10px 0;
    background: #fff;
    text-decoration: none !important;
}
.footer .btn-custom:hover {
    background: #212529;
    color: #fff;
}
.footer .col-md-4 {
    margin-bottom: 20px;
}

.footer-link ul {
    padding-left: 0;
    list-style: none;
}
.footer-link ul li {
    text-align: left;
}
.testmonial-img {
    width: 100%;
}