 @media print {
      .noprint {
        visibility: hidden;
         }
       }

.left-navbar {
  background-color: coral;
  width: 100%;
  height: 500px;
  border: 1px solid coral;
  overflow: auto;
}
.dv1{
margin-top:0in;margin-right:0in;margin-bottom:8.0pt;margin-left:0in;line-height:107%;font-size:15px;font-family:"Calibri",sans-serif;
}
.he{
margin-top:0in;margin-right:0in;margin-bottom:8.0pt;margin-left:0in;line-height:107%;font-size:15px;font-family:"Calibri",sans-serif;text-align:center;background:#EDEDED;
font-size:21px;line-height:107%;font-family:"Times New Roman",serif;
}
td{
    border-left: 1pt dashed rgb(222, 234, 246);border-top: 1pt dashed rgb(222, 234, 246);border-right: 1pt dashed rgb(222, 234, 246);border-bottom: 1pt dashed rgb(222, 234, 246);border-image: initial;border-left: none;padding: 0in 5.4pt;vertical-align: top;
	margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;line-height:  normal;font-size:15px;font-family:"Calibri",sans-serif;
}
.frame{
{border;border-style: dotted;}
}
#contents {
  background: #fcfaff;
  width: auto;
  height: 450px;
  overflow: auto;
  margin-top:10px;
}
.img {
  background: #fcfaff;
  width: 80px;
  height: 60px;
}
.img2 {
  background: #fcfaff;
  width: 30%;
  height: Auto;
}
.nav-link:hover{
	background:lightgray;
	color:darkblue;
}
.nav-link-clicked{
	background:#ddd;
	color:#fff;
}
    .custom-card {
      background-color: #ffe6cc;
      border-color: #ffe6cc;
    }

    .custom-card:hover {
      opacity: 0.8;
    }

    .small-card {
      background-color: #e6f9ff;
      border-color: #e6f9ff;
    }

    .small-card:hover {
      opacity: 0.8;
    }
