@import url(./global.css);
@import url(./navbar.css);
@import url(./news-scroll.css);
@import url(./header.css);
@import url(./all-floats.css);
@import url(./department.css);
@import url(./table.css);

* {
  padding: 0;
  margin: 0;
  font-family: var(--main-font);
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1e2b;
  line-height: 1.5;
  overflow-x: hidden;
  background-image: url(../images/101941.jpg);
  background-size: cover;
  background-attachment: fixed;
}

#main-content {
  min-height: 60vh;
}

.sub-text {
  font-size: 1.2rem;
  color: #ffffffea;
  max-width: 600px;
  margin-top: 1rem;
}

/* futuristic card style */
.futuristic-card {
  background: #ffffffee;
  border-radius: 32px;
  padding: 2rem 2rem;
  box-shadow: 0 25px 50px -15px rgba(0, 40, 100, 0.15);
  border: 1px solid rgba(0, 71, 171, 0.08);
  transition: transform 0.25s ease, box-shadow 0.3s;
  height: 100%;
  backdrop-filter: blur(2px);
}

.futuristic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 55px -15px rgba(0, 65, 150, 0.25);
  border-color: rgba(0, 71, 171, 0.2);
}

.card-icon {
  font-size: 2.5rem;
  color: #0047ab;
  margin-bottom: 1.4rem;
}

.card-title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.5px;
  color: #0a1a3a;
}

.placement-stat {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0047ab;
  line-height: 1;
  margin: 1rem 0 0.5rem;
}

.news-date {
  font-weight: 700;
  color: #0047ab;
  background: #e0ebff;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
}

.news-item p {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2a44;
}

.news-item strong {
  color: #0a1a3a;
}

/* .navbar-light {
  background: linear-gradient(to bottom, #012951 0%, rgba(1, 41, 81, 0) 100%) !important;
} */










.custom-dropdown {
  border: none;
  border-radius: 12px;
  /* padding:10px 0; */
  /* margin-top:10px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: dropdownFade 0.3s ease;
}

.custom-dropdown .dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.custom-dropdown .dropdown-item:hover {
  background: #1e90ff;
  color: #fff;
  padding-left: 28px;
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}



.headings {
  /* text-transform: lowercase; */
  /* display: flex; */
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: var(--main-color2);
  /* font-family: var(--heading-font); */
  width: fit-content;
  padding: 0 0 5px 0;
  /* z-index: 1; */
  /* background: url(../icons/png.jpg); */
  /* background-size: 25px; */
  /* background-repeat: no-repeat; */
  /* flex-direction: row; */
  /* align-content: center; */
  /* align-items: center; */
}

.headings::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color);
  width: 35%;
}

.main-vsn {
  color: #3a3a3a;
  text-align: justify;
}

.desine-p {
  color: var(--main-color2);
  /* font-size: 1.2rem; */
  font-weight: 500;
  text-align: center;
  /* margin-bottom: 20px; */
}

.right-btn {
  text-align: left;
}

.niat-btn {
  background-color: var(--main-color);
  color: white;
  padding: 5px 10px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.about__list {
  list-style: none;
  margin-bottom: 2.5rem;
}

.about__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #1f2937;
}

.about__list-item::before {
  content: "✓";
  color: var(--about-primary);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.small {
  /* border: 2px solid var(--main-color); */
  padding: 5px 10px;
  border-radius: 500px;
  background: #0047ab;
  color: white;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.top-bar {
  background-color: #f8faff;
  border-bottom: 1px solid rgba(0, 20, 60, 0.05);
  padding: 0.3rem 0;
  font-size: 0.9rem;
  color: #2d3a5e;
  letter-spacing: 0.2px;
}

.headingsss {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  color: #0a2942;
  margin-bottom: 1.8rem;
  padding-left: 0.5rem;
  border-left: 8px solid #3b82f6;
  padding-left: 1.3rem;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.8);
}

.notice-board {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}


.notice-item {
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.2rem 0.8rem 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 12px 24px -12px rgba(0, 47, 91, 0.2), 0 4px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}

.notice-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 36px -16px rgba(24, 90, 160, 0.3);
  border-color: #bdd3ff;
}

