/* HEADER */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevents horizontal scroll */
}
/* MOBILE VIEW FIX — HIDE DESKTOP HEADER & BOTTOM BAR */



.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.header.scrolled {
  background-color:#f9f9f9!important; /* Dark off-white */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}


.logo {
  transition: background-color 0.3s ease;
  background-color: transparent;
  padding: 5px; /* optional for spacing */

}

.logo-scroll {
  background-color: white !important;
}

.header-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
    font-family: Calibri, sans-serif !important;
}

/* TOP BAR */
.top-bar {
  background: #0a1f44;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  position: relative;
  width: 100%;
  margin-bottom:0rem !important;
}

.top-left, .top-right {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0px 10px;
  padding-bottom:5px !important;
  margin-top: 5px;
  flex-wrap: wrap;
    margin-bottom:0rem !important;
  
}

.top-left {
  flex-grow: 1;
}

.top-right {
  justify-content: flex-end;
}

.top-right button {
  margin-left: 10px;
}

/* MENU ITEMS */
.menu-item-top {
  list-style: none;
  white-space: nowrap;
  padding-left: 25px;
  border-left: 2px solid #f2f2f2;
  font-size: 14px;
  margin-left:20px;
    font-family: Calibri, sans-serif !important;
}

.menu-item {
  position: relative;
  padding: 5px 10px;
  color: black !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
}

.header.scrolled .menu-item {
   position: relative;
  padding: 5px 10px;
  color: #333 !important;
  font-weight: 700 !important;
}

/* BUTTONS */
.primary-button {
  background-color: #f0bb0b;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.primary-button:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: #333;
}

.primary-button:active {
  transform: scale(0.98);
}

/* BOTTOM BAR FIXED FULL WIDTH */
.bottom-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    box-sizing: border-box;
    background: #ffffff;
    overflow: visible !important;

 
}

/* LOGO FIX */
.bottom-logo img {
    max-width: 100%;
    height: auto;
}

/* MENU AREA */
.bottom-left {
    display: flex;

    align-items: center;
    flex-wrap: nowrap;
    margin-left: 0 !important; /* ⭐ आपकी 360px वाली समस्या यही से हटेगी */
}

/* MENU ITEM */
.menu-item {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;     /* ⭐ Text कभी टूटेगा नहीं */
}

/* Dropdown fixes */
.dropdown,
.sub-dropdown,
.submenu {
    position: absolute;
    background: #fff;
    padding: 10px 0;
    min-width: 220px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    display: none;
    z-index: 99999 !important; /* ⭐ कभी भी कटेगी नहीं */
}

.menu-registration:hover .dropdown {
    display: block;
}

/* Inside dropdown items */
.dropdown-item {
    padding: 8px 15px;
    white-space: nowrap;
}

.dropdown-item:hover {
    background: #f1f1f1;
}

/* Submenus */
.has-submenu:hover .submenu {
    display: block;
    left: 100%;
    top: 0;
}


/*admission */
/**/
/*footer css*/
/* FOOTER  */
.footer {
  background-color: #f4f4f4;
  color: #333;
  font-family: Calibri, sans-serif !important;
  padding: 0;
}

/* тЬЕ Main Footer Logo Section */
.footer-main-logo {
  text-align: center;
  padding: 15px 0;
}
.footer-main-logo img {
  max-width: 220px;
  height: auto;
}

/* Footer container - single row desktop layout */
.footer-container {
  display: flex;
  flex-wrap: nowrap; /* рд╕рдм рдПрдХ рд╣реА рд▓рд╛рдЗрди рдореЗрдВ */
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Accreditation logos - row рдореЗрдВ */
.fo-logos {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.fo-logos img {
  display: block;
  width: 150px;
  height: auto !important;
  margin-bottom: 0;
}

/* Store badge */
.store-badge {
  width: 140px;
  margin: 10px 10px 0 0;
  display: inline-block;
}

/* Footer columns */
.footer-column {
  flex: 1 1 200px;
  margin: 0 15px;
}
.footer-column h3 {
  font-family: Calibri, sans-serif !important;
  font-size: 22px !important;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;   /* REQUIRED */
}

/* AFTER BORDER (YELLOW LINE) */
.footer-column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px !important;              /* underline length */
  height: 3px;               /* underline thickness */
  background-color: #f0bb0b !important; /* yellow */
  border-radius: 2px;
}

.footer-column ul {
  list-style: none;     /* default bullet hatao */
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  position: relative;
  padding-left: 18px;   /* dot ke liye space */

  font-size: 16px;
  color: #333;
    margin-bottom: 20px !important; 
}

/* ROUND DOT BEFORE TEXT */
.footer-column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #000;  /* black dot */
  border-radius: 50%;
}



/* College name & address */
.college-name {
  font-weight: bold;
  font-size: 16px;
}
.address {
  font-size: 14px;
  margin-bottom: 15px;
}

/* Social icons */
.social-icons a {
  color: #333;
  margin-right: 10px;
  font-size: 26px !important;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #e63946;
}

/* Footer bottom */
.footer-bottom {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
/* тЬЕ Mobile responsive */
@media (max-width: 768px) {

  /* Overall padding reduce */
  .footer-container {
    gap: 12px !important;
    padding: 5px 0 10px !important;
  }

  /* Logo gap reduce */
  .footer-main-logo {
    padding: 10px 0 0 !important;
  }
  .footer-main-logo img {
    margin-bottom: 5px !important;
  }

  /* Footer column spacing reduce */
  .footer-column {
    margin: 8px 0 !important;
    padding: 0 12px !important;
  }

  /* Headings spacing reduce */
  .footer-column h3 {
    margin-bottom: 6px !important;
    padding-bottom: 4px !important;
  }

  /* List items spacing reduce */
  .footer-column ul li {
    margin-bottom: 6px !important;
  }

  /* College name & address spacing reduce */
  .college-name {
    margin-bottom: 4px !important;
    padding-left: 12px !important;
  }

  .address {
    margin-bottom: 10px !important;
    padding-left: 12px !important;
  }

  /* Social icons spacing reduce */
  .social-icons {
    gap: 12px !important;
    margin-top: 5px !important;
    padding-left: 12px !important;
  }

  /* Accreditation logos spacing reduce */
  .fo-logos {
    gap: 8px !important;
    margin-top: 5px !important;
    padding-left: 12px !important;
  }

  .fo-logos img {
    padding: 4px !important;
  }

  /* Store badge spacing reduce */
  .store-badge {
    margin-top: 8px !important;
    margin-left: 12px !important;
  }

  /* Footer bottom tighter */
  .footer-bottom {
    padding: 8px 0 !important;
    margin-top: 8px !important;
  }
}
/**/
@media (max-width: 768px) {

  /* Social icons ko chhota kar diya */
  .social-icons a {
    font-size: 22px !important;   /* Pehle 30px tha — Ab kaafi slim & neat */
    line-height: 22px !important;
    height: 22px !important;
    width: 22px !important;
  }

  /* Icons ke beech ka gap bhi thoda kam */
  .social-icons {
    gap: 10px !important;
  }
}




/**/



/* FOOTER HEADINGS UNDERLINE */
.footer-column h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #333;
}

/* LIST BULLETS ENABLE */
.footer-column ul {
    list-style: disc;           /* bullet enable */
    padding-left: 20px;          /* bullet spacing */
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
    color: #333;
}

/* LINKS STYLE (bullet ke sath proper) */
.footer-column ul li a {
    text-decoration: none;
    color: #333;
    display: inline-block;
}

.footer-column ul li a:hover {
    color: #007bff;
}




