.text-white{
    background-color: #f6f6f6;
}
#certification-slider{
    background-color: #fff;border-radius: 10px;
}

.list-group-item {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.list-group-item:hover {
  background-color: #f0f0f0;
}

.main-content {
  padding: 20px;
  text-align: center;
}

.pdf-frame {
  width: 100%;
  height: 80vh;
  border: none;
}

@media (max-width: 768px) {
  .sidebar {
    height: auto;
    margin-bottom: 20px;
  }

  .pdf-frame {
    height: 60vh;
  }
}

       
        .navbar {
  position:absolute;
  top: 30px;
  left: 60px;
  right: 60px;
  background-color:rgba(255, 255, 255, 0.9);
  z-index: 1000;
  padding: 0px 0px;
  border-radius: 10px;
}


         .about-section {
            display: flex;
            flex-wrap: wrap; /* Responsive behavior */
            padding: 50px 20px;
            gap: 20px;
        }
        .left-section {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .left-section h3 {
            font-weight: bold;
        }
        .left-section p {
            text-align: justify;
        }
        .right-section {
            flex: 1;
            min-width: 300px;
            position: relative;
        }
        .right-section img {
            width: 100%;
            height: auto;
            object-fit: cover;
            filter: brightness(0.7); /* Add a filter effect */
            border-radius: 10px;
        }
            .image-section {
            width:100%;
            height:auto;
            overflow: hidden; /* Ensure the image stays within the box */
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease-in-out;
        }
        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease-in-out; /* Smooth zoom effect */
        }
        .image-section:hover img {
            transform: scale(1.1); /* Zoom effect */
        }
        .cta-button {
            background-color: #f58120;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            text-decoration: none;
            text-align: center;
            margin-top: 20px;
            display: inline-block;
            width: fit-content;
        }
        .cta-button:hover {
            background-color: #f58120;
            text-decoration: none;
        }

 .sub-section {
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 15px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }
        .sub-section:hover {
            transform: translateY(-5px); /* Hover effect for the section */
        }
        .thumbnail img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            margin-bottom: 10px;
        }
        .download-btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #f58120;
            color: #fff;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.3s ease;
        }
        .download-btn:hover {
            background-color: #0056b3;
            transform: scale(1.1); /* Hover animation for the button */
        }


.form-control1 {
  display: block;                  /* Makes the element a block-level element */
  width: 100%;                     /* Full width of the parent container */
  height: calc(1.5em + 0.75rem + 2px); /* Height calculation including padding and border */
  padding: 0.375rem 0.75rem;       /* Top/Bottom: 0.375rem (6px), Left/Right: 0.75rem (12px) */
  font-size: 1rem;                 /* Font size of 1 rem (16px by default) */
  font-weight: 400;                /* Normal font weight */
  line-height: 1.5;                /* Line height of 1.5 */
  color: #212529;                  /* Text color: dark gray */
  background-color: #fff;          /* Background color: white */
  background-clip: padding-box;    /* Ensures background doesn't bleed through borders */
  border: 1px solid #ced4da;       /* Light gray border */
  border-radius: 0.375rem;         /* Rounded corners with radius of 6px */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control1:focus {
  color: #212529;                  /* Retain text color */
  background-color: #fff;          /* Retain background color */
  border-color: #86b7fe;           /* Change border color to blue */
  outline: 0;                      /* Remove default outline */
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); /* Add blue shadow */
}