/* date bubble – fresh & geometric */
.notice-date {
  background: #1e3c5f;
  background: linear-gradient(145deg, #1f3f63, #17324f);
  min-width: 75px;
  height: 85px;
  border-radius: 30px 18px 30px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 1.2;
  box-shadow: 0 10px 15px -5px rgba(19, 47, 80, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.date-day {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: -6px;
}

.date-month {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.2rem 1rem;
  border-radius: 40px;
  backdrop-filter: blur(2px);
}

/* main content area – we hide old title, show only text + icon row */
.notice-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

/* left side: only the notice text (paragraph) – big & modern */
.notice-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #192f47;
  margin: 0;
  line-height: 1.4;
  padding-right: 0.75rem;
  flex: 1;
}

/* remove any leftover title styles (h5 not used) */
.notice-title {
  display: none;
}

/* file icon link – replaces "read more" */
.file-icon-link {
  background: #eef4ff;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #1e4a8b;
  transition: all 0.2s;
  text-decoration: none;
  box-shadow: 0 6px 12px -6px rgba(0, 55, 120, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}

.file-icon-link i {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.05));
}

.file-icon-link:hover {
  background: #1d4b8b;
  color: white;
  transform: scale(1.08) rotate(-3deg);
  border-color: #ffffff;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  /* margin-top: 30px; */
}

.card-button {
  background: rgba(255, 255, 255, 0.05);
  background: linear-gradient(145deg, #00448b, #021e3c);
  background-image: url(../images/btn.jpg);
  background-size: cover;
  background-position: right;

  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.card-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.7s ease;
}

.card-button:hover::before {
  left: 100%;
}

.card-button:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.7);
}

.card-button:active {
  transform: translateY(-2px) scale(0.98);
}

/* Image Container */
.image-container {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
  background: linear-gradient(145deg, #1E293B, #0F172A);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-button:hover .image-container img {
  transform: scale(1.1);
}

/* Icon Overlay */
.icon-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: linear-gradient(145deg, #00448b, #021e3c);
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Content Area */
.button-content {
  flex: 1;
  text-align: left;
}

.button-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.button-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.button-subtitle i {
  font-size: 0.8rem;
  color: #323232;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding: 2px 16px;
  border-radius: 13px 0 0 0;
}

.card-button:hover .button-subtitle i {
  transform: translateX(5px);
}

/* Different gradient borders for each card */
/*      .card-button:nth-child(1) { background: linear-gradient(145deg, rgba(93, 165, 253, 0.863), rgb(10, 57, 158)); }
        .card-button:nth-child(2) { background: linear-gradient(145deg, rgba(167, 139, 250, 0.7), rgba(124, 58, 237, 1)); }
        .card-button:nth-child(3) { background: linear-gradient(145deg, rgba(244, 114, 182, 0.7), rgba(219, 39, 119, 1)); }
        .card-button:nth-child(4) { background: linear-gradient(145deg, rgba(52, 211, 153, 0.7), rgba(16, 185, 129, 1)); }
        .card-button:nth-child(5) { background: linear-gradient(145deg, rgba(251, 146, 60, 0.7), rgba(234, 88, 12, 1)); }
        .card-button:nth-child(6) { background: linear-gradient(145deg, rgba(232, 121, 249, 0.7), rgba(192, 38, 211, 1)); } */
/* Animation for cards */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.notice-item {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.notice-item:nth-child(1) {
  animation-delay: 0.1s;
}

.notice-item:nth-child(2) {
  animation-delay: 0.2s;
}

.notice-item:nth-child(3) {
  animation-delay: 0.3s;
}

.notice-item:nth-child(4) {
  animation-delay: 0.4s;
}

.notice-item:nth-child(5) {
  animation-delay: 0.5s;
}


.card-button {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.card-button:nth-child(1) {
  animation-delay: 0.6s;
}

.card-button:nth-child(2) {
  animation-delay: 0.7s;
}

.card-button:nth-child(3) {
  animation-delay: 0.8s;
}

.card-button:nth-child(4) {
  animation-delay: 0.9s;
}

.card-button:nth-child(5) {
  animation-delay: 1.0s;
}

.card-button:nth-child(6) {
  animation-delay: 1.1s;
}

.animat {
  animation: fadeInUp 0.7s ease forwards;
  opacity: 0;
}

.animat:nth-child(1) {
  animation-delay: 0.1s;
}

.animat:nth-child(2) {
  animation-delay: 0.2s;
}

.animat:nth-child(3) {
  animation-delay: 0.3s;
}

.animat:nth-child(4) {
  animation-delay: 0.4s;
}

.animat:nth-child(5) {
  animation-delay: 0.5s;
}

.animat:nth-child(6) {
  animation-delay: 0.6s;
}

.animat:nth-child(7) {
  animation-delay: 0.7s;
}


.member {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 360px; */
  padding: 25px 0;
}

.member:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/1556517388phponrQt3.jpeg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -3;
}

.member:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(9, 46, 95);
  opacity: 0.8;
  z-index: -2;
}

.facility-section {
  padding: 60px 0;
  /* background-color: #f8f9fa; */
}

/* .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
} */

.facility-h1 {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 20px;
  font-weight: 600;
  color: white;
  z-index: 9999;
}

.facility-card {
  /* z-index: 9999; */
  position: relative;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  border: 2px solid white;
}

.facility-card:hover {
  /* transform: translateY(-5px); */
}

.sub-text1 {
  font-size: .9rem;
  color: #dfdfdfea;
  /* max-width: 615px; */
  margin-top: 1rem;
  text-align: center;
  width: 74%;
  margin: 0 auto 25px;
}

.facility-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  z-index: 1;
}

.facility-textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px;
  color: white;
  z-index: 2;
  transform: translateY(70px);
  transition: transform 0.3s ease;
}

