
.bg-theme-colored2 {
    background: linear-gradient(135deg, #ffc107, #ffca28, #ffb300);
    background-size: 200% 200%;
    animation: shine-bg 6s ease infinite;
    color: #000; /* Ensure text is readable */
}

@keyframes shine-bg {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.header-top .widget {
    line-height: 2.5rem !important;
    margin-bottom: 0 !important;
    font-size: 15px !important;
}
::-webkit-scrollbar-thumb
Specificity: (0,0,1) {
    background: #dce1e5 !important;
    border-radius: 128px !important;
}
.padb {
    padding: 0px 5px !important;
}
.team-members .team-details {
    background: #fff none repeat scroll 0 0;
    bottom: -2px !important;
    padding: 10px 15px;
    position: absolute;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}
.padtop-bot {
    padding: 47px 0px 47px 0px !important;
}
::-webkit-scrollbar-thumb:hover
Specificity: (0,1,1) {
    background: #141414 !important;
}
.widget12 {
    float: left !important;
    margin: 0 0 0px !important;
    padding: 10px !important;
    width: 100% !important;
    border: solid 4px #ef5861 !important;
}
.price-tag {
  
    color: #fff;
    font-size: 12px !important;
    text-transform: lowercase !important;
   
}
.styled-icons.icon-sm a {
    font-size: 13px;
    line-height: 30px !important;
    margin: 2px 0px 2px 0;
    width: 30px; color:#fff; font-weight:bold;
}

.bg-lightest {
    background-color: #00325b !important;
}
section > .container, section > .container-fluid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.menuzord-menu > li > a {
    padding: 11px 9px;
    /*border-radius: 24px !important;*/
}
.menuzord .menuzord-menu > li > a {
    position: relative;
    padding: 12px 20px;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
}

.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: linear-gradient(135deg, #ef5861, #d62828);
    color: #fff !important;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(239, 88, 97, 0.4);
    transform: scale(1.05);
}
.bg-white11 {
    background-color: #fff !important;
}
.bg-silver-deep11 {
    background-color: #F9F9F6;
}
.visitor-counter-box {
    background: #1f1c3a; /* dark background */
    padding: 20px;
    text-align: center;
    color: white;
    border-bottom: 4px solid orange;
    border-radius: 10px;
    width: 250px;
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.digital-counter {
    background: black;
    color: white;
    font-size: 32px;
    font-family: 'Courier New', Courier, monospace;
    padding: 5px 15px;
    letter-spacing: 5px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
}

.counter-text p {
    margin: 5px 0;
    font-size: 16px;
}

.icon {
    font-size: 20px;
    margin-right: 5px;
}

.menuzord .menuzord-menu > li > a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 5px; top:47px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border-radius: 2px;
}

.menuzord .menuzord-menu > li:hover > a::after {
    width: 100%;
}

.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu > li.active > a {
    font-weight: 600;
}
/* Base hover style */
.menuzord .menuzord-menu > li > a {
    position: relative;
    transition: all 0.3s ease;
    color: #fff !important;
}
footer {
    background: #002b4c !important; /* Dark navy blue */
    color: #ffd966; /* Light gold text */
    padding: 30px 20px;
}

    footer a {
        color: #ffd966;
        text-decoration: none;
    }

        footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu > li.active > a {
    transform: scale(1.05);
    border-radius: 8px;
    color: #fff !important;
}

/* Unique hover backgrounds for each item */
.menuzord .menuzord-menu > li:nth-child(1):hover > a {
    background: #EF5861;
}

.menuzord .menuzord-menu > li:nth-child(2):hover > a {
    background: #007bff;
}

.menuzord .menuzord-menu > li:nth-child(3):hover > a {
    background: #28a745;
}

.menuzord .menuzord-menu > li:nth-child(4):hover > a {
    background: #ffc107;
    color: #000;
}

.menuzord .menuzord-menu > li:nth-child(5):hover > a {
    background: #17a2b8;
}

.menuzord .menuzord-menu > li:nth-child(6):hover > a {
    background: #6f42c1;
}

.menuzord .menuzord-menu > li:nth-child(7):hover > a {
    background: #e83e8c;
}

.menuzord .menuzord-menu > li:nth-child(8):hover > a {
    background: #fd7e14;
}

.menuzord .menuzord-menu > li:nth-child(9):hover > a {
    background: #20c997;
}

.menuzord .menuzord-menu > li:nth-child(10):hover > a {
    background: #6610f2;
}

.menuzord .menuzord-menu > li:nth-child(11):hover > a {
    background: #dc3545;
}

.menuzord .menuzord-menu > li:nth-child(12):hover > a {
    background: #198754;
}

.menuzord .menuzord-menu > li:nth-child(13):hover > a {
    background: #0dcaf0;
}

.menuzord .menuzord-menu > li:nth-child(14):hover > a {
    background: #343a40;
}

.menuzord .menuzord-menu > li:nth-child(15):hover > a {
    background: #adb5bd;
    color: #000;
}

.menuzord .menuzord-menu > li:nth-child(16):hover > a {
    background: #ff5722;
}

.menuzord .menuzord-menu > li:nth-child(17):hover > a {
    background: #c2185b;
}

.menuzord .menuzord-menu > li:nth-child(18):hover > a {
    background: #00796b;
}

.menuzord .menuzord-menu > li:nth-child(19):hover > a {
    background: #f44336;
}

.menuzord .menuzord-menu > li:nth-child(20):hover > a {
    background: #3f51b5;
}
/* Base hover style */
.menuzord .menuzord-menu > li > a {
    position: relative;
    transition: all 0.3s ease;
    color: #fff !important;
    font-family: 'Poppins', sans-serif; /* Modern and clean font */
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 18px;
    display: inline-block;
    border-radius: 4px;
}

    /* Add a nice hover effect */
    .menuzord .menuzord-menu > li > a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffd700 !important; /* Gold color on hover */
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

/* Optional: active menu item style */
.menuzord .menuzord-menu > li.active > a {
    background-color: #ffd700;
    color: #000 !important;
}

/* Unique hover backgrounds for each item */
.menuzord .menuzord-menu > li:nth-child(1):hover > a { background: #EF5861; }
.menuzord .menuzord-menu > li:nth-child(2):hover > a { background: #007bff; }
.menuzord .menuzord-menu > li:nth-child(3):hover > a { background: #28a745; }
.menuzord .menuzord-menu > li:nth-child(4):hover > a { background: #ffc107; color: #000; }
.menuzord .menuzord-menu > li:nth-child(5):hover > a { background: #17a2b8; }
.menuzord .menuzord-menu > li:nth-child(6):hover > a { background: #6f42c1; }
.menuzord .menuzord-menu > li:nth-child(7):hover > a { background: #e83e8c; }
.menuzord .menuzord-menu > li:nth-child(8):hover > a { background: #fd7e14; }
.menuzord .menuzord-menu > li:nth-child(9):hover > a { background: #20c997; }
.menuzord .menuzord-menu > li:nth-child(10):hover > a { background: #6610f2; }
.menuzord .menuzord-menu > li:nth-child(11):hover > a { background: #dc3545; }
.menuzord .menuzord-menu > li:nth-child(12):hover > a { background: #198754; }
.menuzord .menuzord-menu > li:nth-child(13):hover > a { background: #0dcaf0; }
.menuzord .menuzord-menu > li:nth-child(14):hover > a { background: #343a40; }
.menuzord .menuzord-menu > li:nth-child(15):hover > a { background: #adb5bd; color: #000; }
.menuzord .menuzord-menu > li:nth-child(16):hover > a { background: #ff5722; }
.menuzord .menuzord-menu > li:nth-child(17):hover > a { background: #c2185b; }
.menuzord .menuzord-menu > li:nth-child(18):hover > a { background: #00796b; }
.menuzord .menuzord-menu > li:nth-child(19):hover > a { background: #f44336; }
.menuzord .menuzord-menu > li:nth-child(20):hover > a { background: #3f51b5; }
.menuzord-menu ul.dropdown {
    top: 56px !important;
}
.menuzord-menu > li > .megamenu {
    top: 56px;
}

.header-nav .header-nav-wrapper .menuzord {
    padding: 0px;
    margin: 14px 0px !important;
}
.titnew {
    color: #fff;
    background: #2b70bf;
    padding: 5px 10px !important;
    margin: 0px;
    text-align: center;
    border-bottom: 4px solid #ffc107;
}
.styl_boxnewslider {
    box-shadow:none !important;
    margin: 0;
    padding: 0px 0px 0px 0px !important;
    /*height: 395px;*/
    margin-bottom: 10px;
}
.styl_boxnew {
    box-shadow: none !important;
    margin: 0;
    padding: 5px 0px 0px 0px !important;
    height: 599px;
    margin-bottom: 10px;
}
.bg-white {
    /*background: url(../images/bg-noise.png);*/
    background-color: #520b0b !important;
}
/* ======================== Logo Design ======================== */
.logo-wrapper {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    height: 100% !important;
    margin: 10px 0 18px !important;
}
.logo-container {
  background: radial-gradient(circle at center, #ffffff 0%, #f9b233 100%) !important;
  padding: 15px !important;
  border-radius: 25% !important;
  border: 4px solid #f9b233 !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2), 0 0 20px #f9b233 inset !important;
  position: relative !important;
  display: inline-block !important;
}

.logo-img {
  max-height: 70px !important;
  width: auto !important;
}

.logo-ribbon {
  font-size: 12px !important;
  padding: 3px 10px !important;
  border-radius: 10px !important;
  background-color: #ffc107 !important;
  color: #000 !important;
  position: absolute !important;
  bottom: -12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.university-title {
  font-size: 3rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  font-family: 'Georgia', serif !important;
  position: relative !important;
}

.university-title::after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 3px !important;
  background: #f9b233 !important;
  bottom: -6px !important;
  left: 0 !important;
}

.university-subtitle {
  font-size: 1.1rem !important;
  color: #e0e0e0 !important;
  font-style: italic !important;
  font-weight: 500 !important;
}

.university-address {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #ffc107 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4) !important;
}

/* Icon Styles */
.header-icons a.icon-link {
  color: #ffffff !important;
  margin: 0 6px !important;
  font-size: 1.2rem !important;
  transition: transform 0.2s ease-in-out !important;
}

.header-icons a.icon-link:hover {
  transform: scale(1.2) !important;
  color: #f9b233 !important;
}

/* Responsive */
@media (max-width: 576px) {
  .logo-img {
    max-height: 60px !important;
  }
    .logo-wrapper {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 100% !important;
        margin: 10px 0 18px !important;
    }
  .university-title {
    font-size: 1.5rem !important;
  }

  .university-subtitle, .university-address {
    font-size: 0.9rem !important;
  }

  .header-icons a.icon-link {
    font-size: 1rem !important;
  }

  .university-title::after {
    display: none !important;
  }

  .text-sm-right {
    text-align: center !important;
    margin-top: 10px !important;
  }
}


.header-nav .header-nav-wrapper .menuzord
Specificity: (0,3,0) {
    padding: 0px;
    margin: 11px !important;
}



/* Custom Header Style */
/* Custom Background */
.bg-customblue {
    background-color: #00325b !important; /* New Deep Blue */
}

/* Header Style */
.pu-header {
    border-bottom: 2px solid #f9b233 !important; /* Golden border */
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/* Logo */
.logo-img {
    max-height: 90px !important;
    filter: drop-shadow(0 0 3px #fff) !important;
}

/* Text Styling */
.university-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 0.25rem !important;
}

.university-subtitle {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    color: #e0e0e0 !important;
    margin-bottom: 0.25rem !important;
}

.university-address {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #f9b233 !important;
    margin-bottom: 0 !important;
}
