 html, body {
  overflow-x: hidden;
}

 body {
            margin: 0;
            background:#fff;
            font-family: Arial, sans-serif;
/*            background-image: url("../sochiot1/pro2.jpg");*/
/*            background-repeat: no-repeat;  /* Prevents repetition */*/
/*            background-size: cover;  /* Makes the image cover the entire screen */*/
/*            background-position: center;  /* Centers the image */*/
/*            width: 100%;*/
/*            height: 100%;*/


           
        }
        /* Navigation Bar */
        /*.navbar {
            background-color: darkblue;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 20px;
            height: 50px;
        }*/

        /* Logo */
        .logo{
            color: #fff;
            font-size: 20px;
        }
        .logo p {
            color: green;
            font-size: 16px;
        }


        .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;
}

/* Navbar Layout */
.navbar {
    background-color: #060150;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    height: 85px;
    position: relative;
}

/* Responsive Styles */
@media (max-width: 768px) {
    /* Show toggle button */
    .menu-toggle {
        display: block;
    }

    /* Hide nav links initially */
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        background-color: darkblue;
        width: 100%;
        z-index: 999;
    }

    .nav-links.show {
        display: flex;
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        background-color: darkblue;
    }

    .dropdown-content a {
        color: white;
    }

    .dropdown-content a:hover {
        background-color: black;
    }
}


   .container {
        width: 100%;
        height: 400px;
        display: flex;
        background-image: url("../sochiot1/banner.jpg");
        background-repeat: no-repeat;
        background-size: cover ;
        background-position: center;

       } 
    .container h1 {
        margin-left: 40px;
        color: white;
    }
   .pro{
      width: 100%;
      height: auto;
      margin: 20px auto 50px;
      overflow: auto;
   }

.column1{
    width:260px;
    height: auto;
    float: left;
    margin-left: 50px;
    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;
}
/* Slideshow Container */
.slideshow-container {
    position: relative;
    max-width: 100%;
    height: 500px;
    margin: auto;
    overflow: hidden;
}

/* Slides */
.slide {
    display: none;
}

/* Slide Images */
.slide img {
    width: 100%;
    overflow: hidden;
    
}

/* Navigation Buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background-color: black;
}

/* Dots Navigation */
.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.active, .dot:hover {
    background-color: black;
}