.facility-card:hover .facility-textbox {
  transform: translateY(0);
}

.facility-title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.facility-desc {
  font-size: 0.95rem;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease 0.1s;
}

.facility-card:hover .facility-desc {
  opacity: 1;
  transform: translateY(0);
}

.facility-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: var(--main-color, #007bff);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease 0.2s;
}

.facility-card:hover .facility-btn {
  opacity: 1;
  transform: translateY(0);
}

.facility-btn:hover {
  background-color: var(--main-color-dark, #0056b3);
}

/* Splide Custom Styling */
/* .splide__arrow {
  background: var(--main-color, #007bff);
  opacity: 0.9;
  width: 40px;
  height: 40px;
} */

/* .splide__arrow svg {
  fill: white;
} */

.splide__arrow:hover {
  background: var(--main-color-dark, #0056b3);
}

/* .splide__arrow--prev {
  left: -20px;
}

.splide__arrow--next {
  right: -20px;
} */

.footers {
  padding-top: 1rem;
  background-image: url(../images/23859203_xdxfdc1.jpg);
  background-size: 100%;
}

/* .main-foter {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
} */

.left-f {
  width: 100%;
}

.middle-f {
  width: 100%;
}

.right-f {
  width: 100%;
}

.main-footer-white {
  width: 100%;
  height: 100%;
  /* padding: 0 1.5rem; */
  text-align: center;
}

.call-eamils {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.call-eamils a {
  color: var(--main-color);
  background-color: #ffffff;
  border-radius: 200px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.call-eamils i {
  margin-right: 10px;
  /* border-right: 1px solid white; */
}

.socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}

.real-footer {
  background: var(--active-color2);
  display: flex;
  justify-content: space-around;
  font-size: 0.77rem;
  font-weight: bold;
  color: #000000;
  background: #fff6ea;
  border-top: 0px solid var(--main-color);
}

.socials a {
  color: var(--main-color);
  background-color: white;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.socials a:hover {
  background-color: #fa9a1c;
  transform: scale(1.1);
}

.quick-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* height: 19rem; */
}

.quick-links li {
  list-style: none;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
  width: 100%;
}

.quick-links li i {
  margin-right: 5px;
}

.quick-links a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: 0.3s ease;
}

/* .map-data {
  width: 100%;
} */

.main-f {
  /* border: 1px solid red; */
  padding: 0.3rem 0;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.single-f {
  text-decoration: none;
  width: 30%;
  border: 2px solid var(--main-color2);
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  background-color: var(--light-background);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.4s ease;
}

.single-f img {
  width: 100%;
  height: 7rem;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.single-f h2 {
  margin-top: 0.7rem;
  /* font-weight: bold; */
  text-align: center;
  font-size: 1rem;
  color: var(--main-color2);
  /* font-family: var(--heading-font); */
}

.single-f:hover {
  text-decoration: none;
  scale: 1.05;
  transition: 0.4s ease;
  cursor: pointer;
}

.single-f::after {
  content: "+";
  z-index: 999;
  color: rgba(255, 255, 255, 0.658);
  font-size: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s ease;
  transform-origin: center;
  background-color: rgba(0, 0, 0, 0.503);
}

.single-f:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s ease;
}





.recruiter-slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruiter-slider img {
  height: 60px;
  width: auto;
}

.recruiter-slider {
  position: relative;
}

.recruiter-slider::before,
.recruiter-slider::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.recruiter-slider::before {
  left: 0;
  background: linear-gradient(to right, #f7f7f9, transparent);
}

.recruiter-slider::after {
  right: 0;
  background: linear-gradient(to left, #f9f8fa, transparent);
}

/* .splide__slide{
  display:flex;
  justify-content:center;
  align-items:center;
}

.splide__slide img{
  height:60px;
  width:auto;
} */
#achiever-slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#achiever-slider img {
  width: 100%;
  /* height:220px; */
  object-fit: cover;
  border-radius: 10px;
}

.back-w {
  background-image: url(../images/back.png);
  background-size: cover;
  background-position: center;
}

.main-flex-t {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin: 20px 0;
  align-items: center;
}

.flex-single-t {
  /* color: white; */
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.flex-single-t h4 {
  color: #ff8f00;
  font-weight: bolder;
  font-size: 3rem;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ffece43b;
}

.flex-single-t p {
  color: #e3e3e3;
  font-size: 1.1rem;
}





/* COURCE */


.courcess .facility-h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.5rem;
  color: var(--main-color);
}

.courcess .section-sub {
  color: #4b5f6b;
  font-size: 1.2rem;
  margin-bottom: 2.8rem;
}

.courcess .course-card {
  background: #ffffff;
  border: none;
  border-radius: 1rem;
  box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}

.courcess .course-card:hover {
  transform: var(--hover-lift);
  box-shadow: 0 30px 45px -15px rgba(13, 62, 95, 0.3);
}

.courcess .card-photo {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-bottom: 4px solid var(--accent-gold);
  position: relative;
  background-color: #d9e2e9;
}

.courcess .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.courcess .course-card:hover .card-photo img {
  transform: scale(1.05);
}

.courcess .card-content {
  padding: 0.8rem 0.5rem 0.8rem 0.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: white;
}

.courcess .program-tag {
  display: inline-block;
  background: rgba(244, 184, 65, 0.18);
  color: #a35f20;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.3rem 1.1rem;
  border-radius: 40px;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(244, 184, 65, 0.4);
  align-self: flex-start;
}

.courcess .card-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.2;
  margin-bottom: 0.15rem;
}

.courcess .admission-badge {
  background: #d2f0d9;
  color: #0f6e3f;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.25rem 0.9rem;
  border-radius: 30px;
  display: inline-block;
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #b1dfc2;
  align-self: flex-start;
}

.courcess .card-text {
  color: #2b4758;
  font-size: 0.96rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.courcess .btn-group-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0.8rem 0 0.6rem 0;
  width: 100%;
}

.courcess .btn-download {
  background: white;
  border: 1.5px solid var(--main-color);
  color: var(--main-color);
  border-radius: 50px !important;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  justify-content: center;
  text-decoration: none;
}

.courcess .btn-download i {
  color: var(--main-color);
}

.courcess .btn-download:hover {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.courcess .btn-download:hover i {
  color: white;
}

.courcess .btn-enquiry {
  background: var(--accent-gold);
  border: 1.5px solid var(--accent-gold);
  color: #0f2f40;
  border-radius: 50px !important;
  padding: 0.6rem 1.2rem;
  font-weight: 700;
  font-size: 0.9rem;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  justify-content: center;
  text-decoration: none;
}

.courcess .btn-enquiry i {
  color: #0f2f40;
}

.courcess .btn-enquiry:hover {
  background: #e0a53b;
  border-color: #e0a53b;
  color: #0b2a38;
  transform: scale(1.02);
}

.courcess .card-footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #57758c;
  margin-top: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(13, 62, 95, 0.15);
}

.courcess .footer-info-item i {
  color: var(--accent-gold);
  margin-right: 4px;
}




.pedagogy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.ped-card {
  /* background: white; */
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 12px 28px -8px rgba(0, 65, 102, 0.12);
  transition: all 0.25s ease;
  border: 1px solid rgba(148, 184, 212, 0.25);
  display: flex;
  flex-direction: column;
  cursor: default;
  /* min-height: 220px;           */
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.85);
}

.ped-card:nth-child(1) {
  background: linear-gradient(145deg, rgba(93, 165, 253, 0.1), rgb(10, 57, 158, 0.2));
}

.ped-card:nth-child(2) {
  background: linear-gradient(145deg, rgba(167, 139, 250, 0.1), rgba(124, 58, 237, 0.2));
}

.ped-card:nth-child(3) {
  background: linear-gradient(145deg, rgba(244, 114, 182, 0.1), rgba(219, 39, 119, 0.2));
}

.ped-card:nth-child(4) {
  background: linear-gradient(145deg, rgba(52, 211, 153, 0.1), rgba(16, 185, 129, 0.2));
}

.ped-card:nth-child(5) {
  background: linear-gradient(145deg, rgba(251, 146, 60, 0.1), rgba(234, 88, 12, 0.2));
}

.ped-card:nth-child(6) {
  background: linear-gradient(145deg, rgba(232, 121, 249, 0.1), rgba(192, 38, 211, 0.2));
}


.card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 5px;
  border-bottom: 2px dotted #bee0f0;
  /* padding-bottom: 0.7rem; */
  padding: 5px 10px;
}

.card-header i {
  font-size: 1rem;
  /* width: 2.4rem; */
  color: #1d6f96;
  transition: color 0.2s;
}

.ped-card:hover .card-header i {
  color: #003153;
}

.card-header h3 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #103d55;
  margin: 0;
}