.contact-section {
            padding: 50px 0;
            background-color: #f8f9fa;
        }
        .contact-box {
            height: 250px;
            text-align: center;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .contact-box:hover {
            transform: translateY(-5px);
            box-shadow:10px 20px 5px grey;
        }
        .contact-icon {
            font-size: 40px;
            color: #007bff;
            margin-bottom: 15px;
            color: #f58120;
        }
        .contact-heading {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }
        .contact-text {
            font-size: 16px;
            color: #666;
        }
        .contact-section {
            padding: 50px 0;
            background-color: #f8f9fa;
        }
        .map-container {
            height:auto;
        }
        iframe {
            width: 100%;
            height: 100%;
            border: 0;
            border-radius: 10px;
        }
        .form-section {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .form-heading {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }
        .form-control {
            margin-bottom: 20px;
            border-radius: 5px;
        }
        .btn-submit {
            width: 100%;
            background-color: #f58120;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .btn-submit:hover {
            background-color: #0056b3;
        }
      
        .gallery-section {
            padding: 20px 0;
        }
        .gallery-image {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }
        .gallery-image img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }
        .gallery-image:hover img {
            transform: scale(1.1); /* Zoom effect on hover */
        }
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        .lightbox img {
            max-width: 90%;
            max-height: 80%;
            border-radius: 10px;
        }
        .lightbox.active {
            display: flex;
        }
        .lightbox .close-btn,
        .lightbox .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            color: black;
            border: none;
            font-size: 24px;
            cursor: pointer;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .lightbox .close-btn {
            top: 20px;
            right: 20px;
        }
        .lightbox .prev-btn {
            left: 20px;
        }
        .lightbox .next-btn {
            right: 20px;
        }
               
.content-box {
  text-align: center;
  padding: 10px;
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
}

.image-container {
  position: relative;
  width: 100%;
}

.image-container img {
  width: 100%;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid grey;
  border-radius: 5px;
  transition: border-color 0.3s;
}

.image-container:hover img {
  border-color: #f58120;
}
.diamond-shape {
  position: absolute;
  bottom: 90px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: lightgrey;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  transition: background-color 0.3s;
}
a {
  color:darkgrey;
}

.image-container:hover .diamond-shape {
  background-color: #f58120;
  color: #fff;
}

.image-name {
  margin: 15px 0 15px;
  font-size: 14px;
  font-weight: bold;
  color:grey;
  transition: color 0.3s;
  text-decoration: none;
}

.content-box:hover .image-name {
  color: #f58120;
}

.line-container {
  position: relative;
}

.line-container hr {
  border: none;
  border-top: 2px solid grey;
  width: 80%;
  margin: 10px auto;
  transition: border-color 0.3s;
}

.content-box:hover hr {
  border-top: 2px solid #f58120;
}
.rounded-box{
   position: absolute;
  bottom: 90px;
  right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 10px;
  background-color: lightgrey;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.rounded-box{
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color:grey;
  transition: background-color 0.3s;
}

.content-box:hover .rounded-box {
  background-color: #f58120;
}
a:link {
  text-decoration: none;
}
.sidebar {
  background-color: #ffffff;
  height: 100vh;
}



/* Category Section Styling */
.category-section {
  background-color:#f58120;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Product List Styling*/ 
.product-list {
  list-style: none;
}

.product-list li {
  color: grey;
  padding: 10px 15px;
  background-color: white;
  position: relative;
  margin: 5px 0;
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
}

.product-list li::after {
  content: '';
  display: none;
  width: 100%;
  height: 1px;
  background-color: grey;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-list li:hover {
  background-color:#f58120;
  color: white;
  font-weight: bold;
  cursor: pointer;
  
}

.product-list li:hover::after {
  display: block;
}


 .sidebarr {
            background-color:#fff;
            border-top: 5px solid orange;
            
            border-radius:0px;
            padding-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
            color:grey;
            text-align: center;
            height:auto;
            margin-right: 30px;
            margin-left: 30px;
            box-shadow:3px 3px 8px 5px #ececec;
        }

        .public-notice1{
            padding-bottom: 15px;
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }

        .list-group-item {
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            padding-top: 18px;
            padding-bottom: 15px;
            margin-bottom: 15px;
            background-color: lightgrey;
            border-radius: 10px;
            text-align: center;
            transition: background-color 0.9s ease;
        }

        .list-group-item a {
            text-decoration: none;
            color: black;
        }

        .list-group-item:hover {
            background-color:#f58120 ;
        }
        .list-group-item {
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            padding-top: 18px;
            padding-bottom: 15px;
            margin-bottom: 15px;
            background-color: lightgrey;
            border-radius: 10px;
            text-align: center;
            transition: background-color 0.9s ease;
        }

        .list-group-item a {
            text-decoration: none;
            color: black;
        }

        .list-group-item:hover {
            background-color:#f58120 ;
        }
        .list-group-item:hover a {
            color: white;
            font-size: 16px;
        }

        





        /* Media query for mobile devices (screen width: up to 767px) */
@media (max-width: 767px) {
  .navbar {
  position:absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  background-color:rgba(255, 255, 255, 0.9); /* Semi-transparent background */
  padding: 0px;
  border-radius: 10px;
}
.navbar-brand{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0px;
    margin-left: 10px;
}
.main-content {
  padding:0px;
}
.pro p{
    text-align: justify;
}

        #certification-slider{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.carousel-item img{
    width: 50%;
    border-radius: 15px;
}
    
    .left{text-align: center;
            }
            .right{text-align:center;
            }
            .left span{font-size: 12px;
            }
            .right span{font-size: 12px;
            }
            .left a{font-size: 12px;text-decoration: none;color: #000;font-weight: bold;
            }
            .right a{font-size: 12px;text-decoration: none;color: #000;font-weight: bold;
            }
            
.aboutp p{
  text-align:justify;
}
.video-description {
            margin-top: 10px;
            font-size: 16px;
            color: #555;
        }

        
            .video-frame {
                height: 200px !important;
            }

            .video-description {
                font-size: 14px;
            }
            .sidebar {
    height: auto;
    text-align: center;
  }

  .image-container img {
    padding: 5px;
  }
  .sidebar {
    height: auto;
  }

  .product-list li {
    font-size: 14px;
  }
 footer h6 {
  text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

footer a {
  text-align: center;
    text-decoration: none;
    font-size: 14px;
}

footer a:hover {
    text-decoration: underline;
    color: #000;
}
.contact-box {
            height:auto;
            text-align: center;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

}