/* Slide Animation */
.fade {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

.pro_content {
    width: 900px;
    margin-right: 70px;
    height: auto;
    float: right;
    overflow: hidden;
}
.pro_content_top{
    width: 720px;   
    font-family: Arial;

}
.tilte {
    height: 37px;
    border-bottom: 1px solid #dfdfdf;

}
.title a{
    color: #3F8331;
}
.title h5{
    border-bottom: 1px solid #298f0a;
    float: left;
    margin-right: 5px;
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
    color: #202020;

}
.title span {
     color: #999999;
     font-size: 14px;
     line-height: 40px;
}
.index_pro_foot {
    width: 720px;
    height: auto;
}
.pro_big {
    width: 228px;
    height: 234px;
    border: 1px solid #909090;
    float: leaft ;
    margin-top:14px;
    margin-bottom: 20px;

}
.pro_img{
    width: 228px;
    height: 200px;
/*    overflow: hidden;*/
    text-align: center;
}
.pro_img img {
    max-width: 228px;
    vertical-align: middle;
}

.container {
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start;
    width: 100%;
    gap: 20px; 
}

/* Sidebar (Product Classification) */
.sidebar {
    width: 250px; 
    background-color: #4caf50;
    color: white;
    padding: 15px;
    border-radius: 8px;
    flex-shrink: 0;
}

/* Product List */
.product-list {
    list-style: none;
    padding: 0;
}

.product-list li {
    background: rgba(255, 255, 255, 0.2);
    margin: 5px 0;
    padding: 8px;
    border-radius: 4px;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px;
    flex-grow: 1; 
    margin-bottom: 15px;
}

/* Product Box */
.product {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.product img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.Service {
    width: 100%;
    /* height: 200px;
    padding-top: 20px; */
    margin-bottom: 30px;
    overflow: hidden;
    background: url("../sochiot1/pro2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.Service h5 {
    text-align: center;
    padding-top: 60px;
    font-size: 40px;
    color: #ffffff;
}
.words{
    text-align: center;
    color: black;
    margin-bottom: 20px;
}

.words h3 {
    margin: 15px 0 15px 0;
    border: 2px solid black; 
    padding: 5px 15px; 
    display: inline-block; 
    text-align: center;
    position: relative; 
}

.words h3::before,
.words h3::after {
    content: "";
    position: absolute;
    width: 1in; 
    height: 2px;
    background-color: black; 
    top: 50%; 
    transform: translateY(-50%); 
}

.words h3::before {
    left: -1.2in;   
}

.words h3::after {
    right: -1.2in; 
}
 .container2 {
            margin-left: 90px;
            margin-top: 75px;
            margin-bottom: 20px;
            display: flex;
            gap: 40px;

        }
        .card {
            height: 150px;
            background: #fff;
            padding: 20px;
            width: 220px;
            text-align: center;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            position: relative;
        }
        .card .badge {
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            background: black;
            color: white;
            padding: 20px 30px;
            font-weight: bold;
            border-radius: 5px;
            font-size: 18px;
        }
        .card h2 {
            margin-top: 50px;
            color: #333;
            font-size: 18px;
            font-weight: bold;
        }
        .card p {
            color: #666;
            font-size: 14px;
        }

.About_sochiot {
    margin: 40px;
    text-align: center; 
    width: 100%; 
}

.About_sochiot p {
    text-align: left; 
    margin-left: 575px; 
    margin-right: 0; 
    margin-bottom: 30px;
    color: lightgreen;
}

.About_sochiot1 {
    width: 100%;
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 20px;
}

.About_sochiot1 .Image {
    flex: 1; 
    padding-right: 20px;
    margin-left: 100px; 
}

.About_sochiot1 .Image img {
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
}

.About_sochiot1 .intor {
    flex: 2; 
    text-align: left; 
    margin-right: 150px;
}

.About_sochiot1 .intor p {
    font-size: 16px; 
    line-height: 1.6; 
    color: #333; 
}

.About_sochiot1 .intor h2{
    text-decoration: underline;
}


        .slider-container {
            width: 80%;
            margin-left: 125px;
            overflow: hidden;
            white-space: nowrap;
            background: #fff;
            padding: 10px 0;
            position: relative;
        }
        .slider-container h2{
            text-decoration: underline;
            margin-bottom: 20px;
            margin-top: 30px;


        }
        .slider {
            display: flex;
            width: max-content;
            animation: scroll 10s linear infinite;
        }
        .slider img {
            width: 200px; 
            height: 150px;
            margin: 0 10px;
            object-fit: cover;
        }
         .slide-item p {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            background: black;
            padding: 10px;
            margin: 10px ;
        }

        @keyframes scroll {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }

.news-wrapper {
  display: flex;
  gap: 30px;
  width: 80%;
  margin: 40px 0 20px 130px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.news-left {
  flex: 1;
  min-width: 300px;
}

.news-left img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 8px;
}

.news-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 300px;
}

.news-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.news-item:hover {
  background-color: #008000; /* Green background */
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.news-item:hover h3,
.news-item:hover p,
.news-item:hover .news-date,
.news-item:hover .news-number {
  color: white;
}


.news-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ccc;
  margin-top: 20px;
  margin-left: 10px;
  width: 50px;
  flex-shrink: 0;
}

.news-content h3 {
  font-size: 1.1rem;
  margin: 10px 0 8px 0;
  color: #333;
}

.news-content p {
  margin: 0 0 5px;
  color: #666;
  font-size: 0.95rem;
}

.news-date {
  font-size: 0.85rem;
  color: #aaa;
}
@media (max-width: 768px) {
  .news-wrapper {
    flex-direction: column;
  }

  .news-left, .news-right {
    width: 100%;
  }
}

.news-h h2{
    margin-top: 40px;
    margin-bottom: -25px;
    padding-left: 130px;
    text-decoration: underline;
}

.info-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 10%;
  background-color: #f1f1f1;
  flex-wrap: wrap;
}

.info-box {
  flex: 1;
  min-width: 280px;
  background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.info-box h3 {
  font-size: 18px;
  color: #1b1b1b;
  margin-bottom: 10px;
  font-weight: bold;
}

.info-box h3 span {
  font-size: 14px;
  color: gray;
}

.info-box hr {
  border: none;
  height: 2px;
  background: green;
  width: 50px;
  margin-bottom: 15px;
}

.info-box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 4px;
}

.info-box ul {
  padding-left: 18px;
  list-style-type: disc;
}

.info-box li {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}


.floating-icons {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.floating-icons a {
  background-color: #2e7d32; /* green */
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #1b5e20;
  transition: background 0.3s;
}

.floating-icons a:hover {
  background-color: #1b5e20;
}

.floating-icons i {
  pointer-events: none;
}


.footer {
  background-color: darkblue;
  color: #fff;
  padding: 60px 0;
  font-family: Arial, sans-serif;
}

.container-6{
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap;
}

 .footer {
      background:#060150;
      padding: 60px 20px 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 100%px;
      margin: auto;
      border-top: 1px solid #111;
    }

    .footer-col {
      flex: 1 1 300px;
      margin: 20px;
      margin-left:100px;
    }

    .footer-logo {
      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;
      }
    }


       /* Product Grid Styles */
       .product-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    
    .product {
        border: 1px solid #ddd;
        padding: 15px;
        text-align: center;
        transition: transform 0.3s;
    }
    
    .product:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .product img {
        max-width: 100%;
        height: 150px;
        object-fit: contain;
    }
    
    .product p {
        margin-top: 10px;
        font-size: 14px;
    }
    
    /* Pagination Styles */
    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    
    .pagination a {
        color: #333;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd;
        margin: 0 4px;
    }
    
    .pagination a.active {
        background-color: #4CAF50;
        color: white;
        border: 1px solid #4CAF50;
    }
    
    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }
    
    /* Sidebar Styles */
    .columntitle ul {
        list-style-type: none;
        padding: 0;
    }
    
    .columntitle ul li {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }
    
    .columntitle ul li:hover {
        background-color: #f5f5f5;
    }
    
    .columntitle ul li.active {
        background-color: #4CAF50;
        color: white;
    }
    
    /* Layout */
    .pro {
        display: flex;
        margin: 20px;
    }
    
    .column1 {
        width: 250px;
        margin-right: 30px;
    }
    
    .pro_content {
        flex: 1;
    }

  .columntitle {
    width: 260px;
    max-height: 80vh;
    overflow-y: scroll;
    background: #d9d9d9;
    scrollbar-width: none; /* Firefox */
}

/* Chrome, Edge, Safari */
.columntitle::-webkit-scrollbar {
    width: 0;
    height: 0;
}


.columntitle::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.columntitle::-webkit-scrollbar-track {
    background: transparent;
}