.card-text {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.about {
  background-color: var(--white);
}

.full-text {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 1;
  overflow: hidden;
  text-align: justify;
  line-height: 20px;
  padding: 2px 5px;
}

.ped-card .full-text::before {
  content: "➤ ";
  color: #1c89b9;
  font-size: 0.9rem;
  opacity: 1;
}


.ped-card {
  transition: transform 0.25s, box-shadow 0.3s, background 0.2s;
}

.card-header i.fas,
.card-header i.far,
.card-header i.fab {
  font-style: normal;
}

.ped-card:hover .card-header h3 {
  color: #0a2d40;
}

.ped-card:hover .full-text::-webkit-scrollbar {
  width: 4px;
  background: #e2ecf3;
}

.ped-card:hover .full-text::-webkit-scrollbar-thumb {
  background: #9fbdd1;
  border-radius: 20px;
}

.sb8 {
  background-image: url(../images/odishadistrict.png);
  background-size: 45%;
  background-repeat: repeat-x;
  height: 53px;
}

.sb7 {
  background-image: url(../images/Untitled-7.png);
  background-size: 3%;
  background-repeat: repeat-x;
  height: 18px;
  /* transform: rotate(180deg); */
}

.press-relese {
  width: 100%;
  height: 425px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  border: 2px solid var(--main-color2);
}

.press-relese img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}

