/* Logo Styling */
.pkp_site_name img {
    width: [desired width]px !important;
    max-width: 100% !important;
    height: auto !important;
}

.navbar-brand-logo img {
    max-height: 55px;
    width: auto;
    margin-top: -17px;
    margin-right: -2px;
}

/* Navbar Background with Double Shade */
.navbar-default, .header_view {
    background: linear-gradient(to right, #c0ff72 44%, #f6f6de 50%);
    border-bottom: 3px solid #ff9800;
}

/* Navbar Link Styling */
.navbar .nav > li > a, 
.header_view .nav > li > a {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333; /* Darker for better contrast */
    font-weight: bold;
    padding: 12px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* Underline Effect on Hover */
.navbar .nav > li > a::after, 
.header_view .nav > li > a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #ff9800; /* Highlight color */
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.navbar .nav > li > a:hover::after, 
.header_view .nav > li > a:hover::after {
    width: 100%;
}

/* Active Link Indicator */
.navbar .nav > li.active > a {
    color: #ff9800 !important; /* Match highlight color */
}

/* Dropdown Menu Styling */
.dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu > li > a:hover {
    background-color: #ff9800;
    color: #fff;
}

/* Navbar Background */
.navbar-default, .header_view {
    background-color: #c0ff72;
    border-bottom: 3px solid #ff9800;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .navbar .nav > li > a {
        font-size: 15px;
        padding: 10px 15px;
    }
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .header_view .navbar-brand:hover, .header_view .navbar-brand:focus {
    color: #000;
    background-color: #eeeeee00;
}


/* FOOTER BASE STYLE */
.footer {
   
    color: #020101;
    padding: 40px 0;
    font-size: 14px;
    width: 100%;  /* Ensure full width */
    position: relative;
    bottom: 0;
    left: 0;
}

/* FLEX CONTAINER */
.footer-container {
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* LOGO SECTION */
.footer-logo {
    flex: 1;
    text-align: left;
}



/* FOOTER SECTIONS */
.footer-section {
   flex: 1;
    min-width: 250px;
    padding: 0 15px;
}

.footer-section h3 {
   font-size: 35px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f6f6de;
    padding-bottom: 5px;
    text-align: center;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
    position: relative;
}

.footer-section ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}

.footer-section ul li a:hover {
    color: #181208;
}

a {
    color: #000000;
    text-decoration: none;
}
/* Adjust Dropdown Menu Position to Open on Right */
.dropdown-menu {
    display: none;
    position: absolute;
    background: #81b222;
    list-style: none;
    /*top: -16px;
    left: 14%;*/

    top: 10px;
    left: -6%;
    width: 200px;
    padding: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.dropdown-menu li {
    padding: 0px;
}

.dropdown-menu li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* SOCIAL ICONS */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons li {
    list-style: none;
}

.social-icons li a {
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons li a:hover {
    color: #f39c12;
}

/* FOOTER BOTTOM SECTION */
.footer-bottom {
    text-align: center;
    background: #81b222;
    padding: 15px 0;
    margin-top: 20px;
    width: 100%;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-section {
        text-align: center;
    }
}


footer[role="contentinfo"] {
    background: #c0ff72;
    padding: 2em;
    margin-top: 4em;
}

/* LOGO SECTION */
.footer-logo {
    flex: 1;
    text-align: left;
    position: relative;
}

.footer-logo img {
    max-width: 233px;
    height: auto;
    margin-top: -21%;
    margin-left: -44%;
}

/* UNIVERSITY NAME BELOW LOGO */
.university-name {
    font-size: 26px;
    color: #020202bf;
    text-align: left;
    margin-top: 10px;
    margin-left: -39%;
    max-width: 293px;
    line-height: 1.2;
}


.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 0%;
    height: auto;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-weight: bold;
}

   .first-letter::first-letter {
        font-size: 50px;
        font-weight: bold;
        color: #031718;
    }

    .pdf-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.pdf-heading {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.pdf-title,
.pdf-cell {
  border: 1px solid #ddd;
  padding: 12px;
}

.pdf-table tr:nth-child(even) {
  background-color: #fafafa;
}

.pdf-link {
  color: #0073e6;
  font-weight: 600;
  text-decoration: none;
}

.pdf-link:hover {
  text-decoration: underline;
  color: #005bb5;
}


.modal-content {
  border-radius: 10px;
}
.modal-title {
  color: #007bff;
}