.marquee {
  animation: marquee 30s linear infinite;
  background-color:#00000090;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.image-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.image-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

figure:hover .image-caption {
    opacity: 1;
}

.lightbulb {
  display: inline-block;
  width: 20px;
  height: 35px;
  background-image: url('lightbulbb.gif'); /* Replace 'lightbulb.gif' with the actual image file */
  background-size: cover;
  animation: flicker 1s infinite;
  margin-right: 10px;
  position: relative;
  top: 8px;
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
    .rounded-div {
      border: 2px solid black;
      border-radius: 10px; /* Adjust the value to control the roundness */
      padding: 20px; /* Optional: Add padding to create space inside the border */
    }
  .input-badge {
    background-color: pink;
    color: black;
    padding: 5px 10px;
    border-radius:30px;
}
  .process-badge {
    background-color: orange;
    color: black;
    padding: 5px 10px;
    border-radius:30px;
}
  .product-badge {
    background-color: lightgreen;
    color: black;
    padding: 5px 10px;
    border-radius:30px;
}
        .content {
            background-color: #f0f8ff; /* Light background color */
            padding: 20px;
            border-radius: 10px;
        }
        h2 {
            color: #2e8b57; /* Different text color for heading */
        }
/* Sub-heading styling */
h5 {
    color: #8b0000; /* Different text color for sub-heading */
    font-style: italic; /* Makes the text italic */
    text-align: center; /* Centers the text */
}

/* Sub-heading styling */
h4 {
    color: darkblue; /* Different text color for sub-heading */
    font-style: bold; /* Makes the text italic */
    text-align: center; /* Centers the text */font-size:bld;
}

        p {
            color: #333333; /* Standard text color */
        }
        ul {
            color: #333333; /* Standard text color */
        }
        li {
            margin-bottom: 10px; /* Spacing between list items */
        }
		        .section {
            background-color: #f9f9f9;
            padding: 20px;
            margin: 10px;
            border-radius: 10px;
        }
        h2 {
            color: #2e8b57;
        }
        p, ul, li {
            color: #333333;
        }
        ul {
            margin-left: 20px;
        }
        li {
            margin-bottom: 10px;
			text-align:justify;
        }
		
	        .navbar {
            background-color: #004085;
        }
        .navbar-brand {
            display: flex;
            align-items: center;
        }
        .navbar-brand img {
            margin-right: 15px;
        }
        .navbar-brand span {
            font-size: 18px;
            color: #ffffff;
            margin-right: 10px;
        }
        .nav-link {
            color: #ffffff !important;
            margin-right: 15px;
        }
        .nav-link:hover {
            color: darkblue !important;
			border-radius:5px;
        }
        .navbar-toggler {
            border-color: #ffffff;
        }
        .navbar-toggler-icon {
            color: #ffffff;
        }
        .second-navbar {
            background-color: #17a2b8;
        }
        .second-navbar .navbar-brand {
            flex-direction: column;
            align-items: flex-start;
        }
        .second-navbar .navbar-brand span {
            font-size: 16px;
        }
        .second-navbar .navbar-brand div {
            font-size: 14px;
            color: #ffffff;
        }
.jumbotron {
    background: linear-gradient(to right, lightblue, lightpink, #FFD700);
    color: #000000; /* Changed to black for better contrast */
    padding: 2rem 1rem;
    border-radius: 0.5rem;
    text-align: center;
    mix-blend-mode: normal; /* Normal blending mode for better consistency */
}


        .jumbotron .display-4 {
            font-weight: 300;
        }
		p{text-align:justify}
	        .gradient-background {
            background: linear-gradient(135deg, #d89f6, #b3e0ff, #f8f8b4, #f7a9a1);
            padding: 20px;
        }
        .section-title {
            color: #6c757d;
            margin-bottom: 1rem;
        }
		        .section {
            padding: 20px;
        }
        .section h1 {
            margin-bottom: 20px;
        }
        .section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
.background-image {
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 15px; /* Adjust the radius as needed */
            border-bottom-right-radius: 15px; /* Adjust the radius as needed */
        }

        .background-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('jbg.jpeg'); /* Replace with your image path */
            background-size: cover;
            background-position: center;
            opacity: 0.3; /* Adjust opacity as needed */
            z-index: 1;

            border-bottom-right-radius: 50px; /* Adjust the radius as needed */
        }

        .background-image .col-md-8,
        .background-image .col-md-4 {
            position: relative;
            z-index: 2;
        }
		.objective-column {
            max-height: 300px; /* Adjust the max height as needed */
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .section-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .objective-column ul {
            list-style-type: disc;
            padding-left: 1.5rem;
        }
	        .section-title {
            background-color: rgba(255, 255, 255, 0.8); /* Light background for headings */
            padding: 10px;
            border-radius: 5px;
            text-align: center;
        }
        .objective-column ul {
            list-style: none;
            padding: 0;
        }
        .objective-column li::before {
            content: "⭐"; /* Star emoji for bullet points */
            margin-right: 8px;
        }
	 .footer {
            background-color: #f8f9fa;
            padding: 2rem 0;
        }
        .footer .social-icons a {
            color: #343a40;
            margin: 0 10px;
            font-size: 1.5rem;
            transition: color 0.3s;
        }
        .footer .social-icons a:hover {
            color: #007bff;
        }
        .footer .copyright {
            background-color: #e9ecef;
            padding: 1rem;
        }
        .footer .copyright p {
            margin-bottom: 0;
        }
	/* Custom Navbar Styles */
.custom-navbar {
    background-color: #ddCEEB; /* Light blue background */
}

.custom-navbar .navbar-nav .nav-link {
    color: #000 ; /* Dark text color */
    padding: 0.5rem 1rem; /* Adjust padding if needed */
    transition: color 0.3s ease, background-color 0.3s ease;
}

.custom-navbar .navbar-nav .nav-link:hover {
    color: #002366 ; /* Darker blue color on hover */
    background-color: rgba(0, 0, 0, 0.5); /* Light background color on hover */
}

/* Optional: Custom styles for the toggler button */
.custom-navbar .navbar-toggler {
    border-color: #0056b3; /* Blue border color */
}



.custom-navbar .navbar-toggler:hover {
    background-color: #0056b3; /* Darker blue background on hover */
}

/* Image styling */
.wrapped-image {
    float: left; /* Makes the text wrap around the image */
    width: 100%; /* Adjust the width as needed */
    height: auto; /* Keeps the aspect ratio */
    margin: 0 15px 15px 0; /* Adds space around the image */
    border: 5px solid #ddd; /* Optional: adds a border around the image */
    border-radius: 8px; /* Optional: rounds the corners of the border */
    transition: transform 0.3s ease; /* Smooth hover effect */
}

/* Hover effect for image */
.wrapped-image:hover {
    transform: scale(1.05); /* Slightly enlarges the image on hover */
    border-color: #aaa; /* Changes border color on hover */
}

/* Text styling */
p {
    line-height: 1.3; /* Improves readability */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wrapped-image {
        width: 100%; /* Makes the image take full width on small screens */
        float: none; /* Removes float on small screens */
        display: block; /* Ensures the image is block-level */
        margin: 0 auto 15px; /* Centers the image and adds margin below */
    }
}

textarea.uneditable {
    background-color: #f0f0f0; /* Light gray background */
    cursor: not-allowed;       /* Change cursor to indicate it's not editable */
}
select.uneditable {
    background-color: #e9ecef; /* Light grey background */
    cursor: not-allowed; /* Not-allowed cursor */
    pointer-events: none; /* Disable interactions */
}

.modal-header {
    background: #002366;
    height: 100px;
    position: relative;
}

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
	float:right;
}
    .portraitPreview {
        width: 100%; /* Make the preview div take full width of its parent */
        overflow: hidden; /* Hide overflow to prevent the image from spilling out */
    }

    .portraitPreview img {
        width: 40%; /* Set the image width to 20% of its original size */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Remove extra space below the image */
        margin: 0 auto; /* Center the image if it's smaller than the parent */
    }
	    .modal-content {
      border: 2px solid #002366;
    }
    .section-heading {
      background-color: #d1ecf1;
      color: #002366;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      border-top: 2px solid #002366;
    }
    .form-control, .form-select {
      margin-bottom: 1rem;
    }
    .portraitPreview img {
      max-width: 100%;
      height: auto;
    }
    .modal-header {
      background: #002366;
      height: 100px;
      position: relative;
    }
    .modal-title {
      color: #ffffff;
    }
    .close {
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .abstract-column {
        max-height: 100px; /* Set your desired max height */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