.press-relese .carousel-caption {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #012a50);
  left: 0;
  top: 70%;
  right: 0;
  bottom: 0;
}

.press-relese .carousel-caption h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 30px;
}


.inner-header {
  width: 100%;
}

.inner-header img {
  width: 100%;
}

.inner-taber-wrapper {
  margin-top: 20px;
}

.inner-taber-menu {
  background: #f5f7fb;
  padding: 10px;
  border-radius: 8px;
}

.inner-taber-btn {
  text-align: left;
  margin-bottom: 6px;
  border-radius: 6px;
  font-weight: 500;
  color: #333;
}

.inner-taber-btn:hover {
  background: #e9ecef;
  color: black;
}

.inner-taber-btn {
  background-color: var(--main-color) !important;
  ;
}

.inner-taber-btn.active {
  background-color: var(--main-color2) !important;
  color: #fff;
}

.inner-taber-content {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.inner-taber-pane h4 {
  margin-bottom: 10px;
}


.inner-tabber2 .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
}

.inner-tabber2 .nav-link {
  border: none !important;
  background: var(--main-color) !important;
  border-radius: 100px !important;
}

.inner-tabber2 .nav-link.active {
  border: none !important;
  background: var(--main-color2) !important;
  border-radius: 100px !important;
}

.inner-tabber2 .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.inner-tabber2 .border {
  border: none !important;
}

.small-btn {
  background: var(--main-color);
  color: white;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 50px;
  font-weight: normal;
  margin-left: 20px;
}

.small-btn :hover {
  background: var(--main-color2);
  color: white;
  transform: scale(1.05);
}

.border2 {
  border: 10px solid;
  border-radius: 8px;
  border-image: repeating-linear-gradient(45deg,
      #8b5a2b 0px,
      #a0522d 10px,
      #8b4513 20px,
      #a0522d 30px) 1;
  background-clip: padding-box, border-box;
  box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.5),
    0 4px 8px rgba(0, 0, 0, 0.3);
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 100%;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  color: var(--main-color2);

  /* Background image */
  background: url('../images/Blue-Background.jpg') center/cover no-repeat;
}



