
   .galllery-container {
  margin-top: 80px; /* Adjust as needed */
}
    .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      justify-content: center;
    }
    .gallery-item {
      flex: 1 1 30%;
      max-width: 30%;
      margin-bottom: 25px;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .gallery-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }
    .gallery-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
      cursor: pointer;
      transition: transform 0.4s ease;
    }
    .gallery-item:hover img {
      transform: scale(1.1);
    }
    #galleryModal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }
    .modal-content {
      width: 80%;
      max-width: 1000px;
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      animation: fadeIn 0.3s ease;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }
    .modal-header {
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #34495e;
      color: #fff;
    }
    .modal-header h5 {
      margin: 0;
      font-size: 1.5rem;
    }
    .close-btn {
      background: none;
      border: none;
      font-size: 1.8rem;
      color: #fff;
      cursor: pointer;
      transition: color 0.3s ease;
	  margin-left: 47em;
    }
    .close-btn:hover {
      color: #e74c3c;
    }
    .carousel {
      position: relative;
    }
    .carousel-item {
      flex: 0 0 100%;
      display: none;
    }
    .carousel-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0 0 15px 15px;
      filter: brightness(0.95);
      transition: filter 0.3s ease;
    }
    .carousel-item.active img {
      filter: brightness(1);
    }
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      border: none;
      padding: 15px;
      cursor: pointer;
      font-size: 1.8rem;
      transition: background 0.3s ease;
      z-index: 10;
    }
    .carousel-btn:hover {
      background: rgba(0, 0, 0, 0.8);
    }
    .prev-btn {
      left: 15px;
      border-radius: 50%;
    }
    .next-btn {
      right: 15px;
      border-radius: 50%;
    }

	@media (max-width: 768px) {
      .container {
        margin-top: 3rem;
        padding: 0 0.5rem;
      }
      .gallery-item {
        flex: 1 1 100%;
        max-width: 100%;
      }
      .modal-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
      }
      .carousel-btn {
        display: none; /* Hide carousel buttons on mobile */
      }
      .carousel-item img {
        max-height: 80vh;
        object-fit: contain;
      }
      .modal-header h5 {
        font-size: 1rem;
      }
      .close-btn {
        font-size: 1.25rem;
      }
    }
 
      .fb-container {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    margin: 20px auto;
    max-width: 1200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }

  .fb-container h2 {
    font-family: 'Arial', sans-serif;
    font-size: 2.5rem;
    color: #1a3c6d;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
  }

  .fb-container h2::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #4267b2;
    position: absolute;
    bottom: -10px;
    left: 25%;
    border-radius: 2px;
  }

  .fb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fb-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 400px;
    width: 100%;
  }

  .fb-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }

  .fb-page {
    width: 100% !important;
    overflow: hidden;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .fb-container {
      padding: 30px 15px;
      margin: 15px;
    }

    .fb-container h2 {
      font-size: 2rem;
    }

    .fb-box {
      padding: 15px;
      max-width: 90%;
    }

    .fb-page {
      max-width: 100%;
      height: 450px !important;
    }
  }

  @media (max-width: 480px) {
    .fb-container h2 {
      font-size: 1.5rem;
    }

    .fb-box {
      padding: 10px;
    }

    .fb-page {
      height: 400px !important;
    }
  }


  img.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
  }

       

        /* products */

         .hr-sheet-container {
            max-width: 1000px;
            margin: 20px auto;
            background: #f5f5f5;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border: 1px solid #e0e0e0;
        }
        
        .hr-content-wrapper {
            padding: 30px;
        }
        
        .hr-main-heading {
            color: #1a237e;
            margin-bottom: 20px;
            font-size: 28px;
            border-bottom: 3px solid #FBAD1A;
            padding-bottom: 12px;
            position: relative;
        }
        
        .hr-main-heading:after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100px;
            height: 3px;
            background: #1a237e;
        }
        
        .hr-description {
            color: #333;
            line-height: 1.7;
            margin-bottom: 25px;
            font-size: 16px;
            padding: 0 10px;
        }
        
        .hr-specs-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .hr-spec-card {
            background: white;
            padding: 20px;
            border-radius: 6px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
            border-left: 4px solid #1a237e;
            transition: transform 0.3s ease;
        }
        
        .hr-spec-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .hr-spec-title {
            color: #1a237e;
            margin-bottom: 12px;
            font-size: 17px;
            display: flex;
            align-items: center;
        }
        
        .hr-spec-title i {
            margin-right: 10px;
            font-size: 20px;
            color: #FBAD1A;
        }
        
        .hr-spec-value {
            color: #424242;
            font-size: 15px;
            line-height: 1.5;
        }
        
        .hr-applications-section {
            margin-top: 35px;
            background: #1a237e;
            padding: 25px;
            border-radius: 6px;
        }
        
        .hr-applications-heading {
            color: #FBAD1A;
            margin-bottom: 20px;
            font-size: 22px;
            display: flex;
            align-items: center;
        }
        
        .hr-applications-heading i {
            margin-right: 12px;
            font-size: 24px;
        }
        
        .hr-applications-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }
        
        .hr-applications-item {
            background: rgba(255, 255, 255, 0.9);
            padding: 15px;
            border-radius: 5px;
            color: #1a237e;
            font-size: 15px;
            font-weight: 500;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .hr-applications-item:hover {
            background: white;
            transform: translateX(5px);
        }
        
        .hr-applications-item:before {
            content: "\f00c";
            font-family: FontAwesome;
            color: #1a237e;
            margin-right: 12px;
            font-size: 16px;
            background: #FBAD1A;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        @media (max-width: 768px) {
            .hr-specs-container {
                grid-template-columns: 1fr;
            }
            
            .hr-applications-list {
                grid-template-columns: 1fr;
            }
            
            .hr-content-wrapper {
                padding: 20px;
            }
        }
 
        
