body {
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}

html, body {
  overflow-x: clip; /* Use clip instead of hidden */
  width: 100%;
  margin: 0;
  padding: 0;
}
#main-navbar{
  position: sticky;
  top: 0;
}

/* =========================
   NAVBAR FIX
========================= */

#main-navbar{
  width:100%;
  z-index:999999;
}

/* DESKTOP */

@media(min-width:993px){

  #main-navbar{
    position:sticky;
    top:0;
  }

}

/* MOBILE FIX */

@media(max-width:992px){

  #main-navbar{

    position:fixed;

    top:0;
    left:0;

    width:100%;
  }

  body{

    padding-top:80px;
  }

}
.custom-navbar-container_2025{
  width: 100%;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);

  border-bottom: 1px solid #ececec;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);

  position: relative; /* IMPORTANT */
}

.custom-navbar-inner_2025 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-navbar-links_2025 {
  display: flex;
  gap: 25px;
  align-items: center;
}

.custom-navbar-links_2025 a,
.custom-navbar-dropdown_2025 > span {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}
.custom-navbar-links_2025 a:hover {
  color: #d32f2f;
}
.custom-navbar-dropdown_2025 > span:hover {
  color: #d32f2f;
}
.custom-navbar-dropdown_2025 {
  position: relative;
}

.custom-dropdown-content_2025 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  z-index: 1000;
}

.custom-navbar-dropdown_2025:hover .custom-dropdown-content_2025 {
  display: block;
}

.custom-dropdown-content_2025 a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  color: #1a1a1a;
}

