body {
  font-family: 'poppins' !important;
}
p {
  text-align: justify;
  font-family: 'poppins' !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'poppins' !important;
}
.nav-link {
  color: #000000 !important;
}
.nav-link:hover {
  color: #ff9900 !important;
}
/* ceader-css */
/* Marquee Bar */
.notice-bar {
  background-color: #ff9900;
  color: white;
  overflow: hidden;
  font-weight: bold;
}
.scrolling-text {
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  animation: scroll-left 20s linear infinite;
  padding: 6px 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.info-card {
  color: white;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}
.info-card.orange {
  background-color: #f97316;
}
.info-card.green {
  background-color: #22c55e;
}
.info-card.blue {
  background-color: #1e3a8a;
}
@media (max-width: 576px) {
  .scrolling-text {
    font-size: 14px;
  }
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 5px;
  padding-top: 2.25rem !important;
}

.btn-danger {
  border-radius: 6px;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 16px;
  margin-left: -3px !important;
}
.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/* Default for Desktop */
.element {
  margin-top: -98px;
  width: 1295px;
  position: absolute;
}
/* For Tablets (≤ 992px) */
@media (max-width: 992px) {
  .element {
    margin-top: -60px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* For Mobile (≤ 576px) */
@media (max-width: 576px) {
  .element {
    margin-top: -40px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 18.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.caption {
  color: white;
}
/* footer-css */
.footer-sec {
  background: #0f1c2e;
  color: #fff;
}
.footer-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}
.footer-sec ul {
  padding-left: 0;
}
.footer-sec ul li {
  list-style: none;
}
.footer-sec ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: all 0.3s;
}
.footer-sec ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.social-icons a {
  color: white;
  background: #333;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #007bff;
  color: white;
}
@media (max-width: 768px) {
  .footer-title {
    font-size: 1.1rem;
  }
  .footer-sec {
    text-align: center;
  }
  .footer-sec iframe {
    height: 180px;
  }
  .social-icons {
    justify-content: center;
  }
}

.bg-orange {
  background-color: #f97316;
}

/* home-css */
.principal-img {
  max-width: 100%;
  border-radius: 10px;
}

.message-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.principal-section {
  margin-top: 40px;
}

.sec-2 {
  margin-top: 75px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .sec-2 {
    margin-top: 262px;
    margin-bottom: 10px;
  }
}


.trade-name {
  background-color: #fff9a6;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.trade-name:hover {
  transform: translateY(-3px);
}

.section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

table {
  font-size: 15px;
}

th,
td {
  vertical-align: middle !important;
}

.table thead {
  background-color: #f8f9fa;
}

.total-row {
  font-weight: bold;
  background-color: #e9ecef;
}

.title-h {
  color: #ffa500 !important;
}

.cpy {
  color: white !important;
  text-decoration: none !important;
}

.cpy:hover {
  color: #23a115 !important;
}

.btn-danger {
  color: #ffffff;
  font-weight: 700 !important;
  background-color: #dc3545 !important;
  border-color: #dc3545;
}

.gallery-img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.gallery-img img {
  transition: transform 0.4s ease;
}

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

.view-more-btn {
  margin-top: 30px;

  .custom-btn {
    display: inline-block;
    background-color: #dc3545 !important;
    color: white;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .custom-btn .arrow {
    margin-left: 10px;
    font-size: 18px;
  }



  .custom-btn:hover {
    background-color: #f57c20 !important;
    transform: translateY(-2px);
    text-decoration: none;
  }
}



@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
  }

  .table td,
  .table th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

/* staff */
.principal-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}

.principal-img {
    width: 400px;
    height: 275px;
    object-fit: cover;
    /* border-radius: 50%; */
    /* border: 5px solid #ff7d4b; */
    margin-bottom: 20px;
}

.staff-name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}

.staff-designation {
  color: #f97316;
  font-size: 20px;
  text-align: center;
}

.staff-card {
  transition: transform 0.3s ease-in-out;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  height: 100%;
}

.staff-card:hover {
  transform: scale(1.05);
}

.staff-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.section-title {
  text-align: center !important;
  margin: 40px 0 20px;
  font-size: 28px;
  font-weight: 600;
}

/* contact-us */
.contact-box {
  background-color: #f8f8f8 !important;
  padding: 40px 20px !important;
  border-radius: 10px !important;
}

.contact-info-box {
  background: #ff7f1f;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-info-box i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.form-control {
  border-radius: 8px;
  border: none;
  border-bottom: 2px solid #28a745;
  background-color: #e9e9e9;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ff7f1f;
  background-color: #fff;
}

.btn-custom {
  background-color: #ff7f1f !important;
  color: white !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 10px 25px !important;
}



@media (max-width: 767.98px) {
  .contact-box {
    padding: 20px 15px !important;
  }
  .btn-custom {
    width: 100% !important;
    margin-top: 10px !important;
  }
}

/* admission */
.custom-heading {
  background-color: #edf0f3;
  padding: 12px 20px;
  border-left: 4px solid #ff7f1f;
  font-weight: bold;
  color: #0d1b2a;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.heading-number {
  margin-right: 8px;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.section-note {
  background-color: #f8f9fa;
  border-left: 4px solid #ff7f1f;
  padding: 15px;
  margin-top: 30px;
}


/* student-corner */
.student-corner {
  background: #fff;
  padding: 60px 0;
}

.student-corner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.student-btn {
  display: block;
  text-align: center;
  background-color: #28a745 !important;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.student-btn:hover {
  background-color: #f8ec6a !important;
  transform: translateY(-3px);
  text-decoration: none
}

@media (max-width: 576px) {
  .student-btn {
    font-size: 14px;
    padding: 12px;
  }
}

/* gallery */
.custom-gallery-title {
  text-align: center;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.event-section {
  padding: 60px 0;
}

.event-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
}

.event-gallery img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}

.event-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}