.announcement-bar {
  background-color: #F2F2F2;
  border-bottom: 1px solid #949494;
  font-size: 14px;
}

.main-header {
  background-color: #fff;
}

.main-header-text {
  color: #A12D30;
  font-family: 'Roboto Serif', serif;
  font-weight: 700;
}

.apply-btn {
  background-color: #A12D30;
  color: white;
  font-weight: 600;
}
.apply-btn:hover {
  background-color: #A12D30 !important;
  color: white !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.apply-btn {
  transition: none !important;
}

.modal-form-background {
  background-color: #A12D30 !important;
}
.admission-form-btn {
  background-color: #A12D30 !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
}


.logo-img img {
  height: auto;
  width: 140px;
}

@media (max-width: 576px) {
  .logo-img {
    max-height: 50px;
  }

  .main-header-text {
    font-size: 1rem;
  }

  .header-text p span,
  .header-text p strong {
    line-height: 1.4;
    font-size: 0.85rem;
  }

  .apply-btn {
    padding: 6px 14px;
    font-size: 0.9rem;
  }
}

marquee {
  font-size: 15px;
}

.navbar-main-container {
  background: #3F3F3F;
  font-size: 15px !important; 
}

.nav-link-items {
  color: #fff !important;
  font-size: 19px !important; 
  padding: 10px 20px !important; 
}

.custom-dropdown-items {
  font-size: 16px !important;
  padding: 5px 10px !important;
}


.small-screen-img-wrapper {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 6px 10px;
  border-radius: 12px;
  display: inline-block;
}

.small-screen-img {
  max-height: 45px;
  border-radius: 10px;
}

.nav-toggle-button {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-main-container.sticky-top {
  z-index: 1030;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  background: #070707c3;
  border-radius: 0;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  min-width: 210px; 
 
}

.custom-dropdown-items {
  color: #fff !important;
  font-size: 18px !important;
}

.custom-dropdown-items:hover {
  color: #000 !important;
  background-color: #fff;
}

@media (min-width: 768px) {
  .custom-dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;

  }

  .custom-dropdown:hover i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
}

.dropdown-toggle::after {
  display: none;
}

.chevron-icon {
  font-size: 13px !important;
  justify-content: center !important;
}

@media (max-width: 767.98px) {
  .dropdown-menu {
    background-color: #fff !important;
  }

  .custom-dropdown-items {
    color: #000 !important;
  }

  .custom-dropdown-items:hover {
    background-color: #f8f9fa !important;
    color: #000 !important;
  }
}

 .nav-link-items.active,
  .dropdown-toggle.active {
    color: #ffc107 !important;
    font-weight: bold;
  }

.custom-dropdown-items.active {
  color: #ffc107 !important;
  background-color: transparent !important;
  font-weight: bold;
}


/*** Hero & Course Section ***/
.hero-section {
  color: white;
  position: relative;
  padding-bottom: 180px;
  text-align: center;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 39, 43, 0.5);
  z-index: 1;
}

.hero-section>.container {
  position: relative;
  z-index: 2;
}

.highlight {
  color: #ffc107;
  font-weight: bold;
}

.custom-btn-outline-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 6px 20px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.custom-btn-outline-white:hover {
  background-color: transparent;
}

.stats-box {
  background: rgba(210, 9, 29, 0.5); /* red with 50% transparency */
  color: white;
  padding: 40px 30px;
  border-radius: 12px;
  min-height: 180px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px); /* Optional: adds blur behind the box */
}


.stats-overlay {
  bottom: -90px;
  z-index: 10;
}

.courses-section {
  background: url('../img/hero-section/course-background.jpg') no-repeat center center/cover;
  color: white;
  padding: 120px 0 60px;
  text-align: center;
}


.course-card {
  position: relative;
  background-color: white;
  border-radius: 12px 12px 0 0;
  padding: 30px 20px;
  color: rgb(172, 9, 9);
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-bottom: 12px solid #A12D30;
}
.course-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 8px;
  background-color: #A12D30;
  border-radius: 10px 10px 0px 0px;
  
}

.course-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25%;
  width: 8px;
  background-color: #A12D30;
  border-radius: 10px 10px 0px 0px;

  
}