.profile-img,
.profile-content {
  position: relative;
  z-index: 1;
}

.profile-img img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid var(--main-color);
}

.profile-content h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: var(--main-color2);
}

.designation {
  color: var(--main-color2);
  font-weight: 600;
  margin-bottom: 15px;
}

.contact p {
  margin: 8px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact i {
  color: white;
  width: 30px;
  display: flex;
  height: 30px;
  text-align: center;
  background-color: var(--main-color);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.inner-tabber2 .department-style-nested-accordion {
  background: white;
  border-radius: 28px;
  box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 32px 24px;
  height: 100%;
}

.inner-form2-container {
  /* width: 70%; */
  /* background: #fff; */
  /* padding: 30px; */
  /* border-radius: 12px; */
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
  margin: auto;
}

.inner-form2-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}

.inner-form2-title i {
  color: var(--main-color);
  margin-right: 8px;
}

.inner-form2-subtitle {
  color: #666;
  margin-bottom: 25px;
  font-size: 14px;
}

.inner-form2-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.inner-form2-group {
  position: relative;
  display: flex;
  align-items: center;
}

.inner-form2-group i {
  position: absolute;
  left: 12px;
  color: var(--main-color);
  font-size: 14px;
}

.inner-form2-group input,
.inner-form2-group select {
  width: 100%;
  padding: 12px 12px 12px 38px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.inner-form2-group input:focus,
.inner-form2-group select:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1);
}