.custom-dropdown-content_2025 a:hover {
  color: white;
  background-color: #d32f2f;
}
.custom-navbar-toggle-icon_2025 {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* Add this class to your CSS */
.custom-mobile-menu_2025.active {
  right: 0;
}

body.menu-open{

  overflow:hidden;

  touch-action:none;
}
/* Mobile Menu */
.custom-mobile-menu_2025{

  position:fixed;

  top:80px;

  right:-100%;

  width:100%;
  max-width:380px;

  height:
    calc(100dvh - 80px);

  background:#fff;

  overflow-y:auto;

  transition:
    right .45s ease-in-out;

  z-index:999999;

  padding:20px;

  box-shadow:
    -10px 0 40px rgba(0,0,0,0.08);

  border-top-left-radius:24px;
  border-bottom-left-radius:24px;

  -webkit-overflow-scrolling:touch;
}

.custom-mobile-menu-header_2025{
  display:flex;
  align-items:center;
  justify-content:space-between;

  margin-bottom:25px;

  padding-bottom:20px;

  border-bottom:
    1px solid #ececec;
}
.custom-close-icon_2025:hover{
  background:#d32f2f;
  color:white;
}

.custom-close-icon_2025{
  width:48px;
  height:48px;

  border-radius:14px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#f5f5f5;

  color:#d32f2f;

  font-size:22px;

  cursor:pointer;

  transition:
    all .3s ease;
}

.custom-mobile-menu-links_2025 a:hover,
.custom-mobile-dropdown_2025 > span:hover{
  color:#d32f2f;

  padding-left:8px;
}
.custom-mobile-menu-links_2025 a,
.custom-mobile-dropdown_2025 > span{

  padding:16px 0;

  border-bottom:
    1px solid #f1f1f1;

  color:#111;

  font-size:16px;
  font-weight:600;

  text-decoration:none;

  transition:
    all .3s ease;
}

.custom-mobile-dropdown-links_2025 {
  margin-left: 15px;
}

.custom-mobile-contact_2025{

  margin-top:25px;

  padding-top:25px;

  border-top:
    1px solid #ececec;
}
.custom-mobile-contact_2025 p{

  display:flex;
  align-items:center;

  gap:12px;

  margin-bottom:18px;

  font-size:14px;
}

/* RESPONSIVE */

@media(max-width:992px){

  .custom-navbar-links_2025{
    display:none;
  }

  .custom-navbar-toggle-icon_2025{
    display:block;

    font-size:34px;

    color:#111;
  }

  .custom-navbar-inner_2025{

    min-height:80px;

    padding:0 18px;
  }

  .custom-navbar-logo_2025 img{
    width:65px;
    height:65px;
  }

  .custom-college-title_2025{

    font-size:13px;

    line-height:1.3;

    max-width:180px;
  }

}
.custom-mobile-contact_2025 p a{
  color:#d32f2f;

  text-decoration:none;

  word-break:break-word;
}
/* Mobile Service Dropdown animation */

/* Dropdown Links */

.custom-mobile-dropdown-links_2025{
  max-height:0;
  overflow:hidden;

  transition:max-height .4s ease;

  display:flex;
  flex-direction:column;

  background:#fafafa;

  border-radius:12px;

  margin-top:5px;
}


.custom-mobile-dropdown-links_2025.show{
  max-height:300px;
  padding:8px 0;
}



/* Responsive */
@media (max-width: 992px) {
  .custom-navbar-links_2025 {
    display: none;
  }
  .custom-navbar-toggle-icon_2025 {
    display: block;
    margin-right: 40px;
    font-size: 40px;
  }
  .custom-navbar-logo_2025 img {
    margin-left: 20px;
  }
}
.custom-mobile-menu-links_2025{
  display:flex;
  flex-direction:column;
}
.custom-mobile-dropdown-links_2025 a{
  padding:12px 18px;

  text-decoration:none;

  color:#444;

  font-size:15px;
  font-weight:500;

  border-bottom:1px solid #eee;

  transition:0.3s ease;
}
/* ===== MOBILE DROPDOWN FIX ===== */

.custom-mobile-dropdown_2025{
  width:100%;
}

.custom-mobile-dropdown_2025 span i{
  transition:transform .3s ease;
}

.custom-mobile-dropdown_2025.active span i{
  transform:rotate(180deg);
}


.custom-mobile-dropdown-links_2025 a:last-child{
  border-bottom:none;
}

.custom-mobile-dropdown_2025 span{
  display:flex;
  align-items:center;
  justify-content:space-between;

  width:100%;

  cursor:pointer;

  padding:16px 0;

  font-size:16px;
  font-weight:600;

  color:#111;

  transition:0.3s ease;
}


.custom-mobile-menu-links_2025 a,
.custom-mobile-dropdown_2025 > span,
.custom-mobile-dropdown-links_2025 a {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.custom-mobile-dropdown-links_2025 a:hover{
  background:#d32f2f;
  color:#fff;
  padding-left:24px;
  border-radius:8px;
}

.custom-navbar-logo_2025 img {
  width: 100%;
  height: 100px;
}

.custom-dropdown-content_2025 {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: -40px;
  min-width: 180px;
  border: 2px solid black; /* border added */
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.custom-navbar-dropdown_2025:hover .custom-dropdown-content_2025 {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-dropdown-content_2025 a {
  display: block;
  padding: 12px 18px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f2f2f2;
}

.custom-dropdown-content_2025 a:last-child {
  border-bottom: none;
}

.custom-dropdown-content_2025 a:hover {
  background: #d32f2f; /* dark overlay */
  color: white;
  border-radius: 6px;
}
/* Logo + Title Wrapper */
.custom-logo-wrapper_2025 {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

/* College Title */
.custom-college-title_2025 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Logo Size */
.custom-navbar-logo_2025 img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .custom-college-title_2025 {
    font-size: 14px;
    line-height: 1.2;
  }

  .custom-navbar-logo_2025 img {
    width: 70px;
    height: 70px;
  }

  .custom-logo-wrapper_2025 {
    gap: 8px;
  }
}

/* ===== Desktop College Title Enhancement ===== */
.custom-college-title_2025 {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s ease;
}

/* Stylish Highlight Line */
.custom-college-title_2025::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #d32f2f, #ff6b6b);
  border-radius: 20px;
}
body.menu-open{
  overflow:hidden;
}
/* Hover Effect */
.custom-logo-wrapper_2025:hover .custom-college-title_2025 {
  color: #d32f2f;
  transform: translateY(-1px);
}

/* Desktop Navbar Spacing */
.custom-navbar-inner_2025 {
  padding: 0 20px;
}

/* Better Desktop Logo Alignment */
.custom-logo-wrapper_2025 {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Desktop Logo Styling */
.custom-navbar-logo_2025 img {
  width: 95px;
  height: 95px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.custom-logo-wrapper_2025:hover img {
  transform: scale(1.05);
}

/* ===== Keep Mobile Same ===== */
@media (max-width: 992px) {
  .custom-college-title_2025 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .custom-college-title_2025::after {
    display: none;
  }

  .custom-navbar-logo_2025 img {
    width: 70px;
    height: 70px;
  }

  .custom-logo-wrapper_2025 {
    gap: 8px;
  }
}
/* ===== PROFESSIONAL DESKTOP NAVBAR DESIGN ===== */

.custom-navbar-container_2025 {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #ececec;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}

.custom-navbar-inner_2025 {
  max-width: 1350px;
  margin: auto;
  padding: 0 24px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===== LOGO AREA ===== */

.custom-logo-wrapper_2025 {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.custom-navbar-logo_2025 img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  transition: 0.3s ease;
}

.custom-logo-wrapper_2025:hover img {
  transform: scale(1.04);
}

/* ===== COLLEGE TITLE ===== */

.custom-college-title_2025 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  color: #111827;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  max-width: 360px;
}

/* ===== DESKTOP NAV LINKS ===== */

.custom-navbar-links_2025 {
  display: flex;
  align-items: center;
  gap: 18px;
}

.custom-navbar-links_2025 a,
.custom-navbar-dropdown_2025 > span {
  text-decoration: none;
  color: #222;
  font-size: 14px; /* minimized text */
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  transition: all 0.3s ease;
  padding: 8px 0;
}

/* Elegant Hover Effect */
.custom-navbar-links_2025 a::after,
.custom-navbar-dropdown_2025 > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #d32f2f;
  transition: width 0.3s ease;
}

.custom-navbar-links_2025 a:hover,
.custom-navbar-dropdown_2025 > span:hover {
  color: #d32f2f;
}

.custom-navbar-links_2025 a:hover::after,
.custom-navbar-dropdown_2025 > span:hover::after {
  width: 100%;
}

/* ===== DROPDOWN ===== */

.custom-navbar-dropdown_2025 {
  position: relative;
}

.custom-dropdown-content_2025 {
  position: absolute;
  top: 120%;
  left: -20px;
  min-width: 240px;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #ececec;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  z-index: 999;
}

.custom-navbar-dropdown_2025:hover .custom-dropdown-content_2025 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-dropdown-content_2025 a {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.custom-dropdown-content_2025 a:hover {
  background: #d32f2f;
  color: white;
}

/* ===== MENU ICON ===== */

.custom-navbar-toggle-icon_2025 {
  display: none;
  font-size: 34px;
  cursor: pointer;
  color: #111;
}

/* ===== MOBILE ===== */

@media (max-width: 992px) {
  .custom-navbar-links_2025 {
    display: none;
  }

  .custom-navbar-toggle-icon_2025 {
    display: block;
  }

  .custom-navbar-inner_2025 {
    min-height: 80px;
    padding: 0 18px;
  }

  .custom-navbar-logo_2025 img {
    width: 65px;
    height: 65px;
  }

  .custom-college-title_2025 {
    font-size: 13px;
    line-height: 1.3;
    max-width: 180px;
  }

  .custom-logo-wrapper_2025 {
    gap: 10px;
  }
}