@media (min-width: 768px) {
  .course-card {
    min-height: 250px;
    width: 90%; /* Or whatever suits your layout */
  }
}


.learn-more-btn {
  background-color: #A12D30;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 500;
}

/* Mobile Specific Layout */
@media (max-width: 767.98px) {
  .stats-overlay {
    display: none;
  }

  .courses-section{
    padding: 80px 0 60px !important;
  }

  .mobile-cards {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 11;
  }

  .mobile-cards .stats-box {
    background: #A12D30;
    color: white;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
  }

  .mobile-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
  }

  .mobile-icons .icon-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #A12D30;
    z-index: 13;
  }
}

@media (min-width: 768px) {

  .mobile-icons,
  .mobile-cards {
    display: none !important;
  }
}

.course-hr {
  color: rgba(250, 250, 250, 0.72);
}
.responsive-img-height {
    height: 400px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .responsive-img-height {
        height: 500px;
    }
}

/* Our Partners */
.top-recruiters h3 {
  background-color: #A12D30;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 5rem 5rem; 
  font-size: 2.6rem; 
  margin: 0; 
}
.recruiter-img {
  max-height: 80px; /* Set a fixed height */
  width: auto;
  object-fit: contain;
  background-color: transparent;
}

.top-recruiters-carousel .item {
  background-color: #fff; /* Match dark bg */
  padding: px;
  min-height: 100px;
  border-radius: 20px;   
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
  .top-recruiters h3 {
    font-size: 2rem;
    padding: 2rem 1rem;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .top-recruiters {
    justify-content: center;
    text-align: center;
  }

  .top-recruiters-carousel .item {
    min-height: 80px;
  }

  .recruiter-img {
    max-height: 60px;
  }
}

@media (max-width: 767.98px) {
  .top-recruiters h3 {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }

  .top-recruiters-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .top-recruiters-carousel .item {
    padding: 3px;
  }

  .recruiter-img {
    max-height: 50px;
  }
}
/* Container to stack overlapping image if needed */
.facility-section {
  margin: 0;
  padding: 0;
}

/* Overlay Box Styling */
.facility-overlay {
  position: absolute;
  padding: 20px;
  max-width: 300px;
  z-index: 1;
}

.facility-overlay h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.facility-overlay p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

/* Overlay Positions */
.top-left {
  top: 20px;
  left: 20px;
}

.top-right {
  top: 20px;
  right: 20px;
}

.bottom-left {
  top: 0%;
  left: 0px;
}

.bottom-right {
  bottom: 20px;
  right: 20px;
}

.middle-left1 {
  top: 79%;
  right: 0px;
  background-color: #A12D30;
  transform: translateY(-50%);
}
.middle-left2 {
  top: 74%;
  right: 0px;
  background-color: #A12D30;
  transform: translateY(-50%);
}

.middle-left {
  top: 72%;
  left: 0px;
  transform: translateY(-50%);
}
.fitness-facility {
  background-color: #A12D30 !important;

}

@media (max-width: 991.98px) {
  /* Stack columns vertically */
  .facility-section .col-md-8,
  .facility-section .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  /* Make image responsive */
  .facility-section img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
  }

  /* Move overlays below image */
  .facility-overlay,
  .fitness-facility {
    position: static !important;
    transform: none !important;
    max-width: 100% !important;
    padding: 1rem !important;
    background-color: #A12D30 !important;
    color: #fff;
    z-index: auto;
  }

  /* Headings and text adjustments */
  .facility-overlay h4,
  .fitness-facility h4 {
    font-size: 1rem;
  }

  .facility-overlay p,
  .fitness-facility p {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  /* Prevent spacing conflicts */
  .facility-section .row {
    margin: 0;
  }
}


.headline{
 color: #A12D30;

}
.bg-color{
  background-color: #A12D30 ; 
}
/* Carousel Image Styling */
.placement-img {
  height: 280px;
  width: 240px; /* Adjusted to fit horizontally with logo */
  object-fit: cover;
  display: block;
}



.top-placement-carousel .owl-item:nth-child(odd) .item {
  background-color: #A12D30; /* Red */
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  overflow: hidden;
}

.top-placement-carousel .owl-item:nth-child(even) .item {
  background-color: #1a1a1a; /* Black */
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  overflow: hidden;
}

.top-placement-carousel .owl-item {
  padding: 20px;
}
@media (max-width: 767px) {
  .placement-img {
    height: 500px; /* smaller height on mobile */
    width: 100%; /* auto-resize width to fit */
  }
}

  .nav-pills .nav-link {
    background-color:#fff;
    color: #000000;
    border: 1px solid #A12D30;
  }

  .nav-pills .nav-link.active {
    background-color: #A12D30;
    color: white;
  }

/* overview */
.table-header {
  background-color: #A12D30 !important;
  color: #fff !important;
}

.table thead th {
  white-space: nowrap; /* Prevent column headers from wrapping */
}

@media (max-width: 576px) {
  .table-responsive {
    font-size: 14px; /* Slightly smaller font for mobile */
  }
}

@media (max-width: 576px) {
    .headline {
        display: block !important;
        font-size: 1.5rem !important;
    }
}


/* vission-mission */
.marker-arrow-list {
  list-style: none;
  padding-left: 0;
}
.vision-mission{
  background-color: #A12D30; 
  color: white;

}
.marker-arrow-list li::before {
  content: "➤";
  margin-right: 10px;
  color: white;
}
 .facility-image {
      height: 450px;
      object-fit: cover;
   }
  @media (max-width: 768px) {
    .facility-image {
      height: auto;
      object-fit: contain;
    }
  }

   ul.custom-list {
        list-style: none; /* remove default bullets */
        padding-left: 0;  /* align neatly */
    }

    ul.custom-list li {
        position: relative;
        padding-left: 25px; /* space for arrow */
        margin-bottom: 8px; /* spacing between items */
    }

    ul.custom-list li::before {
        content: "➤";       /* arrow symbol */
        color: #A12D30;         /* arrow color */
        position: absolute;
        left: 0;
        font-size: 16px;    /* adjust size */
        line-height: 1.2;
    }
/* faculty */
.image-border {
  border-right: 15px solid #A12D30;
  border-bottom: 15px solid #A12D30;
  box-sizing: border-box;
}

.image-border-leadership {
    border-left: 15px solid #A12D30;
    border-top: 15px solid #A12D30;
    box-sizing: border-box;
  }
   @media (max-width: 576px) {  /* Small screens */
    img.image-border-leadership {
      height: 350px !important;
    }
  }
 .leadership-talk-div {
    border-right: 15px solid #A12D30;
    border-bottom: 15px solid #A12D30;
    box-sizing: border-box;
  }

  .about-wrapper {
    background: #212529;
}

.about-image-wrapper img {
    height: 100%;
    object-fit: cover;
}

.image-border-leadership {
    border-left: 15px solid #A12D30;
    border-top: 15px solid #A12D30;
    box-sizing: border-box;
}

.about-content {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-bottom-content {
    background: #212529;
    padding: 30px 40px;
    border-right: 15px solid #A12D30;
    border-bottom: 15px solid #A12D30;
    box-sizing: border-box;
}

@media (max-width: 991px) {

    .about-content,
    .about-bottom-content {
        padding: 25px;
    }
}

@media (max-width: 576px) {

    .about-image-wrapper img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .image-border-leadership {
        border-left: 10px solid #A12D30;
        border-top: 10px solid #A12D30;
    }

    .about-bottom-content {
        border-right: 10px solid #A12D30;
        border-bottom: 10px solid #A12D30;
    }
}

.pb-custom {
  padding-bottom: 200px;
}
.mt-n100 {
  margin-top: -100px;
}
.accordion-button {
  background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
  background-color: #A12D30;
  color: #fff;
}
/*** Footer Start ***/
.footer {
  background-image: url('../img/footer-bckground.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  min-height: unset;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer .ul-text {
  color: #ffffff;
  font-size: 15px;
}

.copyright-text {
  color: #ffffff;
  font-size: 12px;
}

/* gallery */
.overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

a:hover .overlay-title {
    opacity: 1;
}

.overlay-title h5 {
    padding: 1rem;
}
.event-gallery-box img {
    height: 250px; /* Adjust as needed */
    width: 100%;
    object-fit: cover;
}

.ratio-5x6{
    aspect-ratio: 5 / 6;
}

