body {
     margin: 0;
     background:#fff;
     font-family: Arial, sans-serif;
     }

/* Navbar Layout */
.navbar {
    background-color: #060150;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    height: 85px;
    position: relative;
}

  .logo img {
            height: 50px; 
        }

        /* Navigation Menu */
        .nav-links {
            display: flex;  
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-links li {
            position: relative;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            padding: 14px 20px;
            display: block;
        }

        .nav-links a:hover {
            background-color: black;
        }

        /* Dropdown */
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #060150 ;
            min-width: 160px;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
*/
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            display: block;
        }

        .dropdown-content a:hover {
            background-color: #111;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

         /* Toggle Button - Hidden by default */
.menu-toggle {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.banner1 {
    width: 100%;
    height: 400px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover ;
    background-image: url("../sochiot1/banner.jpg");
}

.product_info{
    margin-top: 20px;
    align-items: center;
}

.product_info h2{
   text-align: center;
   color: #ffffff;
   text-decoration: underline;
   font-size: 30px;
}

.column1{
    width:260px;
    height: auto;
    float: left;
    margin-left: 85px;
    overflow: auto;

 }  
div{
    display: block;
*{
    margin: 0;
    padding: 0;
}
 } 

.subtitle {
    width: 260px;
    height: 115px;
    color: #ffffff;
    background: green;
    border-bottom: 1px solid #ffffff;

}


.subtitle div{
    width: 41px;
    height: 50px;
    margin: 33px 15px 0 17px;
    font-size: 70px;
    font-family: Arial, "Arial";
    font-weight: bold;
    line-height: 51px;
    float: left ;
}
.subtitle p{
    font-size: 24px;
    font-family: Arial;
    line-height: 25px; 
    padding-top: 34px;
}

.columntitle {
    width: 260px;
    height: auto;
    margin-bottom: 20px;
    background: #d9d9d9;
}
.columntitle  ul{
    width: 260px;
    height: auto;

}
.columntitle  ul li {
    width: 260px;
    height: auto;
    font-size: 19px;
    border-bottom: 1px solid #ffffff;
}
.columntitle  ul li a {
    color: #a90c0c; !important;
    display: block;
/*    width: 210px;*/
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: ;
}
.product_info{
    margin-top: 20px;
    align-items: center;
}

.product_info h2{
   text-align: center;
   color: #ffffff;
   text-decoration: underline;
   font-size: 30px;
}


.cintact_info{
    margin-top: 100PX;
    margin-bottom: 100PX;
    width: 100%;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

header {
  background-color: #f4f4f4;
  padding: 10px;
  text-align: left;
}

header h1 { 
    margin-left: 400px;
    text-decoration: underline;
}
header p{
    margin-left: 400px;
    text-decoration: underline;
}

.main-wrapper {
  display: flex;
  max-width: 1000px;
  margin: auto;
}

/* Left Side Title */
.left-side {
  width: 180px;
  padding: 20px 10px;
  font-size: 16px;
  color: #000;
  margin-left: -200px;
  margin-top: 30px;
}

.section-title {
  font-weight: bold;
  color: #333;
}

.more {
  color: #0066cc;
  cursor: pointer;
}

/* Main Content */
.container {
  margin-top: 20px;
  padding: 20px;
  flex-grow: 1;
  margin-left: 70px;
  margin-right: 40px;
  background: #dbdbdb;
}

h1, h2 {
  color: green;
}

.contact-card {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.info p {
  font-size: 18px;
  margin: 6px 0;
}

.label {
  font-weight: bold;
  display: inline-block;
  min-width: 70px;
}

.highlight {
  color: purple;
}

.phone {
  color: green;
}

.qq {
  color: orange;
}

.footer-note {
  margin-top: 30px;
  font-weight: bold;
  color: green;
}

.qr {
  max-width: 150px;
  height: auto;
}

.columntitle {
    width: 260px;
    height: auto;
    margin-bottom: 20px;
    background: #d9d9d9;
}

.columntitle  ul{
    width: 260px;
    height: auto;

}
.columntitle  ul li {
    width: 260px;
    height: auto;
    font-size: 19px;
    border-bottom: 1px solid #ffffff;
}
.columntitle  ul li a {
    color: #a90c0c; !important;
    display: block;
/*    width: 210px;*/
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: ;
}









 .footer {
      background:#060150;
      padding: 60px 20px 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 100%px;
      margin-top: 90px;
      border-top: 1px solid #111;
    }

    .footer-col {
      flex: 1 1 300px;
      margin: 20px;
      margin-left:100px;
    }

    .footer-logo {
      color: white;
      font-size: 2.5rem;
      font-weight: bold;
    }

    .footer-text {
      margin-top: 10px;
      font-size: 1.2rem;
      color: #ccc;
    }

    .footer-links h4 {
      margin-bottom: 10px;
      color: #fff;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links ul li a {
      color: #00bfff;
      text-decoration: none;
      display: block;
      margin: 8px 0;
    }

    .footer-socials {
      margin-top: 20px;
    }

    .footer-socials a {
      display: inline-block;
      color: #ccc;
      margin-right: 10px;
      font-size: 20px;
    }

    .footer-bottom {
      text-align: center;
      padding: 30px 20px 10px;
      color: #fff;
      border-top: 1px solid #111;
      font-size: 0.9rem;
      background: #000;
    }

    .footer-bottom  p {
      color: #fff;
    
    }

    @media (max-width: 768px) {
      .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .footer-col {
        margin: 20px 0;
      }

      .footer-socials a {
        margin: 0 8px;
      }
    }