.inner-form2-btn {
  margin-top: 10px;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.inner-form2-btn:hover {
  background: var(--main-color2);
}

.inner-form2-btn i {
  margin-right: 6px;
}

/* From Uiverse.io by Nawsome */
.continue-application {
  --color: #fff;
  --background: #404660;
  --background-hover: #3A4059;
  --background-left: #2B3044;
  --folder: #F3E9CB;
  --folder-inner: #BEB393;
  --paper: #FFFFFF;
  --paper-lines: #BBC1E1;
  --paper-behind: #E1E6F9;
  --pencil-cap: #fff;
  --pencil-top: #275EFE;
  --pencil-middle: #fff;
  --pencil-bottom: #5C86FF;
  --shadow: rgba(13, 15, 25, .2);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 17px 29px 17px 69px;
  transition: background 0.3s;
  color: var(--color);
  background: var(--bg, var(--background));
}


.continue-application>div {
  top: 0;
  left: 0;
  bottom: 0;
  width: 53px;
  position: absolute;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: var(--background-left);
}

.continue-application>div .folder {
  width: 23px;
  height: 27px;
  position: absolute;
  left: 15px;
  top: 13px;
}

.continue-application>div .folder .top {
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application>div .folder .top svg {
  width: 24px;
  height: 27px;
  display: block;
  fill: var(--folder);
  transform-origin: 0 50%;
  transition: transform 0.3s ease var(--fds, 0.45s);
  transform: perspective(120px) rotateY(var(--fr, 0deg));
}

.continue-application>div .folder:before,
.continue-application>div .folder:after,
.continue-application>div .folder .paper {
  content: "";
  position: absolute;
  left: var(--l, 0);
  top: var(--t, 0);
  width: var(--w, 100%);
  height: var(--h, 100%);
  border-radius: 1px;
  background: var(--b, var(--folder-inner));
}

.continue-application>div .folder:before {
  box-shadow: 0 1.5px 3px var(--shadow), 0 2.5px 5px var(--shadow), 0 3.5px 7px var(--shadow);
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application>div .folder:after,
.continue-application>div .folder .paper {
  --l: 1px;
  --t: 1px;
  --w: 21px;
  --h: 25px;
  --b: var(--paper-behind);
}

.continue-application>div .folder:after {
  transform: translate(var(--pbx, 0), var(--pby, 0));
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application>div .folder .paper {
  z-index: 1;
  --b: var(--paper);
}

.continue-application>div .folder .paper:before,
.continue-application>div .folder .paper:after {
  content: "";
  width: var(--wp, 14px);
  height: 2px;
  border-radius: 1px;
  transform: scaleY(0.5);
  left: 3px;
  top: var(--tp, 3px);
  position: absolute;
  background: var(--paper-lines);
  box-shadow: 0 12px 0 0 var(--paper-lines), 0 24px 0 0 var(--paper-lines);
}

.continue-application>div .folder .paper:after {
  --tp: 6px;
  --wp: 10px;
}

.continue-application>div .pencil {
  height: 2px;
  width: 3px;
  border-radius: 1px 1px 0 0;
  top: 8px;
  left: 105%;
  position: absolute;
  z-index: 3;
  transform-origin: 50% 19px;
  background: var(--pencil-cap);
  transform: translateX(var(--pex, 0)) rotate(35deg);
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application>div .pencil:before,
.continue-application>div .pencil:after {
  content: "";
  position: absolute;
  display: block;
  background: var(--b, linear-gradient(var(--pencil-top) 55%, var(--pencil-middle) 55.1%, var(--pencil-middle) 60%, var(--pencil-bottom) 60.1%));
  width: var(--w, 5px);
  height: var(--h, 20px);
  border-radius: var(--br, 2px 2px 0 0);
  top: var(--t, 2px);
  left: var(--l, -1px);
}

.continue-application>div .pencil:before {
  -webkit-clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
  clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
}

.continue-application>div .pencil:after {
  --b: none;
  --w: 3px;
  --h: 6px;
  --br: 0 2px 1px 0;
  --t: 3px;
  --l: 3px;
  border-top: 1px solid var(--pencil-top);
  border-right: 1px solid var(--pencil-top);
}

.continue-application:before,
.continue-application:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: var(--color);
  transform-origin: 9px 1px;
  transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
  top: 26px;
  right: 16px;
  transition: transform 0.3s;
}

.continue-application:after {
  --r: 45deg;
}

.continue-application:hover {
  --cx: 2px;
  --bg: var(--background-hover);
  --fx: -40px;
  --fr: -60deg;
  --fd: .15s;
  --fds: 0s;
  --pbx: 3px;
  --pby: -3px;
  --pbd: .15s;
  --pex: -24px;
  text-decoration: none !important;
  color: var(--color) !important;
}

.custom-scroll {
  border: 1px solid var(--main-color2);
  height: 350px;
  max-width: 30%;
  overflow-y: scroll;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  /* margin-bottom: 25px; */
}

.inner-tabber3 .tab-content {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 20px;
}

.gallery-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: .3s;
  height: 100%;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-image {
  height: 200px;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-title {
  padding: 12px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  background: #061445;
  height: 100%;
}

.gallery-overview.row {
  width: 100%;
}

.gallery-title a {
  color: #ffffff;
  text-decoration: none;
}

.desine-btn {
  /* border: 2px solid var(--main-color); */
  padding: 8px 10px;
  width: 100%;
  max-width: 100%;
  margin: 15px 10px;
  text-decoration: none;
  color: #ffffff;
  background: var(--main-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}

.desine-btn:hover {
  background: var(--main-color2);
  transition: .3s ease-in-out all;
  text-decoration: none;
  color: white;
}
.department-style-text p{
  text-align: justify;
}

          .founder-design .founder-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px;

            border-radius: 15px;
            overflow: hidden;
            position: relative;

            /* Background Image */
            background: url('../images/bc2.jpg') no-repeat center/cover;
            /* background-color: #f8f9fa; */

            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: 0.3s;
            height: 100%;
          }

         

          /* keep content above overlay */
          .founder-design .founder-card>* {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
           justify-content: flex-start;
    align-items: flex-start;
          }

          /* Square Image */
          .founder-design .founder-img img {
            width: 200px;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            /* square with soft corners */
            border: 1px solid #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          }

          /* Content */
          .founder-design .founder-name {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 4px;
            color: white;
          }

          .founder-design .founder-degree {
            font-size: 14px;
          color: white;
            margin-bottom: 12px;
          }

          /* Social Icons */
          .founder-design .founder-social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            width: 34px;
            height: 34px;
            margin-right: 8px;

            border-radius: 8px;
            background: #e9ecef;
            color: #333;

            transition: 0.3s;
          }

          .founder-design .founder-social a:hover {
            background: #007bff;
            color: #fff;
            transform: translateY(-3px);
          }

          /* Hover Effect */
          .founder-design .founder-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          }
 .btn-flex-t{
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
 }
.desined-btn {
    /* margin: auto; */
    display: flex;
    width: fit-content;
    border: 3px solid #ff8100;
    background: var(--main-color);
    color: white;
    padding: 6px 15px;
    border-radius: 0px;
}
.desined-btn a{
    color: white;
}
.desined-btn a:hover{
  color: white;
  text-decoration: none;
}

.adm-btn {
    background: #ff8100;
    animation: blink 1s infinite;
}

.adm-btn .nav-link {
    color: #fff !important;
    font-weight: bold;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}


 

/* index page button override */

.image-container {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    border: none;
    flex-shrink: 0;
    background: TRANSPARENT;
}.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    DISPLAY: none;
}
.icon-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 10px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    border: none;
}
.modal-backdrop{
  z-index: 1;
}

 .faculty-grid-box {
            width: 100%;
            height: fit-content;
            padding: 2rem;
            margin: 0 auto 30px;
            border: 1px solid #b9b9b9;
            display: flex;
            border-radius: 20px;
            background: url(../images/13606990_5305323.jpg);
            background-size: 100%;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
            position: relative;
        }

        .image-dept {
            width: 200px;
            height: 200px;
            border-radius: 10%;
            border: 2px solid var(--main-color2);
            overflow: hidden;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .image-dept img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .right-dept {
            margin-left: 2rem;
            padding: 5px;
            width: 80%;
        }

        .right-dept h3 {
            font-family: ubuntu;
            color: #30408d;
            font-weight: bold;
            font-size: 2rem;
            border-bottom: 3px solid #ffa500;
            width: fit-content;
            /* margin: 5px 10px; */
        }

        .right-dept h4 {
            font-style: italic;
            color: #000000;
            font-size: 1.5rem;
        }

        .right-dept p {
            width: 75%;
            margin: 20px 0 0 0;
        }

        .contacts-depts {
            margin-top: 12px;
            width: 75%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            gap: 15px;
            align-items: center;
        }

        .contacts-depts a {
            background-color: var(--main-color);
            padding: 3px 10px;
            color: white;
            font-size: .8rem;
            border-radius: 30px;
            display: flex;
            align-items: center;
            gap: 5px;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        }

        .contacts-depts a:hover {
            background-color: var(--main-color2);
            color: white;
            text-decoration: none;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            transition: .3s ease-in-out all;
        }

        #accordion-style-1 {
            width: 100%;
            margin: 10px 0 30px 0;
        }

        #accordion-style-1 .card {
            border: none;
            margin-bottom: 20px;
            border-radius: 5px;
        }

        #accordion-style-1 .card-header {
            background: linear-gradient(90deg, var(--main-color) 0%, #ffa500 100%);
            color: white;
        }

        #accordion-style-1 button {
            color: white;
            width: 100%;
        }

        #accordion-style-1 i {
            color: white
        }

        #accordion-style-1 h5 {
            width: 100%;
        }
        #accordion-style-1 p {
           text-align: justify;
        }
        .floating-adm-btn{
          display: none ;
        }
        .text-decoration-none {
    background: var(--main-color);
    color: white !important;
    padding: 2px 10px;
    border-radius: 25px;
}
.succ {

	border-top:2px solid #090;

	border-bottom:2px solid #090;

	color:#090;

	padding:5px 0;

	width:100%;

	display:inline-block;

	font-weight:bold;

	text-align:center;

	background:#E0F9DF;

	margin:5px 0;

	-webkit-animation: shake .5s ease-in-out;

	-moz-animation: shake .5s ease-in-out;

	-ms-animation: shake .5s ease-in-out;

	-o-animation: shake .5s ease-in-out;

	animation: shake .5s ease-in-out;

}

.err {

	border-top:2px solid #C30;

	border-bottom:2px solid #C30;

	color:#C30;

	padding:5px 0;

	width:100%;

	display:inline-block;

	font-weight:bold;

	text-align:center;

	background:#FDE9E8;

	margin:5px 0;

	-webkit-animation: shake .5s ease-in-out;

	-moz-animation: shake .5s ease-in-out;

	-ms-animation: shake .5s ease-in-out;

	-o-animation: shake .5s ease-in-out;

	animation: shake .5s ease-in-out;

}
#msg {

	display:none;

	z-index:9999;

	border:2px solid #924949;

	position:absolute;

}

#msgcontent {

	display:block;

	background:#f3e6e6;

	padding:5px;

	min-width:150px;

	max-width:250px;

	font-size:12px;

	position:relative;

}

#msgimg {

	position:absolute;

	width: 37px;

	height: 7px;

	left:0;

	top:-7px;

	background:url(../images/msg_arrow_top.png) no-repeat;

}